@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
 * Theme utils
 */
/*
 * Theme contextual inheritance classes
 */
/*
 * Theme specific color application helpers
 */
/*
 * Generate all theme helpers
 */
/* Museo Sans */
@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museo-sans/museosans_500.woff2") format("woff2"), url("../fonts/museo-sans/museosans_500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museo-sans/museosans_500_italic.woff2") format("woff2"), url("../fonts/museo-sans/museosans_500_italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museo-sans/museosans_700.woff2") format("woff2"), url("../fonts/museo-sans/museosans_700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museo-sans/museosans_700_italic.woff2") format("woff2"), url("../fonts/museo-sans/museosans_700_italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museo-sans/museosans_900.woff2") format("woff2"), url("../fonts/museo-sans/museosans_900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: fallback; }

/* Museo Slab */
@font-face {
  font-family: 'Museo Slab';
  src: url("../fonts/museo-slab/museo_slab_700.woff2") format("woff2"), url("../fonts/museo-slab/museo_slab_700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Museo Slab';
  src: url("../fonts/museo-slab/museo_slab_700italic.woff2") format("woff2"), url("../fonts/museo-slab/museo_slab_700italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: 'Museo Slab';
  src: url("../fonts/museo-slab/museo_slab_900.woff2") format("woff2"), url("../fonts/museo-slab/museo_slab_900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: fallback; }

html {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #F4F4F4;
  box-sizing: border-box; }

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

::selection {
  background-color: rgba(243, 146, 0, 0.2);
  text-shadow: 0 0 rgba(243, 146, 0, 0.2); }

body {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
  color: #222222;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-in-out; }

body {
  background-color: #fff; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

iframe {
  border: 0; }

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

svg:not(:root) {
  overflow: hidden;
  fill: currentColor; }

a {
  color: currentColor; }

select,
textarea,
input {
  font-size: 16px; }

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="password"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
select,
textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  color: #222222;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 2px; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="password"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    color: #222222;
    background-color: #fff;
    border-color: #389FCC;
    outline: 0; }

select:not([size]):not([multiple]) {
  height: 2.5rem;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center;
  background-size: 10px 12px;
  -moz-appearance: none;
  -webkit-appearance: none; }

label[for] {
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.l-wrapper {
  min-width: 320px; }
  @media (max-width: 47.99em) {
    .l-wrapper.has-open-modal .l-site-main,
    .l-wrapper.has-open-modal .l-site-footer {
      overflow: hidden;
      position: fixed; } }
  @media (max-width: 47.99em) {
    [data-js="yes"] .l-wrapper.has-action {
      padding-bottom: 50px; } }
  @media (max-width: 36.24em) {
    .l-wrapper.has-open-nav .l-site-main,
    .l-wrapper.has-open-nav .l-site-footer {
      display: none; } }

.l-container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 3vw;
  padding-right: 3vw;
  box-sizing: content-box; }

.l-container--narrow {
  max-width: 70rem; }

.l-grid {
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
  margin-bottom: -16px; }

.l-grid--centered {
  -ms-flex-pack: center;
      justify-content: center; }

.l-unit {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding-left: 16px;
  padding-bottom: 16px; }

.l-unit--push {
  margin-left: auto; }

.l-grid--half > .l-unit {
  -ms-flex: 0 1 50%;
      flex: 0 1 50%; }

.l-grid--fourths > .l-unit {
  -ms-flex: 0 1 25%;
      flex: 0 1 25%; }

.l-grid--collapsable {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 36.24em) {
  .l-grid--collapsable.l-grid--half > .l-unit {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  .l-grid--collapsable.l-grid--fourths > .l-unit {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }

@media (max-width: 63.99em) {
  .l-grid--collapsable {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .l-grid--half > .l-unit {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  .l-grid--fourths > .l-unit {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }

.l-space-before {
  margin-top: 2rem; }

.l-space-after {
  margin-bottom: 2rem; }

.l-pad-before {
  padding-top: 2rem; }

.l-pad-after {
  padding-bottom: 2rem; }

.l-space-before--half {
  margin-top: 1rem; }

.l-space-after--half {
  margin-bottom: 1rem; }

.l-pad-before--half {
  padding-top: 1rem; }

.l-pad-after--half {
  padding-bottom: 1rem; }

.l-border-after {
  border-bottom: 1px solid #dddddd; }

.l-border-before {
  border-top: 1px solid #dddddd; }

.l-site-header {
  position: relative;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 100; }

body .t-color, body.t-color {
  color: #38AA33; }
  body .t-color a, body.t-color a {
    color: currentColor; }

body .t-background, body.t-background {
  background-color: #38AA33; }

body .t-border, body.t-border {
  border-color: #38AA33; }

body .t-border-after:after, body.t-border-after:after {
  border-color: #38AA33; }

body .t-block, body.t-block {
  background-color: #38AA33; }
  body .t-block.t-color,
  body .t-block .t-color, body.t-block.t-color,
  body.t-block .t-color {
    color: #fff; }

body .t-font, body.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-context--dark-green .t-color, .t-context--dark-green.t-color, .t-context--general .t-color, .t-context--general.t-color, .t-context--causes .t-color, .t-context--causes.t-color, .t-context--resources .t-color, .t-context--resources.t-color, .t-context--resource .t-color, .t-context--resource.t-color, .t-context--community .t-color, .t-context--community.t-color, .t-context--explainers .t-color, .t-context--explainers.t-color, .t-context--explainer .t-color, .t-context--explainer.t-color {
  color: #38AA33; }
  .t-context--dark-green .t-color a, .t-context--dark-green.t-color a, .t-context--general .t-color a, .t-context--general.t-color a, .t-context--causes .t-color a, .t-context--causes.t-color a, .t-context--resources .t-color a, .t-context--resources.t-color a, .t-context--resource .t-color a, .t-context--resource.t-color a, .t-context--community .t-color a, .t-context--community.t-color a, .t-context--explainers .t-color a, .t-context--explainers.t-color a, .t-context--explainer .t-color a, .t-context--explainer.t-color a {
    color: currentColor; }

.t-context--dark-green .t-background, .t-context--dark-green.t-background, .t-context--general .t-background, .t-context--general.t-background, .t-context--causes .t-background, .t-context--causes.t-background, .t-context--resources .t-background, .t-context--resources.t-background, .t-context--resource .t-background, .t-context--resource.t-background, .t-context--community .t-background, .t-context--community.t-background, .t-context--explainers .t-background, .t-context--explainers.t-background, .t-context--explainer .t-background, .t-context--explainer.t-background {
  background-color: #38AA33; }

.t-context--dark-green .t-border, .t-context--dark-green.t-border, .t-context--general .t-border, .t-context--general.t-border, .t-context--causes .t-border, .t-context--causes.t-border, .t-context--resources .t-border, .t-context--resources.t-border, .t-context--resource .t-border, .t-context--resource.t-border, .t-context--community .t-border, .t-context--community.t-border, .t-context--explainers .t-border, .t-context--explainers.t-border, .t-context--explainer .t-border, .t-context--explainer.t-border {
  border-color: #38AA33; }

.t-context--dark-green .t-border-after:after, .t-context--dark-green.t-border-after:after, .t-context--general .t-border-after:after, .t-context--general.t-border-after:after, .t-context--causes .t-border-after:after, .t-context--causes.t-border-after:after, .t-context--resources .t-border-after:after, .t-context--resources.t-border-after:after, .t-context--resource .t-border-after:after, .t-context--resource.t-border-after:after, .t-context--community .t-border-after:after, .t-context--community.t-border-after:after, .t-context--explainers .t-border-after:after, .t-context--explainers.t-border-after:after, .t-context--explainer .t-border-after:after, .t-context--explainer.t-border-after:after {
  border-color: #38AA33; }

.t-context--dark-green .t-block, .t-context--dark-green.t-block, .t-context--general .t-block, .t-context--general.t-block, .t-context--causes .t-block, .t-context--causes.t-block, .t-context--resources .t-block, .t-context--resources.t-block, .t-context--resource .t-block, .t-context--resource.t-block, .t-context--community .t-block, .t-context--community.t-block, .t-context--explainers .t-block, .t-context--explainers.t-block, .t-context--explainer .t-block, .t-context--explainer.t-block {
  background-color: #38AA33; }
  .t-context--dark-green .t-block.t-color,
  .t-context--dark-green .t-block .t-color, .t-context--dark-green.t-block.t-color,
  .t-context--dark-green.t-block .t-color, .t-context--general .t-block.t-color,
  .t-context--general .t-block .t-color, .t-context--general.t-block.t-color,
  .t-context--general.t-block .t-color, .t-context--causes .t-block.t-color,
  .t-context--causes .t-block .t-color, .t-context--causes.t-block.t-color,
  .t-context--causes.t-block .t-color, .t-context--resources .t-block.t-color,
  .t-context--resources .t-block .t-color, .t-context--resources.t-block.t-color,
  .t-context--resources.t-block .t-color, .t-context--resource .t-block.t-color,
  .t-context--resource .t-block .t-color, .t-context--resource.t-block.t-color,
  .t-context--resource.t-block .t-color, .t-context--community .t-block.t-color,
  .t-context--community .t-block .t-color, .t-context--community.t-block.t-color,
  .t-context--community.t-block .t-color, .t-context--explainers .t-block.t-color,
  .t-context--explainers .t-block .t-color, .t-context--explainers.t-block.t-color,
  .t-context--explainers.t-block .t-color, .t-context--explainer .t-block.t-color,
  .t-context--explainer .t-block .t-color, .t-context--explainer.t-block.t-color,
  .t-context--explainer.t-block .t-color {
    color: #fff; }

.t-context--dark-green .t-font, .t-context--dark-green.t-font, .t-context--general .t-font, .t-context--general.t-font, .t-context--causes .t-font, .t-context--causes.t-font, .t-context--resources .t-font, .t-context--resources.t-font, .t-context--resource .t-font, .t-context--resource.t-font, .t-context--community .t-font, .t-context--community.t-font, .t-context--explainers .t-font, .t-context--explainers.t-font, .t-context--explainer .t-font, .t-context--explainer.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--dark-green .t-color, [class*=t-context] .t-context--dark-green.t-color, [class*=t-context] .t-context--general .t-color, [class*=t-context] .t-context--general.t-color, [class*=t-context] .t-context--causes .t-color, [class*=t-context] .t-context--causes.t-color, [class*=t-context] .t-context--resources .t-color, [class*=t-context] .t-context--resources.t-color, [class*=t-context] .t-context--resource .t-color, [class*=t-context] .t-context--resource.t-color, [class*=t-context] .t-context--community .t-color, [class*=t-context] .t-context--community.t-color, [class*=t-context] .t-context--explainers .t-color, [class*=t-context] .t-context--explainers.t-color, [class*=t-context] .t-context--explainer .t-color, [class*=t-context] .t-context--explainer.t-color {
  color: #38AA33; }
  [class*=t-context] .t-context--dark-green .t-color a, [class*=t-context] .t-context--dark-green.t-color a, [class*=t-context] .t-context--general .t-color a, [class*=t-context] .t-context--general.t-color a, [class*=t-context] .t-context--causes .t-color a, [class*=t-context] .t-context--causes.t-color a, [class*=t-context] .t-context--resources .t-color a, [class*=t-context] .t-context--resources.t-color a, [class*=t-context] .t-context--resource .t-color a, [class*=t-context] .t-context--resource.t-color a, [class*=t-context] .t-context--community .t-color a, [class*=t-context] .t-context--community.t-color a, [class*=t-context] .t-context--explainers .t-color a, [class*=t-context] .t-context--explainers.t-color a, [class*=t-context] .t-context--explainer .t-color a, [class*=t-context] .t-context--explainer.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--dark-green .t-background, [class*=t-context] .t-context--dark-green.t-background, [class*=t-context] .t-context--general .t-background, [class*=t-context] .t-context--general.t-background, [class*=t-context] .t-context--causes .t-background, [class*=t-context] .t-context--causes.t-background, [class*=t-context] .t-context--resources .t-background, [class*=t-context] .t-context--resources.t-background, [class*=t-context] .t-context--resource .t-background, [class*=t-context] .t-context--resource.t-background, [class*=t-context] .t-context--community .t-background, [class*=t-context] .t-context--community.t-background, [class*=t-context] .t-context--explainers .t-background, [class*=t-context] .t-context--explainers.t-background, [class*=t-context] .t-context--explainer .t-background, [class*=t-context] .t-context--explainer.t-background {
  background-color: #38AA33; }

[class*=t-context] .t-context--dark-green .t-border, [class*=t-context] .t-context--dark-green.t-border, [class*=t-context] .t-context--general .t-border, [class*=t-context] .t-context--general.t-border, [class*=t-context] .t-context--causes .t-border, [class*=t-context] .t-context--causes.t-border, [class*=t-context] .t-context--resources .t-border, [class*=t-context] .t-context--resources.t-border, [class*=t-context] .t-context--resource .t-border, [class*=t-context] .t-context--resource.t-border, [class*=t-context] .t-context--community .t-border, [class*=t-context] .t-context--community.t-border, [class*=t-context] .t-context--explainers .t-border, [class*=t-context] .t-context--explainers.t-border, [class*=t-context] .t-context--explainer .t-border, [class*=t-context] .t-context--explainer.t-border {
  border-color: #38AA33; }

[class*=t-context] .t-context--dark-green .t-border-after:after, [class*=t-context] .t-context--dark-green.t-border-after:after, [class*=t-context] .t-context--general .t-border-after:after, [class*=t-context] .t-context--general.t-border-after:after, [class*=t-context] .t-context--causes .t-border-after:after, [class*=t-context] .t-context--causes.t-border-after:after, [class*=t-context] .t-context--resources .t-border-after:after, [class*=t-context] .t-context--resources.t-border-after:after, [class*=t-context] .t-context--resource .t-border-after:after, [class*=t-context] .t-context--resource.t-border-after:after, [class*=t-context] .t-context--community .t-border-after:after, [class*=t-context] .t-context--community.t-border-after:after, [class*=t-context] .t-context--explainers .t-border-after:after, [class*=t-context] .t-context--explainers.t-border-after:after, [class*=t-context] .t-context--explainer .t-border-after:after, [class*=t-context] .t-context--explainer.t-border-after:after {
  border-color: #38AA33; }

[class*=t-context] .t-context--dark-green .t-block, [class*=t-context] .t-context--dark-green.t-block, [class*=t-context] .t-context--general .t-block, [class*=t-context] .t-context--general.t-block, [class*=t-context] .t-context--causes .t-block, [class*=t-context] .t-context--causes.t-block, [class*=t-context] .t-context--resources .t-block, [class*=t-context] .t-context--resources.t-block, [class*=t-context] .t-context--resource .t-block, [class*=t-context] .t-context--resource.t-block, [class*=t-context] .t-context--community .t-block, [class*=t-context] .t-context--community.t-block, [class*=t-context] .t-context--explainers .t-block, [class*=t-context] .t-context--explainers.t-block, [class*=t-context] .t-context--explainer .t-block, [class*=t-context] .t-context--explainer.t-block {
  background-color: #38AA33; }
  [class*=t-context] .t-context--dark-green .t-block.t-color,
  [class*=t-context] .t-context--dark-green .t-block .t-color, [class*=t-context] .t-context--dark-green.t-block.t-color,
  [class*=t-context] .t-context--dark-green.t-block .t-color, [class*=t-context] .t-context--general .t-block.t-color,
  [class*=t-context] .t-context--general .t-block .t-color, [class*=t-context] .t-context--general.t-block.t-color,
  [class*=t-context] .t-context--general.t-block .t-color, [class*=t-context] .t-context--causes .t-block.t-color,
  [class*=t-context] .t-context--causes .t-block .t-color, [class*=t-context] .t-context--causes.t-block.t-color,
  [class*=t-context] .t-context--causes.t-block .t-color, [class*=t-context] .t-context--resources .t-block.t-color,
  [class*=t-context] .t-context--resources .t-block .t-color, [class*=t-context] .t-context--resources.t-block.t-color,
  [class*=t-context] .t-context--resources.t-block .t-color, [class*=t-context] .t-context--resource .t-block.t-color,
  [class*=t-context] .t-context--resource .t-block .t-color, [class*=t-context] .t-context--resource.t-block.t-color,
  [class*=t-context] .t-context--resource.t-block .t-color, [class*=t-context] .t-context--community .t-block.t-color,
  [class*=t-context] .t-context--community .t-block .t-color, [class*=t-context] .t-context--community.t-block.t-color,
  [class*=t-context] .t-context--community.t-block .t-color, [class*=t-context] .t-context--explainers .t-block.t-color,
  [class*=t-context] .t-context--explainers .t-block .t-color, [class*=t-context] .t-context--explainers.t-block.t-color,
  [class*=t-context] .t-context--explainers.t-block .t-color, [class*=t-context] .t-context--explainer .t-block.t-color,
  [class*=t-context] .t-context--explainer .t-block .t-color, [class*=t-context] .t-context--explainer.t-block.t-color,
  [class*=t-context] .t-context--explainer.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--dark-green .t-font, [class*=t-context] .t-context--dark-green.t-font, [class*=t-context] .t-context--general .t-font, [class*=t-context] .t-context--general.t-font, [class*=t-context] .t-context--causes .t-font, [class*=t-context] .t-context--causes.t-font, [class*=t-context] .t-context--resources .t-font, [class*=t-context] .t-context--resources.t-font, [class*=t-context] .t-context--resource .t-font, [class*=t-context] .t-context--resource.t-font, [class*=t-context] .t-context--community .t-font, [class*=t-context] .t-context--community.t-font, [class*=t-context] .t-context--explainers .t-font, [class*=t-context] .t-context--explainers.t-font, [class*=t-context] .t-context--explainer .t-font, [class*=t-context] .t-context--explainer.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--dark-green, .t-color--general, .t-color--causes, .t-color--resources, .t-color--resource, .t-color--community, .t-color--explainers, .t-color--explainer {
  color: #38AA33 !important; }

.t-background--dark-green, .t-background--general, .t-background--causes, .t-background--resources, .t-background--resource, .t-background--community, .t-background--explainers, .t-background--explainer {
  background-color: #38AA33 !important; }

.t-border--dark-green, .t-border--general, .t-border--causes, .t-border--resources, .t-border--resource, .t-border--community, .t-border--explainers, .t-border--explainer {
  border-color: #38AA33 !important; }

.t-block--dark-green, .t-block--general, .t-block--causes, .t-block--resources, .t-block--resource, .t-block--community, .t-block--explainers, .t-block--explainer {
  background-color: #38AA33 !important; }
  .t-block--dark-green.t-color,
  .t-block--dark-green .t-color, .t-block--general.t-color,
  .t-block--general .t-color, .t-block--causes.t-color,
  .t-block--causes .t-color, .t-block--resources.t-color,
  .t-block--resources .t-color, .t-block--resource.t-color,
  .t-block--resource .t-color, .t-block--community.t-color,
  .t-block--community .t-color, .t-block--explainers.t-color,
  .t-block--explainers .t-color, .t-block--explainer.t-color,
  .t-block--explainer .t-color {
    color: #fff !important; }

.t-font--dark-green, .t-font--general, .t-font--causes, .t-font--resources, .t-font--resource, .t-font--community, .t-font--explainers, .t-font--explainer {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--light-green .t-color, .t-context--light-green.t-color {
  color: #84BF41; }
  .t-context--light-green .t-color a, .t-context--light-green.t-color a {
    color: currentColor; }

.t-context--light-green .t-background, .t-context--light-green.t-background {
  background-color: #84BF41; }

.t-context--light-green .t-border, .t-context--light-green.t-border {
  border-color: #84BF41; }

.t-context--light-green .t-border-after:after, .t-context--light-green.t-border-after:after {
  border-color: #84BF41; }

.t-context--light-green .t-block, .t-context--light-green.t-block {
  background-color: #84BF41; }
  .t-context--light-green .t-block.t-color,
  .t-context--light-green .t-block .t-color, .t-context--light-green.t-block.t-color,
  .t-context--light-green.t-block .t-color {
    color: #fff; }

.t-context--light-green .t-font, .t-context--light-green.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--light-green .t-color, [class*=t-context] .t-context--light-green.t-color {
  color: #84BF41; }
  [class*=t-context] .t-context--light-green .t-color a, [class*=t-context] .t-context--light-green.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--light-green .t-background, [class*=t-context] .t-context--light-green.t-background {
  background-color: #84BF41; }

[class*=t-context] .t-context--light-green .t-border, [class*=t-context] .t-context--light-green.t-border {
  border-color: #84BF41; }

[class*=t-context] .t-context--light-green .t-border-after:after, [class*=t-context] .t-context--light-green.t-border-after:after {
  border-color: #84BF41; }

[class*=t-context] .t-context--light-green .t-block, [class*=t-context] .t-context--light-green.t-block {
  background-color: #84BF41; }
  [class*=t-context] .t-context--light-green .t-block.t-color,
  [class*=t-context] .t-context--light-green .t-block .t-color, [class*=t-context] .t-context--light-green.t-block.t-color,
  [class*=t-context] .t-context--light-green.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--light-green .t-font, [class*=t-context] .t-context--light-green.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--light-green {
  color: #84BF41 !important; }

.t-background--light-green {
  background-color: #84BF41 !important; }

.t-border--light-green {
  border-color: #84BF41 !important; }

.t-block--light-green {
  background-color: #84BF41 !important; }
  .t-block--light-green.t-color,
  .t-block--light-green .t-color {
    color: #fff !important; }

.t-font--light-green {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--dark-orange .t-color, .t-context--dark-orange.t-color, .t-context--campaigns .t-color, .t-context--campaigns.t-color, .t-context--campaign .t-color, .t-context--campaign.t-color, .t-context--action .t-color, .t-context--action.t-color, .t-context--actions .t-color, .t-context--actions.t-color {
  color: #E84D19; }
  .t-context--dark-orange .t-color a, .t-context--dark-orange.t-color a, .t-context--campaigns .t-color a, .t-context--campaigns.t-color a, .t-context--campaign .t-color a, .t-context--campaign.t-color a, .t-context--action .t-color a, .t-context--action.t-color a, .t-context--actions .t-color a, .t-context--actions.t-color a {
    color: currentColor; }

.t-context--dark-orange .t-background, .t-context--dark-orange.t-background, .t-context--campaigns .t-background, .t-context--campaigns.t-background, .t-context--campaign .t-background, .t-context--campaign.t-background, .t-context--action .t-background, .t-context--action.t-background, .t-context--actions .t-background, .t-context--actions.t-background {
  background-color: #E84D19; }

.t-context--dark-orange .t-border, .t-context--dark-orange.t-border, .t-context--campaigns .t-border, .t-context--campaigns.t-border, .t-context--campaign .t-border, .t-context--campaign.t-border, .t-context--action .t-border, .t-context--action.t-border, .t-context--actions .t-border, .t-context--actions.t-border {
  border-color: #E84D19; }

.t-context--dark-orange .t-border-after:after, .t-context--dark-orange.t-border-after:after, .t-context--campaigns .t-border-after:after, .t-context--campaigns.t-border-after:after, .t-context--campaign .t-border-after:after, .t-context--campaign.t-border-after:after, .t-context--action .t-border-after:after, .t-context--action.t-border-after:after, .t-context--actions .t-border-after:after, .t-context--actions.t-border-after:after {
  border-color: #E84D19; }

.t-context--dark-orange .t-block, .t-context--dark-orange.t-block, .t-context--campaigns .t-block, .t-context--campaigns.t-block, .t-context--campaign .t-block, .t-context--campaign.t-block, .t-context--action .t-block, .t-context--action.t-block, .t-context--actions .t-block, .t-context--actions.t-block {
  background-color: #E84D19; }
  .t-context--dark-orange .t-block.t-color,
  .t-context--dark-orange .t-block .t-color, .t-context--dark-orange.t-block.t-color,
  .t-context--dark-orange.t-block .t-color, .t-context--campaigns .t-block.t-color,
  .t-context--campaigns .t-block .t-color, .t-context--campaigns.t-block.t-color,
  .t-context--campaigns.t-block .t-color, .t-context--campaign .t-block.t-color,
  .t-context--campaign .t-block .t-color, .t-context--campaign.t-block.t-color,
  .t-context--campaign.t-block .t-color, .t-context--action .t-block.t-color,
  .t-context--action .t-block .t-color, .t-context--action.t-block.t-color,
  .t-context--action.t-block .t-color, .t-context--actions .t-block.t-color,
  .t-context--actions .t-block .t-color, .t-context--actions.t-block.t-color,
  .t-context--actions.t-block .t-color {
    color: #fff; }

.t-context--dark-orange .t-font, .t-context--dark-orange.t-font, .t-context--campaigns .t-font, .t-context--campaigns.t-font, .t-context--campaign .t-font, .t-context--campaign.t-font, .t-context--action .t-font, .t-context--action.t-font, .t-context--actions .t-font, .t-context--actions.t-font {
  font-family: "Museo Slab", "Rockwell", "American Typewriter", "Roboto Slab", serif; }

[class*=t-context] .t-context--dark-orange .t-color, [class*=t-context] .t-context--dark-orange.t-color, [class*=t-context] .t-context--campaigns .t-color, [class*=t-context] .t-context--campaigns.t-color, [class*=t-context] .t-context--campaign .t-color, [class*=t-context] .t-context--campaign.t-color, [class*=t-context] .t-context--action .t-color, [class*=t-context] .t-context--action.t-color, [class*=t-context] .t-context--actions .t-color, [class*=t-context] .t-context--actions.t-color {
  color: #E84D19; }
  [class*=t-context] .t-context--dark-orange .t-color a, [class*=t-context] .t-context--dark-orange.t-color a, [class*=t-context] .t-context--campaigns .t-color a, [class*=t-context] .t-context--campaigns.t-color a, [class*=t-context] .t-context--campaign .t-color a, [class*=t-context] .t-context--campaign.t-color a, [class*=t-context] .t-context--action .t-color a, [class*=t-context] .t-context--action.t-color a, [class*=t-context] .t-context--actions .t-color a, [class*=t-context] .t-context--actions.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--dark-orange .t-background, [class*=t-context] .t-context--dark-orange.t-background, [class*=t-context] .t-context--campaigns .t-background, [class*=t-context] .t-context--campaigns.t-background, [class*=t-context] .t-context--campaign .t-background, [class*=t-context] .t-context--campaign.t-background, [class*=t-context] .t-context--action .t-background, [class*=t-context] .t-context--action.t-background, [class*=t-context] .t-context--actions .t-background, [class*=t-context] .t-context--actions.t-background {
  background-color: #E84D19; }

[class*=t-context] .t-context--dark-orange .t-border, [class*=t-context] .t-context--dark-orange.t-border, [class*=t-context] .t-context--campaigns .t-border, [class*=t-context] .t-context--campaigns.t-border, [class*=t-context] .t-context--campaign .t-border, [class*=t-context] .t-context--campaign.t-border, [class*=t-context] .t-context--action .t-border, [class*=t-context] .t-context--action.t-border, [class*=t-context] .t-context--actions .t-border, [class*=t-context] .t-context--actions.t-border {
  border-color: #E84D19; }

[class*=t-context] .t-context--dark-orange .t-border-after:after, [class*=t-context] .t-context--dark-orange.t-border-after:after, [class*=t-context] .t-context--campaigns .t-border-after:after, [class*=t-context] .t-context--campaigns.t-border-after:after, [class*=t-context] .t-context--campaign .t-border-after:after, [class*=t-context] .t-context--campaign.t-border-after:after, [class*=t-context] .t-context--action .t-border-after:after, [class*=t-context] .t-context--action.t-border-after:after, [class*=t-context] .t-context--actions .t-border-after:after, [class*=t-context] .t-context--actions.t-border-after:after {
  border-color: #E84D19; }

[class*=t-context] .t-context--dark-orange .t-block, [class*=t-context] .t-context--dark-orange.t-block, [class*=t-context] .t-context--campaigns .t-block, [class*=t-context] .t-context--campaigns.t-block, [class*=t-context] .t-context--campaign .t-block, [class*=t-context] .t-context--campaign.t-block, [class*=t-context] .t-context--action .t-block, [class*=t-context] .t-context--action.t-block, [class*=t-context] .t-context--actions .t-block, [class*=t-context] .t-context--actions.t-block {
  background-color: #E84D19; }
  [class*=t-context] .t-context--dark-orange .t-block.t-color,
  [class*=t-context] .t-context--dark-orange .t-block .t-color, [class*=t-context] .t-context--dark-orange.t-block.t-color,
  [class*=t-context] .t-context--dark-orange.t-block .t-color, [class*=t-context] .t-context--campaigns .t-block.t-color,
  [class*=t-context] .t-context--campaigns .t-block .t-color, [class*=t-context] .t-context--campaigns.t-block.t-color,
  [class*=t-context] .t-context--campaigns.t-block .t-color, [class*=t-context] .t-context--campaign .t-block.t-color,
  [class*=t-context] .t-context--campaign .t-block .t-color, [class*=t-context] .t-context--campaign.t-block.t-color,
  [class*=t-context] .t-context--campaign.t-block .t-color, [class*=t-context] .t-context--action .t-block.t-color,
  [class*=t-context] .t-context--action .t-block .t-color, [class*=t-context] .t-context--action.t-block.t-color,
  [class*=t-context] .t-context--action.t-block .t-color, [class*=t-context] .t-context--actions .t-block.t-color,
  [class*=t-context] .t-context--actions .t-block .t-color, [class*=t-context] .t-context--actions.t-block.t-color,
  [class*=t-context] .t-context--actions.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--dark-orange .t-font, [class*=t-context] .t-context--dark-orange.t-font, [class*=t-context] .t-context--campaigns .t-font, [class*=t-context] .t-context--campaigns.t-font, [class*=t-context] .t-context--campaign .t-font, [class*=t-context] .t-context--campaign.t-font, [class*=t-context] .t-context--action .t-font, [class*=t-context] .t-context--action.t-font, [class*=t-context] .t-context--actions .t-font, [class*=t-context] .t-context--actions.t-font {
  font-family: "Museo Slab", "Rockwell", "American Typewriter", "Roboto Slab", serif; }

.t-color--dark-orange, .t-color--campaigns, .t-color--campaign, .t-color--action, .t-color--actions {
  color: #E84D19 !important; }

.t-background--dark-orange, .t-background--campaigns, .t-background--campaign, .t-background--action, .t-background--actions {
  background-color: #E84D19 !important; }

.t-border--dark-orange, .t-border--campaigns, .t-border--campaign, .t-border--action, .t-border--actions {
  border-color: #E84D19 !important; }

.t-block--dark-orange, .t-block--campaigns, .t-block--campaign, .t-block--action, .t-block--actions {
  background-color: #E84D19 !important; }
  .t-block--dark-orange.t-color,
  .t-block--dark-orange .t-color, .t-block--campaigns.t-color,
  .t-block--campaigns .t-color, .t-block--campaign.t-color,
  .t-block--campaign .t-color, .t-block--action.t-color,
  .t-block--action .t-color, .t-block--actions.t-color,
  .t-block--actions .t-color {
    color: #fff !important; }

.t-font--dark-orange, .t-font--campaigns, .t-font--campaign, .t-font--action, .t-font--actions {
  font-family: "Museo Slab", "Rockwell", "American Typewriter", "Roboto Slab", serif !important; }

.t-context--light-orange .t-color, .t-context--light-orange.t-color {
  color: #F39200; }
  .t-context--light-orange .t-color a, .t-context--light-orange.t-color a {
    color: currentColor; }

.t-context--light-orange .t-background, .t-context--light-orange.t-background {
  background-color: #F39200; }

.t-context--light-orange .t-border, .t-context--light-orange.t-border {
  border-color: #F39200; }

.t-context--light-orange .t-border-after:after, .t-context--light-orange.t-border-after:after {
  border-color: #F39200; }

.t-context--light-orange .t-block, .t-context--light-orange.t-block {
  background-color: #F39200; }
  .t-context--light-orange .t-block.t-color,
  .t-context--light-orange .t-block .t-color, .t-context--light-orange.t-block.t-color,
  .t-context--light-orange.t-block .t-color {
    color: #fff; }

.t-context--light-orange .t-font, .t-context--light-orange.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--light-orange .t-color, [class*=t-context] .t-context--light-orange.t-color {
  color: #F39200; }
  [class*=t-context] .t-context--light-orange .t-color a, [class*=t-context] .t-context--light-orange.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--light-orange .t-background, [class*=t-context] .t-context--light-orange.t-background {
  background-color: #F39200; }

[class*=t-context] .t-context--light-orange .t-border, [class*=t-context] .t-context--light-orange.t-border {
  border-color: #F39200; }

[class*=t-context] .t-context--light-orange .t-border-after:after, [class*=t-context] .t-context--light-orange.t-border-after:after {
  border-color: #F39200; }

[class*=t-context] .t-context--light-orange .t-block, [class*=t-context] .t-context--light-orange.t-block {
  background-color: #F39200; }
  [class*=t-context] .t-context--light-orange .t-block.t-color,
  [class*=t-context] .t-context--light-orange .t-block .t-color, [class*=t-context] .t-context--light-orange.t-block.t-color,
  [class*=t-context] .t-context--light-orange.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--light-orange .t-font, [class*=t-context] .t-context--light-orange.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--light-orange {
  color: #F39200 !important; }

.t-background--light-orange {
  background-color: #F39200 !important; }

.t-border--light-orange {
  border-color: #F39200 !important; }

.t-block--light-orange {
  background-color: #F39200 !important; }
  .t-block--light-orange.t-color,
  .t-block--light-orange .t-color {
    color: #fff !important; }

.t-font--light-orange {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--dark-blue .t-color, .t-context--dark-blue.t-color, .t-context--project .t-color, .t-context--project.t-color, .t-context--projects .t-color, .t-context--projects.t-color {
  color: #1A70B7; }
  .t-context--dark-blue .t-color a, .t-context--dark-blue.t-color a, .t-context--project .t-color a, .t-context--project.t-color a, .t-context--projects .t-color a, .t-context--projects.t-color a {
    color: currentColor; }

.t-context--dark-blue .t-background, .t-context--dark-blue.t-background, .t-context--project .t-background, .t-context--project.t-background, .t-context--projects .t-background, .t-context--projects.t-background {
  background-color: #1A70B7; }

.t-context--dark-blue .t-border, .t-context--dark-blue.t-border, .t-context--project .t-border, .t-context--project.t-border, .t-context--projects .t-border, .t-context--projects.t-border {
  border-color: #1A70B7; }

.t-context--dark-blue .t-border-after:after, .t-context--dark-blue.t-border-after:after, .t-context--project .t-border-after:after, .t-context--project.t-border-after:after, .t-context--projects .t-border-after:after, .t-context--projects.t-border-after:after {
  border-color: #1A70B7; }

.t-context--dark-blue .t-block, .t-context--dark-blue.t-block, .t-context--project .t-block, .t-context--project.t-block, .t-context--projects .t-block, .t-context--projects.t-block {
  background-color: #1A70B7; }
  .t-context--dark-blue .t-block.t-color,
  .t-context--dark-blue .t-block .t-color, .t-context--dark-blue.t-block.t-color,
  .t-context--dark-blue.t-block .t-color, .t-context--project .t-block.t-color,
  .t-context--project .t-block .t-color, .t-context--project.t-block.t-color,
  .t-context--project.t-block .t-color, .t-context--projects .t-block.t-color,
  .t-context--projects .t-block .t-color, .t-context--projects.t-block.t-color,
  .t-context--projects.t-block .t-color {
    color: #fff; }

.t-context--dark-blue .t-font, .t-context--dark-blue.t-font, .t-context--project .t-font, .t-context--project.t-font, .t-context--projects .t-font, .t-context--projects.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--dark-blue .t-color, [class*=t-context] .t-context--dark-blue.t-color, [class*=t-context] .t-context--project .t-color, [class*=t-context] .t-context--project.t-color, [class*=t-context] .t-context--projects .t-color, [class*=t-context] .t-context--projects.t-color {
  color: #1A70B7; }
  [class*=t-context] .t-context--dark-blue .t-color a, [class*=t-context] .t-context--dark-blue.t-color a, [class*=t-context] .t-context--project .t-color a, [class*=t-context] .t-context--project.t-color a, [class*=t-context] .t-context--projects .t-color a, [class*=t-context] .t-context--projects.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--dark-blue .t-background, [class*=t-context] .t-context--dark-blue.t-background, [class*=t-context] .t-context--project .t-background, [class*=t-context] .t-context--project.t-background, [class*=t-context] .t-context--projects .t-background, [class*=t-context] .t-context--projects.t-background {
  background-color: #1A70B7; }

[class*=t-context] .t-context--dark-blue .t-border, [class*=t-context] .t-context--dark-blue.t-border, [class*=t-context] .t-context--project .t-border, [class*=t-context] .t-context--project.t-border, [class*=t-context] .t-context--projects .t-border, [class*=t-context] .t-context--projects.t-border {
  border-color: #1A70B7; }

[class*=t-context] .t-context--dark-blue .t-border-after:after, [class*=t-context] .t-context--dark-blue.t-border-after:after, [class*=t-context] .t-context--project .t-border-after:after, [class*=t-context] .t-context--project.t-border-after:after, [class*=t-context] .t-context--projects .t-border-after:after, [class*=t-context] .t-context--projects.t-border-after:after {
  border-color: #1A70B7; }

[class*=t-context] .t-context--dark-blue .t-block, [class*=t-context] .t-context--dark-blue.t-block, [class*=t-context] .t-context--project .t-block, [class*=t-context] .t-context--project.t-block, [class*=t-context] .t-context--projects .t-block, [class*=t-context] .t-context--projects.t-block {
  background-color: #1A70B7; }
  [class*=t-context] .t-context--dark-blue .t-block.t-color,
  [class*=t-context] .t-context--dark-blue .t-block .t-color, [class*=t-context] .t-context--dark-blue.t-block.t-color,
  [class*=t-context] .t-context--dark-blue.t-block .t-color, [class*=t-context] .t-context--project .t-block.t-color,
  [class*=t-context] .t-context--project .t-block .t-color, [class*=t-context] .t-context--project.t-block.t-color,
  [class*=t-context] .t-context--project.t-block .t-color, [class*=t-context] .t-context--projects .t-block.t-color,
  [class*=t-context] .t-context--projects .t-block .t-color, [class*=t-context] .t-context--projects.t-block.t-color,
  [class*=t-context] .t-context--projects.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--dark-blue .t-font, [class*=t-context] .t-context--dark-blue.t-font, [class*=t-context] .t-context--project .t-font, [class*=t-context] .t-context--project.t-font, [class*=t-context] .t-context--projects .t-font, [class*=t-context] .t-context--projects.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--dark-blue, .t-color--project, .t-color--projects {
  color: #1A70B7 !important; }

.t-background--dark-blue, .t-background--project, .t-background--projects {
  background-color: #1A70B7 !important; }

.t-border--dark-blue, .t-border--project, .t-border--projects {
  border-color: #1A70B7 !important; }

.t-block--dark-blue, .t-block--project, .t-block--projects {
  background-color: #1A70B7 !important; }
  .t-block--dark-blue.t-color,
  .t-block--dark-blue .t-color, .t-block--project.t-color,
  .t-block--project .t-color, .t-block--projects.t-color,
  .t-block--projects .t-color {
    color: #fff !important; }

.t-font--dark-blue, .t-font--project, .t-font--projects {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--light-blue .t-color, .t-context--light-blue.t-color {
  color: #389FCC; }
  .t-context--light-blue .t-color a, .t-context--light-blue.t-color a {
    color: currentColor; }

.t-context--light-blue .t-background, .t-context--light-blue.t-background {
  background-color: #389FCC; }

.t-context--light-blue .t-border, .t-context--light-blue.t-border {
  border-color: #389FCC; }

.t-context--light-blue .t-border-after:after, .t-context--light-blue.t-border-after:after {
  border-color: #389FCC; }

.t-context--light-blue .t-block, .t-context--light-blue.t-block {
  background-color: #389FCC; }
  .t-context--light-blue .t-block.t-color,
  .t-context--light-blue .t-block .t-color, .t-context--light-blue.t-block.t-color,
  .t-context--light-blue.t-block .t-color {
    color: #fff; }

.t-context--light-blue .t-font, .t-context--light-blue.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--light-blue .t-color, [class*=t-context] .t-context--light-blue.t-color {
  color: #389FCC; }
  [class*=t-context] .t-context--light-blue .t-color a, [class*=t-context] .t-context--light-blue.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--light-blue .t-background, [class*=t-context] .t-context--light-blue.t-background {
  background-color: #389FCC; }

[class*=t-context] .t-context--light-blue .t-border, [class*=t-context] .t-context--light-blue.t-border {
  border-color: #389FCC; }

[class*=t-context] .t-context--light-blue .t-border-after:after, [class*=t-context] .t-context--light-blue.t-border-after:after {
  border-color: #389FCC; }

[class*=t-context] .t-context--light-blue .t-block, [class*=t-context] .t-context--light-blue.t-block {
  background-color: #389FCC; }
  [class*=t-context] .t-context--light-blue .t-block.t-color,
  [class*=t-context] .t-context--light-blue .t-block .t-color, [class*=t-context] .t-context--light-blue.t-block.t-color,
  [class*=t-context] .t-context--light-blue.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--light-blue .t-font, [class*=t-context] .t-context--light-blue.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--light-blue {
  color: #389FCC !important; }

.t-background--light-blue {
  background-color: #389FCC !important; }

.t-border--light-blue {
  border-color: #389FCC !important; }

.t-block--light-blue {
  background-color: #389FCC !important; }
  .t-block--light-blue.t-color,
  .t-block--light-blue .t-color {
    color: #fff !important; }

.t-font--light-blue {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--teal .t-color, .t-context--teal.t-color, .t-context--news .t-color, .t-context--news.t-color, .t-context--voices .t-color, .t-context--voices.t-color {
  color: #229D8E; }
  .t-context--teal .t-color a, .t-context--teal.t-color a, .t-context--news .t-color a, .t-context--news.t-color a, .t-context--voices .t-color a, .t-context--voices.t-color a {
    color: currentColor; }

.t-context--teal .t-background, .t-context--teal.t-background, .t-context--news .t-background, .t-context--news.t-background, .t-context--voices .t-background, .t-context--voices.t-background {
  background-color: #229D8E; }

.t-context--teal .t-border, .t-context--teal.t-border, .t-context--news .t-border, .t-context--news.t-border, .t-context--voices .t-border, .t-context--voices.t-border {
  border-color: #229D8E; }

.t-context--teal .t-border-after:after, .t-context--teal.t-border-after:after, .t-context--news .t-border-after:after, .t-context--news.t-border-after:after, .t-context--voices .t-border-after:after, .t-context--voices.t-border-after:after {
  border-color: #229D8E; }

.t-context--teal .t-block, .t-context--teal.t-block, .t-context--news .t-block, .t-context--news.t-block, .t-context--voices .t-block, .t-context--voices.t-block {
  background-color: #229D8E; }
  .t-context--teal .t-block.t-color,
  .t-context--teal .t-block .t-color, .t-context--teal.t-block.t-color,
  .t-context--teal.t-block .t-color, .t-context--news .t-block.t-color,
  .t-context--news .t-block .t-color, .t-context--news.t-block.t-color,
  .t-context--news.t-block .t-color, .t-context--voices .t-block.t-color,
  .t-context--voices .t-block .t-color, .t-context--voices.t-block.t-color,
  .t-context--voices.t-block .t-color {
    color: #fff; }

.t-context--teal .t-font, .t-context--teal.t-font, .t-context--news .t-font, .t-context--news.t-font, .t-context--voices .t-font, .t-context--voices.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--teal .t-color, [class*=t-context] .t-context--teal.t-color, [class*=t-context] .t-context--news .t-color, [class*=t-context] .t-context--news.t-color, [class*=t-context] .t-context--voices .t-color, [class*=t-context] .t-context--voices.t-color {
  color: #229D8E; }
  [class*=t-context] .t-context--teal .t-color a, [class*=t-context] .t-context--teal.t-color a, [class*=t-context] .t-context--news .t-color a, [class*=t-context] .t-context--news.t-color a, [class*=t-context] .t-context--voices .t-color a, [class*=t-context] .t-context--voices.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--teal .t-background, [class*=t-context] .t-context--teal.t-background, [class*=t-context] .t-context--news .t-background, [class*=t-context] .t-context--news.t-background, [class*=t-context] .t-context--voices .t-background, [class*=t-context] .t-context--voices.t-background {
  background-color: #229D8E; }

[class*=t-context] .t-context--teal .t-border, [class*=t-context] .t-context--teal.t-border, [class*=t-context] .t-context--news .t-border, [class*=t-context] .t-context--news.t-border, [class*=t-context] .t-context--voices .t-border, [class*=t-context] .t-context--voices.t-border {
  border-color: #229D8E; }

[class*=t-context] .t-context--teal .t-border-after:after, [class*=t-context] .t-context--teal.t-border-after:after, [class*=t-context] .t-context--news .t-border-after:after, [class*=t-context] .t-context--news.t-border-after:after, [class*=t-context] .t-context--voices .t-border-after:after, [class*=t-context] .t-context--voices.t-border-after:after {
  border-color: #229D8E; }

[class*=t-context] .t-context--teal .t-block, [class*=t-context] .t-context--teal.t-block, [class*=t-context] .t-context--news .t-block, [class*=t-context] .t-context--news.t-block, [class*=t-context] .t-context--voices .t-block, [class*=t-context] .t-context--voices.t-block {
  background-color: #229D8E; }
  [class*=t-context] .t-context--teal .t-block.t-color,
  [class*=t-context] .t-context--teal .t-block .t-color, [class*=t-context] .t-context--teal.t-block.t-color,
  [class*=t-context] .t-context--teal.t-block .t-color, [class*=t-context] .t-context--news .t-block.t-color,
  [class*=t-context] .t-context--news .t-block .t-color, [class*=t-context] .t-context--news.t-block.t-color,
  [class*=t-context] .t-context--news.t-block .t-color, [class*=t-context] .t-context--voices .t-block.t-color,
  [class*=t-context] .t-context--voices .t-block .t-color, [class*=t-context] .t-context--voices.t-block.t-color,
  [class*=t-context] .t-context--voices.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--teal .t-font, [class*=t-context] .t-context--teal.t-font, [class*=t-context] .t-context--news .t-font, [class*=t-context] .t-context--news.t-font, [class*=t-context] .t-context--voices .t-font, [class*=t-context] .t-context--voices.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--teal, .t-color--news, .t-color--voices {
  color: #229D8E !important; }

.t-background--teal, .t-background--news, .t-background--voices {
  background-color: #229D8E !important; }

.t-border--teal, .t-border--news, .t-border--voices {
  border-color: #229D8E !important; }

.t-block--teal, .t-block--news, .t-block--voices {
  background-color: #229D8E !important; }
  .t-block--teal.t-color,
  .t-block--teal .t-color, .t-block--news.t-color,
  .t-block--news .t-color, .t-block--voices.t-color,
  .t-block--voices .t-color {
    color: #fff !important; }

.t-font--teal, .t-font--news, .t-font--voices {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--dark-teal .t-color, .t-context--dark-teal.t-color, .t-context--story-package .t-color, .t-context--story-package.t-color {
  color: #00A19A; }
  .t-context--dark-teal .t-color a, .t-context--dark-teal.t-color a, .t-context--story-package .t-color a, .t-context--story-package.t-color a {
    color: currentColor; }

.t-context--dark-teal .t-background, .t-context--dark-teal.t-background, .t-context--story-package .t-background, .t-context--story-package.t-background {
  background-color: #00A19A; }

.t-context--dark-teal .t-border, .t-context--dark-teal.t-border, .t-context--story-package .t-border, .t-context--story-package.t-border {
  border-color: #00A19A; }

.t-context--dark-teal .t-border-after:after, .t-context--dark-teal.t-border-after:after, .t-context--story-package .t-border-after:after, .t-context--story-package.t-border-after:after {
  border-color: #00A19A; }

.t-context--dark-teal .t-block, .t-context--dark-teal.t-block, .t-context--story-package .t-block, .t-context--story-package.t-block {
  background-color: #00A19A; }
  .t-context--dark-teal .t-block.t-color,
  .t-context--dark-teal .t-block .t-color, .t-context--dark-teal.t-block.t-color,
  .t-context--dark-teal.t-block .t-color, .t-context--story-package .t-block.t-color,
  .t-context--story-package .t-block .t-color, .t-context--story-package.t-block.t-color,
  .t-context--story-package.t-block .t-color {
    color: #fff; }

.t-context--dark-teal .t-font, .t-context--dark-teal.t-font, .t-context--story-package .t-font, .t-context--story-package.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--dark-teal .t-color, [class*=t-context] .t-context--dark-teal.t-color, [class*=t-context] .t-context--story-package .t-color, [class*=t-context] .t-context--story-package.t-color {
  color: #00A19A; }
  [class*=t-context] .t-context--dark-teal .t-color a, [class*=t-context] .t-context--dark-teal.t-color a, [class*=t-context] .t-context--story-package .t-color a, [class*=t-context] .t-context--story-package.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--dark-teal .t-background, [class*=t-context] .t-context--dark-teal.t-background, [class*=t-context] .t-context--story-package .t-background, [class*=t-context] .t-context--story-package.t-background {
  background-color: #00A19A; }

[class*=t-context] .t-context--dark-teal .t-border, [class*=t-context] .t-context--dark-teal.t-border, [class*=t-context] .t-context--story-package .t-border, [class*=t-context] .t-context--story-package.t-border {
  border-color: #00A19A; }

[class*=t-context] .t-context--dark-teal .t-border-after:after, [class*=t-context] .t-context--dark-teal.t-border-after:after, [class*=t-context] .t-context--story-package .t-border-after:after, [class*=t-context] .t-context--story-package.t-border-after:after {
  border-color: #00A19A; }

[class*=t-context] .t-context--dark-teal .t-block, [class*=t-context] .t-context--dark-teal.t-block, [class*=t-context] .t-context--story-package .t-block, [class*=t-context] .t-context--story-package.t-block {
  background-color: #00A19A; }
  [class*=t-context] .t-context--dark-teal .t-block.t-color,
  [class*=t-context] .t-context--dark-teal .t-block .t-color, [class*=t-context] .t-context--dark-teal.t-block.t-color,
  [class*=t-context] .t-context--dark-teal.t-block .t-color, [class*=t-context] .t-context--story-package .t-block.t-color,
  [class*=t-context] .t-context--story-package .t-block .t-color, [class*=t-context] .t-context--story-package.t-block.t-color,
  [class*=t-context] .t-context--story-package.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--dark-teal .t-font, [class*=t-context] .t-context--dark-teal.t-font, [class*=t-context] .t-context--story-package .t-font, [class*=t-context] .t-context--story-package.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--dark-teal, .t-color--story-package {
  color: #00A19A !important; }

.t-background--dark-teal, .t-background--story-package {
  background-color: #00A19A !important; }

.t-border--dark-teal, .t-border--story-package {
  border-color: #00A19A !important; }

.t-block--dark-teal, .t-block--story-package {
  background-color: #00A19A !important; }
  .t-block--dark-teal.t-color,
  .t-block--dark-teal .t-color, .t-block--story-package.t-color,
  .t-block--story-package .t-color {
    color: #fff !important; }

.t-font--dark-teal, .t-font--story-package {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--pink .t-color, .t-context--pink.t-color, .t-context--casestories .t-color, .t-context--casestories.t-color, .t-context--betterangels .t-color, .t-context--betterangels.t-color {
  color: #C72252; }
  .t-context--pink .t-color a, .t-context--pink.t-color a, .t-context--casestories .t-color a, .t-context--casestories.t-color a, .t-context--betterangels .t-color a, .t-context--betterangels.t-color a {
    color: currentColor; }

.t-context--pink .t-background, .t-context--pink.t-background, .t-context--casestories .t-background, .t-context--casestories.t-background, .t-context--betterangels .t-background, .t-context--betterangels.t-background {
  background-color: #C72252; }

.t-context--pink .t-border, .t-context--pink.t-border, .t-context--casestories .t-border, .t-context--casestories.t-border, .t-context--betterangels .t-border, .t-context--betterangels.t-border {
  border-color: #C72252; }

.t-context--pink .t-border-after:after, .t-context--pink.t-border-after:after, .t-context--casestories .t-border-after:after, .t-context--casestories.t-border-after:after, .t-context--betterangels .t-border-after:after, .t-context--betterangels.t-border-after:after {
  border-color: #C72252; }

.t-context--pink .t-block, .t-context--pink.t-block, .t-context--casestories .t-block, .t-context--casestories.t-block, .t-context--betterangels .t-block, .t-context--betterangels.t-block {
  background-color: #C72252; }
  .t-context--pink .t-block.t-color,
  .t-context--pink .t-block .t-color, .t-context--pink.t-block.t-color,
  .t-context--pink.t-block .t-color, .t-context--casestories .t-block.t-color,
  .t-context--casestories .t-block .t-color, .t-context--casestories.t-block.t-color,
  .t-context--casestories.t-block .t-color, .t-context--betterangels .t-block.t-color,
  .t-context--betterangels .t-block .t-color, .t-context--betterangels.t-block.t-color,
  .t-context--betterangels.t-block .t-color {
    color: #fff; }

.t-context--pink .t-font, .t-context--pink.t-font, .t-context--casestories .t-font, .t-context--casestories.t-font, .t-context--betterangels .t-font, .t-context--betterangels.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--pink .t-color, [class*=t-context] .t-context--pink.t-color, [class*=t-context] .t-context--casestories .t-color, [class*=t-context] .t-context--casestories.t-color, [class*=t-context] .t-context--betterangels .t-color, [class*=t-context] .t-context--betterangels.t-color {
  color: #C72252; }
  [class*=t-context] .t-context--pink .t-color a, [class*=t-context] .t-context--pink.t-color a, [class*=t-context] .t-context--casestories .t-color a, [class*=t-context] .t-context--casestories.t-color a, [class*=t-context] .t-context--betterangels .t-color a, [class*=t-context] .t-context--betterangels.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--pink .t-background, [class*=t-context] .t-context--pink.t-background, [class*=t-context] .t-context--casestories .t-background, [class*=t-context] .t-context--casestories.t-background, [class*=t-context] .t-context--betterangels .t-background, [class*=t-context] .t-context--betterangels.t-background {
  background-color: #C72252; }

[class*=t-context] .t-context--pink .t-border, [class*=t-context] .t-context--pink.t-border, [class*=t-context] .t-context--casestories .t-border, [class*=t-context] .t-context--casestories.t-border, [class*=t-context] .t-context--betterangels .t-border, [class*=t-context] .t-context--betterangels.t-border {
  border-color: #C72252; }

[class*=t-context] .t-context--pink .t-border-after:after, [class*=t-context] .t-context--pink.t-border-after:after, [class*=t-context] .t-context--casestories .t-border-after:after, [class*=t-context] .t-context--casestories.t-border-after:after, [class*=t-context] .t-context--betterangels .t-border-after:after, [class*=t-context] .t-context--betterangels.t-border-after:after {
  border-color: #C72252; }

[class*=t-context] .t-context--pink .t-block, [class*=t-context] .t-context--pink.t-block, [class*=t-context] .t-context--casestories .t-block, [class*=t-context] .t-context--casestories.t-block, [class*=t-context] .t-context--betterangels .t-block, [class*=t-context] .t-context--betterangels.t-block {
  background-color: #C72252; }
  [class*=t-context] .t-context--pink .t-block.t-color,
  [class*=t-context] .t-context--pink .t-block .t-color, [class*=t-context] .t-context--pink.t-block.t-color,
  [class*=t-context] .t-context--pink.t-block .t-color, [class*=t-context] .t-context--casestories .t-block.t-color,
  [class*=t-context] .t-context--casestories .t-block .t-color, [class*=t-context] .t-context--casestories.t-block.t-color,
  [class*=t-context] .t-context--casestories.t-block .t-color, [class*=t-context] .t-context--betterangels .t-block.t-color,
  [class*=t-context] .t-context--betterangels .t-block .t-color, [class*=t-context] .t-context--betterangels.t-block.t-color,
  [class*=t-context] .t-context--betterangels.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--pink .t-font, [class*=t-context] .t-context--pink.t-font, [class*=t-context] .t-context--casestories .t-font, [class*=t-context] .t-context--casestories.t-font, [class*=t-context] .t-context--betterangels .t-font, [class*=t-context] .t-context--betterangels.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--pink, .t-color--casestories, .t-color--betterangels {
  color: #C72252 !important; }

.t-background--pink, .t-background--casestories, .t-background--betterangels {
  background-color: #C72252 !important; }

.t-border--pink, .t-border--casestories, .t-border--betterangels {
  border-color: #C72252 !important; }

.t-block--pink, .t-block--casestories, .t-block--betterangels {
  background-color: #C72252 !important; }
  .t-block--pink.t-color,
  .t-block--pink .t-color, .t-block--casestories.t-color,
  .t-block--casestories .t-color, .t-block--betterangels.t-color,
  .t-block--betterangels .t-color {
    color: #fff !important; }

.t-font--pink, .t-font--casestories, .t-font--betterangels {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--dark-grey .t-color, .t-context--dark-grey.t-color {
  color: #222222; }
  .t-context--dark-grey .t-color a, .t-context--dark-grey.t-color a {
    color: currentColor; }

.t-context--dark-grey .t-background, .t-context--dark-grey.t-background {
  background-color: #222222; }

.t-context--dark-grey .t-border, .t-context--dark-grey.t-border {
  border-color: #222222; }

.t-context--dark-grey .t-border-after:after, .t-context--dark-grey.t-border-after:after {
  border-color: #222222; }

.t-context--dark-grey .t-block, .t-context--dark-grey.t-block {
  background-color: #222222; }
  .t-context--dark-grey .t-block.t-color,
  .t-context--dark-grey .t-block .t-color, .t-context--dark-grey.t-block.t-color,
  .t-context--dark-grey.t-block .t-color {
    color: #fff; }

.t-context--dark-grey .t-font, .t-context--dark-grey.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--dark-grey .t-color, [class*=t-context] .t-context--dark-grey.t-color {
  color: #222222; }
  [class*=t-context] .t-context--dark-grey .t-color a, [class*=t-context] .t-context--dark-grey.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--dark-grey .t-background, [class*=t-context] .t-context--dark-grey.t-background {
  background-color: #222222; }

[class*=t-context] .t-context--dark-grey .t-border, [class*=t-context] .t-context--dark-grey.t-border {
  border-color: #222222; }

[class*=t-context] .t-context--dark-grey .t-border-after:after, [class*=t-context] .t-context--dark-grey.t-border-after:after {
  border-color: #222222; }

[class*=t-context] .t-context--dark-grey .t-block, [class*=t-context] .t-context--dark-grey.t-block {
  background-color: #222222; }
  [class*=t-context] .t-context--dark-grey .t-block.t-color,
  [class*=t-context] .t-context--dark-grey .t-block .t-color, [class*=t-context] .t-context--dark-grey.t-block.t-color,
  [class*=t-context] .t-context--dark-grey.t-block .t-color {
    color: #fff; }

[class*=t-context] .t-context--dark-grey .t-font, [class*=t-context] .t-context--dark-grey.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--dark-grey {
  color: #222222 !important; }

.t-background--dark-grey {
  background-color: #222222 !important; }

.t-border--dark-grey {
  border-color: #222222 !important; }

.t-block--dark-grey {
  background-color: #222222 !important; }
  .t-block--dark-grey.t-color,
  .t-block--dark-grey .t-color {
    color: #fff !important; }

.t-font--dark-grey {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--mid-grey .t-color, .t-context--mid-grey.t-color {
  color: #dddddd; }
  .t-context--mid-grey .t-color a, .t-context--mid-grey.t-color a {
    color: currentColor; }

.t-context--mid-grey .t-background, .t-context--mid-grey.t-background {
  background-color: #dddddd; }

.t-context--mid-grey .t-border, .t-context--mid-grey.t-border {
  border-color: #dddddd; }

.t-context--mid-grey .t-border-after:after, .t-context--mid-grey.t-border-after:after {
  border-color: #dddddd; }

.t-context--mid-grey .t-block, .t-context--mid-grey.t-block {
  background-color: #dddddd; }
  .t-context--mid-grey .t-block.t-color,
  .t-context--mid-grey .t-block .t-color, .t-context--mid-grey.t-block.t-color,
  .t-context--mid-grey.t-block .t-color {
    color: #222222; }

.t-context--mid-grey .t-font, .t-context--mid-grey.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--mid-grey .t-color, [class*=t-context] .t-context--mid-grey.t-color {
  color: #dddddd; }
  [class*=t-context] .t-context--mid-grey .t-color a, [class*=t-context] .t-context--mid-grey.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--mid-grey .t-background, [class*=t-context] .t-context--mid-grey.t-background {
  background-color: #dddddd; }

[class*=t-context] .t-context--mid-grey .t-border, [class*=t-context] .t-context--mid-grey.t-border {
  border-color: #dddddd; }

[class*=t-context] .t-context--mid-grey .t-border-after:after, [class*=t-context] .t-context--mid-grey.t-border-after:after {
  border-color: #dddddd; }

[class*=t-context] .t-context--mid-grey .t-block, [class*=t-context] .t-context--mid-grey.t-block {
  background-color: #dddddd; }
  [class*=t-context] .t-context--mid-grey .t-block.t-color,
  [class*=t-context] .t-context--mid-grey .t-block .t-color, [class*=t-context] .t-context--mid-grey.t-block.t-color,
  [class*=t-context] .t-context--mid-grey.t-block .t-color {
    color: #222222; }

[class*=t-context] .t-context--mid-grey .t-font, [class*=t-context] .t-context--mid-grey.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--mid-grey {
  color: #dddddd !important; }

.t-background--mid-grey {
  background-color: #dddddd !important; }

.t-border--mid-grey {
  border-color: #dddddd !important; }

.t-block--mid-grey {
  background-color: #dddddd !important; }
  .t-block--mid-grey.t-color,
  .t-block--mid-grey .t-color {
    color: #222222 !important; }

.t-font--mid-grey {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

.t-context--light-grey .t-color, .t-context--light-grey.t-color {
  color: #F4F4F4; }
  .t-context--light-grey .t-color a, .t-context--light-grey.t-color a {
    color: currentColor; }

.t-context--light-grey .t-background, .t-context--light-grey.t-background {
  background-color: #F4F4F4; }

.t-context--light-grey .t-border, .t-context--light-grey.t-border {
  border-color: #F4F4F4; }

.t-context--light-grey .t-border-after:after, .t-context--light-grey.t-border-after:after {
  border-color: #F4F4F4; }

.t-context--light-grey .t-block, .t-context--light-grey.t-block {
  background-color: #F4F4F4; }
  .t-context--light-grey .t-block.t-color,
  .t-context--light-grey .t-block .t-color, .t-context--light-grey.t-block.t-color,
  .t-context--light-grey.t-block .t-color {
    color: #222222; }

.t-context--light-grey .t-font, .t-context--light-grey.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

[class*=t-context] .t-context--light-grey .t-color, [class*=t-context] .t-context--light-grey.t-color {
  color: #F4F4F4; }
  [class*=t-context] .t-context--light-grey .t-color a, [class*=t-context] .t-context--light-grey.t-color a {
    color: currentColor; }

[class*=t-context] .t-context--light-grey .t-background, [class*=t-context] .t-context--light-grey.t-background {
  background-color: #F4F4F4; }

[class*=t-context] .t-context--light-grey .t-border, [class*=t-context] .t-context--light-grey.t-border {
  border-color: #F4F4F4; }

[class*=t-context] .t-context--light-grey .t-border-after:after, [class*=t-context] .t-context--light-grey.t-border-after:after {
  border-color: #F4F4F4; }

[class*=t-context] .t-context--light-grey .t-block, [class*=t-context] .t-context--light-grey.t-block {
  background-color: #F4F4F4; }
  [class*=t-context] .t-context--light-grey .t-block.t-color,
  [class*=t-context] .t-context--light-grey .t-block .t-color, [class*=t-context] .t-context--light-grey.t-block.t-color,
  [class*=t-context] .t-context--light-grey.t-block .t-color {
    color: #222222; }

[class*=t-context] .t-context--light-grey .t-font, [class*=t-context] .t-context--light-grey.t-font {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif; }

.t-color--light-grey {
  color: #F4F4F4 !important; }

.t-background--light-grey {
  background-color: #F4F4F4 !important; }

.t-border--light-grey {
  border-color: #F4F4F4 !important; }

.t-block--light-grey {
  background-color: #F4F4F4 !important; }
  .t-block--light-grey.t-color,
  .t-block--light-grey .t-color {
    color: #222222 !important; }

.t-font--light-grey {
  font-family: "Museo Sans", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif !important; }

html.has-js form.ak-form {
  display: none; }

html.has-js .ak-nodisplay-if-js {
  display: none; }

html.has-js .nojs {
  display: none; }

.ifjs {
  display: none; }

.if-js {
  display: none; }

html.has-js .if-js {
  display: block; }

html.has-js a.if-js,
html.has-js span.if-js,
html.has-js input.if-js {
  display: inline; }

html.has-js .iblock-if-js {
  display: inline-block; }

html.has-js li.if-js {
  display: list-item; }

#known_user,
.known_user {
  display: none; }

.ak-inline-taf-preview {
  border: 1px solid #808080;
  padding: 5px; }

/* Custom user form field */
.ak-userfield-radio-set,
.ak-userfield-checkbox-set {
  display: inline-block; }

/* Checkboxes */
label.has-content.ak-checkbox-label {
  margin-left: 10px;
  padding-top: 2px; }

/* Custom action fields */
div[id^="ak-fieldbox"] label[for^="id_action_"] {
  position: relative;
  font-weight: 600;
  display: block;
  padding-bottom: 0px; }

ul.ak-err {
  color: #f00; }

label.ak-error {
  color: #f00; }

input.ak-error,
textarea.ak-error,
select.ak-error {
  border-color: #f00; }

/* Subscription Consent -- Used in Canada
   ========================================================================== */
/* Explicit opt-in checkbox styles */
#id_subscription_consent_box,
#ak-fieldbox-subscription_consent {
  display: none; }

#id_subscription_consent {
  display: inline;
  width: auto; }

#id_subscription_consent_box label {
  display: inline;
  position: static;
  color: inherit; }

#id_subscription_consent_more {
  display: none; }

#ak-fieldbox-subscription_consent label[for="id_subscription_consent"] {
  padding: 1px 0px 0px 20px; }

span#id_subscription_consent_more_lnk {
  display: block; }

/* Accordion -- Used on LTE Page
   ========================================================================== */
.ak-accordion ul {
  padding: 0;
  list-style: none;
  margin: 0; }

.ak-accordion ul li {
  background: #F4F4F4;
  padding: 13px 16px;
  margin-bottom: 10px; }

.ak-accordion ul li .ak-accordion-head {
  cursor: pointer; }

.ak-accordion .ak-accordion-head {
  font-weight: 600;
  text-decoration: none;
  font-size: 1.16em;
  font-size: 1.16rem; }

.ak-accordion .ak-accordion-head + div {
  margin-top: 16px;
  border-top: 1px solid #ccc; }

.ak-accordion .ak-arrow {
  position: relative;
  top: 4px; }

.ak-arrow,
.ak-arrow-inline {
  float: right;
  font-size: 0.58em;
  font-size: 0.58rem;
  transition: 0.4s; }

.ak-arrow-inline {
  top: 6px; }

li.active .ak-arrow,
p.active .ak-arrow-inline,
h3.active .ak-arrow {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  top: 12px;
  left: 5px; }

.ak-arrow:after,
.ak-arrow-inline:after {
  content: "\25B6 \FE0E";
  color: #268ECD; }

.ak-rtl .ak-arrow,
.ak-rtl .ak-arrow-inline {
  /* mirror the styles if RTL */
  float: left; }

.ak-instructions {
  margin-bottom: 16px; }

/* LTE Page
   ========================================================================== */
.ak-newspaper-row {
  background: #EEEEEE;
  margin-bottom: 5px;
  border-radius: 8px;
  padding: 8px;
  font-weight: 200;
  font-size: 0.90em;
  font-size: 0.90rem; }

.ak-newspaper-row:nth-of-type(2n) {
  /* background-color: #e7e7e7; */ }

.ak-newspaper-row a {
  font-weight: 600;
  font-size: 1.16em;
  font-size: 1.16rem;
  padding-bottom: 5px; }

.ak-newspaper-row .ak-newspaper-choice {
  float: right;
  margin: 0;
  font-size: 1.16em;
  font-size: 1.16rem;
  padding-top: 6px; }

.ak-newspaper-row .ak-newspaper-choice input {
  display: none; }

#ak-newspaper-change {
  font-size: smaller;
  margin-left: 1em; }

.ak-rtl .ak-newspaper-row .ak-newspaper-choice {
  /* mirror the styles if RTL */
  float: left; }

/* Errors
   ========================================================================== */
/* Error and confirmation blocks */
#ak-errors,
#ak-confirmation,
#ak-error-info,
.ak-errors,
.ak-confirmation,
.ak-error-info {
  display: none; }

form.contains-errors #ak-errors,
form.contains-errors #ak-error-info,
form.contains-errors .ak-errors,
form.contains-errors .ak-error-info {
  display: block; }

#target_checkboxes .target {
  margin-bottom: 8px; }

/* Whipcount Page
   ========================================================================== */
/* Whipcount result listing table  */
#ak-whipcount-targets h3 {
  /* border-bottom: 1px solid black; */
  /* padding: 0 15px 10px 30px; */ }

#ak-whipcount-targets table {
  width: 100%;
  border-spacing: 0 5px;
  overflow-x: auto; }

#ak-whipcount-targets table th {
  text-align: left;
  font-weight: 200;
  font-size: 1.00em;
  font-size: 1.00rem; }

#ak-whipcount-targets table th,
#ak-whipcount-targets table td {
  padding: 5px 5px 5px 20px; }

#ak-whipcount-targets table td:last-child {
  padding-right: 20px;
  text-align: right; }

@media screen and (min-width: 750px) {
  #ak-whipcount-targets table th {
    width: 20%; } }

@media screen and (max-width: 749px) {
  .ak-whipcount-listing {
    margin-left: -15px;
    margin-right: -15px; } }

/* mirror the styles if RTL */
.ak-rtl #ak-whipcount-targets table th {
  text-align: right; }

.ak-rtl #ak-whipcount-targets table th,
.ak-rtl #ak-whipcount-targets table td {
  padding: 0 20px 0 0; }

.ak-rtl #ak-whipcount-targets table td:last-child {
  padding-left: 20px;
  text-align: left; }

/* Contents of the table */
#ak-whipcount-targets tbody tr {
  background: #eeeeee;
  height: 40px; }

#ak-whipcount-targets tbody tr:nth-of-type(2n) {
  /* background: #f0f0f0; */ }

#ak-whipcount-targets tbody tr .ak-target-name {
  font-weight: 700; }

#ak-whipcount-targets tbody tr.ak-target-opposed {
  background: #E3E3E3; }

#ak-whipcount-targets tbody tr.ak-target-supportive {
  background: #F7F7F7; }

#ak-whipcount-targets tbody tr.ak-target-opposed span.ak-target-stance {
  color: #CD2027; }

#ak-whipcount-targets tbody tr.ak-target-supportive span.ak-target-stance {
  color: #658F3D; }

.ak-whipcount-icon {
  display: inline-block;
  top: 4px;
  position: relative; }

#ak-whipcount-targets tbody .Button {
  color: #fff; }

/* Call form */
.ak-whipcount-callbox {
  border: 1px solid #CCC;
  margin-bottom: 10px; }

.ak-whipcount-callbox .ak-whipcount-boxhead {
  background: #4B4B4B;
  color: #fff;
  padding: 10px;
  height: auto;
  font-weight: 600; }

.ak-whipcount-callbox .ak-whipcount-boxhead .ak-target-phone {
  font-size: 1.42em;
  font-size: 1.42rem;
  font-weight: 600;
  margin: 0; }

.ak-whipcount-callbox .ak-whipcount-boxbody {
  padding: 10px; }

.x-Component {
  padding: 0 20px 20px 20px; }
  .x-Component-title {
    font-size: 13px;
    font-weight: regular;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #444;
    background-color: #f7f7f7;
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #ddd; }
    .x-Component-title a {
      text-decoration: none; }
  .x-Component-content {
    max-width: 1320px; }
  .x-Component-preview--list .x-Component-variant {
    display: block; }
  .x-Component-preview--list .x-Component-variant + .x-Component-variant {
    margin-top: 20px; }
  .x-Component-preview--grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .x-Component-preview--grid .x-Component-variant {
      padding: 10px; }

.Connect {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  -ms-flex-direction: column;
      flex-direction: column; }
  .Connect-panel {
    margin-bottom: 1rem; }
  .Connect-title {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    font-weight: 700; }
  .Connect p {
    margin-bottom: 1rem; }
  @media (min-width: 35em) {
    .Connect--footer {
      -ms-flex-direction: row;
          flex-direction: row; }
      .Connect--footer-panel + .Connect--footer-panel {
        margin-left: 2rem; }
      .Connect--footer form {
        margin-top: 2rem; } }
  .Connect--footer .Elsewhere .Icon--round {
    background: transparent;
    opacity: 0.66;
    transition: 300ms opacity;
    color: #333;
    width: 25px; }
    .Connect--footer .Elsewhere .Icon--round svg {
      width: 100%; }
    .Connect--footer .Elsewhere .Icon--round:hover {
      opacity: 1; }
  .Connect--footer .Connect-title {
    color: #E84D19; }
  .Connect--footer .Connect-panel {
    max-width: 305px;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%; }
    .Connect--footer .Connect-panel--social {
      max-width: 208px; }
    .Connect--footer .Connect-panel p {
      font-size: 0.875rem; }
  .Connect--home .Connect-panel {
    background: #F4F4F4;
    padding: 1rem;
    border-left: 4px solid #E84D19; }
    .Connect--home .Connect-panel:first-child {
      border-left-color: #38AA33;
      -ms-flex-order: 1;
          order: 1; }
  .Connect--home .Elsewhere {
    white-space: nowrap; }
    .Connect--home .Elsewhere-link {
      margin-bottom: 1rem; }
    .Connect--home .Elsewhere-text {
      color: #333; }
    .Connect--home .Elsewhere .Icon {
      background: #FFF; }
    .Connect--home .Elsewhere-service--twitter {
      color: #55ACEE; }
    .Connect--home .Elsewhere-service--facebook {
      color: #3C5A99; }
    .Connect--home .Elsewhere-service--youtube {
      color: #E62117; }
    .Connect--home .Elsewhere-service--instagram {
      color: #222222; }
  @media (min-width: 45em) {
    .Connect--home {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .Connect--home .Connect-title {
        font-size: 1.75rem; }
      .Connect--home .Connect-panel {
        width: calc(50% - 1rem);
        padding: 1.5rem;
        border-left-width: 8px; }
        .Connect--home .Connect-panel .Elsewhere {
          padding-top: 1rem; }
        .Connect--home .Connect-panel:first-child {
          -ms-flex-order: 0;
              order: 0; } }
  @media (max-width: 75em) {
    .Connect--home .Elsewhere {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .Connect--home .Elsewhere > * {
        width: 50%; } }

[data-js="yes"] .FallbackMenu {
  display: none; }

.FallbackMenu-groups {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row; }

.FallbackMenu-group {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  padding: 0 16px 16px 16px; }

.FallbackMenu-group-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px; }

.FallbackMenu-item {
  font-size: 15px;
  margin-bottom: 5px; }

.l-site-footer {
  --footer-padding: 1rem 0;
  padding: var(--footer-padding);
  color: #7a7a7a; }
  .l-site-footer a {
    color: #666; }
  .l-site-footer__nav {
    margin-bottom: 2rem;
    max-width: 400px;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%; }
    .l-site-footer__nav .LinkList {
      column-count: 2;
      column-gap: 1.25rem;
      display: block; }
      .l-site-footer__nav .LinkList-item {
        white-space: normal;
        margin-bottom: 0.5rem; }
        .l-site-footer__nav .LinkList-item + li {
          margin-left: 0; }
  .l-site-footer__copyright {
    font-size: 0.875rem; }
    .l-site-footer__copyright strong {
      color: #38AA33; }
  @media (min-width: 40em) {
    .l-site-footer__copyright {
      font-size: 1rem; } }
  @media (min-width: 48em) {
    .l-site-footer {
      --footer-padding: 2rem 0; }
      .l-site-footer__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .l-site-footer__wrapper .Connect {
          -ms-flex-order: 1;
              order: 1;
          margin-left: 1rem; }
      .l-site-footer__nav {
        max-width: 420px; }
      .l-site-footer .LinkList {
        column-count: 1; } }
  @media (min-width: 60em) {
    .l-site-footer {
      --footer-padding: 4rem 0 3.5rem; }
      .l-site-footer .LinkList {
        column-count: 2; }
        .l-site-footer .LinkList-item {
          margin-bottom: 1rem; }
      .l-site-footer__copyright {
        margin-top: -3.5rem;
        display: block;
        width: auto; } }

:root {
  --headerHeight: 56px; }

@media (min-width: 56.3125em) {
  :root {
    --headerHeight: 124px; } }

.Header-logo.Logo {
  --logoPadding: 0.75rem;
  width: calc(145px + (2 * var(--logoPadding)));
  background: #fff;
  margin: calc(-1 * var(--logoPadding));
  padding: var(--logoPadding); }
  .Header-logo.Logo img {
    display: block; }
  @media (min-width: 56.3125em) {
    .Header-logo.Logo {
      --logoPadding: 1rem;
      height: var(--headerHeight);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      margin-left: 0;
      margin-right: 0;
      width: 302px;
      max-width: 20%; } }
  @media (min-width: 75em) {
    .Header-logo.Logo {
      --logoPadding: 2rem;
      max-width: 30%; } }

.Header-wrapper {
  padding: 0.75rem 1.5rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

@media (max-width: 56.25em) {
  .has-open-nav .Header {
    background: #fff; } }

@media (min-width: 56.3125em) {
  .Header {
    border-bottom: 1px solid #e7e7e7; }
    .Header-wrapper {
      padding: 0 3vw;
      position: static; } }

.Menu {
  color: #222222; }
  .Menu-group .Menu-items {
    font-weight: 700;
    color: #38AA33; }
    .Menu-group .Menu-items .Menu-item + .Menu-item {
      margin-top: 0.875rem; }
  .Menu a {
    text-decoration: none; }
    .Menu a:hover {
      color: #32962d; }
  .Menu-group-title {
    display: block;
    width: 100%;
    text-align: left; }
  @media (max-width: 56.25em) {
    .Menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      min-height: 100%; }
      .Menu-items {
        padding: 0 1rem;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
        .Menu-items--parent > * + * {
          border-top: 1px solid #eee; }
      .Menu-donate-inline.t-block {
        background-color: #E84D19;
        margin: 1rem 1rem 1.375rem;
        font-size: 1.25rem; }
      .Menu-group-title {
        position: relative; }
        .Menu-group-title:after {
          content: '';
          position: absolute;
          right: 0.5rem;
          top: 50%;
          border-right: 3px solid #333;
          border-bottom: 3px solid #333;
          border-bottom-right-radius: 3px;
          width: 12px;
          height: 12px;
          -ms-transform: translateY(-50%) translateY(-1.5px) rotate(45deg);
              transform: translateY(-50%) translateY(-1.5px) rotate(45deg);
          transition: 300ms transform; }
        .Menu-group-title.Menu-group--open:after {
          -ms-transform: translateY(-50%) translateY(1.5px) rotate(-135deg);
              transform: translateY(-50%) translateY(1.5px) rotate(-135deg); }
      .Menu-top-level {
        font-size: 1.125rem;
        padding: 0.8rem 0.5rem;
        font-weight: 700;
        line-height: 1;
        display: block; }
      .Menu-group .Menu-items {
        padding: 0.75rem 1rem 1.5rem;
        display: none; }
      .Menu-group .Menu-group--open + .Menu-items {
        display: block; } }
  @media (min-width: 56.3125em) {
    .Menu-items--parent > .Menu-item {
      display: none; }
    .Menu-items--parent {
      display: -ms-grid;
      display: grid;
      grid-gap: 3.125rem;
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr); }
    .Menu-group-title {
      color: #999;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 1.625rem;
      margin-bottom: 1.5rem; }
    .Menu-donate-inline.t-block {
      display: none; } }

.Navbar {
  --NavbarSpacing: 1.25rem; }
  .Navbar-donate.t-block {
    background-color: #E84D19;
    display: none; }
  .Navbar .SearchBox {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #f4f4f4;
    padding: 1rem; }
    .Navbar .SearchBox-input {
      display: block; }
    .Navbar .SearchBox-button {
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 40px;
      height: 40px;
      top: 50%; }
      .Navbar .SearchBox-button .Icon {
        width: 22px;
        height: 22px; }
    .Navbar .SearchBox-field[type='search'], .Navbar .SearchBox-field[type='search']:focus, .Navbar .SearchBox-field[type='search']:active {
      background: #fff;
      border-radius: 0;
      box-shadow: none;
      font-size: 1.25rem;
      padding: 0.9em 2.5rem 0.9em 0.75em;
      font-weight: 300; }
  @media (max-width: 56.25em) {
    .Navbar-pages {
      display: none; }
    .Navbar-donate.t-block {
      position: absolute;
      right: 48px;
      top: 8px;
      padding: 0.5em 1.5em 0.6em; }
    .Navbar-action-button--menu {
      -webkit-tap-highlight-color: transparent;
      transition: 300ms color;
      width: 48px;
      height: 48px;
      position: absolute;
      right: 0;
      top: 0; }
      .Navbar-action-button--menu i {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 3px;
        background-color: currentColor;
        width: 24px;
        margin: -1.5px 0 0 -12px;
        border-radius: 4px;
        transition: 300ms all; }
      .Navbar-action-button--menu i:first-child {
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%; }
      .Navbar-action-button--menu i:last-child {
        -ms-transform: translateY(7px);
            transform: translateY(7px);
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%; }
      .has-open-nav .Navbar-action-button--menu i {
        background-color: #7a7a7a; }
      .has-open-nav .Navbar-action-button--menu i:nth-child(2) {
        opacity: 0; }
      .has-open-nav .Navbar-action-button--menu i:first-child {
        -ms-transform: translateY(-8px) translateX(4px) rotate(45deg);
            transform: translateY(-8px) translateX(4px) rotate(45deg); }
      .has-open-nav .Navbar-action-button--menu i:last-child {
        -ms-transform: translateY(9px) translateX(4px) rotate(-45deg);
            transform: translateY(9px) translateX(4px) rotate(-45deg); }
    .has-open-nav .Navbar-donate {
      opacity: 0; }
    .Navbar-dropdown {
      display: none;
      position: fixed;
      height: calc(100% - var(--headerHeight));
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 200;
      background: #fff;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      .has-open-nav .Navbar-dropdown {
        display: block; } }
  @media (min-width: 56.3125em) {
    .Navbar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center; }
      .Navbar-pages {
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        -ms-flex-order: -1;
            order: -1; }
        .Navbar-pages li {
          padding-top: 3.125rem;
          padding-bottom: 3.125rem;
          min-height: var(--headerHeight); }
          .Navbar-pages li.is-current {
            position: relative; }
            .Navbar-pages li.is-current .t-border-after:after {
              content: '';
              position: absolute;
              bottom: 0;
              width: 100%;
              left: 0;
              border-bottom-style: solid;
              border-bottom-width: 5px; }
      .Navbar-action-button--menu,
      .Navbar-pages a {
        text-decoration: none;
        font-weight: 700; }
      .Navbar-donate.t-block {
        -ms-flex-order: 1;
            order: 1;
        display: block;
        border-bottom: 4px solid #fff; }
      .Navbar-page {
        margin-left: var(--NavbarSpacing); }
      .Navbar-action-button--menu {
        position: relative;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-left: var(--NavbarSpacing);
        margin-right: var(--NavbarSpacing); }
        .Navbar-action-button--menu:before {
          content: 'More';
          padding-right: 1rem; }
        .Navbar-action-button--menu:after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          border-right: 2px solid;
          border-bottom: 2px solid;
          -ms-transform: translateY(-75%) rotate(45deg);
              transform: translateY(-75%) rotate(45deg);
          width: 8px;
          height: 8px; }
        .Navbar-action-button--menu i:first-child {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 12px 12px 12px;
          border-color: transparent transparent #f4f4f4 transparent;
          position: absolute;
          bottom: 5px;
          right: 1rem;
          opacity: 0;
          visibility: hidden; }
        .Navbar-action-button--menu i:last-child {
          width: 5rem;
          height: 3rem;
          position: absolute;
          bottom: 0;
          right: 100%;
          opacity: 0;
          visibility: hidden; }
      .Navbar-dropdown {
        background: #f4f4f4;
        box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        margin-top: -6px;
        opacity: 0;
        visibility: hidden; }
        .Navbar-dropdown .Menu {
          max-width: 1012px;
          margin: 0 auto;
          padding: 3.125rem 3vw;
          box-sizing: content-box; }
      .Navbar .SearchBox {
        padding: 3rem 0 0; }
        .Navbar .SearchBox-field[type='search'], .Navbar .SearchBox-field[type='search']:focus, .Navbar .SearchBox-field[type='search']:active {
          padding: 0.7em 2.5rem 0.7em 0.75em;
          font-size: 1.5rem; }
      .has-open-nav .Navbar-dropdown {
        opacity: 1;
        visibility: visible; }
      .has-open-nav .Navbar-action-button--menu {
        color: #1A70B7; }
        .has-open-nav .Navbar-action-button--menu i {
          opacity: 1;
          visibility: visible; } }
  @media (min-width: 68.75em) {
    .Navbar {
      --NavbarSpacing: 2rem; }
      .Navbar-donate {
        margin-left: 1.125rem; } }

.Action-primary .Section {
  border: none; }

.Action-supporting .Section-content {
  max-width: 880px;
  margin: 0 auto; }

.Action-wrapper {
  padding-left: 22px;
  padding-right: 22px; }

.Action-header {
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 82.5em) {
    .Action-header {
      margin-bottom: 3rem; } }

.Action-heroImage {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  .Action-heroImage .Figure {
    border: 8px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    margin-left: -22px;
    margin-right: -22px; }
  .Action-heroImage .Figure .Figure-content {
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    position: relative; }
    .Action-heroImage .Figure .Figure-content > :first-child {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%; }

.Action-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 48em) {
    .Action-title {
      font-size: 32px; } }
  @media (min-width: 64em) {
    .Action-title {
      font-size: 44px; } }

.Action-persuader {
  font-size: 20px;
  font-size: 22px;
  line-height: 1.18182;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.1 !important; }
  @media (min-width: 20em) {
    .Action-persuader {
      font-size: 22px;
      line-height: 1.18182;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .Action-persuader {
      font-size: 28px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Action-persuader {
      font-size: 36px;
      line-height: 1.2; } }

.Action-panel {
  background-color: #fff;
  padding: 2.5rem 3rem 3rem 3rem;
  max-width: 880px;
  width: 100%;
  margin: -80px auto 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }

.Action-panel .Panel {
  margin-top: 2rem; }

.Action-content {
  display: -ms-flexbox;
  display: flex; }

.Action-content--static {
  display: block; }

.Action-description {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(60% - 20px);
      flex-basis: calc(60% - 20px);
  padding-right: 20px; }

.Action-itself {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%; }
  .Action-itself > * + * {
    margin-top: 1.5rem; }

.Action-form .Form-footer {
  margin-top: 1rem; }

.Action .if-desktop {
  display: block; }

.Action .if-mobile {
  display: none; }

.Action-description.Prose h3 {
  font-size: 20px;
  font-weight: 700; }
  @media (min-width: 48em) {
    .Action-description.Prose h3 {
      font-size: 24px; } }

.Action-lede > p {
  font-weight: bold;
  font-size: 16px; }

.Action-cta-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem; }

.Action-preamble.Prose {
  margin-bottom: 1rem; }
  .Action-preamble.Prose p {
    font-size: 15px;
    margin: 0.8rem 0; }

.Action-letter-recipient {
  font-weight: 700;
  margin-bottom: 1rem; }

.Action-letter-text {
  background-color: #F4F4F4;
  padding: 6px;
  margin: 1rem 0;
  font-size: 14px;
  line-height: 1.3;
  min-height: 170px; }

.Action-static {
  background: #F4F4F4;
  border-bottom: 8px solid transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 2rem;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.Action-static-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.6em;
  margin-top: 8px; }
  @media (min-width: 48em) {
    .Action-static-title {
      font-size: 30px; } }
  @media (min-width: 64em) {
    .Action-static-title {
      font-size: 36px; } }

.Action-static-image {
  -ms-flex: 0 0 300px;
      flex: 0 0 300px; }
  .Action-static-image img {
    max-width: 100%;
    display: block; }

.Action-static-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-left: 1rem; }

.Action-static-description {
  text-align: center;
  font-size: 22px;
  font-weight: 700; }
  .Action-static-description strong {
    color: #E84D19; }

.Action-ty-title {
  font-size: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 700;
  color: #38AA33;
  margin-bottom: 2rem; }
  @media (min-width: 20em) {
    .Action-ty-title {
      font-size: 24px;
      line-height: 1.16667;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .Action-ty-title {
      font-size: 32px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Action-ty-title {
      font-size: 44px;
      line-height: 1.04545; } }

.Action-ty-message {
  margin-bottom: 2rem; }

.Action .ProgressBar {
  margin-bottom: 1.5rem; }

.Action .CallStep {
  margin-top: 20px; }

.Action-content--survey .Action-description {
  margin-bottom: 2rem; }

.Action-content--survey .Action-form-fields {
  max-width: 500px;
  margin: 0 auto; }

.Action-content--call .Action-itself {
  max-width: 500px;
  margin: 0 auto; }

@media (max-width: 36.24em) {
  .Action {
    overflow: hidden; }
    .Action-header {
      margin-top: -1rem;
      margin-bottom: 1rem; }
    .Action-wrapper {
      padding-left: 0;
      padding-right: 0; }
    .Action-panel {
      padding: 1rem 1rem 2rem 1rem;
      margin-top: -40px; }
    .Action-static {
      display: block;
      padding: 1.5rem 1rem 2rem 1rem;
      margin-left: -1rem;
      margin-right: -1rem;
      border-bottom: 0;
      box-shadow: none; }
    .Action-static-content {
      padding-left: 0; }
    .Action-static-image img {
      margin: 1.5rem auto 0 auto; }
    .Action--static .Action-panel {
      padding-bottom: 0; } }

@media (max-width: 47.99em) {
  .Action .Figure {
    border-width: 4px; }
  .Action-content {
    display: block; }
  .Action-itself {
    margin-top: 2rem; }
  .Action-static-image {
    -ms-flex: 0 0 150px;
        flex: 0 0 150px; }
  .Action-static-description {
    font-size: 18px; } }

@media (max-width: 47.99em) {
  .Action-description {
    padding-right: 0; }
  .Action .if-mobile {
    display: block; }
  .Action .if-desktop {
    display: none; } }

.ActionBar {
  display: -ms-flexbox;
  display: flex; }
  .ActionBar-action {
    display: block;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .ActionBar--horizontal {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .ActionBar--horizontal .ActionBar-action {
      line-height: 0.8; }
    .ActionBar--horizontal .ActionBar-action + .ActionBar-action {
      margin-left: 10px; }
  .ActionBar--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 20px;
    width: 100%; }
    .ActionBar--vertical .ActionBar-action {
      margin: 0 auto; }
    .ActionBar--vertical .ActionBar-action + .ActionBar-action {
      margin-top: 5px; }
    .ActionBar--vertical .ActionBar-action:first-child .ActionButton--act {
      border-bottom: 1px solid #dddddd;
      padding-bottom: 10px;
      margin-bottom: 5px; }

.Article-inner {
  min-height: 400px; }

.Article-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-left: auto;
  padding-left: 0; }

.Article-content-header {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.Article-content-header > .Content-block:first-child {
  margin-top: 2rem; }

.Article-content-header > .Article-heroImage:first-child {
  position: relative;
  z-index: 1;
  margin-top: -2rem; }

.Article-content-body:first-child {
  padding-top: 2rem; }

.Article-lede {
  font-size: 18px;
  line-height: 1.44444;
  font-weight: 500;
  margin-bottom: 1.5rem; }
  @media (min-width: 20em) {
    .Article-lede {
      font-size: 18px;
      line-height: 1.44444;
      font-weight: 500; } }
  @media (min-width: 64em) {
    .Article-lede {
      font-size: 20px;
      line-height: 1.4;
      font-weight: 500; } }
  .Article-lede:after {
    display: block;
    content: '';
    width: 100%;
    height: 0px;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 2rem; }

.Article-ledeQuote {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem; }

.Article-toc:after {
  display: block;
  content: '';
  width: 100%;
  height: 0px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2rem; }

.Article-footer {
  margin-top: 2rem;
  clear: both; }

.Article--legacy .Prose img {
  max-width: 100%;
  margin-bottom: 1rem;
  display: block;
  height: auto; }

@media (max-width: 47.99em) {
  .Article-gutter .ActionBar {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .Article-gutter .ActionBar .ActionBar-action {
      line-height: 0.8; }
    .Article-gutter .ActionBar .ActionBar-action + .ActionBar-action {
      margin-left: 10px; }
    [data-js="yes"] .Article-gutter .ActionBar {
      display: none; } }

@media (min-width: 48em) {
  .Article-content-header {
    padding-left: 80px; }
  .Article-gutter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
    width: 80px;
    margin-top: 2rem; }
    .Article-gutter .ActionBar {
      width: 80px;
      top: 2rem;
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-bottom: 20px;
      width: 100%; }
      .Article-gutter .ActionBar .ActionBar-action {
        margin: 0 auto; }
      .Article-gutter .ActionBar .ActionBar-action + .ActionBar-action {
        margin-top: 5px; }
      .Article-gutter .ActionBar .ActionBar-action:first-child .ActionButton--act {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 10px;
        margin-bottom: 5px; } }

@media (min-width: 64em) and (max-width: 82.49em) {
  .Article-heroImage {
    float: left;
    width: calc( 75% - (80px * 0.33333)); } }

@media (min-width: 82.5em) {
  .Article-content-header {
    padding-left: 110px; }
  .Article-gutter {
    width: 110px; }
  .Article-heroImage {
    float: left;
    width: calc( 75% - (110px * 0.33333)); } }

.BetterAngels-intro {
  background: url("/assets/img/betterangels-hero.png") 50% 0 no-repeat;
  background-size: 50rem; }

.BetterAngels-introContainer {
  position: relative; }

.BetterAngels-logo {
  padding-top: 2rem;
  padding-bottom: 1rem; }

.BetterAngels-logoImage {
  width: 12.5rem; }

.BetterAngels-heading {
  background: url("/assets/img/img-sarah-brown-sm.png") 0 0 no-repeat;
  max-width: 21.25rem;
  padding-top: 8.75rem; }
  .BetterAngels-heading span {
    background-color: #C72252;
    color: #fff;
    display: inline;
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 1.3;
    padding: 0 3px;
    text-transform: uppercase; }

.BetterAngels-welcomePodcast {
  margin-top: 1rem; }

.BetterAngels-leadIn {
  color: #424242;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1rem; }

@media (min-width: 48em) {
  .BetterAngels-intro {
    background: url("/assets/img/betterangels-hero-lg.png") 0% -15% no-repeat;
    background-size: 120%; }
  .BetterAngels-logoImage {
    width: 20rem; }
  .BetterAngels-sarah {
    position: absolute;
    top: 3rem;
    left: 20.625rem;
    z-index: 0; }
  .BetterAngels-heading {
    background: none;
    margin-top: 3rem;
    max-width: 34.375rem;
    padding: 0; }
    .BetterAngels-heading span {
      font-size: 3.75rem; }
  .BetterAngels-leadIn {
    font-size: 1.75rem; }
  .BetterAngels-welcome {
    display: -ms-flexbox;
    display: flex; }
  .BetterAngels-highlight {
    padding-left: 1rem; } }

@media (min-width: 64em) {
  .BetterAngels-intro {
    background: url("/assets/img/betterangels-hero-lg.png") 50% -60% no-repeat;
    background-size: auto; } }

.Community-heroImage {
  width: 100%;
  height: auto; }

.Community-signup .Field {
  margin-bottom: 0; }

.Community-group {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.Community-group + .Community-group {
  border-top: 1px solid #dddddd; }

.Community-groups {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.Community-groups-link {
  text-decoration: none; }
  .Community-groups-link label {
    display: block;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold; }
  .Community-groups-link .Icon {
    width: 32px;
    height: 32px; }

.Community-groups-link:hover label {
  text-decoration: underline; }

.Community-group-title {
  font-size: 22px;
  line-height: 1.18182;
  font-weight: 700;
  margin-bottom: 2rem; }
  @media (min-width: 20em) {
    .Community-group-title {
      font-size: 22px;
      line-height: 1.18182;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .Community-group-title {
      font-size: 28px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Community-group-title {
      font-size: 36px;
      line-height: 1.2; } }

.Community-group-description {
  margin-bottom: 3rem; }

.Community-group-header {
  position: relative; }

.Community-group-header .Icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.Community-celeb-more {
  margin-bottom: 1rem; }

@media (max-width: 47.99em) {
  .Community-intro {
    margin: 2rem auto;
    font-size: 18px; }
  .Community-signup.Panel {
    margin-top: 0.5rem; }
  .Community-signup-text {
    margin-bottom: 1rem; }
  .Community-groups-listItem + .Community-groups-listItem {
    margin-top: 20px; }
  .Community-groups-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .Community-groups-link .Icon {
      margin-right: 1rem; }
  .Community-group {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .Community-group-title {
    margin-bottom: 1rem; }
  .Community-group-description {
    margin-bottom: 2rem; } }

@media (min-width: 48em) {
  .Community-celeb-more {
    margin-top: -2rem;
    margin-bottom: 2rem; }
  .Community-intro {
    max-width: 880px;
    margin: 4rem auto;
    font-size: 20px; }
  .Community-signup.Panel {
    margin-top: -2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -ms-flex-align: center;
        align-items: center; }
  .Community-signup-text {
    width: 50%;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    padding-right: 0.5rem; }
    .Community-signup-text p {
      max-width: 500px; }
  .Community-signup-form {
    width: 50%;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    padding-left: 0.5rem; }
  .Community-groups-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: distribute;
        align-content: space-around; }
  .Community-groups-listItem {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    text-align: center; }
  .Community-groups-link label {
    display: block; }
  .Community-groups-link .Icon {
    margin-bottom: 10px; }
  .Community-group-header .Icon {
    width: 40px;
    height: 40px; } }

@media (min-width: 64em) {
  .Community-group {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto; }
  .Community-signup.Panel {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 3rem;
    padding-right: 3rem; }
  .Community-group-header .Icon {
    width: 4vw;
    height: 4vw;
    right: auto;
    left: -6vw; }
  .Community-groups-link label {
    font-size: 18px; }
  .Community-groups-link .Icon {
    width: 48px;
    height: 48px; } }

@media (min-width: 82.5em) {
  .Community-group {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
  .Community-group-header .Icon {
    width: 50px;
    height: 50px;
    right: auto;
    left: -80px; } }

:root {
  --IconGreenArrow: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M11.586 7L8.293 3.707a1 1 0 0 1 1.414-1.414l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 1 1-1.414-1.414L11.586 9H2a1 1 0 1 1 0-2h9.586z" fill-rule="nonzero" fill="%2338AA33"></path></svg>'); }

.Homepage-overview {
  color: #fff;
  text-align: center;
  background: url("../img/homepage-hero-2019.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 50vh;
  min-height: 200px;
  max-height: 605px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-bottom: 1.75rem;
  position: relative; }
  .Homepage-overview:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.4) 100%); }
  @media (min-width: 62.5em) {
    .Homepage-overview {
      min-height: 550px; } }
  @media (min-width: 125em) {
    .Homepage-overview {
      max-height: 1000px;
      height: 60vh; } }
  @media (min-width: 156.25em) {
    .Homepage-overview {
      height: 75vh; } }

.Homepage-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  max-width: 1063px;
  background: #fff;
  color: #1A70B7;
  border-bottom: 4px solid;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
  width: 100%;
  position: relative;
  z-index: 1;
  top: 10rem; }
  .Homepage-title div {
    max-width: 870px;
    margin: 0 auto; }
    @media (min-width: 80em) {
      .Homepage-title div {
        white-space: pre-line; } }
  @media (max-width: 28.74em) {
    .Homepage-title {
      top: 22rem; } }

.Homepage-connect {
  background: #f5f5f5;
  padding: 1rem 0;
  text-align: left;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  color: #222222; }
  .Homepage-connect .Icon {
    background: #fff; }
  .Homepage-connect .Elsewhere-link {
    padding-right: 0;
    margin-bottom: 0; }

.Homepage-connect-title {
  font-weight: 900;
  font-size: 24px; }

.Homepage-connect-description {
  margin-bottom: 1rem; }

.Homepage-connect-form {
  margin-bottom: 1rem; }

.Homepage-connect-form .Field {
  margin-bottom: 0; }

.Homepage-block-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2rem; }

.Homepage-block-links {
  margin-top: auto; }
  .Homepage-block-links li {
    margin-bottom: 8px; }
  .Homepage-block-links a {
    font-weight: 700; }

.Homepage-block-item--stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .Homepage-block-item--stacked .Card + .Card {
    margin-top: 1rem; }

.Homepage-block-header, .Homepage-block-footer {
  text-align: center;
  width: 100%; }

.Homepage-block-footer {
  padding: 3rem 0 0;
  font-weight: 700;
  font-size: 1.125em; }

.Homepage-about-text {
  display: block;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  padding: 2rem;
  background-color: #F4F4F4; }

.Homepage-about-video .Figure {
  width: 100%;
  margin-bottom: 1rem; }

.Homepage-breakingNews {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #000;
  color: #F39200; }

.Homepage-breakingNews-content {
  -ms-flex-align: center;
      align-items: center; }

.Homepage-breakingNews-icon {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.Homepage-breakingNews-icon .Icon {
  width: 26px;
  height: 26px;
  position: relative;
  top: 2px;
  margin-right: 8px; }

.Homepage-breakingNews-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.Homepage-breakingNews-detail {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  padding-top: 4px;
  font-weight: 700;
  font-size: 15px;
  max-width: 800px; }
  .Homepage-breakingNews-detail a {
    color: #fff; }

.Homepage .signup-form {
  margin-top: 15px; }
  .Homepage .signup-form .description {
    font-size: 18px;
    margin-bottom: 15px; }
  .Homepage .signup-form .fields {
    display: -ms-flexbox;
    display: flex;
    white-space: initial !important; }
    .Homepage .signup-form .fields input {
      margin-right: 10px; }
    @media (max-width: 28.74em) {
      .Homepage .signup-form .fields {
        -ms-flex-direction: column;
            flex-direction: column; }
        .Homepage .signup-form .fields input {
          margin-right: 0px;
          margin-bottom: 5px; } }

.Homepage .pad-top {
  padding-top: 11rem !important; }
  @media (max-width: 28.74em) {
    .Homepage .pad-top {
      padding-top: 23rem !important; } }

.Homepage-impact {
  margin-top: 5rem; }
  .Homepage-impact .Impact {
    background: #dce5eb; }
  .Homepage-impact__content {
    text-align: center; }
    .Homepage-impact__content h2 {
      color: #38AA33;
      font-weight: 900;
      font-size: 2em;
      margin: 0 0 1.25rem; }
    .Homepage-impact__content p {
      font-size: 1.125rem;
      max-width: 850px;
      margin: 0 auto 1rem; }
  .Homepage-impact-examples {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .Homepage-impact-examples > * {
      max-width: 600px;
      -ms-flex: 1 1 425px;
          flex: 1 1 425px;
      padding: 1.25rem;
      font-size: 1.75em;
      font-weight: 500;
      line-height: 1.25; }
      .Homepage-impact-examples > *:nth-child(1) {
        color: #229D8E; }
      .Homepage-impact-examples > *:nth-child(2) {
        color: #E84D19; }
      .Homepage-impact-examples > *:nth-child(3) {
        color: #1A70B7; }
    .Homepage-impact-examples h4 {
      font-size: 1.125rem;
      margin-top: 2rem;
      font-weight: 700; }
  @media (min-width: 48em) {
    .Homepage-impact .Impact {
      margin-bottom: 3rem; }
    .Homepage-impact__content {
      padding: 2.625rem 0 2rem; }
      .Homepage-impact__content h2 {
        font-size: 2.625rem; }
      .Homepage-impact__content p {
        font-size: 1.25rem; } }

@media (max-width: 28.74em) {
  .Homepage-block-item + .Homepage-block-item {
    margin-top: 1rem; }
  .Homepage-block--changing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .Homepage-block--changing > * {
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
  .Homepage-block--changing .Homepage-block-item:nth-child(3),
  .Homepage-block--changing .Homepage-block-item:nth-child(4) {
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px); }
  .Homepage-block--changing .Homepage-block-item:nth-child(4) {
    margin-left: 16px; } }

@media (min-width: 28.75em) {
  .Homepage-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -16px; }
  .Homepage-block-header {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem 0 1.25rem; }
  .Homepage-block-item {
    -ms-flex: 0 1 33.3333%;
        flex: 0 1 33.3333%;
    max-width: 33.3333%;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1rem; }
  .Homepage-block--news .Homepage-block-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 1rem; }
    .Homepage-block--news .Homepage-block-item .Card {
      max-width: none; }
  .Homepage-block--news .Homepage-block-item--stacked {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .Homepage-block-item--full {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
    .Homepage-block-item--full .Card.Card--actions {
      max-width: none; }
  .Homepage-block--about .Homepage-block-header {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    max-width: 100%; }
  .Homepage-block--about .Homepage-block-item {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    max-width: 100%; } }

@media (min-width: 48em) {
  .Homepage-block--about {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .Homepage-block--about .Homepage-block-header {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    max-width: 100%; }
  .Homepage-block--about .Homepage-block-item {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    max-width: 50%; }
  .Homepage-about-video .Figure {
    margin-bottom: 0; }
  .Homepage-title {
    font-size: 35px; }
  .Homepage-connect-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .Homepage-connect-text {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .Homepage-connect-form {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    margin-bottom: 0; }
  .Homepage-connect-social {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding-left: 2rem; }
  .Homepage-block--news .Homepage-block-item,
  .Homepage-block--news .Homepage-block-item--stacked {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 0; }
  .Homepage-breakingNews-content {
    display: -ms-flexbox;
    display: flex; }
  .Homepage-breakingNews-title {
    font-size: 32px;
    margin-right: 32px; }
  .Homepage-breakingNews-icon .Icon {
    width: 32px;
    height: 32px; }
  .Homepage-breakingNews-detail {
    font-size: 16px; } }

@media (min-width: 64em) {
  .Homepage-title {
    font-size: 40px; }
  .Homepage-connect-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .Homepage-connect-text, .Homepage-connect-form, .Homepage-connect-social {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0; }
  .Homepage-connect-text > * {
    max-width: 290px;
    margin: 0 auto; }
  .Homepage-connect-social .Elsewhere {
    -ms-flex-pack: center;
        justify-content: center; }
  .Homepage-block-header, .Homepage-block-footer {
    padding-left: 1rem;
    width: 100%; }
  .Homepage-block-item {
    -ms-flex: 0 1 33.333%;
        flex: 0 1 33.333%;
    max-width: 33.333%;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1rem; }
  .Homepage-block--news .Homepage-block-item,
  .Homepage-block--news .Homepage-block-item--stacked {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  .Homepage-block-item--full {
    -ms-flex: 0 1 75%;
        flex: 0 1 75%;
    max-width: 75%;
    display: -ms-flexbox;
    display: flex; }
    .Homepage-block-item--full .Card.Card--actions {
      max-width: none;
      position: relative; } }
  @media (min-width: 64em) and (min-width: 48em) {
    .Homepage-block-item--full .Card-title {
      position: absolute;
      line-height: 1;
      top: 16px;
      left: 0;
      z-index: 20;
      background: #fff;
      padding: 10px;
      width: 60%;
      font-size: 28px;
      font-weight: 900; }
    .Homepage-block-item--full .Card-body {
      padding-bottom: 0;
      padding-top: 0;
      width: 60%;
      -ms-flex: 0 1 0%;
          flex: 0 1 0%; }
    .Homepage-block-item--full .Card-action {
      position: absolute;
      bottom: 0;
      z-index: 20;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      padding-bottom: 1rem; } }
  @media (min-width: 64em) and (min-width: 64em) {
    .Homepage-block-item--full .Card-title {
      font-size: 36px;
      width: 50%; } }

@media (min-width: 82.5em) {
  .Homepage-block-title {
    font-size: 42px; } }

.HFC {
  --hfcPadding: 3rem 0 2rem;
  --hfcContentPadding: 1rem;
  --hfcShadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  background: #E84D19;
  padding: var(--hfcPadding);
  margin-top: -1.75rem;
  color: #fff; }
  .HFC a {
    text-decoration: none; }
  .HFC-type {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    display: inline-block;
    letter-spacing: 0.1em;
    margin-bottom: 2em; }
  .HFC-title {
    font-family: "Museo Slab", "Rockwell", "American Typewriter", "Roboto Slab", serif;
    font-size: 22px;
    line-height: 1.18182;
    font-weight: 700;
    margin-bottom: 2rem; }
    @media (min-width: 20em) {
      .HFC-title {
        font-size: 22px;
        line-height: 1.18182;
        font-weight: 700; } }
    @media (min-width: 48em) {
      .HFC-title {
        font-size: 28px;
        line-height: 1.2; } }
    @media (min-width: 82.5em) {
      .HFC-title {
        font-size: 36px;
        line-height: 1.2; } }
  .HFC .HFC-title {
    line-height: 0.94;
    font-weight: 900; }
  .HFC-highlight {
    background: #fff;
    color: #333;
    padding: var(--hfcContentPadding);
    box-shadow: var(--hfcShadow); }
    .HFC-highlight footer {
      text-align: center; }
    .HFC-highlight .Button {
      background: #E84D19;
      font-size: 1.25rem; }
  .HFC-video, .HFC-image {
    margin-top: 1rem;
    max-width: 680px; }
  .HFC-embed,
  .HFC img {
    box-shadow: var(--hfcShadow);
    border: 8px solid #fff;
    width: 100%;
    display: block; }
  .HFC-embed {
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative; }
    .HFC-embed iframe {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
  @media (min-width: 48em) {
    .HFC-container {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1.05fr;
          grid-template-columns: 1fr 1.05fr;
      grid-gap: 2.5rem;
      -ms-flex-align: center;
          align-items: center; }
    .HFC-type {
      margin-bottom: 2rem; }
    .HFC-highlight p {
      line-height: 1.3125;
      font-size: 1.125rem; }
    .HFC-highlight .Button {
      font-size: 1.5rem;
      margin-top: 0.75rem; } }
  @media (min-width: 64em) {
    .HFC {
      --hfcPadding: 3.875rem 0;
      --hfcContentPadding: 2rem; } }

.USPS {
  text-align: center;
  padding: 2rem 0 0;
  font-size: 18px;
  line-height: 1.05556;
  font-weight: 700; }
  @media (min-width: 20em) {
    .USPS {
      font-size: 18px;
      line-height: 1.05556;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .USPS {
      font-size: 22px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .USPS {
      font-size: 24px;
      line-height: 1.2; } }
  .USPS ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .USPS li {
    padding: 1rem;
    width: 50%; }
  .USPS a {
    text-decoration: none; }
  .USPS h3,
  .USPS img {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto 1rem; }
  @media (min-width: 48em) {
    .USPS {
      padding-top: 3.625rem; }
      .USPS li {
        width: 25%; } }
  @media (min-width: 64em) {
    .USPS img {
      margin-bottom: 1.875rem; }
    .USPS h3 {
      min-height: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; } }

.OffsetPanel {
  --offsetPanelMargin: 4rem 0 0;
  --offsetPanelContentPadding: 1rem;
  --offsetPanelHOffset: 40px;
  --offsetPanelVOffset: 2.25rem;
  position: relative;
  margin: var(--offsetPanelMargin); }
  .OffsetPanel-content {
    max-width: 520px;
    position: relative;
    background: #fff;
    padding: var(--offsetPanelContentPadding);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .OffsetPanel-content.Prose > h2 {
      font-weight: 900; }
      .OffsetPanel-content.Prose > h2 a {
        text-decoration: none; }
    .OffsetPanel-content p {
      line-height: 1.5; }
      .OffsetPanel-content p:first-of-type {
        font-size: 1.25rem; }
      .OffsetPanel-content p:last-child {
        margin-top: 1.625rem; }
        .OffsetPanel-content p:last-child a {
          background: var(--IconGreenArrow);
          color: #38AA33;
          font-weight: 700;
          padding-left: 1.5rem;
          background-repeat: no-repeat; }
  .OffsetPanel-image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  @media (max-width: 36.24em) {
    .OffsetPanel-image {
      margin: -1rem -3vw 0;
      height: 0;
      padding-bottom: 75%;
      position: relative; } }
  @media (min-width: 36.25em) {
    .OffsetPanel {
      --offsetPanelMargin: 4rem 0; }
      .OffsetPanel-image {
        background: rgba(0, 0, 0, 0.1);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        position: absolute;
        height: calc(100% + (var(--offsetPanelVOffset) * 2));
        width: calc(50vw + 50% - var(--offsetPanelHOffset));
        top: 50%; }
      .OffsetPanel--right .OffsetPanel-image {
        left: var(--offsetPanelHOffset); }
      .OffsetPanel--left .OffsetPanel-content {
        margin-left: auto; }
      .OffsetPanel--left .OffsetPanel-image {
        right: var(--offsetPanelHOffset); } }
  @media (min-width: 48em) {
    .OffsetPanel {
      --offsetPanelHOffset: 200px;
      --offsetPanelContentPadding: 2rem; } }
  @media (min-width: 64em) {
    .OffsetPanel {
      --offsetPanelContentPadding: 3.125rem;
      --offsetPanelMargin: 6rem 0; } }

.Hub-intro {
  margin-top: 2rem; }

.Hub-content {
  margin-top: 2rem; }

.Hub-intro + .Hub-content .Hub-block:first-child,
.Hub-block + .Hub-block {
  border-top: 1px solid #dddddd;
  padding-top: 2rem;
  padding-bottom: 0.5rem; }

.Hub-content .Hub-block:first-child {
  padding-bottom: 0.5rem; }

@media (min-width: 48em) {
  .Hub-intro + .Hub-content .Hub-block:first-child,
  .Hub-block + .Hub-block {
    padding-top: 3.5rem;
    padding-bottom: 2rem; }
  .Hub-content .Hub-block:first-child {
    padding-bottom: 0.5rem; } }

@media (min-width: 82.5em) {
  .Hub-intro {
    margin-top: 3rem; }
  .Hub-content {
    margin-top: 4rem; } }

.Index-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dddddd; }
  @media (max-width: 47.99em) {
    .Index-header {
      margin-bottom: 1rem; } }

.Index-title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900; }
  @media (min-width: 20em) {
    .Index-title {
      font-size: 40px;
      line-height: 1.15;
      font-weight: 900; } }
  @media (min-width: 48em) {
    .Index-title {
      font-size: 70px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Index-title {
      font-size: 82px;
      line-height: 1.2; } }

.Index-intro {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.Index-filter {
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 1rem; }

.Index .Filter-select {
  max-width: 180px; }

@media (max-width: 47.99em) {
  .Index-header {
    margin-top: -1rem; } }

@media (min-width: 48em) {
  .Index-filter {
    margin-top: -1rem; }
  .Index .Filter-select {
    max-width: 300px; } }

@media (min-width: 82.5em) {
  .Index-intro {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

.Search-header {
  background-color: #F4F4F4; }

.Search-form {
  max-width: 880px;
  margin: 16px auto 6px auto;
  position: relative; }
  .Search-form .Field {
    margin-bottom: 0; }
  .Search-form .Field-input {
    padding: 0.9rem 0.75rem;
    font-size: 20px;
    font-weight: 700; }

.Search-results-count {
  margin-top: 8px;
  display: block; }
  .Search-results-count a {
    white-space: nowrap; }

.Search-results-categories {
  max-width: 880px;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 24px; }

.Search-results-list {
  max-width: 880px;
  margin: 0 auto;
  overflow: hidden; }

.StoryPackage-header {
  text-align: center;
  color: #fff;
  padding: 2rem 0 5rem; }

.StoryPackage-label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 0 0 0.45rem; }

.StoryPackage-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 1rem; }

.StoryPackage-description {
  color: inherit;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.StoryPackage-stories {
  margin-top: calc(-1 * var(--StoryPackageOffset));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .StoryPackage-stories-container {
    --StoryPackageOffset: 3rem;
    position: relative; }
    .StoryPackage-stories-container:before {
      content: "";
      position: absolute;
      background: #eee;
      top: var(--StoryPackageOffset);
      bottom: calc(var(--StoryPackageOffset) + 21px);
      width: 100%;
      left: 0; }
  .StoryPackage-stories img {
    width: 100%; }

.StoryPackage-story {
  width: 100%;
  position: relative;
  transition: 300ms box-shadow;
  margin-bottom: 21px; }
  .StoryPackage-story:hover:after {
    opacity: 0.6; }
  .StoryPackage-story:hover .PageFold .Icon {
    -ms-transform: translateX(30%) rotate(-90deg);
        transform: translateX(30%) rotate(-90deg); }
  .StoryPackage-story img {
    object-fit: cover; }
  .StoryPackage-story__content, .StoryPackage-story__link, .StoryPackage-story:after,
  .StoryPackage-story img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
  .StoryPackage-story:after {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    transition: 300ms opacity; }
  .StoryPackage-story__link {
    z-index: 1; }
  .StoryPackage-story__ratio {
    padding-bottom: 66.667%;
    display: block;
    height: 0; }
  .StoryPackage-story h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700; }
    @media (min-width: 20em) {
      .StoryPackage-story h3 {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700; } }
    @media (min-width: 48em) {
      .StoryPackage-story h3 {
        font-size: 24px;
        line-height: 1.2; } }
    @media (min-width: 82.5em) {
      .StoryPackage-story h3 {
        font-size: 28px;
        line-height: 1.2; } }
  .StoryPackage-story__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
    color: #fff;
    padding: 1rem; }
    .StoryPackage-story__content h3 {
      font-weight: 900; }

@media (min-width: 48em) {
  .StoryPackage-header {
    padding-top: 2.75rem; }
  .StoryPackage-title {
    font-size: 2.5rem;
    margin-bottom: 1.875rem; }
  .StoryPackage-description {
    font-size: 1.25rem; }
  .StoryPackage-story {
    margin-left: 21px;
    width: calc(50% - (1 * 21px / 2)); }
    .StoryPackage-story:nth-child(2n + 1) {
      margin-left: 0; } }

@media (min-width: 64em) {
  .StoryPackage-stories-container {
    --StoryPackageOffset: 3.875rem; }
  .StoryPackage-header {
    padding-bottom: 8rem; }
  .StoryPackage-title {
    font-size: 3.25rem;
    margin-bottom: 2.875rem; }
  .StoryPackage-description {
    font-size: 1.5rem; }
  .StoryPackage-stories {
    margin-top: -3.875rem; }
  .StoryPackage-story:nth-last-child(3):nth-child(odd),
  .StoryPackage-story:nth-last-child(3):nth-child(odd) ~ * {
    width: calc(33.333% - (2 * 21px / 3)); }
  .StoryPackage-story:nth-last-child(3):nth-child(odd) ~ * {
    margin-left: 21px; } }

.StoryPackagedFeatured {
  background: #eee;
  padding: 1rem 3rem 1rem 1em;
  position: relative;
  clear: both;
  margin: 2rem 0;
  min-height: 70px; }
  .StoryPackagedFeatured:first-child {
    margin-top: 0; }

.StoryPackage--hero .StoryPackage-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  min-height: 200px;
  max-height: 605px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0.75rem;
  padding-bottom: 0;
  margin-bottom: 1.75rem; }

.StoryPackage--hero .StoryPackage-stories-container {
  --StoryPackageOffset: 2rem; }

.StoryPackage--hero .StoryPackage-content {
  display: inline-block;
  position: relative;
  top: 2rem;
  width: 100%; }

.StoryPackage--hero .StoryPackage-label {
  color: #fff; }

.StoryPackage--hero .StoryPackage-title {
  width: 100%;
  padding: 2rem 1rem;
  word-wrap: normal;
  margin: 0;
  background-color: #fff;
  color: #00A19A;
  font-size: 9.5vw;
  font-weight: 900;
  line-height: 1.2;
  border-bottom: #00A19A 4px solid;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); }

.StoryPackage--hero .StoryPackage-description {
  padding: 2rem 0 4rem 0; }

@media (min-width: 48em) {
  .StoryPackage--hero .StoryPackage-title {
    padding: 2rem; }
  .StoryPackage--hero .StoryPackage-description {
    padding: 3rem 0 5rem 0; } }

@media (min-width: 64em) {
  .StoryPackage--hero .StoryPackage-header {
    min-height: 450px; }
  .StoryPackage--hero .StoryPackage-title {
    width: auto;
    display: inline-block;
    font-size: 100px;
    padding: 2rem 3rem; }
  .StoryPackage--hero .StoryPackage-description {
    padding: 5rem 0 8rem 0; } }

.ActNow-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-left: -16px;
  margin-bottom: 16px; }
  .ActNow-row > * {
    padding-left: 16px; }

.ActNow-primary {
  -ms-flex: 0 1 66.6666%;
      flex: 0 1 66.6666%;
  display: -ms-flexbox;
  display: flex; }
  .ActNow-primary .Card.Card--actions {
    max-width: none;
    position: relative; }
  @media (min-width: 48em) {
    .ActNow-primary {
      max-width: 66.6666%; }
      .ActNow-primary .Card-title {
        position: absolute;
        line-height: 1;
        top: 16px;
        left: 0;
        z-index: 20;
        background: #fff;
        padding: 10px;
        width: 60%;
        font-size: 28px;
        font-weight: 900; }
      .ActNow-primary .Card-body {
        padding-bottom: 0;
        padding-top: 0;
        width: 60%;
        -ms-flex: 0 1 0%;
            flex: 0 1 0%; }
      .ActNow-primary .Card-action {
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; } }
  @media (min-width: 64em) {
    .ActNow-primary .Card-title {
      font-size: 36px;
      width: 50%; } }

.ActNow-supporters {
  -ms-flex: 0 1 33.3333%;
      flex: 0 1 33.3333%; }
  @media (min-width: 48em) {
    .ActNow-supporters {
      max-width: 33.3333%; } }

.ActNow-supporters-inner {
  height: 100%;
  background: #F4F4F4;
  padding: 1rem; }

.ActNow-supporters-title {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  color: #F39200;
  line-height: 1.0;
  margin-bottom: 1rem; }

.ActNow-stats {
  margin-top: 1.5rem; }

.ActNow-stat {
  margin-bottom: 1rem; }

.ActNow-stat-number {
  font-size: 44px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  color: #F39200; }

.ActNow-stat-label {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #999; }

.ActNow-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-left: -16px; }

.ActNow-secondary-item {
  -ms-flex: 0 1 33.3333%;
      flex: 0 1 33.3333%;
  max-width: 33.3333%;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px; }
  .ActNow-secondary-item .Card.Card--actions {
    max-width: none; }
  .ActNow-secondary-item .Button {
    display: block; }
  @media (max-width: 47.99em) {
    .ActNow-secondary-item {
      margin-bottom: 16px;
      max-width: 100%; } }

.ActNow-fight {
  text-align: center; }
  .ActNow-fight strong {
    display: block;
    margin-bottom: 1rem; }

.ActNow-other {
  text-align: center;
  padding-top: 2rem;
  font-size: 22px; }

@media (max-width: 47.99em) {
  .ActNow-row {
    display: block; }
  .ActNow-stats {
    display: none; }
  .ActNow-supporters {
    margin-bottom: 1rem; }
  .ActNow-supporters-title, .ActNow-stat-number {
    font-size: 24px; }
  .ActNow-stat-label {
    font-size: 18px; }
  .ActNow-other {
    font-size: 20px; } }

@media (min-width: 48em) and (max-width: 63.99em) {
  .ActNow-secondary .Card-title {
    font-size: 19px; } }

@media (min-width: 48em) and (max-width: 82.49em) {
  .ActNow-supporters-title, .ActNow-stat-number {
    font-size: 28px; }
  .ActNow-stat-label {
    font-size: 18px; } }

@media (min-width: 64em) and (max-width: 82.49em) {
  .ActNow-supporters-title, .ActNow-stat-number {
    font-size: 32px; }
  .ActNow-stat-label {
    font-size: 20px; } }

.ActionBar {
  display: -ms-flexbox;
  display: flex; }
  .ActionBar-action {
    display: block;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .ActionBar--horizontal {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .ActionBar--horizontal .ActionBar-action {
      line-height: 0.8; }
    .ActionBar--horizontal .ActionBar-action + .ActionBar-action {
      margin-left: 10px; }
  .ActionBar--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 20px;
    width: 100%; }
    .ActionBar--vertical .ActionBar-action {
      margin: 0 auto; }
    .ActionBar--vertical .ActionBar-action + .ActionBar-action {
      margin-top: 5px; }
    .ActionBar--vertical .ActionBar-action:first-child .ActionButton--act {
      border-bottom: 1px solid #dddddd;
      padding-bottom: 10px;
      margin-bottom: 5px; }

.ActivityStream > .Card {
  max-width: none; }

.ActivityStream-footer {
  display: none; }
  .ActivityStream-footer a {
    text-decoration: none; }
    .ActivityStream-footer a span {
      text-decoration: underline; }
    .ActivityStream-footer a strong {
      position: relative;
      top: 2px; }

.ActivityStream.has-overflow .ActivityStream-footer {
  display: block; }

.ActivityStream.is-expanded .ActivityStream-footer {
  display: none; }

.ActivityStream.is-expanded .ActivityStream-content {
  max-height: none; }

[data-js="yes"] .ActivityStream-item {
  margin-bottom: 1rem;
  width: 100%;
  overflow: auto; }

@media (min-width: 36.25em) {
  [data-js="yes"] .ActivityStream-item {
    width: calc(50% - 0.5rem); } }

@media (min-width: 48em) {
  [data-js="yes"] .ActivityStream-item {
    width: calc(33.3333% - 0.66667rem); } }

[data-js="yes"] .ActivityStream-content {
  max-height: 660px;
  overflow: hidden;
  transition: height 0.2s ease; }

[data-js="yes"] .ActivityStream-footer {
  text-align: center;
  padding: 2rem;
  position: relative;
  z-index: 20; }
  [data-js="yes"] .ActivityStream-footer:before {
    content: '';
    background: linear-gradient(to top, #dddddd 0%, rgba(0, 0, 0, 0) 100%);
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    width: 100%; }

[data-js="no"] .ActivityStream-items {
  columns: 2;
  column-gap: 1rem; }

[data-js="no"] .ActivityStream-item {
  break-inside: avoid;
  padding-bottom: 1rem; }

@media (min-width: 48em) {
  [data-js="no"] .ActivityStream-items {
    columns: 3; } }

.AuthorSummary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .AuthorSummary-avatar {
    -ms-flex: 0 0 96px;
        flex: 0 0 96px;
    width: 96px;
    height: 96px;
    margin-right: 1rem; }
  .AuthorSummary-detail {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .AuthorSummary-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.33333;
    margin-bottom: 0.5rem; }
  .AuthorSummary-role {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-style: italic; }
  .AuthorSummary-bio {
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
  .AuthorSummary--header .AuthorSummary-name {
    font-weight: 900; }
    .AuthorSummary--header .AuthorSummary-name a {
      text-decoration: none; }
  @media (min-width: 48em) {
    .AuthorSummary--header .AuthorSummary-name {
      font-size: 34px;
      font-size: 2.125rem;
      font-weight: 900;
      line-height: 1.05882;
      margin-bottom: 1rem; }
      .AuthorSummary--header .AuthorSummary-name a {
        text-decoration: none; }
    .AuthorSummary--header .AuthorSummary-avatar {
      width: 168px;
      height: 168px;
      -ms-flex: 0 0 168px;
          flex: 0 0 168px;
      margin-right: 3rem; }
    .AuthorSummary--header .AuthorSummary-role {
      margin-bottom: 14px; } }
  @media (min-width: 64em) {
    .AuthorSummary--header .AuthorSummary-name {
      font-size: 44px;
      font-size: 2.75rem;
      font-weight: 900;
      line-height: 1.04545; }
    .AuthorSummary--narrow {
      display: block;
      padding-left: 1rem; }
      .AuthorSummary--narrow .SocialAccounts-account {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .AuthorSummary--narrow .AuthorSummary-avatar {
        max-width: 140px;
        max-height: 140px;
        width: 100%;
        height: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin-bottom: 1rem; }
      .AuthorSummary--narrow .AuthorSummary-name {
        margin-bottom: 1rem; }
        .AuthorSummary--narrow .AuthorSummary-name a {
          text-decoration: none; }
      .AuthorSummary--narrow .AuthorSummary-role {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.1875;
        margin-bottom: 1rem; }
        .AuthorSummary--narrow .AuthorSummary-role a {
          text-decoration: none; }
      .AuthorSummary--narrow .AuthorSummary-details {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    .AuthorSummary-name {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.16667; }
    .AuthorSummary:not(.AuthorSummary--narrow) .AuthorSummary-role {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.125; } }

.ButtonBlock .Button {
  margin-right: 10px; }

.ButtonBlock-description {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 10px 0 0 0;
  opacity: 0.7;
  display: inline-block;
  font-style: italic; }

.CardSet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin-left: -1rem;
  margin-bottom: -1rem; }
  .CardSet .Card {
    max-width: none !important; }
  .CardSet-item {
    box-sizing: border-box;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 1rem;
    padding-left: 1rem;
    display: -ms-flexbox;
    display: flex; }
  .CardSet-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .CardSet--fixed .CardSet-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .CardSet--variable .CardSet-item--full,
  .CardSet--variable .CardSet-item--pinned {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  @media (min-width: 28.75em) {
    .CardSet--variable .CardSet-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (max-width: 47.99em) {
    .CardSet--variable .CardSet-item--pinned {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
    .CardSet--variable .CardSet-item--full:first-child + .CardSet-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }
  @media (min-width: 48em) {
    .CardSet {
      /*
         * Variable: No pinned items... 2 x 1/2 width items, 6 x 1/3 width items, rest 1/4 width
         */ }
      .CardSet--variable .CardSet-item:not(.CardSet-item--pinned):first-child,
      .CardSet--variable .CardSet-item:not(.CardSet-item--pinned):first-child + .CardSet-item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
      .CardSet--variable .CardSet-item:not(.CardSet-item--pinned):first-child ~ .CardSet-item:nth-child(1n+3):not(:nth-child(1n+9)) {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
        max-width: 33.33333%; }
      .CardSet--variable .CardSet-item:not(.CardSet-item--pinned):first-child ~ .CardSet-item:nth-child(1n+9) {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%; } }
  @media (min-width: 64em) {
    .CardSet--fixed .CardSet-item {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .CardSet {
      /*
         * Variable: Full width first item, 2 x 1/2 width items, rest 1/3 width
         */
      /*
         * Variable: 6 x 1/2 width items, 6 x 1/3 width items
         */ }
      .CardSet--variable .CardSet-item {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
        max-width: 33.33333%; }
      .CardSet--variable .CardSet-item--pinned {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
      .CardSet--variable .CardSet-item--full {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
      .CardSet--variable .CardSet-item:not(.CardSet-item--pinned):first-child ~ .CardSet-item:nth-child(1n):not(:nth-child(n+3)) {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
      .CardSet--variable .CardSet-item--full:first-child ~ .CardSet-item:nth-child(1n+2):not(:nth-child(1n+4)) {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
      .CardSet--variable .CardSet-item--pinned:not(.CardSet-item--full):first-child ~ .CardSet-item:nth-child(1n+1):not(:nth-child(1n+7)) {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
  @media (min-width: 64em) {
    .CardSet {
      /*
         * Variable: Full width first item, 3 x 1/3 width items, rest 1/4 width
         */
      /*
         * Variable: 2 x 1/2 width items, 6 x 1/3 width items, rest 1/4 width
         */ }
      .CardSet--variable .CardSet-item {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        max-width: 25%; }
      .CardSet--variable .CardSet-item--pinned {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
      .CardSet--variable .CardSet-item--full {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
      .CardSet--variable .CardSet-item--full:first-child ~ .CardSet-item:nth-child(1n+2):not(:nth-child(1n+5)) {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
        max-width: 33.33333%; }
      .CardSet--variable .CardSet-item--pinned:not(.CardSet-item--full):first-child + .CardSet-item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
      .CardSet--variable .CardSet-item--pinned:not(.CardSet-item--full):first-child ~ .CardSet-item:nth-child(1n+3):not(:nth-child(1n+9)) {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
        max-width: 33.33333%; } }

.Card {
  background-color: #F4F4F4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  position: relative; }
  .Card:not(.Card--wideboy) {
    max-width: 580px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .Card-head {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .Card--pinned .Card-head:after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5); }
  .Card:not(.Card--pinned) .Card-head {
    background-color: #e0e0e0; }
    .Card:not(.Card--pinned) .Card-head:after {
      display: block; }
  .Card-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: none; }
  .Card-relatedTo {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 20;
    background: #fff;
    font-size: 14px;
    padding: 0.2em 0.7em;
    border-radius: 1.4em; }
  .Card-relatedTo--campaign {
    color: #E84D19;
    background-position: 7px 48%;
    background-size: 18px 18px;
    background-image: url("../img/flag--star-orange.svg");
    background-repeat: no-repeat;
    padding-left: 28px; }
  .Card-imageWrapper {
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%;
    position: relative; }
  .Card-image {
    display: block;
    position: absolute;
    z-index: 4; }
  .Card-imageWrapper--video > * {
    display: block;
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .Card-image--full {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .Card-image--avatar {
    border-radius: 50%;
    width: 66.66667%;
    padding: 1rem;
    position: absolute;
    max-width: 300px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 0;
    box-sizing: border-box; }
  .Card-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .Card-body {
    padding: 1rem;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  @media (max-width: 47.99em) {
    .Card-body .Card-title {
      font-size: 19px; } }
  .Card-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.09091;
    overflow: hidden;
    text-overflow: ellipsis; }
    .Card-title a {
      color: currentColor;
      text-decoration: none; }
  .Card--actions .Card-title {
    font-weight: 900; }
  .Card-title + .Card-text {
    margin-top: 1rem; }
  .Card--stream .Card-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.22222; }
  .Card--custom .Card-title {
    color: #222222 !important; }
  .Card--stream .Card-text {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.42857; }
  .Card-text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375; }
  .Card-body + .Card-footer {
    padding-top: 1rem; }
  .Card-action {
    text-align: center;
    padding: 1rem 1rem 1.5rem 1rem; }
  .Card-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 1rem;
    margin-top: auto;
    padding-top: 0; }
  .Card-meta {
    font-size: 0.875rem; }
  .Card-meta--subType {
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #DEDEDE;
    padding: 0.17em 0.7em 0.1em;
    display: inline-block;
    color: #7A7A7A; }
  .Card-meta--subType a {
    text-decoration: none; }
    .Card-meta--subType a label {
      cursor: inherit; }
  .Card-meta--pubDate {
    display: inline-block; }
  .Card-meta--subType + .Card-meta--pubDate {
    margin-top: 0;
    margin-left: 0.6rem; }
  .Card-meta--author {
    margin-bottom: 1em; }
    .Card-meta--author a {
      text-decoration: none; }
  .Card--campaigns:before {
    background-color: #E84D19;
    content: '';
    display: block;
    width: 42px;
    height: 48px;
    background-position: 50% 50%;
    background-size: 32px 32px;
    background-image: url("../img/flag--star-white.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 1rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    pointer-events: none; }
    .Card--campaigns:before.t-color,
    .Card--campaigns:before .t-color {
      color: #fff; }
  @media (max-width: 36.24em) {
    .Card-action .Button {
      display: block; } }
  @media (max-width: 47.99em) {
    .Card-body, .Card-footer {
      padding: 1rem 0.5rem; }
    .Card-text, .Card-meta {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.28571; }
    .Card-meta--author-description {
      display: none; } }
  @media (min-width: 48em) {
    .Card--wideboy {
      -ms-flex-direction: row;
          flex-direction: row; }
      .Card--wideboy .Card-head {
        width: 50%; }
      .Card--wideboy .Card-title {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 700; } }
    @media (min-width: 48em) and (min-width: 20em) {
      .Card--wideboy .Card-title {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 700; } }
    @media (min-width: 48em) and (min-width: 48em) {
      .Card--wideboy .Card-title {
        font-size: 32px;
        line-height: 1.2; } }
    @media (min-width: 48em) and (min-width: 82.5em) {
      .Card--wideboy .Card-title {
        font-size: 44px;
        line-height: 1.04545; } }
  @media (min-width: 48em) {
      .Card--wideboy .Card-body {
        margin-top: auto;
        -ms-flex-positive: 0;
            flex-grow: 0; }
      .Card--wideboy .Card-footer {
        margin-top: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }
  .Card--snippet {
    border-top: 4px solid #38AA33; }
  .Card--snippet .Card-body {
    position: relative;
    padding-bottom: 0; }
  .Card--snippet .Card-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0.5rem;
    color: #222222; }
  .Card--snippet .Card-text {
    margin-top: 0.5rem;
    height: 136px;
    overflow: hidden; }
  .Card--snippet .Card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding-bottom: 1.5rem;
    background-color: #F4F4F4; }
    .Card--snippet .Card-footer:before {
      content: '';
      background: linear-gradient(to top, #F4F4F4 5%, rgba(244, 244, 244, 0) 100%);
      pointer-events: none;
      height: 70px;
      display: block;
      position: absolute;
      top: -70px;
      left: 0;
      right: 0; }
  .Card--plain {
    background-color: #fff; }
  .Card--plain .Card-body,
  .Card--plain .Card-footer {
    padding: 0;
    margin: 8px 0;
    font-weight: 700; }
  .Card--plain .Card-text {
    font-weight: 700; }
    @media (min-width: 48em) {
      .Card--plain .Card-text {
        font-size: 18px; } }
  .Card--condensed {
    border-top-width: 4px;
    border-top-style: solid; }
  .Card--condensed .Card-title {
    font-size: 18px; }
  .Card--condensed .Card-footer {
    padding-top: 0; }

.Content {
  width: 100%; }
  .Content-block--clear {
    clear: both; }
  .Content-block--flow:not(.Content-block--pull) + .Content-block--flow:not(.Content-block--pull) {
    clear: left; }
  .Content-block:not(:last-child) {
    margin-bottom: 1.5rem; }
  .Content-block--heading:not(:first-child) {
    padding-top: 0.5rem; }
  .Content-block--divider-before:before {
    display: block;
    content: '';
    width: 100%;
    height: 0px;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 2rem; }
  .Content-block--divider-after:after {
    display: block;
    content: '';
    width: 100%;
    height: 0px;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 2rem; }
  .Content-block--pull-only {
    display: none; }
  .Content-block--until-pull {
    display: block; }
  .Content-block--heading h2[id] {
    pointer-events: none; }
    .Content-block--heading h2[id] .Prose-backToTop {
      bottom: 10px;
      top: auto; }
    .Content-block--heading h2[id]:before {
      content: '';
      display: block;
      height: 2em;
      margin: -2em 0 0;
      pointer-events: none; }
  @media (min-width: 48em) {
    .Content {
      padding-left: 80px; }
      .Content-block--heading:not(:first-child) {
        padding-top: 1rem; }
      .Content-block:not(:last-child) {
        margin-bottom: 2rem; }
      .Content-block:not(:last-child) {
        margin-bottom: 2rem; }
      .Content-block--push {
        max-width: calc( 91.66667% - (80px * 0.16667)); } }
  @media (max-width: 63.99em) {
    .Content-block--flow.Content-block--pull + .Content-block--flow.Content-block--pull {
      clear: left; } }
  @media (min-width: 64em) {
    .Content-block--pull-only {
      display: block; }
    .Content-block--until-pull {
      display: none; } }
  @media (min-width: 64em) and (max-width: 82.49em) {
    .Content-block--clear {
      clear: left; }
    .Content-block {
      max-width: calc( 75% - (80px * 0.33333)); }
    .Content-block--wide {
      max-width: calc( 91.66667% - (80px * 0.16667)); }
    .Content-block.Content-block--flow:not(.Content-block--pull) {
      float: left;
      width: calc( 50% - (80px * 0.58333));
      margin-right: 1rem;
      margin-bottom: 1rem; }
    .Content-block.Content-block--flow-portrait:not(.Content-block--pull) {
      float: left;
      width: 23.75rem;
      margin-right: 1rem;
      margin-bottom: 1rem; }
    .Content-block--pull {
      clear: right;
      float: right;
      width: calc(25% + 16px); }
    .Content-block--pull.Content-block--push {
      padding-left: 0; }
    .Content-block--1 {
      width: calc( 16.66667% - (80px * 0.91667)); }
    .Content-block--2 {
      width: calc( 25% - (80px * 0.83333)); }
    .Content-block--3 {
      width: calc( 33.33333% - (80px * 0.75)); }
    .Content-block--4 {
      width: calc( 41.66667% - (80px * 0.66667)); }
    .Content-block--5 {
      width: calc( 50% - (80px * 0.58333)); }
    .Content-block--6 {
      width: calc( 58.33333% - (80px * 0.5)); }
    .Content-block--7 {
      width: calc( 66.66667% - (80px * 0.41667)); }
    .Content-block--push {
      padding-left: calc( 16.66667% - (80px * 0.91667)); } }
  @media (min-width: 82.5em) {
    .Content {
      padding-left: 110px; }
      .Content-block--clear {
        clear: left; }
      .Content-block {
        max-width: calc( 75% - (110px * 0.33333)); }
      .Content-block--wide {
        max-width: calc( 91.66667% - (110px * 0.16667)); }
      .Content-block.Content-block--flow:not(.Content-block--pull) {
        float: left;
        width: calc( 50% - (110px * 0.58333));
        margin-right: 1rem;
        margin-bottom: 1rem; }
      .Content-block.Content-block--flow-portrait:not(.Content-block--pull) {
        float: left;
        width: 23.75rem;
        margin-right: 1rem;
        margin-bottom: 1rem; }
      .Content-block--pull {
        clear: right;
        float: right;
        width: calc(25% + 16px); }
      .Content-block--push {
        padding-left: calc( 16.66667% - (110px * 0.91667)); }
      .Content-block--pull.Content-block--push {
        padding-left: 0; }
      .Content-block--1 {
        width: calc( 16.66667% - (110px * 0.91667)); }
      .Content-block--2 {
        width: calc( 25% - (110px * 0.83333)); }
      .Content-block--3 {
        width: calc( 33.33333% - (110px * 0.75)); }
      .Content-block--4 {
        width: calc( 41.66667% - (110px * 0.66667)); }
      .Content-block--5 {
        width: calc( 50% - (110px * 0.58333)); }
      .Content-block--6 {
        width: calc( 58.33333% - (110px * 0.5)); }
      .Content-block--7 {
        width: calc( 66.66667% - (110px * 0.41667)); } }

.Content-block--donate + .Content-block--donate .Donate {
  border-top: 1px solid #ddd;
  margin-top: var(--donatePadding);
  padding-top: var(--donatePadding); }

.Donate {
  --donatePadding: 2rem;
  --donateBlockPadding: 1.5rem 1rem; }
  .Donate-title {
    font-size: 22px;
    line-height: 1.18182;
    font-weight: 700;
    margin-bottom: 1rem;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 20em) {
      .Donate-title {
        font-size: 22px;
        line-height: 1.18182;
        font-weight: 700; } }
    @media (min-width: 48em) {
      .Donate-title {
        font-size: 28px;
        line-height: 1.2; } }
    @media (min-width: 82.5em) {
      .Donate-title {
        font-size: 36px;
        line-height: 1.2; } }
    .Donate-title img {
      margin-right: 0.333em;
      width: 1.5em;
      height: 1.5em; }
  .Donate-block {
    background: #F4F4F4;
    padding: var(--donateBlockPadding); }
    .Donate-block h3 {
      border-top: 2px solid #fff;
      padding-top: 1rem; }
    .Donate-block p {
      max-width: 650px; }
  .Donate-block + .Donate-block {
    margin-top: 1.6875rem; }
  .Donate-brand {
    margin-bottom: 1rem; }
  .Donate-strong-link {
    font-weight: 900;
    border-bottom: 2px dotted;
    text-decoration: none;
    margin-right: 2em;
    margin-bottom: 1em;
    white-space: nowrap;
    display: inline-block; }
  .Donate-text-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem; }
  .Donate-text-button {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    min-width: 200px;
    margin: 0 1rem 1rem; }
    @media (min-width: 35em) {
      .Donate-text-button {
        max-width: 277px; } }
  .Donate-text-cta {
    background: #fff;
    padding: 0.75rem;
    border-radius: 2px;
    margin-top: 0.5rem;
    text-align: center; }
  .Donate-footnote {
    margin-top: 1rem; }
  .Donate-brands {
    --donateGutter: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 1.125rem 0 0;
    margin: calc(-1 * var(--donateGutter) / 2);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    pointer-events: none; }
    .Donate-brands > * {
      background: #fff;
      padding: 2.375rem 1rem 2rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center;
      margin: calc(var(--donateGutter) / 2);
      -ms-flex: 1 1 224px;
          flex: 1 1 224px;
      max-width: 300px;
      pointer-events: auto;
      transition: 300ms opacity, 300ms box-shadow; }
      .Donate-brands > *:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
    .Donate-brands:hover > :not(:hover) {
      opacity: 0.5; }
    .Donate-brands a {
      text-decoration: none; }
    .Donate-brands form {
      position: relative; }
    .Donate-brands .Donate-subtitle {
      color: #9d9d9d;
      margin-bottom: 0.375rem; }
    .Donate-brands .Donate-cover {
      position: absolute;
      cursor: pointer;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
    .Donate-brands .Donate-link {
      border-bottom: 2px dotted;
      margin-top: 2rem;
      font-weight: 700;
      font-size: 1.125rem; }
  @media (min-width: 48em) {
    .Donate {
      --donatePadding: 2.75rem;
      --donateBlockPadding: 2.5rem 2rem; }
      .Donate-title {
        margin-bottom: var(--donatePadding); }
        .Donate-title img {
          width: 1.1em;
          height: 1.1em; }
      .Donate-block.Prose h3 {
        --donateProseHeadingSpacing: 0.25rem;
        padding-top: 1.5rem;
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: var(--donateProseHeadingSpacing); }
        .Donate-block.Prose h3 + p {
          margin-top: var(--donateProseHeadingSpacing); }
      .Donate-strong-link {
        margin-bottom: 0.5em; } }

.Elsewhere {
  display: -ms-flexbox;
  display: flex; }
  .Elsewhere a {
    text-decoration: none; }
  .Elsewhere-text {
    font-size: 0.875rem;
    padding-left: 1rem; }
  .Elsewhere-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 1.25rem; }
  .Elsewhere--unlabelled .Elsewhere-text {
    display: none; }

.Embed-card {
  overflow: auto;
  border: 1px dashed #dddddd; }

.Embed-link {
  text-decoration: none;
  display: block;
  padding: 1rem 1rem 1rem 1rem; }

.Embed-loader {
  padding: 5px 0px 3px 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #777; }
  .Embed-loader strong {
    font-weight: normal; }
  .Embed-loader:hover strong {
    color: #222222; }
  .Embed-loader:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    animation: loader07-u0eb4c16a 1s linear infinite;
    position: relative;
    left: -19px;
    top: -4px; }

@keyframes loader07-u0eb4c16a {
  0% {
    box-shadow: 0 -9px 0 0 rgba(153, 153, 153, 0.05), 6.5px -6.5px 0 0 rgba(153, 153, 153, 0.1), 9px 0 0 0 rgba(153, 153, 153, 0.2), 6.5px 6.5px 0 0 rgba(153, 153, 153, 0.3), 0 9px 0 0 rgba(153, 153, 153, 0.4), -6.5px 6.5px 0 0 rgba(153, 153, 153, 0.6), -9px 0 0 0 rgba(153, 153, 153, 0.8), -6.5px -6.5px 0 0 #999999; }
  12.5% {
    box-shadow: 0 -9px 0 0 #999999, 6.5px -6.5px 0 0 rgba(153, 153, 153, 0.05), 9px 0 0 0 rgba(153, 153, 153, 0.1), 6.5px 6.5px 0 0 rgba(153, 153, 153, 0.2), 0 9px 0 0 rgba(153, 153, 153, 0.3), -6.5px 6.5px 0 0 rgba(153, 153, 153, 0.4), -9px 0 0 0 rgba(153, 153, 153, 0.6), -6.5px -6.5px 0 0 rgba(153, 153, 153, 0.8); }
  25% {
    box-shadow: 0 -9px 0 0 rgba(153, 153, 153, 0.8), 6.5px -6.5px 0 0 #999999, 9px 0 0 0 rgba(153, 153, 153, 0.05), 6.5px 6.5px 0 0 rgba(153, 153, 153, 0.1), 0 9px 0 0 rgba(153, 153, 153, 0.2), -6.5px 6.5px 0 0 rgba(153, 153, 153, 0.3), -9px 0 0 0 rgba(153, 153, 153, 0.4), -6.5px -6.5px 0 0 rgba(153, 153, 153, 0.6); }
  37.5% {
    box-shadow: 0 -9px 0 0 rgba(153, 153, 153, 0.6), 6.5px -6.5px 0 0 rgba(153, 153, 153, 0.8), 9px 0 0 0 #999999, 6.5px 6.5px 0 0 rgba(153, 153, 153, 0.05), 0 9px 0 0 rgba(153, 153, 153, 0.1), -6.5px 6.5px 0 0 rgba(153, 153, 153, 0.2), -9px 0 0 0 rgba(153, 153, 153, 0.3), -6.5px -6.5px 0 0 rgba(153, 153, 153, 0.4); }
  50% {
    box-shadow: 0 -9px 0 0 rgba(153, 153, 153, 0.4), 6.5px -6.5px 0 0 rgba(153, 153, 153, 0.6), 9px 0 0 0 rgba(153, 153, 153, 0.8), 6.5px 6.5px 0 0 #999999, 0 9px 0 0 rgba(153, 153, 153, 0.05), -6.5px 6.5px 0 0 rgba(153, 153, 153, 0.1), -9px 0 0 0 rgba(153, 153, 153, 0.2), -6.5px -6.5px 0 0 rgba(153, 153, 153, 0.3); }
  62.5% {
    box-shadow: 0 -9px 0 0 rgba(153, 153, 153, 0.3), 6.5px -6.5px 0 0 rgba(153, 153, 153, 0.4), 9px 0 0 0 rgba(153, 153, 153, 0.6), 6.5px 6.5px 0 0 rgba(153, 153, 153, 0.8), 0 9px 0 0 #999999, -6.5px 6.5px 0 0 rgba(153, 153, 153, 0.05), -9px 0 0 0 rgba(153, 153, 153, 0.1), -6.5px -6.5px 0 0 rgba(153, 153, 153, 0.2); }
  75% {
    box-shadow: 0 -9px 0 0 rgba(153, 153, 153, 0.2), 6.5px -6.5px 0 0 rgba(153, 153, 153, 0.3), 9px 0 0 0 rgba(153, 153, 153, 0.4), 6.5px 6.5px 0 0 rgba(153, 153, 153, 0.6), 0 9px 0 0 rgba(153, 153, 153, 0.8), -6.5px 6.5px 0 0 #999999, -9px 0 0 0 rgba(153, 153, 153, 0.05), -6.5px -6.5px 0 0 rgba(153, 153, 153, 0.1); }
  87.5% {
    box-shadow: 0 -9px 0 0 rgba(153, 153, 153, 0.1), 6.5px -6.5px 0 0 rgba(153, 153, 153, 0.2), 9px 0 0 0 rgba(153, 153, 153, 0.3), 6.5px 6.5px 0 0 rgba(153, 153, 153, 0.4), 0 9px 0 0 rgba(153, 153, 153, 0.6), -6.5px 6.5px 0 0 rgba(153, 153, 153, 0.8), -9px 0 0 0 #999999, -6.5px -6.5px 0 0 rgba(153, 153, 153, 0.05); }
  100% {
    box-shadow: 0 -9px 0 0 rgba(153, 153, 153, 0.05), 6.5px -6.5px 0 0 rgba(153, 153, 153, 0.1), 9px 0 0 0 rgba(153, 153, 153, 0.2), 6.5px 6.5px 0 0 rgba(153, 153, 153, 0.3), 0 9px 0 0 rgba(153, 153, 153, 0.4), -6.5px 6.5px 0 0 rgba(153, 153, 153, 0.6), -9px 0 0 0 rgba(153, 153, 153, 0.8), -6.5px -6.5px 0 0 #999999; } }

.Embed + .Embed {
  margin-top: 1.5rem; }

.FactBox-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px; }

.FactBox-description {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  color: #666; }

.FactBox-content.Prose > ul {
  padding-left: 0; }

.Field {
  margin-bottom: 1rem; }
  .Field-label {
    font-weight: 700;
    margin-bottom: 4px;
    display: block; }
  .Field--unlabelled .Field-label {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important; }
  .Field-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .Field-container.is-inline {
    overflow: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .Field-container.is-inline .Field-input {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .Field-button.Button {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid transparent; }

.Figure--image .Figure-content {
  height: 0;
  width: 100%;
  padding-bottom: 66.66667%;
  position: relative;
  background-color: #F4F4F4; }
  .Figure--image .Figure-content > :first-child {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

.Figure--portrait .Figure-content {
  height: 0;
  width: 100%;
  padding-bottom: 166.66667%;
  position: relative; }
  .Figure--portrait .Figure-content > :first-child {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

.Figure--video .Figure-content {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative; }
  .Figure--video .Figure-content > :first-child {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

.Figure--square .Figure-content {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative; }
  .Figure--square .Figure-content > :first-child {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

.Figure--embed {
  display: inline-block;
  width: 100%;
  max-width: 594px;
  margin-top: -8px; }
  .Figure--embed .embed {
    display: block !important; }

.Figure-caption {
  display: block;
  padding: 10px;
  font-weight: 700; }
  .Figure-caption > * {
    display: inline-block; }
  @media (max-width: 36.24em) {
    .Figure-caption {
      font-size: 14px; } }

.Filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .Filter-label {
    font-weight: 700;
    margin-right: 1rem; }
  .Filter-select {
    max-width: 300px;
    cursor: pointer; }
  .Filter .Button {
    margin-left: 1rem; }
  [data-js="yes"] .Filter .Button {
    display: none; }

.Footnotes {
  font-size: 15px;
  border-top: 1px solid #dddddd;
  padding-top: 2rem; }
  .Footnotes-title {
    font-size: 18px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 16px;
    display: none; }
  .Footnotes-note + .Footnotes-note {
    margin-top: 6px; }
  .Footnotes-link {
    font-weight: 700;
    display: inline-block; }
  .Footnotes-text {
    color: #666;
    font-style: normal; }

.Form-footer {
  margin-top: 2rem; }

.Form-smallprint {
  display: block;
  margin-top: 1.5rem;
  font-size: 14px;
  color: #7A7A7A; }

.Impact {
  --ImpactPadding: 30px 0;
  background-color: #edf2f5;
  text-align: center;
  padding: var(--ImpactPadding);
  margin: 3rem 0 0; }
  .Impact--footer {
    margin: -1px 0 6rem;
    position: relative;
    z-index: 1; }
  .Impact-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.5rem; }
    @media (min-width: 20em) {
      .Impact-title {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700; } }
    @media (min-width: 48em) {
      .Impact-title {
        font-size: 24px;
        line-height: 1.2; } }
    @media (min-width: 82.5em) {
      .Impact-title {
        font-size: 28px;
        line-height: 1.2; } }
  .Impact-blocks {
    max-width: 834px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    pointer-events: none; }
    .Impact-blocks:hover .Impact-block {
      opacity: 0.5; }
      .Impact-blocks:hover .Impact-block:hover {
        -ms-transform: scale(1.05);
            transform: scale(1.05);
        opacity: 1; }
  .Impact-block {
    background: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    margin: 27px;
    -ms-flex: 0 1 224px;
        flex: 0 1 224px;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: -0.024em;
    color: #E84D19;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    transition: 300ms opacity, 300ms transform;
    pointer-events: auto;
    font-size: 18px;
    line-height: 1.05556;
    font-weight: 700; }
    @media (min-width: 20em) {
      .Impact-block {
        font-size: 18px;
        line-height: 1.05556;
        font-weight: 700; } }
    @media (min-width: 48em) {
      .Impact-block {
        font-size: 22px;
        line-height: 1.2; } }
    @media (min-width: 82.5em) {
      .Impact-block {
        font-size: 24px;
        line-height: 1.2; } }
    .Impact-block--featured {
      background-color: #E84D19;
      color: #fff; }
    .Impact-block img {
      width: 128px;
      margin: 0 auto; }
    .Impact-block h3 {
      min-height: 52px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column; }
  .Impact .Impact-title {
    font-weight: 300; }
  .Impact .Impact-block {
    font-weight: 900; }
  @media (min-width: 48em) {
    .Impact {
      --ImpactPadding: 50px 50px 40px; } }

.InformationPanel {
  padding: 1.5rem 1rem;
  background: #f4f4f4;
  font-size: 0.875rem; }
  body .InformationPanel.Prose > h3 {
    color: inherit;
    font-size: 22px; }
  .Content-block--pull-only .InformationPanel {
    margin-left: -0.125rem;
    margin-bottom: -0.5rem; }
  .Article-lede + .Content-block--pull-only .InformationPanel {
    margin-top: -2rem; }

.Intro-cta {
  --IntroPadding: 1.875rem 0;
  --IntroMargin: 2rem 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
  width: 100%;
  padding: var(--IntroPadding);
  margin: var(--IntroMargin); }
  .Intro-cta p {
    max-width: 740px;
    font-size: 1.125rem;
    margin-top: 1.875rem; }
  .Intro-cta p,
  .Intro-cta .Logo {
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 48em) {
    .Intro-cta {
      --IntroPadding: 3.75rem 0 1.875rem;
      --IntroMargin: 6.25rem 0 0; } }

.LabelledList-items {
  display: table; }

.LabelledList-label {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 14px;
  position: relative; }
  .LabelledList-label:before {
    outline: 3px solid #fff;
    content: '';
    width: 21px;
    height: 21px;
    background: #fff;
    border: 4px solid currentColor;
    border-radius: 100%;
    display: block;
    position: absolute;
    z-index: 2; }

.LabelledList-text {
  color: #222222; }
  .LabelledList-text > * + * {
    margin-top: 0.5rem; }

@media (max-width: 47.99em) {
  .LabelledList-item {
    position: relative;
    padding-left: 20px; }
    .LabelledList-item:after, .LabelledList-item:before {
      content: '';
      display: block;
      position: absolute;
      background: currentColor;
      z-index: 1;
      opacity: 0.5; }
    .LabelledList-item:after {
      top: 0;
      left: 0;
      height: 3px;
      width: 20px; }
    .LabelledList-item:before {
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 3px; }
  .LabelledList-text {
    padding-bottom: 2rem; }
  .LabelledList-label {
    position: relative;
    top: -6px;
    margin-bottom: 10px;
    padding-left: 30px; }
    .LabelledList-label:before {
      top: -3px;
      left: 0; }
  .LabelledList-item:last-child:before {
    display: none; }
  .LabelledList-item:last-child .LabelledList-text {
    padding-bottom: 0; } }

@media (min-width: 48em) {
  .LabelledList-items {
    display: table; }
  .LabelledList-item {
    display: table-row; }
  .LabelledList-label, .LabelledList-text {
    display: table-cell;
    padding-bottom: 2rem; }
  .LabelledList-text {
    padding-left: 30px; }
  .LabelledList-label {
    min-width: 100px;
    max-width: 200px;
    padding-right: 40px;
    width: 1%;
    text-align: right; }
    .LabelledList-label:before {
      right: 0;
      top: 0; }
    .LabelledList-label:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 9px;
      bottom: 0;
      height: 100%;
      width: 3px;
      background: currentColor;
      z-index: 1;
      opacity: 0.5; }
  .LabelledList-item:last-child .LabelledList-label:after {
    display: none; }
  .LabelledList-item:last-child .LabelledList-label,
  .LabelledList-item:last-child .LabelledList-text {
    padding-bottom: 0; } }

.MediaBlock + .MediaBlock {
  margin-top: 2rem; }

.MediaBlock-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.18182;
  margin-bottom: 1rem; }
  .MediaBlock-title a {
    text-decoration: none; }

.MediaBlock-copy {
  margin-bottom: 1rem; }
  .MediaBlock-copy h4 {
    font-weight: 900;
    font-size: 17px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 0.4em; }
    @media (min-width: 48em) {
      .MediaBlock-copy h4 {
        font-size: 20px; } }
  .MediaBlock-copy p {
    margin-bottom: 1em; }

.MediaBlock-action {
  margin-top: auto; }

.MediaBlock--card {
  background-color: #F4F4F4;
  padding: 1rem 1rem 1rem 1rem; }

.MediaBlock--profile .MediaBlock-content {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 1rem);
  margin-left: -1rem; }

.MediaBlock--profile .MediaBlock-main,
.MediaBlock--profile .MediaBlock-image {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 100%;
  padding-left: 1rem; }

.MediaBlock--profile .MediaBlock-image {
  -ms-flex: 1 0 35%;
      flex: 1 0 35%;
  min-width: 110px;
  max-width: 164px; }

@media (max-width: 36.24em) {
  .MediaBlock--profile .MediaBlock-copy {
    font-size: 14px; }
  .MediaBlock--profile .MediaBlock-title {
    margin-bottom: 0.5rem; } }

@media (max-width: 47.99em) {
  .MediaBlock--card .MediaBlock-image {
    margin-bottom: 1rem; } }

@media (min-width: 48em) {
  .MediaBlock-content {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 1rem);
    margin-left: -1rem; }
  .MediaBlock-title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.14286; }
  .MediaBlock--profile .MediaBlock-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.08333; }
  .MediaBlock-main, .MediaBlock-image {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    max-width: 50%;
    padding-left: 1rem; }
  .MediaBlock--card .MediaBlock-main,
  .MediaBlock--card .MediaBlock-image {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%);
    max-width: 50%;
    padding-left: 1rem;
    min-width: 0; }
  .MediaBlock--card .MediaBlock-main {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (min-width: 64em) {
  .MediaBlock--profile .MediaBlock-image {
    margin-right: 2rem; } }

.Modal {
  display: none;
  background: #fff;
  height: 100vh;
  width: 100vw;
  position: relative; }
  .Modal.is-open, .Modal:target {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100; }
  .Modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    z-index: 101; }
  .Modal-close-label {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important; }
  .Modal-close-button {
    color: #ccc; }
    .Modal-close-button:hover {
      color: #E84D19; }
  .Modal-content {
    padding: 3rem 1rem 1rem 1rem;
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch; }

.PageFold {
  --PageFoldSize: 56px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 var(--PageFoldSize) var(--PageFoldSize) 0;
  border-color: transparent currentColor transparent transparent;
  opacity: 0.9; }
  .PageFold .Icon {
    position: absolute;
    transition: 300ms transform;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    z-index: 1;
    color: #FFF;
    width: 0.925rem;
    height: 0.925rem;
    left: 1.75rem;
    top: 0.75rem; }
  .PageFold a {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    height: var(--PageFoldSize);
    width: var(--PageFoldSize);
    z-index: 2;
    left: 0;
    top: 0; }
    .PageFold a:hover ~ .Icon {
      -ms-transform: translateX(25%) rotate(-90deg);
          transform: translateX(25%) rotate(-90deg); }

.PageHeader {
  padding: 0.2em 3vw 0.5em 3vw;
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 700;
  margin-left: -3vw;
  margin-right: 16px;
  position: relative;
  z-index: 2; }
  @media (min-width: 20em) {
    .PageHeader {
      font-size: 24px;
      line-height: 1.16667;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .PageHeader {
      font-size: 32px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .PageHeader {
      font-size: 44px;
      line-height: 1.04545; } }
  .PageHeader-title {
    margin-top: 2%;
    font-size: 24px;
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 700; }
    @media (min-width: 20em) {
      .PageHeader-title {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 700; } }
    @media (min-width: 48em) {
      .PageHeader-title {
        font-size: 32px;
        line-height: 1.2; } }
    @media (min-width: 82.5em) {
      .PageHeader-title {
        font-size: 44px;
        line-height: 1.04545; } }
  .PageHeader .PageHeader-title {
    font-weight: 900 !important; }
  .PageHeader-label {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1%; }
  .PageHeader-label + .PageHeader-title {
    margin-top: 0; }
  @media (min-width: 48em) {
    .PageHeader {
      max-width: calc(91.66667% - 8px);
      padding-left: 80px;
      padding-right: 16px;
      margin-left: 0;
      margin-right: 0; }
      .PageHeader--campaigns {
        background-image: url("../img/flag--star-white.svg");
        background-size: 46px 46px;
        background-position: 18px 14px;
        background-repeat: no-repeat; } }
  @media (min-width: 64em) and (max-width: 82.49em) {
    .PageHeader {
      max-width: calc(66.66667% - 8px); } }
  @media (min-width: 82.5em) {
    .PageHeader {
      max-width: calc(66.66667% - 8px);
      padding-left: 110px; }
      .PageHeader--campaigns {
        background-size: 62px 62px;
        background-position: 24px 15px; } }

.Pagination-item {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  background-color: #F4F4F4;
  padding: 0.35em 0.5em 0.3em 0.5em;
  color: #222222;
  text-decoration: none;
  border-radius: 5px; }

.Pagination-item.t-background {
  color: #fff; }

.Pagination-item + .Pagination-item {
  margin-left: 6px; }

.Pagination-item--spacer {
  background-color: transparent; }

.Panel {
  background-color: #F4F4F4;
  padding: 2rem 2rem 2rem 2rem;
  border: 0;
  position: relative;
  width: 100%; }
  .Panel-title a {
    color: currentColor;
    text-decoration: none; }
  .Panel-type {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .Panel-lede {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.44444;
    margin-bottom: 1.5rem; }
  .Panel-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .Panel-body > * {
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }
  .Panel-col--main {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(60% - 2rem);
        flex-basis: calc(60% - 2rem);
    max-width: calc(60% - 2rem);
    padding-right: 2rem;
    margin-bottom: 1rem; }
  .Panel-col--aside {
    margin-bottom: 0;
    padding-right: 0;
    -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    max-width: 40%;
    min-width: 200px;
    margin-left: auto; }
    .Panel-col--aside img {
      width: 100%;
      display: block; }
  .Panel--highlighted, .Panel--cta, .Panel--related {
    border-left-width: 0.5rem;
    border-left-style: solid;
    border-left-color: transparent;
    padding-left: 2rem; }
  .Panel--type-download .Panel-type {
    display: none; }
  .Panel--type-campaign:before {
    background-color: #E84D19;
    content: '';
    display: block;
    width: 42px;
    height: 48px;
    background-position: 50% 50%;
    background-size: 32px 32px;
    background-image: url("../img/flag--star-white.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 2rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    pointer-events: none; }
    .Panel--type-campaign:before.t-color,
    .Panel--type-campaign:before .t-color {
      color: #fff; }
  .Panel--type-campaign .Panel-type {
    display: none; }
  .Panel--type-campaign .Panel-title {
    padding-right: 66px; }
  .Panel--cta .Panel-title,
  .Panel--related .Panel-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.18182;
    margin-bottom: 1rem; }
  .Panel--type-explainer .Panel-title {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    font-family: inherit;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #222222 !important; }
  @media (max-width: 36.24em) {
    .Panel {
      padding: 1.5rem 1rem 1rem 1rem; }
      .Panel--cta, .Panel--related {
        border-left-width: 0;
        padding: 0 1rem 1.5rem 1rem;
        position: relative; }
        .Panel--cta .Panel-type, .Panel--related .Panel-type {
          padding: 5px 1rem;
          margin: 0 -1rem 1rem -1rem;
          display: block; }
        .Panel--cta .Panel-col--main, .Panel--related .Panel-col--main {
          padding-right: 0; }
        .Panel--cta .Panel-col--main,
        .Panel--cta .Panel-col--aside, .Panel--related .Panel-col--main,
        .Panel--related .Panel-col--aside {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%;
          max-width: 100%;
          margin-bottom: 1.5rem; }
          .Panel--cta .Panel-col--main:last-child,
          .Panel--cta .Panel-col--aside:last-child, .Panel--related .Panel-col--main:last-child,
          .Panel--related .Panel-col--aside:last-child {
            margin-bottom: 0; }
        .Panel--cta.Panel--type-campaign:before, .Panel--related.Panel--type-campaign:before {
          right: 1rem; }
        .Panel--cta.Panel--type-campaign .Panel-title, .Panel--related.Panel--type-campaign .Panel-title {
          padding-right: 50px; }
        .Panel--cta.Panel--cta .Panel-title,
        .Panel--cta.Panel--related:not(.Panel--type-explainer) .Panel-title, .Panel--related.Panel--cta .Panel-title,
        .Panel--related.Panel--related:not(.Panel--type-explainer) .Panel-title {
          font-size: 25px;
          font-size: 1.5625rem;
          font-weight: 700;
          line-height: 1.12; }
      .Panel--type-resource .Panel-content {
        padding-top: 1rem; }
      .Panel--type-resource {
        border-top-width: 0.5rem;
        border-top-style: solid; }
      .Panel--type-resource .Panel-type {
        display: none; } }
  @media (min-width: 36.25em) and (max-width: 63.99em) {
    .Panel-type {
      opacity: 0.6;
      position: absolute;
      top: 20px;
      right: 2rem;
      color: inherit;
      background-color: inherit;
      border-color: inherit;
      font-family: inherit;
      color: #222222 !important;
      background: transparent !important; } }
  @media (min-width: 48em) {
    .Panel--cta .Panel-title,
    .Panel--related:not(.Panel--type-explainer) .Panel-title {
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 1.07143; }
    .Panel-lede {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 1.27273; } }
  @media (min-width: 64em) {
    .Panel--narrow {
      border-left-width: 0;
      padding: 0 1rem 1.5rem 1rem;
      position: relative; }
      .Panel--narrow .Panel-type {
        padding: 5px 1rem;
        margin: 0 -1rem 1rem -1rem;
        display: block; }
      .Panel--narrow .Panel-col--main {
        padding-right: 0; }
      .Panel--narrow .Panel-col--main,
      .Panel--narrow .Panel-col--aside {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.5rem; }
        .Panel--narrow .Panel-col--main:last-child,
        .Panel--narrow .Panel-col--aside:last-child {
          margin-bottom: 0; }
      .Panel--narrow.Panel--type-campaign:before {
        right: 1rem; }
      .Panel--narrow.Panel--type-campaign .Panel-title {
        padding-right: 50px; }
      .Panel--narrow.Panel--cta .Panel-title,
      .Panel--narrow.Panel--related:not(.Panel--type-explainer) .Panel-title {
        font-size: 25px;
        font-size: 1.5625rem;
        font-weight: 700;
        line-height: 1.12; }
    .Panel--cta:not(.Panel--narrow) .Panel-type,
    .Panel--related:not(.Panel--narrow) .Panel-type {
      opacity: 0.6;
      position: absolute;
      top: 20px;
      right: 2rem;
      color: inherit;
      background-color: inherit;
      border-color: inherit;
      font-family: inherit;
      color: #222222 !important;
      background: transparent !important; } }

.PodcastSet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin-left: -2rem;
  margin-bottom: -1rem; }
  .PodcastSet .Podcast {
    max-width: none !important; }
  .PodcastSet-item {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 4rem;
    padding-left: 2rem; }
  @media (min-width: 36.25em) {
    .PodcastSet-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 48em) {
    .PodcastSet-item {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      width: 33.333%; } }
  @media (min-width: 64em) {
    .PodcastSet-item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      width: 25%; } }

.Podcast {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  position: relative; }
  .Podcast-head {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-bottom: 0.5rem; }
  .Podcast-imageWrapper {
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%;
    position: relative; }
  .Podcast-image {
    display: block;
    position: absolute;
    z-index: 4; }
  .Podcast-image--full {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .Podcast-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.09091;
    overflow: hidden;
    text-overflow: ellipsis; }
    .Podcast-title a {
      color: #fff;
      text-decoration: none;
      background-color: #C72252;
      line-height: 1.3;
      padding: 0 3px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
  .Podcast-text {
    margin-top: 1rem; }

.ProgressBar-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }

.ProgressBar-label {
  color: #38AA33;
  font-weight: 700;
  font-size: 15px; }

.ProgressBar-value {
  font-size: 24px; }

.ProgressBar-max {
  font-weight: 700;
  margin-left: auto; }

.ProgressBar-bar {
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #F4F4F4;
  display: block;
  width: 100%;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1); }

.ProgressBar-progress {
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #38AA33;
  font-size: 0;
  color: #38AA33;
  display: block; }

.PromotedVideo-title {
  position: relative;
  font-size: 22px;
  line-height: 1.18182;
  font-weight: 700;
  margin-bottom: 2rem; }
  @media (min-width: 20em) {
    .PromotedVideo-title {
      font-size: 22px;
      line-height: 1.18182;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .PromotedVideo-title {
      font-size: 28px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .PromotedVideo-title {
      font-size: 36px;
      line-height: 1.2; } }
  @media (max-width: 47.99em) {
    .PromotedVideo-title {
      font-size: 28px; } }

.PromotedVideo-content {
  margin-bottom: 2rem; }

.PromotedVideo-video {
  position: relative;
  min-height: 200px;
  background-color: #eee; }
  .PromotedVideo-video:after {
    color: #666;
    font-style: italic;
    content: 'Loading video...';
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%);
        transform: translate(-50%); }

.PromotedVideo-video.fb_iframe_widget {
  background-color: #fff; }
  .PromotedVideo-video.fb_iframe_widget:after {
    display: none; }

.Quote-text {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  position: relative; }
  @media (min-width: 20em) {
    .Quote-text {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .Quote-text {
      font-size: 24px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Quote-text {
      font-size: 28px;
      line-height: 1.2; } }
  .Quote-text > ul {
    padding-left: 0.25em;
    margin: 1rem 0; }
  .Quote-text > ol {
    counter-reset: prose-counter;
    padding-left: 1.25em;
    margin: 1rem 0; }
  .Quote-text > ol > li {
    list-style: none;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative; }
    .Quote-text > ol > li:before {
      content: counter(prose-counter);
      counter-increment: prose-counter;
      position: absolute;
      left: 0;
      top: -3px;
      font-size: 18px; }
  .Quote-text > ul > li {
    list-style-type: none;
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 1em; }
    .Quote-text > ul > li:before {
      content: "●";
      position: absolute;
      left: 0;
      top: -3px;
      font-size: 18px; }

.Quote-footer {
  margin-top: 1rem; }

.Quote-citation {
  font-style: italic; }
  .Quote-citation:before {
    content: '\2014';
    display: inline-block;
    margin-right: 6px; }

.Quote-citation,
.Quote-citation a {
  color: #222222; }

.Quote .Quote-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 15px;
  margin-top: -10px; }

@media (max-width: 47.99em) {
  .Quote--lede {
    padding-left: 1rem; } }

.Quote--lede .Quote-citation {
  font-style: normal;
  font-weight: 700;
  font-size: 20px; }
  @media (max-width: 47.99em) {
    .Quote--lede .Quote-citation {
      font-size: 16px; } }
  @media (max-width: 63.99em) {
    .Quote--lede .Quote-citation {
      font-size: 18px; } }
  .Quote--lede .Quote-citation a {
    text-decoration: none; }
    .Quote--lede .Quote-citation a:hover {
      text-decoration: underline; }

.Quote--lede .Quote-text p {
  quotes: "“" "”" "‘" "’"; }
  .Quote--lede .Quote-text p + p {
    margin-top: 1rem; }
  .Quote--lede .Quote-text p:before {
    position: absolute;
    left: -0.6em;
    content: open-quote; }
  .Quote--lede .Quote-text p:after {
    content: close-quote; }

.RelatedWebLinks-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem; }

.RelatedWebLink {
  background: #EEE; }
  .RelatedWebLink + .RelatedWebLink {
    margin-top: 1rem; }
  .RelatedWebLink a {
    padding: 2rem 1rem;
    text-decoration: none;
    position: relative;
    display: block; }
    .RelatedWebLink a:hover .PageFold .Icon {
      -ms-transform: translateX(25%) rotate(-90deg);
          transform: translateX(25%) rotate(-90deg); }
  .RelatedWebLink h3 {
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.125rem; }
  .RelatedWebLink h4 {
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem; }

.ResourceCategories-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.07143;
  margin-bottom: 1em; }
  @media (min-width: 48em) {
    .ResourceCategories-title {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 700;
      line-height: 1.11111; } }

.ResourceCategories-group {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.27273;
  padding-left: 40px;
  position: relative; }
  @media (min-width: 48em) {
    .ResourceCategories-group {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 700;
      line-height: 1.15385; } }

.ResourceCategories-icon {
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 3px; }

.ResourceCategories-group + .ResourceCategories-group {
  margin-top: 1.5rem; }

.ResourceCategories-link {
  display: block; }

.ResourceListing-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.07143;
  margin-bottom: 1em; }
  @media (min-width: 48em) {
    .ResourceListing-title {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 700;
      line-height: 1.11111; } }

.ResourceListing-resource {
  padding-left: 36px;
  position: relative;
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  padding-top: 20px; }

.ResourceListing-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 19px; }

.ResourceListing-link {
  display: block;
  font-weight: 700;
  margin-bottom: 8px; }

.ResourceListing + .ResourceListing {
  margin-top: 1rem; }

.Result {
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  max-width: 880px;
  overflow: hidden; }
  .Result-title {
    line-height: 1.2;
    font-weight: 700;
    font-size: 20px;
    padding-right: 100px;
    margin-bottom: 0.5rem; }
    .Result-title a {
      text-decoration: none; }
    @media (max-width: 36.24em) {
      .Result-title {
        font-size: 18px; } }
  .Result-date {
    font-size: 14px;
    display: block;
    font-style: normal;
    margin-bottom: 0.5rem; }
  .Result-image {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    display: none; }
    @media (min-width: 36.25em) {
      .Result-image {
        display: block;
        max-width: 220px; } }
  .Result-details {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    position: relative; }
    @media (min-width: 36.25em) {
      .Result-details {
        padding-left: 16px; } }
  .Result-label {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -8px;
    right: 0; }
  .Result + .Result {
    border-top: 1px solid #dddddd;
    margin-top: 24px; }

.SearchBox-input {
  position: relative;
  display: inline-block;
  z-index: 1; }

.SearchBox-label {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; }

.SearchBox-field[type="search"], .SearchBox-field[type="search"]:focus, .SearchBox-field[type="search"]:active {
  border-radius: 20px;
  border: none;
  padding: 6px 40px 6px 15px;
  background-color: #F4F4F4;
  box-shadow: inset 1px 1px 0px #ddd; }

.SearchBox-button {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 6px;
  color: #999; }

.SearchBox-button-text {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; }

.SearchBox .Icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px; }

.Section {
  padding: 2rem 0;
  border-bottom: 1px solid #dddddd;
  position: relative; }
  .Section-backLink {
    position: relative;
    top: -1rem;
    font-size: 15px;
    color: #999; }
    .Section-backLink:before {
      content: '←';
      display: inline-block;
      margin-right: 4px; }
  .Section--borderless, .Section:last-child {
    border-bottom: none; }
  .Section--borderless {
    padding-bottom: 0; }
  .Section-header {
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline; }
  .Section-header-title {
    font-size: 18px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.18182;
    font-weight: 700; }
    @media (min-width: 20em) {
      .Section-header-title {
        font-size: 22px;
        line-height: 1.18182;
        font-weight: 700; } }
    @media (min-width: 48em) {
      .Section-header-title {
        font-size: 28px;
        line-height: 1.2; } }
    @media (min-width: 82.5em) {
      .Section-header-title {
        font-size: 36px;
        line-height: 1.2; } }
  .Section-header-link {
    white-space: nowrap;
    margin-left: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    display: none; }
  .Section-sub-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700; }
    @media (min-width: 20em) {
      .Section-sub-title {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700; } }
    @media (min-width: 48em) {
      .Section-sub-title {
        font-size: 24px;
        line-height: 1.2; } }
    @media (min-width: 82.5em) {
      .Section-sub-title {
        font-size: 28px;
        line-height: 1.2; } }
  * + .Section-sub-title {
    margin-top: 2rem; }
  .Section--full-bleed {
    position: relative;
    z-index: 1;
    border-bottom: none; }
    .Section--full-bleed:after {
      background: #EDF2F5;
      content: '';
      position: absolute;
      height: 100%;
      z-index: -1;
      width: 100vw;
      -ms-transform: translateX(50%);
          transform: translateX(50%);
      right: 50%;
      top: 0; }
  .Section-footer {
    margin-top: 2rem;
    text-align: right; }
  .Section--pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  @media (min-width: 36.25em) {
    .Section-footer {
      display: none; }
    .Section-header-link {
      display: inline-block; } }
  @media (min-width: 48em) {
    .Section {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 82.5em) {
    .Section {
      padding-top: 3rem;
      padding-bottom: 3rem; }
      .Section-header {
        margin-bottom: 3rem; }
      .Section-backLink {
        top: -1.5rem;
        font-size: 16px; }
      .Section--borderless {
        padding-bottom: 0; } }

.Signup-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1em; }
  @media (min-width: 20em) {
    .Signup-title {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .Signup-title {
      font-size: 24px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Signup-title {
      font-size: 28px;
      line-height: 1.2; } }

.Signup-form {
  margin-top: 1rem; }

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.Slideshow-content {
  padding-bottom: 1.5rem; }

.Slideshow-item {
  width: 100%; }

[data-js="yes"] .Slideshow-items {
  width: auto !important; }

[data-js="no"] .Slideshow-content {
  height: 0;
  width: 100%;
  padding-bottom: 66.66667%;
  position: relative;
  overflow-x: auto; }
  [data-js="no"] .Slideshow-content > :first-child {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

[data-js="no"] .Slideshow-items {
  background-color: #F4F4F4; }

[data-js="no"] .Slideshow-item {
  width: 33.3333%;
  float: left; }

@media (max-width: 36.24em) {
  .Slideshow .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 0 4px; } }

@media (min-width: 48em) {
  .Slideshow .Figure {
    position: relative; }
    .Slideshow .Figure-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; } }

.Snippet {
  background-color: #F4F4F4;
  padding: 1rem 1rem 1rem 1rem;
  border-top: 4px solid #38AA33; }

.SocialAccounts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .SocialAccounts-account {
    margin-right: 1rem; }
    .SocialAccounts-account:last-child {
      margin-right: 0; }
  .SocialAccounts-link {
    white-space: nowrap;
    color: #999;
    display: inline-block;
    padding: 2px 0 2px 0;
    font-size: 14px;
    text-decoration: none; }
    .SocialAccounts-link span {
      text-decoration: underline; }
  .SocialAccounts .Icon {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 5px; }

.Subscription-text {
  max-width: 20rem; }

.Subscription-textDesc {
  margin-top: 0.5rem; }

.Subscription-links {
  margin-top: 1rem; }

@media (min-width: 64em) {
  .Subscription {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .Subscription-links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin-top: 0;
      margin-left: 2rem; }
      .Subscription-links a {
        display: inline-block;
        margin-right: 1rem; }
        .Subscription-links a:last-child {
          margin-right: 0; }
        .Subscription-links a img {
          display: block; } }

@media (min-width: 36.25em) {
  .Tags {
    display: -ms-flexbox;
    display: flex; } }

.Tags-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  white-space: nowrap; }
  @media (min-width: 36.25em) {
    .Tags-title {
      margin-right: 14px;
      margin-bottom: 2px;
      position: relative;
      top: 8px; } }

.Tags-tags {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -8px;
  -ms-flex-align: center;
      align-items: center; }

.Tags-tag {
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 8px; }
  .Tags-tag:last-child {
    margin-right: 0; }

.Tags-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  background-color: #F4F4F4;
  text-decoration: none;
  padding: 0.4em 0.8em 0.45em 0.8em;
  display: block;
  border-radius: 1.5em; }
  .Tags-link.t-color,
  .Tags-link .t-color {
    color: #222222; }
  .Tags-link:hover {
    background-color: #38AA33;
    color: #fff; }
  @media (min-width: 36.25em) {
    .Tags-link {
      padding: 0.7em 1em 0.65em 1em; } }

.Tags-tag--campaigns .Tags-link {
  background-color: #E84D19;
  background-position: 10px 48%;
  background-size: 18px 18px;
  background-image: url("../img/flag--star-white.svg");
  background-repeat: no-repeat;
  padding-left: 35px; }
  .Tags-tag--campaigns .Tags-link.t-color,
  .Tags-tag--campaigns .Tags-link .t-color {
    color: #fff; }
  .Tags-tag--campaigns .Tags-link:hover {
    background-color: color-tint("dark-orange"); }

.TakeAction .HFC {
  margin-top: initial;
  background-size: cover; }

.TakeAction .l-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .TakeAction .l-container .HFC-content {
    max-width: 40%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 100px; }
    @media (max-width: 63.99em) {
      .TakeAction .l-container .HFC-content {
        max-width: 100%;
        -ms-flex-item-align: initial;
            -ms-grid-row-align: initial;
            align-self: initial;
        margin: 50px 0px; } }

.TakeAction .introduction {
  margin-top: 50px; }
  @media (max-width: 63.99em) {
    .TakeAction .introduction {
      margin-top: 10px; } }
  .TakeAction .introduction h1 {
    color: #E84D19;
    font-size: 36px;
    line-height: 1.2;
    font-size: 36px;
    margin: 0.67em 0;
    font-weight: 700; }
    @media (max-width: 63.99em) {
      .TakeAction .introduction h1 {
        font-size: 22px; } }

.TakeAction-bar {
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #fff;
  z-index: 99;
  border-top: 1px solid #dddddd;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition: all 0.2s ease; }
  @media (min-width: 48em) {
    .TakeAction-bar {
      display: none; } }
  [data-js="no"] .TakeAction-bar {
    display: none; }
  .TakeAction-bar.is-hidden {
    -ms-transform: translateY(100%);
        transform: translateY(100%); }

.TakeAction-jumplink {
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem; }
  .TakeAction-jumplink span {
    font-weight: bold; }
    .TakeAction-jumplink span:before {
      display: inline-block;
      content: '';
      width: 10px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2232%22%20viewBox%3D%224%200%2025%2032%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M18.545%2031.182c-.545.545-1.242.818-2.09.818-.788%200-1.455-.273-2-.818l-9.637-9.09C4.273%2021.544%204%2020.893%204%2020.135c0-.757.273-1.41.818-1.954.546-.546%201.243-.818%202.09-.818.85%200%201.547.272%202.092.818l4.545%204.363V2.818c0-.788.288-1.454.864-2C14.984.273%2015.666%200%2016.454%200c.787%200%201.47.273%202.045.818.576.546.864%201.212.864%202v19.727l4.545-4.363c.545-.546%201.242-.818%202.09-.818.848%200%201.545.272%202.09.818.546.545.82%201.197.82%201.954%200%20.758-.274%201.41-.82%201.955l-9.545%209.092z%22%20fill%3D%22%23E84D19%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      margin-right: 10px;
      background-size: 100%; }

@media (min-width: 48em) {
  .TakeAction-modal {
    display: none !important; } }

[data-js="no"] .TakeAction-modal {
  display: none !important; }

.TakeAction-modal-body {
  margin-top: -40px; }

.has-open-nav .TakeAction {
  display: none; }

.TakeAction .ActNow-secondary {
  -ms-flex-pack: center;
      justify-content: center; }
  .TakeAction .ActNow-secondary .ActNow-secondary-item {
    padding-bottom: 16px; }

.TakeAction .other-ways-to-get-involved {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  .TakeAction .other-ways-to-get-involved .Card {
    max-width: 33.3%;
    display: block;
    text-decoration: none; }
    .TakeAction .other-ways-to-get-involved .Card:not(:first-child) {
      margin-left: 16px; }
    .TakeAction .other-ways-to-get-involved .Card p {
      margin-top: 10px; }
  @media (max-width: 63.99em) {
    .TakeAction .other-ways-to-get-involved {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-bottom: 35px; }
      .TakeAction .other-ways-to-get-involved .Card {
        max-width: 100%; }
        .TakeAction .other-ways-to-get-involved .Card:not(:first-child) {
          margin-left: initial; }
        .TakeAction .other-ways-to-get-involved .Card:not(:last-child) {
          margin-bottom: 20px; } }

.ThumbnailGrid {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem; }
  .ThumbnailGrid-item {
    padding-left: 1rem;
    width: calc(25%); }
  .ThumbnailGrid-item-inner {
    padding: 1rem;
    border: 1px solid #dddddd; }
  .ThumbnailGrid-image {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    display: block; }
    .ThumbnailGrid-image > :first-child {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%; }
    .ThumbnailGrid-image img {
      display: block; }

.Toc-item + .Toc-item {
  margin-top: 1rem; }

.Toc-link {
  text-decoration: none; }
  .Toc-link:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2232%22%20viewBox%3D%224%200%2025%2032%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M18.545%2031.182c-.545.545-1.242.818-2.09.818-.788%200-1.455-.273-2-.818l-9.637-9.09C4.273%2021.544%204%2020.893%204%2020.135c0-.757.273-1.41.818-1.954.546-.546%201.243-.818%202.09-.818.85%200%201.547.272%202.092.818l4.545%204.363V2.818c0-.788.288-1.454.864-2C14.984.273%2015.666%200%2016.454%200c.787%200%201.47.273%202.045.818.576.546.864%201.212.864%202v19.727l4.545-4.363c.545-.546%201.242-.818%202.09-.818.848%200%201.545.272%202.09.818.546.545.82%201.197.82%201.954%200%20.758-.274%201.41-.82%201.955l-9.545%209.092z%22%20fill%3D%22%2338AA34%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: 100%; }
  .Toc-link span {
    text-decoration: underline; }

.sticky-toc {
  position: fixed;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  padding: 8px 0;
  -ms-transform: translateY(-200%);
      transform: translateY(-200%);
  transition: 500ms transform;
  overflow: hidden; }
  .sticky-toc--visible {
    -ms-transform: translateY(0%);
        transform: translateY(0%); }
  .sticky-toc__content {
    display: none;
    padding: 2.5rem 0 1.5rem; }
  .sticky-toc--open .sticky-toc__content {
    display: block; }
  .sticky-toc__toggle {
    -webkit-tap-highlight-color: transparent;
    letter-spacing: -0.014em;
    font-weight: 900;
    transition: 300ms background, 300ms color;
    font-size: 0.875rem;
    position: relative;
    padding: 0.357em 0.8em 0.357em 2.5em;
    border: 2px solid #38AA33;
    cursor: pointer;
    color: #38AA33; }
    .sticky-toc__toggle:hover {
      background: #38AA33;
      color: #fff; }
    .sticky-toc__toggle:before, .sticky-toc__toggle:after,
    .sticky-toc__toggle i {
      content: '';
      position: absolute;
      height: 2px;
      background: currentColor;
      width: 1.2em;
      top: 50%;
      left: 0.7em;
      border-radius: 2em;
      transition: 300ms opacity, 300ms transform;
      font-size: 0.875rem; }
    .sticky-toc__toggle:before {
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
      -ms-transform: translateY(-5px);
          transform: translateY(-5px); }
    .sticky-toc__toggle:after {
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
      -ms-transform: translateY(5px);
          transform: translateY(5px); }
    .sticky-toc__toggle--open {
      display: none; }
  .sticky-toc--open .sticky-toc__toggle i {
    opacity: 0; }
  .sticky-toc--open .sticky-toc__toggle:before {
    -ms-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg); }
  .sticky-toc--open .sticky-toc__toggle:after {
    -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg); }
  .sticky-toc--open .sticky-toc__toggle--open {
    display: inline; }
  .sticky-toc--open .sticky-toc__toggle--closed {
    display: none; }
  .sticky-toc .Button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    min-height: 3.2em;
    line-height: 2.25;
    font-size: 0.875rem; }
    .sticky-toc .Button:hover {
      -ms-transform: none;
          transform: none; }
  @media (min-width: 45rem) {
    .sticky-toc__toggle {
      padding: 0.3em 0.8em 0.25em 2.5em;
      font-size: 1rem; }
    .sticky-toc__content {
      padding: 3rem 0 2rem; }
    .sticky-toc .Button {
      line-height: 1.8;
      font-size: 1rem; } }

.TweetThis-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44444;
  margin-bottom: 1rem; }

.TweetThis-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  text-decoration: none; }
  .TweetThis-action span {
    color: #222222;
    text-decoration: underline; }

.TweetThis .Icon {
  margin-right: 10px;
  background-color: #55ACEE; }

@media (min-width: 48em) {
  .TweetThis-text {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.27273; } }

.VideoToc-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin-left: -1rem;
  margin-bottom: -1rem;
  overflow: hidden; }

.VideoToc-item {
  -ms-flex: auto;
      flex: auto;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem; }

.VideoToc-link {
  position: relative;
  display: block; }

.VideoToc-icon {
  color: #fff;
  border-radius: 100%;
  border: 5px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .VideoToc-icon .Icon {
    position: relative;
    left: 2px; }

.VideoToc-thumbnail {
  width: 100%;
  display: block; }

.VideoToc-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.VideoToc:after {
  display: block;
  content: '';
  width: 100%;
  height: 0px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2rem; }

.ActionButton {
  display: inline-block;
  text-decoration: none;
  text-align: center; }
  .ActionButton-label {
    font-size: 16px;
    margin-top: 6px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1; }
  .ActionButton-icon {
    height: 42px;
    width: 42px;
    color: #fff;
    display: block;
    position: relative; }
    .ActionButton-icon svg {
      position: relative; }
  .ActionButton:hover .ActionButton-icon {
    -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .ActionButton--act .ActionButton-icon:before {
    content: ' ';
    display: block;
    background: url("../img/act-icon-lines.svg") no-repeat;
    background-size: 100%;
    width: 11px;
    height: 30px;
    position: absolute;
    left: -12px;
    top: 46%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .ActionButton--act .Icon {
    background-color: #E84D19; }
    .ActionButton--act .Icon svg {
      left: 1px; }
  .ActionButton--twitter .Icon {
    background-color: #55ACEE; }
    .ActionButton--twitter .Icon svg {
      left: 1px; }
  .ActionButton--facebook .Icon {
    background-color: #3C5A99; }
  .ActionButton--email .Icon {
    background-color: #38AA33; }
  .ActionButton--more .Icon {
    color: #38AA33;
    background-color: #fff; }
  .ActionButton--unlabelled .ActionButton-label, .ActionBar--horizontal .ActionButton .ActionButton-label, .ActionBar--vertical .ActionButton .ActionButton-label, .ActionBar--unlabelled .ActionButton .ActionButton-label, .Article-gutter .ActionBar .ActionButton .ActionButton-label {
    display: none; }
  .ActionButton--labelled .ActionButton-label, .ActionBar--vertical .ActionBar-action:first-child .ActionButton--act .ActionButton-label, .Article-gutter .ActionBar .ActionBar-action:first-child .ActionButton--act .ActionButton-label {
    display: block; }
  .ActionButton--small .ActionButton-icon,
  .ActionButton--small .Icon {
    height: 32px;
    width: 32px; }
  .ActionButton--small.ActionButton--act .ActionButton-icon:before {
    width: 8px;
    height: 22px; }

.Avatar {
  border-radius: 100%;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  background-color: #F4F4F4; }
  .Avatar-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100%; }

.Button {
  display: inline-block;
  font-weight: 900;
  border: none;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.5em 0.8em;
  text-rendering: optimizeLegibility;
  background-color: #E84D19; }
  .Button.t-color,
  .Button .t-color {
    color: #fff; }
  .Button:hover {
    -ms-transform: scale(1.02);
        transform: scale(1.02); }
  .Button-text {
    color: currentColor;
    text-decoration: none;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.8); }
  .Button:hover {
    background-color: color-tint("dark-orange"); }
  .Button--full {
    display: block;
    width: 100%; }
  @media (min-width: 48em) {
    .Button--large {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 900;
      line-height: 1; } }

.Divider {
  height: 1px;
  border: none;
  color: #dddddd;
  background-color: #dddddd;
  margin: 2rem 0;
  display: block; }

.Icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .Icon svg {
    width: 100%;
    height: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .Icon--boxed, .Icon--round {
    overflow: hidden;
    background: #efefef; }
    .Icon--boxed svg, .Icon--round svg {
      width: 50%;
      height: 100%;
      position: relative;
      display: block;
      margin: 0 auto; }
  .Icon--round {
    border-radius: 100%;
    width: 39px;
    height: 39px; }
  .Icon--inline {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 0.25em; }
  .Icon--bordered, .ActionButton--more .Icon {
    border: 2px solid currentColor; }

.LinkList {
  display: -ms-flexbox;
  display: flex; }
  .LinkList-item {
    white-space: nowrap; }
  .LinkList-item + .LinkList-item {
    margin-left: 1rem; }
  .LinkList-link {
    font-weight: 700; }

.Logo {
  max-width: 230px;
  display: block; }
  .Logo-img {
    width: 100%; }

.PodcastButton {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #6e6e6e;
  border-radius: 8px;
  line-height: 1;
  padding: 0.375rem 0.5rem 0.375rem 2.625rem;
  text-decoration: none; }
  .PodcastButton-cta {
    color: #6e6e6e;
    display: block;
    font-size: 10px; }
  .PodcastButton-service {
    font-weight: 700;
    font-size: 15px; }

.PodcastButton--overcast {
  background: #fff url("/assets/img/ico-podcast-overcast.png") 8px 50% no-repeat; }

.PodcastButton--pocketCasts {
  background: #fff url("/assets/img/ico-podcast-pocket-casts.png") 8px 50% no-repeat; }

.PodcastButton--rss {
  background: #fff url("/assets/img/ico-podcast-rss.png") 8px 50% no-repeat;
  background-size: 24px; }

.Prose p {
  margin: 1rem 0; }

.Prose > blockquote {
  font-style: italic;
  color: #999;
  border-left: 2px solid #ccc;
  padding-left: 20px;
  margin: 1.5rem 0;
  clear: left; }

.Prose > h1,
.Prose > h2,
.Prose > h3,
.Prose > h4 {
  margin-bottom: 0.8em;
  margin-top: 1.2em;
  position: relative; }

.Prose > h1 {
  font-size: 22px;
  line-height: 1.18182;
  font-weight: 700; }
  @media (min-width: 20em) {
    .Prose > h1 {
      font-size: 22px;
      line-height: 1.18182;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .Prose > h1 {
      font-size: 28px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Prose > h1 {
      font-size: 36px;
      line-height: 1.2; } }

.Prose > h2 {
  font-size: 22px;
  line-height: 1.18182;
  font-weight: 700; }
  @media (min-width: 20em) {
    .Prose > h2 {
      font-size: 22px;
      line-height: 1.18182;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .Prose > h2 {
      font-size: 28px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Prose > h2 {
      font-size: 36px;
      line-height: 1.2; } }
  @media (max-width: 47.99em) {
    .Prose > h2 {
      font-size: 28px; } }

.Prose > h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700; }
  @media (min-width: 20em) {
    .Prose > h3 {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .Prose > h3 {
      font-size: 24px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Prose > h3 {
      font-size: 28px;
      line-height: 1.2; } }

.Prose > h4 {
  font-size: 18px;
  line-height: 1.05556;
  font-weight: 700; }
  @media (min-width: 20em) {
    .Prose > h4 {
      font-size: 18px;
      line-height: 1.05556;
      font-weight: 700; } }
  @media (min-width: 48em) {
    .Prose > h4 {
      font-size: 22px;
      line-height: 1.2; } }
  @media (min-width: 82.5em) {
    .Prose > h4 {
      font-size: 24px;
      line-height: 1.2; } }

.Prose > ul {
  padding-left: 0.75em;
  margin: 1rem 0; }

.Prose > ol {
  counter-reset: prose-counter;
  padding-left: 1.25em;
  margin: 1rem 0; }

.Prose > ol > li {
  list-style: none;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative; }
  .Prose > ol > li:before {
    content: counter(prose-counter);
    counter-increment: prose-counter;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 18px; }

.Prose > ul > li {
  list-style-type: none;
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.5em; }
  .Prose > ul > li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px; }

.Prose > a {
  text-decoration: underline; }

.Prose > *:first-child {
  margin-top: 0; }

.Prose > *:last-child {
  margin-bottom: 0; }

.Prose > .Button {
  text-decoration: none; }

.Prose-backToTop {
  font-size: 18px;
  position: absolute;
  left: -27px;
  top: 10px;
  text-decoration: none;
  color: #BBB !important; }
  .Prose-backToTop:hover {
    color: currentColor !important; }
  @media (max-width: 47.99em) {
    .Prose-backToTop {
      display: none; } }

.t-context--dark-green .Prose > h1,
.t-context--dark-green .Prose > h2,
.t-context--dark-green .Prose > h3,
.t-context--dark-green .Prose > h4,
.t-context--dark-green .Prose > ul li:before, .t-context--general .Prose > h1,
.t-context--general .Prose > h2,
.t-context--general .Prose > h3,
.t-context--general .Prose > h4,
.t-context--general .Prose > ul li:before, .t-context--causes .Prose > h1,
.t-context--causes .Prose > h2,
.t-context--causes .Prose > h3,
.t-context--causes .Prose > h4,
.t-context--causes .Prose > ul li:before, .t-context--resources .Prose > h1,
.t-context--resources .Prose > h2,
.t-context--resources .Prose > h3,
.t-context--resources .Prose > h4,
.t-context--resources .Prose > ul li:before, .t-context--resource .Prose > h1,
.t-context--resource .Prose > h2,
.t-context--resource .Prose > h3,
.t-context--resource .Prose > h4,
.t-context--resource .Prose > ul li:before, .t-context--community .Prose > h1,
.t-context--community .Prose > h2,
.t-context--community .Prose > h3,
.t-context--community .Prose > h4,
.t-context--community .Prose > ul li:before, .t-context--explainers .Prose > h1,
.t-context--explainers .Prose > h2,
.t-context--explainers .Prose > h3,
.t-context--explainers .Prose > h4,
.t-context--explainers .Prose > ul li:before, .t-context--explainer .Prose > h1,
.t-context--explainer .Prose > h2,
.t-context--explainer .Prose > h3,
.t-context--explainer .Prose > h4,
.t-context--explainer .Prose > ul li:before {
  color: #38AA33; }

.t-context--light-green .Prose > h1,
.t-context--light-green .Prose > h2,
.t-context--light-green .Prose > h3,
.t-context--light-green .Prose > h4,
.t-context--light-green .Prose > ul li:before {
  color: #84BF41; }

.t-context--dark-orange .Prose > h1,
.t-context--dark-orange .Prose > h2,
.t-context--dark-orange .Prose > h3,
.t-context--dark-orange .Prose > h4,
.t-context--dark-orange .Prose > ul li:before, .t-context--campaigns .Prose > h1,
.t-context--campaigns .Prose > h2,
.t-context--campaigns .Prose > h3,
.t-context--campaigns .Prose > h4,
.t-context--campaigns .Prose > ul li:before, .t-context--campaign .Prose > h1,
.t-context--campaign .Prose > h2,
.t-context--campaign .Prose > h3,
.t-context--campaign .Prose > h4,
.t-context--campaign .Prose > ul li:before, .t-context--action .Prose > h1,
.t-context--action .Prose > h2,
.t-context--action .Prose > h3,
.t-context--action .Prose > h4,
.t-context--action .Prose > ul li:before, .t-context--actions .Prose > h1,
.t-context--actions .Prose > h2,
.t-context--actions .Prose > h3,
.t-context--actions .Prose > h4,
.t-context--actions .Prose > ul li:before {
  color: #E84D19; }

.t-context--light-orange .Prose > h1,
.t-context--light-orange .Prose > h2,
.t-context--light-orange .Prose > h3,
.t-context--light-orange .Prose > h4,
.t-context--light-orange .Prose > ul li:before {
  color: #F39200; }

.t-context--dark-blue .Prose > h1,
.t-context--dark-blue .Prose > h2,
.t-context--dark-blue .Prose > h3,
.t-context--dark-blue .Prose > h4,
.t-context--dark-blue .Prose > ul li:before, .t-context--project .Prose > h1,
.t-context--project .Prose > h2,
.t-context--project .Prose > h3,
.t-context--project .Prose > h4,
.t-context--project .Prose > ul li:before, .t-context--projects .Prose > h1,
.t-context--projects .Prose > h2,
.t-context--projects .Prose > h3,
.t-context--projects .Prose > h4,
.t-context--projects .Prose > ul li:before {
  color: #1A70B7; }

.t-context--light-blue .Prose > h1,
.t-context--light-blue .Prose > h2,
.t-context--light-blue .Prose > h3,
.t-context--light-blue .Prose > h4,
.t-context--light-blue .Prose > ul li:before {
  color: #389FCC; }

.t-context--teal .Prose > h1,
.t-context--teal .Prose > h2,
.t-context--teal .Prose > h3,
.t-context--teal .Prose > h4,
.t-context--teal .Prose > ul li:before, .t-context--news .Prose > h1,
.t-context--news .Prose > h2,
.t-context--news .Prose > h3,
.t-context--news .Prose > h4,
.t-context--news .Prose > ul li:before, .t-context--voices .Prose > h1,
.t-context--voices .Prose > h2,
.t-context--voices .Prose > h3,
.t-context--voices .Prose > h4,
.t-context--voices .Prose > ul li:before {
  color: #229D8E; }

.t-context--dark-teal .Prose > h1,
.t-context--dark-teal .Prose > h2,
.t-context--dark-teal .Prose > h3,
.t-context--dark-teal .Prose > h4,
.t-context--dark-teal .Prose > ul li:before, .t-context--story-package .Prose > h1,
.t-context--story-package .Prose > h2,
.t-context--story-package .Prose > h3,
.t-context--story-package .Prose > h4,
.t-context--story-package .Prose > ul li:before {
  color: #00A19A; }

.t-context--pink .Prose > h1,
.t-context--pink .Prose > h2,
.t-context--pink .Prose > h3,
.t-context--pink .Prose > h4,
.t-context--pink .Prose > ul li:before, .t-context--casestories .Prose > h1,
.t-context--casestories .Prose > h2,
.t-context--casestories .Prose > h3,
.t-context--casestories .Prose > h4,
.t-context--casestories .Prose > ul li:before, .t-context--betterangels .Prose > h1,
.t-context--betterangels .Prose > h2,
.t-context--betterangels .Prose > h3,
.t-context--betterangels .Prose > h4,
.t-context--betterangels .Prose > ul li:before {
  color: #C72252; }

.t-context--dark-grey .Prose > h1,
.t-context--dark-grey .Prose > h2,
.t-context--dark-grey .Prose > h3,
.t-context--dark-grey .Prose > h4,
.t-context--dark-grey .Prose > ul li:before {
  color: #222222; }

.t-context--mid-grey .Prose > h1,
.t-context--mid-grey .Prose > h2,
.t-context--mid-grey .Prose > h3,
.t-context--mid-grey .Prose > h4,
.t-context--mid-grey .Prose > ul li:before {
  color: #dddddd; }

.t-context--light-grey .Prose > h1,
.t-context--light-grey .Prose > h2,
.t-context--light-grey .Prose > h3,
.t-context--light-grey .Prose > h4,
.t-context--light-grey .Prose > ul li:before {
  color: #F4F4F4; }

.TypeTag {
  display: -ms-flexbox;
  display: flex; }
  .TypeTag-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px; }
