/*
  INDEX
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a, button {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, button:active,
a:hover,
button:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
  SETTINGS
  Variable setup for reusable colours, widths, etc.
*/
/*
  HELPERS
  Helper functions(), @mixins, %placeholders and .classes
*/
.layout, .row, .h-pair, .node-type-homepage .row, .node-type-homepage .h-pair, .pair, .header__app__list li, .page--shaun-detail .content, .cloud__head, .stats__live__badge, .featsheep, .promo--shop__times li, .flippy,
.pager {
  *zoom: 1; }
  .layout:after, .row:after, .h-pair:after, .node-type-homepage .row:after, .node-type-homepage .h-pair:after, .pair:after, .header__app__list li:after, .page--shaun-detail .content:after, .cloud__head:after, .stats__live__badge:after, .featsheep:after, .promo--shop__times li:after, .flippy:after,
  .pager:after {
    content: "";
    display: table;
    clear: both; }

.header__nav ul, .faq__list, .promo--shop__times, .flippy,
.pager {
  margin: 0;
  padding: 0;
  list-style: none; }
  .header__nav ul > li, .faq__list > li, .promo--shop__times > li, .flippy > li,
  .pager > li {
    margin: 0; }

.header__app__list, .shauns__list, .photos__list, .stats__live__list, .resources__list, .downloads, .promos__list, .footer__follow ul, .footer__nav ul, .footer__network ul, .stats-list, .tabs-primary {
  margin: 0;
  padding: 0;
  list-style: none; }
  .header__app__list > li, .shauns__list > li, .photos__list > li, .stats__live__list > li, .resources__list > li, .downloads > li, .promos__list > li, .footer__follow ul > li, .footer__nav ul > li, .footer__network ul > li, .stats-list > li, .tabs-primary > li {
    margin: 0; }
  .header__app__list > li, .shauns__list > li, .photos__list > li, .stats__live__list > li, .resources__list > li, .downloads > li, .promos__list > li, .footer__follow ul > li, .footer__nav ul > li, .footer__network ul > li, .stats-list > li, .tabs-primary > li {
    display: inline-block;
    *display: inline; }

.visuallyhiddenreset, .form__item--lrg label, input[type="checkbox"] + label,
input[type="radio"] + label, label.error, .messages h2.element-invisible {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.visuallyhidden, label, .hero--logo .hero__title, .page--news .content__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhiddenfocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhiddenfocus:active, .visuallyhiddenfocus:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*
  FONT
*/
@font-face {
  font-family: "Franchise";
  src: url("../font/franchise-bold.eot");
  src: url("../font/franchise-bold.eot?#iefix") format("embedded-opentype"), url("../font/franchise-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Billy";
  src: url("../font/billy.eot");
  src: url("../font/billy.eot?#iefix") format("embedded-opentype"), url("../font/billy.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Billy";
  src: url("../font/billy-bold.eot");
  src: url("../font/billy-bold.eot?#iefix") format("embedded-opentype"), url("../font/billy-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Edmondsans";
  src: url("../font/edmondsans.eot");
  src: url("../font/edmondsans.eot?#iefix") format("embedded-opentype"), url("../font/edmondsans.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Edmondsans";
  src: url("../font/edmondsans-medium.eot");
  src: url("../font/edmondsans-medium.eot?#iefix") format("embedded-opentype"), url("../font/edmondsans-medium.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Edmondsans";
  src: url("../font/edmondsans-bold.eot");
  src: url("../font/edmondsans-bold.eot?#iefix") format("embedded-opentype"), url("../font/edmondsans-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
/*
  ICONS
*/
@font-face {
  font-family: "SITC Icons";
  src: url("../icon/sitc-icons.eot");
  src: url("../icon/sitc-icons.eot?#iefix") format("embedded-opentype"), url("../icon/sitc-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.icon, .flippy:before,
.pager:before,
[class^="icon-"], [class*=" icon-"] {
  font-family: "SITC Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu:before {
  content: "\e619"; }

.icon-android:before {
  content: "\e600"; }

.icon-apple:before {
  content: "\e601"; }

.icon-arrow-down:before {
  content: "\e602"; }

.icon-arrow-left:before {
  content: "\e603"; }

.icon-arrow-right:before {
  content: "\e604"; }

.icon-burst-left:before {
  content: "\e605"; }

.icon-burst-right:before {
  content: "\e606"; }

.icon-close:before {
  content: "\e607"; }

.icon-compass:before {
  content: "\e608"; }

.icon-exhibit:before {
  content: "\e609"; }

.icon-facebook:before {
  content: "\e60a"; }

.icon-fruit-download:before {
  content: "\e60b"; }

.icon-fruit:before {
  content: "\e60c"; }

.icon-hammer:before {
  content: "\e60d"; }

.icon-instagram:before {
  content: "\e60e"; }

.icon-magnify:before {
  content: "\e60f"; }

.icon-news:before, .flippy:before,
.pager:before {
  content: "\e610"; }

.icon-paddle:before {
  content: "\e611"; }

.icon-sheep:before {
  content: "\e612"; }

.icon-signpost:before {
  content: "\e613"; }

.icon-star:before {
  content: "\e614"; }

.icon-stats:before {
  content: "\e615"; }

.icon-tick:before {
  content: "\e616"; }

.icon-ticket:before {
  content: "\e617"; }

.icon-twitter:before {
  content: "\e618"; }

/*
  LAYOUT
*/
.layout {
  max-width: 1000px;
  margin: 0 auto; }
  .layout--guttered {
    padding: 0 20px; }
  .layout--dguttered {
    padding: 0 20px; }
    @media screen and (min-width: 769px) {
      .layout--dguttered {
        padding: 0 40px; } }
  .layout--tight {
    max-width: 840px; }
  .layout--wide {
    max-width: 1400px; }
  .layout--superwide {
    max-width: 1600px; }
  .layout--full {
    max-width: none; }
  .layout--thin {
    max-width: 725px; }
  .layout--skinny {
    max-width: 620px; }
  .layout--superskinny {
    max-width: 520px; }
  .layout--girdle {
    max-width: 410px; }

.row, .h-pair {
  clear: both; }
  @media screen and (min-width: 769px) {
    .row, .h-pair {
      margin-left: -5%; } }

.node-type-homepage .row, .node-type-homepage .h-pair {
  clear: both; }
  @media screen and (min-width: 769px) {
    .node-type-homepage .row, .node-type-homepage .h-pair {
      margin-left: 0; } }

@media screen and (min-width: 769px) {
  .col, .h-pair h2 {
    float: left;
    margin-left: 5%; }
    .col--right {
      float: right; }
    .col--left {
      float: left; }
    .col--half, .h-pair h2 {
      width: 45%; }
    .col--one-third {
      width: 28.3334%; }
    .col--two-third {
      width: 61.6667%; } }

/*
  GLOBAL
*/
html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  font-size: 1em; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  background: #45a334;
  color: #000;
  line-height: 1.4;
  font-size: 18px;
  font-family: "Edmondsans", sans-serif; }

iframe {
  border: 0;
  max-width: 100%; }

.page {
  background-color: #fff;
  z-index: 0;
  position: relative;
  overflow: hidden; }

#cookie-bar {
  padding: 10px;
  background: white;
  border-bottom: 1px solid;
  text-align: center; }
  #cookie-bar p {
    padding: 0;
    margin: 0; }
    #cookie-bar p a, #cookie-bar p button {
      color: #299bcc; }
  #cookie-bar .close {
    font-weight: bold;
    padding: 0 10px; }

/*
  TYPOGRAPHY
*/
.wysiwyg--lrg {
  font-size: 20px; }
  @media screen and (min-width: 641px) {
    .wysiwyg--lrg {
      font-size: 26px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Billy", sans-serif;
  color: #007437;
  font-weight: normal;
  line-height: 1;
  margin: 1em auto 0.8em;
  text-align: center; }
  h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-family: "Franchise", sans-serif;
    font-weight: normal;
    font-size: 148%;
    display: block;
    color: #45a334; }
  h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    font-size: 300%;
    color: #f9d600;
    display: block !important;
    margin-bottom: 0.15em; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #45a334;
    font-size: 125%;
    display: block; }
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    max-width: 725px; }

h1 {
  font-size: 42px; }
  @media screen and (min-width: 641px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 32px; }
  @media screen and (min-width: 641px) {
    h2 {
      font-size: 42px; } }

h3 {
  font-size: 28px; }
  @media screen and (min-width: 641px) {
    h3 {
      font-size: 36px; } }

h4 {
  font-size: 24px; }
  @media screen and (min-width: 641px) {
    h4 {
      font-size: 30px; } }

h5 {
  font-size: 20px; }
  @media screen and (min-width: 641px) {
    h5 {
      font-size: 25px; } }

h6 {
  font-size: 18px; }

.h-minicon i {
  font-size: 155%; }

.h-subtle {
  color: #8a8a8a;
  font-size: 35px; }
  .h-subtle i {
    color: #e2e2e2; }

.h-mini, .stats__live__title, .featsheep__title, .promo__title, .footer__connect h2 {
  font-family: "Edmondsans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2; }
  .h-mini i, .stats__live__title i, .featsheep__title i, .promo__title i, .footer__connect h2 i {
    font-size: 200%;
    margin-bottom: 0.8em; }
  .h-mini a, .stats__live__title a, .featsheep__title a, .promo__title a, .footer__connect h2 a, .h-mini button, .stats__live__title button, .featsheep__title button, .promo__title button, .footer__connect h2 button {
    color: #45a334;
    text-decoration: none; }
    .h-mini a:hover, .stats__live__title a:hover, .featsheep__title a:hover, .promo__title a:hover, .footer__connect h2 a:hover, .h-mini button:hover, .stats__live__title button:hover, .featsheep__title button:hover, .promo__title button:hover, .footer__connect h2 button:hover, .h-mini a:focus, .stats__live__title a:focus, .featsheep__title a:focus, .promo__title a:focus, .footer__connect h2 a:focus, .h-mini button:focus, .stats__live__title button:focus, .featsheep__title button:focus, .promo__title button:focus, .footer__connect h2 button:focus {
      text-decoration: underline; }

.h-alt {
  font-weight: bold;
  text-transform: uppercase;
  color: #45a334;
  font-size: 28px;
  font-family: "Billy", sans-serif;
  margin: 2em auto 1.5em; }

.h-alt-2, .messages h2, .cloud h3, .herofoot--auction .herofoot__title {
  font-family: "Edmondsans", sans-serif;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 22px; }
  @media screen and (min-width: 641px) {
    .h-alt-2, .messages h2, .cloud h3, .herofoot--auction .herofoot__title {
      font-size: 28px; } }
  .h-alt-2 b, .messages h2 b, .cloud h3 b, .herofoot--auction .herofoot__title b {
    letter-spacing: 0;
    font-size: 200%; }

.h-primary, h1 {
  font-family: "Franchise", sans-serif;
  text-transform: uppercase; }

.h-pair {
  margin-top: 50px; }
  .h-pair h2 {
    margin-top: 0;
    margin-bottom: 0.4em; }
    @media screen and (min-width: 769px) {
      .h-pair h2 {
        font-size: 60px; } }
    .h-pair h2 i {
      font-size: 70%; }

a, button {
  color: #00602e;
  text-decoration: underline; }
  a:hover, button:hover, a:focus, button:focus {
    text-decoration: none; }

p {
  margin: 1.4em auto; }
  .wysiwyg p {
    max-width: 840px; }
  p.cta {
    margin: 0.5em auto 2em;
    text-align: center; }
    p.cta strong {
      display: block;
      max-width: 165px;
      margin: 1.8em auto 0; }
    @media screen and (min-width: 521px) {
      p.cta--left {
        float: left;
        margin-right: 35px; } }
    @media screen and (min-width: 521px) {
      p.cta--right {
        float: right;
        margin-left: 35px; } }

ul, ol {
  margin: 1.6em auto; }
  .wysiwyg ul, .wysiwyg ol {
    padding: 0 40px;
    max-width: 760px; }

.ul--plain, .wysiwyg .ul--plain {
  padding: 0;
  max-width: none; }

li {
  margin: 0.8em 0; }
  li ul, li ol {
    margin-top: 0.8em;
    padding-right: 0 !important; }
    .wysiwyg li ul, .wysiwyg li ol {
      max-width: none; }
  .ul--plain li {
    margin: 0;
    list-style: none; }

blockquote {
  font-family: "Billy", sans-serif;
  font-style: normal;
  color: #00602e;
  font-size: 24px;
  margin: 1.6em auto; }
  .wysiwyg blockquote {
    max-width: 725px; }

table {
  width: 100%;
  margin: 1.2em 0; }

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

small {
  font-size: 14px; }

.center {
  text-align: center; }

.pair span {
  float: right;
  margin-left: 0.5em; }
  .pair span:first-child {
    float: left;
    margin-left: 0;
    margin-right: 0.5em; }

/*
  MEDIA
  Responsive images and videos
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto; }
  .wysiwyg img {
    display: block;
    margin: 30px auto; }
    .wysiwyg img[style*="float:left"], .wysiwyg img[style*="float: left"] {
      float: none !important; }
      @media screen and (min-width: 481px) {
        .wysiwyg img[style*="float:left"], .wysiwyg img[style*="float: left"] {
          float: left !important;
          margin-top: 0;
          margin-right: 30px;
          max-width: 50%; } }
    .wysiwyg img[style*="float:right"], .wysiwyg img[style*="float: right"] {
      float: none !important; }
      @media screen and (min-width: 481px) {
        .wysiwyg img[style*="float:right"], .wysiwyg img[style*="float: right"] {
          float: right !important;
          margin-top: 0;
          margin-left: 30px;
          max-width: 50%; } }
    @media screen and (min-width: 481px) {
      .wysiwyg img.wonk-left {
        transform: rotate(-4deg);
        -webkit-backface-visibility: hidden;
        margin-top: 15px; } }
    @media screen and (min-width: 481px) {
      .wysiwyg img.wonk-right {
        transform: rotate(4deg);
        -webkit-backface-visibility: hidden;
        margin-top: 15px; } }
    @media screen and (min-width: 1401px) {
      .wysiwyg img.indent-left {
        margin-left: -22%;
        max-width: 55%; } }
    @media screen and (min-width: 1401px) {
      .wysiwyg img.indent-right {
        margin-right: -22%;
        max-width: 55%; } }
  .no-js img.lazy {
    display: none; }

video {
  max-width: 100%;
  height: auto; }

iframe,
.fluid-width-video-wrapper {
  border: 0;
  display: block;
  max-width: 100%;
  clear: both; }
  .wysiwyg iframe, .wysiwyg
  .fluid-width-video-wrapper {
    margin: 55px auto;
    box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.2);
    max-width: 1000px; }
    .wysiwyg iframe iframe, .wysiwyg
    .fluid-width-video-wrapper iframe {
      margin: 0 auto;
      box-shadow: none; }

iframe[src*="google"] {
  max-width: 100%; }

/*
  BUTTONS
  Button styles for both links and form buttons
*/
button, .btn {
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer; }

.btn {
  font-family: "Franchise", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  position: relative;
  text-decoration: none;
  line-height: 1;
  border-radius: 50%;
  font-size: 60px;
  color: #fff;
  background: #45a334;
  width: 115px;
  height: 115px;
  line-height: 115px;
  position: relative; }
  .btn:active {
    position: relative;
    transform: scale(0.95); }
    .btn:active:before {
      display: none;
      box-shadow: none; }
  .btn:before {
    content: "";
    position: absolute;
    top: -3%;
    left: -3%;
    right: -3%;
    bottom: -3%;
    z-index: -1;
    border-radius: 50%;
    background: #d1e5b1;
    background: -moz-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #d1e5b1), color-stop(50%, #45a334), color-stop(100%, #d1e5b1));
    background: -webkit-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -o-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -ms-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%); }
  .btn:before {
    box-shadow: 7px 9px 2px 0 rgba(0, 0, 0, 0.2); }
  .btn i {
    line-height: inherit; }
  .btn .icon-apple {
    margin-top: -4px; }
  .btn .icon-ticket {
    font-size: 75%; }
  .btn .icon-compass {
    font-size: 125%; }
  .btn input[type="submit"] {
    border: 0;
    text-transform: uppercase;
    background: none;
    padding: 0;
    cursor: pointer;
    line-height: 1; }

.btn--smltxt {
  font-size: 36px; }

.btn--tiny {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  position: relative; }
  .btn--tiny:before {
    content: "";
    position: absolute;
    top: -6%;
    left: -6%;
    right: -6%;
    bottom: -6%;
    z-index: -1;
    border-radius: 50%;
    background: #d1e5b1;
    background: -moz-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #d1e5b1), color-stop(50%, #45a334), color-stop(100%, #d1e5b1));
    background: -webkit-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -o-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -ms-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%); }
  .btn--tiny:before {
    box-shadow: 4px 6px 2px 0 rgba(0, 0, 0, 0.2); }

.btn--micro {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  position: relative; }
  .btn--micro:before {
    content: "";
    position: absolute;
    top: -5% !important;
    left: -5% !important;
    right: -5% !important;
    bottom: -5% !important;
    z-index: -1;
    border-radius: 50%;
    background: #d1e5b1;
    background: -moz-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #d1e5b1), color-stop(50%, #45a334), color-stop(100%, #d1e5b1));
    background: -webkit-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -o-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -ms-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%); }
  .btn--micro:before {
    box-shadow: 4px 6px 2px 0 rgba(0, 0, 0, 0.2); }

.btn--yellow {
  background: #eecd00;
  color: #978200;
  border: 3px solid #fff096;
  font-size: 36px;
  line-height: 50px;
  position: relative;
  top: -7px; }

.btn--sml {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 36px;
  position: relative; }
  .btn--sml:before {
    content: "";
    position: absolute;
    top: -4%;
    left: -4%;
    right: -4%;
    bottom: -4%;
    z-index: -1;
    border-radius: 50%;
    background: #d1e5b1;
    background: -moz-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #d1e5b1), color-stop(50%, #45a334), color-stop(100%, #d1e5b1));
    background: -webkit-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -o-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: -ms-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
    background: linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%); }
  .btn--sml:before {
    box-shadow: 5px 7px 2px 0 rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 1000px) {
  .btn--lrg, .btn--split {
    width: 155px;
    height: 155px;
    line-height: 155px;
    font-size: 80px; }
    .btn--lrg:before, .btn--split:before {
      box-shadow: 9px 11px 2px 0 rgba(0, 0, 0, 0.2); } }

.btn--huge, .btn--double {
  width: 155px;
  height: 155px;
  line-height: 155px;
  font-size: 80px; }
  @media screen and (min-width: 1000px) {
    .btn--huge, .btn--double {
      width: 185px;
      height: 185px;
      line-height: 185px;
      font-size: 105px; }
      .btn--huge:before, .btn--double:before {
        box-shadow: 9px 11px 2px 0 rgba(0, 0, 0, 0.2); } }

.btn--double {
  box-sizing: border-box;
  padding: 30px 5px;
  line-height: 1; }
  .btn--double i {
    display: block;
    line-height: 1;
    font-size: 57.5%;
    color: #f9d600;
    margin: -5px 0 10px; }
  .btn--double span {
    line-height: 0.9;
    display: block;
    font-size: 32.5%;
    max-width: 85%;
    margin: 0 auto; }

.btn--split {
  box-sizing: border-box;
  padding: 15px 5px;
  line-height: 1;
  font-size: 22px; }
  @media screen and (min-width: 1000px) {
    .btn--split {
      font-size: 28px;
      padding: 22px 5px; } }
  .btn--split i {
    display: block;
    line-height: 1;
    font-size: 170% !important;
    color: #f9d600;
    margin: 0.1em 0; }

.btn--2 {
  background: #eecd00;
  color: #ad9500;
  position: relative; }
  .btn--2:before {
    content: "";
    position: absolute;
    top: -3%;
    left: -3%;
    right: -3%;
    bottom: -3%;
    z-index: -1;
    border-radius: 50%;
    background: #fdf0a0;
    background: -moz-linear-gradient(45deg, #fdf0a0 0%, #f9d601 50%, #fdf0a0 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fdf0a0), color-stop(50%, #f9d601), color-stop(100%, #fdf0a0));
    background: -webkit-linear-gradient(45deg, #fdf0a0 0%, #f9d601 50%, #fdf0a0 100%);
    background: -o-linear-gradient(45deg, #fdf0a0 0%, #f9d601 50%, #fdf0a0 100%);
    background: -ms-linear-gradient(45deg, #fdf0a0 0%, #f9d601 50%, #fdf0a0 100%);
    background: linear-gradient(45deg, #fdf0a0 0%, #f9d601 50%, #fdf0a0 100%); }

.btn--off {
  cursor: default;
  background: #c6c6c6;
  position: relative; }
  .btn--off:before {
    content: "";
    position: absolute;
    top: -3%;
    left: -3%;
    right: -3%;
    bottom: -3%;
    z-index: -1;
    border-radius: 50%;
    background: #dedede;
    background: -moz-linear-gradient(45deg, #dedede 0%, #bcbcbc 50%, #dedede 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #dedede), color-stop(50%, #bcbcbc), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(45deg, #dedede 0%, #bcbcbc 50%, #dedede 100%);
    background: -o-linear-gradient(45deg, #dedede 0%, #bcbcbc 50%, #dedede 100%);
    background: -ms-linear-gradient(45deg, #dedede 0%, #bcbcbc 50%, #dedede 100%);
    background: linear-gradient(45deg, #dedede 0%, #bcbcbc 50%, #dedede 100%); }
  .btn--off i {
    color: #fff;
    opacity: 0.6; }
  .btn--off:before {
    box-shadow: none; }
  .btn--off:active {
    transform: none; }
    .btn--off:active:before {
      display: block; }

.btn--plain {
  border-radius: 0;
  color: #fff;
  line-height: 1; }

.pill {
  font-family: "Franchise", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  position: relative;
  text-decoration: none;
  line-height: 1;
  background: #eecd00;
  color: #978200;
  font-size: 34px;
  padding: 0.24em 0.6em 0.2em;
  border-radius: 10px;
  border: 3px solid #fff096;
  cursor: pointer;
  box-shadow: 7px 9px 2px 0 rgba(0, 0, 0, 0.2); }
  .pill:active {
    position: relative;
    transform: scale(0.95); }
    .pill:active:before {
      display: none;
      box-shadow: none; }
  .pill:active {
    box-shadow: none; }

/*
  FORM
*/
form {
  text-align: center;
  max-width: 840px;
  margin: 0 auto; }

.form--boxed {
  background: #f9d600;
  position: relative;
  margin: 65px auto 100px;
  padding: 8px 0; }
  .form--boxed#f-newsletter {
    max-width: 1000px;
    margin-top: 120px; }
    @media screen and (min-width: 521px) {
      .form--boxed#f-newsletter {
        margin-top: 150px; } }
  @media screen and (min-width: 769px) {
    .form--boxed {
      padding: 8px 35px; } }
  .form--boxed:before, .form--boxed:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: no-repeat center center;
    height: 20px; }
  .form--boxed:before {
    background-image: url(../img/bg-form-boxed-grunge-top.png);
    top: -20px; }
  .form--boxed#f-newsletter:before {
    background-image: url(../img/bg-form-boxed-sheep-grunge-top.png);
    top: -137px;
    height: 137px; }
  .form--boxed:after {
    background-image: url(../img/bg-form-boxed-grunge-bottom.png);
    bottom: -20px; }
  .form--boxed h2 {
    color: #000;
    line-height: 1.1;
    margin-top: 0.6em;
    font-size: 30px; }
    .form--boxed h2 i {
      font-size: 180%;
      color: #ad9500; }
  .form--boxed#f-newsletter h2 {
    font-size: 40px;
    margin-bottom: 0; }

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

.form__group {
  margin: 20px 0; }
  @media screen and (min-width: 641px) {
    .form__group {
      margin: 25px 0; } }
  @media screen and (min-width: 641px) {
    .form__group--lrg {
      margin: 35px 0; } }

legend {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #45a334;
  line-height: 1.2;
  margin: 0 auto 5px; }
  @media screen and (min-width: 641px) {
    legend {
      margin-bottom: 20px; } }
  @media screen and (min-width: 641px) {
    .form__group--lrg legend {
      font-size: 32px;
      max-width: 560px; } }

@-moz-document url-prefix() {
  .form__group--lrg legend {
    max-width: none !important; } }
.form__item {
  margin: 18px 0; }
  @media screen and (min-width: 641px) {
    .form__item {
      margin: 24px 0; } }
  .form__item--lrg {
    margin-bottom: 35px; }
  .form__group .form__item {
    margin: 10px 10px 0;
    vertical-align: top; }
    @media screen and (min-width: 641px) {
      .form__group .form__item {
        display: inline-block; } }
  @media screen and (min-width: 641px) {
    .form__group--lrg .form__item {
      width: 100%;
      max-width: 200px;
      margin: 15px 10px; } }

label {
  cursor: pointer; }
  .form__item--lrg label {
    color: #45a334;
    font-weight: 600;
    font-size: 24px; }
    @media screen and (min-width: 641px) {
      .form__item--lrg label {
        font-size: 32px;
        line-height: 1; } }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea,
select {
  box-sizing: border-box;
  display: block;
  margin: 12px auto;
  background: #fdfcf6;
  border: 3px solid #eecd00;
  border-radius: 0;
  padding: 0.4em 0.6em;
  width: 100%;
  max-width: 480px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600; }
  input[type="text"].error,
  input[type="email"].error,
  input[type="tel"].error,
  input[type="password"].error,
  input[type="number"].error,
  textarea.error,
  select.error {
    border-color: #bc0031; }
  input[type="text"].f-plain,
  input[type="email"].f-plain,
  input[type="tel"].f-plain,
  input[type="password"].f-plain,
  input[type="number"].f-plain,
  textarea.f-plain,
  select.f-plain {
    margin: 0;
    background: #fff;
    border: 0;
    padding-bottom: 0.3em; }
  @media screen and (min-width: 641px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    input[type="number"],
    textarea,
    select {
      font-size: 24px; } }
  input[type="text"].placeholder,
  input[type="email"].placeholder,
  input[type="tel"].placeholder,
  input[type="password"].placeholder,
  input[type="number"].placeholder,
  textarea.placeholder,
  select.placeholder {
    color: #8a8a8a; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #8a8a8a; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: #8a8a8a; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #8a8a8a; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #8a8a8a; }

select {
  line-height: 1.25;
  padding-right: 2em;
  box-shadow: none;
  border-radius: 0;
  background-image: url(../img/icon-dropdown.png);
  background-repeat: no-repeat;
  background-position: 96.5% 55%;
  cursor: pointer;
  word-wrap: normal;
  -webkit-appearance: none; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    select {
      background-image: url(../img/icon-dropdown@2x.png);
      background-size: 16px 13px; } }
  .lt-ie10 select {
    background-image: none;
    padding: 0; }

@-moz-document url-prefix() {
  select {
    background-image: none;
    padding-right: 0; } }
textarea {
  min-height: 134.5px;
  max-width: 480px; }
  @media screen and (min-width: 769px) {
    textarea {
      max-width: 100%; } }
  textarea.f-tall {
    min-height: 214px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top; }
  @media screen and (min-width: 641px) {
    .form__group--lrg input[type="checkbox"], .form__group--lrg
    input[type="radio"] {
      display: block;
      margin: 0 auto 10px;
      transform: scale(1.5); } }
  @media screen and (min-width: 641px) {
    .form__group--lrg input[type="checkbox"] + label, .form__group--lrg
    input[type="radio"] + label {
      font-size: 24px;
      font-weight: 600; } }

input[type="checkbox"] {
  margin-top: 3px; }

input[type="radio"] {
  margin-top: 2px; }

.form__note,
label.error {
  display: block;
  color: #8a8a8a;
  font-size: 15px;
  margin: 0.6em 0;
  line-height: 1.2;
  font-style: normal; }
  .form__item--lrg .form__note, .form__item--lrg
  label.error {
    font-size: 18px; }
    @media screen and (min-width: 641px) {
      .form__item--lrg .form__note, .form__item--lrg
      label.error {
        font-size: 22px;
        margin-top: 0.4em; } }
  .form__note a, .form__note button,
  label.error a,
  label.error button {
    color: inherit; }

label.error {
  color: #bc0031;
  font-style: italic; }
  #f-newsletter-mini label.error {
    font-weight: bold;
    color: #ff5682; }

.form__action {
  margin: 35px 0 40px;
  position: relative;
  z-index: 100; }
  .form--boxed .form__action {
    margin: 0 0 -70px; }

@media screen and (min-width: 725px) {
  form#f-fundraise .four-wide {
    width: 20%; } }

/*
  MESSAGES
*/
.messages {
  margin: 40px auto;
  text-align: center;
  max-width: 620px;
  padding: 0 20px; }
  .messages h2 {
    font-size: 20px;
    margin-bottom: 1.4em !important; }
    .messages h2.element-invisible {
      position: static !important; }
  .messages--error h2 {
    color: #bc0031; }
  .messages li {
    list-style-position: inside; }

/*
  PRINT (via H5BP)
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, button,
  a:visited,
  button:visited {
    text-decoration: underline; }

  a[href]:after, button[href]:after {
    content: "(" attr(href) ")"; }

  abbr[title]:after {
    content: "(" attr(title) ")"; }

  .ir a:after, .ir button:after,
  a[href^="javascript:"]:after,
  button[href^="javascript:"]:after,
  a[href^="#"]:after,
  button[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
  HEADER
*/
.header {
  background: #45a334;
  color: #faf8cf;
  position: relative;
  z-index: 1000;
  text-align: center; }

.header__logo {
  position: relative;
  z-index: 100;
  max-width: 162px;
  margin: 0 10px 5px;
  float: left;
  width: 100% \9; }
  @media screen and (min-width: 700px) {
    .header__logo {
      float: none;
      margin-bottom: 0; } }
  @media screen and (min-width: 900px) {
    .header__logo {
      float: left;
      margin: -5px 0 0 10px; } }
  @media screen and (min-width: 1000px) {
    .header__logo {
      margin-top: -48px; } }
  .header__logo img {
    vertical-align: top; }

.header__main {
  position: relative; }
  .header__main:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    margin-bottom: -20px;
    height: 20px;
    background: url(../img/bg-header-grunge-bottom.png) repeat-x center top; }

/*
  HEADER NAV
*/
.header__nav-toggle {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 25px;
  text-decoration: none;
  font-family: "Franchise", sans-serif;
  text-transform: uppercase;
  color: #faf8cf;
  text-align: center; }
  @media screen and (min-width: 481px) {
    .header__nav-toggle {
      top: 18px; } }
  .header__nav-toggle i {
    font-size: 60px;
    display: block;
    line-height: 0.6;
    color: #007437; }
  .no-js .header__nav-toggle {
    display: none; }
  @media screen and (min-width: 700px) {
    .header__nav-toggle {
      display: none; } }

.header__nav {
  vertical-align: middle;
  clear: both; }
  @media screen and (min-width: 900px) {
    .header__nav {
      clear: none; } }
  .js .header__nav {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in;
    -webkit-transform: translate3d(0, 0, 0); }
    .js .header__nav.is-open {
      max-height: 500px; }
    @media screen and (min-width: 700px) {
      .js .header__nav {
        max-height: none;
        transition: none;
        overflow: visible; } }
  .header__nav ul {
    text-align: center;
    padding: 0 20px 10px; }
    @media screen and (min-width: 769px) {
      .header__nav ul {
        padding: 10px 0 20px 0;
        margin: 0 30px; } }
    @media screen and (min-width: 900px) {
      .header__nav ul {
        padding-top: 25px;
        margin: 0 20px 0 180px; } }
    @media screen and (min-width: 1000px) {
      .header__nav ul {
        padding-top: 8px; } }
    .header__nav ul li {
      font-size: 25px;
      margin: 8px 0;
      font-family: "Billy", sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (min-width: 700px) {
        .header__nav ul li {
          display: inline-block;
          font-family: "Franchise", sans-serif;
          font-weight: normal;
          margin: 8px 4%;
          font-size: 32px; } }
      @media screen and (min-width: 769px) {
        .header__nav ul li {
          margin: 0 4%; } }
    .header__nav ul a, .header__nav ul button {
      text-decoration: none;
      color: #00602e; }
      .header__nav ul a:hover, .header__nav ul button:hover, .header__nav ul a:focus, .header__nav ul button:focus {
        color: #fff; }
      .header__nav ul a.active, .header__nav ul button.active {
        color: #fff; }

.header__nav__donate {
  display: block;
  font-family: "Billy", sans-serif;
  font-size: 19px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px; }
  @media screen and (min-width: 641px) {
    .header__nav__donate {
      display: none; } }
  .header__nav__donate a, .header__nav__donate button {
    color: #f9d600;
    font-weight: bold;
    text-decoration: none; }
    .header__nav__donate a:hover, .header__nav__donate button:hover, .header__nav__donate a:focus, .header__nav__donate button:focus {
      text-decoration: underline; }

/*
  HEADER SUB
*/
.header__sub {
  background: #007437;
  position: relative;
  line-height: 1.2;
  margin-bottom: 28px;
  min-height: 32px; }
  @media screen and (min-width: 641px) {
    .header__sub {
      min-height: 0; } }
  .header__sub:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -28px;
    height: 28px;
    background: url(../img/bg-header-sub-grunge-bottom.png) repeat-x center top; }
  @media screen and (min-width: 1000px) {
    .header__sub .layout {
      position: relative; }
      .header__sub .layout:before {
        content: "";
        position: absolute;
        top: 0;
        left: -35px;
        width: 232px;
        height: 64px;
        z-index: 10;
        background: url(../img/bg-header-sub-splat.png) no-repeat top left; } }

.header__donate {
  display: none; }
  @media screen and (min-width: 641px) {
    .header__donate {
      display: block;
      float: left;
      font-family: "Billy", sans-serif;
      padding: 0.45em 0 0.05em;
      letter-spacing: 0.05em;
      font-size: 16px;
      margin-left: 20px; } }
  @media screen and (min-width: 769px) {
    .header__donate {
      font-size: 19px; } }
  @media screen and (min-width: 1000px) {
    .header__donate {
      padding-left: 170px; } }
  .header__donate a, .header__donate button {
    color: #f9d600;
    font-weight: bold;
    text-decoration: none; }
    .header__donate a:hover, .header__donate button:hover, .header__donate a:focus, .header__donate button:focus {
      text-decoration: underline; }

.header__social {
  float: right;
  position: relative;
  z-index: 10;
  margin-right: 20px;
  display: none;
  margin-top: 4px;
  margin-bottom: -4px; }
  @media screen and (min-width: 641px) {
    .header__social {
      display: block; } }
  @media screen and (min-width: 1000px) {
    .header__social {
      margin-right: 0;
      margin-top: 7px;
      margin-bottom: -5px; } }
  .header__social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .header__social li {
    margin: 0;
    display: inline-block; }
  .header__social a, .header__social button {
    color: #007437;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 28px;
    font-size: 12px;
    line-height: 27px; }
    .header__social a i, .header__social button i {
      vertical-align: middle; }

.header__app {
  position: relative; }
  @media screen and (min-width: 641px) {
    .header__app {
      float: right;
      min-width: 262px; } }
  @media screen and (min-width: 769px) {
    .header__app {
      min-width: 293px; } }
  .header__app a, .header__app button {
    color: inherit;
    text-decoration: none; }

.header__app__inner {
  padding: 0 15px 0 20px; }
  @media screen and (min-width: 769px) {
    .header__app__inner {
      padding: 0 18px 0 26px; } }
  .is-open .header__app__inner {
    background: #f9d600 url(../img/bg-header-app-splat-top.png) no-repeat top right;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 6px 12px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000; }
    .is-open .header__app__inner:before {
      content: "";
      background: url(../img/bg-header-app-grunge-bottom.png) repeat-x top center;
      position: absolute;
      bottom: -7px;
      left: 0;
      width: 100%;
      height: 7px; }
    .is-open .header__app__inner:after {
      content: "";
      background: url(../img/bg-header-app-splat-bottom.png) no-repeat;
      width: 126px;
      height: 140px;
      position: absolute;
      bottom: -2px;
      left: 0; }

.header__app__title {
  color: inherit;
  font-family: "Edmondsans", sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.75em 0 0.2em;
  position: relative;
  z-index: 10;
  text-align: left;
  font-size: 16px;
  position: relative; }
  @media screen and (min-width: 481px) {
    .header__app__title {
      text-align: center; } }
  @media screen and (min-width: 641px) {
    .header__app__title {
      font-size: 14px;
      padding-right: 70px;
      text-align: left; } }
  @media screen and (min-width: 769px) {
    .header__app__title {
      font-size: 16px; } }
  .header__app__title a, .header__app__title button {
    display: block; }
  .header__app__title img {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 100; }
    @media screen and (min-width: 481px) {
      .header__app__title img {
        top: -10px; } }

.header__app__list {
  display: none;
  position: relative;
  z-index: 10;
  font-size: 16px;
  margin: 12px -10px; }
  @media screen and (min-width: 481px) {
    .header__app__list {
      text-align: center; } }
  @media screen and (min-width: 641px) {
    .header__app__list {
      text-align: left; } }
  @media screen and (min-width: 769px) {
    .header__app__list {
      font-size: 18px;
      margin-bottom: 20px; } }
  .is-open .header__app__list {
    display: block; }
  .header__app__list li {
    margin: 10px; }
    .header__app__list li .btn {
      float: left;
      margin-right: 20px; }
    .header__app__list li strong {
      display: inline-block; }
      @media screen and (min-width: 641px) {
        .header__app__list li strong {
          margin-top: 18px; } }
  .header__app__list a:hover, .header__app__list button:hover, .header__app__list a:focus, .header__app__list button:focus {
    text-decoration: underline; }
  @media screen and (min-width: 641px) {
    .header__app__list .btn {
      width: 75px;
      height: 75px;
      line-height: 75px;
      font-size: 36px;
      position: relative; }
      .header__app__list .btn:before {
        content: "";
        position: absolute;
        top: -4%;
        left: -4%;
        right: -4%;
        bottom: -4%;
        z-index: -1;
        border-radius: 50%;
        background: #d1e5b1;
        background: -moz-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #d1e5b1), color-stop(50%, #45a334), color-stop(100%, #d1e5b1));
        background: -webkit-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
        background: -o-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
        background: -ms-linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%);
        background: linear-gradient(45deg, #d1e5b1 0%, #45a334 50%, #d1e5b1 100%); }
      .header__app__list .btn:before {
        box-shadow: 5px 7px 2px 0 rgba(0, 0, 0, 0.2); } }

/*
  HERO
*/
.hero {
  margin: 0 auto 65px; }
  .hero--logo {
    margin-bottom: 25px; }
    @media screen and (min-width: 481px) {
      .hero--logo {
        margin-bottom: 50px; } }
    @media screen and (min-width: 641px) {
      .hero--logo {
        margin-bottom: 110px; } }
  .hero--action {
    margin-bottom: 80px; }
  .hero a, .hero button {
    text-decoration: none; }

.hero__banner {
  position: relative; }
  .hero--action .hero__banner {
    background: #f9d600; }

.hero__image {
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }
  .hero__image img {
    display: block; }
  .hero__image:after {
    content: "";
    background: url(../img/bg-hero-grunge-bottom.png) repeat-x top center;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 15; }
    .hero--action .hero__image:after {
      background-image: url(../img/bg-hero-grunge-bottom-action.png); }

.hero__caption {
  text-align: center;
  padding: 0 20px;
  margin-top: 20px; }
  @media screen and (min-width: 641px) {
    .hero__caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-top: 0; }
      .hero__caption--promo {
        bottom: 20px; } }
  .hero__caption i {
    color: #f9d600;
    display: block;
    margin-bottom: 0.5em;
    font-size: 150%; }
    @media screen and (min-width: 641px) {
      .hero__caption i {
        font-size: 65px;
        margin-top: 0.5em; } }

.hero__title {
  margin: 0 auto;
  line-height: 0.8;
  max-width: 840px;
  position: relative;
  z-index: 10;
  font-size: 60px; }
  @media screen and (min-width: 521px) {
    .hero__title {
      font-size: 80px; } }
  @media screen and (min-width: 641px) {
    .hero__title {
      font-size: 130px;
      color: #fff; }
      .hero__caption--promo .hero__title {
        font-size: 90px; } }
  @media screen and (min-width: 769px) {
    .hero__title {
      font-size: 150px; }
      .hero__caption--promo .hero__title {
        font-size: 110px; } }
  @media screen and (min-width: 1000px) {
    .hero__title {
      font-size: 177px; } }
  .hero__title span {
    display: block;
    font-size: 60px;
    font-size: 45%;
    margin: 0 0 0.2em; }
    @media screen and (min-width: 641px) {
      .hero__title span {
        font-size: 35%;
        margin: -20px 0 0; } }

.hero__promo {
  font-family: "Billy", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  width: 80%;
  max-width: 1000px;
  margin: 0.6em auto;
  color: #000; }
  @media screen and (min-width: 641px) {
    .hero__promo {
      color: #fff;
      font-size: 28px; } }
  @media screen and (min-width: 1025px) {
    .hero__promo {
      font-size: 32px; } }

.hero__cta {
  position: relative;
  z-index: 20;
  margin: 1em auto; }

.hero__logo {
  position: relative;
  z-index: 20;
  width: 38%;
  margin-top: -80px; }
  @media screen and (min-width: 481px) {
    .hero__logo {
      margin-top: -120px; } }
  @media screen and (min-width: 641px) {
    .hero__logo {
      width: 26%;
      margin-top: 0;
      margin-bottom: -75px; } }
  @media screen and (min-width: 769px) {
    .hero__logo {
      width: 22%; } }
  @media screen and (min-width: 1025px) {
    .hero__logo {
      width: 20%;
      margin-bottom: -70px; } }

.hero__action {
  background: #f9d600;
  position: relative;
  padding: 20px 0;
  text-align: center; }
  @media screen and (min-width: 641px) {
    .hero--logo .hero__action {
      padding-top: 100px; } }
  .hero__action:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    background: url(../img/bg-hero-action-grunge.png) repeat-x top center; }

.hero__action__title {
  text-transform: uppercase;
  font-size: 37px;
  margin: 0 0 0.6em 0; }
  .hero__action__title b {
    display: block;
    color: #2b2b2b; }

.hero__action__cta {
  position: relative;
  z-index: 100; }
  @media screen and (min-width: 481px) {
    .hero__action__cta {
      background: url(../img/bg-burst.png) no-repeat center center; } }

.hero__action__post {
  font-family: "Billy", sans-serif;
  margin: 0.8em 0;
  font-size: 20px; }
  @media screen and (min-width: 641px) {
    .hero__action__post {
      font-size: 23px; } }
  .hero__action__post a, .hero__action__post button {
    text-decoration: none;
    color: #45a334; }
    .hero__action__post a:hover, .hero__action__post button:hover, .hero__action__post a:focus, .hero__action__post button:focus {
      text-decoration: underline; }

.hero--slider {
  position: relative; }

.hero__slides .hero__banner {
  overflow: hidden;
  display: none; }
  .hero__slides .hero__banner:first-child, .js--loaded .hero__slides .hero__banner {
    display: block; }

.bx-viewport {
  transform: translatez(0); }

.bx-controls {
  position: relative;
  margin: 25px auto 0;
  max-width: 1400px; }
  @media screen and (min-width: 641px) {
    .bx-controls {
      margin-top: 15px; } }

.bx-pager {
  text-align: center;
  font-size: 0; }

.bx-pager-item {
  display: inline-block; }

.bx-pager-link {
  display: block;
  text-indent: -999em;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #d1e5b1;
  margin: 0 5px; }
  .bx-pager-link.active {
    background: #45a334; }

.bx-prev,
.bx-next {
  position: absolute;
  top: 0;
  margin-top: -10px; }

.bx-prev {
  left: 3%; }

.bx-next {
  right: 3%; }

/*
  CONTENT
*/
.content {
  overflow: hidden;
  padding-bottom: 40px; }
  @media screen and (min-width: 1025px) {
    .content {
      padding-bottom: 80px; } }
  .content--no-pad {
    padding-bottom: 0; }

.page--shaun-detail .content__body {
  overflow: hidden; }

.content__title {
  max-width: 725px; }
  .content__title--mega {
    color: #00602e; }
    @media screen and (min-width: 641px) {
      .content__title--mega {
        max-width: 840px;
        margin-top: 0.7em;
        margin-bottom: 0.4em;
        font-size: 78px; } }
    .page--shaun-detail .content__title--mega {
      max-width: none;
      font-size: 9vw; }
      @media screen and (min-width: 1025px) {
        .page--shaun-detail .content__title--mega {
          font-size: 6vw; } }
      @media screen and (min-width: 1401px) {
        .page--shaun-detail .content__title--mega {
          font-size: 85px; } }

.content__meta {
  max-width: 725px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 2em;
  margin-top: -1.5em;
  font-family: "Billy", sans-serif;
  color: #8a8a8a; }

.content__hero {
  display: block;
  margin: 0 auto 50px;
  box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.2); }

.content__action {
  text-align: center;
  margin: 40px 0; }
  .content__action h2 {
    font-size: 18px;
    margin: 1.5em 0; }

.content__shaun {
  margin-top: 50px; }
  .content__shaun img {
    margin: 0 auto;
    display: block; }
  .page--shaun-detail .content__shaun {
    margin-top: 25px; }
    @media screen and (min-width: 1025px) {
      .page--shaun-detail .content__shaun {
        float: right;
        width: 48%;
        margin-left: 2%; } }
    .page--shaun-detail .content__shaun img {
      width: 100%;
      max-width: 684px; }

/*
  CLOUD
  Logo/image clouds
*/
.cloud {
  text-align: center;
  margin-bottom: 30px; }
  .cloud h3 {
    font-size: 20px;
    margin: 2.5em auto; }

.cloud__head {
  display: inline-block;
  margin: 20px auto; }
  .cloud__head img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px; }
  .cloud__head h2 {
    margin: 0.4em 0 0.2em;
    font-size: 38px; }
  .cloud__head h3 {
    margin: 0.4em 0; }

.cloud__head__text {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

.cloud__list {
  margin: 30px 0;
  font-size: 0; }
  .cloud__list a, .cloud__list button {
    display: inline-block;
    vertical-align: middle;
    margin: 18px; }

/*
  NEWS
*/
.news {
  margin: 20px 0; }
  @media screen and (min-width: 641px) {
    .news {
      margin: 60px 0 50px; } }

.news__title {
  margin-bottom: 1.2em;
  font-size: 28px; }
  @media screen and (min-width: 641px) {
    .news__title {
      font-size: 32px; } }

.news__list {
  text-align: center;
  margin: 0 -2.4%;
  font-size: 0; }

.news__item {
  margin: 0 2.4% 40px;
  vertical-align: top;
  width: auto;
  display: inline-block;
  font-size: 18px; }
  @media screen and (min-width: 521px) {
    .news__item {
      width: 45%; } }
  @media screen and (min-width: 769px) {
    .news__item {
      width: 26.5%; } }
  .news__item--featured {
    width: auto; }
  .news__item a, .news__item button {
    display: block;
    text-decoration: none; }
  .news__item img {
    box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.2); }

.news__item__copy {
  text-align: center;
  padding: 0 15px; }
  .news__item--featured .news__item__copy {
    max-width: 725px;
    margin: 0 auto; }

.news__item__title {
  font-family: "Franchise", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  color: #45a334;
  margin: 25px 0 0.2em; }
  @media screen and (min-width: 521px) {
    .news__item--featured .news__item__title {
      font-size: 32px; } }
  @media screen and (min-width: 641px) {
    .news__item--featured .news__item__title {
      font-size: 44px; } }

.news__item__meta {
  margin: 0.2em 0;
  text-align: center;
  font-family: "Billy", sans-serif;
  color: #8a8a8a; }

.news__item__excerpt {
  margin: 1.2em 0; }

/*
  SHAUNS
*/
.shauns {
  position: relative; }

.shauns__nav {
  margin-bottom: 12px; }

.shauns__city {
  background: #f9d600;
  text-align: center;
  line-height: 1.1;
  position: relative;
  padding-top: 24px;
  font-family: "Billy", sans-serif; }
  .shauns__city:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
    background: url(../img/bg-shauns-city-grunge-bottom.png); }
  .shauns__city a, .shauns__city button {
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.2em;
    text-decoration: none;
    padding-bottom: 22px;
    margin: 0 4%;
    color: #ad9500;
    font-weight: bold; }
    @media screen and (min-width: 481px) {
      .shauns__city a, .shauns__city button {
        margin: 0 8%; } }
    @media screen and (min-width: 641px) {
      .shauns__city a, .shauns__city button {
        font-size: 30px;
        min-width: 253px; } }
    .shauns__city a:hover, .shauns__city button:hover, .shauns__city a:focus, .shauns__city button:focus {
      color: #978200; }
    .shauns__city a.is-active, .shauns__city button.is-active {
      color: #fff; }
      @media screen and (min-width: 641px) {
        .shauns__city a.is-active, .shauns__city button.is-active {
          background: url(../img/bg-shauns-city-on.png) no-repeat bottom center; } }

.shauns__alpha {
  line-height: 1;
  text-align: center;
  padding: 8px 10px 0; }
  .shauns__alpha a, .shauns__alpha button,
  .shauns__alpha span {
    font-family: "Franchise", sans-serif;
    font-size: 28px;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 0.5%;
    margin: 5px 0.4% 0; }
  .shauns__alpha a, .shauns__alpha button {
    color: #c8af0a;
    text-decoration: none; }
    .shauns__alpha a:hover, .shauns__alpha button:hover, .shauns__alpha a:focus, .shauns__alpha button:focus {
      color: #ad9500; }
  .shauns__alpha span {
    color: #c6c6c6; }

.shauns__list {
  text-align: center;
  font-size: 0; }
  @media screen and (min-width: 1025px) {
    .shauns__list {
      margin: 0 10px; } }
  .shauns__list li {
    width: 50%;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 18px 0; }
    .shauns--soon .shauns__list li {
      margin-bottom: 0; }
    @media screen and (min-width: 521px) {
      .shauns__list li {
        padding: 0 10px; } }
    @media screen and (min-width: 641px) {
      .shauns__list li {
        width: 33.3334%; } }
    @media screen and (min-width: 769px) {
      .shauns__list li {
        width: 25%; } }
    @media screen and (min-width: 1025px) {
      .shauns__list li {
        padding: 0 20px;
        width: 20%; } }
    .shauns__list li img {
      -webkit-transform: translate3d(0, 0, 0); }

.shauns__item__name {
  display: block;
  font-size: 24px;
  font-family: "Franchise", sans-serif;
  color: #717171;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 0.1em; }

.shauns__item__artist {
  display: block;
  font-family: "Billy", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #8a8a8a;
  line-height: 1.1;
  margin-bottom: 0.8em; }

.shauns__item__image {
  margin-top: 12px; }
  .shauns__item__image img {
    width: 100%; }

.shauns__item__sponsor {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8a8a8a; }
  .shauns__item__sponsor img {
    max-width: 60%;
    margin: 4px auto;
    vertical-align: top; }

.shauns__soon {
  margin-top: -40px;
  position: relative; }
  .shauns__soon:before {
    content: "";
    position: absolute;
    top: -200px;
    width: 100%;
    left: 0;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 10; }

/*
  PHOTOS
*/
.photos {
  margin: 0 10px; }

.photos__list {
  font-size: 0;
  text-align: center;
  margin-bottom: 15px; }
  .photos__list li {
    font-size: 18px;
    box-sizing: border-box;
    max-width: 240px;
    width: 47%;
    margin: 30px 1.5% 0; }
    @media screen and (min-width: 641px) {
      .photos__list li {
        width: 22%; } }
    .photos__list li a, .photos__list li button {
      display: block;
      box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.2);
      padding: 4px;
      background: #eae191;
      background: -moz-linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%);
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #eae191), color-stop(50%, #ccbb58), color-stop(100%, #eae191));
      background: -webkit-linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%);
      background: -o-linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%);
      background: -ms-linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%);
      background: linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%); }
    .photos__list li img {
      border: 8px solid #d4c56b;
      vertical-align: top;
      width: 100%;
      box-sizing: border-box; }

/*
  FAQ
*/
.faq {
  clear: both;
  margin-bottom: 80px; }

.faq__title {
  font-family: "Franchise", sans-serif;
  font-size: 40px; }
  @media screen and (min-width: 641px) {
    .faq__title {
      font-size: 60px; } }

.faq__list {
  overflow: hidden; }
  .faq__list li {
    margin: 0.5em 0 2em; }
    @media screen and (min-width: 521px) {
      .faq__list li {
        padding-left: 48px; } }
  .js .faq__list {
    max-height: 210px;
    position: relative; }
    .js .faq__list:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  .faq__list.is-expanded {
    max-height: none; }
    .faq__list.is-expanded:after {
      display: none; }

.faq__q:before,
.faq__a:before {
  display: none; }
  @media screen and (min-width: 521px) {
    .faq__q:before,
    .faq__a:before {
      display: block;
      margin-left: -48px;
      margin-top: -4px;
      float: left;
      font-weight: bold;
      font-family: "Billy", sans-serif;
      border-radius: 50%;
      background: #f9d600;
      color: #978200;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      font-size: 22px; } }

.faq__q {
  color: #45a334;
  font-family: "Billy", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 0.6em;
  min-height: 36px; }
  .faq__q:before {
    content: "Q"; }

.faq__a:before {
  content: "A";
  margin-top: -6px; }
.faq__a p {
  margin: 0 0 0.4em; }

.faq__toggle {
  margin: 25px 0 60px;
  background: url(../img/bg-dotted-line.png) repeat-x 50% 25px;
  text-align: center;
  min-height: 55px; }
  .no-js .faq__toggle, .faq__toggle.is-toggled {
    display: none; }

/*
  STATS
*/
.stats {
  margin: 60px 0; }
  @media screen and (min-width: 641px) {
    .stats {
      margin-top: 150px; } }
  @media screen and (min-width: 769px) {
    .stats {
      margin-top: 160px; } }
  @media screen and (min-width: 1025px) {
    .stats {
      margin-top: 200px; } }

.stats__image {
  float: left;
  margin: -100px 15px 0 -75px;
  width: 35%;
  display: none; }
  .darth-fader--enabled .stats__image {
    transform: translateX(-100%); }
  .darth-fader--show .stats__image {
    transition: transform 0.5s ease;
    transform: translateX(0); }
  @media screen and (min-width: 641px) {
    .stats__image {
      display: block; } }
  @media screen and (min-width: 769px) {
    .stats__image {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      margin: -90px 0 0 -90px;
      width: 43%; } }
  @media screen and (min-width: 1000px) {
    .stats__image {
      width: 45.5%; } }
  @media screen and (min-width: 1025px) {
    .stats__image {
      margin-top: -140px;
      margin-left: -120px; } }
  @media screen and (min-width: 1701px) {
    .stats__image {
      max-width: 775px;
      left: 50%;
      margin-left: -970px; } }

.stats__app {
  position: relative;
  text-align: center; }
  @media screen and (min-width: 641px) {
    .stats__app {
      text-align: left; } }

@media screen and (min-width: 769px) {
  .stats__app__inner {
    padding-left: 35%; } }
@media screen and (min-width: 1000px) {
  .stats__app__inner {
    padding-left: 38%; } }
@media screen and (min-width: 1025px) {
  .stats__app__inner {
    padding-left: 36%; } }

.stats__app__title {
  margin: 0 0 0.3em; }
  @media screen and (min-width: 641px) {
    .stats__app__title {
      font-size: 55px;
      text-align: left; } }
  @media screen and (min-width: 1025px) {
    .stats__app__title {
      font-size: 70px; } }

.stats__downloads {
  clear: both; }
  @media screen and (min-width: 769px) {
    .stats__downloads {
      clear: none; } }

.stats__live {
  background: #f9d600;
  position: relative;
  padding: 35px 0;
  margin: 50px 0; }
  .stats__live:before {
    content: "";
    background: url(../img/bg-stats-grunge-top.png) no-repeat center;
    height: 19px;
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%; }

.stats__live__title {
  font-size: 17px;
  color: #000;
  margin: 0 0 1.5em; }
  .stats__live__title i {
    color: #fff;
    font-size: 250%; }

.stats__live__list {
  text-align: center;
  font-size: 0;
  max-width: 870px;
  margin: 0 auto; }
  .stats__live__list li {
    font-family: "Billy", sans-serif;
    vertical-align: top;
    font-size: 18px;
    margin: 20px 0 0; }
    @media screen and (min-width: 641px) {
      .stats__live__list li {
        width: 46%;
        margin: 20px 2% 0; } }
    .stats__live__list li h3 {
      line-height: 1;
      color: #fff;
      font-size: 20px;
      margin: 0 0 5px; }
      .stats__live__list li h3 b {
        font-family: "Billy", sans-serif;
        font-weight: bold;
        display: block;
        text-transform: uppercase;
        font-size: 40px;
        color: #fff;
        margin-bottom: 0.2em; }
    .stats__live__list li p {
      font-family: "Franchise", sans-serif;
      font-weight: normal;
      line-height: 1;
      color: #007437;
      font-size: 75px;
      margin: 0; }
      @media screen and (min-width: 481px) {
        .stats__live__list li p {
          font-size: 15vw; } }
      @media screen and (min-width: 1000px) {
        .stats__live__list li p {
          font-size: 150px; } }

.stats__live__badge {
  max-width: 340px;
  margin: 20px 0;
  text-align: left; }
  .stats__live__badge img {
    float: left;
    margin-right: 15px;
    width: 30%; }
    @media screen and (min-width: 769px) {
      .stats__live__badge img {
        width: 40%; } }
  .stats__live__badge strong {
    display: block;
    font-family: "Franchise", sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #007437;
    overflow: hidden;
    padding-top: 0.4em; }
  .stats__live__badge span {
    display: block;
    line-height: 1.2;
    margin: 0.2em 0;
    overflow: hidden; }

/*
  INFO COLS
*/
.info {
  font-size: 0;
  text-align: center;
  clear: both;
  margin: 0 -30px; }

.info__item {
  display: inline-block;
  font-size: 18px;
  padding: 0 30px;
  box-sizing: border-box;
  vertical-align: top;
  margin: 20px 0 0; }
  @media screen and (min-width: 769px) {
    .info__item {
      width: 33.3334%;
      max-width: none; } }

.info__item__title {
  margin: 0 0 0.8em; }

/*
  RESOURCES
*/
.resources h2 {
  font-size: 20px;
  color: #000; }

.resources__list {
  text-align: center;
  margin: 40px 0;
  font-size: 0; }
  .resources--promo .resources__list {
    margin: 30px 0; }
  .resources__list li {
    font-size: 18px;
    width: 120px;
    margin: 10px 3%; }
    .resources--promo .resources__list li {
      margin: 0;
      box-sizing: border-box;
      width: 50%;
      padding: 10px 10px; }
      @media screen and (min-width: 481px) {
        .resources--promo .resources__list li {
          padding: 20px 20px; } }
      @media screen and (min-width: 641px) {
        .resources--promo .resources__list li {
          width: 33.3334%; } }
      .resources--promo .resources__list li img {
        box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.2); }
    .resources__list li .btn {
      display: block;
      margin: 0.5em auto; }

/*
  FEATURED SHAUN
*/
.featsheep {
  text-align: center;
  margin: 50px 0; }

.featsheep__title {
  font-size: 18px;
  color: #000;
  margin: 0 0 1.5em; }
  @media screen and (min-width: 1000px) {
    .featsheep__title {
      font-size: 21px;
      margin-bottom: 2.2em; } }
  .featsheep__title i {
    margin-bottom: 0.4em; }

.featsheep__image {
  position: relative;
  z-index: 10;
  margin-bottom: 10px; }
  .darth-fader--enabled .featsheep__image {
    transform: translateX(100%); }
  .darth-fader--show .featsheep__image {
    transition: transform 0.5s ease;
    transform: translateX(0); }
  @media screen and (min-width: 521px) {
    .featsheep__image {
      margin: -30px -110px 0 -60px;
      float: right;
      width: 72%; } }
  @media screen and (min-width: 641px) {
    .featsheep__image {
      margin-right: -135px; } }
  @media screen and (min-width: 769px) {
    .featsheep__image {
      width: 63%; } }
  @media screen and (min-width: 1000px) {
    .featsheep__image {
      width: auto; } }

.featsheep__name {
  background: #45a334 repeat-y;
  color: #f9d600;
  font-family: "Franchise", sans-serif;
  text-transform: uppercase;
  line-height: 0.85;
  margin: 0.5em 0;
  padding: 25px 6% 20px;
  position: relative;
  font-size: 50px; }
  @media screen and (min-width: 641px) {
    .featsheep__name {
      background-image: url(../img/bg-featsheep-grunge.png);
      font-size: 65px; } }
  @media screen and (min-width: 769px) {
    .featsheep__name {
      font-size: 80px; } }
  @media screen and (min-width: 1000px) {
    .featsheep__name {
      margin-right: 115px;
      margin-left: 20px; } }
  .featsheep__name:before, .featsheep__name:after {
    content: "";
    background: no-repeat center center;
    position: absolute;
    height: 25px;
    left: 0;
    width: 100%; }
  .featsheep__name:before {
    background-image: url(../img/bg-featsheep-grunge-top.png);
    top: -25px; }
  .featsheep__name:after {
    background-image: url(../img/bg-featsheep-grunge-bottom.png);
    bottom: -25px; }

.featsheep__artist {
  font-family: "Billy", sans-serif;
  color: #007437;
  margin: 0.4em 0;
  font-size: 26px; }
  @media screen and (min-width: 1000px) {
    .featsheep__artist {
      font-size: 32px;
      margin: 0.8em 0; } }
  .featsheep__artist b {
    font-weight: normal;
    text-transform: uppercase; }

.featsheep__sponsor {
  color: #8a8a8a;
  font-family: "Billy", sans-serif;
  overflow: hidden;
  margin: 0.3em 0;
  font-size: 20px; }
  @media screen and (min-width: 1000px) {
    .featsheep__sponsor {
      font-size: 26px;
      margin: 1em 0; } }
  .featsheep__sponsor img {
    margin: 14px auto;
    vertical-align: top; }

/*
  APP DOWNLOADS
*/
.downloads {
  position: relative;
  z-index: 10;
  font-size: 0;
  text-align: center;
  margin: 0 -3%; }
  @media screen and (min-width: 1000px) {
    .downloads {
      margin: 0 -3.5%; } }
  .downloads li {
    font-size: 17px;
    margin: 10px 3%; }
    @media screen and (min-width: 1000px) {
      .downloads li {
        margin: 15px 4%; } }
  .downloads a, .downloads button {
    color: #000;
    text-decoration: none; }
    .downloads a:hover, .downloads button:hover, .downloads a:focus, .downloads button:focus {
      text-decoration: underline; }
  .downloads .btn {
    display: block;
    margin: 0 auto 20px; }
  .downloads strong {
    display: block; }

/*
  PROMO
*/
.promos__list {
  text-align: center;
  position: relative;
  z-index: 50;
  margin: 40px auto; }

.promo__title {
  font-size: 17px;
  color: #000;
  margin: 0 0 2em; }
  @media screen and (min-width: 521px) {
    .promo__title {
      margin-bottom: 3em; } }

.promo, .promos__list .promo {
  vertical-align: top;
  width: 98%;
  max-width: 400px;
  margin: 25px 1% 30px; }
  @media screen and (min-width: 641px) {
    .promo, .promos__list .promo {
      width: 46.5%; } }
  @media screen and (min-width: 1201px) {
    .promo, .promos__list .promo {
      width: 30.3334%; } }

.promo__info {
  display: block;
  background: #45a334;
  position: relative;
  text-align: center;
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
  color: #fff; }
  @media screen and (min-width: 769px) {
    .promo__info {
      min-height: 236px; } }
  .promo__info:before, .promo__info:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: no-repeat center center;
    height: 12px; }
  .promo__info:before {
    background-image: url(../img/bg-promo-grunge-top.png);
    top: -12px; }
  .promo__info:after {
    background-image: url(../img/bg-promo-grunge-bottom.png);
    bottom: -12px; }
  .promo--news .promo__info {
    text-decoration: none; }
    .promo--news .promo__info strong {
      display: block;
      font-family: "Franchise", sans-serif;
      line-height: 1;
      color: #f9d600;
      text-transform: uppercase;
      font-size: 29px;
      font-weight: normal;
      margin: 0 25px; }
      .promo--news .promo__info strong a, .promo--news .promo__info strong button {
        color: #f9d600;
        text-decoration: none; }
        .promo--news .promo__info strong a:hover, .promo--news .promo__info strong button:hover, .promo--news .promo__info strong a:focus, .promo--news .promo__info strong button:focus {
          text-decoration: underline; }
    .promo--news .promo__info em {
      display: block;
      font-style: normal;
      font-weight: 600;
      margin-bottom: 0.5em; }
  .promo--shop .promo__info {
    font-size: 16px;
    text-align: left; }

.promo__image {
  margin-top: -25px;
  position: relative;
  z-index: 10;
  vertical-align: top; }
  .promo--news .promo__image, .promo--eshop .promo__image {
    box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 18px; }
  .promo--eshop .promo__image {
    max-width: 86%; }
  .promo--shop .promo__image {
    float: left;
    transform: rotate(4deg);
    -webkit-backface-visibility: hidden;
    box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.2);
    margin: 15px 10px 10px -20px;
    max-width: 56%; }

.promo__action {
  margin-bottom: -25px;
  z-index: 10;
  position: relative; }

.promo--shop__address {
  overflow: hidden;
  margin: 0;
  padding: 0.7em 10px;
  line-height: 1.4; }

.promo--shop__times {
  padding: 1em 0; }
  .promo--shop__times li {
    margin: 0 auto;
    max-width: 275px;
    padding: 0 15px; }
    @media screen and (min-width: 481px) {
      .promo--shop__times li b {
        float: left;
        width: 48.5%; } }
    @media screen and (min-width: 481px) {
      .promo--shop__times li i {
        float: right;
        width: 48.5%; } }

/*
  PAGING
*/
.flippy,
.pager {
  position: relative;
  margin: 20px auto 0;
  text-align: center; }
  .flippy:before,
  .pager:before {
    display: none; }
    @media screen and (min-width: 641px) {
      .flippy:before,
      .pager:before {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -20px;
        color: #e2e2e2;
        font-size: 38px; } }
  .flippy--shaun:before,
  .pager--shaun:before {
    display: none; }
  .flippy li,
  .pager li {
    margin-bottom: 20px; }
  .flippy .prev a, .flippy .prev button,
  .flippy .pager-previous a,
  .flippy .pager-previous button,
  .flippy .next a,
  .flippy .next button,
  .flippy .pager-next a,
  .flippy .pager-next button,
  .pager .prev a,
  .pager .prev button,
  .pager .pager-previous a,
  .pager .pager-previous button,
  .pager .next a,
  .pager .next button,
  .pager .pager-next a,
  .pager .pager-next button {
    display: block;
    font-family: "Billy", sans-serif;
    color: #8a8a8a;
    text-decoration: none;
    position: relative;
    font-size: 0; }
    @media screen and (min-width: 481px) {
      .flippy .prev a, .flippy .prev button,
      .flippy .pager-previous a,
      .flippy .pager-previous button,
      .flippy .next a,
      .flippy .next button,
      .flippy .pager-next a,
      .flippy .pager-next button,
      .pager .prev a,
      .pager .prev button,
      .pager .pager-previous a,
      .pager .pager-previous button,
      .pager .next a,
      .pager .next button,
      .pager .pager-next a,
      .pager .pager-next button {
        font-size: 23px; } }
  .flippy .prev .btn,
  .flippy .pager-previous .btn,
  .flippy .next .btn,
  .flippy .pager-next .btn,
  .pager .prev .btn,
  .pager .pager-previous .btn,
  .pager .next .btn,
  .pager .pager-next .btn {
    margin: 0 10px; }
  .flippy .prev,
  .flippy .pager-previous,
  .pager .prev,
  .pager .pager-previous {
    float: left; }
  .flippy .next,
  .flippy .pager-next,
  .pager .next,
  .pager .pager-next {
    float: right; }
  .flippy .pager-current,
  .pager .pager-current {
    display: none; }
  .flippy .back,
  .pager .back {
    margin-top: 30px;
    clear: both; }
  .flippy--shaun,
  .pager--shaun {
    max-width: 540px; }

/*
  HEROFOOT
*/
.herofoot {
  background: #f9d600;
  position: relative;
  text-align: center;
  padding: 55px 0 65px;
  margin-top: 55px; }
  .herofoot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(../img/bg-herofoot-grunge-top.png) no-repeat center top;
    z-index: 10; }
  .herofoot:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -16px;
    border: 16px solid transparent;
    border-top-color: #fff;
    z-index: 10; }

.herofoot__image {
  display: none; }
  @media screen and (min-width: 1025px) {
    .herofoot__image {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%);
      margin-left: 360px;
      z-index: 15;
      max-width: 35%; } }

.herofoot__info,
.herofoot__downloads {
  position: relative;
  z-index: 20; }

.herofoot__title {
  margin-top: 0; }
  .herofoot--auction .herofoot__title {
    margin-bottom: 30px; }

.herofoot__cta {
  margin: -1.2em 0 2em; }
  .herofoot__cta a, .herofoot__cta button {
    font-family: "Billy", sans-serif;
    background: #c8af0a;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0.2em 0.6em;
    position: relative; }
    .herofoot__cta a:after, .herofoot__cta button:after {
      content: "";
      position: absolute;
      top: 0;
      right: -32px;
      border: 16px solid transparent;
      border-left-color: #c8af0a; }
    .herofoot__cta a:hover, .herofoot__cta button:hover, .herofoot__cta a:focus, .herofoot__cta button:focus {
      background: #978200; }
      .herofoot__cta a:hover:after, .herofoot__cta button:hover:after, .herofoot__cta a:focus:after, .herofoot__cta button:focus:after {
        border-left-color: #978200; }

.herofoot__stream {
  margin: 20px auto 30px;
  position: relative;
  box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 4px;
  background: #eae191;
  background: -moz-linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #eae191), color-stop(50%, #ccbb58), color-stop(100%, #eae191));
  background: -webkit-linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%);
  background: -o-linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%);
  background: -ms-linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%);
  background: linear-gradient(45deg, #eae191 0%, #ccbb58 50%, #eae191 100%); }
  .herofoot__stream img {
    border: 15px solid #d4c56b;
    vertical-align: top;
    box-sizing: border-box; }

.herofoot__stream__info {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 26px; }
  .lt-ie9 .herofoot__stream__info {
    margin-top: -115px; }
  @media screen and (min-width: 521px) {
    .herofoot__stream__info {
      font-size: 36px; } }
  .herofoot__stream__info em {
    font-style: normal;
    color: #f9d600; }

/*
  FOOTER
*/
.footer {
  position: relative;
  z-index: 40; }

/*
  FOOTER CONNECT
*/
.footer__connect {
  background: #007437;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 15px;
  padding: 18px 0 28px; }
  .footer__connect a, .footer__connect button {
    color: #fff; }
  .footer__connect:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    background: url(../img/bg-footer-connect-grunge-top.png); }
  .footer__connect h2 {
    color: #f9d600;
    margin: 0 0 1.2em; }

.footer__newsletter,
.footer__follow,
.footer__tweet {
  max-width: 308px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0; }

.footer__newsletter form {
  position: relative;
  padding-right: 41px;
  max-width: 215px;
  margin: 0 auto; }
.footer__newsletter input[type=email] {
  width: 100%;
  font-size: 14px;
  min-height: 41px;
  font-size: 16px\9;
  min-height: 30px\9; }
.footer__newsletter .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  height: 41px;
  width: 41px;
  padding: 0; }

.footer__follow ul li {
  margin: 0 3px; }
.footer__follow ul a, .footer__follow ul button {
  color: #007437;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 24px;
  font-size: 18px;
  line-height: 47px; }
  .footer__follow ul a i, .footer__follow ul button i {
    vertical-align: middle; }
  .footer__follow ul a .icon-facebook, .footer__follow ul button .icon-facebook {
    font-size: 26px; }
  .footer__follow ul a .icon-instagram, .footer__follow ul button .icon-instagram {
    font-size: 23px; }

.footer__tweet > div {
  max-width: 290px;
  margin: 0 auto; }

/*
  FOOTER INFO
*/
.footer__info {
  text-align: center;
  background: #45a334;
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 16px 0; }
  .footer__info:after {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 24px;
    background: url(../img/bg-footer-info-grunge-top.png) center top repeat-x; }
  .footer__info a, .footer__info button {
    color: #f9d600; }

.footer__nav {
  margin: 0.5em 0; }
  .footer__nav ul li {
    margin: 0.3em 8px;
    font-weight: 600; }

.footer__copyright {
  margin: 0.5em 0; }

.footer__network {
  margin-top: 15px; }
  .footer__network p {
    margin-bottom: 1em; }
  .footer__network ul li {
    margin: 5px 16px;
    vertical-align: middle;
    display: inline\9; }
    .footer__network ul li a, .footer__network ul li button {
      display: inline\9;
      text-decoration: none\9; }

/*
  DARTH FADER
  Fade in on scroll
*/
.darth-fader--enabled {
  opacity: 0.1; }
.darth-fader--show {
  transition: opacity 0.8s ease;
  opacity: 1; }

.hero__youtube {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-top: -30px; }
  .hero__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .hero__youtube .youtubeTitle {
    top: 5%;
    left: 0;
    right: 0;
    position: absolute; }
    .hero__youtube .youtubeTitle h1 {
      font-size: 200px;
      color: #FFF; }
      @media screen and (max-width: 840px) {
        .hero__youtube .youtubeTitle h1 {
          font-size: 100px; } }
    .hero__youtube .youtubeTitle.showTitle {
      display: block; }
    .hero__youtube .youtubeTitle.hideTitle {
      display: none; }

/*
  STATS-LIST
  Stats for Shaun detail pages
*/
.stats-list {
  margin: 20px auto;
  font-size: 0;
  text-align: center;
  max-width: 840px; }
  @media screen and (min-width: 641px) {
    .stats-list {
      text-align: left; } }
  .stats-list li {
    width: 100%;
    max-width: 288px;
    vertical-align: top;
    margin: 10px auto 30px; }
    @media screen and (min-width: 641px) {
      .stats-list li {
        width: 50%;
        max-width: none; } }

@media screen and (min-width: 641px) {
  .stats-list__label,
  .stats-list__data {
    padding-right: 30px; } }

.stats-list__label {
  display: block;
  color: #00602e;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.2em; }

.stats-list__data {
  display: block;
  color: #45a334;
  font-family: "Franchise", sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 0.9; }
  .stats-list__data--price {
    font-size: 90px;
    margin-top: -5px;
    padding-right: 0; }
  .stats-list__data--sponsor a, .stats-list__data--sponsor button,
  .stats-list__data--sponsor img {
    display: inline-block; }

/*
  LINE
*/
.line {
  margin: 30px auto;
  border: 0;
  display: block;
  text-align: center;
  background: url(../img/bg-separator.png) no-repeat center center;
  height: 12px; }

/*
  DRUPAL F/E ADMIN STYLING
*/
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

.tabs-primary {
  text-align: center;
  max-width: 725px;
  margin: 25px auto;
  padding: 10px; }
  .tabs-primary li {
    margin: 0 5px; }
    .tabs-primary li.is-active a, .tabs-primary li.is-active button {
      font-weight: bold; }
