/*!
 * Theme Name: TTP
 * Author: Rob Dove (@robdove)
 * Author URI: http://www.robdove.co.uk
 */
@charset "UTF-8";
/*------------------------------------*\
    #MAIN
\*------------------------------------*/
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/*
 * Retrieves a media query from the $breakpoints map variable
 */
/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/*
 * Device state
 */
.state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 1;
}
@media (min-width: 601px) and (max-width: 980px) {
  .state-indicator {
    z-index: 2;
  }
}
@media (max-width: 600px) {
  .state-indicator {
    z-index: 3;
  }
}

/*------------------------------------*\
    #FONTS
\*------------------------------------*/
@font-face {
  font-family: 'neue_droschkehalbfett';
  src: url("fonts/neue_droschke-webfont.eot");
  src: url("fonts/neue_droschke-webfont.eot#iefix") format("embedded-opentype"), url("fonts/neue_droschke-webfont.woff") format("woff2"), url("fonts/neue_droschke-webfont.woff") format("woff"), url("fonts/neue_droschke-webfont.ttf") format("truetype"), url("fonts/neue_droschke-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gabriel_sans';
  src: url("fonts/gabriel-sans-medium-webfont.eot");
  src: url("fonts/gabriel-sans-medium-webfont.eot#iefix") format("embedded-opentype"), url("fonts/gabriel-sans-medium-webfont.woff") format("woff2"), url("fonts/gabriel-sans-medium-webfont.woff") format("woff"), url("fonts/gabriel-sans-medium-webfont.ttf") format("truetype"), url("fonts/gabriel-sans-medium-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gabriel_sans';
  src: url("fonts/gabriel-sans-bold-webfont.eot");
  src: url("fonts/gabriel-sans-bold-webfont.eot#iefix") format("embedded-opentype"), url("fonts/gabriel-sans-bold-webfont.woff") format("woff2"), url("fonts/gabriel-sans-bold-webfont.woff") format("woff"), url("fonts/gabriel-sans-bold-webfont.ttf") format("truetype"), url("fonts/gabriel-sans-bold-webfont.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'gabriel_sans_cond';
  src: url("fonts/gabriel-sans-cond-bold-webfont.eot");
  src: url("fonts/gabriel-sans-cond-bold-webfont.eot#iefix") format("embedded-opentype"), url("fonts/gabriel-sans-cond-bold-webfont.woff") format("woff2"), url("fonts/gabriel-sans-cond-bold-webfont.woff") format("woff"), url("fonts/gabriel-sans-cond-bold-webfont.ttf") format("truetype"), url("fonts/gabriel-sans-cond-bold-webfont.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'gabriel_sans_cond';
  src: url("fonts/gabriel-sans-cond-medium-webfont.eot");
  src: url("fonts/gabriel-sans-cond-medium-webfont.eot#iefix") format("embedded-opentype"), url("fonts/gabriel-sans-cond-medium-webfont.woff") format("woff2"), url("fonts/gabriel-sans-cond-medium-webfont.woff") format("woff"), url("fonts/gabriel-sans-cond-medium-webfont.ttf") format("truetype"), url("fonts/gabriel-sans-cond-medium-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont_v-4.3.0.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff2"), url("fonts/fontawesome-webfont_v-4.3.0.woff") format("woff"), url("fonts/fontawesome-webfont_v-4.3.0.ttf") format("truetype"), url("fonts/fontawesome-webfont_v-4.3.0-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    #ELEMENTS
\*------------------------------------*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "gabriel_sans";
  font-weight: 400;
  font-size: 18px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px;
}

body {
  margin: 0 auto;
  padding: 0;
  background: #5DA43E;
}

a {
  cursor: pointer;
  text-decoration: underline;
  font-weight: normal;
  color: #F3E732;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

dt,
dd {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: left;
}

blockquote {
  margin: 0;
}

figure {
  margin: 0;
}

img,
svg,
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

audio {
  display: block;
}

video {
  display: block;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

legend {
  padding: 0;
}

input,
button,
textarea {
  margin: 0;
  outline: none;
  border: 0 solid;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 28px;
  -webkit-appearance: none;
  color: #FFF;
  font-family: "gabriel_sans";
}

::-webkit-input-placeholder {
  color: #FFF;
}

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

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

:-ms-input-placeholder {
  color: #FFF;
}

textarea {
  vertical-align: text-top;
  resize: vertical;
}

input[type="image"] {
  border: 0;
}

input[type="file"] {
  cursor: pointer;
}

input[type="checkbox"] {
  vertical-align: baseline;
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  vertical-align: baseline;
  -webkit-appearance: radio;
}

pre {
  margin: 0;
}

code,
samp,
kbd {
  line-height: 1;
}

small {
  font-size: 18px;
  line-height: 28px;
  vertical-align: bottom;
}

sup,
sub {
  font-size: 18px;
  line-height: 28px;
}

strong {
  font-weight: 700;
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
h1 {
  font-family: "neue_droschkehalbfett";
  font-size: 86px;
  line-height: 86px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media (min-width: 601px) and (max-width: 980px) {
  h1 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
  }
}

h2 {
  font-family: "neue_droschkehalbfett";
  font-size: 62px;
  line-height: 65px;
  color: #F3E732;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 601px) and (max-width: 980px) {
  h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

h3 {
  font-family: "neue_droschkehalbfett";
  font-size: 38px;
  line-height: 36px;
  color: #F3E732;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4 {
  font-size: 23px;
  line-height: 38px;
  color: #F3E732;
  margin-bottom: 10px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

p {
  margin-bottom: 30px;
}

.lead {
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 601px) and (max-width: 980px) {
  .lead {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .lead {
    font-size: 20px;
    line-height: 26px;
  }
}

.small {
  font-size: 14px;
  line-height: 18px;
}

.text-info {
  font-size: 14px;
  line-height: 12px;
  font-family: 'pluto';
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.text-lead-character p:first-of-type:first-letter {
  float: left;
  font-size: 62px;
  line-height: 48px;
  padding-right: 10px;
}
.text-lead-character p.lead:first-letter {
  float: left;
  font-size: 72px;
  line-height: 58px;
  padding-right: 10px;
}

.text-block-heading {
  font-family: "neue_droschkehalbfett";
  font-size: 42px;
  line-height: 47px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  word-wrap: break-word;
}
@media (max-width: 600px) {
  .text-block-heading {
    font-size: 28px;
    line-height: 28px;
  }
}

.text-block-heading--small {
  font-size: 25px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #5DA43E;
}

.text-secondary {
  color: #F3E732;
}

.text-inverted {
  color: #FFF;
}

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

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

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

.text-wrap {
  word-wrap: break-word;
}

/*
 LInks
 */
h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

/*------------------------------------*\
    #PATTERNS
\*------------------------------------*/
.bordered {
  border: 1px solid #F3E732;
}

.bordered--off {
  padding: 10px;
}

.bordered--left {
  border-left: 1px solid #F3E732;
}

.bordered--bottom {
  border-bottom: 1px solid #F3E732;
}

.no-border {
  border: 0 !important;
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
html {
  min-height: 100%;
}

.background-primary {
  background: #5DA43E;
}

.background-secondary {
  background: #F3E732;
}

.background-tertiary {
  background: #007358;
}

@media (min-width: 981px) {
  .background--fixed {
    background-attachment: fixed;
  }

  .background--not-fixed {
    background-attachment: scroll;
    background-size: auto 100%, auto 100%;
  }
}
.background-bottom {
  background: url("img/bg-bottom.png") bottom no-repeat;
  background-size: 100% auto;
}

.background-norm {
  position: relative;
  background: url("img/bg-bottom.png") bottom no-repeat;
  background-size: 100% auto;
  z-index: 0;
}
@media (max-width: 600px) {
  .background-norm {
    background-image: none;
  }
}
.background-norm:after, .background-norm:before {
  content: '';
  position: fixed;
  bottom: 0;
  height: 100vh;
  width: 200px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: -1;
}
@media (min-width: 601px) and (max-width: 980px) {
  .background-norm:after, .background-norm:before {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .background-norm:after, .background-norm:before {
    display: none;
  }
}
@media (max-width: 980px) {
  .home .background-norm:after, .home .background-norm:before {
    top: 0;
    position: absolute;
    height: 100%;
  }
}
.background-norm:after {
  left: 0;
  background-image: url("img/bg-left-alt.png");
  background-position: left bottom;
}
@media (min-width: 601px) and (max-width: 980px) {
  .background-norm:after {
    background-position: right bottom;
  }
}
.home .background-norm:after {
  background-image: url("img/bg-left-home.png");
}
.background-norm:before {
  right: 0;
  background-image: url("img/bg-right-alt.png");
  background-position: right bottom;
}
@media (min-width: 601px) and (max-width: 980px) {
  .background-norm:before {
    background-position: left bottom;
  }
}
.home .background-norm:before {
  background-image: url("img/bg-right-home.png");
}

@media (min-width: 981px) {
  .background--not-fixed:before,
  .background--not-fixed:after {
    position: absolute;
    background-size: auto 100%;
  }
}
/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -24px;
  /* [3] */
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -12px;
}
.grid--narrow > .grid__item {
  padding-left: 12px;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -48px;
}
.grid--wide > .grid__item {
  padding-left: 48px;
}

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%;
}

/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
 * Tenths
 */
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 600px) {
  /**
   * Whole
   */
  .mobile--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .mobile--one-half, .mobile--two-quarters, .mobile--three-sixths, .mobile--four-eighths, .mobile--five-tenths, .mobile--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .mobile--one-third, .mobile--two-sixths, .mobile--four-twelfths {
    width: 33.333%;
  }

  .mobile--two-thirds, .mobile--four-sixths, .mobile--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .mobile--one-quarter, .mobile--two-eighths, .mobile--three-twelfths {
    width: 25%;
  }

  .mobile--three-quarters, .mobile--six-eighths, .mobile--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .mobile--one-fifth, .mobile--two-tenths {
    width: 20%;
  }

  .mobile--two-fifths, .mobile--four-tenths {
    width: 40%;
  }

  .mobile--three-fifths, .mobile--six-tenths {
    width: 60%;
  }

  .mobile--four-fifths, .mobile--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .mobile--one-sixth, .mobile--two-twelfths {
    width: 16.666%;
  }

  .mobile--five-sixths, .mobile--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .mobile--one-eighth {
    width: 12.5%;
  }

  .mobile--three-eighths {
    width: 37.5%;
  }

  .mobile--five-eighths {
    width: 62.5%;
  }

  .mobile--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .mobile--one-tenth {
    width: 10%;
  }

  .mobile--three-tenths {
    width: 30%;
  }

  .mobile--seven-tenths {
    width: 70%;
  }

  .mobile--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .mobile--one-twelfth {
    width: 8.333%;
  }

  .mobile--five-twelfths {
    width: 41.666%;
  }

  .mobile--seven-twelfths {
    width: 58.333%;
  }

  .mobile--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 980px) {
  /**
   * Whole
   */
  .tablet--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .tablet--one-half, .tablet--two-quarters, .tablet--three-sixths, .tablet--four-eighths, .tablet--five-tenths, .tablet--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .tablet--one-third, .tablet--two-sixths, .tablet--four-twelfths {
    width: 33.333%;
  }

  .tablet--two-thirds, .tablet--four-sixths, .tablet--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .tablet--one-quarter, .tablet--two-eighths, .tablet--three-twelfths {
    width: 25%;
  }

  .tablet--three-quarters, .tablet--six-eighths, .tablet--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .tablet--one-fifth, .tablet--two-tenths {
    width: 20%;
  }

  .tablet--two-fifths, .tablet--four-tenths {
    width: 40%;
  }

  .tablet--three-fifths, .tablet--six-tenths {
    width: 60%;
  }

  .tablet--four-fifths, .tablet--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .tablet--one-sixth, .tablet--two-twelfths {
    width: 16.666%;
  }

  .tablet--five-sixths, .tablet--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .tablet--one-eighth {
    width: 12.5%;
  }

  .tablet--three-eighths {
    width: 37.5%;
  }

  .tablet--five-eighths {
    width: 62.5%;
  }

  .tablet--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .tablet--one-tenth {
    width: 10%;
  }

  .tablet--three-tenths {
    width: 30%;
  }

  .tablet--seven-tenths {
    width: 70%;
  }

  .tablet--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .tablet--one-twelfth {
    width: 8.333%;
  }

  .tablet--five-twelfths {
    width: 41.666%;
  }

  .tablet--seven-twelfths {
    width: 58.333%;
  }

  .tablet--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
  /**
   * Whole
   */
  .desktop--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .desktop--one-half, .desktop--two-quarters, .desktop--three-sixths, .desktop--four-eighths, .desktop--five-tenths, .desktop--six-twelfths {
    width: 50%;
  }

  /**
   * Thirds
   */
  .desktop--one-third, .desktop--two-sixths, .desktop--four-twelfths {
    width: 33.333%;
  }

  .desktop--two-thirds, .desktop--four-sixths, .desktop--eight-twelfths {
    width: 66.666%;
  }

  /**
   * Quarters
   */
  .desktop--one-quarter, .desktop--two-eighths, .desktop--three-twelfths {
    width: 25%;
  }

  .desktop--three-quarters, .desktop--six-eighths, .desktop--nine-twelfths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .desktop--one-fifth, .desktop--two-tenths {
    width: 20%;
  }

  .desktop--two-fifths, .desktop--four-tenths {
    width: 40%;
  }

  .desktop--three-fifths, .desktop--six-tenths {
    width: 60%;
  }

  .desktop--four-fifths, .desktop--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .desktop--one-sixth, .desktop--two-twelfths {
    width: 16.666%;
  }

  .desktop--five-sixths, .desktop--ten-twelfths {
    width: 83.333%;
  }

  /**
   * Eighths
   */
  .desktop--one-eighth {
    width: 12.5%;
  }

  .desktop--three-eighths {
    width: 37.5%;
  }

  .desktop--five-eighths {
    width: 62.5%;
  }

  .desktop--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .desktop--one-tenth {
    width: 10%;
  }

  .desktop--three-tenths {
    width: 30%;
  }

  .desktop--seven-tenths {
    width: 70%;
  }

  .desktop--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .desktop--one-twelfth {
    width: 8.333%;
  }

  .desktop--five-twelfths {
    width: 41.666%;
  }

  .desktop--seven-twelfths {
    width: 58.333%;
  }

  .desktop--eleven-twelfths {
    width: 91.666%;
  }
}
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="push--"] {
  position: relative;
}

/**
 * Whole
 */
.push--one-whole {
  left: 100%;
}

/**
 * Halves
 */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%;
}

/**
 * Thirds
 */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%;
}

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%;
}

/**
 * Quarters
 */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%;
}

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%;
}

/**
 * Fifths
 */
.push--one-fifth, .push--two-tenths {
  left: 20%;
}

.push--two-fifths, .push--four-tenths {
  left: 40%;
}

.push--three-fifths, .push--six-tenths {
  left: 60%;
}

.push--four-fifths, .push--eight-tenths {
  left: 80%;
}

/**
 * Sixths
 */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%;
}

.push--five-sixths, .push--ten-twelfths {
  left: 83.333%;
}

/**
 * Eighths
 */
.push--one-eighth {
  left: 12.5%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

/**
 * Tenths
 */
.push--one-tenth {
  left: 10%;
}

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

/**
 * Twelfths
 */
.push--one-twelfth {
  left: 8.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (max-width: 600px) {
  /**
   * Whole
   */
  .push--mobile--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--mobile--one-half, .push--mobile--two-quarters, .push--mobile--three-sixths, .push--mobile--four-eighths, .push--mobile--five-tenths, .push--mobile--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--mobile--one-third, .push--mobile--two-sixths, .push--mobile--four-twelfths {
    left: 33.333%;
  }

  .push--mobile--two-thirds, .push--mobile--four-sixths, .push--mobile--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--mobile--one-quarter, .push--mobile--two-eighths, .push--mobile--three-twelfths {
    left: 25%;
  }

  .push--mobile--three-quarters, .push--mobile--six-eighths, .push--mobile--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--mobile--one-fifth, .push--mobile--two-tenths {
    left: 20%;
  }

  .push--mobile--two-fifths, .push--mobile--four-tenths {
    left: 40%;
  }

  .push--mobile--three-fifths, .push--mobile--six-tenths {
    left: 60%;
  }

  .push--mobile--four-fifths, .push--mobile--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--mobile--one-sixth, .push--mobile--two-twelfths {
    left: 16.666%;
  }

  .push--mobile--five-sixths, .push--mobile--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--mobile--one-eighth {
    left: 12.5%;
  }

  .push--mobile--three-eighths {
    left: 37.5%;
  }

  .push--mobile--five-eighths {
    left: 62.5%;
  }

  .push--mobile--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--mobile--one-tenth {
    left: 10%;
  }

  .push--mobile--three-tenths {
    left: 30%;
  }

  .push--mobile--seven-tenths {
    left: 70%;
  }

  .push--mobile--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--mobile--one-twelfth {
    left: 8.333%;
  }

  .push--mobile--five-twelfths {
    left: 41.666%;
  }

  .push--mobile--seven-twelfths {
    left: 58.333%;
  }

  .push--mobile--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 980px) {
  /**
   * Whole
   */
  .push--tablet--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--tablet--one-half, .push--tablet--two-quarters, .push--tablet--three-sixths, .push--tablet--four-eighths, .push--tablet--five-tenths, .push--tablet--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--tablet--one-third, .push--tablet--two-sixths, .push--tablet--four-twelfths {
    left: 33.333%;
  }

  .push--tablet--two-thirds, .push--tablet--four-sixths, .push--tablet--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--tablet--one-quarter, .push--tablet--two-eighths, .push--tablet--three-twelfths {
    left: 25%;
  }

  .push--tablet--three-quarters, .push--tablet--six-eighths, .push--tablet--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--tablet--one-fifth, .push--tablet--two-tenths {
    left: 20%;
  }

  .push--tablet--two-fifths, .push--tablet--four-tenths {
    left: 40%;
  }

  .push--tablet--three-fifths, .push--tablet--six-tenths {
    left: 60%;
  }

  .push--tablet--four-fifths, .push--tablet--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--tablet--one-sixth, .push--tablet--two-twelfths {
    left: 16.666%;
  }

  .push--tablet--five-sixths, .push--tablet--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--tablet--one-eighth {
    left: 12.5%;
  }

  .push--tablet--three-eighths {
    left: 37.5%;
  }

  .push--tablet--five-eighths {
    left: 62.5%;
  }

  .push--tablet--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--tablet--one-tenth {
    left: 10%;
  }

  .push--tablet--three-tenths {
    left: 30%;
  }

  .push--tablet--seven-tenths {
    left: 70%;
  }

  .push--tablet--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--tablet--one-twelfth {
    left: 8.333%;
  }

  .push--tablet--five-twelfths {
    left: 41.666%;
  }

  .push--tablet--seven-twelfths {
    left: 58.333%;
  }

  .push--tablet--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
  /**
   * Whole
   */
  .push--desktop--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--desktop--one-half, .push--desktop--two-quarters, .push--desktop--three-sixths, .push--desktop--four-eighths, .push--desktop--five-tenths, .push--desktop--six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--desktop--one-third, .push--desktop--two-sixths, .push--desktop--four-twelfths {
    left: 33.333%;
  }

  .push--desktop--two-thirds, .push--desktop--four-sixths, .push--desktop--eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--desktop--one-quarter, .push--desktop--two-eighths, .push--desktop--three-twelfths {
    left: 25%;
  }

  .push--desktop--three-quarters, .push--desktop--six-eighths, .push--desktop--nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--desktop--one-fifth, .push--desktop--two-tenths {
    left: 20%;
  }

  .push--desktop--two-fifths, .push--desktop--four-tenths {
    left: 40%;
  }

  .push--desktop--three-fifths, .push--desktop--six-tenths {
    left: 60%;
  }

  .push--desktop--four-fifths, .push--desktop--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--desktop--one-sixth, .push--desktop--two-twelfths {
    left: 16.666%;
  }

  .push--desktop--five-sixths, .push--desktop--ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--desktop--one-eighth {
    left: 12.5%;
  }

  .push--desktop--three-eighths {
    left: 37.5%;
  }

  .push--desktop--five-eighths {
    left: 62.5%;
  }

  .push--desktop--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--desktop--one-tenth {
    left: 10%;
  }

  .push--desktop--three-tenths {
    left: 30%;
  }

  .push--desktop--seven-tenths {
    left: 70%;
  }

  .push--desktop--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--desktop--one-twelfth {
    left: 8.333%;
  }

  .push--desktop--five-twelfths {
    left: 41.666%;
  }

  .push--desktop--seven-twelfths {
    left: 58.333%;
  }

  .push--desktop--eleven-twelfths {
    left: 91.666%;
  }
}
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="pull--"] {
  position: relative;
}

/**
 * Whole
 */
.pull--one-whole {
  right: 100%;
}

/**
 * Halves
 */
.pull--one-half, .pull--two-quarters, .pull--three-sixths, .pull--four-eighths, .pull--five-tenths, .pull--six-twelfths {
  right: 50%;
}

/**
 * Thirds
 */
.pull--one-third, .pull--two-sixths, .pull--four-twelfths {
  right: 33.333%;
}

.pull--two-thirds, .pull--four-sixths, .pull--eight-twelfths {
  right: 66.666%;
}

/**
 * Quarters
 */
.pull--one-quarter, .pull--two-eighths, .pull--three-twelfths {
  right: 25%;
}

.pull--three-quarters, .pull--six-eighths, .pull--nine-twelfths {
  right: 75%;
}

/**
 * Fifths
 */
.pull--one-fifth, .pull--two-tenths {
  right: 20%;
}

.pull--two-fifths, .pull--four-tenths {
  right: 40%;
}

.pull--three-fifths, .pull--six-tenths {
  right: 60%;
}

.pull--four-fifths, .pull--eight-tenths {
  right: 80%;
}

/**
 * Sixths
 */
.pull--one-sixth, .pull--two-twelfths {
  right: 16.666%;
}

.pull--five-sixths, .pull--ten-twelfths {
  right: 83.333%;
}

/**
 * Eighths
 */
.pull--one-eighth {
  right: 12.5%;
}

.pull--three-eighths {
  right: 37.5%;
}

.pull--five-eighths {
  right: 62.5%;
}

.pull--seven-eighths {
  right: 87.5%;
}

/**
 * Tenths
 */
.pull--one-tenth {
  right: 10%;
}

.pull--three-tenths {
  right: 30%;
}

.pull--seven-tenths {
  right: 70%;
}

.pull--nine-tenths {
  right: 90%;
}

/**
 * Twelfths
 */
.pull--one-twelfth {
  right: 8.333%;
}

.pull--five-twelfths {
  right: 41.666%;
}

.pull--seven-twelfths {
  right: 58.333%;
}

.pull--eleven-twelfths {
  right: 91.666%;
}

@media only screen and (max-width: 600px) {
  /**
   * Whole
   */
  .pull--mobile--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--mobile--one-half, .pull--mobile--two-quarters, .pull--mobile--three-sixths, .pull--mobile--four-eighths, .pull--mobile--five-tenths, .pull--mobile--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--mobile--one-third, .pull--mobile--two-sixths, .pull--mobile--four-twelfths {
    right: 33.333%;
  }

  .pull--mobile--two-thirds, .pull--mobile--four-sixths, .pull--mobile--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--mobile--one-quarter, .pull--mobile--two-eighths, .pull--mobile--three-twelfths {
    right: 25%;
  }

  .pull--mobile--three-quarters, .pull--mobile--six-eighths, .pull--mobile--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--mobile--one-fifth, .pull--mobile--two-tenths {
    right: 20%;
  }

  .pull--mobile--two-fifths, .pull--mobile--four-tenths {
    right: 40%;
  }

  .pull--mobile--three-fifths, .pull--mobile--six-tenths {
    right: 60%;
  }

  .pull--mobile--four-fifths, .pull--mobile--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--mobile--one-sixth, .pull--mobile--two-twelfths {
    right: 16.666%;
  }

  .pull--mobile--five-sixths, .pull--mobile--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--mobile--one-eighth {
    right: 12.5%;
  }

  .pull--mobile--three-eighths {
    right: 37.5%;
  }

  .pull--mobile--five-eighths {
    right: 62.5%;
  }

  .pull--mobile--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--mobile--one-tenth {
    right: 10%;
  }

  .pull--mobile--three-tenths {
    right: 30%;
  }

  .pull--mobile--seven-tenths {
    right: 70%;
  }

  .pull--mobile--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--mobile--one-twelfth {
    right: 8.333%;
  }

  .pull--mobile--five-twelfths {
    right: 41.666%;
  }

  .pull--mobile--seven-twelfths {
    right: 58.333%;
  }

  .pull--mobile--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 980px) {
  /**
   * Whole
   */
  .pull--tablet--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--tablet--one-half, .pull--tablet--two-quarters, .pull--tablet--three-sixths, .pull--tablet--four-eighths, .pull--tablet--five-tenths, .pull--tablet--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--tablet--one-third, .pull--tablet--two-sixths, .pull--tablet--four-twelfths {
    right: 33.333%;
  }

  .pull--tablet--two-thirds, .pull--tablet--four-sixths, .pull--tablet--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--tablet--one-quarter, .pull--tablet--two-eighths, .pull--tablet--three-twelfths {
    right: 25%;
  }

  .pull--tablet--three-quarters, .pull--tablet--six-eighths, .pull--tablet--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--tablet--one-fifth, .pull--tablet--two-tenths {
    right: 20%;
  }

  .pull--tablet--two-fifths, .pull--tablet--four-tenths {
    right: 40%;
  }

  .pull--tablet--three-fifths, .pull--tablet--six-tenths {
    right: 60%;
  }

  .pull--tablet--four-fifths, .pull--tablet--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--tablet--one-sixth, .pull--tablet--two-twelfths {
    right: 16.666%;
  }

  .pull--tablet--five-sixths, .pull--tablet--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--tablet--one-eighth {
    right: 12.5%;
  }

  .pull--tablet--three-eighths {
    right: 37.5%;
  }

  .pull--tablet--five-eighths {
    right: 62.5%;
  }

  .pull--tablet--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--tablet--one-tenth {
    right: 10%;
  }

  .pull--tablet--three-tenths {
    right: 30%;
  }

  .pull--tablet--seven-tenths {
    right: 70%;
  }

  .pull--tablet--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--tablet--one-twelfth {
    right: 8.333%;
  }

  .pull--tablet--five-twelfths {
    right: 41.666%;
  }

  .pull--tablet--seven-twelfths {
    right: 58.333%;
  }

  .pull--tablet--eleven-twelfths {
    right: 91.666%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
  /**
   * Whole
   */
  .pull--desktop--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--desktop--one-half, .pull--desktop--two-quarters, .pull--desktop--three-sixths, .pull--desktop--four-eighths, .pull--desktop--five-tenths, .pull--desktop--six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--desktop--one-third, .pull--desktop--two-sixths, .pull--desktop--four-twelfths {
    right: 33.333%;
  }

  .pull--desktop--two-thirds, .pull--desktop--four-sixths, .pull--desktop--eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--desktop--one-quarter, .pull--desktop--two-eighths, .pull--desktop--three-twelfths {
    right: 25%;
  }

  .pull--desktop--three-quarters, .pull--desktop--six-eighths, .pull--desktop--nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--desktop--one-fifth, .pull--desktop--two-tenths {
    right: 20%;
  }

  .pull--desktop--two-fifths, .pull--desktop--four-tenths {
    right: 40%;
  }

  .pull--desktop--three-fifths, .pull--desktop--six-tenths {
    right: 60%;
  }

  .pull--desktop--four-fifths, .pull--desktop--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--desktop--one-sixth, .pull--desktop--two-twelfths {
    right: 16.666%;
  }

  .pull--desktop--five-sixths, .pull--desktop--ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--desktop--one-eighth {
    right: 12.5%;
  }

  .pull--desktop--three-eighths {
    right: 37.5%;
  }

  .pull--desktop--five-eighths {
    right: 62.5%;
  }

  .pull--desktop--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--desktop--one-tenth {
    right: 10%;
  }

  .pull--desktop--three-tenths {
    right: 30%;
  }

  .pull--desktop--seven-tenths {
    right: 70%;
  }

  .pull--desktop--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--desktop--one-twelfth {
    right: 8.333%;
  }

  .pull--desktop--five-twelfths {
    right: 41.666%;
  }

  .pull--desktop--seven-twelfths {
    right: 58.333%;
  }

  .pull--desktop--eleven-twelfths {
    right: 91.666%;
  }
}
/*------------------------------------*\
    #CONTAINERS
\*------------------------------------*/
.wrapped {
  max-width: 1201px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrapped {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 600px) {
  .wrapped {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.wrapper--home {
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 600px) {
  .wrapper--home {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.wrapped--small {
  max-width: 880px;
}

.wrapped--med {
  max-width: 1010px;
}

.site-main {
  padding-top: 68px;
  overflow: hidden;
  min-height: 110vh;
}
.archive .site-main, .page-child .site-main, .page-parent .site-main, .single-line-up .site-main {
  padding-top: 114px;
  min-height: 0;
}
@media (max-width: 980px) {
  .archive .site-main, .page-child .site-main, .page-parent .site-main, .single-line-up .site-main {
    padding-top: 46px;
  }
}
.home .site-main {
  padding-top: 0;
  margin-top: 0;
  min-height: 100vh;
  background-color: #5DA43E;
}
@media (max-width: 980px) {
  .site-main {
    margin-top: 58px;
  }
}
@media (max-width: 980px) {
  .tickets .site-main, .about .site-main {
    padding-top: 0;
    margin-top: 0;
  }
}

.flex-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.no-flexbox .flex-middle {
  display: block;
  position: relative;
}
.no-flexbox .flex-middle .flex-middle__body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: none;
  z-index: 20;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body.home .site-header {
  position: absolute;
  background: none;
}
.archive .site-header, .page-child .site-header, .page-parent .site-header, .single-line-up .site-header {
  background: #5DA43E !important;
}

.site-header--fixed {
  position: fixed;
  background: #5DA43E !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body.home .site-header--fixed {
  position: absolute;
}
@media (min-width: 601px) and (max-width: 980px) {
  body.home .site-header--fixed {
    position: fixed;
  }
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.site-footer {
  position: relative;
  padding: 80px 0 160px 0;
  background-color: #007d67;
}
@media (max-width: 980px) {
  .site-footer {
    padding: 40px 0 120px 0;
  }
}
.site-footer:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #00614B;
}

.footer-split {
  border-left: 1px solid #F3E732;
}
@media (max-width: 980px) {
  .footer-split {
    border: none;
  }
}

.footer-right {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 980px) {
  .footer-right {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-left {
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 980px) {
  .footer-left {
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.site-footer__end {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}
.site-footer__end > a {
  text-decoration: none;
}

/*------------------------------------*\
    #MENUS
\*------------------------------------*/
.site-nav {
  width: 100%;
  padding: 20px 0;
}
.site-nav:after {
  content: "";
  display: table;
  clear: both;
}

.site-nav__menu {
  list-style: none;
  text-align: center;
}
.site-nav__menu > li {
  display: inline-block;
}
.site-nav__menu > li > a {
  padding: 0 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #F3E732;
  letter-spacing: 0.1em;
}
.site-nav__menu > li > a.btn {
  padding: 14px 30px 10px 30px;
  margin-left: 10px;
  font-weight: 400;
  line-height: 17px;
}
.site-nav__menu > li.menu-item-icon > a {
  padding: 0 13.3333333333px;
  color: #deeabc;
}
.site-nav__menu > li > a:hover, .site-nav__menu > li.current-menu-item > a {
  color: #deeabc;
}

.site-nav__toggle {
  float: right;
  margin-right: 20px;
  display: none;
}

@media (max-width: 980px) {
  .site-nav__menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #007358;
  }
  .site-nav__menu > li {
    display: block;
  }
  .site-nav__menu > li > a {
    display: block;
    padding: 20px 0;
    color: #F3E732;
    font-size: 24px;
  }
  .site-nav__menu > li > a:hover, .site-nav__menu > li.current-menu-item > a {
    color: #FFF;
  }
  .site-nav__menu > li.menu-item-icon {
    display: inline-block;
    padding: 20px 0;
  }
  .site-nav__menu > li.menu-item-icon > a {
    color: #F3E732;
  }
  .site-nav__menu > li.menu-item-icon > a:hover {
    background: none;
  }

  .site-nav--open .site-nav__menu {
    display: block;
  }

  .site-nav__toggle {
    display: block;
  }
}
.page-nav {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  background: #00614B;
  z-index: 10;
}
@media (max-width: 980px) {
  .page-nav {
    top: 58px;
  }
}

.page-nav__menu {
  list-style: none;
  text-align: center;
}
.page-nav__menu > li {
  display: inline-block;
  margin-left: -3px;
}
.page-nav__menu > li > a {
  display: block;
  position: relative;
  padding: 16.6666666667px 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #F3E732;
  letter-spacing: 0.1em;
}
.page-nav__menu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #007d67;
  visibility: hidden;
}
.page-nav__menu > li > a:hover, .page-nav__menu > li.current-menu-item > a, .page-nav__menu > li.current_page_item > a {
  color: #F3E732;
}
.page-nav__menu > li.current-menu-item > a:after, .page-nav__menu > li.current_page_item > a:after {
  visibility: visible;
}

/* Mobile Page Nav */
@media (max-width: 600px) {
  .page-nav {
    padding: 0;
  }

  .page-nav__menu {
    width: 100%;
    height: 46px;
  }
  .page-nav__menu > li {
    display: none;
  }
  .page-nav__menu > li > a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-nav__menu > li > a:after {
    display: inline-block;
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 6px;
    margin-bottom: -3px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid #F3E732;
  }
  .page-nav__menu > li.current-menu-item, .page-nav__menu > li.current_page_item {
    display: block;
  }
  .page-nav__menu:hover {
    height: auto;
  }
  .page-nav__menu:hover > li {
    display: block !important;
  }
}
/*------------------------------------*\
    #POST
\*------------------------------------*/
.post {
  padding-top: 100px;
  padding-bottom: 160px;
}
.post > h1 {
  margin-bottom: 120px;
}
@media (min-width: 601px) and (max-width: 980px) {
  .post {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .post > h1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .post {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .post > h1 {
    margin-bottom: 40px;
  }
  .tickets .post, .about .post {
    padding-top: 0;
    background: #007d67;
  }
  .tickets .post h1, .about .post h1 {
    background: #5DA43E;
    width: -webkit-calc(100% + (20px*2));
    width: calc(100% + (20px*2));
    margin-left: -20px;
    padding: 180px 40px 40px;
    height: 70vh;
    background: #5DA43E url("img/bg-title.png") no-repeat bottom center;
    background-size: cover;
  }
}

.post__header {
  margin-bottom: 80px;
}

.post__image {
  text-align: center;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.post__image > img {
  width: 100%;
}

.post__body:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    #HERO
\*------------------------------------*/
.page-hero {
  position: relative;
  min-height: 100vh;
}
@media (max-width: 600px) {
  .page-hero:after, .page-hero:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 50vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
  }
  .page-hero:after {
    bottom: 0;
    background-image: url("img/bg-bottom-mobile.png");
    background-position: bottom center;
  }
  .page-hero:before {
    top: 0;
    background-image: url("img/bg-top-mobile.png");
    background-position: top center;
  }
}

.page-hero__body {
  text-align: center;
  margin: 68px 0;
}
@media (max-width: 600px) {
  .page-hero__body {
    margin: 50px 0;
  }
}

.page-hero__logo {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  width: 350px;
  height: 180px;
  max-width: 100%;
  margin-bottom: 40px;
  background: url("img/ttp-logo.png") no-repeat;
  background-size: 100% auto;
}
@media (max-width: 600px) {
  .page-hero__logo {
    width: 280px;
    height: 145px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

/*------------------------------------*\
    #PANELS
\*------------------------------------*/
.panel {
  display: block;
  position: relative;
  height: 280px;
}
@media (max-width: 980px) {
  .panel {
    height: 210px;
  }
}
.panel > a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 10px solid transparent;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}
.panel:hover a:after {
  border-color: #FFF;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}
.panel:hover .panel__background > img {
  opacity: 0.6;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.panel__background {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.panel__background > img {
  width: 100%;
  height: auto;
  max-width: 100%;
  opacity: 0.3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.panel__body {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-row {
  position: relative;
}

.content-row__body {
  position: relative;
}

.content-row__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form__input {
  padding: 9.0909090909px 20px;
  background: #00614B;
  color: #F3E732;
}
@media (max-width: 980px) {
  .form__input {
    width: 100%;
    margin-bottom: 10px;
  }
}

input.btn {
  font-family: "gabriel_sans";
  font-weight: 600;
}

::-webkit-input-placeholder {
  color: #e5d70d;
}

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

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

:-ms-input-placeholder {
  color: #e5d70d;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  display: inline-block;
  padding: 15px 25px 12px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media (max-width: 600px) {
  .btn {
    display: block;
    margin-bottom: -20px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn:hover {
    top: 0 !important;
    margin-bottom: -18px;
  }
}

.btn--default {
  position: relative;
  background: #F3E732;
  border-bottom: 3px solid #00614B;
  color: #007358;
}
.btn--default:hover {
  top: 2px;
  background: #deeabc;
  border-bottom-width: 1px;
}

.btn--primary {
  position: relative;
  background: #F3E732;
  border-bottom: 3px solid #00614B;
  color: #007358;
}
.btn--primary:hover {
  top: 2px;
  background: #deeabc;
  border-bottom-width: 1px;
}

.btn--secondary {
  position: relative;
  background: #F3E732;
  border-bottom: 3px solid #00614B;
  color: #007358;
}
.btn--secondary:hover {
  top: 2px;
  background: #deeabc;
  border-bottom-width: 1px;
}

.btn--inverted {
  background: #FFF;
  color: #5DA43E;
}

@media (max-width: 600px) {
  input.btn {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 -20px;
    max-width: 100%;
  }
  input.btn:hover {
    top: 0 !important;
    margin-bottom: -18px;
  }
}

/*------------------------------------*\
    #ICONS
\*------------------------------------*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
.list-inline {
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}

.list-social > li {
  margin: 0 10px;
}

.list-partners {
  list-style: none;
}
.list-partners > li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
}
.list-partners > li > a {
  display: block;
  height: 50px;
  max-width: 100px;
}
.list-partners > li > a img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 600px) {
  .list-partners > li > a {
    max-width: 70px;
  }
}

.list-blocks {
  min-height: 500px;
}

.list-block-heading {
  margin-bottom: 40px;
  font-family: "neue_droschkehalbfett";
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  word-wrap: break-word;
}
@media (min-width: 601px) and (max-width: 980px) {
  .list-block-heading {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 600px) {
  .list-block-heading {
    font-size: 20px;
    line-height: 22px;
  }
}
.list-block-heading > li {
  position: relative;
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 0 -3px;
}
.list-block-heading > li:after {
  content: '';
  display: block;
  position: absolute;
  right: -6px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #00614B;
}
@media (max-width: 600px) {
  .list-block-heading > li:after {
    width: 5px;
    height: 5px;
    right: -4px;
  }
}
.list-block-heading > li:last-child:after {
  display: none;
}
.list-block-heading > li.nobullet:after {
  display: none;
}
.list-block-heading > li.list-heading-primary {
  display: block;
  text-align: center;
  font-size: 52px;
  line-height: 58px;
  padding: 0;
  margin-left: 0;
}
.list-block-heading > li.list-heading-primary:after {
  display: none;
}
@media (min-width: 601px) and (max-width: 980px) {
  .list-block-heading > li.list-heading-primary {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .list-block-heading > li.list-heading-primary {
    font-size: 20px;
    line-height: 22px;
  }
}

/* ==========================================================================
   #BURGER
   ========================================================================== */
.burger {
  vertical-align: bottom;
  width: 30px;
  height: 18px;
}

.burger__filling {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: #FFF;
  margin: 8px 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.burger__filling:before, .burger__filling:after {
  content: '';
  position: absolute;
  top: -8px;
  width: 100%;
  height: 2px;
  background: #FFF;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.burger__filling:after {
  top: auto;
  bottom: -8px;
}
.burger--open .burger__filling {
  background: none;
}
.burger--open .burger__filling:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFF;
}
.burger--open .burger__filling:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #FFF;
}

/*------------------------------------*\
    #FEEDs
\*------------------------------------*/
.feed__item {
  position: relative;
  display: inline-block;
  width: 25%;
  margin: 0;
  background: #000;
  overflow: hidden;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .feed__item {
    width: 50%;
  }
}
@media (max-width: 980px) {
  .feed__item {
    width: 100%;
  }
}

.feed__item-link {
  display: block;
  position: relative;
  cursor: pointer;
}
.feed__item-link > img {
  width: 100%;
  height: auto;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feed__item-link:hover > img {
  opacity: 0.5;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feed__item-link:hover .feed__item-title {
  display: block;
}

.feed__item-title {
  position: absolute;
  top: 50%;
  right: 10%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  z-index: 0;
  display: none;
}

.page-feed .referral {
  display: none !important;
}

.feed-item.juicer {
  background: #FFF;
  background: #FFF url("img/ttp-logo.png") no-repeat center center;
  background-size: 80% auto;
}
.feed-item.juicer img {
  opacity: 0 !important;
}

.feed-item.twitter {
  background: #F3E732 !important;
}

.juicer-button {
  display: block !important;
  padding: 14px 30px 10px 30px !important;
  border-radius: 5px !important;
  border: none !important;
  font-family: 'pluto' !important;
  line-height: 22px !important;
  text-decoration: none !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
  font-size: 16px !important;
  width: 200px !important;
  font-weight: normal !important;
  background: #FFF !important;
  color: #5DA43E !important;
}
@media (max-width: 600px) {
  .juicer-button {
    display: block !important;
  }
}

/*------------------------------------*\
    #FLOATS
\*------------------------------------*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

/*------------------------------------*\
    #GUTTERS
\*------------------------------------*/
.vgut-m-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .vgut-m-1 {
    margin-top: 13.3333333333px;
    margin-bottom: 13.3333333333px;
  }
}

.vgut-m-t-1 {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .vgut-m-t-1 {
    margin-top: 13.3333333333px;
  }
}

.vgut-m-b-1 {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .vgut-m-b-1 {
    margin-bottom: 13.3333333333px;
  }
}

.vgut-p-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .vgut-p-1 {
    padding-top: 13.3333333333px;
    padding-bottom: 13.3333333333px;
  }
}

.vgut-p-t-1 {
  padding-top: 20px;
}
@media (max-width: 600px) {
  .vgut-p-t-1 {
    padding-top: 13.3333333333px;
  }
}

.vgut-p-b-1 {
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .vgut-p-b-1 {
    padding-bottom: 13.3333333333px;
  }
}

.vgut-m-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .vgut-m-2 {
    margin-top: 26.6666666667px;
    margin-bottom: 26.6666666667px;
  }
}

.vgut-m-t-2 {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .vgut-m-t-2 {
    margin-top: 26.6666666667px;
  }
}

.vgut-m-b-2 {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .vgut-m-b-2 {
    margin-bottom: 26.6666666667px;
  }
}

.vgut-p-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .vgut-p-2 {
    padding-top: 26.6666666667px;
    padding-bottom: 26.6666666667px;
  }
}

.vgut-p-t-2 {
  padding-top: 40px;
}
@media (max-width: 600px) {
  .vgut-p-t-2 {
    padding-top: 26.6666666667px;
  }
}

.vgut-p-b-2 {
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .vgut-p-b-2 {
    padding-bottom: 26.6666666667px;
  }
}

.vgut-m-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .vgut-m-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.vgut-m-t-3 {
  margin-top: 60px;
}
@media (max-width: 600px) {
  .vgut-m-t-3 {
    margin-top: 40px;
  }
}

.vgut-m-b-3 {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .vgut-m-b-3 {
    margin-bottom: 40px;
  }
}

.vgut-p-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  .vgut-p-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.vgut-p-t-3 {
  padding-top: 60px;
}
@media (max-width: 600px) {
  .vgut-p-t-3 {
    padding-top: 40px;
  }
}

.vgut-p-b-3 {
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  .vgut-p-b-3 {
    padding-bottom: 40px;
  }
}

.vgut-m-4 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .vgut-m-4 {
    margin-top: 53.3333333333px;
    margin-bottom: 53.3333333333px;
  }
}

.vgut-m-t-4 {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .vgut-m-t-4 {
    margin-top: 53.3333333333px;
  }
}

.vgut-m-b-4 {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .vgut-m-b-4 {
    margin-bottom: 53.3333333333px;
  }
}

.vgut-p-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .vgut-p-4 {
    padding-top: 53.3333333333px;
    padding-bottom: 53.3333333333px;
  }
}

.vgut-p-t-4 {
  padding-top: 80px;
}
@media (max-width: 600px) {
  .vgut-p-t-4 {
    padding-top: 53.3333333333px;
  }
}

.vgut-p-b-4 {
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .vgut-p-b-4 {
    padding-bottom: 53.3333333333px;
  }
}

.vgut-m-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .vgut-m-5 {
    margin-top: 66.6666666667px;
    margin-bottom: 66.6666666667px;
  }
}

.vgut-m-t-5 {
  margin-top: 100px;
}
@media (max-width: 600px) {
  .vgut-m-t-5 {
    margin-top: 66.6666666667px;
  }
}

.vgut-m-b-5 {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .vgut-m-b-5 {
    margin-bottom: 66.6666666667px;
  }
}

.vgut-p-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .vgut-p-5 {
    padding-top: 66.6666666667px;
    padding-bottom: 66.6666666667px;
  }
}

.vgut-p-t-5 {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .vgut-p-t-5 {
    padding-top: 66.6666666667px;
  }
}

.vgut-p-b-5 {
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .vgut-p-b-5 {
    padding-bottom: 66.6666666667px;
  }
}

.vgut-m-6 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .vgut-m-6 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.vgut-m-t-6 {
  margin-top: 120px;
}
@media (max-width: 600px) {
  .vgut-m-t-6 {
    margin-top: 80px;
  }
}

.vgut-m-b-6 {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .vgut-m-b-6 {
    margin-bottom: 80px;
  }
}

.vgut-p-6 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .vgut-p-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.vgut-p-t-6 {
  padding-top: 120px;
}
@media (max-width: 600px) {
  .vgut-p-t-6 {
    padding-top: 80px;
  }
}

.vgut-p-b-6 {
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .vgut-p-b-6 {
    padding-bottom: 80px;
  }
}

.vgut-m-7 {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media (max-width: 600px) {
  .vgut-m-7 {
    margin-top: 93.3333333333px;
    margin-bottom: 93.3333333333px;
  }
}

.vgut-m-t-7 {
  margin-top: 140px;
}
@media (max-width: 600px) {
  .vgut-m-t-7 {
    margin-top: 93.3333333333px;
  }
}

.vgut-m-b-7 {
  margin-bottom: 140px;
}
@media (max-width: 600px) {
  .vgut-m-b-7 {
    margin-bottom: 93.3333333333px;
  }
}

.vgut-p-7 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 600px) {
  .vgut-p-7 {
    padding-top: 93.3333333333px;
    padding-bottom: 93.3333333333px;
  }
}

.vgut-p-t-7 {
  padding-top: 140px;
}
@media (max-width: 600px) {
  .vgut-p-t-7 {
    padding-top: 93.3333333333px;
  }
}

.vgut-p-b-7 {
  padding-bottom: 140px;
}
@media (max-width: 600px) {
  .vgut-p-b-7 {
    padding-bottom: 93.3333333333px;
  }
}

.vgut-m-8 {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 600px) {
  .vgut-m-8 {
    margin-top: 106.6666666667px;
    margin-bottom: 106.6666666667px;
  }
}

.vgut-m-t-8 {
  margin-top: 160px;
}
@media (max-width: 600px) {
  .vgut-m-t-8 {
    margin-top: 106.6666666667px;
  }
}

.vgut-m-b-8 {
  margin-bottom: 160px;
}
@media (max-width: 600px) {
  .vgut-m-b-8 {
    margin-bottom: 106.6666666667px;
  }
}

.vgut-p-8 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 600px) {
  .vgut-p-8 {
    padding-top: 106.6666666667px;
    padding-bottom: 106.6666666667px;
  }
}

.vgut-p-t-8 {
  padding-top: 160px;
}
@media (max-width: 600px) {
  .vgut-p-t-8 {
    padding-top: 106.6666666667px;
  }
}

.vgut-p-b-8 {
  padding-bottom: 160px;
}
@media (max-width: 600px) {
  .vgut-p-b-8 {
    padding-bottom: 106.6666666667px;
  }
}

.vgut-m-9 {
  margin-top: 180px;
  margin-bottom: 180px;
}
@media (max-width: 600px) {
  .vgut-m-9 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.vgut-m-t-9 {
  margin-top: 180px;
}
@media (max-width: 600px) {
  .vgut-m-t-9 {
    margin-top: 120px;
  }
}

.vgut-m-b-9 {
  margin-bottom: 180px;
}
@media (max-width: 600px) {
  .vgut-m-b-9 {
    margin-bottom: 120px;
  }
}

.vgut-p-9 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 600px) {
  .vgut-p-9 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.vgut-p-t-9 {
  padding-top: 180px;
}
@media (max-width: 600px) {
  .vgut-p-t-9 {
    padding-top: 120px;
  }
}

.vgut-p-b-9 {
  padding-bottom: 180px;
}
@media (max-width: 600px) {
  .vgut-p-b-9 {
    padding-bottom: 120px;
  }
}

.vgut-m-10 {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 600px) {
  .vgut-m-10 {
    margin-top: 133.3333333333px;
    margin-bottom: 133.3333333333px;
  }
}

.vgut-m-t-10 {
  margin-top: 200px;
}
@media (max-width: 600px) {
  .vgut-m-t-10 {
    margin-top: 133.3333333333px;
  }
}

.vgut-m-b-10 {
  margin-bottom: 200px;
}
@media (max-width: 600px) {
  .vgut-m-b-10 {
    margin-bottom: 133.3333333333px;
  }
}

.vgut-p-10 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 600px) {
  .vgut-p-10 {
    padding-top: 133.3333333333px;
    padding-bottom: 133.3333333333px;
  }
}

.vgut-p-t-10 {
  padding-top: 200px;
}
@media (max-width: 600px) {
  .vgut-p-t-10 {
    padding-top: 133.3333333333px;
  }
}

.vgut-p-b-10 {
  padding-bottom: 200px;
}
@media (max-width: 600px) {
  .vgut-p-b-10 {
    padding-bottom: 133.3333333333px;
  }
}

.gut-m-1 {
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .gut-m-1 {
    margin-right: 13.3333333333px;
    margin-left: 13.3333333333px;
  }
}

.gut-m-l-1 {
  margin-left: 20px;
}
@media (max-width: 600px) {
  .gut-m-l-1 {
    margin-left: 13.3333333333px;
  }
}

.gut-m-r-1 {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .gut-m-r-1 {
    margin-right: 13.3333333333px;
  }
}

.gut-p-1 {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .gut-p-1 {
    padding-right: 13.3333333333px;
    padding-left: 13.3333333333px;
  }
}

.gut-p-l-1 {
  padding-left: 20px;
}
@media (max-width: 600px) {
  .gut-p-l-1 {
    padding-left: 13.3333333333px;
  }
}

.gut-p-r-1 {
  padding-right: 20px;
}
@media (max-width: 600px) {
  .gut-p-r-1 {
    padding-right: 13.3333333333px;
  }
}

.gut-m-2 {
  margin-right: 40px;
  margin-left: 40px;
}
@media (max-width: 600px) {
  .gut-m-2 {
    margin-right: 26.6666666667px;
    margin-left: 26.6666666667px;
  }
}

.gut-m-l-2 {
  margin-left: 40px;
}
@media (max-width: 600px) {
  .gut-m-l-2 {
    margin-left: 26.6666666667px;
  }
}

.gut-m-r-2 {
  margin-right: 40px;
}
@media (max-width: 600px) {
  .gut-m-r-2 {
    margin-right: 26.6666666667px;
  }
}

.gut-p-2 {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 600px) {
  .gut-p-2 {
    padding-right: 26.6666666667px;
    padding-left: 26.6666666667px;
  }
}

.gut-p-l-2 {
  padding-left: 40px;
}
@media (max-width: 600px) {
  .gut-p-l-2 {
    padding-left: 26.6666666667px;
  }
}

.gut-p-r-2 {
  padding-right: 40px;
}
@media (max-width: 600px) {
  .gut-p-r-2 {
    padding-right: 26.6666666667px;
  }
}

.gut-m-3 {
  margin-right: 60px;
  margin-left: 60px;
}
@media (max-width: 600px) {
  .gut-m-3 {
    margin-right: 40px;
    margin-left: 40px;
  }
}

.gut-m-l-3 {
  margin-left: 60px;
}
@media (max-width: 600px) {
  .gut-m-l-3 {
    margin-left: 40px;
  }
}

.gut-m-r-3 {
  margin-right: 60px;
}
@media (max-width: 600px) {
  .gut-m-r-3 {
    margin-right: 40px;
  }
}

.gut-p-3 {
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 600px) {
  .gut-p-3 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.gut-p-l-3 {
  padding-left: 60px;
}
@media (max-width: 600px) {
  .gut-p-l-3 {
    padding-left: 40px;
  }
}

.gut-p-r-3 {
  padding-right: 60px;
}
@media (max-width: 600px) {
  .gut-p-r-3 {
    padding-right: 40px;
  }
}

.gut-m-4 {
  margin-right: 80px;
  margin-left: 80px;
}
@media (max-width: 600px) {
  .gut-m-4 {
    margin-right: 53.3333333333px;
    margin-left: 53.3333333333px;
  }
}

.gut-m-l-4 {
  margin-left: 80px;
}
@media (max-width: 600px) {
  .gut-m-l-4 {
    margin-left: 53.3333333333px;
  }
}

.gut-m-r-4 {
  margin-right: 80px;
}
@media (max-width: 600px) {
  .gut-m-r-4 {
    margin-right: 53.3333333333px;
  }
}

.gut-p-4 {
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 600px) {
  .gut-p-4 {
    padding-right: 53.3333333333px;
    padding-left: 53.3333333333px;
  }
}

.gut-p-l-4 {
  padding-left: 80px;
}
@media (max-width: 600px) {
  .gut-p-l-4 {
    padding-left: 53.3333333333px;
  }
}

.gut-p-r-4 {
  padding-right: 80px;
}
@media (max-width: 600px) {
  .gut-p-r-4 {
    padding-right: 53.3333333333px;
  }
}

.gut-m-5 {
  margin-right: 100px;
  margin-left: 100px;
}
@media (max-width: 600px) {
  .gut-m-5 {
    margin-right: 66.6666666667px;
    margin-left: 66.6666666667px;
  }
}

.gut-m-l-5 {
  margin-left: 100px;
}
@media (max-width: 600px) {
  .gut-m-l-5 {
    margin-left: 66.6666666667px;
  }
}

.gut-m-r-5 {
  margin-right: 100px;
}
@media (max-width: 600px) {
  .gut-m-r-5 {
    margin-right: 66.6666666667px;
  }
}

.gut-p-5 {
  padding-right: 100px;
  padding-left: 100px;
}
@media (max-width: 600px) {
  .gut-p-5 {
    padding-right: 66.6666666667px;
    padding-left: 66.6666666667px;
  }
}

.gut-p-l-5 {
  padding-left: 100px;
}
@media (max-width: 600px) {
  .gut-p-l-5 {
    padding-left: 66.6666666667px;
  }
}

.gut-p-r-5 {
  padding-right: 100px;
}
@media (max-width: 600px) {
  .gut-p-r-5 {
    padding-right: 66.6666666667px;
  }
}

.gut-m-6 {
  margin-right: 120px;
  margin-left: 120px;
}
@media (max-width: 600px) {
  .gut-m-6 {
    margin-right: 80px;
    margin-left: 80px;
  }
}

.gut-m-l-6 {
  margin-left: 120px;
}
@media (max-width: 600px) {
  .gut-m-l-6 {
    margin-left: 80px;
  }
}

.gut-m-r-6 {
  margin-right: 120px;
}
@media (max-width: 600px) {
  .gut-m-r-6 {
    margin-right: 80px;
  }
}

.gut-p-6 {
  padding-right: 120px;
  padding-left: 120px;
}
@media (max-width: 600px) {
  .gut-p-6 {
    padding-right: 80px;
    padding-left: 80px;
  }
}

.gut-p-l-6 {
  padding-left: 120px;
}
@media (max-width: 600px) {
  .gut-p-l-6 {
    padding-left: 80px;
  }
}

.gut-p-r-6 {
  padding-right: 120px;
}
@media (max-width: 600px) {
  .gut-p-r-6 {
    padding-right: 80px;
  }
}

.gut-m-7 {
  margin-right: 140px;
  margin-left: 140px;
}
@media (max-width: 600px) {
  .gut-m-7 {
    margin-right: 93.3333333333px;
    margin-left: 93.3333333333px;
  }
}

.gut-m-l-7 {
  margin-left: 140px;
}
@media (max-width: 600px) {
  .gut-m-l-7 {
    margin-left: 93.3333333333px;
  }
}

.gut-m-r-7 {
  margin-right: 140px;
}
@media (max-width: 600px) {
  .gut-m-r-7 {
    margin-right: 93.3333333333px;
  }
}

.gut-p-7 {
  padding-right: 140px;
  padding-left: 140px;
}
@media (max-width: 600px) {
  .gut-p-7 {
    padding-right: 93.3333333333px;
    padding-left: 93.3333333333px;
  }
}

.gut-p-l-7 {
  padding-left: 140px;
}
@media (max-width: 600px) {
  .gut-p-l-7 {
    padding-left: 93.3333333333px;
  }
}

.gut-p-r-7 {
  padding-right: 140px;
}
@media (max-width: 600px) {
  .gut-p-r-7 {
    padding-right: 93.3333333333px;
  }
}

.gut-m-8 {
  margin-right: 160px;
  margin-left: 160px;
}
@media (max-width: 600px) {
  .gut-m-8 {
    margin-right: 106.6666666667px;
    margin-left: 106.6666666667px;
  }
}

.gut-m-l-8 {
  margin-left: 160px;
}
@media (max-width: 600px) {
  .gut-m-l-8 {
    margin-left: 106.6666666667px;
  }
}

.gut-m-r-8 {
  margin-right: 160px;
}
@media (max-width: 600px) {
  .gut-m-r-8 {
    margin-right: 106.6666666667px;
  }
}

.gut-p-8 {
  padding-right: 160px;
  padding-left: 160px;
}
@media (max-width: 600px) {
  .gut-p-8 {
    padding-right: 106.6666666667px;
    padding-left: 106.6666666667px;
  }
}

.gut-p-l-8 {
  padding-left: 160px;
}
@media (max-width: 600px) {
  .gut-p-l-8 {
    padding-left: 106.6666666667px;
  }
}

.gut-p-r-8 {
  padding-right: 160px;
}
@media (max-width: 600px) {
  .gut-p-r-8 {
    padding-right: 106.6666666667px;
  }
}

.gut-m-9 {
  margin-right: 180px;
  margin-left: 180px;
}
@media (max-width: 600px) {
  .gut-m-9 {
    margin-right: 120px;
    margin-left: 120px;
  }
}

.gut-m-l-9 {
  margin-left: 180px;
}
@media (max-width: 600px) {
  .gut-m-l-9 {
    margin-left: 120px;
  }
}

.gut-m-r-9 {
  margin-right: 180px;
}
@media (max-width: 600px) {
  .gut-m-r-9 {
    margin-right: 120px;
  }
}

.gut-p-9 {
  padding-right: 180px;
  padding-left: 180px;
}
@media (max-width: 600px) {
  .gut-p-9 {
    padding-right: 120px;
    padding-left: 120px;
  }
}

.gut-p-l-9 {
  padding-left: 180px;
}
@media (max-width: 600px) {
  .gut-p-l-9 {
    padding-left: 120px;
  }
}

.gut-p-r-9 {
  padding-right: 180px;
}
@media (max-width: 600px) {
  .gut-p-r-9 {
    padding-right: 120px;
  }
}

.gut-m-10 {
  margin-right: 200px;
  margin-left: 200px;
}
@media (max-width: 600px) {
  .gut-m-10 {
    margin-right: 133.3333333333px;
    margin-left: 133.3333333333px;
  }
}

.gut-m-l-10 {
  margin-left: 200px;
}
@media (max-width: 600px) {
  .gut-m-l-10 {
    margin-left: 133.3333333333px;
  }
}

.gut-m-r-10 {
  margin-right: 200px;
}
@media (max-width: 600px) {
  .gut-m-r-10 {
    margin-right: 133.3333333333px;
  }
}

.gut-p-10 {
  padding-right: 200px;
  padding-left: 200px;
}
@media (max-width: 600px) {
  .gut-p-10 {
    padding-right: 133.3333333333px;
    padding-left: 133.3333333333px;
  }
}

.gut-p-l-10 {
  padding-left: 200px;
}
@media (max-width: 600px) {
  .gut-p-l-10 {
    padding-left: 133.3333333333px;
  }
}

.gut-p-r-10 {
  padding-right: 200px;
}
@media (max-width: 600px) {
  .gut-p-r-10 {
    padding-right: 133.3333333333px;
  }
}

.vtight-m {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 601px) and (max-width: 980px) {
  .vtight-m-tablet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  .vtight-m-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.vtight-p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 601px) and (max-width: 980px) {
  .vtight-p-tablet {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  .vtight-p-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.tight-p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 601px) and (max-width: 980px) {
  .tight-p-tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .tight-p-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.tight-p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 601px) and (max-width: 980px) {
  .tight-p-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .tight-p-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*------------------------------------*\
    #VISIBILITY
\*------------------------------------*/
.hidden {
  display: none !important;
  visibility: hidden !important;
}

@media (min-width: 981px) {
  .desktop-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 601px) and (max-width: 980px) {
  .tablet-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (max-width: 600px) {
  .mobile-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}