@import url("//hello.myfonts.net/count/2e44b7");
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.form-field__captcha {
  display: none;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}

a:active, a:focus, a:hover {
  color: #2c5999;
}

a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

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 and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

body {
  background-color: #fff;
}

body.search-overlay--visible {
  overflow: hidden;
  position: relative;
}

.blog_load {
  margin-top: 3.5em;
  margin-bottom: 2em;
  text-align: center;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.blog_load[data-modify="hidden"] {
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 0;
}

.divider {
  max-width: 90%;
  margin: 0 1.25em;
  border: 0;
  height: 1px;
  border-bottom: solid 1px #9f9f9f;
}

@media screen and (min-width: 40em) {
  .divider {
    max-width: 85em;
    margin: auto;
  }
}

[data-persist-display="show"] {
  display: block !important;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("/fonts/helvetica/2E44B7_0_0.eot");
  src: url("/fonts/helvetica/2E44B7_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica/2E44B7_0_0.woff2") format("woff2"), url("/fonts/helvetica/2E44B7_0_0.woff") format("woff"), url("/fonts/helvetica/2E44B7_0_0.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("/fonts/helvetica/2E44B7_2_0.eot");
  src: url("/fonts/helvetica/2E44B7_2_0.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica/2E44B7_2_0.woff2") format("woff2"), url("/fonts/helvetica/2E44B7_2_0.woff") format("woff"), url("/fonts/helvetica/2E44B7_2_0.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("/fonts/helvetica/2E44B7_1_0.eot");
  src: url("/fonts/helvetica/2E44B7_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica/2E44B7_1_0.woff2") format("woff2"), url("/fonts/helvetica/2E44B7_1_0.woff") format("woff"), url("/fonts/helvetica/2E44B7_1_0.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: 'Akzidenz-Grotesk Std Bold';
  src: url("/fonts/akzidgrostd/akzidgrostdbol-webfont.eot");
  src: url("/fonts/akzidgrostd/akzidgrostdbol-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/akzidgrostd/akzidgrostdbol-webfont.woff") format("woff"), url("/fonts/akzidgrostd/akzidgrostdbol-webfont.svg") format("svg");
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icons/icomoon.eot");
  src: url("/fonts/icons/icomoon.eot?#iefix") format("embedded-opentype"), url("/fonts/icons/icomoon.woff") format("woff"), url("/fonts/icons/icomoon.ttf") format("truetype"), url("/fonts/icons/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";
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  color: #313131;
  font-family: "HelveticaNeue";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeue";
  line-height: 1.2;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.75em;
  font-family: "Akzidenz-Grotesk Std Bold", "HelveticaNeue", Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  letter-spacing: -.5px;
  line-height: 1em;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3.75em;
    margin-bottom: 0.5em;
  }
}

h2 {
  font-size: 2.5em;
  font-weight: 200;
  line-height: 1.25em;
  text-rendering: geometricPrecision;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.365em;
  text-transform: uppercase;
  letter-spacing: -.25px;
}

h5 {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
}

h6 {
  font-size: 1.25em;
  line-height: 1.2222em;
}

p {
  color: #313131;
  font-size: 1.125em;
  line-height: 1.44444em;
}

p.small {
  font-size: 1em;
  line-height: 1.4375em;
}

p.blog {
  line-height: 1.4em;
}

p.lead {
  font-size: 1.375em;
  line-height: 1.36364em;
}

p a:hover {
  text-decoration: underline;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #1290d2;
  text-decoration: none;
}

a:hover {
  color: #0e70a3;
}

a:active, a:focus {
  color: inherit;
  outline: none;
}

ul.default {
  list-style-type: square;
  margin-left: 1.25em;
}

ol.default {
  list-style-type: decimal;
  margin-left: 1.25em;
}

hr {
  border-bottom: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

.quote {
  color: #313131;
  font: 1.75em "Merriweather", serif;
  font-style: italic;
  margin: 1.5em 0;
  padding-left: 0.75em;
  text-align: center;
}

.quote-source {
  color: #313131;
  font-family: "Merriweather", serif;
  font-style: italic;
}

.quote-source:before {
  content: '\2014 \00A0';
}

fieldset {
  background-color: white;
  border: 1px solid #f1f1f1;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "HelveticaNeue";
  font-size: 1.25em;
}

input::-webkit-input-placeholder,
label::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-weight: 400;
}

input::-moz-placeholder,
label::-moz-placeholder,
select::-moz-placeholder {
  font-weight: 400;
}

input:-moz-placeholder,
label:-moz-placeholder,
select:-moz-placeholder {
  font-weight: 400;
}

input:-ms-input-placeholder,
label:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-weight: 400;
}

label {
  font-weight: 400;
  margin-bottom: 0;
}

label.form-field__label, .form-field label.form-field__label--light {
  margin-bottom: 0.83333em;
}

label.required::after {
  content: '*';
}

label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #f5f5f5;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "HelveticaNeue";
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  outline: none;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #d8d8d8;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #f1f1f1;
  box-shadow: none;
  outline: none;
}

input[type="color"].form-field__input, input[type="date"].form-field__input, input[type="datetime"].form-field__input, input[type="datetime-local"].form-field__input, input[type="email"].form-field__input, input[type="month"].form-field__input, input[type="number"].form-field__input, input[type="password"].form-field__input, input[type="search"].form-field__input, input[type="tel"].form-field__input, input[type="text"].form-field__input, input[type="time"].form-field__input, input[type="url"].form-field__input, input[type="week"].form-field__input, textarea.form-field__input,
select[multiple=multiple].form-field__input,
textarea.form-field__input {
  padding: 1.1em 1.25em 1em 1.25em;
}

input[type="color"].form-field__input::-webkit-input-placeholder, input[type="date"].form-field__input::-webkit-input-placeholder, input[type="datetime"].form-field__input::-webkit-input-placeholder, input[type="datetime-local"].form-field__input::-webkit-input-placeholder, input[type="email"].form-field__input::-webkit-input-placeholder, input[type="month"].form-field__input::-webkit-input-placeholder, input[type="number"].form-field__input::-webkit-input-placeholder, input[type="password"].form-field__input::-webkit-input-placeholder, input[type="search"].form-field__input::-webkit-input-placeholder, input[type="tel"].form-field__input::-webkit-input-placeholder, input[type="text"].form-field__input::-webkit-input-placeholder, input[type="time"].form-field__input::-webkit-input-placeholder, input[type="url"].form-field__input::-webkit-input-placeholder, input[type="week"].form-field__input::-webkit-input-placeholder, textarea.form-field__input::-webkit-input-placeholder,
select[multiple=multiple].form-field__input::-webkit-input-placeholder,
textarea.form-field__input::-webkit-input-placeholder {
  color: #313131;
}

input[type="color"].form-field__input::-moz-placeholder, input[type="date"].form-field__input::-moz-placeholder, input[type="datetime"].form-field__input::-moz-placeholder, input[type="datetime-local"].form-field__input::-moz-placeholder, input[type="email"].form-field__input::-moz-placeholder, input[type="month"].form-field__input::-moz-placeholder, input[type="number"].form-field__input::-moz-placeholder, input[type="password"].form-field__input::-moz-placeholder, input[type="search"].form-field__input::-moz-placeholder, input[type="tel"].form-field__input::-moz-placeholder, input[type="text"].form-field__input::-moz-placeholder, input[type="time"].form-field__input::-moz-placeholder, input[type="url"].form-field__input::-moz-placeholder, input[type="week"].form-field__input::-moz-placeholder, textarea.form-field__input::-moz-placeholder,
select[multiple=multiple].form-field__input::-moz-placeholder,
textarea.form-field__input::-moz-placeholder {
  color: #313131;
}

input[type="color"].form-field__input:-moz-placeholder, input[type="date"].form-field__input:-moz-placeholder, input[type="datetime"].form-field__input:-moz-placeholder, input[type="datetime-local"].form-field__input:-moz-placeholder, input[type="email"].form-field__input:-moz-placeholder, input[type="month"].form-field__input:-moz-placeholder, input[type="number"].form-field__input:-moz-placeholder, input[type="password"].form-field__input:-moz-placeholder, input[type="search"].form-field__input:-moz-placeholder, input[type="tel"].form-field__input:-moz-placeholder, input[type="text"].form-field__input:-moz-placeholder, input[type="time"].form-field__input:-moz-placeholder, input[type="url"].form-field__input:-moz-placeholder, input[type="week"].form-field__input:-moz-placeholder, textarea.form-field__input:-moz-placeholder,
select[multiple=multiple].form-field__input:-moz-placeholder,
textarea.form-field__input:-moz-placeholder {
  color: #313131;
}

input[type="color"].form-field__input:-ms-input-placeholder, input[type="date"].form-field__input:-ms-input-placeholder, input[type="datetime"].form-field__input:-ms-input-placeholder, input[type="datetime-local"].form-field__input:-ms-input-placeholder, input[type="email"].form-field__input:-ms-input-placeholder, input[type="month"].form-field__input:-ms-input-placeholder, input[type="number"].form-field__input:-ms-input-placeholder, input[type="password"].form-field__input:-ms-input-placeholder, input[type="search"].form-field__input:-ms-input-placeholder, input[type="tel"].form-field__input:-ms-input-placeholder, input[type="text"].form-field__input:-ms-input-placeholder, input[type="time"].form-field__input:-ms-input-placeholder, input[type="url"].form-field__input:-ms-input-placeholder, input[type="week"].form-field__input:-ms-input-placeholder, textarea.form-field__input:-ms-input-placeholder,
select[multiple=multiple].form-field__input:-ms-input-placeholder,
textarea.form-field__input:-ms-input-placeholder {
  color: #313131;
}

input[type="color"].form-field__textarea, input[type="date"].form-field__textarea, input[type="datetime"].form-field__textarea, input[type="datetime-local"].form-field__textarea, input[type="email"].form-field__textarea, input[type="month"].form-field__textarea, input[type="number"].form-field__textarea, input[type="password"].form-field__textarea, input[type="search"].form-field__textarea, input[type="tel"].form-field__textarea, input[type="text"].form-field__textarea, input[type="time"].form-field__textarea, input[type="url"].form-field__textarea, input[type="week"].form-field__textarea, textarea.form-field__textarea,
select[multiple=multiple].form-field__textarea,
textarea.form-field__textarea {
  font-size: 1.25em;
  padding: 1em 1.125em;
  margin-bottom: 0;
}

input[type="color"].form-field__textarea + .parsley-errors-list, input[type="color"].form-field__textarea ~ .form-field__label, .form-field input[type="color"].form-field__textarea ~ .form-field__label--light, input[type="date"].form-field__textarea + .parsley-errors-list, input[type="date"].form-field__textarea ~ .form-field__label, .form-field input[type="date"].form-field__textarea ~ .form-field__label--light, input[type="datetime"].form-field__textarea + .parsley-errors-list, input[type="datetime"].form-field__textarea ~ .form-field__label, .form-field input[type="datetime"].form-field__textarea ~ .form-field__label--light, input[type="datetime-local"].form-field__textarea + .parsley-errors-list, input[type="datetime-local"].form-field__textarea ~ .form-field__label, .form-field input[type="datetime-local"].form-field__textarea ~ .form-field__label--light, input[type="email"].form-field__textarea + .parsley-errors-list, input[type="email"].form-field__textarea ~ .form-field__label, .form-field input[type="email"].form-field__textarea ~ .form-field__label--light, input[type="month"].form-field__textarea + .parsley-errors-list, input[type="month"].form-field__textarea ~ .form-field__label, .form-field input[type="month"].form-field__textarea ~ .form-field__label--light, input[type="number"].form-field__textarea + .parsley-errors-list, input[type="number"].form-field__textarea ~ .form-field__label, .form-field input[type="number"].form-field__textarea ~ .form-field__label--light, input[type="password"].form-field__textarea + .parsley-errors-list, input[type="password"].form-field__textarea ~ .form-field__label, .form-field input[type="password"].form-field__textarea ~ .form-field__label--light, input[type="search"].form-field__textarea + .parsley-errors-list, input[type="search"].form-field__textarea ~ .form-field__label, .form-field input[type="search"].form-field__textarea ~ .form-field__label--light, input[type="tel"].form-field__textarea + .parsley-errors-list, input[type="tel"].form-field__textarea ~ .form-field__label, .form-field input[type="tel"].form-field__textarea ~ .form-field__label--light, input[type="text"].form-field__textarea + .parsley-errors-list, input[type="text"].form-field__textarea ~ .form-field__label, .form-field input[type="text"].form-field__textarea ~ .form-field__label--light, input[type="time"].form-field__textarea + .parsley-errors-list, input[type="time"].form-field__textarea ~ .form-field__label, .form-field input[type="time"].form-field__textarea ~ .form-field__label--light, input[type="url"].form-field__textarea + .parsley-errors-list, input[type="url"].form-field__textarea ~ .form-field__label, .form-field input[type="url"].form-field__textarea ~ .form-field__label--light, input[type="week"].form-field__textarea + .parsley-errors-list, input[type="week"].form-field__textarea ~ .form-field__label, .form-field input[type="week"].form-field__textarea ~ .form-field__label--light, textarea.form-field__textarea + .parsley-errors-list, textarea.form-field__textarea ~ .form-field__label, .form-field textarea.form-field__textarea ~ .form-field__label--light,
select[multiple=multiple].form-field__textarea + .parsley-errors-list,
select[multiple=multiple].form-field__textarea ~ .form-field__label, .form-field
select[multiple=multiple].form-field__textarea ~ .form-field__label--light,
textarea.form-field__textarea + .parsley-errors-list,
textarea.form-field__textarea ~ .form-field__label, .form-field
textarea.form-field__textarea ~ .form-field__label--light {
  bottom: 1.3em;
  margin: 0;
}

input[type="color"].form-field__textarea::-webkit-input-placeholder, input[type="date"].form-field__textarea::-webkit-input-placeholder, input[type="datetime"].form-field__textarea::-webkit-input-placeholder, input[type="datetime-local"].form-field__textarea::-webkit-input-placeholder, input[type="email"].form-field__textarea::-webkit-input-placeholder, input[type="month"].form-field__textarea::-webkit-input-placeholder, input[type="number"].form-field__textarea::-webkit-input-placeholder, input[type="password"].form-field__textarea::-webkit-input-placeholder, input[type="search"].form-field__textarea::-webkit-input-placeholder, input[type="tel"].form-field__textarea::-webkit-input-placeholder, input[type="text"].form-field__textarea::-webkit-input-placeholder, input[type="time"].form-field__textarea::-webkit-input-placeholder, input[type="url"].form-field__textarea::-webkit-input-placeholder, input[type="week"].form-field__textarea::-webkit-input-placeholder, textarea.form-field__textarea::-webkit-input-placeholder,
select[multiple=multiple].form-field__textarea::-webkit-input-placeholder,
textarea.form-field__textarea::-webkit-input-placeholder {
  color: #313131;
}

input[type="color"].form-field__textarea::-moz-placeholder, input[type="date"].form-field__textarea::-moz-placeholder, input[type="datetime"].form-field__textarea::-moz-placeholder, input[type="datetime-local"].form-field__textarea::-moz-placeholder, input[type="email"].form-field__textarea::-moz-placeholder, input[type="month"].form-field__textarea::-moz-placeholder, input[type="number"].form-field__textarea::-moz-placeholder, input[type="password"].form-field__textarea::-moz-placeholder, input[type="search"].form-field__textarea::-moz-placeholder, input[type="tel"].form-field__textarea::-moz-placeholder, input[type="text"].form-field__textarea::-moz-placeholder, input[type="time"].form-field__textarea::-moz-placeholder, input[type="url"].form-field__textarea::-moz-placeholder, input[type="week"].form-field__textarea::-moz-placeholder, textarea.form-field__textarea::-moz-placeholder,
select[multiple=multiple].form-field__textarea::-moz-placeholder,
textarea.form-field__textarea::-moz-placeholder {
  color: #313131;
}

input[type="color"].form-field__textarea:-moz-placeholder, input[type="date"].form-field__textarea:-moz-placeholder, input[type="datetime"].form-field__textarea:-moz-placeholder, input[type="datetime-local"].form-field__textarea:-moz-placeholder, input[type="email"].form-field__textarea:-moz-placeholder, input[type="month"].form-field__textarea:-moz-placeholder, input[type="number"].form-field__textarea:-moz-placeholder, input[type="password"].form-field__textarea:-moz-placeholder, input[type="search"].form-field__textarea:-moz-placeholder, input[type="tel"].form-field__textarea:-moz-placeholder, input[type="text"].form-field__textarea:-moz-placeholder, input[type="time"].form-field__textarea:-moz-placeholder, input[type="url"].form-field__textarea:-moz-placeholder, input[type="week"].form-field__textarea:-moz-placeholder, textarea.form-field__textarea:-moz-placeholder,
select[multiple=multiple].form-field__textarea:-moz-placeholder,
textarea.form-field__textarea:-moz-placeholder {
  color: #313131;
}

input[type="color"].form-field__textarea:-ms-input-placeholder, input[type="date"].form-field__textarea:-ms-input-placeholder, input[type="datetime"].form-field__textarea:-ms-input-placeholder, input[type="datetime-local"].form-field__textarea:-ms-input-placeholder, input[type="email"].form-field__textarea:-ms-input-placeholder, input[type="month"].form-field__textarea:-ms-input-placeholder, input[type="number"].form-field__textarea:-ms-input-placeholder, input[type="password"].form-field__textarea:-ms-input-placeholder, input[type="search"].form-field__textarea:-ms-input-placeholder, input[type="tel"].form-field__textarea:-ms-input-placeholder, input[type="text"].form-field__textarea:-ms-input-placeholder, input[type="time"].form-field__textarea:-ms-input-placeholder, input[type="url"].form-field__textarea:-ms-input-placeholder, input[type="week"].form-field__textarea:-ms-input-placeholder, textarea.form-field__textarea:-ms-input-placeholder,
select[multiple=multiple].form-field__textarea:-ms-input-placeholder,
textarea.form-field__textarea:-ms-input-placeholder {
  color: #313131;
}

input[type="color"].parsley-error, input[type="date"].parsley-error, input[type="datetime"].parsley-error, input[type="datetime-local"].parsley-error, input[type="email"].parsley-error, input[type="month"].parsley-error, input[type="number"].parsley-error, input[type="password"].parsley-error, input[type="search"].parsley-error, input[type="tel"].parsley-error, input[type="text"].parsley-error, input[type="time"].parsley-error, input[type="url"].parsley-error, input[type="week"].parsley-error, textarea.parsley-error,
select[multiple=multiple].parsley-error,
textarea.parsley-error {
  border-color: #eb1e0d;
  color: #eb1e0d;
  box-shadow: inset 0 1px 0 #eb1e0d, inset 0 -1px 0 #eb1e0d, inset 1px 0 0 #eb1e0d, inset -1px 0 0 #eb1e0d;
}

textarea {
  resize: vertical;
}

[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

option {
  color: #000;
}

.form-field__label, .form-field .form-field__label--light {
  margin-bottom: 0.55556em;
  color: #1a1a1a;
}

.form-field {
  position: relative;
}

.form-field__combo {
  display: inline-block;
  vertical-align: top;
}

.form-field__combo:last-child {
  margin-left: 0;
}

.form-field .icon-search {
  background: transparent;
  color: #313131;
  height: 100%;
  padding: 0 1.125em;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
}

.form-field .icon-search:before {
  font-size: 1em;
  line-height: 3.22222em;
  right: 0.88889em;
  top: 0;
}

.picker, .picker--large, .picker--sidebar-sort,
.picker--text-only {
  display: inline-block;
  position: relative;
}

.picker .picker__select, .picker--large .picker__select, .picker--sidebar-sort .picker__select,
.picker--text-only .picker__select {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  opacity: 0;
  z-index: 99;
  -webkit-appearance: menulist-button;
}

.picker .picker__select.parsley-error + .filled, .picker--large .picker__select.parsley-error + .filled, .picker--sidebar-sort .picker__select.parsley-error + .filled,
.picker--text-only .picker__select.parsley-error + .filled {
  padding-top: 1.25em;
  margin-left: -0.75em;
}

.picker, .picker--large, .picker--sidebar-sort {
  background: #f1f1f1;
  padding: 0.875em 3.5em 0.875em 0.875em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.picker:after, .picker--large:after, .picker--sidebar-sort:after {
  display: block;
  content: "\E600";
  font-family: "icomoon";
  font-size: 0.4375em;
  position: absolute;
  top: 1.3rem;
  right: 1rem;
}

.picker.parsley-error, .parsley-error.picker--large, .parsley-error.picker--sidebar-sort {
  box-shadow: inset 0 2px 0 #eb1e0d, inset 0 -2px 0 #eb1e0d, inset 2px 0 0 #eb1e0d, inset -2px 0 0 #eb1e0d;
}

.picker.parsley-error:after, .parsley-error.picker--large:after, .parsley-error.picker--sidebar-sort:after {
  color: #eb1e0d;
}

.picker.parsley-error .picker__label, .parsley-error.picker--large .picker__label, .parsley-error.picker--sidebar-sort .picker__label {
  color: #eb1e0d;
}

.picker--right {
  float: right;
  height: 3.45em;
  margin-right: .60em;
}

.picker--underline {
  background: none;
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #9f9f9f;
  margin-bottom: 3em;
  margin-top: 2em;
  box-shadow: none;
}

.picker--large {
  display: block;
  font-size: 1.375em;
  padding: 0.81818em 2.54545em 0.81818em 0.81818em;
  margin: 0;
}

.picker--large:after {
  font-size: 0.5625em;
  top: 1.8rem;
}

.picker__label {
  margin: 0;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
}

.shade_picker {
  position: relative;
  color: #313131;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  width: 10em;
  margin: 0 auto;
  line-height: 1em;
}

@media screen and (min-width: 40em) {
  .shade_picker {
    display: inline-block;
    width: 7em;
    margin: 0;
  }
}

.shade_picker:hover {
  color: inherit;
}

.shade_picker .picker__label {
  float: left;
  white-space: normal;
  font-size: 1rem;
}

.shade_picker .icon-arrow-down {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radiolist, .checklist {
  padding: 0;
}

.radiolist .radiolist__item,
.checklist .checklist__item {
  margin: 0 auto;
  padding: 0.27778em 0;
  position: relative;
}

.radiolist .radiolist__item + .parsley-errors-list.filled,
.checklist .checklist__item + .parsley-errors-list.filled {
  display: none;
}

.radiolist .radiolist__item.parsley-error .form-field__label, .radiolist .radiolist__item.parsley-error .form-field .form-field__label--light, .form-field .radiolist .radiolist__item.parsley-error .form-field__label--light,
.checklist .checklist__item.parsley-error .form-field__label,
.checklist .checklist__item.parsley-error .form-field .form-field__label--light, .form-field
.checklist .checklist__item.parsley-error .form-field__label--light {
  color: #eb1e0d;
}

.radiolist .radiolist__item.parsley-error .form-field__label:before, .radiolist .radiolist__item.parsley-error .form-field .form-field__label--light:before, .form-field .radiolist .radiolist__item.parsley-error .form-field__label--light:before,
.radiolist .radiolist__item.parsley-error .checklist__item .form-field__label:before,
.radiolist .radiolist__item.parsley-error .checklist__item .form-field .form-field__label--light:before, .form-field
.radiolist .radiolist__item.parsley-error .checklist__item .form-field__label--light:before,
.checklist .checklist__item.parsley-error .form-field__label:before,
.checklist .checklist__item.parsley-error .form-field .form-field__label--light:before, .form-field
.checklist .checklist__item.parsley-error .form-field__label--light:before,
.checklist .checklist__item.parsley-error .checklist__item .form-field__label:before,
.checklist .checklist__item.parsley-error .checklist__item .form-field .form-field__label--light:before, .form-field
.checklist .checklist__item.parsley-error .checklist__item .form-field__label--light:before {
  background: #fcccc8;
  border: 1px solid #eb1e0d;
}

.radiolist__item .form-field__label, .radiolist__item .form-field .form-field__label--light, .form-field .radiolist__item .form-field__label--light,
.checklist__item .form-field__label,
.checklist__item .form-field .form-field__label--light, .form-field
.checklist__item .form-field__label--light {
  display: inline-block;
  position: relative;
  font-size: 1em;
  text-indent: 1.5625em;
  vertical-align: top;
  color: #222222;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.checklist .form-field__checkbox,
.radiolist .form-field__radiobtn,
.radiolist .form-field__label:before,
.radiolist .form-field .form-field__label--light:before, .form-field
.radiolist .form-field__label--light:before,
.checklist .form-field__label:before,
.checklist .form-field .form-field__label--light:before, .form-field
.checklist .form-field__label--light:before {
  width: 1em;
  height: 1em;
  top: 50%;
  left: 0;
  margin-top: -0.5625em;
  position: absolute;
  cursor: pointer;
}

.radiolist .form-field__label:after, .radiolist .form-field .form-field__label--light:after, .form-field .radiolist .form-field__label--light:after,
.checklist .form-field__label:after,
.checklist .form-field .form-field__label--light:after, .form-field
.checklist .form-field__label--light:after {
  content: '';
  width: .6em;
  height: .6em;
  top: .9375em;
  left: 0.1875em;
  margin-top: -0.5625em;
  position: absolute;
  cursor: pointer;
  display: none;
}

.checklist .form-field__checkbox,
.radiolist .form-field__radiobtn {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.radiolist__item .form-field__label:before, .radiolist__item .form-field .form-field__label--light:before, .form-field .radiolist__item .form-field__label--light:before,
.checklist__item .form-field__label:before,
.checklist__item .form-field .form-field__label--light:before, .form-field
.checklist__item .form-field__label--light:before {
  content: '';
  background: #f1f1f1;
  border: 1px solid #ccc;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.radiolist__item .form-field__label:before, .radiolist__item .form-field .form-field__label--light:before, .form-field .radiolist__item .form-field__label--light:before,
.radiolist .form-field__label:after,
.radiolist .form-field .form-field__label--light:after, .form-field
.radiolist .form-field__label--light:after {
  border-radius: 50%;
}

.checklist .form-field__checkbox:checked + .form-field__label:after, .checklist .form-field .form-field__checkbox:checked + .form-field__label--light:after, .form-field .checklist .form-field__checkbox:checked + .form-field__label--light:after,
.radiolist .form-field__radiobtn:checked + .form-field__label:after,
.radiolist .form-field .form-field__radiobtn:checked + .form-field__label--light:after, .form-field
.radiolist .form-field__radiobtn:checked + .form-field__label--light:after,
.checklist .form-field__checkbox[checked] + .form-field__label:after,
.checklist .form-field .form-field__checkbox[checked] + .form-field__label--light:after, .form-field
.checklist .form-field__checkbox[checked] + .form-field__label--light:after,
.radiolist .form-field__radiobtn[checked] + .form-field__label:after,
.radiolist .form-field .form-field__radiobtn[checked] + .form-field__label--light:after, .form-field
.radiolist .form-field__radiobtn[checked] + .form-field__label--light:after {
  display: block;
  background: #313131;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.checklist .form-field__checkbox:checked + .form-field__label:before, .checklist .form-field .form-field__checkbox:checked + .form-field__label--light:before, .form-field .checklist .form-field__checkbox:checked + .form-field__label--light:before,
.radiolist .form-field__radiobtn:checked + .form-field__label:before,
.radiolist .form-field .form-field__radiobtn:checked + .form-field__label--light:before, .form-field
.radiolist .form-field__radiobtn:checked + .form-field__label--light:before,
.checklist .form-field__checkbox[checked] + .form-field__label:before,
.checklist .form-field .form-field__checkbox[checked] + .form-field__label--light:before, .form-field
.checklist .form-field__checkbox[checked] + .form-field__label--light:before,
.radiolist .form-field__radiobtn[checked] + .form-field__label:before,
.radiolist .form-field .form-field__radiobtn[checked] + .form-field__label--light:before, .form-field
.radiolist .form-field__radiobtn[checked] + .form-field__label--light:before {
  opacity: 0.8;
}

.form-field .form-field__label--light {
  color: #fff;
}

.form-field.form-field__newsletter .form-field__input,
.form-field.form-field--footer .form-field__input {
  padding: 0.375em 0.75em;
  font-size: 0.875em;
  background: transparent;
  border-color: #4e4e4e;
  color: #fff;
}

.form-field.form-field__newsletter .form-field__input.zip,
.form-field.form-field--footer .form-field__input.zip {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .form-field.form-field__newsletter .form-field__input.zip,
  .form-field.form-field--footer .form-field__input.zip {
    width: 7em;
  }
}

.form-field.form-field__newsletter .form-field__input::-webkit-input-placeholder,
.form-field.form-field--footer .form-field__input::-webkit-input-placeholder {
  color: #fff;
}

.form-field.form-field__newsletter .form-field__input::-moz-placeholder,
.form-field.form-field--footer .form-field__input::-moz-placeholder {
  color: #fff;
}

.form-field.form-field__newsletter .form-field__input:-moz-placeholder,
.form-field.form-field--footer .form-field__input:-moz-placeholder {
  color: #fff;
}

.form-field.form-field__newsletter .form-field__input:-ms-input-placeholder,
.form-field.form-field--footer .form-field__input:-ms-input-placeholder {
  color: #fff;
}

.form-field.form-field--footer .form-field__input {
  padding: 0.5em 0.5625em;
  background: #7f7f7f;
  border-color: #7f7f7f;
}

.form-field.form-field--footer .form-field__combo {
  display: block;
  margin-bottom: 0.625em;
}

@media screen and (min-width: 40em) {
  .form-field.form-field--footer .form-field__combo {
    display: inline-block;
    margin-bottom: 0;
  }
}

.form-field.form-field--footer .form-field__combo:last-child {
  margin-left: 0;
  margin-top: 20px;
}

@media screen and (min-width: 40em) {
  .form-field.form-field--footer .form-field__combo:last-child {
    margin-left: 10px;
    margin-top: 0;
  }
}

.subfooter__newsletter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.subfooter__newsletter:last-child {
  margin-right: 0;
}

@media screen and (min-width: 87.5em) {
  .subfooter__newsletter {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 78.67549%;
    display: inline-block;
    text-align: right;
    float: right;
  }
  .subfooter__newsletter:last-child {
    margin-right: 0;
  }
}

.subfooter__newsletter p {
  color: #9f9f9f;
  font-size: 1em;
  line-height: 1.5625em;
  margin-bottom: 0.625em;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .subfooter__newsletter p {
    line-height: 2.375em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .subfooter__newsletter p:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .subfooter__newsletter p {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: left;
  }
  .subfooter__newsletter p:last-child {
    margin-right: 0;
  }
}

.subfooter__newsletter .form-field--footer {
  margin-top: 0;
}

@media screen and (min-width: 40em) {
  .subfooter__newsletter .form-field--footer {
    clear: left;
    margin: 0 auto;
    position: relative;
    width: 30em;
  }
}

@media screen and (min-width: 87.5em) {
  .subfooter__newsletter .form-field--footer {
    clear: none;
    float: right;
    margin-top: 0;
  }
}

.parsley-errors-list {
  position: absolute;
  bottom: -1em;
  opacity: 0;
}

.parsley-errors-list.filled {
  display: inline-block;
  opacity: 1;
  font-size: .7em;
  position: absolute;
  display: inline;
  opacity: 1;
  font-size: .7em;
  vertical-align: middle;
  top: 40%;
  left: 35em;
  width: 15em;
  z-index: 999;
  -webkit-transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  -moz-transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
}

.parsley-errors-list.filled .parsley-type, .parsley-errors-list.filled .parsley-required {
  color: #eb1e0d;
  display: inline;
  margin-right: .5em;
}

.parsley-errors-list.filled + .form-field__label, .form-field .parsley-errors-list.filled + .form-field__label--light {
  opacity: 0;
}

[data-standin] .form-field__label, [data-standin] .form-field .form-field__label--light, .form-field [data-standin] .form-field__label--light {
  position: absolute;
  bottom: -1rem;
  left: 1.3rem;
  display: block;
  z-index: 10;
  font-size: .7em;
  text-align: left;
  opacity: 0;
  color: #7f7f7f;
  -webkit-transition: opacity 0.1s ease-in, bottom 0.01s ease-out 0.2s, color 1s linear 1s;
  -moz-transition: opacity 0.1s ease-in, bottom 0.01s ease-out 0.2s, color 1s linear 1s;
  transition: opacity 0.1s ease-in, bottom 0.01s ease-out 0.2s, color 1s linear 1s;
}

[data-standin="filled"] .form-field__label, [data-standin="filled"] .form-field .form-field__label--light, .form-field [data-standin="filled"] .form-field__label--light {
  -webkit-transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  -moz-transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  opacity: 1;
  bottom: -.35rem;
}

.megabar .parsley-errors-list, .footer .parsley-errors-list {
  display: none;
}

.article-listing .article-listing__header--w-btn,
.article-listing--two .article-listing__header--w-btn,
.article-listing--three .article-listing__header--w-btn,
.article-resources .article-listing__header--w-btn, .article-listing--three .article-item, .article-listing--three .article-item--text, .article-listing--three .article-item--event, .article-listing--three .article-item--video, .article-item, .article-item--text, .article-item--event, .article-item--video, .article-item__list--blog .article-item--blog, .article-item__list--pride .article-item--pride, .search-results, .search__container,
.state__container, .masthead__summary, .heading--sort, .heading--sort-video, .heading--sort-corp,
.heading--simple,
.heading--single,
.heading--resources,
.heading--only-title,
.heading--pride, .simple-list, .blog__entry, .blog-tags__list, .explore-bar {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media screen and (min-width: 87.5em) {
  .article-listing .article-listing__header--w-btn,
  .article-listing--two .article-listing__header--w-btn,
  .article-listing--three .article-listing__header--w-btn,
  .article-resources .article-listing__header--w-btn, .article-listing--three .article-item, .article-listing--three .article-item--text, .article-listing--three .article-item--event, .article-listing--three .article-item--video, .article-item, .article-item--text, .article-item--event, .article-item--video, .article-item__list--blog .article-item--blog, .article-item__list--pride .article-item--pride, .search-results, .search__container,
  .state__container, .masthead__summary, .heading--sort, .heading--sort-video, .heading--sort-corp,
  .heading--simple,
  .heading--single,
  .heading--resources,
  .heading--only-title,
  .heading--pride, .simple-list, .blog__entry, .blog-tags__list, .explore-bar {
    padding-left: 0;
    padding-right: 0;
  }
}

.article-listing,
.article-listing--two,
.article-listing--three,
.article-resources {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative;
}

.article-listing::after,
.article-listing--two::after,
.article-listing--three::after,
.article-resources::after {
  clear: both;
  content: "";
  display: table;
}

.article-listing__title,
.article-listing--two__title,
.article-listing--three__title,
.article-resources__title {
  font-weight: 200;
  border-bottom: solid 1px #dedede;
}

.article-listing .article-listing__header, .article-listing .article-listing__header--w-btn,
.article-listing--two .article-listing__header, .article-listing--two .article-listing__header--w-btn,
.article-listing--three .article-listing__header, .article-listing--three .article-listing__header--w-btn,
.article-resources .article-listing__header, .article-resources .article-listing__header--w-btn {
  width: 100%;
  float: left;
  position: relative;
}

.article-listing .article-listing__header--w-btn,
.article-listing--two .article-listing__header--w-btn,
.article-listing--three .article-listing__header--w-btn,
.article-resources .article-listing__header--w-btn {
  margin-top: 3em;
}

.article-listing .article-listing__header--w-btn .article-listing__title,
.article-listing--two .article-listing__header--w-btn .article-listing__title,
.article-listing--three .article-listing__header--w-btn .article-listing__title,
.article-resources .article-listing__header--w-btn .article-listing__title {
  padding-bottom: .5em;
  margin-bottom: 2.5em;
}

@media screen and (min-width: 40em) {
  .article-listing .article-listing__header--w-btn .article-listing__title,
  .article-listing--two .article-listing__header--w-btn .article-listing__title,
  .article-listing--three .article-listing__header--w-btn .article-listing__title,
  .article-resources .article-listing__header--w-btn .article-listing__title {
    margin-bottom: .5em;
  }
}

.article-listing .article-listing__header--w-btn .article-listing__view-btn,
.article-listing--two .article-listing__header--w-btn .article-listing__view-btn,
.article-listing--three .article-listing__header--w-btn .article-listing__view-btn,
.article-resources .article-listing__header--w-btn .article-listing__view-btn {
  position: absolute;
  bottom: 1em;
  right: 0;
  width: calc(100% - 2.25em);
  margin: 0 1.125em;
}

@media screen and (min-width: 40em) {
  .article-listing .article-listing__header--w-btn .article-listing__view-btn,
  .article-listing--two .article-listing__header--w-btn .article-listing__view-btn,
  .article-listing--three .article-listing__header--w-btn .article-listing__view-btn,
  .article-resources .article-listing__header--w-btn .article-listing__view-btn {
    width: auto;
    float: right;
    top: -.5em;
    bottom: auto;
  }
}

.article-listing--two {
  margin-bottom: 4em;
}

.article-listing--two .article-item, .article-listing--two .article-item--text, .article-listing--two .article-item--event, .article-listing--two .article-item--video, .article-listing--two .article-item__list--blog .article-item--blog, .article-item__list--blog .article-listing--two .article-item--blog, .article-listing--two .article-item__list--pride .article-item--pride, .article-item__list--pride .article-listing--two .article-item--pride {
  width: 100%;
  float: left;
  margin-bottom: 1.875em;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .article-listing--two .article-item, .article-listing--two .article-item--text, .article-listing--two .article-item--event, .article-listing--two .article-item--video, .article-listing--two .article-item__list--blog .article-item--blog, .article-item__list--blog .article-listing--two .article-item--blog, .article-listing--two .article-item__list--pride .article-item--pride, .article-item__list--pride .article-listing--two .article-item--pride {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .article-listing--two .article-item:last-child, .article-listing--two .article-item--text:last-child, .article-listing--two .article-item--event:last-child, .article-listing--two .article-item--video:last-child, .article-listing--two .article-item__list--blog .article-item--blog:last-child, .article-item__list--blog .article-listing--two .article-item--blog:last-child, .article-listing--two .article-item__list--pride .article-item--pride:last-child, .article-item__list--pride .article-listing--two .article-item--pride:last-child {
    margin-right: 0;
  }
  .article-listing--two .article-item:nth-child(odd), .article-listing--two .article-item--text:nth-child(odd), .article-listing--two .article-item--event:nth-child(odd), .article-listing--two .article-item--video:nth-child(odd), .article-listing--two .article-item__list--blog .article-item--blog:nth-child(odd), .article-item__list--blog .article-listing--two .article-item--blog:nth-child(odd), .article-listing--two .article-item__list--pride .article-item--pride:nth-child(odd), .article-item__list--pride .article-listing--two .article-item--pride:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .article-listing--two .article-item, .article-listing--two .article-item--text, .article-listing--two .article-item--event, .article-listing--two .article-item--video, .article-listing--two .article-item__list--blog .article-item--blog, .article-item__list--blog .article-listing--two .article-item--blog, .article-listing--two .article-item__list--pride .article-item--pride, .article-item__list--pride .article-listing--two .article-item--pride {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .article-listing--two .article-item:last-child, .article-listing--two .article-item--text:last-child, .article-listing--two .article-item--event:last-child, .article-listing--two .article-item--video:last-child, .article-listing--two .article-item__list--blog .article-item--blog:last-child, .article-item__list--blog .article-listing--two .article-item--blog:last-child, .article-listing--two .article-item__list--pride .article-item--pride:last-child, .article-item__list--pride .article-listing--two .article-item--pride:last-child {
    margin-right: 0;
  }
  .article-listing--two .article-item:nth-child(odd), .article-listing--two .article-item--text:nth-child(odd), .article-listing--two .article-item--event:nth-child(odd), .article-listing--two .article-item--video:nth-child(odd), .article-listing--two .article-item__list--blog .article-item--blog:nth-child(odd), .article-item__list--blog .article-listing--two .article-item--blog:nth-child(odd), .article-listing--two .article-item__list--pride .article-item--pride:nth-child(odd), .article-item__list--pride .article-listing--two .article-item--pride:nth-child(odd) {
    margin-right: 2.35765%;
  }
  .article-listing--two .article-item:nth-child(even), .article-listing--two .article-item--text:nth-child(even), .article-listing--two .article-item--event:nth-child(even), .article-listing--two .article-item--video:nth-child(even), .article-listing--two .article-item__list--blog .article-item--blog:nth-child(even), .article-item__list--blog .article-listing--two .article-item--blog:nth-child(even), .article-listing--two .article-item__list--pride .article-item--pride:nth-child(even), .article-item__list--pride .article-listing--two .article-item--pride:nth-child(even) {
    margin-right: 0;
  }
}

.article-listing--two .article-item:nth-child(n+4), .article-listing--two .article-item--text:nth-child(n+4), .article-listing--two .article-item--event:nth-child(n+4), .article-listing--two .article-item--video:nth-child(n+4), .article-listing--two .article-item__list--blog .article-item--blog:nth-child(n+4), .article-item__list--blog .article-listing--two .article-item--blog:nth-child(n+4), .article-listing--two .article-item__list--pride .article-item--pride:nth-child(n+4), .article-item__list--pride .article-listing--two .article-item--pride:nth-child(n+4) {
  display: none;
}

@media screen and (min-width: 40em) {
  .article-listing--two .article-item:nth-child(n+2), .article-listing--two .article-item--text:nth-child(n+2), .article-listing--two .article-item--event:nth-child(n+2), .article-listing--two .article-item--video:nth-child(n+2), .article-listing--two .article-item__list--blog .article-item--blog:nth-child(n+2), .article-item__list--blog .article-listing--two .article-item--blog:nth-child(n+2), .article-listing--two .article-item__list--pride .article-item--pride:nth-child(n+2), .article-item__list--pride .article-listing--two .article-item--pride:nth-child(n+2) {
    display: block;
  }
}

.article-listing--three {
  margin-top: 2em;
  margin-bottom: 2em;
}

.article-listing--three .article-item__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.article-listing--three .article-item, .article-listing--three .article-item--text, .article-listing--three .article-item--event, .article-listing--three .article-item--video, .article-listing--three .article-item__list--blog .article-item--blog, .article-item__list--blog .article-listing--three .article-item--blog, .article-listing--three .article-item__list--pride .article-item--pride, .article-item__list--pride .article-listing--three .article-item--pride {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 1.125em;
  margin: 0;
  margin-bottom: 3em;
  position: relative;
}

.article-listing--three .article-item:last-child, .article-listing--three .article-item--text:last-child, .article-listing--three .article-item--event:last-child, .article-listing--three .article-item--video:last-child, .article-listing--three .article-item__list--blog .article-item--blog:last-child, .article-item__list--blog .article-listing--three .article-item--blog:last-child, .article-listing--three .article-item__list--pride .article-item--pride:last-child, .article-item__list--pride .article-listing--three .article-item--pride:last-child {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .article-listing--three .article-item, .article-listing--three .article-item--text, .article-listing--three .article-item--event, .article-listing--three .article-item--video, .article-listing--three .article-item__list--blog .article-item--blog, .article-item__list--blog .article-listing--three .article-item--blog, .article-listing--three .article-item__list--pride .article-item--pride, .article-item__list--pride .article-listing--three .article-item--pride {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .article-listing--three .article-item:last-child, .article-listing--three .article-item--text:last-child, .article-listing--three .article-item--event:last-child, .article-listing--three .article-item--video:last-child, .article-listing--three .article-item__list--blog .article-item--blog:last-child, .article-item__list--blog .article-listing--three .article-item--blog:last-child, .article-listing--three .article-item__list--pride .article-item--pride:last-child, .article-item__list--pride .article-listing--three .article-item--pride:last-child {
    margin-right: 0;
  }
  .article-listing--three .article-item:nth-child(odd), .article-listing--three .article-item--text:nth-child(odd), .article-listing--three .article-item--event:nth-child(odd), .article-listing--three .article-item--video:nth-child(odd), .article-listing--three .article-item__list--blog .article-item--blog:nth-child(odd), .article-item__list--blog .article-listing--three .article-item--blog:nth-child(odd), .article-listing--three .article-item__list--pride .article-item--pride:nth-child(odd), .article-item__list--pride .article-listing--three .article-item--pride:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .article-listing--three .article-item, .article-listing--three .article-item--text, .article-listing--three .article-item--event, .article-listing--three .article-item--video, .article-listing--three .article-item__list--blog .article-item--blog, .article-item__list--blog .article-listing--three .article-item--blog, .article-listing--three .article-item__list--pride .article-item--pride, .article-item__list--pride .article-listing--three .article-item--pride {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .article-listing--three .article-item:last-child, .article-listing--three .article-item--text:last-child, .article-listing--three .article-item--event:last-child, .article-listing--three .article-item--video:last-child, .article-listing--three .article-item__list--blog .article-item--blog:last-child, .article-item__list--blog .article-listing--three .article-item--blog:last-child, .article-listing--three .article-item__list--pride .article-item--pride:last-child, .article-item__list--pride .article-listing--three .article-item--pride:last-child {
    margin-right: 0;
  }
  .article-listing--three .article-item:nth-child(odd), .article-listing--three .article-item--text:nth-child(odd), .article-listing--three .article-item--event:nth-child(odd), .article-listing--three .article-item--video:nth-child(odd), .article-listing--three .article-item__list--blog .article-item--blog:nth-child(odd), .article-item__list--blog .article-listing--three .article-item--blog:nth-child(odd), .article-listing--three .article-item__list--pride .article-item--pride:nth-child(odd), .article-item__list--pride .article-listing--three .article-item--pride:nth-child(odd) {
    margin-right: 2.35765%;
  }
  .article-listing--three .article-item:nth-child(3n), .article-listing--three .article-item--text:nth-child(3n), .article-listing--three .article-item--event:nth-child(3n), .article-listing--three .article-item--video:nth-child(3n), .article-listing--three .article-item__list--blog .article-item--blog:nth-child(3n), .article-item__list--blog .article-listing--three .article-item--blog:nth-child(3n), .article-listing--three .article-item__list--pride .article-item--pride:nth-child(3n), .article-item__list--pride .article-listing--three .article-item--pride:nth-child(3n) {
    margin-right: 0;
  }
}

.article-listing--three.hide-extra .article-item:nth-child(n+2), .article-listing--three.hide-extra .article-item--text:nth-child(n+2), .article-listing--three.hide-extra .article-item--event:nth-child(n+2), .article-listing--three.hide-extra .article-item--video:nth-child(n+2), .article-listing--three.hide-extra .article-item__list--blog .article-item--blog:nth-child(n+2), .article-item__list--blog .article-listing--three.hide-extra .article-item--blog:nth-child(n+2), .article-listing--three.hide-extra .article-item__list--pride .article-item--pride:nth-child(n+2), .article-item__list--pride .article-listing--three.hide-extra .article-item--pride:nth-child(n+2) {
  display: none;
}

@media screen and (min-width: 40em) {
  .article-listing--three.hide-extra .article-item:nth-child(n+2), .article-listing--three.hide-extra .article-item--text:nth-child(n+2), .article-listing--three.hide-extra .article-item--event:nth-child(n+2), .article-listing--three.hide-extra .article-item--video:nth-child(n+2), .article-listing--three.hide-extra .article-item__list--blog .article-item--blog:nth-child(n+2), .article-item__list--blog .article-listing--three.hide-extra .article-item--blog:nth-child(n+2), .article-listing--three.hide-extra .article-item__list--pride .article-item--pride:nth-child(n+2), .article-item__list--pride .article-listing--three.hide-extra .article-item--pride:nth-child(n+2) {
    display: block;
  }
  .article-listing--three.hide-extra .article-item:nth-child(3), .article-listing--three.hide-extra .article-item--text:nth-child(3), .article-listing--three.hide-extra .article-item--event:nth-child(3), .article-listing--three.hide-extra .article-item--video:nth-child(3), .article-listing--three.hide-extra .article-item__list--blog .article-item--blog:nth-child(3), .article-item__list--blog .article-listing--three.hide-extra .article-item--blog:nth-child(3), .article-listing--three.hide-extra .article-item__list--pride .article-item--pride:nth-child(3), .article-item__list--pride .article-listing--three.hide-extra .article-item--pride:nth-child(3) {
    display: none;
  }
}

@media screen and (min-width: 87.5em) {
  .article-listing--three.hide-extra .article-item:nth-child(3), .article-listing--three.hide-extra .article-item--text:nth-child(3), .article-listing--three.hide-extra .article-item--event:nth-child(3), .article-listing--three.hide-extra .article-item--video:nth-child(3), .article-listing--three.hide-extra .article-item__list--blog .article-item--blog:nth-child(3), .article-item__list--blog .article-listing--three.hide-extra .article-item--blog:nth-child(3), .article-listing--three.hide-extra .article-item__list--pride .article-item--pride:nth-child(3), .article-item__list--pride .article-listing--three.hide-extra .article-item--pride:nth-child(3) {
    display: block;
  }
}

.article-listing__category {
  font-size: 3.125em;
}

.article-listing__title {
  padding-bottom: .25em;
  color: #313131;
}

/*
   // Original .article-item
   ========================================================================== */
.article-item, .article-item--text, .article-item--event, .article-item--video, .article-item__list--blog .article-item--blog, .article-item__list--pride .article-item--pride {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 1.125em;
  margin: 0;
  position: relative;
}

.article-item:last-child, .article-item--text:last-child, .article-item--event:last-child, .article-item--video:last-child, .article-item__list--blog .article-item--blog:last-child, .article-item__list--pride .article-item--pride:last-child {
  margin-right: 0;
}

.article-item__readmore {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #0e70a3;
  display: inline-block;
  opacity: 0;
}

.block-link--active .article-item__readmore {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.article-item--text .btn--primary {
  width: 100%;
  margin-bottom: .75em;
  text-align: left;
}

.article-item--event {
  float: left;
}

@media screen and (min-width: 87.5em) {
  .article-item--event {
    padding-left: 0;
  }
}

.article-item--event .article-item__date {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.25em;
}

.article-item--event .article-item__location {
  display: inline-block;
  font-weight: 700;
  color: #9f9f9f;
  font-size: 1.25em;
}

@media screen and (min-width: 40em) {
  .article-item--video {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .article-item--video:last-child {
    margin-right: 0;
  }
  .article-item--video:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .article-item--video {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .article-item--video:last-child {
    margin-right: 0;
  }
  .article-item--video:nth-child(odd) {
    margin-right: 2.35765%;
  }
  .article-item--video:nth-child(3n) {
    margin-right: 0;
  }
}

.article-item--video .article-item__title {
  display: inline-block;
  padding-right: 1em;
  margin-bottom: 0;
}

.article-item--video .article-item__length, .article-item--video .article-item__date {
  display: inline-block;
  font-size: 1rem;
  color: #9f9f9f;
}

.article-item--video .article-item__length {
  padding-left: .5em;
}

.article-item--video .article-item__date {
  padding-top: .25em;
  width: 100%;
}

.article-item--video .article-item__time {
  float: left;
  padding-left: .5em;
}

.article-item--video .article-item__link {
  color: #222222;
  position: relative;
  float: left;
  display: block;
}

.article-item--video .article-item__link .icon-video-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #313131;
  font-size: 5em;
  width: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.article-item--video .article-item__link .icon-video-play:after {
  content: "";
  background-color: #fff;
  border-radius: 99em;
  position: absolute;
  top: 23px;
  left: 4px;
  z-index: -1;
  width: .8em;
  height: .8em;
  display: block;
}

.article-item--video-listing {
  padding: 0;
  width: 100%;
  float: left;
  margin-bottom: 4em;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.article-item--video-listing.load-in {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

@media screen and (min-width: 40em) {
  .article-item--video-listing {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .article-item--video-listing:last-child {
    margin-right: 0;
  }
  .article-item--video-listing:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 75em) {
  .article-item--video-listing {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .article-item--video-listing:last-child {
    margin-right: 0;
  }
  .article-item--video-listing:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .article-item--video-listing:nth-child(3n) {
    margin-right: 0;
  }
}

.article-item--video-listing .article-item__link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}

@media screen and (min-width: 40em) {
  .article-item--video-listing .article-item__link {
    display: block;
  }
}

.article-item--video-listing .article-item__image {
  width: 35%;
  height: 5em;
  margin-right: 1.5em;
  padding-bottom: 0;
  position: relative;
}

@media screen and (min-width: 40em) {
  .article-item--video-listing .article-item__image {
    width: 100%;
    height: 15em;
  }
}

.article-item--video-listing .article-item__content-holder {
  width: 65%;
  float: left;
  display: block;
}

@media screen and (min-width: 40em) {
  .article-item--video-listing .article-item__content-holder {
    width: 100%;
  }
}

.article-item--video-listing .article-item__title {
  padding-right: 0;
  margin: 0;
  font-size: 1.25rem;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .article-item--video-listing .article-item__title {
    float: left;
    font-size: 1.875rem;
    margin: 0;
    display: block;
    padding-right: 1em;
  }
}

.article-item--video-listing .article-item__link .icon-video-play {
  font-size: 2em;
  position: absolute;
  top: 55%;
  left: 50%;
  color: #1a1a1a;
  -webkit-transform: translateX(-50%) translateY(-60%);
  -moz-transform: translateX(-50%) translateY(-60%);
  -ms-transform: translateX(-50%) translateY(-60%);
  -o-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
}

.article-item--video-listing .article-item__link .icon-video-play:first-child {
  width: auto;
}

.article-item--video-listing .article-item__link .icon-video-play:after {
  content: "";
  width: .5em;
  height: .5em;
  border-radius: 99em;
  background-color: #fff;
  display: block;
  position: absolute;
  top: .5em;
  left: .25em;
  z-index: -1;
}

@media screen and (min-width: 40em) {
  .article-item--video-listing .article-item__link .icon-video-play {
    font-size: 5em;
  }
}

.article-item--video-listing .article-item__date {
  color: #9f9f9f;
  padding-top: .95em;
  font-size: .9rem;
  float: left;
  display: block;
}

@media screen and (min-width: 40em) {
  .article-item--video-listing .article-item__date {
    display: block;
  }
}

.article-item__list--blog {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  margin-top: 2em;
}

.article-item__list--blog::after {
  clear: both;
  content: "";
  display: table;
}

.article-item__list--blog .article-item--blog {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  margin-bottom: 5em;
}

@media screen and (min-width: 40em) {
  .article-item__list--blog .article-item--blog {
    padding-bottom: 1em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .article-item__list--blog .article-item--blog:last-child {
    margin-right: 0;
  }
  .article-item__list--blog .article-item--blog:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .article-item__list--blog .article-item--blog {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .article-item__list--blog .article-item--blog:last-child {
    margin-right: 0;
  }
  .article-item__list--blog .article-item--blog:nth-child(odd) {
    margin-right: 2.35765%;
  }
  .article-item__list--blog .article-item--blog:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .article-item__list--blog .article-item--blog:first-child, .article-item__list--blog .article-item--blog:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 2.35765%;
  }
  .article-item__list--blog .article-item--blog:first-child:last-child, .article-item__list--blog .article-item--blog:nth-child(2):last-child {
    margin-right: 0;
  }
}

.article-item__list--blog .article-item--blog:nth-child(3n) {
  margin-right: 2.35765%;
}

.article-item__list--blog .article-item--blog:nth-child(2), .article-item__list--blog .article-item--blog:nth-child(2n + 6), .article-item__list--blog .article-item--blog:nth-child(2n + 4) {
  margin-right: 0;
}

@media screen and (min-width: 87.5em) {
  .article-item__list--blog .article-item--blog:nth-child(2n + 4) {
    margin-right: 2.35765%;
  }
}

@media screen and (min-width: 87.5em) {
  .article-item__list--blog .article-item--blog:nth-child(2n + 6) {
    margin-right: 2.35765%;
  }
}

@media screen and (min-width: 87.5em) {
  .article-item__list--blog .article-item--blog:nth-child(3n + 2) {
    margin-right: 0;
  }
}

.article-item__list--blog .article-item--blog.to-append {
  opacity: 0;
}

.article-item__list--blog .article-item--blog .article-item__date {
  font-size: 1rem;
  color: #9f9f9f;
}

.article-item__list--blog .article-item--blog .article-item__title {
  margin-bottom: .25em;
}

.article-item__list--blog .article-item--blog .article-item__link {
  float: left;
  width: 100%;
  margin-bottom: 2em;
}

.article-item__list--blog .article-item--blog .article-item__social {
  bottom: -2em;
}

.article-item__list--pride {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  margin-top: 2em;
}

.article-item__list--pride::after {
  clear: both;
  content: "";
  display: table;
}

.article-item__list--pride .article-item--pride {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  margin-bottom: 6.5em;
}

@media screen and (min-width: 40em) {
  .article-item__list--pride .article-item--pride {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding-bottom: 1em;
    margin-bottom: 5em;
  }
  .article-item__list--pride .article-item--pride:last-child {
    margin-right: 0;
  }
  .article-item__list--pride .article-item--pride:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .article-item__list--pride .article-item--pride {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .article-item__list--pride .article-item--pride:last-child {
    margin-right: 0;
  }
  .article-item__list--pride .article-item--pride:nth-child(odd) {
    margin-right: 2.35765%;
  }
  .article-item__list--pride .article-item--pride:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .article-item__list--pride .article-item--pride:first-child, .article-item__list--pride .article-item--pride:nth-child(2) {
    margin-right: 2.35765%;
  }
}

.article-item__list--pride .article-item--pride:nth-child(3n) {
  margin-right: 2.35765%;
}

.article-item__list--pride .article-item--pride:nth-child(3), .article-item__list--pride .article-item--pride:nth-child(3n + 6), .article-item__list--pride .article-item--pride:nth-child(3n + 4) {
  margin-right: 0;
}

@media screen and (min-width: 87.5em) {
  .article-item__list--pride .article-item--pride:nth-child(3n + 4) {
    margin-right: 2.35765%;
  }
}

@media screen and (min-width: 87.5em) {
  .article-item__list--pride .article-item--pride:nth-child(3n + 6) {
    margin-right: 2.35765%;
  }
}

.article-item__list--pride .article-item--pride.to-append {
  opacity: 0;
}

.article-item__list--pride .article-item--pride .article-item__date {
  font-size: 1rem;
  color: #9f9f9f;
}

.article-item__list--pride .article-item--pride .article-item__title {
  margin-bottom: .25em;
}

.article-item__list--pride .article-item--pride .article-item__link {
  float: left;
  width: 100%;
  margin-bottom: 2em;
}

.article-item__list--pride .article-item--pride .article-item__social {
  bottom: -2em;
}

/*
   // Children of article-item
   ========================================================================== */
.article-item__list {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  margin-top: 2em;
}

.article-item__list::after {
  clear: both;
  content: "";
  display: table;
}

.article-item__link {
  color: #222222;
}

.article-item__link:hover {
  color: inherit;
}

.article-item__list--stacked .article-item--event {
  width: 100%;
  float: left;
}

.article-item__title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #222222;
  font-size: 1.875em;
  font-weight: 400;
  margin-bottom: 1.5em;
  padding-top: .2em;
  padding-right: .5em;
}

.block-link--active .article-item__title {
  color: #4e4e4e;
}

.article-item__title--copy {
  color: #313131;
  font-size: 1.875em;
  font-weight: 400;
  margin-bottom: .75em;
}

.article-item__heading {
  color: #222222;
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: .575em;
}

.block-link--active .article-item__heading {
  color: #4e4e4e;
}

.article-item__summary {
  font-size: 18px;
}

@media screen and (min-width: 40em) {
  .article-item__summary {
    font-size: 22px;
  }
  .article-item__summary p {
    font-size: 22px;
  }
}

.article-item__summary li {
  margin-left: 1em;
  list-style: disc;
}

.article-item__summary div ul {
  margin: 1.25em 0.625em 1.25em 1.25em;
}

.article-item__imglink {
  float: left;
  height: 100% !important;
}

.article-item__image {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  margin-bottom: 1.25em;
  overflow: hidden;
  position: relative;
  font-size: 1em;
}

.article-item__image > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.article-item__image:hover .icon-video-play,
.block-link--active .article-item__image .icon-video-play {
  opacity: 1;
}

.block-link--active .article-item__image {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}

.article-item__image .icon-video-play {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transform: translateX(-50%) translateY(-60%);
  -moz-transform: translateX(-50%) translateY(-60%);
  -ms-transform: translateX(-50%) translateY(-60%);
  -o-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
  font-size: 4em;
  position: absolute;
  opacity: 0.8;
  top: 55%;
  left: 50%;
  color: #1a1a1a;
}

.article-item__image .icon-video-play:first-child {
  width: auto;
}

.article-item__image .icon-video-play:after {
  content: "";
  width: .5em;
  height: .5em;
  border-radius: 99em;
  background-color: #fff;
  display: block;
  position: absolute;
  top: .5em;
  left: .25em;
  z-index: -1;
}

@media screen and (min-width: 40em) {
  .article-item__image .icon-video-play {
    font-size: 5em;
  }
}

.article-item__image img {
  min-width: 100%;
}

.article-item__social {
  position: absolute;
  bottom: -1em;
}

@media screen and (min-width: 40em) {
  .article-item__social {
    bottom: 0;
  }
}

.article-item__social .social {
  margin-left: 0;
}

.article-item__social .social__id--with-counts {
  font-size: 1em;
  text-align: left;
}

.article-item__social .social__id--with-counts .icon-comments,
.article-item__social .social__id--with-counts .icon-facebook,
.article-item__social .social__id--with-counts .icon-twitter {
  color: #313131;
}

.article-item__button {
  float: left;
  width: 100%;
}

.article-item__button .btn--primary-no-arrow {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 87.5em) {
  .article-item__button .btn--primary-no-arrow {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.article-listing__load-more {
  float: left;
  width: 100%;
}

.article-listing__load-more.hidden {
  opacity: 0;
  position: absolute;
  right: 1000em;
}

.article-listing__load-more .btn--primary-no-arrow {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article-item__name {
  font-size: 1.875em;
  font-weight: 400;
  padding-bottom: .5em;
}

.article-item__position {
  font-weight: 400;
  font-size: 1.375em;
  padding-bottom: 1.4em;
}

.article-item--staff .article-item__image {
  padding-bottom: 140%;
}

.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;
  }
}

.Nav-logo {
  -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);
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
}

.Nav-logo::after {
  clear: both;
  content: "";
  display: table;
}

.Nav-logo__container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: #FFDF1B;
  float: left;
  height: 105px;
  position: absolute;
  width: 208px;
  z-index: 99;
}

.Nav-logo__img {
  display: block;
  max-width: 164px;
  max-height: auto;
}

.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, .megabar .navigation__list .navigation__item--hasmenu.active .dropdown-navigation--filter {
  display: block;
}

.megabar .navigation__list .navigation__item--hasmenu.active .dropdown-navigation.navigation__link, .megabar .navigation__list .navigation__item--hasmenu.active .navigation__link.dropdown-navigation--filter {
  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;
  }
}

.megabar .navigation__list .navigation__link:active, .megabar .navigation__list .navigation__link.active {
  color: #FFDF1B;
}

.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 {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  display: table-cell;
}

.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;
}

.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;
  overflow: hidden;
  max-height: 3em;
}

.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, .navigation__list .navigation__item--hasmenu .dropdown-navigation--filter {
  -webkit-transition: z-index 0s linear, padding 0s linear 0.4s, top 0.15s linear 0.25s;
  -moz-transition: z-index 0s linear, padding 0s linear 0.4s, top 0.15s linear 0.25s;
  transition: z-index 0s linear, padding 0s linear 0.4s, top 0.15s linear 0.25s;
  -webkit-animation: dropdown-out 0.3s linear;
  -moz-animation: dropdown-out 0.3s linear;
  animation: dropdown-out 0.3s 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, [data-persist-display] ~ .navigation .navigation__list .navigation__item--hasmenu.active .dropdown-navigation--filter {
  top: 8.875em;
}

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

.dropdown-navigation, .dropdown-navigation--filter {
  background: #f1f1f1;
  left: 0;
  line-height: 1;
  position: absolute;
  width: 100%;
  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__list .dropdown-navigation__item .dropdown-navigation__link--active {
  font-weight: 700;
  color: #222222;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__head, [data-submenu="blog"].dropdown-navigation--filter .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, [data-submenu="blog"].dropdown-navigation--filter .dropdown-navigation__head:last-child {
  margin-right: 0;
}

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

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__list, [data-submenu="blog"].dropdown-navigation--filter .dropdown-navigation__list {
  border-top: 1px solid #222222;
  display: block;
  float: none;
  padding-top: 0.9375em;
  height: 25em;
  -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, [data-submenu="blog"].dropdown-navigation--filter .dropdown-navigation__list:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__list .dropdown-navigation__item, [data-submenu="blog"].dropdown-navigation--filter .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, [data-submenu="blog"].dropdown-navigation--filter .dropdown-navigation__list .dropdown-navigation__item:first-child {
  margin-top: 0;
}

.dropdown-navigation[data-submenu="blog"] .dropdown-navigation__inner:before, [data-submenu="blog"].dropdown-navigation--filter .dropdown-navigation__inner:before {
  left: 51.7em;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__head, [data-submenu="explore"].dropdown-navigation--filter .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, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__head:last-child {
  margin-right: 0;
}

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

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__list, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__list {
  border-top: 1px solid #222222;
  display: block;
  float: none;
  padding-top: 0.9375em;
  height: 15em;
  -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, [data-submenu="explore"].dropdown-navigation--filter .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, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__list .dropdown-navigation__item:first-child {
  margin-top: 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__inner:before, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__inner:before {
  left: 17.6em;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--topics, [data-submenu="explore"].dropdown-navigation--filter .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, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__section--topics:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--topics .dropdown-navigation__list, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__section--topics .dropdown-navigation__list {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  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, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__section--topics .dropdown-navigation__list:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--resources, [data-submenu="explore"].dropdown-navigation--filter .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, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__section--resources:last-child {
  margin-right: 0;
}

.dropdown-navigation[data-submenu="explore"] .dropdown-navigation__section--resources .dropdown-navigation__list, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__section--resources .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--resources .dropdown-navigation__list:last-child, [data-submenu="explore"].dropdown-navigation--filter .dropdown-navigation__section--resources .dropdown-navigation__list:last-child {
  margin-right: 0;
}

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

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

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

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

@keyframes dropdown-in {
  0% {
    opacity: 0;
    max-height: 90em;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  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;
  }
  75% {
    -webkit-transform: translateY(3px);
  }
  100% {
    max-height: 0;
    -webkit-transform: translateY(5px);
    opacity: 0;
  }
}

@-moz-keyframes dropdown-out {
  0% {
    max-height: 90em;
    opacity: 1;
    -moz-transform: translateY(0);
  }
  50% {
    opacity: 0;
  }
  75% {
    -moz-transform: translateY(3px);
  }
  100% {
    max-height: 0;
    -moz-transform: translateY(5px);
    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;
  }
  75% {
    -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(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    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 .navigation__link.icon-menu:before {
  content: "\e60d";
  padding: 0 .15em;
}

.slimbar.is-active .fixed-nav-submenu {
  position: absolute;
  right: 0;
}

.slimbar .fixed-nav-submenu {
  -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);
  position: fixed;
  z-index: -1;
  width: 20.5625em;
  right: -25em;
  top: -48px;
  overflow: scroll;
  background-color: #222222;
  height: 100vh;
}

@media screen and (min-width: 40em) {
  .slimbar .fixed-nav-submenu {
    top: -64px;
    -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: 87.5em) {
  .slimbar .fixed-nav-submenu {
    top: -64px;
  }
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__list {
  overflow: scroll;
  margin-top: 55px;
  margin-bottom: 20px;
  height: 14em;
}

@media screen and (min-height: 35.5em) {
  .slimbar .fixed-nav-submenu .fixed-nav-submenu__list {
    margin-top: 60px;
    height: 20em;
  }
}

@media screen and (min-width: 40em) {
  .slimbar .fixed-nav-submenu .fixed-nav-submenu__list {
    height: auto;
    margin-top: 45px;
    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: 1.5;
  height: 2.25em;
  padding: 0.5em 1.875em;
  text-align: left;
}

.slimbar .fixed-nav-submenu .navigation__link:active, .slimbar .fixed-nav-submenu .navigation__link.active,
.slimbar .fixed-nav-submenu .navigation__action-item .navigation__link:active, .slimbar .fixed-nav-submenu .navigation__action-item--shop .navigation__link:active, .slimbar .fixed-nav-submenu .navigation__action-item--donate .navigation__link:active, .slimbar .fixed-nav-submenu .navigation__action-item--search .navigation__link:active, .slimbar .fixed-nav-submenu .navigation__action-item--hamburger .navigation__link:active,
.slimbar .fixed-nav-submenu .navigation__action-item .navigation__link.active, .slimbar .fixed-nav-submenu .navigation__action-item--shop .navigation__link.active, .slimbar .fixed-nav-submenu .navigation__action-item--donate .navigation__link.active, .slimbar .fixed-nav-submenu .navigation__action-item--search .navigation__link.active, .slimbar .fixed-nav-submenu .navigation__action-item--hamburger .navigation__link.active,
.slimbar .fixed-nav-submenu .navigation__action-item--donate .navigation__link:active,
.slimbar .fixed-nav-submenu .navigation__action-item--donate .navigation__link.active {
  color: #FFDF1B;
}

@media screen and (min-height: 35.625em) {
  .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 {
    height: 2em;
    padding: 1.5em 1.875em;
    line-height: 1.5;
  }
}

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

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

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter {
    padding: 1.5em 1.5625em 1.5em 1.5625em;
  }
}

@media only screen and (max-device-height: 400px) and (orientation: landscape) {
  .slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter {
    display: none;
  }
}

@media screen and (min-width: 87.5em) {
  .slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter {
    padding: 1.5em 1.5625em 2.5em 1.5625em;
  }
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter p {
  color: #fff;
  font-size: 1em;
  margin-bottom: 0.875em;
}

.slimbar .fixed-nav-submenu .fixed-nav-submenu__newsletter #quicksignup {
  margin-bottom: 0;
}

.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;
  margin-bottom: .5em;
}

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

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

.slimbar .site-logo__inner {
  background: #FFDF1B;
  color: transparent;
  font-size: 1.875em;
  left: 0;
  line-height: 0;
  height: 100%;
  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.812em;
    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;
}

.slimbar .navigation__item, .slimbar .megabar .navigation__list .navigation__item--hasmenu, .megabar .navigation__list .slimbar .navigation__item--hasmenu, .slimbar .navigation__actions {
  display: table;
  min-height: 1.5em;
  height: 1.5em;
}

@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 {
  background-color: #313131;
}

.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 {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  display: table-cell;
}

.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;
}

.slimbar .navigation__action-item--donate {
  background: #eb1e0d;
  -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";
}

.search-results__sidebar {
  display: none;
  max-width: 315px;
}

@media screen and (min-width: 40em) {
  .search-results__sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%;
    padding-right: 1.875em;
  }
  .search-results__sidebar:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .search-results__sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    padding-right: 3.75em;
  }
  .search-results__sidebar:last-child {
    margin-right: 0;
  }
}

.search-results__sidebar--mobile::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 40em) {
  .search-results__sidebar--mobile {
    display: none;
  }
}

.search-results__sidebar-sect {
  margin-bottom: 1.875em;
  position: relative;
}

.search-results__sidebar-sect::after {
  clear: both;
  content: "";
  display: table;
}

.search-results__sidebar-sect .sidebar__title, .search-results__sidebar-sect .sidebar__title--trending {
  border-width: 1px;
  font-size: 1.25em;
  padding-bottom: 0.625em;
  text-transform: uppercase;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: .75em;
  margin-bottom: 1em;
}

.search-results__sidebar-sect .form-field__combo:last-child {
  margin-left: 0;
}

.search-results__sidebar-sect .sidebar__list-item, .search-results__sidebar-sect .sidebar__list-item--current {
  margin-bottom: .75em;
}

.search-results__sidebar-sect .sidebar__list-item--current {
  font-weight: 700;
  margin-bottom: .75em;
}

.search-results__sidebar-sect .sidebar__list-link {
  color: #313131;
  font-size: 1.25em;
}

.search-results__sidebar-sect .sidebar__list-link--active {
  color: #313131;
  font-weight: 700;
}

.search-results__sidebar-sect .form-field__label, .search-results__sidebar-sect .form-field .form-field__label--light, .form-field .search-results__sidebar-sect .form-field__label--light {
  font-size: 1.2em;
  margin-bottom: .5em;
}

.search-results__sidebar--mobile {
  margin-bottom: 2.5em;
  border-top: 10px solid #313131;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 1em;
}

@media screen and (min-width: 40em) {
  .search-results__sidebar--mobile {
    padding-top: 0;
  }
}

.search-results__sidebar--mobile .search-results__sidebar-sect {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.search-results__sidebar--mobile .search-results__sidebar-sect:last-child {
  margin-right: 0;
}

.search-results__sidebar--mobile .form-field__label, .search-results__sidebar--mobile .form-field .form-field__label--light, .form-field .search-results__sidebar--mobile .form-field__label--light {
  font-weight: 700;
  text-transform: uppercase;
}

.picker--sidebar-sort {
  background: transparent;
  max-width: 100%;
  padding-left: 0;
  padding-top: 1.875em;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
}

.picker--sidebar-sort:after {
  color: #9f9f9f;
  top: 0.75em;
}

.picker--sidebar-sort .picker__label {
  color: #9f9f9f;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}

.search-results {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  position: relative;
}

.search-results::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 40em) {
  .search-results {
    padding-top: 5em;
  }
}

.search-results[data-modify="visible"] {
  -webkit-animation: fade-in 0.4s ease-in;
  -moz-animation: fade-in 0.4s ease-in;
  animation: fade-in 0.4s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.search-results[data-modify="hidden"] {
  -webkit-animation: fade-out 0.6s ease-out;
  -moz-animation: fade-out 0.6s ease-out;
  animation: fade-out 0.6s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.search-results--page {
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  .search-results--page {
    padding-top: 5em;
  }
}

.search-results__results {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}

.search-results__results:last-child {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .search-results__results {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    float: right;
  }
  .search-results__results:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .search-results__results {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .search-results__results:last-child {
    margin-right: 0;
  }
}

.search-results__results[data-modify="visible"] {
  -webkit-animation: fade-in 0.35s ease-in;
  -moz-animation: fade-in 0.35s ease-in;
  animation: fade-in 0.35s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.search-results__results[data-modify="hidden"] {
  -webkit-animation: fade-out 0.2s ease-out;
  -moz-animation: fade-out 0.2s ease-out;
  animation: fade-out 0.2s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.search-results__results .blog_load {
  padding-top: 2em;
}

.search-results__loading {
  height: 200px;
  padding-top: 6.25em;
  position: relative;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}

.search-results__loading[data-loader="visible"] {
  display: block;
}

.search-results__loading[data-loader="hidden"] {
  display: none;
}

.search-results__loading .spinner {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.search-results__loading:last-child {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .search-results__loading {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0;
  }
  .search-results__loading:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .search-results__loading {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0;
  }
  .search-results__loading:last-child {
    margin-right: 0;
  }
}

.search-results__result-item {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75em 0;
  border-bottom: 1px solid #9f9f9f;
}

.search-results__result-item::after {
  clear: both;
  content: "";
  display: table;
}

.search-results__result-item:first-child {
  padding-top: 0;
}

.search-results__result-item:last-child {
  border-bottom: none;
  margin-bottom: 2em;
}

.search-results__result-item:first-child .search-results__summary,
.search-results__result-item:nth-child(2) .search-results__summary {
  margin-bottom: 1.875em;
}

@media screen and (min-width: 87.5em) {
  .search-results__result-item:first-child .search-results__summary,
  .search-results__result-item:nth-child(2) .search-results__summary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-bottom: 0;
  }
  .search-results__result-item:first-child .search-results__summary:last-child,
  .search-results__result-item:nth-child(2) .search-results__summary:last-child {
    margin-right: 0;
  }
}

.search-results__title {
  font-size: 1.875em;
  font-weight: 300;
  margin-bottom: 0;
}

[data-page="1"] .search-results__result-item:nth-child(1) .search-results__title,
[data-page="1"] .search-results__result-item:nth-child(2) .search-results__title,
[data-page="1"] .search-results__result-item:nth-child(3) .search-results__title {
  font-size: 2.5em;
}

[data-page="1"] .search-results__result-item:nth-child(1) .search-results__copy,
[data-page="1"] .search-results__result-item:nth-child(2) .search-results__copy,
[data-page="1"] .search-results__result-item:nth-child(3) .search-results__copy {
  font-size: 1.375em;
}

.search-results__link,
.search-results__link:hover {
  color: #313131;
}

.search-results__image {
  max-height: 285px;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .search-results__image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .search-results__image:last-child {
    margin-right: 0;
  }
}

.keyword {
  font-weight: 700;
}

.search-results__urldate {
  margin-bottom: 1.25em;
}

.search-results__url {
  display: inline-block;
  font-size: 1em;
  margin-top: 0;
}

.search-results__date {
  display: inline-block;
  margin-left: 3.75em;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    -moz-transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-5px);
    opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-5px);
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
}

.search-overlay,
.state-overlay {
  background: rgba(0, 0, 0, 0.95);
  left: 0;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.2s ease-in, z-index 0.1s linear 0.4s;
  -moz-transition: opacity 0.2s ease-in, z-index 0.1s linear 0.4s;
  transition: opacity 0.2s ease-in, z-index 0.1s linear 0.4s;
}

.search-overlay .search-results__sidebar,
.search-overlay .search-results__results,
.search-overlay .radiolist__item .form-field__label,
.search-overlay .radiolist__item .form-field .form-field__label--light, .form-field
.search-overlay .radiolist__item .form-field__label--light,
.search-overlay .search-results__copy,
.search-overlay .sidebar__title,
.search-overlay .sidebar__title--trending,
.search-overlay .sidebar__list-link,
.search-overlay .search-results__link,
.search-overlay .form-field__label,
.search-overlay .form-field .form-field__label--light, .form-field
.search-overlay .form-field__label--light,
.search-overlay .picker__label,
.state-overlay .search-results__sidebar,
.state-overlay .search-results__results,
.state-overlay .radiolist__item .form-field__label,
.state-overlay .radiolist__item .form-field .form-field__label--light, .form-field
.state-overlay .radiolist__item .form-field__label--light,
.state-overlay .search-results__copy,
.state-overlay .sidebar__title,
.state-overlay .sidebar__title--trending,
.state-overlay .sidebar__list-link,
.state-overlay .search-results__link,
.state-overlay .form-field__label,
.state-overlay .form-field .form-field__label--light, .form-field
.state-overlay .form-field__label--light,
.state-overlay .picker__label {
  color: #fff;
}

.search-overlay .search-results__sidebar:hover, .search-overlay .search-results__sidebar:active,
.search-overlay .search-results__results:hover,
.search-overlay .search-results__results:active,
.search-overlay .radiolist__item .form-field__label:hover,
.search-overlay .radiolist__item .form-field .form-field__label--light:hover, .form-field
.search-overlay .radiolist__item .form-field__label--light:hover,
.search-overlay .radiolist__item .form-field__label:active,
.search-overlay .radiolist__item .form-field .form-field__label--light:active, .form-field
.search-overlay .radiolist__item .form-field__label--light:active,
.search-overlay .search-results__copy:hover,
.search-overlay .search-results__copy:active,
.search-overlay .sidebar__title:hover,
.search-overlay .sidebar__title--trending:hover,
.search-overlay .sidebar__title:active,
.search-overlay .sidebar__title--trending:active,
.search-overlay .sidebar__list-link:hover,
.search-overlay .sidebar__list-link:active,
.search-overlay .search-results__link:hover,
.search-overlay .search-results__link:active,
.search-overlay .form-field__label:hover,
.search-overlay .form-field .form-field__label--light:hover, .form-field
.search-overlay .form-field__label--light:hover,
.search-overlay .form-field__label:active,
.search-overlay .form-field .form-field__label--light:active, .form-field
.search-overlay .form-field__label--light:active,
.search-overlay .picker__label:hover,
.search-overlay .picker__label:active,
.state-overlay .search-results__sidebar:hover,
.state-overlay .search-results__sidebar:active,
.state-overlay .search-results__results:hover,
.state-overlay .search-results__results:active,
.state-overlay .radiolist__item .form-field__label:hover,
.state-overlay .radiolist__item .form-field .form-field__label--light:hover, .form-field
.state-overlay .radiolist__item .form-field__label--light:hover,
.state-overlay .radiolist__item .form-field__label:active,
.state-overlay .radiolist__item .form-field .form-field__label--light:active, .form-field
.state-overlay .radiolist__item .form-field__label--light:active,
.state-overlay .search-results__copy:hover,
.state-overlay .search-results__copy:active,
.state-overlay .sidebar__title:hover,
.state-overlay .sidebar__title--trending:hover,
.state-overlay .sidebar__title:active,
.state-overlay .sidebar__title--trending:active,
.state-overlay .sidebar__list-link:hover,
.state-overlay .sidebar__list-link:active,
.state-overlay .search-results__link:hover,
.state-overlay .search-results__link:active,
.state-overlay .form-field__label:hover,
.state-overlay .form-field .form-field__label--light:hover, .form-field
.state-overlay .form-field__label--light:hover,
.state-overlay .form-field__label:active,
.state-overlay .form-field .form-field__label--light:active, .form-field
.state-overlay .form-field__label--light:active,
.state-overlay .picker__label:hover,
.state-overlay .picker__label:active {
  color: #fff;
}

.search-overlay .sidebar__title, .search-overlay .sidebar__title--trending,
.search-overlay .sidebar__list-link,
.search-overlay .search-results__sidebar--mobile,
.state-overlay .sidebar__title,
.state-overlay .sidebar__title--trending,
.state-overlay .sidebar__list-link,
.state-overlay .search-results__sidebar--mobile {
  border-color: #9f9f9f;
}

.search-overlay .sidebar__title, .search-overlay .sidebar__title--trending,
.state-overlay .sidebar__title,
.state-overlay .sidebar__title--trending {
  font-weight: 700;
}

.search-overlay .search-results__sidebar--mobile,
.state-overlay .search-results__sidebar--mobile {
  border-top: none;
  padding-top: 0;
}

.search-overlay--visible,
.state-overlay--visible {
  opacity: 1;
  z-index: 3000;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.search__container,
.state__container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.search__container::after,
.state__container::after {
  clear: both;
  content: "";
  display: table;
}

.search__container {
  padding-bottom: 60px;
}

.search-overlay__field {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #9f9f9f;
}

.search-overlay__field::after {
  clear: both;
  content: "";
  display: table;
}

.search-overlay__field .form-field .form-field__input,
.search-overlay__field .form-field .form-field__input:focus {
  background: transparent;
  border: none;
  color: #fff;
  padding-bottom: 0;
  padding-top: 1.5em;
  font-size: 1.625em;
}

.search-overlay__field .form-field .form-field__input::-webkit-input-placeholder,
.search-overlay__field .form-field .form-field__input:focus::-webkit-input-placeholder {
  font-weight: 200;
  color: #9f9f9f;
}

.search-overlay__field .form-field .form-field__input::-moz-placeholder,
.search-overlay__field .form-field .form-field__input:focus::-moz-placeholder {
  font-weight: 200;
  color: #9f9f9f;
}

.search-overlay__field .form-field .form-field__input:-moz-placeholder,
.search-overlay__field .form-field .form-field__input:focus:-moz-placeholder {
  font-weight: 200;
  color: #9f9f9f;
}

.search-overlay__field .form-field .form-field__input:-ms-input-placeholder,
.search-overlay__field .form-field .form-field__input:focus:-ms-input-placeholder {
  font-weight: 200;
  color: #9f9f9f;
}

@media screen and (min-width: 40em) {
  .search-overlay__field .form-field .form-field__input,
  .search-overlay__field .form-field .form-field__input:focus {
    font-size: 1.875em;
    padding-top: 1.25em;
    padding-right: 4.375em;
  }
}

.search-overlay__field .form-field .icon-exit-light {
  background: transparent;
  cursor: pointer;
  height: 100%;
  padding: 1.5em 1.125em 0 1.125em;
  position: fixed;
  text-align: right;
  top: 0;
  right: 0;
  width: 20%;
  z-index: 10;
  height: 5em;
  width: 5em;
}

@media screen and (min-width: 40em) {
  .search-overlay__field .form-field .icon-exit-light {
    position: absolute;
    width: 10%;
  }
}

.search-overlay__field .form-field .icon-exit-light:before {
  color: #fff;
  font-size: 1.66667em;
  line-height: 2.33333em;
  right: 0.53333em;
  top: 0;
}

.search-overlay__field .icon-search {
  position: absolute;
  left: 0;
  top: 1em;
  color: #9f9f9f;
  width: 2em;
  padding: 0;
}

.search-overlay__field .icon-search:before {
  font-size: 1.45em;
}

.state-overlay__title {
  color: #fff;
  margin-top: 10vh;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.3em;
}

.state-overlay__title .icon-exit-light {
  cursor: pointer;
  float: right;
  color: #fff;
  font-size: 1.2em;
}

.state-overlay__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

@media screen and (min-width: 40em) {
  .state-overlay__list {
    height: 100em;
  }
}

@media screen and (min-width: 62.5em) {
  .state-overlay__list {
    height: 60em;
  }
}

@media screen and (min-width: 87.5em) {
  .state-overlay__list {
    height: 45em;
  }
}

.state-overlay__list-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.state-overlay__list-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .state-overlay__list-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .state-overlay__list-item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 62.5em) {
  .state-overlay__list-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .state-overlay__list-item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .state-overlay__list-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .state-overlay__list-item:last-child {
    margin-right: 0;
  }
}

.state-overlay__list-item--active a {
  font-weight: 700;
}

.state-overlay__list-item a {
  color: #fff;
  display: block;
  padding: .6em 0em .6em 0;
  font-size: 1.25em;
}

.state-overlay__list-item a:hover {
  color: #9f9f9f;
}

figure {
  margin: 0;
}

img {
  line-height: 0;
}

/* figure {
    text-align: center;
    figcaption {
        display: block;
        font: $caption-sized "Merriweather", serif;
        text-align: center;
        font-style: italic;
        color: $light-gray;
        &:before {
            display: block;
            content:"";
            height: em(1);
            background: #000;
            width: em(55);
            position: relative;
            margin: em(20) auto;

        }
    }
} */
.btn--primary,
.btn--primary[data-button], .btn--primary-no-arrow,
.btn--primary-no-arrow[data-button], .btn--trend,
.btn--trend[data-button], .btn--secondary,
.btn--secondary[data-button], .btn--empty,
.btn--empty[data-button], .btn__newsletter--footer, .btn__newsletter--footer[data-button], .btn__newsletter--nav, .btn__newsletter--nav[data-button], .btn--error,
.btn--error[data-button], .btn--warning,
.btn--warning[data-button], .btn--success,
.btn--success[data-button], .btn__callout--header, .btn__callout--header[data-button], .btn--donate-bar, .btn--gray {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  display: inline-block;
  font-family: "HelveticaNeue";
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.18;
  padding: 0.9375em 3.625em 0.9375em 1em;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .btn--primary,
  .btn--primary[data-button], .btn--primary-no-arrow,
  .btn--primary-no-arrow[data-button], .btn--trend,
  .btn--trend[data-button], .btn--secondary,
  .btn--secondary[data-button], .btn--empty,
  .btn--empty[data-button], .btn__newsletter--footer, .btn__newsletter--footer[data-button], .btn__newsletter--nav, .btn__newsletter--nav[data-button], .btn--error,
  .btn--error[data-button], .btn--warning,
  .btn--warning[data-button], .btn--success,
  .btn--success[data-button], .btn__callout--header, .btn__callout--header[data-button], .btn--donate-bar, .btn--gray {
    width: auto;
  }
}

.btn--primary::before,
.btn--primary[data-button]::before, .btn--primary-no-arrow::before,
.btn--primary-no-arrow[data-button]::before, .btn--trend::before,
.btn--trend[data-button]::before, .btn--secondary::before,
.btn--secondary[data-button]::before, .btn--empty::before,
.btn--empty[data-button]::before, .btn__newsletter--footer::before, .btn__newsletter--footer[data-button]::before, .btn__newsletter--nav::before, .btn__newsletter--nav[data-button]::before, .btn--error::before,
.btn--error[data-button]::before, .btn--warning::before,
.btn--warning[data-button]::before, .btn--success::before,
.btn--success[data-button]::before, .btn__callout--header::before, .btn__callout--header[data-button]::before, .btn--donate-bar::before, .btn--gray::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  content: "\e602";
  font-family: 'icomoon';
  font-size: .611rem;
  line-height: 5.27273em;
  position: absolute;
  right: 2.27273em;
  top: 50%;
}

.btn--primary:hover:before, .btn--primary-no-arrow:hover:before, .btn--trend:hover:before, .btn--secondary:hover:before, .btn--empty:hover:before, .btn__newsletter--footer:hover:before, .btn__newsletter--nav:hover:before, .btn--error:hover:before, .btn--warning:hover:before, .btn--success:hover:before, .btn__callout--header:hover:before, .btn--donate-bar:hover:before, .btn--gray:hover:before, .block-link--active .btn--primary:before, .block-link--active .btn--primary-no-arrow:before, .block-link--active .btn--trend:before, .block-link--active .btn--secondary:before, .block-link--active .btn--empty:before, .block-link--active .btn__newsletter--footer:before, .block-link--active .btn__newsletter--nav:before, .block-link--active .btn--error:before, .block-link--active .btn--warning:before, .block-link--active .btn--success:before, .block-link--active .btn__callout--header:before, .block-link--active .btn--donate-bar:before, .block-link--active .btn--gray:before {
  right: 1.81818em;
}

.btn--primary,
.btn--primary[data-button] {
  background-color: #FFDF1B;
  color: #313131;
}

.btn--primary:hover,
.btn--primary[data-button]:hover {
  background-color: #FFDF1B;
  color: #313131;
}

.btn--primary:focus,
.btn--primary[data-button]:focus {
  background-color: #FFDF1B;
}

.btn--primary:hover, .block-link--active .btn--primary,
.btn--primary[data-button]:hover, .block-link--active
.btn--primary[data-button] {
  background: #FFE965;
  text-decoration: none;
}

.btn--primary-no-arrow,
.btn--primary-no-arrow[data-button] {
  background-color: #FFDF1B;
  color: #313131;
  padding: 1em 1.5em;
  text-align: center;
  width: 100%;
}

.btn--primary-no-arrow:hover,
.btn--primary-no-arrow[data-button]:hover {
  background-color: #FFDF1B;
  color: #313131;
}

.btn--primary-no-arrow:focus,
.btn--primary-no-arrow[data-button]:focus {
  background-color: #FFDF1B;
}

@media screen and (min-width: 40em) {
  .btn--primary-no-arrow,
  .btn--primary-no-arrow[data-button] {
    margin: 0;
    width: auto;
  }
}

.btn--primary-no-arrow:before,
.btn--primary-no-arrow[data-button]:before {
  display: none;
}

.btn--picker:hover {
  color: #313131;
}

.btn--picker:before {
  content: "\E600";
}

.btn--trend,
.btn--trend[data-button] {
  background-color: #eb1e0d;
  color: #fff;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.btn--trend:hover,
.btn--trend[data-button]:hover {
  background-color: #eb1e0d;
  color: #fff;
}

.btn--trend:focus,
.btn--trend[data-button]:focus {
  background-color: #eb1e0d;
}

.btn--trend:hover, .block-link--active .btn--trend,
.btn--trend[data-button]:hover, .block-link--active
.btn--trend[data-button] {
  background-color: #bc1204;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}

.btn--secondary,
.btn--secondary[data-button] {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff;
}

.btn--secondary:hover,
.btn--secondary[data-button]:hover {
  background-color: transparent;
  color: #fff;
}

.btn--secondary:focus,
.btn--secondary[data-button]:focus {
  background-color: transparent;
}

.btn--empty,
.btn--empty[data-button] {
  background-color: transparent;
  color: #222222;
  box-shadow: inset 0 2px 0 #222222, inset 0 -2px 0 #222222, inset 2px 0 0 #222222, inset -2px 0 0 #222222;
  font-size: 0.77778em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
  -moz-transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
  transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
}

.btn--empty:hover,
.btn--empty[data-button]:hover {
  background-color: transparent;
  color: #222222;
}

.btn--empty:focus,
.btn--empty[data-button]:focus {
  background-color: transparent;
}

.btn--empty:hover, .block-link--active .btn--empty,
.btn--empty[data-button]:hover, .block-link--active
.btn--empty[data-button] {
  -webkit-transition: background-color 0.15s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.2s ease-in;
  transition: background-color 0.15s ease-in, color 0.2s ease-in;
  background-color: #313131;
  color: #fff;
}

.btn--empty::before,
.btn--empty[data-button]::before {
  top: 48%;
}

.btn__newsletter, .btn__newsletter--nav, .btn__newsletter--nav[data-button] {
  text-transform: uppercase;
}

.btn__newsletter[data-button], [data-button].btn__newsletter--nav {
  text-transform: uppercase;
}

.btn__newsletter--footer, .btn__newsletter--footer[data-button] {
  background-color: #222222;
  color: #fff;
  box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff;
  padding-right: 1em;
  font-size: 0.77778em;
  text-transform: uppercase;
  width: 100%;
  padding-top: .75em;
  padding-bottom: .75em;
  -webkit-transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
  -moz-transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
  transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
}

.btn__newsletter--footer:before, .btn__newsletter--footer[data-button]:before {
  content: "";
  display: none;
}

.btn__newsletter--footer:hover, .btn__newsletter--footer[data-button]:hover {
  background-color: #222222;
  color: #fff;
}

.btn__newsletter--footer:focus, .btn__newsletter--footer[data-button]:focus {
  background-color: #222222;
}

.btn__newsletter--footer:hover, .btn__newsletter--footer[data-button]:hover {
  -webkit-transition: background-color 0.15s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.2s ease-in;
  transition: background-color 0.15s ease-in, color 0.2s ease-in;
  background-color: #fff;
  color: #313131;
}

@media screen and (min-width: 87.5em) {
  .btn__newsletter--footer, .btn__newsletter--footer[data-button] {
    width: auto;
  }
}

.btn__newsletter--nav, .btn__newsletter--nav[data-button] {
  background-color: #1290d2;
  color: #fff;
  padding-right: 1em;
  font-size: 0.61111em;
}

.btn__newsletter--nav:before, .btn__newsletter--nav[data-button]:before {
  content: "";
  display: none;
}

.btn__newsletter--nav:hover, .btn__newsletter--nav[data-button]:hover {
  background-color: #1290d2;
  color: #fff;
}

.btn__newsletter--nav:focus, .btn__newsletter--nav[data-button]:focus {
  background-color: #1290d2;
}

.btn--error,
.btn--error[data-button] {
  background-color: #eb1e0d;
  color: #fff;
}

.btn--error:hover,
.btn--error[data-button]:hover {
  background-color: #eb1e0d;
  color: #fff;
}

.btn--error:focus,
.btn--error[data-button]:focus {
  background-color: #eb1e0d;
}

.btn--warning,
.btn--warning[data-button] {
  background-color: #ffe965;
  color: #313131;
}

.btn--warning:hover,
.btn--warning[data-button]:hover {
  background-color: #ffe965;
  color: #313131;
}

.btn--warning:focus,
.btn--warning[data-button]:focus {
  background-color: #ffe965;
}

.btn--success,
.btn--success[data-button] {
  background-color: #58c026;
  color: #fff;
}

.btn--success:hover,
.btn--success[data-button]:hover {
  background-color: #58c026;
  color: #fff;
}

.btn--success:focus,
.btn--success[data-button]:focus {
  background-color: #58c026;
}

.btn__callout--header, .btn__callout--header[data-button] {
  background-color: #222222;
  color: #fff;
  font-weight: 300;
  font-size: 1.375em;
  text-align: left;
}

.btn__callout--header:hover, .btn__callout--header[data-button]:hover {
  background-color: #222222;
  color: #fff;
}

.btn__callout--header:focus, .btn__callout--header[data-button]:focus {
  background-color: #222222;
}

.btn__callout--header span * a, .btn__callout--header[data-button] span * a {
  color: white !important;
}

.btn__callout--header:hover, .btn__callout--header[data-button]:hover {
  background-color: #313131;
}

.btn--secondary:hover,
.btn--secondary[data-button]:hover,
.block-link--active .btn--secondary {
  background-color: #313131;
}

.btn--close {
  display: block;
  background-color: #bb180a;
  text-align: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4.0625em;
}

@media screen and (min-width: 40em) {
  .btn--close {
    min-width: 4.5em;
    max-width: 6.5em;
    min-height: 4.25em;
    max-height: 6.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.btn--close:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  float: left;
  display: inline;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}

.btn--donate-bar {
  background-color: #eb1e0d;
  color: #313131;
  float: none;
  margin-left: 1em;
  color: #ffffff;
  padding: 0.65em 3.625em 0.625em 1em;
}

.btn--donate-bar:hover {
  background-color: #eb1e0d;
  color: #313131;
}

.btn--donate-bar:focus {
  background-color: #eb1e0d;
}

.btn--donate-bar:hover {
  background: #bc1204;
  text-decoration: none;
}

.btn--gray {
  background-color: #F1F1F1;
  color: #313131;
  padding-right: 1em;
  font-size: 1rem;
  font-weight: 400;
  padding: .6em 1em;
}

.btn--gray:before {
  content: "";
  display: none;
}

.btn--gray:hover {
  background-color: #F1F1F1;
  color: #313131;
}

.btn--gray:focus {
  background-color: #F1F1F1;
}

.label, .label--trending, .label--dark, .label--topic {
  border-radius: 0;
  padding: 0.85714em 1.14286em;
  font-size: 0.875em;
  font-family: "HelveticaNeue";
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.label {
  background-color: #1290d2;
}

.label--trending {
  background-color: #eb1e0d;
}

.label--dark {
  background-color: #1a1a1a;
}

.label--topic {
  background-color: #1290d2;
}

/**
 * This file controls the social sharing elements created
 * with Sonny.js.
 */
/*
   Reulgar Style for HRC - Tetris Style
   ========================================================================== */
.social-share--regular[data-social-share] {
  position: relative;
  display: block;
}

.social-share--regular [data-social-share-list] {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0em;
}

.social-share--regular [data-social-share-list-extra] {
  display: block;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
  -moz-transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
  transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
}

.social-share--regular [data-social-share-list-extra] .social-share__item {
  opacity: 0;
  -webkit-transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
  -moz-transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
  transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
}

.social-share--regular [data-social-share-list-extra].show {
  z-index: 10;
  bottom: 3em;
  opacity: 1;
  -webkit-transition: bottom 0.2s ease-in-out, opacity 0.1s;
  -moz-transition: bottom 0.2s ease-in-out, opacity 0.1s;
  transition: bottom 0.2s ease-in-out, opacity 0.1s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item {
  bottom: 0;
  opacity: 1;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(1) {
  -webkit-transition: opacity 0.1s ease-out 0.1s;
  -moz-transition: opacity 0.1s ease-out 0.1s;
  transition: opacity 0.1s ease-out 0.1s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(2) {
  -webkit-transition: opacity 0.1s ease-out 0.125s;
  -moz-transition: opacity 0.1s ease-out 0.125s;
  transition: opacity 0.1s ease-out 0.125s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(3) {
  -webkit-transition: opacity 0.1s ease-out 0.15s;
  -moz-transition: opacity 0.1s ease-out 0.15s;
  transition: opacity 0.1s ease-out 0.15s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(4) {
  -webkit-transition: opacity 0.1s ease-out 0.175s;
  -moz-transition: opacity 0.1s ease-out 0.175s;
  transition: opacity 0.1s ease-out 0.175s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(5) {
  -webkit-transition: opacity 0.1s ease-out 0.2s;
  -moz-transition: opacity 0.1s ease-out 0.2s;
  transition: opacity 0.1s ease-out 0.2s;
}

.social-share--regular .social-share__item {
  background-color: #f1f1f1;
  float: left;
  margin-right: .25em;
  width: 2.75em;
  height: 2.75em;
  list-style-type: none;
}

.social-share--regular .social-share__item:last-child {
  margin-right: 0;
}

.social-share--regular .social-share__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  padding: .75em;
  z-index: 5;
  color: #313131;
  font-family: 'icomoon', sans-serif;
}

.social-share--regular .social-share__item--toggle .social-share__link:before {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  display: inline-block;
}

.social-share--regular.active .social-share__item--toggle .social-share__link:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

/*
   Blog Style - White
   ========================================================================== */
.social-share--blog.social-share--white .social-share__link {
  color: #fff;
}

.social-share--blog.social-share--white .social-share__link--wcount:before {
  padding-right: .75em;
}

/*
   Blog No Mast Style
   ========================================================================== */
.social-share--blog {
  position: absolute;
}

.social-share--blog[data-social-share] {
  display: block;
}

.social-share--blog [data-social-share-list] {
  display: inline-block;
}

.social-share--blog [data-social-share-list-extra] {
  display: inline-block;
  position: relative;
  opacity: 0;
  z-index: -1;
  height: 0;
}

.social-share--blog [data-social-share-list-extra] .social-share__item {
  display: inline-block;
  width: 0;
  position: relative;
  left: -.5em;
  opacity: 0;
}

.social-share--blog [data-social-share-list-extra] .social-share__item:last-child .social-share__link {
  padding-right: 0;
}

.social-share--blog [data-social-share-list-extra].show {
  z-index: 10;
  opacity: 1;
  height: auto;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item {
  width: auto;
  left: 0;
  opacity: 1;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(1) {
  -webkit-transition: left 0.1s ease-in, opacity 0.25s ease-out;
  -moz-transition: left 0.1s ease-in, opacity 0.25s ease-out;
  transition: left 0.1s ease-in, opacity 0.25s ease-out;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(2) {
  -webkit-transition: left 0.1s ease-in 0.025s, opacity 0.2s ease-out 0.025s;
  -moz-transition: left 0.1s ease-in 0.025s, opacity 0.2s ease-out 0.025s;
  transition: left 0.1s ease-in 0.025s, opacity 0.2s ease-out 0.025s;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(3) {
  -webkit-transition: left 0.1s ease-in 0.05s, opacity 0.2s ease-out 0.05s;
  -moz-transition: left 0.1s ease-in 0.05s, opacity 0.2s ease-out 0.05s;
  transition: left 0.1s ease-in 0.05s, opacity 0.2s ease-out 0.05s;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(4) {
  -webkit-transition: left 0.1s ease-in 0.075s, opacity 0.2s ease-out 0.075s;
  -moz-transition: left 0.1s ease-in 0.075s, opacity 0.2s ease-out 0.075s;
  transition: left 0.1s ease-in 0.075s, opacity 0.2s ease-out 0.075s;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(5) {
  -webkit-transition: left 0.1s ease-in 0.1s, opacity 0.2s ease-out 0.1s;
  -moz-transition: left 0.1s ease-in 0.1s, opacity 0.2s ease-out 0.1s;
  transition: left 0.1s ease-in 0.1s, opacity 0.2s ease-out 0.1s;
}

.social-share--blog .social-share__link {
  display: block;
  margin-right: 1.6em;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  color: #313131;
}

.social-share--blog .social-share__item {
  float: left;
  position: relative;
  list-style-type: none;
  font-family: 'icomoon', sans-serif;
}

.social-share--blog .social-share__item:last-child {
  margin-right: 0;
}

.social-share--blog .social-share__item:after {
  cursor: pointer;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1em;
}

.social-share--blog .social-share__item.social-share__item--wcount .social-share__link {
  padding-right: 1em;
  padding-top: 2em;
  text-indent: 3em;
}

.social-share--blog .social-share__item.social-share__item--wcount .social-share__link:after {
  left: 0;
}

.social-share--blog .social-share__link--wcount:before {
  padding-right: 1em;
}

.social-share--blog .social-share__item--toggle {
  -webkit-animation: closeShare 0.2s ease-out;
  -moz-animation: closeShare 0.2s ease-out;
  animation: closeShare 0.2s ease-out;
}

.social-share--blog .social-share__item--toggle .social-share__link {
  padding: 0;
}

.social-share--blog.active .social-share__item--toggle {
  opacity: 0;
  right: -1.5em;
  position: absolute;
  -webkit-animation: openShare 0.3s ease-in-out;
  -moz-animation: openShare 0.3s ease-in-out;
  animation: openShare 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

/*
   Mobile Overlay Styles
   ========================================================================== */
.social-share--mobile {
  width: 100%;
  -webkit-transition: height 0.1s ease-in;
  -moz-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
}

@media screen and (min-width: 40em) {
  .social-share--mobile {
    height: 7.5em;
  }
}

.social-share--mobile[data-social-share] {
  display: block;
}

.social-share--mobile [data-social-share-list] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}

.social-share--mobile [data-social-share-list-extra] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: .25em;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
  -moz-transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
  transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
}

.social-share--mobile [data-social-share-list-extra] .social-share__item {
  opacity: 0;
  -webkit-transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
  -moz-transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
  transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
}

.social-share--mobile [data-social-share-list-extra].show {
  z-index: 10;
  bottom: 3.25em;
  opacity: 1;
  -webkit-transition: bottom 0.2s ease-in-out, opacity 0.1s;
  -moz-transition: bottom 0.2s ease-in-out, opacity 0.1s;
  transition: bottom 0.2s ease-in-out, opacity 0.1s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item {
  bottom: 0;
  opacity: 1;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(1) {
  -webkit-transition: opacity 0.1s ease-out 0.1s;
  -moz-transition: opacity 0.1s ease-out 0.1s;
  transition: opacity 0.1s ease-out 0.1s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(2) {
  -webkit-transition: opacity 0.1s ease-out 0.125s;
  -moz-transition: opacity 0.1s ease-out 0.125s;
  transition: opacity 0.1s ease-out 0.125s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(3) {
  -webkit-transition: opacity 0.1s ease-out 0.15s;
  -moz-transition: opacity 0.1s ease-out 0.15s;
  transition: opacity 0.1s ease-out 0.15s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(4) {
  -webkit-transition: opacity 0.1s ease-out 0.175s;
  -moz-transition: opacity 0.1s ease-out 0.175s;
  transition: opacity 0.1s ease-out 0.175s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(5) {
  -webkit-transition: opacity 0.1s ease-out 0.2s;
  -moz-transition: opacity 0.1s ease-out 0.2s;
  transition: opacity 0.1s ease-out 0.2s;
}

.social-share--mobile .social-share__item {
  background-color: #f1f1f1;
  float: left;
  margin-right: .25em;
  padding: .75em;
  width: 3em;
  height: 3em;
  list-style-type: none;
}

.social-share--mobile .social-share__item:last-child {
  margin-right: 0;
}

.social-share--mobile .social-share__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  color: #313131;
  font-family: 'icomoon', sans-serif;
}

.social-share--mobile .social-share__item--toggle .social-share__link:before {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  display: inline-block;
}

.social-share--mobile.active .social-share__item--toggle .social-share__link:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

/* ==========================================================================
   Sonny Service Icons
   ========================================================================== */
.social-share__item--facebook .social-share__link:before {
  content: "\e605";
}

.social-share__item--twitter .social-share__link:before {
  content: "\e610";
}

.social-share__item--whatsapp .social-share__link:before {
  content: "\e61a";
}

.social-share__item--sms .social-share__link:before {
  content: "\e619";
}

.social-share__item--email .social-share__link:before {
  content: "\e61b";
  font-size: .9em;
}

.social-share__item--gplus .social-share__link:before {
  content: "\e606";
}

.social-share__item--linkedin .social-share__link:before {
  content: "\e616";
}

.social-share__item--reddit .social-share__link:before {
  content: "\e617";
}

.social-share__item--tumblr .social-share__link:before {
  content: "\e618";
}

.social-share__item--disqus .social-share__link:before {
  content: "\e604";
}

.social-share__item--toggle .social-share__link:before {
  content: "\e614";
  font-size: .95em;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  -moz-transition: -moz-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}

.social-share__link:before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.social-share__link:hover:before {
  color: #1290d2;
}

/*
   Animations
   ========================================================================== */
@-webkit-keyframes openShare {
  50% {
    opacity: 0;
    right: -2em;
    -webkit-transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(45deg);
    right: -3em;
  }
  100% {
    opacity: 1;
    right: -3em;
    -webkit-transform: rotate(45deg);
  }
}

@-moz-keyframes openShare {
  50% {
    opacity: 0;
    right: -2em;
    -moz-transform: rotate(0deg);
  }
  90% {
    -moz-transform: rotate(45deg);
    right: -3em;
  }
  100% {
    opacity: 1;
    right: -3em;
    -moz-transform: rotate(45deg);
  }
}

@keyframes openShare {
  50% {
    opacity: 0;
    right: -2em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -3em;
  }
  100% {
    opacity: 1;
    right: -3em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes closeShare {
  0% {
    opacity: 0;
    right: -1.5em;
    -webkit-transform: rotate(45deg);
  }
  90% {
    right: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes closeShare {
  0% {
    opacity: 0;
    right: -1.5em;
    -moz-transform: rotate(45deg);
  }
  90% {
    right: 0;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    right: 0;
    -moz-transform: rotate(0deg);
  }
}

@keyframes closeShare {
  0% {
    opacity: 0;
    right: -1.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  90% {
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.social-packery-item {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ececec;
  background-color: #fff;
  position: relative;
  width: 95%;
  margin: 0 2.5%;
}

.social-packery-item:nth-child(n+5) {
  display: none;
}

@media screen and (min-width: 42em) {
  .social-packery-item {
    display: none;
    margin: 0;
    width: 20.3125em;
  }
  .social-packery-item:nth-child(n+10) {
    display: block;
  }
}

@media screen and (min-width: 87.5em) {
  .social-packery-item {
    display: block;
  }
}

.social-packery-item .icon {
  position: absolute;
  top: 1.25em;
  left: .8125em;
  color: #1290d2;
}

.social-packery-item .icon.icon-facebook {
  font-size: 1.1em;
  left: 1.1em;
}

.social-packery-item .content {
  padding: 1.3125em 1.1875em 1.0625em 3.0625em;
}

.social-packery-item .content.wimage {
  padding: 1.3125em 2.8125em 1.0625em 3.0625em;
}

.social-packery-item .content .social-image {
  display: block;
  margin: 0 auto;
  padding-bottom: 1.625rem;
}

.social-packery-item .content a {
  font-weight: bold;
}

.social-packery-item .content .social-text {
  font-size: .875em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.social-packery-item .content .social-src {
  color: #9f9f9f;
  font-size: .875em;
}

.social-packery-item .content .social-name {
  font-weight: 400;
  color: #9f9f9f;
  padding-right: .25em;
}

.social-packery-item .content .social-time {
  font-weight: 400;
  color: #9f9f9f;
}

.social-packery-item.block-link--active {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
  border-color: #1290d2;
}

.social {
  width: 12.5em;
  display: table;
  margin: 0 auto;
}

@media screen and (min-width: 40em) {
  .social {
    position: relative;
  }
}

@media screen and (min-width: 87.5em) {
  .social {
    float: left;
    margin: 0;
  }
}

.social__id, .social__id--with-counts {
  display: table-cell;
  text-align: center;
}

.social__id .icon-comments, .social__id--with-counts .icon-comments, .social__id .icon-facebook, .social__id--with-counts .icon-facebook, .social__id .icon-google-plus, .social__id--with-counts .icon-google-plus, .social__id .icon-instagram, .social__id--with-counts .icon-instagram, .social__id .icon-pinterest, .social__id--with-counts .icon-pinterest, .social__id .icon-twitter, .social__id--with-counts .icon-twitter {
  font-size: 1.25em;
  line-height: 1.9em;
}

.social__id .icon-comments:hover, .social__id--with-counts .icon-comments:hover, .social__id .icon-facebook:hover, .social__id--with-counts .icon-facebook:hover, .social__id .icon-google-plus:hover, .social__id--with-counts .icon-google-plus:hover, .social__id .icon-instagram:hover, .social__id--with-counts .icon-instagram:hover, .social__id .icon-pinterest:hover, .social__id--with-counts .icon-pinterest:hover, .social__id .icon-twitter:hover, .social__id--with-counts .icon-twitter:hover {
  color: #1290d2;
}

.social__id--with-counts {
  font-size: 1em;
}

.social__id--with-counts .icon-comments, .social__id--with-counts .icon-facebook, .social__id--with-counts .icon-google-plus, .social__id--with-counts .icon-instagram, .social__id--with-counts .icon-pinterest, .social__id--with-counts .icon-twitter {
  color: #fff;
  font-size: 1em;
  line-height: 1em;
}

.social__id--with-counts .icon-comments:before,
.social__id--with-counts .icon-facebook:before,
.social__id--with-counts .icon-google-plus:before,
.social__id--with-counts .icon-instagram:before,
.social__id--with-counts .icon-pinterest:before,
.social__id--with-counts .icon-twitter:before {
  margin-right: 0.5em;
}

.social__id--footer .icon-comments, .social__id--footer .icon-facebook, .social__id--footer .icon-google-plus, .social__id--footer .icon-instagram, .social__id--footer .icon-pinterest, .social__id--footer .icon-twitter {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  color: #9f9f9f;
  font-size: 1.25em;
  line-height: 1.9em;
  float: left;
  padding: 0 .5em;
}

.social__id--footer .icon-comments:hover, .social__id--footer .icon-facebook:hover, .social__id--footer .icon-google-plus:hover, .social__id--footer .icon-instagram:hover, .social__id--footer .icon-pinterest:hover, .social__id--footer .icon-twitter:hover {
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  color: #f1f1f1;
}

@media screen and (min-width: 87.5em) {
  .social__id--footer:after {
    content: "";
    height: 2em;
    width: 1px;
    background-color: #4e4e4e;
    position: absolute;
    right: -3em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.share-container {
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
  width: 16.25em;
}

@media screen and (min-width: 40em) {
  .share-container {
    position: relative;
    display: block;
    left: 0;
    right: auto;
  }
}

@media screen and (min-width: 87.5em) {
  .share-container {
    position: absolute;
    right: 0;
    left: auto;
  }
}

.share-container__text {
  display: inline-block;
  text-align: right;
  font-size: .95em;
}

/*
   Mobile Social Share
   ========================================================================== */
.social-overlay__backdrop {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -10;
  height: 100vh;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  -webkit-transition: opacity 0.1s ease-in, z-index 0.01s linear 0.5s;
  -moz-transition: opacity 0.1s ease-in, z-index 0.01s linear 0.5s;
  transition: opacity 0.1s ease-in, z-index 0.01s linear 0.5s;
}

.social-overlay__backdrop.active {
  z-index: 5000;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in, z-index 0.01s linear;
  -moz-transition: opacity 0.2s ease-in, z-index 0.01s linear;
  transition: opacity 0.2s ease-in, z-index 0.01s linear;
}

@media screen and (min-width: 75em) {
  .social-overlay__backdrop.active {
    display: none;
  }
}

.social-overlay__backdrop.active .social-overlay__container {
  bottom: 0;
}

.social-overlay__container {
  background-color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -16em;
  padding: 1.5em 1em 2em 1.5em;
  -webkit-transition: bottom 0.3s ease-in;
  -moz-transition: bottom 0.3s ease-in;
  transition: bottom 0.3s ease-in;
}

.social-overlay__fixed {
  position: fixed;
  z-index: 10;
  width: 3.5em;
  height: 3.5em;
  bottom: 1em;
  left: 1em;
}

@media screen and (min-width: 40em) {
  .social-overlay__fixed {
    display: none;
  }
}

.social-overlay__button {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #9f9f9f;
  color: #313131;
  text-align: center;
  font-family: "icomoon", sans-serif;
}

.social-overlay__button:after {
  content: "\e615";
  font-size: 1.5em;
  display: block;
  padding: .25em;
}

.social-overlay__copy {
  padding-bottom: 2em;
}

.social-overlay__close {
  position: absolute;
  color: #fff;
  font-family: 'icomoon', sans-serif;
  display: block;
  right: 1em;
  top: -2.5em;
}

.social-overlay__close:before {
  content: "\e613";
  display: block;
}

.blog_share {
  height: 15em;
  width: 100%;
  margin-bottom: 12em;
}

@media screen and (min-width: 75em) {
  .blog_share {
    height: 20em;
    width: 60%;
  }
}

.blog_share .blog_share__container {
  height: 100%;
  display: block;
  position: relative;
  bottom: -5em;
}

.blog_share .blog_share__container:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.blog_share .blog_share__container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.blog_share .blog_share__text {
  position: relative;
  bottom: 2em;
}

.blog_share .blog_share__link, .blog_share .blog_share__link--facebook, .blog_share .blog_share__link--twitter {
  display: block;
  position: absolute;
  width: 50%;
  height: 5em;
  bottom: -5em;
  z-index: 10;
}

.blog_share .blog_share__link i, .blog_share .blog_share__link--facebook i, .blog_share .blog_share__link--twitter i {
  color: #fff;
  position: absolute;
  font-size: 1.75em;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.blog_share .blog_share__link--facebook {
  -webkit-transition: all 0.3 ease-out;
  -moz-transition: all 0.3 ease-out;
  transition: all 0.3 ease-out;
  background-color: #3b5998;
  left: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.blog_share .blog_share__link--facebook:hover {
  background-color: #4264aa;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.blog_share .blog_share__link--twitter {
  left: 50%;
  background-color: #55acee;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.blog_share .blog_share__link--twitter:hover {
  background-color: #6cb7f0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.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.80em;
  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, .link-list__title--desktop {
  font-size: 0.8125em;
  color: #fff;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}

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

.link-list__title--desktop {
  display: none;
}

@media screen and (min-width: 87.5em) {
  .link-list__title--desktop {
    display: inline-block;
  }
}

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

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

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

.link-list__title > a, .link-list__title--desktop > a {
  color: #fff;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

.link-list__title > a:hover, .link-list__title--desktop > a:hover {
  color: #FFDF1B;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

.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: .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;
}

/**
 * This file controls the social sharing elements created
 * with Sonny.js.
 */
/*
   Reulgar Style for HRC - Tetris Style
   ========================================================================== */
.social-share--regular[data-social-share] {
  position: relative;
  display: block;
}

.social-share--regular [data-social-share-list] {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0em;
}

.social-share--regular [data-social-share-list-extra] {
  display: block;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
  -moz-transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
  transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
}

.social-share--regular [data-social-share-list-extra] .social-share__item {
  opacity: 0;
  -webkit-transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
  -moz-transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
  transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
}

.social-share--regular [data-social-share-list-extra].show {
  z-index: 10;
  bottom: 3em;
  opacity: 1;
  -webkit-transition: bottom 0.2s ease-in-out, opacity 0.1s;
  -moz-transition: bottom 0.2s ease-in-out, opacity 0.1s;
  transition: bottom 0.2s ease-in-out, opacity 0.1s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item {
  bottom: 0;
  opacity: 1;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(1) {
  -webkit-transition: opacity 0.1s ease-out 0.1s;
  -moz-transition: opacity 0.1s ease-out 0.1s;
  transition: opacity 0.1s ease-out 0.1s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(2) {
  -webkit-transition: opacity 0.1s ease-out 0.125s;
  -moz-transition: opacity 0.1s ease-out 0.125s;
  transition: opacity 0.1s ease-out 0.125s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(3) {
  -webkit-transition: opacity 0.1s ease-out 0.15s;
  -moz-transition: opacity 0.1s ease-out 0.15s;
  transition: opacity 0.1s ease-out 0.15s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(4) {
  -webkit-transition: opacity 0.1s ease-out 0.175s;
  -moz-transition: opacity 0.1s ease-out 0.175s;
  transition: opacity 0.1s ease-out 0.175s;
}

.social-share--regular [data-social-share-list-extra].show .social-share__item:nth-child(5) {
  -webkit-transition: opacity 0.1s ease-out 0.2s;
  -moz-transition: opacity 0.1s ease-out 0.2s;
  transition: opacity 0.1s ease-out 0.2s;
}

.social-share--regular .social-share__item {
  background-color: #f1f1f1;
  float: left;
  margin-right: .25em;
  width: 2.75em;
  height: 2.75em;
  list-style-type: none;
}

.social-share--regular .social-share__item:last-child {
  margin-right: 0;
}

.social-share--regular .social-share__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  padding: .75em;
  z-index: 5;
  color: #313131;
  font-family: 'icomoon', sans-serif;
}

.social-share--regular .social-share__item--toggle .social-share__link:before {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  display: inline-block;
}

.social-share--regular.active .social-share__item--toggle .social-share__link:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

/*
   Blog Style - White
   ========================================================================== */
.social-share--blog.social-share--white .social-share__link {
  color: #fff;
}

.social-share--blog.social-share--white .social-share__link--wcount:before {
  padding-right: .75em;
}

/*
   Blog No Mast Style
   ========================================================================== */
.social-share--blog {
  position: absolute;
}

.social-share--blog[data-social-share] {
  display: block;
}

.social-share--blog [data-social-share-list] {
  display: inline-block;
}

.social-share--blog [data-social-share-list-extra] {
  display: inline-block;
  position: relative;
  opacity: 0;
  z-index: -1;
  height: 0;
}

.social-share--blog [data-social-share-list-extra] .social-share__item {
  display: inline-block;
  width: 0;
  position: relative;
  left: -.5em;
  opacity: 0;
}

.social-share--blog [data-social-share-list-extra] .social-share__item:last-child .social-share__link {
  padding-right: 0;
}

.social-share--blog [data-social-share-list-extra].show {
  z-index: 10;
  opacity: 1;
  height: auto;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item {
  width: auto;
  left: 0;
  opacity: 1;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(1) {
  -webkit-transition: left 0.1s ease-in, opacity 0.25s ease-out;
  -moz-transition: left 0.1s ease-in, opacity 0.25s ease-out;
  transition: left 0.1s ease-in, opacity 0.25s ease-out;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(2) {
  -webkit-transition: left 0.1s ease-in 0.025s, opacity 0.2s ease-out 0.025s;
  -moz-transition: left 0.1s ease-in 0.025s, opacity 0.2s ease-out 0.025s;
  transition: left 0.1s ease-in 0.025s, opacity 0.2s ease-out 0.025s;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(3) {
  -webkit-transition: left 0.1s ease-in 0.05s, opacity 0.2s ease-out 0.05s;
  -moz-transition: left 0.1s ease-in 0.05s, opacity 0.2s ease-out 0.05s;
  transition: left 0.1s ease-in 0.05s, opacity 0.2s ease-out 0.05s;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(4) {
  -webkit-transition: left 0.1s ease-in 0.075s, opacity 0.2s ease-out 0.075s;
  -moz-transition: left 0.1s ease-in 0.075s, opacity 0.2s ease-out 0.075s;
  transition: left 0.1s ease-in 0.075s, opacity 0.2s ease-out 0.075s;
}

.social-share--blog [data-social-share-list-extra].show .social-share__item:nth-child(5) {
  -webkit-transition: left 0.1s ease-in 0.1s, opacity 0.2s ease-out 0.1s;
  -moz-transition: left 0.1s ease-in 0.1s, opacity 0.2s ease-out 0.1s;
  transition: left 0.1s ease-in 0.1s, opacity 0.2s ease-out 0.1s;
}

.social-share--blog .social-share__link {
  display: block;
  margin-right: 1.6em;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  color: #313131;
}

.social-share--blog .social-share__item {
  float: left;
  position: relative;
  list-style-type: none;
  font-family: 'icomoon', sans-serif;
}

.social-share--blog .social-share__item:last-child {
  margin-right: 0;
}

.social-share--blog .social-share__item:after {
  cursor: pointer;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 1em;
}

.social-share--blog .social-share__item.social-share__item--wcount .social-share__link {
  padding-right: 1em;
  padding-top: 2em;
  text-indent: 3em;
}

.social-share--blog .social-share__item.social-share__item--wcount .social-share__link:after {
  left: 0;
}

.social-share--blog .social-share__link--wcount:before {
  padding-right: 1em;
}

.social-share--blog .social-share__item--toggle {
  -webkit-animation: closeShare 0.2s ease-out;
  -moz-animation: closeShare 0.2s ease-out;
  animation: closeShare 0.2s ease-out;
}

.social-share--blog .social-share__item--toggle .social-share__link {
  padding: 0;
}

.social-share--blog.active .social-share__item--toggle {
  opacity: 0;
  right: -1.5em;
  position: absolute;
  -webkit-animation: openShare 0.3s ease-in-out;
  -moz-animation: openShare 0.3s ease-in-out;
  animation: openShare 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

/*
   Mobile Overlay Styles
   ========================================================================== */
.social-share--mobile {
  width: 100%;
  -webkit-transition: height 0.1s ease-in;
  -moz-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
}

@media screen and (min-width: 40em) {
  .social-share--mobile {
    height: 7.5em;
  }
}

.social-share--mobile[data-social-share] {
  display: block;
}

.social-share--mobile [data-social-share-list] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}

.social-share--mobile [data-social-share-list-extra] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: .25em;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
  -moz-transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
  transition: opacity 0.075s ease-in, z-index 0.01s linear 0.2s, bottom 0.4s;
}

.social-share--mobile [data-social-share-list-extra] .social-share__item {
  opacity: 0;
  -webkit-transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
  -moz-transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
  transition: opacity 0.01s ease-in 0.1s, bottom 0.3s linear;
}

.social-share--mobile [data-social-share-list-extra].show {
  z-index: 10;
  bottom: 3.25em;
  opacity: 1;
  -webkit-transition: bottom 0.2s ease-in-out, opacity 0.1s;
  -moz-transition: bottom 0.2s ease-in-out, opacity 0.1s;
  transition: bottom 0.2s ease-in-out, opacity 0.1s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item {
  bottom: 0;
  opacity: 1;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(1) {
  -webkit-transition: opacity 0.1s ease-out 0.1s;
  -moz-transition: opacity 0.1s ease-out 0.1s;
  transition: opacity 0.1s ease-out 0.1s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(2) {
  -webkit-transition: opacity 0.1s ease-out 0.125s;
  -moz-transition: opacity 0.1s ease-out 0.125s;
  transition: opacity 0.1s ease-out 0.125s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(3) {
  -webkit-transition: opacity 0.1s ease-out 0.15s;
  -moz-transition: opacity 0.1s ease-out 0.15s;
  transition: opacity 0.1s ease-out 0.15s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(4) {
  -webkit-transition: opacity 0.1s ease-out 0.175s;
  -moz-transition: opacity 0.1s ease-out 0.175s;
  transition: opacity 0.1s ease-out 0.175s;
}

.social-share--mobile [data-social-share-list-extra].show .social-share__item:nth-child(5) {
  -webkit-transition: opacity 0.1s ease-out 0.2s;
  -moz-transition: opacity 0.1s ease-out 0.2s;
  transition: opacity 0.1s ease-out 0.2s;
}

.social-share--mobile .social-share__item {
  background-color: #f1f1f1;
  float: left;
  margin-right: .25em;
  padding: .75em;
  width: 3em;
  height: 3em;
  list-style-type: none;
}

.social-share--mobile .social-share__item:last-child {
  margin-right: 0;
}

.social-share--mobile .social-share__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  color: #313131;
  font-family: 'icomoon', sans-serif;
}

.social-share--mobile .social-share__item--toggle .social-share__link:before {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  display: inline-block;
}

.social-share--mobile.active .social-share__item--toggle .social-share__link:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

/* ==========================================================================
   Sonny Service Icons
   ========================================================================== */
.social-share__item--facebook .social-share__link:before {
  content: "\e605";
}

.social-share__item--twitter .social-share__link:before {
  content: "\e610";
}

.social-share__item--whatsapp .social-share__link:before {
  content: "\e61a";
}

.social-share__item--sms .social-share__link:before {
  content: "\e619";
}

.social-share__item--email .social-share__link:before {
  content: "\e61b";
  font-size: .9em;
}

.social-share__item--gplus .social-share__link:before {
  content: "\e606";
}

.social-share__item--linkedin .social-share__link:before {
  content: "\e616";
}

.social-share__item--reddit .social-share__link:before {
  content: "\e617";
}

.social-share__item--tumblr .social-share__link:before {
  content: "\e618";
}

.social-share__item--disqus .social-share__link:before {
  content: "\e604";
}

.social-share__item--toggle .social-share__link:before {
  content: "\e614";
  font-size: .95em;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  -moz-transition: -moz-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}

.social-share__link:before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.social-share__link:hover:before {
  color: #1290d2;
}

/*
   Animations
   ========================================================================== */
@-webkit-keyframes openShare {
  50% {
    opacity: 0;
    right: -2em;
    -webkit-transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(45deg);
    right: -3em;
  }
  100% {
    opacity: 1;
    right: -3em;
    -webkit-transform: rotate(45deg);
  }
}

@-moz-keyframes openShare {
  50% {
    opacity: 0;
    right: -2em;
    -moz-transform: rotate(0deg);
  }
  90% {
    -moz-transform: rotate(45deg);
    right: -3em;
  }
  100% {
    opacity: 1;
    right: -3em;
    -moz-transform: rotate(45deg);
  }
}

@keyframes openShare {
  50% {
    opacity: 0;
    right: -2em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -3em;
  }
  100% {
    opacity: 1;
    right: -3em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes closeShare {
  0% {
    opacity: 0;
    right: -1.5em;
    -webkit-transform: rotate(45deg);
  }
  90% {
    right: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes closeShare {
  0% {
    opacity: 0;
    right: -1.5em;
    -moz-transform: rotate(45deg);
  }
  90% {
    right: 0;
    -moz-transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    right: 0;
    -moz-transform: rotate(0deg);
  }
}

@keyframes closeShare {
  0% {
    opacity: 0;
    right: -1.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  90% {
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.donate-bar {
  display: none;
  position: fixed;
  z-index: 800;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1a1a1a;
  padding: .75em 0;
}

@media screen and (min-width: 40em) {
  .donate-bar {
    display: block;
  }
}

.donate-bar__container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5%;
  text-align: center;
}

.donate-bar__container::after {
  clear: both;
  content: "";
  display: table;
}

.donate-bar__content {
  color: #fff;
  font-size: 1.125em;
  display: inline;
  line-height: 2.5;
}

@media screen and (min-width: 40em) {
  .footer {
    padding-bottom: 4em;
  }
}

@media screen and (min-width: 30em) {
  .pagination__btn:first-child {
    margin-right: 0.625em;
  }
}

@media screen and (min-width: 30em) {
  .pagination__btn:last-child {
    margin-left: 0.625em;
  }
}

.pagination__btn .btn__pagination--prev[data-button] {
  font-size: 1.125em;
  height: 57px;
  padding: .88em 1.1em;
  overflow: hidden;
  text-indent: -10em;
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination--prev[data-button] {
    padding: 0.88889em 1.11111em 0.88889em 3.11111em;
    text-indent: 0;
    height: auto;
  }
}

.pagination__btn .btn__pagination--prev[data-button]:before {
  content: "\e601";
  font-size: .5rem;
  right: auto;
  top: 50%;
  left: .95em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination--prev[data-button]:before {
    left: 1.1rem;
  }
}

.pagination__btn .btn__pagination--next[data-button] {
  font-size: 1.125em;
  height: 57px;
  padding: .88em 1.1em;
  overflow: hidden;
  text-indent: -5em;
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination--next[data-button] {
    height: auto;
    padding: 0.88889em 3.11111em 0.88889em 1.11111em;
    text-indent: 0;
  }
}

.pagination__btn .btn__pagination--next[data-button]:before {
  content: '';
  display: none;
}

.pagination__btn .btn__pagination--next[data-button]:after {
  text-indent: 0;
  content: "\e602";
  font-size: .5rem;
  right: 1.9em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination--next[data-button]:after {
    right: 1.1rem;
  }
}

.pagination__btn .btn__pagination--last[data-button] {
  font-size: 1.125em;
  height: 57px;
  overflow: hidden;
  padding: .88em 1.1em;
  text-indent: -5em;
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination--last[data-button] {
    height: auto;
    padding: 0.88889em 3.11111em 0.88889em 1.11111em;
    text-indent: 0;
  }
}

.pagination__btn .btn__pagination--last[data-button]:before {
  content: '';
  display: none;
}

.pagination__btn .btn__pagination--last[data-button]:after {
  text-indent: 0;
  content: "\e602\e602";
  font-size: .5rem;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination--last[data-button]:after {
    right: 1.1rem;
  }
}

.pagination__btn .btn__pagination.btn--primary {
  text-indent: -10em;
  overflow: hidden;
  padding: .88em 1.1em;
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination.btn--primary {
    padding: 0.88889em 3.11111em 0.88889em 1.11111em;
    text-indent: 0;
  }
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination.btn--primary.page-first {
    padding: 0.88889em 1.11111em 0.88889em 3.11111em;
  }
}

.pagination__btn .btn__pagination.btn--primary.page-first:before {
  content: "\e601\e601";
  right: 1.5em;
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination.btn--primary.page-first:before {
    right: auto;
    left: 1.5em;
    content: "\e601";
  }
}

.pagination__btn .btn__pagination.btn--primary.page-last:before {
  content: "\e602\e602";
  right: 1.5em;
}

@media screen and (min-width: 48em) {
  .pagination__btn .btn__pagination.btn--primary.page-last:before {
    content: "\e602";
  }
}

.pagination__btn .btn__pagination.btn--primary:before {
  text-indent: 0;
}

.btn__pagination--prev,
.btn__pagination--next,
.btn__pagination--last {
  position: relative;
}

.btn__pagination--prev:before,
.btn__pagination--next:after,
.btn__pagination--last:after {
  position: absolute;
  top: 0;
  font-family: 'icomoon';
  font-size: 0.9375em;
  line-height: 3.5em;
}

.pagination {
  text-align: center;
  width: 100%;
}

.pagination .pagination__btn, .pagination .pagination__page, .pagination .pagination__page--current {
  display: inline-block;
}

.pagination .pagination__btn {
  line-height: 0;
  position: relative;
  vertical-align: bottom;
}

.pagination .pagination__page, .pagination .pagination__page--current {
  line-height: 3.5em;
  padding: 0 0.5em;
}

@media screen and (min-width: 30em) {
  .pagination .pagination__page, .pagination .pagination__page--current {
    padding: 0 0.9375em;
  }
}

.pagination .pagination__page--current {
  font-weight: 700;
}

.pagination .pagination__page .pagination__link, .pagination .pagination__page--current .pagination__link {
  color: #313131;
  display: block;
  font-size: 1.25em;
  line-height: 2em;
  text-decoration: none;
}

@media screen and (min-width: 30em) {
  .pagination .pagination__page .pagination__link, .pagination .pagination__page--current .pagination__link {
    font-size: 1.375em;
  }
}

.pagination .pagination__page .pagination__link--active, .pagination .pagination__page--current .pagination__link--active {
  font-weight: bold;
}

.search-pagination {
  margin: 3em 0;
  width: 100%;
}

.scorecard__items--fail, .scorecard__items--partial, .scorecard__items--supports {
  margin-bottom: 2.5em;
}

.sidebar-related__item,
.sidebar-trending__item,
.sidebar-video__item {
  margin-bottom: 0.9375em;
}

.entry {
  width: 100%;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}

@media screen and (min-width: 87.5em) {
  .entry {
    margin-bottom: 0;
    margin-top: 2.8125em;
  }
}

.entry--no-padd {
  padding-left: 0;
  padding-right: 0;
}

.sidebar {
  background: #f1f1f1;
  padding: 1.875em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.sidebar:last-child {
  margin-right: 0;
}

@media screen and (min-width: 87.5em) {
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 29.62911%;
    float: right;
  }
  .sidebar:last-child {
    margin-right: 0;
  }
}

.sidebar-sect {
  margin-bottom: 1.875em;
}

.sidebar-sect::after {
  clear: both;
  content: "";
  display: table;
}

.sidebar-sect .form-field {
  margin-top: 0;
}

.sidebar-sect .form-field__input {
  background-color: #fff;
}

.sidebar-sect .form-field__input::-webkit-input-placeholder {
  color: #313131;
}

.sidebar-sect .form-field__input::-moz-placeholder {
  color: #313131;
}

.sidebar-sect .form-field__input:-moz-placeholder {
  color: #313131;
}

.sidebar-sect .form-field__input:-ms-input-placeholder {
  color: #313131;
}

.sidebar__title, .sidebar__title--trending {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-bottom: 0.36364em solid #313131;
  float: none;
  margin-bottom: 1.25em;
  padding-bottom: 0.18182em;
  text-transform: uppercase;
}

.sidebar__title:last-child, .sidebar__title--trending:last-child {
  margin-right: 0;
}

.sidebar__title--trending {
  color: #eb1e0d;
}

.sidebar__photo {
  margin-bottom: 1em;
}

.sidebar__photo-inner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.sidebar__photo-inner > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.sidebar__summary,
.sidebar__photo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.sidebar__summary:last-child,
.sidebar__photo:last-child {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .sidebar__summary,
  .sidebar__photo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .sidebar__summary:last-child,
  .sidebar__photo:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .sidebar__summary,
  .sidebar__photo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .sidebar__summary:last-child,
  .sidebar__photo:last-child {
    margin-right: 0;
  }
}

.sidebar__summary {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

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

.sidebar__list-link {
  color: #313131;
}

.sidebar__list-link:hover {
  color: #313131;
  text-decoration: underline;
}

.sidebar__list-item, .sidebar__list-item--current {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 1.125em;
  margin-bottom: 0.625em;
}

.sidebar__list-item:last-child, .sidebar__list-item--current:last-child {
  margin-right: 0;
}

.sidebar__list-item--current {
  font-weight: 700;
}

.sidebar__list-item--current .sidebar__list-link:hover {
  text-decoration: none;
}

.sidebar__header--gray {
  color: #9f9f9f;
  margin-bottom: .25em;
  font-size: 1.125rem;
}

.sidebar__content {
  font-size: 1.125rem;
}

.sidebar-trending__item {
  padding-left: 1.875em;
  position: relative;
}

.sidebar-trending__item:before {
  font-size: 1.375em;
  line-height: 1em;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}

.sidebar-trending__item:first-child:before {
  content: "1";
}

.sidebar-trending__item:nth-child(2):before {
  content: "2";
}

.sidebar-trending__item:nth-child(3):before {
  content: "3";
}

.sidebar-video__item {
  position: relative;
}

.sidebar-video__item:before {
  color: #9f9f9f;
  content: "\e611";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-video__item .sidebar-video__link {
  padding-left: 1.25em;
}

.sidebar-related__link,
.sidebar-trending__link,
.sidebar-video__link {
  color: #313131;
  font-size: 1.125em;
}

.sidebar-related__link:hover,
.sidebar-trending__link:hover,
.sidebar-video__link:hover {
  color: #313131;
  text-decoration: underline;
}

.sidebar-event__name {
  font-weight: 400;
}

.sidebar-event__date,
.sidebar-event__location {
  color: #9f9f9f;
  font-size: 1em;
}

.sidebar-event__location {
  margin-left: 0.625em;
  font-weight: 700;
}

.timestamp {
  color: #9f9f9f;
}

.scorecard-summary, .scorecard-summary--fail, .scorecard-summary--partial, .scorecard-summary--supports {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  height: 2.25em;
  line-height: 2.25em;
  padding: 0 0.75em 0 2.5em;
  position: relative;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .scorecard-summary, .scorecard-summary--fail, .scorecard-summary--partial, .scorecard-summary--supports {
    font-size: 1.25em;
  }
}

.scorecard-summary:before, .scorecard-summary--fail:before, .scorecard-summary--partial:before, .scorecard-summary--supports:before {
  font-family: 'icomoon';
  font-weight: normal;
  left: 0.625em;
  top: 0em;
  position: absolute;
}

.scorecard-summary span, .scorecard-summary--fail span, .scorecard-summary--partial span, .scorecard-summary--supports span {
  border-left: 1px solid #f1f1f1;
  float: right;
  padding-left: 0.75em;
  margin-left: 1.25em;
}

.scorecard-summary--fail {
  background: #eb250d;
}

.scorecard-summary--fail:before {
  content: "\e60d";
}

.scorecard-summary--partial {
  background: #fa7116;
}

.scorecard-summary--partial:before {
  content: "\e60e";
}

.scorecard-summary--supports {
  background: #038d26;
}

.scorecard-summary--supports:before {
  content: "\e60f";
}

.scorecard__items--fail .scorecard__issue {
  color: #eb250d;
}

.scorecard__items--partial .scorecard__issue {
  color: #fa7116;
}

.scorecard__items--supports .scorecard__issue {
  color: #038d26;
}

.scorecard__issue {
  text-transform: uppercase;
}

.masthead, .masthead--blog, .masthead--local, .masthead--home {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: center;
  width: 100%;
}

.masthead__inner {
  height: 100%;
  position: relative;
  z-index: 1;
}

.masthead__title {
  font-size: 3.75em;
  margin-bottom: 0.33333em;
}

.masthead__author,
.masthead__credits,
.masthead__link,
.masthead__date,
.masthead__copy {
  color: #fff;
}

.masthead__author:hover,
.masthead__credits:hover,
.masthead__link:hover,
.masthead__date:hover,
.masthead__copy:hover {
  color: #fff;
}

.masthead--blog {
  height: 30em;
  -webkit-transition: height 0.2s ease-in, opacity 0.2s ease-out;
  -moz-transition: height 0.2s ease-in, opacity 0.2s ease-out;
  transition: height 0.2s ease-in, opacity 0.2s ease-out;
}

.masthead--blog:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.masthead--blog:after {
  background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(1%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
}

@media screen and (min-width: 40em) {
  .masthead--blog {
    height: 39.375em;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--blog {
    height: 38.125em;
    text-align: left;
  }
}

.masthead--blog .masthead__content {
  bottom: 2.5em;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 1.25em;
  max-width: 90%;
}

@media screen and (min-width: 87.5em) {
  .masthead--blog .masthead__content {
    max-width: 100%;
    padding: 0;
  }
}

.masthead--blog .masthead__container {
  height: 100%;
}

.masthead--blog .masthead__inner {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.masthead--blog .masthead__inner::after {
  clear: both;
  content: "";
  display: table;
}

.masthead--blog[data-modify="hidden"] {
  overflow: hidden;
  height: 0;
}

.masthead--blog .masthead__title {
  font-size: 1.875em;
  line-height: 1;
  padding-top: 0.5em;
}

@media screen and (min-width: 40em) {
  .masthead--blog .masthead__title {
    font-size: 3.75em;
    padding-top: 0.25em;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--blog .masthead__title {
    line-height: 1.2;
    max-width: 90%;
  }
}

.masthead--blog .masthead__credits {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .masthead--blog .masthead__credits {
    max-width: 40em;
    width: auto;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--blog .masthead__credits {
    margin: 0;
    width: auto;
    display: inline;
  }
}

.masthead--blog .masthead__date,
.masthead--blog .masthead__author {
  display: inline-block;
  padding-left: 1.875em;
}

.masthead--blog .masthead__date:first-child,
.masthead--blog .masthead__author:first-child {
  padding-left: 0;
}

.masthead--blog .masthead__date,
.masthead--blog .masthead__author,
.masthead--blog .masthead__social {
  vertical-align: middle;
}

@media screen and (min-width: 87.5em) {
  .masthead--blog .masthead__date,
  .masthead--blog .masthead__author,
  .masthead--blog .masthead__social {
    padding-left: 1.875em;
    display: table-cell;
    vertical-align: top;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--blog .masthead__date:first-child,
  .masthead--blog .masthead__author:first-child,
  .masthead--blog .masthead__social:first-child {
    padding-left: 0;
  }
}

.masthead--blog .masthead__author {
  font-size: 0.875em;
  padding-right: 1em;
}

@media screen and (min-width: 40em) {
  .masthead--blog .masthead__author {
    font-size: 1em;
  }
}

.masthead--blog .masthead__social {
  width: 17em;
  margin: 0 auto;
}

@media screen and (min-width: 40em) {
  .masthead--blog .masthead__social {
    width: 25em;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--blog .masthead__social {
    margin: 0;
    width: auto;
  }
}

.masthead--blog .masthead__social .social-share {
  display: none;
}

@media screen and (min-width: 40em) {
  .masthead--blog .masthead__social .social-share {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 1em;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--blog .masthead__social .social-share {
    margin-top: -.25em;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 40em) {
  .masthead--blog-small {
    padding-top: 2em;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--blog-small {
    padding-top: 0;
  }
}

.masthead--blog-small .masthead__title {
  font-size: 1.875em;
  line-height: 1;
  padding-top: 0.5em;
}

@media screen and (min-width: 40em) {
  .masthead--blog-small .masthead__title {
    font-size: 3.75em;
    padding-top: 0.25em;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--blog-small .masthead__title {
    line-height: 1.2;
  }
}

.masthead--blog-small .masthead__credits {
  display: block;
}

@media screen and (min-width: 87.5em) {
  .masthead--blog-small .masthead__credits {
    display: table;
  }
}

.masthead--blog-small .masthead__date,
.masthead--blog-small .masthead__author {
  display: inline-block;
  padding-left: 1.875em;
}

.masthead--blog-small .masthead__date:first-child,
.masthead--blog-small .masthead__author:first-child {
  padding-left: 0;
}

.masthead--blog-small .masthead__date,
.masthead--blog-small .masthead__author {
  vertical-align: middle;
}

@media screen and (min-width: 87.5em) {
  .masthead--blog-small .masthead__date,
  .masthead--blog-small .masthead__author {
    padding-left: 1.25em;
    display: table-cell;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--blog-small .masthead__date:first-child,
  .masthead--blog-small .masthead__author:first-child {
    padding-left: 0;
  }
}

.masthead--blog-small .masthead__content {
  position: relative;
}

.masthead--blog-small .masthead__social {
  margin-left: 0;
  padding-bottom: 1.8em;
  margin-top: 1em;
}

@media screen and (min-width: 87.5em) {
  .masthead--blog-small .masthead__social {
    margin-top: 0;
    margin-left: 1em;
  }
}

.masthead--blog-small .masthead__author {
  font-size: 0.875em;
}

@media screen and (min-width: 40em) {
  .masthead--blog-small .masthead__author {
    font-size: 1em;
  }
}

.masthead--blog-small .masthead__author,
.masthead--blog-small .masthead__credits,
.masthead--blog-small .masthead__link,
.masthead--blog-small .masthead__date,
.masthead--blog-small .masthead__copy {
  color: #313131;
}

.masthead--blog-small .masthead__author:hover,
.masthead--blog-small .masthead__credits:hover,
.masthead--blog-small .masthead__link:hover,
.masthead--blog-small .masthead__date:hover,
.masthead--blog-small .masthead__copy:hover {
  color: #313131;
}

.masthead--blog-small .social__id .icon-comments, .social__id .masthead--blog-small .icon-comments, .masthead--blog-small .social__id--with-counts .icon-comments, .social__id--with-counts .masthead--blog-small .icon-comments, .masthead--blog-small
.social__id .icon-facebook,
.social__id .masthead--blog-small .icon-facebook, .masthead--blog-small .social__id--with-counts .icon-facebook, .social__id--with-counts .masthead--blog-small .icon-facebook, .masthead--blog-small
.social__id .icon-google-plus,
.social__id .masthead--blog-small .icon-google-plus, .masthead--blog-small .social__id--with-counts .icon-google-plus, .social__id--with-counts .masthead--blog-small .icon-google-plus, .masthead--blog-small
.social__id .icon-instagram,
.social__id .masthead--blog-small .icon-instagram, .masthead--blog-small .social__id--with-counts .icon-instagram, .social__id--with-counts .masthead--blog-small .icon-instagram, .masthead--blog-small
.social__id .icon-pinterest,
.social__id .masthead--blog-small .icon-pinterest, .masthead--blog-small .social__id--with-counts .icon-pinterest, .social__id--with-counts .masthead--blog-small .icon-pinterest, .masthead--blog-small
.social__id .icon-twitter,
.social__id .masthead--blog-small .icon-twitter, .masthead--blog-small .social__id--with-counts .icon-twitter, .social__id--with-counts .masthead--blog-small .icon-twitter, .masthead--blog-small .social__id--footer .icon-comments, .social__id--footer .masthead--blog-small .icon-comments, .masthead--blog-small
.social__id--footer .icon-facebook,
.social__id--footer .masthead--blog-small .icon-facebook, .masthead--blog-small
.social__id--footer .icon-google-plus,
.social__id--footer .masthead--blog-small .icon-google-plus, .masthead--blog-small
.social__id--footer .icon-instagram,
.social__id--footer .masthead--blog-small .icon-instagram, .masthead--blog-small
.social__id--footer .icon-pinterest,
.social__id--footer .masthead--blog-small .icon-pinterest, .masthead--blog-small
.social__id--footer .icon-twitter,
.social__id--footer .masthead--blog-small .icon-twitter {
  color: #313131;
}

.masthead--blog-small .masthead__image {
  padding-top: 2.5em;
  position: relative;
}

.masthead__summary {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

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

.masthead__summary .btn--primary {
  float: right;
}

.masthead__summary[data-modify="hidden"] {
  -webkit-animation: hide-data 0.5s ease-in;
  -moz-animation: hide-data 0.5s ease-in;
  animation: hide-data 0.5s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: none;
}

.masthead__summary[data-modify="active"] {
  -webkit-animation: show-data 0.35s ease-out;
  -moz-animation: show-data 0.35s ease-out;
  animation: show-data 0.35s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.masthead__descr {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 1.5em;
}

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

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

@media screen and (min-width: 87.5em) {
  .masthead__descr {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 78.67549%;
  }
  .masthead__descr:last-child {
    margin-right: 0;
  }
}

.masthead--local {
  height: 22.5em;
  padding: 0 1.25em;
  margin: 0 auto;
}

.masthead--local:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.masthead--local:after {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 40em) {
  .masthead--local {
    height: 25.9375em;
    padding: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--local {
    height: 21.5625em;
  }
}

.masthead--local .masthead__inner {
  display: table;
  width: 100%;
}

.masthead--local .masthead__content {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 40em) {
  .masthead--local .masthead__content {
    width: 37.5em;
    position: relative;
    margin: 0 auto;
  }
}

.masthead--local .masthead__title {
  font-size: 2.8125em;
}

@media screen and (min-width: 40em) {
  .masthead--local .masthead__title {
    font-size: 3.75em;
  }
}

.masthead--local .masthead__copy {
  font-size: 1.375em;
}

.masthead--local .form-field {
  margin-top: 1.25em;
}

.masthead--local .picker, .masthead--local .picker--large, .masthead--local .picker--sidebar-sort {
  width: 100%;
  padding-right: 0.875em;
  background-color: #FFDF1B;
}

@media screen and (min-width: 40em) {
  .masthead--local .picker, .masthead--local .picker--large, .masthead--local .picker--sidebar-sort {
    width: auto;
    padding-right: 3.5em;
  }
}

.masthead--local .picker:after, .masthead--local .picker--large:after, .masthead--local .picker--sidebar-sort:after {
  color: #313131;
  right: 18%;
}

@media screen and (min-width: 40em) {
  .masthead--local .picker:after, .masthead--local .picker--large:after, .masthead--local .picker--sidebar-sort:after {
    right: 1rem;
  }
}

.masthead--local .picker__label {
  text-align: center;
}

@media screen and (min-width: 40em) {
  .masthead--local .picker__label {
    text-align: left;
  }
}

.masthead--featured {
  display: none;
}

.masthead--home {
  height: 28.75em;
  width: 100%;
}

.masthead--home:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.masthead--home:after {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 40em) {
  .masthead--home {
    height: 36.125em;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--home {
    height: 36.25em;
    width: 64.375em;
    float: left;
  }
}

.masthead--home:hover:after {
  background: rgba(0, 0, 0, 0.6);
}

.masthead--home .masthead__inner {
  max-width: 100%;
  display: table;
}

.masthead--home .masthead__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 1.25em;
}

@media screen and (min-width: 40em) {
  .masthead--home .masthead__content {
    padding: 0 2.625em;
    text-align: left;
  }
}

.masthead--home .masthead__title {
  font-size: 2em;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .masthead--home .masthead__title {
    font-size: 3.75em;
  }
}

.masthead--home .masthead__subtitle {
  color: #FFDF1B;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .masthead--home .masthead__subtitle {
    font-size: 1.375em;
  }
}

.masthead--home .masthead__copy {
  position: relative;
  font-size: 1.25em;
  max-width: 100%;
  margin: 0 auto 1.5625em auto;
}

@media screen and (min-width: 40em) {
  .masthead--home .masthead__copy {
    margin: 0 0 1.5625em 0;
    font-size: 1.375em;
    max-width: 65%;
  }
}

@media screen and (min-width: 87.5em) {
  .masthead--home .masthead__copy {
    max-width: 50%;
  }
}

.masthead--home .masthead__cta {
  margin-bottom: 0;
}

.masthead--home a.btn--primary {
  font-size: 1em;
  text-align: left;
}

@-webkit-keyframes blog-fade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  99% {
    height: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-moz-keyframes blog-fade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  99% {
    height: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes blog-fade-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  99% {
    height: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

.masthead__author .masthead__link:hover {
  color: #1290d2;
}

.heading--sort, .heading--sort-video, .heading--sort-corp,
.heading--simple,
.heading--single,
.heading--resources,
.heading--only-title,
.heading--sort-video,
.heading--pride {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 3.625em;
}

.heading--sort::after, .heading--sort-video::after, .heading--sort-corp::after,
.heading--simple::after,
.heading--single::after,
.heading--resources::after,
.heading--only-title::after,
.heading--sort-video::after,
.heading--pride::after {
  clear: both;
  content: "";
  display: table;
}

.heading--simple {
  position: relative;
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  .heading--simple {
    padding-top: 3.625em;
  }
}

.heading--simple .heading__content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 87.5em) {
  .heading--simple .heading__content {
    display: block;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--simple .heading__title {
    max-width: 70%;
  }
}

.heading--simple .heading__copy {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}

.heading--simple .share-container {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 1.5em;
  -webkit-box-ordinal-group: 99;
  -moz-box-ordinal-group: 99;
  box-ordinal-group: 99;
  -webkit-order: 99;
  -moz-order: 99;
  order: 99;
  -ms-flex-order: 99;
}

@media screen and (min-width: 87.5em) {
  .heading--simple .share-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    position: absolute;
    top: 4.5em;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.heading--pride {
  margin-bottom: 3.125em;
}

.heading--pride .heading__image-contain {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.heading--pride .heading__image-contain:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1001px) {
  .heading--pride .heading__image-contain {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  .heading--pride .heading__image-contain:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--pride .heading__image-contain {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .heading--pride .heading__image-contain:last-child {
    margin-right: 0;
  }
}

.heading--pride .heading__image {
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
  overflow: hidden;
  position: relative;
}

.heading--pride .heading__image > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.heading--pride .heading__image-item {
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  height: auto;
  display: none;
}

.heading--pride .heading__image-item img {
  min-width: 100%;
}

.heading--pride .heading__content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}

.heading--pride .heading__content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1000px) {
  .heading--pride .heading__content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-right: 0;
  }
  .heading--pride .heading__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--pride .heading__content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    padding-left: 1.875em;
  }
  .heading--pride .heading__content:last-child {
    margin-right: 0;
  }
}

.heading--pride .heading__title {
  margin-top: 0.625em;
  text-align: left;
}

@media screen and (min-width: 87.5em) {
  .heading--pride .heading__title {
    max-width: 70%;
  }
}

.heading--pride .heading__copy {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  font-size: 1.375em;
  text-align: left;
  padding-bottom: 2em;
}

.heading--pride .heading__content {
  text-align: left;
}

.heading--pride .share-container {
  -webkit-box-ordinal-group: 99;
  -moz-box-ordinal-group: 99;
  box-ordinal-group: 99;
  -webkit-order: 99;
  -moz-order: 99;
  order: 99;
  -ms-flex-order: 99;
  bottom: .25em;
  left: auto;
  position: absolute;
  right: 1.25em;
}

@media screen and (min-width: 1001px) {
  .heading--pride .share-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    bottom: auto;
    position: absolute;
    top: 4.5em;
  }
}

.heading--single {
  padding-top: 3.625em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (min-width: 87.5em) {
  .heading--single {
    display: block;
    padding-left: 0;
  }
}

.heading--single .heading__mini {
  font-weight: 700;
}

.heading--single .heading__title--entry {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  box-ordinal-group: -1;
  -webkit-order: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1;
}

.heading--single .heading__inline-title {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  box-ordinal-group: -1;
  -webkit-order: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1;
}

.heading--single .heading__title {
  padding-bottom: 1em;
}

.heading--only-title {
  padding-top: 0;
  position: relative;
  padding-bottom: 3em;
  margin-top: 4.5em;
}

@media screen and (min-width: 40em) {
  .heading--only-title {
    padding-bottom: 6em;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--only-title {
    padding-bottom: 0;
  }
}

.heading--only-title .share-container {
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 87.5em) {
  .heading--only-title .share-container {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 75em) {
  .heading--only-title .heading__title {
    width: 90%;
  }
}

.heading--only-title .picker.picker--underline, .heading--only-title .picker--underline.picker--large, .heading--only-title .picker--underline.picker--sidebar-sort {
  margin-top: 0;
  padding-top: 0;
}

.heading--sort, .heading--sort-video, .heading--sort-corp {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 87.5em) {
  .heading--sort, .heading--sort-video, .heading--sort-corp {
    display: block;
  }
}

.heading--sort .heading__content, .heading--sort-video .heading__content, .heading--sort-corp .heading__content {
  float: left;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 87.5em) {
  .heading--sort .heading__content, .heading--sort-video .heading__content, .heading--sort-corp .heading__content {
    text-align: left;
  }
}

.heading--sort .heading__sort-by, .heading--sort-video .heading__sort-by, .heading--sort-corp .heading__sort-by {
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 1em;
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  box-ordinal-group: 5;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
  -ms-flex-order: 5;
}

@media screen and (min-width: 40em) {
  .heading--sort .heading__sort-by, .heading--sort-video .heading__sort-by, .heading--sort-corp .heading__sort-by {
    top: 3em;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--sort .heading__sort-by, .heading--sort-video .heading__sort-by, .heading--sort-corp .heading__sort-by {
    text-align: center;
    width: auto;
    float: left;
    margin: 0;
    top: auto;
    margin-top: 1em;
  }
}

.heading--sort .heading__sort-link, .heading--sort-video .heading__sort-link, .heading--sort-corp .heading__sort-link, .heading--sort .heading__sort-link--active, .heading--sort-video .heading__sort-link--active, .heading--sort-corp .heading__sort-link--active {
  color: #1a1a1a;
  padding: 0 .5em;
  display: inline-block;
  font-size: 1.125em;
}

@media screen and (min-width: 40em) {
  .heading--sort .heading__sort-link, .heading--sort-video .heading__sort-link, .heading--sort-corp .heading__sort-link, .heading--sort .heading__sort-link--active, .heading--sort-video .heading__sort-link--active, .heading--sort-corp .heading__sort-link--active {
    padding: 0 1.5em;
    padding-top: 2px;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--sort .heading__sort-link, .heading--sort-video .heading__sort-link, .heading--sort-corp .heading__sort-link, .heading--sort .heading__sort-link--active, .heading--sort-video .heading__sort-link--active, .heading--sort-corp .heading__sort-link--active {
    float: left;
    padding: 0 .5em;
    padding-top: 2px;
  }
}

.heading--sort .heading__sort-link:hover, .heading--sort-video .heading__sort-link:hover, .heading--sort-corp .heading__sort-link:hover, .heading--sort .heading__sort-link--active:hover, .heading--sort-video .heading__sort-link--active:hover, .heading--sort-corp .heading__sort-link--active:hover {
  color: #1a1a1a;
}

.heading--sort .heading__sort-link--active, .heading--sort-video .heading__sort-link--active, .heading--sort-corp .heading__sort-link--active {
  font-weight: 700;
  padding-top: 0;
}

.heading--sort .heading__sort-title, .heading--sort-video .heading__sort-title, .heading--sort-corp .heading__sort-title {
  display: inline;
  font-size: 1.125rem;
  margin-right: .75em;
  padding-top: .1em;
}

@media screen and (min-width: 40em) {
  .heading--sort .heading__sort-title, .heading--sort-video .heading__sort-title, .heading--sort-corp .heading__sort-title {
    float: left;
  }
}

.heading--sort .heading__search, .heading--sort-video .heading__search, .heading--sort-corp .heading__search {
  float: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  -ms-flex-order: 3;
}

@media screen and (min-width: 40em) {
  .heading--sort .heading__search, .heading--sort-video .heading__search, .heading--sort-corp .heading__search {
    display: block;
    float: right;
    width: 25%;
    position: absolute;
    right: 1.125em;
    bottom: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--sort .heading__search, .heading--sort-video .heading__search, .heading--sort-corp .heading__search {
    position: relative;
    right: auto;
  }
}

.heading--sort .heading__search .form-field__input::-webkit-input-placeholder, .heading--sort-video .heading__search .form-field__input::-webkit-input-placeholder, .heading--sort-corp .heading__search .form-field__input::-webkit-input-placeholder {
  color: #313131;
}

.heading--sort .heading__search .form-field__input::-moz-placeholder, .heading--sort-video .heading__search .form-field__input::-moz-placeholder, .heading--sort-corp .heading__search .form-field__input::-moz-placeholder {
  color: #313131;
}

.heading--sort .heading__search .form-field__input:-moz-placeholder, .heading--sort-video .heading__search .form-field__input:-moz-placeholder, .heading--sort-corp .heading__search .form-field__input:-moz-placeholder {
  color: #313131;
}

.heading--sort .heading__search .form-field__input:-ms-input-placeholder, .heading--sort-video .heading__search .form-field__input:-ms-input-placeholder, .heading--sort-corp .heading__search .form-field__input:-ms-input-placeholder {
  color: #313131;
}

.heading--sort .heading__pickers, .heading--sort-video .heading__pickers, .heading--sort-corp .heading__pickers {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  float: left;
  margin-top: 1em;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .heading--sort .heading__pickers, .heading--sort-video .heading__pickers, .heading--sort-corp .heading__pickers {
    width: 55%;
    margin-top: 2em;
    position: absolute;
    left: 1.125em;
    bottom: -.25em;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--sort .heading__pickers, .heading--sort-video .heading__pickers, .heading--sort-corp .heading__pickers {
    width: 45em;
    float: right;
    left: auto;
    bottom: auto;
    position: relative;
    margin-top: 0;
  }
}

.heading--sort .heading__pickers .picker.picker--right, .heading--sort-video .heading__pickers .picker.picker--right, .heading--sort-corp .heading__pickers .picker.picker--right, .heading--sort .heading__pickers .picker--right.picker--large, .heading--sort-video .heading__pickers .picker--right.picker--large, .heading--sort-corp .heading__pickers .picker--right.picker--large, .heading--sort .heading__pickers .picker--right.picker--sidebar-sort, .heading--sort-video .heading__pickers .picker--right.picker--sidebar-sort, .heading--sort-corp .heading__pickers .picker--right.picker--sidebar-sort {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1em;
}

@media screen and (min-width: 40em) {
  .heading--sort .heading__pickers .picker.picker--right, .heading--sort-video .heading__pickers .picker.picker--right, .heading--sort-corp .heading__pickers .picker.picker--right, .heading--sort .heading__pickers .picker--right.picker--large, .heading--sort-video .heading__pickers .picker--right.picker--large, .heading--sort-corp .heading__pickers .picker--right.picker--large, .heading--sort .heading__pickers .picker--right.picker--sidebar-sort, .heading--sort-video .heading__pickers .picker--right.picker--sidebar-sort, .heading--sort-corp .heading__pickers .picker--right.picker--sidebar-sort {
    float: left;
    width: 47%;
    margin-right: 3%;
  }
}

.heading--sort .heading__pickers .picker__label, .heading--sort-video .heading__pickers .picker__label, .heading--sort-corp .heading__pickers .picker__label {
  overflow: hidden;
}

.heading--sort .share-container, .heading--sort-video .share-container, .heading--sort-corp .share-container {
  position: relative;
  left: 50%;
  top: 2.5em;
  margin-bottom: 3em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 40em) {
  .heading--sort .share-container, .heading--sort-video .share-container, .heading--sort-corp .share-container {
    display: block;
    margin-bottom: 4em;
    top: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--sort .share-container, .heading--sort-video .share-container, .heading--sort-corp .share-container {
    position: absolute;
    top: 4.5em;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 87.5em) {
  .heading--resources {
    display: block;
  }
}

.heading--resources .heading__title {
  margin-bottom: 1em;
  max-width: 70%;
}

.heading--resources .heading__content {
  float: left;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (min-width: 87.5em) {
  .heading--resources .heading__content {
    text-align: left;
  }
}

.heading--resources .heading__sort-by {
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 1.5em;
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  box-ordinal-group: 5;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
  -ms-flex-order: 5;
}

@media screen and (min-width: 87.5em) {
  .heading--resources .heading__sort-by {
    -webkit-box-ordinal-group: unset;
    -moz-box-ordinal-group: unset;
    box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-order: unset;
    order: unset;
    -ms-flex-order: unset;
    width: 75%;
    text-align: center;
    float: left;
    margin: 0;
    top: auto;
    margin-top: 1.5em;
  }
}

.heading--resources .heading__sort-link, .heading--resources .heading__sort-link--active {
  color: #1a1a1a;
  padding: 0 .5em;
  display: inline-block;
  font-size: 1.125em;
}

@media screen and (min-width: 40em) {
  .heading--resources .heading__sort-link, .heading--resources .heading__sort-link--active {
    padding: 0 1.5em;
    padding-top: 2px;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--resources .heading__sort-link, .heading--resources .heading__sort-link--active {
    float: left;
    padding: 0 .5em;
    padding-top: 2px;
  }
}

.heading--resources .heading__sort-link:hover, .heading--resources .heading__sort-link--active:hover {
  color: #1a1a1a;
}

.heading--resources .heading__sort-link--active {
  font-weight: 700;
  padding-top: 0;
}

.heading--resources .heading__sort-title {
  display: inline;
  font-size: 1.125rem;
  margin-right: .75em;
  padding-top: .1em;
}

@media screen and (min-width: 87.5em) {
  .heading--resources .heading__sort-title {
    float: left;
  }
}

.heading--resources .heading__search {
  margin-top: 2em;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .heading--resources .heading__search {
    width: 25%;
    float: left;
    margin-top: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--resources .heading__search {
    float: right;
    width: 25%;
  }
}

.heading--resources .share-container.share-container--resources {
  position: relative;
  left: 50%;
  top: 2.5em;
  margin-bottom: 3em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 40em) {
  .heading--resources .share-container.share-container--resources {
    position: absolute;
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 25em;
    top: 12em;
    right: 0;
    left: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 67.375em) {
  .heading--resources .share-container.share-container--resources {
    top: 9em;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--resources .share-container.share-container--resources {
    margin-bottom: 4em;
    top: 1em;
    width: 20em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.heading__copy {
  margin-bottom: 0;
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media screen and (min-width: 40em) {
  .heading__copy {
    padding-top: 0;
    padding-bottom: 4em;
  }
}

@media screen and (min-width: 87.5em) {
  .heading__copy {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    padding-bottom: 2em;
    text-align: left;
  }
  .heading__copy:last-child {
    margin-right: 0;
  }
}

.heading__title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
}

.heading__title:last-child {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .heading__title {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .heading__title {
    text-align: left;
  }
}

.heading--sort-blog {
  display: none;
  padding-top: 1.5em;
}

.heading--sort-blog .heading__content {
  padding: 1em 0 .5em;
}

.heading--sort-blog[data-modify="active"] {
  display: block;
}

.heading--sort-blog .heading__sort-by {
  top: 0;
  margin-bottom: 1.25em;
}

@media screen and (min-width: 40em) {
  .heading--sort-blog .heading__sort-by {
    float: left;
    top: .75em;
    width: 73%;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--sort-blog .heading__sort-by {
    top: 0;
  }
}

.heading--sort-blog .heading__search {
  position: relative;
  top: 0;
}

@media screen and (min-width: 40em) {
  .heading--sort-blog .heading__search {
    right: 0;
  }
  .heading--sort-blog .heading__search .form-field .icon-search {
    width: 30%;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--sort-blog .heading__search .form-field .icon-search {
    width: 20%;
  }
}

.heading--sort-video {
  margin-bottom: 1em;
  padding-top: .5em;
}

@media screen and (min-width: 40em) {
  .heading--sort-video {
    padding-top: 2em;
  }
}

.heading--sort-video .picker, .heading--sort-video .picker--large, .heading--sort-video .picker--sidebar-sort {
  width: 100%;
  float: right;
}

@media screen and (min-width: 40em) {
  .heading--sort-video .picker, .heading--sort-video .picker--large, .heading--sort-video .picker--sidebar-sort {
    width: auto;
  }
}

.heading--sort-video .heading__sort-title {
  float: left;
  margin-right: 1em;
}

@media screen and (min-width: 40em) {
  .heading--sort-video .heading__sort-title {
    margin-right: .75em;
    width: auto;
  }
}

.heading--sort-video .heading__sort-by {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 40em) {
  .heading--sort-video .heading__sort-by {
    display: table-cell;
    margin-bottom: 0;
  }
}

.heading--sort-corp {
  border-bottom: 1px solid #4e4e4e;
  border-top: 1px solid #4e4e4e;
  margin-bottom: 3.5em;
  padding-top: 0.875em;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .heading--sort-corp {
    padding: 1.5em 0;
  }
}

.heading--sort-corp .picker, .heading--sort-corp .picker--large, .heading--sort-corp .picker--sidebar-sort {
  width: 100%;
  float: right;
}

@media screen and (min-width: 40em) {
  .heading--sort-corp .picker, .heading--sort-corp .picker--large, .heading--sort-corp .picker--sidebar-sort {
    width: auto;
  }
}

.heading--sort-corp .heading__content {
  text-align: center;
}

.heading--sort-corp .heading__sort-title {
  float: left;
  margin-right: 1em;
}

@media screen and (min-width: 40em) {
  .heading--sort-corp .heading__sort-title {
    margin-right: .75em;
    width: auto;
  }
}

.heading--sort-corp .heading__sort-by {
  float: none;
  margin-bottom: 1.5em;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .heading--sort-corp .heading__sort-by {
    display: inline-block;
    margin-bottom: 0;
    top: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .heading--sort-corp .heading__sort-by {
    padding-bottom: .75em;
    padding-top: .75em;
  }
}

.heading--sort-corp .heading__sort-link, .heading--sort-corp .heading__sort-link--active {
  text-transform: uppercase;
}

.heading--statemaps .heading__title {
  font-size: 1.5em;
}

@media screen and (min-width: 40em) {
  .heading--statemaps .heading__title {
    font-size: 1.875em;
  }
}

.heading--statemaps .heading__copy {
  font-size: 1em;
  padding-top: 1em;
}

@media screen and (min-width: 40em) {
  .heading--statemaps .heading__copy {
    font-size: 1.125em;
    padding-top: .25em;
  }
}

.filterbar {
  background: #222222;
  position: relative;
  z-index: 2;
  width: 100%;
}

.filterbar__inner {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (min-width: 40em) {
  .filterbar__inner {
    display: table;
  }
}

.filterbar__search {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-bottom: 1px solid #4e4e4e;
  height: 6.5625em;
  margin: 0 auto 1.875em auto;
}

.filterbar__search:last-child {
  margin-right: 0;
}

@media screen and (min-width: 87.5em) {
  .filterbar__search {
    border-bottom: none;
    border-left: 1px solid #4e4e4e;
    display: table;
    float: right;
    padding-left: 4.0625em;
    width: 25em;
    margin: 0;
  }
}

.filterbar__search .form-field {
  width: 17.5em;
  margin: 0 auto;
  padding: 1.5em 0;
  position: relative;
  vertical-align: middle;
}

.filterbar__search .form-field .form-field__input {
  -webkit-appearance: none;
  margin-bottom: 0;
}

.filterbar__search .form-field .form-field__input::-webkit-input-placeholder {
  color: #313131;
}

.filterbar__search .form-field .form-field__input::-moz-placeholder {
  color: #313131;
}

.filterbar__search .form-field .form-field__input:-moz-placeholder {
  color: #313131;
}

.filterbar__search .form-field .form-field__input:-ms-input-placeholder {
  color: #313131;
}

@media screen and (min-width: 40em) {
  .filterbar__search .form-field {
    margin: 0 auto;
    width: 20em;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__search .form-field {
    display: table-cell;
    margin: 0;
    width: 20em;
  }
}

.filterbar__search .icon-search {
  height: 3.4375em;
  line-height: 3.4375em;
  padding: 0 1.5625em;
  top: 1.5625em;
}

.filterbar__search .icon-search:before {
  font-size: 1.125em;
  line-height: 3.22222em;
  right: 0.9375em;
}

.filterbar__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 44em) {
  .filterbar__list {
    display: table;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__list {
    float: left;
    width: 60em;
  }
}

.filterbar__list-item, .filterbar__list-item--clear, .filterbar__list-item--label {
  border-collapse: separate;
  border-spacing: 20px 0;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item, .filterbar__list-item--clear, .filterbar__list-item--label {
    width: auto;
    display: table-cell;
  }
}

@media screen and (min-width: 40em) {
  .filterbar__list-item .filterbar__link:hover, .filterbar__list-item--clear .filterbar__link:hover, .filterbar__list-item--label .filterbar__link:hover {
    -webkit-transition: background-color 0.35s ease-out;
    -moz-transition: background-color 0.35s ease-out;
    transition: background-color 0.35s ease-out;
    background: #414141;
  }
}

.filterbar__list-item .filterbar--mobile, .filterbar__list-item--clear .filterbar--mobile, .filterbar__list-item--label .filterbar--mobile {
  max-height: 0;
}

.filterbar--mobile {
  display: none;
}

.filterbar__list-item--label,
.filterbar__list-item--clear {
  display: inline-block;
  font-size: 1em;
  width: 100%;
  text-align: center;
  color: #9f9f9f;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item--label,
  .filterbar__list-item--clear {
    text-align: left;
    width: 49.2%;
    display: table-cell;
    padding: 0 5px;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__list-item--label,
  .filterbar__list-item--clear {
    color: #9f9f9f;
    font-size: 1em;
    line-height: 5.25em;
    width: 20%;
  }
}

.filterbar__list-item--label a,
.filterbar__list-item--clear a {
  color: #9f9f9f;
}

.filterbar__list-item--label:hover,
.filterbar__list-item--clear:hover {
  background: transparent;
}

.filterbar__list-item--label {
  padding: 1em 0;
  width: 100%;
  text-align: center;
  max-height: 6.5625em;
}

@media screen and (min-width: 44em) {
  .filterbar__list-item--label {
    padding: 1em 0 1em 1em;
    text-align: left;
    width: 75%;
  }
}

@media screen and (min-width: 75em) {
  .filterbar__list-item--label {
    width: 50%;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__list-item--label {
    text-align: center;
    padding: 0;
    width: 25%;
    padding-right: .5em;
  }
}

.filterbar__list-item--clear {
  -webkit-box-ordinal-group: 99;
  -moz-box-ordinal-group: 99;
  box-ordinal-group: 99;
  -webkit-order: 99;
  -moz-order: 99;
  order: 99;
  -ms-flex-order: 99;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 87.5em) {
  .filterbar__list-item--clear {
    display: table-cell;
    max-height: none;
    padding: 0;
    text-align: right;
  }
}

.filterbar__list-item--clear [data-sift-clear] {
  overflow: hidden;
  position: relative;
  right: -100em;
  top: 0;
  opacity: 0;
  width: 100%;
  max-height: 0;
  -webkit-transition: opacity 0.2s ease-in 0.2s, right 0.01s linear 0.4s, top 0.01s linear 0.4s, max-height 0.2s ease-out, padding 0.2s ease-out 0.2s;
  -moz-transition: opacity 0.2s ease-in 0.2s, right 0.01s linear 0.4s, top 0.01s linear 0.4s, max-height 0.2s ease-out, padding 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-in 0.2s, right 0.01s linear 0.4s, top 0.01s linear 0.4s, max-height 0.2s ease-out, padding 0.2s ease-out 0.2s;
}

.filterbar__list-item--clear [data-sift-clear].active {
  -webkit-transition: opacity 0.2s ease-in, right 0.01s linear 0.4s, max-height 0.2s ease-out, padding 0.2s ease-out 0.2s;
  -moz-transition: opacity 0.2s ease-in, right 0.01s linear 0.4s, max-height 0.2s ease-out, padding 0.2s ease-out 0.2s;
  transition: opacity 0.2s ease-in, right 0.01s linear 0.4s, max-height 0.2s ease-out, padding 0.2s ease-out 0.2s;
  padding: 1em 0;
  display: block;
  float: left;
  top: 0;
  right: 0%;
  opacity: 1;
  max-height: 5em;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item--clear [data-sift-clear].active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    float: none;
    right: 0;
    width: auto;
    padding: 0;
  }
}

.filterbar__list-item--clear [data-sift-clear]:before {
  content: "\e60d";
  font-family: 'icomoon';
  font-size: 0.75em !important;
  padding-right: 0.625em;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item--clear {
    text-align: center;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__list-item--clear {
    width: 20%;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__list-item--clear:last-child {
    display: table-cell;
  }
}

@media screen and (min-width: 40em) {
  .filterbar__list-item--clear:not(:last-child) {
    display: none;
  }
}

.filterbar__link {
  color: #fff;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 2.5em;
  padding: 0 1.5625em;
  position: relative;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (min-width: 40em) {
  .filterbar__link {
    line-height: 3.05556em;
    padding: 0 1.66667em;
    text-align: center;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__link {
    height: 5.83333em;
    line-height: 5.83333em;
  }
}

.filterbar__link:after {
  font-family: 'icomoon';
  content: "\e600";
  font-size: 6px;
  height: 7.5em;
  line-height: 7.5em;
  position: relative;
  left: 10px;
  top: -3px;
}

@media screen and (min-width: 40em) {
  .filterbar__link:after {
    height: 9.16667em;
    line-height: 9.16667em;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__link:after {
    height: 17.5em;
    line-height: 17.5em;
  }
}

.filterbar__link:hover, .filterbar__link:focus, .filterbar__link:visited {
  color: #fff;
}

.dropdown-navigation--close {
  position: absolute;
  top: 0;
  right: 0;
}

.dropdown-navigation--close:after {
  font-family: 'icomoon';
  content: "\e612";
  color: #fff;
  font-size: 1.25em;
  display: none;
}

@media screen and (min-width: 40em) {
  .dropdown-navigation--close:after {
    display: block;
    padding: 1em;
  }
}

@media screen and (min-width: 87.5em) {
  .dropdown-navigation--close:after {
    padding: 2em;
  }
}

.filterbar__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(49, 49, 49, 0.95);
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.filterbar__overlay.show {
  -webkit-transition: opacity 0.3s ease-out 0.1s;
  -moz-transition: opacity 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s;
  display: block;
  opacity: 1;
}

.dropdown-navigation--filter {
  background: none;
  z-index: 99;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .dropdown-navigation--filter {
    overflow: visible;
    top: 11.875em;
  }
}

@media screen and (min-width: 87.5em) {
  .dropdown-navigation--filter {
    overflow-x: hidden;
    top: 6.5625em;
  }
}

.dropdown-navigation--filter .checklist {
  display: none;
  float: none;
  padding: 1.25em 0;
  -webkit-column-gap: 1.875em;
  -moz-column-gap: 1.875em;
  column-gap: 1.875em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
}

.dropdown-navigation--filter .checklist:last-child {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .dropdown-navigation--filter .checklist {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 87.5em) {
  .dropdown-navigation--filter .checklist {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

.dropdown-navigation--filter .checklist .checklist__item {
  display: block;
  font-size: 0.94118em;
  line-height: 1.25;
  min-width: 180px;
  padding: .2em 0;
}

.dropdown-navigation--filter .checklist .checklist__item:first-child {
  margin-top: 0;
}

.dropdown-navigation--filter .checklist .form-field__label, .dropdown-navigation--filter .checklist .form-field .form-field__label--light, .form-field .dropdown-navigation--filter .checklist .form-field__label--light {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 87.5em) {
  .dropdown-navigation--filter .checklist .form-field__label, .dropdown-navigation--filter .checklist .form-field .form-field__label--light, .form-field .dropdown-navigation--filter .checklist .form-field__label--light {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.dropdown-navigation--filter .checklist .form-field__label:before, .dropdown-navigation--filter .checklist .form-field .form-field__label--light:before, .form-field .dropdown-navigation--filter .checklist .form-field__label--light:before {
  background: #7f7f7f;
  border-color: #222222;
}

.dropdown-navigation--filter .checklist .form-field__label:after, .dropdown-navigation--filter .checklist .form-field .form-field__label--light:after, .form-field .dropdown-navigation--filter .checklist .form-field__label--light:after {
  left: 3px;
  top: 31px;
}

@media screen and (min-width: 87.5em) {
  .dropdown-navigation--filter .checklist .form-field__label:after, .dropdown-navigation--filter .checklist .form-field .form-field__label--light:after, .form-field .dropdown-navigation--filter .checklist .form-field__label--light:after {
    top: 27px;
  }
}

.dropdown-navigation--filter .checklist .form-field__checkbox:checked + .form-field__label:after, .dropdown-navigation--filter .checklist .form-field .form-field__checkbox:checked + .form-field__label--light:after, .form-field .dropdown-navigation--filter .checklist .form-field__checkbox:checked + .form-field__label--light:after {
  background-color: #FFDF1B;
}

.filterbar__multi-select {
  display: block;
  max-height: 2.75em;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .filterbar__multi-select {
    display: none;
  }
}

.filterbar--mobile {
  position: fixed;
  display: none;
  z-index: 100;
  background-color: #313131;
  bottom: -10em;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: bottom 0.01s ease-out 1s, opacity 0.2s linear, max-height 0s linear 0.5s;
  -moz-transition: bottom 0.01s ease-out 1s, opacity 0.2s linear, max-height 0s linear 0.5s;
  transition: bottom 0.01s ease-out 1s, opacity 0.2s linear, max-height 0s linear 0.5s;
}

@media screen and (min-width: 40em) {
  .filterbar--mobile {
    display: block;
  }
}

.filterbar--mobile .filterbar--mobile__count {
  width: 100%;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  position: relative;
  top: 1.5em;
  left: 1em;
}

.filterbar--mobile .btn--primary {
  position: relative;
  bottom: .65em;
  right: .65em;
  float: right;
}

[data-sift-column] .checklist__item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

[data-sift-warn], [data-sift-error], [data-sift-reload], [data-sift-fatal] {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  overflow: hidden;
  text-align: center;
  -webkit-transition: opacity 0.2s ease-out 0.1s;
  -moz-transition: opacity 0.2s ease-out 0.1s;
  transition: opacity 0.2s ease-out 0.1s;
}

[data-sift-warn]::after, [data-sift-error]::after, [data-sift-reload]::after, [data-sift-fatal]::after {
  clear: both;
  content: "";
  display: table;
}

[data-sift-warn] h2, [data-sift-error] h2, [data-sift-reload] h2, [data-sift-fatal] h2 {
  margin-bottom: .5em;
}

[data-sift-warn][data-modify="hidden"], [data-sift-error][data-modify="hidden"], [data-sift-reload][data-modify="hidden"], [data-sift-fatal][data-modify="hidden"] {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  margin-top: 0;
  opacity: 0;
  height: 0;
}

#blog_spinner[data-modify="hidden"] {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.2s ease-out, height 0.01s linear 0.2s;
  -moz-transition: opacity 0.2s ease-out, height 0.01s linear 0.2s;
  transition: opacity 0.2s ease-out, height 0.01s linear 0.2s;
}

.campaign-callout__container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.campaign-callout__container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 87.5em) {
  .campaign-callout__container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .campaign-callout__container:last-child {
    margin-right: 0;
  }
}

.campaign-callout__container--explore {
  margin-bottom: 3.5em;
  margin-top: 3em;
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.campaign-callout__container--explore::after {
  clear: both;
  content: "";
  display: table;
}

.campaign-callout__container--explore .campaign-callout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2em 0;
  height: 24em;
}

.campaign-callout__container--explore .campaign-callout:last-child {
  margin-right: 0;
}

@media screen and (min-width: 87.5em) {
  .campaign-callout__container--explore .campaign-callout {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    height: 31em;
    padding: 0;
  }
  .campaign-callout__container--explore .campaign-callout:last-child {
    margin-right: 0;
  }
}

.campaign-callout__container--explore .campaign-callout__content {
  padding: 0;
}

.campaign-callout__container--explore .campaign-callout__title {
  line-height: .7em;
}

.campaign-callout__container--explore .campaign-callout__link {
  font-size: 2.125rem;
}

@media screen and (min-width: 87.5em) {
  .campaign-callout__container--explore .campaign-callout__link {
    font-size: 3.125rem;
  }
}

.callouts,
.callouts--white {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.callouts::after,
.callouts--white::after {
  clear: both;
  content: "";
  display: table;
}

.callouts--white {
  background-color: #fff;
  padding: 0;
}

@media screen and (min-width: 87.5em) {
  .callouts--white {
    padding: 3em 0;
  }
}

.callouts--white .campaign-callout__title {
  font-size: 1.875rem;
}

.campaign-callout {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 16.875em;
  min-width: 17.5em;
  position: relative;
  text-align: left;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.campaign-callout:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.campaign-callout:after {
  background: rgba(0, 0, 0, 0.7);
}

.campaign-callout > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 87.5em) {
  .campaign-callout {
    height: 0;
    padding-bottom: 64.1791%;
    position: relative;
  }
  .campaign-callout > *:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

.campaign-callout:hover:after {
  background: rgba(0, 0, 0, 0.6);
}

.campaign-callout .campaign-callout__inner {
  display: block;
  height: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 2;
}

.campaign-callout .campaign-callout__content {
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 1em 1.25em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 40em) {
  .campaign-callout .campaign-callout__content {
    padding: 0 2.625em;
    text-align: left;
  }
}

.campaign-callout .campaign-callout__title {
  margin-bottom: 0.45455em;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .campaign-callout .campaign-callout__title {
    margin-bottom: 1em;
    width: 75%;
  }
}

.campaign-callout .campaign-callout__link {
  color: #fff;
}

.campaign-callout .campaign-callout__cta {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}

.campaign-callout .campaign-callout__subheader {
  color: #fff;
  font-size: 22px;
  margin-bottom: 1.5em;
}

.campaign-callout a.btn--primary {
  font-size: 1em;
  text-align: left;
}

.campaign-callout--white {
  background-color: #fff;
}

.recent-tweets {
  background: #f1f1f1;
  padding: 2.1875em 2.5em;
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.recent-tweets::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 87.5em) {
  .recent-tweets {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    min-height: 26.625em;
  }
  .recent-tweets:last-child {
    margin-right: 0;
  }
}

.recent-tweets__header {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5625em;
  position: relative;
}

.recent-tweets__header::after {
  clear: both;
  content: "";
  display: table;
}

.recent-tweets__title {
  text-transform: uppercase;
}

.recent-tweets__follow-cta {
  position: relative;
  top: .75em;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .recent-tweets__follow-cta {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.recent-tweets__follow-cta .icon-twitter:before {
  font-size: 0.875em;
  padding-right: 0.625em;
}

.recent-tweet__item {
  margin-bottom: 1.125em;
  font-size: 1em;
  line-height: 1.5em;
}

@media screen and (min-width: 40em) {
  .recent-tweet__item {
    margin-bottom: 0.81818em;
    font-size: 1.2em;
    line-height: 1.36364em;
  }
}

.recent-tweet__item:last-child {
  margin-bottom: 0;
}

.recent-tweet__item .timestamp {
  font-size: 0.72727em;
}

.three-callouts {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.three-callouts::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 71.875em) {
  .three-callouts {
    border-collapse: separate;
    border-spacing: 1px;
    display: table;
    width: 100%;
  }
}

.three-callouts__container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.three-callouts__container::after {
  clear: both;
  content: "";
  display: table;
}

.three-callouts__column {
  border-bottom: 1px solid #9f9f9f;
  display: block;
  padding: 1.875em 0;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media screen and (min-width: 71.875em) {
  .three-callouts__column {
    margin: 0;
    border: none;
    display: table-cell;
    width: auto;
  }
}

.three-callouts__title,
.three-callouts__title + .btn__callout--header {
  display: block;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .three-callouts__title,
  .three-callouts__title + .btn__callout--header {
    display: inline-block;
    width: 49.5%;
  }
}

@media screen and (min-width: 71.875em) {
  .three-callouts__title,
  .three-callouts__title + .btn__callout--header {
    display: table;
    width: 100%;
  }
}

.three-callouts__title {
  font-size: 1.875em;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .three-callouts__title {
    font-size: 2.1875em;
    text-align: left;
  }
}

@media screen and (min-width: 87.5em) {
  .three-callouts__title {
    font-size: 2.5em;
    text-align: center;
  }
}

.simple-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-left: 1em;
  margin-top: 2em;
}

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

@media screen and (min-width: 87.5em) {
  .simple-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-top: 1em;
  }
  .simple-list:last-child {
    margin-right: 0;
  }
}

.simple-list__title {
  color: #1a1a1a;
  font-size: 1.375em;
  text-transform: uppercase;
  font-weight: 700;
}

.simple-list__item:last-child .simple-list__link {
  border-bottom: none;
}

.simple-list__link {
  color: #1a1a1a;
  display: block;
  float: left;
  width: 100%;
  font-size: 1.375em;
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  border-bottom: 1px solid #9f9f9f;
}

.wysiwyg {
  margin-bottom: 3em;
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: .5em;
  width: 100%;
  font-weight: 400;
  text-transform: none;
}

.wysiwyg h4 {
  font-weight: 600;
}

.wysiwyg p {
  font-size: 1em;
  margin-bottom: 1.875em;
}

.wysiwyg figure {
  text-align: center;
}

.wysiwyg figure figcaption {
  display: block;
  font: 0.9375em "Merriweather", serif;
  text-align: center;
  font-style: italic;
  color: #9f9f9f;
}

.wysiwyg figure figcaption:before {
  display: block;
  content: "";
  height: 0.0625em;
  background: #9f9f9f;
  width: 3.4375em;
  position: relative;
  margin: 1.25em auto;
}

.wysiwyg li > a {
  line-height: 1.4em;
}

.wysiwyg ul, .wysiwyg ol {
  margin-top: 1em;
  margin-bottom: 1.875em;
}

.wysiwyg ul {
  list-style-type: square;
  margin-left: 1.25em;
}

.wysiwyg ol {
  list-style-type: decimal;
  margin-left: 1.25em;
}

.wysiwyg li {
  margin-bottom: 1em;
}

.wysiwyg img {
  margin: 0 1.25em 1em 0;
}

.wysiwyg blockquote {
  color: #313131;
  font: 1.75em "Merriweather", serif;
  font-style: italic;
  margin: 1.5em 0;
  padding-left: 0.75em;
  text-align: center;
}

.wysiwyg hr {
  margin: 2.5em 0;
}

.wysiwyg cite {
  color: #313131;
  font-family: "Merriweather", serif;
  font-style: italic;
}

.wysiwyg cite:before {
  content: '\2014 \00A0';
}

.wysiwyg .fb-page,
.wysiwyg .fb-page span,
.wysiwyg .fb-page span iframe[style] {
  width: 100% !important;
}

.wysiwyg .benefits-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2.5em;
  padding-bottom: 1.25em;
}

.wysiwyg .benefits-list td {
  border-bottom: 0;
  padding: 1.25em 0;
  vertical-align: middle;
}

.wysiwyg .benefits-list td img {
  margin-bottom: 0;
  height: auto !important;
  width: 150px;
}

.wysiwyg .benefits-list td:first-child {
  text-align: center;
}

.wysiwyg .benefits-list td:last-child {
  padding-left: 0.625em;
  width: 85%;
}

.wysiwyg .cta-block {
  background: #313131;
  color: #fff;
  padding: 6.25em;
  text-align: center;
}

.wysiwyg .cta-block p {
  color: #fff;
}

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

.wysiwyg .wysiwyg__social-embed--right, .wysiwyg .wysiwyg__video-embed--right {
  margin: 0 0 1.6em;
}

@media screen and (min-width: 40em) {
  .wysiwyg .wysiwyg__social-embed--right, .wysiwyg .wysiwyg__video-embed--right {
    float: right;
    margin: 0 0 1.6em 1.6em;
  }
}

.wysiwyg .wysiwyg__social-embed--left, .wysiwyg .wysiwyg__video-embed--left {
  margin: 0 0 1.6em;
}

@media screen and (min-width: 40em) {
  .wysiwyg .wysiwyg__social-embed--left, .wysiwyg .wysiwyg__video-embed--left {
    float: left;
    margin: 0 1.6em 1.6em 0;
  }
}

.wysiwyg .wysiwyg__image-center {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 40em) {
  .wysiwyg .wysiwyg__image-center {
    width: 75%;
  }
}

@media screen and (min-width: 87.5em) {
  .wysiwyg .wysiwyg__image-center {
    width: 50%;
  }
}

.wysiwyg .wysiwyg__video-embed--right, .wysiwyg .wysiwyg__video-embed--left {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

@media screen and (min-width: 40em) {
  .wysiwyg .wysiwyg__video-embed--right, .wysiwyg .wysiwyg__video-embed--left {
    width: 45%;
    padding-bottom: 25.3125%;
  }
}

.wysiwyg .wysiwyg__video-embed--right > video, .wysiwyg .wysiwyg__video-embed--left > video, .wysiwyg .wysiwyg__video-embed--right > iframe, .wysiwyg .wysiwyg__video-embed--left > iframe, .wysiwyg .wysiwyg__video-embed--right > object, .wysiwyg .wysiwyg__video-embed--left > object, .wysiwyg .wysiwyg__video-embed--right > embed, .wysiwyg .wysiwyg__video-embed--left > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg__video-embed--center {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.6em;
}

@media screen and (min-width: 40em) {
  .wysiwyg__video-embed--center {
    width: 75%;
    padding-bottom: 42.1875%;
  }
}

@media screen and (min-width: 87.5em) {
  .wysiwyg__video-embed--center {
    width: 50%;
    padding-bottom: 28.125%;
  }
}

.wysiwyg__video-embed--center > video, .wysiwyg__video-embed--center > iframe, .wysiwyg__video-embed--center > object, .wysiwyg__video-embed--center > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg__image-center img {
  margin: 0;
}

.wysiwyg .no-bullets {
  list-style-type: none;
  margin-left: 0;
}

.wysiwyg .no-bullets > li {
  margin-bottom: .25em;
}

.wysiwyg .no-bullets > li > p {
  margin-bottom: 0;
}

.wysiwyg__logos {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.wysiwyg__logos > a {
  border: 1px solid #f1f1f1;
  display: block;
  height: 8.375em;
  margin: 0 0 1em 0 !important;
  width: 47.5%;
}

@media screen and (min-width: 40em) {
  .wysiwyg__logos > a {
    width: 32%;
  }
}

@media screen and (min-width: 87.5em) {
  .wysiwyg__logos > a {
    width: 23.5%;
  }
}

.wysiwyg__logos > a > img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  max-height: 80%;
  max-width: 80%;
  position: relative;
  top: 50%;
}

.wysiwyg [src^="//e.issuu.com/embed.html"] {
  width: 100% !important;
  max-width: 50em;
}

.wysiwyg .issuuembed {
  width: 100% !important;
}

.wysiwyg .trump-intro {
  float: left;
  width: 100%;
  font-size: 1.25em;
  margin-top: 2.5em;
  margin-bottom: 3.5em;
  text-align: center;
}

.wysiwyg .trump-headline {
  width: 100%;
  float: left;
  text-align: center;
  margin: 2em 0;
  font-weight: 700;
  font-size: 1.75em;
}

.wysiwyg .trump-headline.trump-headline--large {
  font-size: 3em;
  margin: 1.25em 0;
}

.trump-quote__image-holder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  float: left;
}

.trump-quote__image-holder .trump-quote__image {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 75em) {
  .trump-quote__image-holder .trump-quote__image {
    margin: 0 1.25em 1em 0;
    max-width: 50em;
  }
}

.trump-quote__row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trump-tweets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  float: left;
  width: 100%;
  margin-bottom: 2em;
}

.trump-tweets .wysiwyg__social-embed--left {
  margin: 0 1em;
  max-width: 100%;
}

@media screen and (min-width: 40em) {
  .trump-tweets .wysiwyg__social-embed--left {
    max-width: calc(50% - 2em);
  }
}

@media screen and (min-width: 87.5em) {
  .trump-tweets .wysiwyg__social-embed--left {
    max-width: calc(33% - 2em);
  }
}

[data-trump] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  float: left;
  margin: 0;
  margin-bottom: 4em;
  width: 100%;
}

@media screen and (min-width: 40em) {
  [data-trump] {
    margin-bottom: 1em;
  }
}

.trump-swiper {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .trump-swiper {
    width: 38em;
  }
}

@media screen and (min-width: 75em) {
  .trump-swiper {
    width: 40em;
  }
}

.trump-swiper .slick-prev, .trump-swiper .slick-next {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  font-size: 2em;
  position: absolute;
  bottom: -4em;
  z-index: 100;
}

@media screen and (min-width: 40em) {
  .trump-swiper .slick-prev, .trump-swiper .slick-next {
    bottom: auto;
    font-size: 2.25em;
    top: 50%;
  }
}

.trump-swiper .slick-prev:hover, .trump-swiper .slick-prev:active, .trump-swiper .slick-prev:focus, .trump-swiper .slick-next:hover, .trump-swiper .slick-next:active, .trump-swiper .slick-next:focus {
  color: #1a1a1a;
  outline: none;
}

.trump-swiper .slick-prev:before, .trump-swiper .slick-next:before {
  font-family: 'icomoon';
  display: block;
}

.trump-swiper .slick-prev {
  left: 25%;
}

@media screen and (min-width: 40em) {
  .trump-swiper .slick-prev {
    left: 0;
  }
}

.trump-swiper .slick-prev:before {
  content: '\e601';
}

.trump-swiper .slick-next {
  right: 25%;
}

@media screen and (min-width: 40em) {
  .trump-swiper .slick-next {
    right: 0;
  }
}

.trump-swiper .slick-next:before {
  content: '\e602';
}

.trump-swiper .slide {
  display: inline-block;
  float: left;
  max-width: 100%;
}

.trump-swiper img {
  margin: 0 auto;
  display: block;
}

.trump-swiper .slick-track {
  position: relative !important;
}

.trump-video-wrapper {
  width: 70%;
  margin: 0 15%;
}

.trump-video-container {
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 56.25%;
  margin: 0 auto;
  position: relative;
}

.trump-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}

@media screen and (min-width: 40em) {
  body[data-modify="hidden"] {
    overflow: hidden;
  }
}

body[data-modify="hidden"] .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;
}

.blog__container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

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

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

@media screen and (min-width: 87.5em) {
  .blog__container {
    margin-bottom: 9.375em;
  }
}

.blog__entry {
  padding-top: 2em;
}

@media screen and (min-width: 87.5em) {
  .blog__entry {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 68.01323%;
    padding-right: 1.875em;
  }
  .blog__entry:last-child {
    margin-right: 0;
  }
}

.blog__loader {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.blog__loader .spinner {
  margin: 0 auto;
}

.blog-wrapper {
  min-height: 100vh;
  position: relative;
}

.blog-wrapper[data-modify="active"] {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.blog-wrapper[data-modify="hidden"] {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.blog--listing {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 3em;
  min-height: 60vh;
}

.blog--listing::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 87.5em) {
  .blog--listing {
    padding: 0;
    margin-top: 1em;
  }
}

.blog--listing h1 {
  width: 100%;
}

.blog--listing .article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  float: left;
  padding-bottom: 2em;
  height: 30em;
  overflow: hidden;
  margin-bottom: 1.5em;
}

.blog--listing .article:last-child {
  margin-right: 0;
}

.blog--listing .article:nth-child(2) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}

.blog--listing .article:nth-child(2):last-child {
  margin-right: 0;
}

.blog--listing .article:nth-child(n+3) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.blog--listing .article:nth-child(n+3):last-child {
  margin-right: 0;
}

.blog--listing .article:nth-child(3n+5) {
  margin-right: 0;
}

.blog--listing .no_results {
  display: none;
}

.blog--listing .no_results.active {
  display: block;
}

.blog--listing[data-modify="hidden"] {
  -webkit-animation: subtle-fade-out 0.4s ease-in;
  -moz-animation: subtle-fade-out 0.4s ease-in;
  animation: subtle-fade-out 0.4s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.blog--listing[data-modify="active"] {
  -webkit-animation: subtle-fade-in 0.6s ease-in;
  -moz-animation: subtle-fade-in 0.6s ease-in;
  animation: subtle-fade-in 0.6s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.blog__container[data-modify="hidden"] {
  overflow: hidden;
  -webkit-animation: slide-out-blog 0.75s ease-in;
  -moz-animation: slide-out-blog 0.75s ease-in;
  animation: slide-out-blog 0.75s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.blog__container[data-modify="active"] {
  overflow: visible;
  -webkit-animation: slide-in-blog 0.5s ease-out;
  -moz-animation: slide-in-blog 0.5s ease-out;
  animation: slide-in-blog 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.filterbar[data-modify="hidden"] {
  -webkit-animation: hide-data 0.75s ease-out;
  -moz-animation: hide-data 0.75s ease-out;
  animation: hide-data 0.75s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: none;
}

.filterbar[data-modify="active"] {
  -webkit-animation: show-data 0.5s ease-out;
  -moz-animation: show-data 0.5s ease-out;
  animation: show-data 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
}

[data-sift-container][data-modify="active"] {
  -webkit-animation: slide-in-blog 0.5s ease-out;
  -moz-animation: slide-in-blog 0.5s ease-out;
  animation: slide-in-blog 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-sift-container][data-modify="hidden"] {
  -webkit-animation: slide-out-blog 0.75s ease-in;
  -moz-animation: slide-out-blog 0.75s ease-in;
  animation: slide-out-blog 0.75s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-sift-no-results] {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin-top: 2em;
}

[data-sift-no-results]::after {
  clear: both;
  content: "";
  display: table;
}

[data-sift-no-results][data-modify="active"] {
  -webkit-animation: slide-in-blog 0.5s ease-out;
  -moz-animation: slide-in-blog 0.5s ease-out;
  animation: slide-in-blog 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
}

[data-sift-no-results][data-modify="hidden"] {
  -webkit-animation: slide-out-blog 0.75s ease-out;
  -moz-animation: slide-out-blog 0.75s ease-out;
  animation: slide-out-blog 0.75s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.filterbar__list-item, .filterbar__list-item--clear, .filterbar__list-item--label {
  position: relative;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item, .filterbar__list-item--clear, .filterbar__list-item--label {
    position: static;
  }
}

.filterbar__list-item .dropdown-navigation--filter, .filterbar__list-item--clear .dropdown-navigation--filter, .filterbar__list-item--label .dropdown-navigation--filter {
  display: block;
  overflow: scroll;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item .dropdown-navigation--filter, .filterbar__list-item--clear .dropdown-navigation--filter, .filterbar__list-item--label .dropdown-navigation--filter {
    overflow: auto;
    overflow-x: hidden;
    top: auto;
    max-height: 0;
  }
}

.filterbar__list-item .dropdown-navigation--filter .checklist, .filterbar__list-item--clear .dropdown-navigation--filter .checklist, .filterbar__list-item--label .dropdown-navigation--filter .checklist {
  display: none;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item .dropdown-navigation--filter .checklist, .filterbar__list-item--clear .dropdown-navigation--filter .checklist, .filterbar__list-item--label .dropdown-navigation--filter .checklist {
    display: block;
    padding-bottom: 6em;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__list-item .dropdown-navigation--filter .checklist, .filterbar__list-item--clear .dropdown-navigation--filter .checklist, .filterbar__list-item--label .dropdown-navigation--filter .checklist {
    overflow: visible;
  }
}

.filterbar__list-item .dropdown-navigation--filter .filterbar__multi-select, .filterbar__list-item--clear .dropdown-navigation--filter .filterbar__multi-select, .filterbar__list-item--label .dropdown-navigation--filter .filterbar__multi-select {
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item .dropdown-navigation--filter .filterbar__multi-select, .filterbar__list-item--clear .dropdown-navigation--filter .filterbar__multi-select, .filterbar__list-item--label .dropdown-navigation--filter .filterbar__multi-select {
    display: none;
    position: static;
  }
}

.filterbar__list-item[data-modify="open"] .filterbar__link, [data-modify="open"].filterbar__list-item--clear .filterbar__link, [data-modify="open"].filterbar__list-item--label .filterbar__link {
  background-color: #4e4e4e;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item[data-modify="open"] .dropdown-navigation--filter, [data-modify="open"].filterbar__list-item--clear .dropdown-navigation--filter, [data-modify="open"].filterbar__list-item--label .dropdown-navigation--filter {
    height: calc(100vh - 59px);
    overflow: scroll;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    max-height: 200em;
    opacity: 1;
  }
}

@media screen and (min-width: 87.5em) {
  .filterbar__list-item[data-modify="open"] .dropdown-navigation--filter, [data-modify="open"].filterbar__list-item--clear .dropdown-navigation--filter, [data-modify="open"].filterbar__list-item--label .dropdown-navigation--filter {
    height: calc(100vh - 105px);
  }
}

.filterbar__list-item[data-modify="open"] .dropdown-navigation--filter.filterbar__link, [data-modify="open"].filterbar__list-item--clear .dropdown-navigation--filter.filterbar__link, [data-modify="open"].filterbar__list-item--label .dropdown-navigation--filter.filterbar__link {
  display: inline;
}

.filterbar__list-item[data-modify="open"] .filterbar--mobile, [data-modify="open"].filterbar__list-item--clear .filterbar--mobile, [data-modify="open"].filterbar__list-item--label .filterbar--mobile {
  max-height: 20em;
  bottom: 0em;
  opacity: 1;
  -webkit-transition: bottom 0.3s ease-out 0.75s;
  -moz-transition: bottom 0.3s ease-out 0.75s;
  transition: bottom 0.3s ease-out 0.75s;
}

@media screen and (min-width: 40em) {
  .filterbar__list-item[data-modify="closed"] .dropdown-navigation--filter, [data-modify="closed"].filterbar__list-item--clear .dropdown-navigation--filter, [data-modify="closed"].filterbar__list-item--label .dropdown-navigation--filter {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out, max-height 0.01s linear 0.3s;
    -moz-transition: opacity 0.2s ease-out, max-height 0.01s linear 0.3s;
    transition: opacity 0.2s ease-out, max-height 0.01s linear 0.3s;
  }
}

.filterbar__list-item[data-modify="closed"] .dropdown-navigation--filter.filterbar__link, [data-modify="closed"].filterbar__list-item--clear .dropdown-navigation--filter.filterbar__link, [data-modify="closed"].filterbar__list-item--label .dropdown-navigation--filter.filterbar__link {
  display: inline;
}

/*
 *	Filter tags
 */
.blog-tags {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}

.blog-tags::after {
  clear: both;
  content: "";
  display: table;
}

.blog-tags .to-remove-tag {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.blog-tags[data-modify="hidden"] {
  margin: 0;
  height: 0;
  overflow: hidden;
}

.blog-tags__list {
  min-height: 3.5em;
}

.blog-tags__item {
  background-color: #f1f1f1;
  display: inline-block;
  font-size: .875em;
  margin-right: .75em;
  margin-bottom: 1em;
  padding: .75em .5em .75em 1em;
  position: relative;
}

.blog-tags__item:after {
  content: "";
  height: 100%;
  float: right;
  position: absolute;
  top: 0;
  right: 2.5em;
  border-left: 1px solid #fff;
}

.blog-tags__close {
  display: block;
  margin-left: 1.25em;
  padding-left: .25em;
  height: 100%;
  width: 1.75em;
  float: right;
  position: relative;
  text-align: center;
}

.blog-tags__close:after {
  content: "\E60D";
  font-family: "icomoon";
  position: relative;
  font-size: .75em;
  top: 3px;
  z-index: 1;
  color: #313131;
  display: block;
  width: 100%;
  height: 100%;
}

.explore-bar {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.375em;
  padding: 1.5em 2em;
  background-color: #313131;
}

.explore-bar::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 87.5em) {
  .explore-bar__container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}

.explore-bar__title, .explore-bar__content {
  text-align: center;
  width: 100%;
  color: #fff;
}

@media screen and (min-width: 87.5em) {
  .explore-bar__title, .explore-bar__content {
    text-align: left;
  }
}

.explore-bar__title {
  font-size: 1.875em;
  font-weight: 400;
  padding-bottom: 1em;
}

@media screen and (min-width: 40em) {
  .explore-bar__title {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .explore-bar__title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .explore-bar__title:last-child {
    margin-right: 0;
  }
}

.explore-bar__content {
  margin: 0;
  padding-bottom: 1em;
}

@media screen and (min-width: 40em) {
  .explore-bar__content {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .explore-bar__content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 42.42382%;
  }
  .explore-bar__content:last-child {
    margin-right: 0;
  }
}

.explore-bar__btn {
  margin: 0 auto;
  margin-top: 1.5em;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 87.5em) {
  .explore-bar__btn {
    margin-top: 0;
    left: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    margin-left: 1em;
  }
}

/**
 * Animation control for blog
 */
@-webkit-keyframes slide-out-blog {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  99% {
    height: auto;
    width: auto;
    font-size: inherit;
    opacity: 0;
    overflow: visible;
  }
  100% {
    opacity: 0;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
  }
}

@-moz-keyframes slide-out-blog {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  99% {
    height: auto;
    width: auto;
    font-size: inherit;
    opacity: 0;
    overflow: visible;
  }
  100% {
    opacity: 0;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
  }
}

@keyframes slide-out-blog {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  99% {
    height: auto;
    width: auto;
    font-size: inherit;
    opacity: 0;
    overflow: visible;
  }
  100% {
    opacity: 0;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
  }
}

@-webkit-keyframes slide-in-blog {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes slide-in-blog {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-in-blog {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide-data {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    display: none;
  }
}

@-moz-keyframes hide-data {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    display: none;
  }
}

@keyframes hide-data {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    display: none;
  }
}

@-webkit-keyframes show-data {
  0% {
    visibility: visible;
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes show-data {
  0% {
    visibility: visible;
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show-data {
  0% {
    visibility: visible;
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes subtle-fade-in {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes subtle-fade-in {
  0% {
    opacity: 0;
  }
  50% {
    -moz-transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes subtle-fade-in {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes subtle-fade-out {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-5px);
    opacity: 0;
  }
}

@-moz-keyframes subtle-fade-out {
  0% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-5px);
    opacity: 0;
  }
}

@keyframes subtle-fade-out {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
}

#disqus_thread {
  display: none;
}

#disqus_thread.active {
  display: block;
}

#comments {
  padding-top: 2em;
}

.btn--comments.active {
  display: none;
}
