html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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 {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a: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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

@font-face {
  font-family: "icomoon";
  src: url("https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1954/icomoon.eot");
  src: url("https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1954/icomoon.eot?#iefix") format("embedded-opentype"), url("https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1954/icomoon.woff") format("woff"), url("https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1954/icomoon.ttf") format("truetype"), url("https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1954/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hrc-logo-full:before {
  content: "\e607";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-google-plus:before {
  content: "\e606";
}

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

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

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

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

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

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

.icon-whatsapp:before {
  content: "\e61a";
}

.icon-email:before {
  content: "\e61b";
}

.icon-quote-left:before {
  content: "\e61c";
}

.icon-quote-right:before {
  content: "\e61d";
}

.megabar {
  position: fixed;
  z-index: 999;
  background: #313131;
  width: 100%;
  top: 0;
  -webkit-transform: translate3d(0, -150px, 0);
  -moz-transform: translate3d(0, -150px, 0);
  -ms-transform: translate3d(0, -150px, 0);
  -o-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0);
}

@media screen and (min-width: 75em) {
  .megabar {
    -webkit-transform: translate3d(0, -160px, 0);
    -moz-transform: translate3d(0, -160px, 0);
    -ms-transform: translate3d(0, -160px, 0);
    -o-transform: translate3d(0, -160px, 0);
    transform: translate3d(0, -160px, 0);
  }
}

@media screen and (min-width: 87.5em) {
  .megabar {
    position: relative;
    z-index: 2000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.megabar.is-active {
  position: fixed;
}

.megabar .navigation {
  max-width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: static;
}

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

@media screen and (min-width: 75em) {
  .megabar .navigation {
    max-width: 85em;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
  .megabar .navigation::after {
    clear: both;
    content: "";
    display: table;
  }
}

.navigation__item, .megabar .navigation__list .navigation__item--hasmenu, .navigation__actions {
  min-height: 2.8125em;
  line-height: 2.8125em;
}

@media screen and (min-width: 40em) {
  .navigation__item, .megabar .navigation__list .navigation__item--hasmenu, .navigation__actions {
    min-height: 3.375em;
  }
}

@media screen and (min-width: 75em) {
  .navigation__item, .megabar .navigation__list .navigation__item--hasmenu, .navigation__actions {
    line-height: 6em;
  }
}

.site-logo {
  position: relative;
  max-width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (min-width: 75em) {
  .site-logo {
    max-width: 85em;
    margin-left: auto;
    margin-right: auto;
  }
  .site-logo::after {
    clear: both;
    content: "";
    display: table;
  }
}

.megabar .site-logo__inner {
  background: #FFDF1B;
  color: transparent;
  font-size: 1.875em;
  left: 0;
  line-height: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  width: 1.53333em;
  z-index: 99;
  display: none;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (min-width: 75em) {
  .megabar .site-logo__inner {
    display: block;
    font-size: 3.75em;
    width: 3.48333em;
  }
}

.megabar .site-logo__inner:before {
  color: #02458d;
  display: inline-block;
  font-family: 'icomoon';
  font-weight: normal;
  text-align: center;
  content: "\e607";
  line-height: 1em;
  padding: 0.4em 0.4em 0.35em 0.4em;
}

.megabar .site-logo__inner > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
}

.megabar .navigation__list {
  display: none;
  float: right;
  margin-left: 13.0625em;
}

@media screen and (min-width: 75em) {
  .megabar .navigation__list {
    margin-left: 0;
    display: table;
  }
}

@media screen and (min-width: 87.5em) {
  .megabar .navigation__list {
    margin-left: 13.0625em;
  }
}

.megabar .navigation__list .navigation__item, .megabar .navigation__list .navigation__item--hasmenu {
  display: table-cell;
  padding: 0 1.5625em;
}

@media screen and (min-width: 75em) {
  .megabar .navigation__list .navigation__item, .megabar .navigation__list .navigation__item--hasmenu {
    padding: 0 1.4375em;
  }
}

@media screen and (min-width: 87.5em) {
  .megabar .navigation__list .navigation__item, .megabar .navigation__list .navigation__item--hasmenu {
    padding: 0 1.5625em;
  }
}

.megabar .navigation__list .navigation__item .navigation__link, .megabar .navigation__list .navigation__item--hasmenu .navigation__link {
  font-size: 1.0625em;
}

.megabar .navigation__list .navigation__item .navigation__link:hover, .megabar .navigation__list .navigation__item--hasmenu .navigation__link:hover {
  color: #9f9f9f;
}

@media screen and (min-width: 75em) {
  .megabar .navigation__list .navigation__item .navigation__link, .megabar .navigation__list .navigation__item--hasmenu .navigation__link {
    font-size: 0.9375em;
  }
}

@media screen and (min-width: 87.5em) {
  .megabar .navigation__list .navigation__item .navigation__link, .megabar .navigation__list .navigation__item--hasmenu .navigation__link {
    font-size: 1.0625em;
  }
}

.megabar .navigation__list .navigation__item--hasmenu.active .dropdown-navigation {
  display: block;
}

.megabar .navigation__list .navigation__item--hasmenu.active .dropdown-navigation.navigation__link {
  display: inline;
}

.megabar .navigation__list .navigation__item--hasmenu .navigation__link {
  padding-right: 0.94118em;
  position: relative;
}

.megabar .navigation__list .navigation__item--hasmenu .navigation__link:before {
  font-family: 'icomoon';
  content: "\e600";
  font-size: 6px;
  line-height: 7.5em;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 40em) {
  .megabar .navigation__list .navigation__item--hasmenu .navigation__link:before {
    line-height: 9em;
  }
}

@media screen and (min-width: 75em) {
  .megabar .navigation__list .navigation__item--hasmenu .navigation__link:before {
    line-height: 16em;
    margin-left: 0.83333em;
  }
}

.megabar .navigation__list .navigation__link {
  color: #fff;
  display: block;
}

@media screen and (min-width: 40em) {
  .megabar .navigation__list .navigation__link {
    line-height: 3.17647em;
  }
}

@media screen and (min-width: 75em) {
  .megabar .navigation__list .navigation__link {
    line-height: 6.4em;
  }
}

@media screen and (min-width: 87.5em) {
  .megabar .navigation__list .navigation__link {
    line-height: 5.64706em;
  }
}

.navigation__actions {
  display: table;
  width: 20%;
  float: right;
}

@media screen and (min-width: 40em) {
  .navigation__actions {
    width: 20.625em;
  }
}

.navigation__action-item, .navigation__action-item--shop, .navigation__action-item--donate, .navigation__action-item--search, .navigation__action-item--hamburger, .slimbar .navigation__action-item--shop, .slimbar .navigation__action-item--donate, .slimbar .navigation__action-item--search, .slimbar .navigation__action-item--hamburger {
  display: table-cell;
  text-align: center;
  background: #4e4e4e;
}

.navigation__action-item--shop {
  display: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.navigation__action-item--shop:hover {
  -webkit-transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
  background-color: #616161;
}

@media screen and (min-width: 40em) {
  .navigation__action-item--shop {
    display: table-cell;
  }
}

.navigation__action-item--donate {
  background: #eb1e0d;
  display: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.navigation__action-item--donate:hover {
  -webkit-transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
  background-color: #bc1204;
}

@media screen and (min-width: 40em) {
  .navigation__action-item--donate {
    display: table-cell;
  }
}

.navigation__action-item--search {
  background: #313131;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

@media screen and (min-width: 75em) {
  .navigation__action-item--search {
    background: #4e4e4e;
  }
}

.navigation__action-item--search:hover {
  -webkit-transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
  background-color: #616161;
}

.navigation__action-item--search .navigation__link:before {
  content: "\e60c";
  font-family: 'icomoon';
  line-height: 0;
}

.navigation__action-item--hamburger {
  background: #313131;
  position: relative;
}

.navigation__action-item--hamburger.fixed-nav-submenu--show .icon-menu:before {
  min-width: 1.27832em;
  display: inline-block;
  content: "\e612";
}

.navigation__action-item--hamburger .navigation__link:after {
  border-left: 1px solid #4e4e4e;
  content: "";
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
}

@media screen and (min-width: 87.5em) {
  .navigation__action-item--hamburger .navigation__link:after {
    border: none;
  }
}

.navigation__action-item .navigation__link, .navigation__action-item--shop .navigation__link, .navigation__action-item--donate .navigation__link, .navigation__action-item--search .navigation__link, .navigation__action-item--hamburger .navigation__link {
  color: #fff;
  display: block;
  padding: 0 1em;
}

@media screen and (min-width: 40em) {
  .navigation__action-item .navigation__link, .navigation__action-item--shop .navigation__link, .navigation__action-item--donate .navigation__link, .navigation__action-item--search .navigation__link, .navigation__action-item--hamburger .navigation__link {
    line-height: 3.375em;
  }
}

@media screen and (min-width: 75em) {
  .navigation__action-item .navigation__link, .navigation__action-item--shop .navigation__link, .navigation__action-item--donate .navigation__link, .navigation__action-item--search .navigation__link, .navigation__action-item--hamburger .navigation__link {
    line-height: 6em;
  }
}

.megabar__newsletter {
  background: #222222;
  display: none;
  overflow: hidden;
  max-height: 3em;
}

.megabar__newsletter.closed {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.megabar__newsletter.closed .megabar__newsletter__close {
  position: relative;
}

.megabar__newsletter__close {
  position: absolute;
  right: 3px;
  top: 10px;
  padding: 0 1em;
}

.megabar__newsletter__close .icon-exit-heavy {
  color: #9f9f9f;
}

.megabar__newsletter__inner {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4375em 0;
}

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

.megabar__newsletter__inner p {
  color: #fff;
  font-size: 0.8125em;
  line-height: 2.46154em;
  margin-bottom: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%;
  margin-left: 18.12583%;
}

.megabar__newsletter__inner p:last-child {
  margin-right: 0;
}

.megabar__newsletter__inner .form-field__newsletter {
  float: left;
  margin-top: 0;
  width: 28.4375em;
}

.megabar__newsletter__inner .form-field__newsletter .form-field__input {
  margin-bottom: 0;
  width: 9.625em;
}

.dropdown-navigation__inner {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dropdown-navigation__inner::after {
  clear: both;
  content: "";
  display: table;
}

.dropdown-navigation__inner:before {
  background: #f1f1f1;
  content: "";
  height: 25px;
  position: absolute;
  top: -37px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation__list .navigation__item--hasmenu .dropdown-navigation {
  -webkit-transition: z-index 0s linear, padding 0s linear 0.4s, top 0s linear 0.15s;
  -moz-transition: z-index 0s linear, padding 0s linear 0.4s, top 0s linear 0.15s;
  transition: z-index 0s linear, padding 0s linear 0.4s, top 0s linear 0.15s;
  -webkit-animation: dropdown-out 0.4s linear;
  -moz-animation: dropdown-out 0.4s linear;
  animation: dropdown-out 0.4s linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: -10;
  max-height: 0;
  top: -101em;
}

[data-persist-display] ~ .navigation .navigation__list .navigation__item--hasmenu.active .dropdown-navigation {
  top: 9em;
}

.closed ~ .navigation .navigation__list .navigation__item--hasmenu.active .dropdown-navigation,
.navigation__list .navigation__item--hasmenu.active .dropdown-navigation {
  -webkit-animation: dropdown-in 0.4s linear;
  -moz-animation: dropdown-in 0.4s linear;
  animation: dropdown-in 0.4s linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  top: 6em;
  z-index: 1;
  -webkit-transition: top 0s linear;
  -moz-transition: top 0s linear;
  transition: top 0s linear;
  padding: 1.875em;
}

.dropdown-navigation {
  background: #f1f1f1;
  left: 0;
  line-height: 1;
  position: absolute;
  width: 100vw;
  opacity: 0;
  padding: 0;
}

.dropdown-navigation__head {
  position: relative;
}

.dropdown-navigation__head .dropdown-navigation__title {
  font-size: 1.125em;
  text-transform: uppercase;
}

.dropdown-navigation__head a.btn--empty[data-button] {
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
}

.dropdown-navigation__list .dropdown-navigation__item {
  display: block;
  line-height: 1.6;
  min-height: 0;
  padding: 0;
}

.dropdown-navigation__list .dropdown-navigation__item .dropdown-navigation__link {
  color: #222222;
}

.dropdown-navigation__list .dropdown-navigation__item .dropdown-navigation__link:hover {
  color: #7f7f7f;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__head {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__head:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__title {
  line-height: 2.55556em;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__list {
  border-top: 1px solid #222222;
  display: block;
  float: none;
  padding-top: 0.9375em;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 0.625em;
  -moz-column-gap: 0.625em;
  column-gap: 0.625em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__list:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__list .dropdown-navigation__item {
  font-size: 0.94118em;
  line-height: 1em;
  margin: .75em 0;
  padding: .2em 0;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__list .dropdown-navigation__item:first-child {
  margin-top: 0;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__inner:before {
  left: 62%;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__head {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__head:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__title {
  line-height: 2.55556em;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__list {
  border-top: 1px solid #222222;
  display: block;
  float: none;
  padding-top: 0.9375em;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0.625em;
  -moz-column-gap: 0.625em;
  column-gap: 0.625em;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__list .dropdown-navigation__item {
  font-size: 0.94118em;
  line-height: 1.375em;
  margin: .5em 0;
  padding: .15em 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__list .dropdown-navigation__item:first-child {
  margin-top: 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__inner:before {
  left: 23%;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--topics {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 8.5298%;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--topics:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--topics .dropdown-navigation__list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--topics .dropdown-navigation__list:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--resources {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--resources:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--resources .dropdown-navigation__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--resources .dropdown-navigation__list:last-child {
  margin-right: 0;
}

.page-wrap {
  padding-top: 3em;
}

@media screen and (min-width: 87.5em) {
  .page-wrap {
    padding-top: 0;
  }
}

@-webkit-keyframes dropdown-in {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(-3px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  75% {
    max-height: 90em;
  }
  100% {
    max-height: 90em;
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes dropdown-in {
  0% {
    max-height: 0;
    opacity: 0;
    -moz-transform: translateY(-3px);
  }
  50% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  75% {
    max-height: 90em;
  }
  100% {
    max-height: 90em;
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes dropdown-in {
  0% {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    max-height: 90em;
  }
  100% {
    max-height: 90em;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes dropdown-out {
  0% {
    max-height: 90em;
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  50% {
    opacity: 0;
    max-height: 90em;
  }
  75% {
    max-height: 0;
    -webkit-transform: translateY(-3px);
  }
  100% {
    max-height: 0;
    -webkit-transform: translateY(0);
    opacity: 0;
  }
}

@-moz-keyframes dropdown-out {
  0% {
    max-height: 90em;
    opacity: 1;
    -moz-transform: translateY(0);
  }
  50% {
    opacity: 0;
    max-height: 90em;
  }
  75% {
    max-height: 0;
    -moz-transform: translateY(-3px);
  }
  100% {
    max-height: 0;
    -moz-transform: translateY(0);
    opacity: 0;
  }
}

@keyframes dropdown-out {
  0% {
    max-height: 90em;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    max-height: 90em;
  }
  75% {
    max-height: 0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    max-height: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

.slimbar {
  background: #313131;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1000;
  position: fixed;
}

@media screen and (min-width: 87.5em) {
  .slimbar {
    -webkit-transform: translate3d(0, -67px, 0);
    -moz-transform: translate3d(0, -67px, 0);
    -ms-transform: translate3d(0, -67px, 0);
    -o-transform: translate3d(0, -67px, 0);
    transform: translate3d(0, -67px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }
}

.slimbar.topbar--from-top {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in 0.2s;
  -moz-transition: opacity 0.2s ease-in 0.2s;
  transition: opacity 0.2s ease-in 0.2s;
}

.slimbar.topbar--init {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.slimbar.topbar--overlap {
  opacity: 0;
}

.slimbar.topbar--fixed {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.slimbar.topbar--fixed.topbar--top {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

@media screen and (min-width: 87.5em) {
  .slimbar.topbar--fixed.topbar--top {
    -webkit-transform: translate3d(0, -67px, 0);
    -moz-transform: translate3d(0, -67px, 0);
    -ms-transform: translate3d(0, -67px, 0);
    -o-transform: translate3d(0, -67px, 0);
    transform: translate3d(0, -67px, 0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out 0.2s;
    -moz-transition: -moz-transform 0.4s ease-in-out 0.2s;
    transition: transform 0.4s ease-in-out 0.2s;
  }
}

.slimbar.topbar--unfixed:not(.fixed-nav-submenu--show) {
  -webkit-transform: translate3d(0, -67px, 0);
  -moz-transform: translate3d(0, -67px, 0);
  -ms-transform: translate3d(0, -67px, 0);
  -o-transform: translate3d(0, -67px, 0);
  transform: translate3d(0, -67px, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.2s;
  transition: transform 0.2s ease-in-out 0.2s;
}

.slimbar.topbar--unfixed.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slimbar.is-active .fixed-nav-submenu {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slimbar .fixed-nav-submenu {
  position: fixed;
  top: 3px;
  right: 0;
  width: 20.6875em;
  right: -25em;
  background-color: #222222;
  height: calc(100vh - 48px);
  -webkit-transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translate3d(0, 48px, 0);
  -moz-transform: translate3d(0, 48px, 0);
  -ms-transform: translate3d(0, 48px, 0);
  -o-transform: translate3d(0, 48px, 0);
  transform: translate3d(0, 48px, 0);
}

@media screen and (min-width: 40em) {
  .slimbar .fixed-nav-submenu {
    -webkit-transform: translate3d(0, 64px, 0);
    -moz-transform: translate3d(0, 64px, 0);
    -ms-transform: translate3d(0, 64px, 0);
    -o-transform: translate3d(0, 64px, 0);
    transform: translate3d(0, 64px, 0);
  }
}

@media screen and (min-width: 75em) {
  .slimbar .fixed-nav-submenu {
    height: calc(100vh - 64px);
  }
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__list {
  padding-top: 1em;
  overflow: scroll;
}

@media screen and (min-width: 40em) {
  .slimbar .fixed-nav-submenu .fixed-nav-submenu__list {
    padding-top: 1.875em;
  }
}

.slimbar .fixed-nav-submenu .navigation__action-item,
.slimbar .fixed-nav-submenu .navigation__action-item--shop, .slimbar .fixed-nav-submenu .navigation__action-item--donate, .slimbar .fixed-nav-submenu .navigation__action-item--search, .slimbar .fixed-nav-submenu .navigation__action-item--hamburger, .slimbar .fixed-nav-submenu .navigation__action-item--donate {
  display: block;
}

@media screen and (min-width: 40em) {
  .slimbar .fixed-nav-submenu .navigation__action-item,
  .slimbar .fixed-nav-submenu .navigation__action-item--shop, .slimbar .fixed-nav-submenu .navigation__action-item--donate, .slimbar .fixed-nav-submenu .navigation__action-item--search, .slimbar .fixed-nav-submenu .navigation__action-item--hamburger, .slimbar .fixed-nav-submenu .navigation__action-item--donate {
    display: none;
  }
}

.slimbar .fixed-nav-submenu .navigation__link,
.slimbar .fixed-nav-submenu .navigation__action-item .navigation__link,
.slimbar .fixed-nav-submenu .navigation__action-item--shop .navigation__link, .slimbar .fixed-nav-submenu .navigation__action-item--donate .navigation__link, .slimbar .fixed-nav-submenu .navigation__action-item--search .navigation__link, .slimbar .fixed-nav-submenu .navigation__action-item--hamburger .navigation__link, .slimbar .fixed-nav-submenu .navigation__action-item--donate .navigation__link {
  color: #fff;
  display: block;
  line-height: 2.3125em;
  height: 2.8125em;
  padding: 0.375em 1.875em;
  text-align: left;
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter {
  background: #313131;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em 1.5625em 1.25em 1.5625em;
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter::after {
  clear: both;
  content: "";
  display: table;
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter .form-field__newsletter {
  margin-top: 0;
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter .form-field__newsletter .form-field__combo {
  width: 100%;
  margin-bottom: 1.25em;
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter .form-field__newsletter .form-field__combo:last-child {
  margin-left: 0;
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter .form-field__newsletter .form-field__combo:last-child .btn__newsletter--nav {
  width: 100%;
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter .form-field__newsletter .form-field__input {
  margin-bottom: 0;
  width: 100%;
}

.slimbar .site-logo__inner {
  background: #FFDF1B;
  color: transparent;
  font-size: 1.875em;
  left: 0;
  line-height: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  width: 1.53333em;
  z-index: 99;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (min-width: 40em) {
  .slimbar .site-logo__inner {
    font-size: 2.8125em;
    width: 3.22222em;
  }
}

@media screen and (min-width: 87.5em) {
  .slimbar .site-logo__inner {
    width: 1.53333em;
  }
}

.slimbar .site-logo__inner:before {
  color: #02458d;
  display: inline-block;
  font-family: 'icomoon';
  content: "\e608";
  font-weight: normal;
  line-height: 1.06667em;
  padding: 0.26667em;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .slimbar .site-logo__inner:before {
    content: "\e607";
    line-height: 1em;
    padding: 0.25em;
  }
}

@media screen and (min-width: 87.5em) {
  .slimbar .site-logo__inner:before {
    content: "\e608";
  }
}

.slimbar .site-logo__inner > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
}

@media screen and (min-width: 75em) {
  .slimbar .navigation__item, .slimbar .megabar .navigation__list .navigation__item--hasmenu, .megabar .navigation__list .slimbar .navigation__item--hasmenu, .slimbar .navigation__actions {
    min-height: 3.375em;
    line-height: 3.375em;
    -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

.slimbar .navigation__action-item .navigation__link, .slimbar .navigation__action-item--shop .navigation__link, .slimbar .navigation__action-item--donate .navigation__link, .slimbar .navigation__action-item--search .navigation__link, .slimbar .navigation__action-item--hamburger .navigation__link {
  color: #fff;
  display: block;
  padding: 0 1em;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (min-width: 40em) {
  .slimbar .navigation__action-item .navigation__link, .slimbar .navigation__action-item--shop .navigation__link, .slimbar .navigation__action-item--donate .navigation__link, .slimbar .navigation__action-item--search .navigation__link, .slimbar .navigation__action-item--hamburger .navigation__link {
    line-height: 3.375em;
  }
}

@media screen and (min-width: 87.5em) {
  .slimbar .navigation__action-item .navigation__link, .slimbar .navigation__action-item--shop .navigation__link, .slimbar .navigation__action-item--donate .navigation__link, .slimbar .navigation__action-item--search .navigation__link, .slimbar .navigation__action-item--hamburger .navigation__link {
    line-height: 3.375em;
    -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

.slimbar .site-logo, .slimbar .navigation {
  max-width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

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

.slimbar .navigation__action-item, .slimbar .navigation__action-item--shop, .slimbar .navigation__action-item--donate, .slimbar .navigation__action-item--search, .slimbar .navigation__action-item--hamburger {
  display: table-cell;
  text-align: center;
  background: #4e4e4e;
}

.slimbar .navigation__action-item .navigation__link, .slimbar .navigation__action-item--shop .navigation__link, .slimbar .navigation__action-item--donate .navigation__link, .slimbar .navigation__action-item--search .navigation__link, .slimbar .navigation__action-item--hamburger .navigation__link {
  color: #fff;
  display: block;
  padding: 0 1em;
  line-height: 2.85em;
}

@media screen and (min-width: 40em) {
  .slimbar .navigation__action-item .navigation__link, .slimbar .navigation__action-item--shop .navigation__link, .slimbar .navigation__action-item--donate .navigation__link, .slimbar .navigation__action-item--search .navigation__link, .slimbar .navigation__action-item--hamburger .navigation__link {
    line-height: 4rem;
  }
}

.slimbar .navigation__action-item--shop {
  display: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.slimbar .navigation__action-item--shop:hover {
  -webkit-transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
  background-color: #616161;
}

@media screen and (min-width: 40em) {
  .slimbar .navigation__action-item--shop {
    display: table-cell;
  }
}

.slimbar .navigation__action-item--donate {
  background: #eb1e0d;
  display: none;
  -webkit-transition: background-color 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: background-color 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slimbar .navigation__action-item--donate:hover {
  background-color: #bc1204;
  -webkit-transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (min-width: 40em) {
  .slimbar .navigation__action-item--donate {
    display: table-cell;
  }
}

.slimbar .navigation__action-item--search {
  background: #313131;
}

@media screen and (min-width: 75em) {
  .slimbar .navigation__action-item--search {
    background: #4e4e4e;
  }
}

.slimbar .navigation__action-item--search:hover {
  background-color: #616161;
}

.slimbar .navigation__action-item--search .navigation__link:before {
  content: "\e60c";
  font-family: 'icomoon';
  line-height: 0;
}

.slimbar .navigation__action-item--hamburger {
  background: #313131;
  position: relative;
}

.slimbar .navigation__action-item--hamburger.fixed-nav-submenu--show .icon-menu:before {
  min-width: 1.27832em;
  display: inline-block;
  content: "\e612";
}

.footer {
  background: #222222;
}

.footer__inner,
.footer__columns,
.footer__logo-row {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.footer__inner::after,
.footer__columns::after,
.footer__logo-row::after {
  clear: both;
  content: "";
  display: table;
}

.footer__columns {
  padding: 0 1.25em 0 1.25em;
}

@media screen and (min-width: 87.5em) {
  .footer__columns {
    padding: 0 3.75em 2.5em 3.75em;
  }
}

@media screen and (min-width: 87.5em) {
  .footer__columns {
    padding: 0 0 2.5em 0;
    border-bottom: 1px solid #4e4e4e;
  }
}

.footer__logo-row {
  padding: 1.875em 0;
  margin-bottom: 1.25em;
}

@media screen and (min-width: 40em) {
  .footer__logo-row {
    padding: 3.125em 0;
  }
}

@media screen and (min-width: 87.5em) {
  .footer__logo-row {
    padding: 2.8125em 0;
  }
}

.footer__logo {
  background: #FFDF1B;
  height: 3.75em;
  margin: 0 auto;
  width: 3.75em;
}

.footer__logo .icon-hrc-logo {
  color: #02458d;
  font-size: 3.8125em;
  line-height: 1;
}

.link-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #9f9f9f;
}

.link-list:last-child {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .link-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 12.79471%;
  }
  .link-list:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .link-list {
    border-bottom: none;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-left: 0%;
  }
  .link-list:last-child {
    margin-right: 0;
  }
}

.link-list__list {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (min-width: 87.5em) {
  .link-list__list {
    max-height: 999px;
    height: auto;
    overflow: visible;
  }
}

.link-list--expanded .link-list__list {
  height: auto;
  max-height: 999px;
  padding-bottom: 1.25em;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.link-list__title {
  font-size: 0.8125em;
  color: #fff;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}

.link-list__title .icon-arrow-down {
  float: right;
  font-size: 0.5em;
}

@media screen and (min-width: 87.5em) {
  .link-list__title .icon-arrow-down {
    display: none;
  }
}

.link-list__title .icon-arrow-down:before {
  vertical-align: -0.875em;
  display: inline-block;
}

.link-list__link {
  font-size: 0.8125em;
  color: #9f9f9f;
}

.link-list__link:hover {
  color: #fff;
}

.subfooter {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em 1.25em;
}

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

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

@media screen and (min-width: 87.5em) {
  .subfooter {
    padding: 1.25em 0;
  }
}

.legal {
  width: 100%;
  display: inline-block;
  padding-bottom: 1.5em;
}

.legal .legal__list {
  display: table;
  margin: 0 auto;
}

.legal .legal__list-item {
  color: #9f9f9f;
  font-size: .75em;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0.5em 1em;
}

@media screen and (min-width: 50em) {
  .legal .legal__list-item {
    width: auto;
    text-align: left;
    padding: 0 1em;
  }
}

.legal .legal__list-item:after {
  content: "";
  display: none;
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 1em;
  opacity: .5;
  background-color: #9f9f9f;
}

@media screen and (min-width: 50em) {
  .legal .legal__list-item:after {
    display: block;
  }
}

.legal .legal__list-item:last-child:after {
  display: none;
}

.legal .legal__list-item a {
  color: #9f9f9f;
}

.home-top, .tab-container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.home-top::after, .tab-container::after {
  clear: both;
  content: "";
  display: table;
}

.home-top::after, .tab-container::after {
  clear: both;
  content: "";
  display: table;
}

.wrapper {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6em;
}

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

@media screen and (min-width: 40em) {
  .wrapper {
    margin-top: 8em;
  }
}

@media screen and (min-width: 87.5em) {
  .wrapper {
    margin-top: 3.5em;
  }
}

.megabar {
  position: absolute;
  height: 98px;
  width: 800px;
}

.slimbar {
  height: 48px;
  position: relative;
}

@media screen and (min-width: 40em) {
  .slimbar {
    height: 67px;
  }
}

.icon-search {
  width: 10%;
}

@media screen and (min-width: 40em) {
  .icon-search {
    width: 8%;
  }
}

@media screen and (min-width: 87.5em) {
  .icon-search {
    width: 6%;
  }
}

.footer__logo .icon-hrc-logo {
  font-size: 4em;
}

.site-logo__inner {
  margin: 0;
}
