<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/*
* Foundation
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 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 on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,400i,700|Titillium+Web");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* 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 */
  -webkit-text-decoration: underline dotted;
          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; }

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

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

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&amp;medium=48em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse &gt; .column, .row.collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small &gt; .column, .row.gutter-small &gt; .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium &gt; .column, .row.gutter-medium &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  float: left;
  width: 100%; }
  .small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
    float: left; }

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  float: left;
  width: 50%; }
  .small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
    float: left; }

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
    float: left; }

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  float: left;
  width: 25%; }
  .small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
    float: left; }

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  float: left;
  width: 20%; }
  .small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
    float: left; }

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
    float: left; }

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
    float: left; }

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
    float: left; }

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    float: left;
    width: 100%; }
    .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
      float: left; }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    float: left;
    width: 50%; }
    .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
      float: left; }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
      float: left; }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    float: left;
    width: 25%; }
    .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
      float: left; }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    float: left;
    width: 20%; }
    .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
      float: left; }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
      float: left; }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
      float: left; }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
      float: left; }
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    float: left;
    width: 100%; }
    .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
      float: left; }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    float: left;
    width: 50%; }
    .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
      float: left; }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
      float: left; }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    float: left;
    width: 25%; }
    .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
      float: left; }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    float: left;
    width: 20%; }
    .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
      float: left; }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
      float: left; }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
      float: left; }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
      float: left; }
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block &gt; :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #b0aeaa; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #136c94;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #105d7f; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #b0aeaa;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #000; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #000; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #000;
  color: #000;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #b0aeaa;
  background-color: #e1e0df;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e1e0df;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #3b3b3b; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #3b3b3b;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #b0aeaa;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #3b3b3b;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #b0aeaa;
            box-shadow: 0 0 5px #b0aeaa;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0aeaa; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0aeaa; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b0aeaa; }

input::placeholder,
textarea::placeholder {
  color: #b0aeaa; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e1e0df;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label &gt; [type='checkbox'],
label &gt; [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group &gt; :first-child {
    border-radius: 0 0 0 0; }
  .input-group &gt; :last-child &gt; * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #b0aeaa;
  background: #e1e0df;
  color: #000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #b0aeaa; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #b0aeaa;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%2859, 59, 59%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #3b3b3b;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #b0aeaa;
            box-shadow: 0 0 5px #b0aeaa;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e1e0df;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #c95e44;
  background-color: #faefec; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #c95e44; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #c95e44; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #c95e44; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #c95e44; }

.is-invalid-label {
  color: #c95e44; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c95e44; }
  .form-error.is-visible {
    display: block; }

.button, .pagination ul li a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffc217;
  color: #fff; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .pagination ul li a, .pagination ul li [data-whatinput='mouse'] a {
    outline: 0; }
  .button:hover, .pagination ul li a:hover, .button:focus, .pagination ul li a:focus {
    background-color: #ecae00;
    color: #fff; }
  .button.tiny, .pagination ul li a.tiny {
    font-size: 0.6rem; }
  .button.small, .pagination ul li a.small {
    font-size: 0.75rem; }
  .button.large, .pagination ul li a.large {
    font-size: 1.25rem; }
  .button.expanded, .pagination ul li a.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, .pagination ul li a.primary {
    background-color: #ffc217;
    color: #000; }
    .button.primary:hover, .pagination ul li a.primary:hover, .button.primary:focus, .pagination ul li a.primary:focus {
      background-color: #dea400;
      color: #000; }
  .button.secondary, .pagination ul li a.secondary {
    background-color: #000;
    color: #fff; }
    .button.secondary:hover, .pagination ul li a.secondary:hover, .button.secondary:focus, .pagination ul li a.secondary:focus {
      background-color: black;
      color: #fff; }
  .button.success, .pagination ul li a.success {
    background-color: #000;
    color: #fff; }
    .button.success:hover, .pagination ul li a.success:hover, .button.success:focus, .pagination ul li a.success:focus {
      background-color: black;
      color: #fff; }
  .button.warning, .pagination ul li a.warning {
    background-color: #72a6bf;
    color: #000; }
    .button.warning:hover, .pagination ul li a.warning:hover, .button.warning:focus, .pagination ul li a.warning:focus {
      background-color: #4c8aa8;
      color: #000; }
  .button.alert, .pagination ul li a.alert {
    background-color: #c95e44;
    color: #000; }
    .button.alert:hover, .pagination ul li a.alert:hover, .button.alert:focus, .pagination ul li a.alert:focus {
      background-color: #a74730;
      color: #000; }
  .button.hollow, .pagination ul li a.hollow {
    border: 1px solid #ffc217;
    color: #ffc217; }
    .button.hollow, .pagination ul li a.hollow, .button.hollow:hover, .pagination ul li a.hollow:hover, .button.hollow:focus, .pagination ul li a.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .pagination ul li a.hollow:hover, .button.hollow:focus, .pagination ul li a.hollow:focus {
      border-color: #8b6600;
      color: #8b6600; }
    .button.hollow.primary, .pagination ul li a.hollow.primary {
      border: 1px solid #ffc217;
      color: #ffc217; }
      .button.hollow.primary:hover, .pagination ul li a.hollow.primary:hover, .button.hollow.primary:focus, .pagination ul li a.hollow.primary:focus {
        border-color: #8b6600;
        color: #8b6600; }
    .button.hollow.secondary, .pagination ul li a.hollow.secondary {
      border: 1px solid #000;
      color: #000; }
      .button.hollow.secondary:hover, .pagination ul li a.hollow.secondary:hover, .button.hollow.secondary:focus, .pagination ul li a.hollow.secondary:focus {
        border-color: black;
        color: black; }
    .button.hollow.success, .pagination ul li a.hollow.success {
      border: 1px solid #000;
      color: #000; }
      .button.hollow.success:hover, .pagination ul li a.hollow.success:hover, .button.hollow.success:focus, .pagination ul li a.hollow.success:focus {
        border-color: black;
        color: black; }
    .button.hollow.warning, .pagination ul li a.hollow.warning {
      border: 1px solid #72a6bf;
      color: #72a6bf; }
      .button.hollow.warning:hover, .pagination ul li a.hollow.warning:hover, .button.hollow.warning:focus, .pagination ul li a.hollow.warning:focus {
        border-color: #305669;
        color: #305669; }
    .button.hollow.alert, .pagination ul li a.hollow.alert {
      border: 1px solid #c95e44;
      color: #c95e44; }
      .button.hollow.alert:hover, .pagination ul li a.hollow.alert:hover, .button.hollow.alert:focus, .pagination ul li a.hollow.alert:focus {
        border-color: #682d1e;
        color: #682d1e; }
  .button.disabled, .pagination ul li a.disabled, .button[disabled], .pagination ul li a[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .pagination ul li a.disabled, .button.disabled:hover, .pagination ul li a.disabled:hover, .button.disabled:focus, .pagination ul li a.disabled:focus, .button[disabled], .pagination ul li a[disabled], .button[disabled]:hover, .pagination ul li a[disabled]:hover, .button[disabled]:focus, .pagination ul li a[disabled]:focus {
      background-color: #ffc217;
      color: #fff; }
    .button.disabled.primary, .pagination ul li a.disabled.primary, .button[disabled].primary, .pagination ul li a[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .pagination ul li a.disabled.primary, .button.disabled.primary:hover, .pagination ul li a.disabled.primary:hover, .button.disabled.primary:focus, .pagination ul li a.disabled.primary:focus, .button[disabled].primary, .pagination ul li a[disabled].primary, .button[disabled].primary:hover, .pagination ul li a[disabled].primary:hover, .button[disabled].primary:focus, .pagination ul li a[disabled].primary:focus {
        background-color: #ffc217;
        color: #000; }
    .button.disabled.secondary, .pagination ul li a.disabled.secondary, .button[disabled].secondary, .pagination ul li a[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .pagination ul li a.disabled.secondary, .button.disabled.secondary:hover, .pagination ul li a.disabled.secondary:hover, .button.disabled.secondary:focus, .pagination ul li a.disabled.secondary:focus, .button[disabled].secondary, .pagination ul li a[disabled].secondary, .button[disabled].secondary:hover, .pagination ul li a[disabled].secondary:hover, .button[disabled].secondary:focus, .pagination ul li a[disabled].secondary:focus {
        background-color: #000;
        color: #fff; }
    .button.disabled.success, .pagination ul li a.disabled.success, .button[disabled].success, .pagination ul li a[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .pagination ul li a.disabled.success, .button.disabled.success:hover, .pagination ul li a.disabled.success:hover, .button.disabled.success:focus, .pagination ul li a.disabled.success:focus, .button[disabled].success, .pagination ul li a[disabled].success, .button[disabled].success:hover, .pagination ul li a[disabled].success:hover, .button[disabled].success:focus, .pagination ul li a[disabled].success:focus {
        background-color: #000;
        color: #fff; }
    .button.disabled.warning, .pagination ul li a.disabled.warning, .button[disabled].warning, .pagination ul li a[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .pagination ul li a.disabled.warning, .button.disabled.warning:hover, .pagination ul li a.disabled.warning:hover, .button.disabled.warning:focus, .pagination ul li a.disabled.warning:focus, .button[disabled].warning, .pagination ul li a[disabled].warning, .button[disabled].warning:hover, .pagination ul li a[disabled].warning:hover, .button[disabled].warning:focus, .pagination ul li a[disabled].warning:focus {
        background-color: #72a6bf;
        color: #000; }
    .button.disabled.alert, .pagination ul li a.disabled.alert, .button[disabled].alert, .pagination ul li a[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .pagination ul li a.disabled.alert, .button.disabled.alert:hover, .pagination ul li a.disabled.alert:hover, .button.disabled.alert:focus, .pagination ul li a.disabled.alert:focus, .button[disabled].alert, .pagination ul li a[disabled].alert, .button[disabled].alert:hover, .pagination ul li a[disabled].alert:hover, .button[disabled].alert:focus, .pagination ul li a[disabled].alert:focus {
        background-color: #c95e44;
        color: #000; }
  .button.dropdown::after, .pagination ul li a.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .pagination ul li a.dropdown.hollow::after {
    border-top-color: #ffc217; }
  .button.dropdown.hollow.primary::after, .pagination ul li a.dropdown.hollow.primary::after {
    border-top-color: #ffc217; }
  .button.dropdown.hollow.secondary::after, .pagination ul li a.dropdown.hollow.secondary::after {
    border-top-color: #000; }
  .button.dropdown.hollow.success::after, .pagination ul li a.dropdown.hollow.success::after {
    border-top-color: #000; }
  .button.dropdown.hollow.warning::after, .pagination ul li a.dropdown.hollow.warning::after {
    border-top-color: #72a6bf; }
  .button.dropdown.hollow.alert::after, .pagination ul li a.dropdown.hollow.alert::after {
    border-top-color: #c95e44; }
  .button.arrow-only::after, .pagination ul li a.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #136c94;
  list-style-type: none; }

.accordion-item:first-child &gt; :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #000;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #ffc217; }
  :last-child:not(.is-active) &gt; .accordion-title {
    border-bottom: 1px solid #000;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #903b41; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active &gt; .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #000;
  border-bottom: 0;
  background-color: #fff;
  color: #000; }
  :last-child &gt; .accordion-content:last-child {
    border-bottom: 1px solid #000; }

.is-accordion-submenu-parent &gt; a {
  position: relative; }
  .is-accordion-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffc217 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] &gt; a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #ffc217;
  color: #fff; }
  .badge.primary {
    background: #ffc217;
    color: #000; }
  .badge.secondary {
    background: #000;
    color: #fff; }
  .badge.success {
    background: #000;
    color: #fff; }
  .badge.warning {
    background: #72a6bf;
    color: #000; }
  .badge.alert {
    background: #c95e44;
    color: #000; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #b0aeaa; }
  .breadcrumbs a {
    color: #ffc217; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #b0aeaa;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group .pagination ul li a, .pagination ul li .button-group a {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child, .button-group .pagination ul li a:last-child, .pagination ul li .button-group a:last-child {
      margin-right: 0; }
  .button-group.tiny .button, .button-group.tiny .pagination ul li a, .pagination ul li .button-group.tiny a {
    font-size: 0.6rem; }
  .button-group.small .button, .button-group.small .pagination ul li a, .pagination ul li .button-group.small a {
    font-size: 0.75rem; }
  .button-group.large .button, .button-group.large .pagination ul li a, .pagination ul li .button-group.large a {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child, .button-group.expanded .pagination ul li a:first-child:last-child, .pagination ul li .button-group.expanded a:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .pagination ul li a:first-child:nth-last-child(2), .pagination ul li .button-group.expanded a:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .pagination ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .pagination ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .pagination ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .pagination ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(2):last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .pagination ul li a:first-child:nth-last-child(3), .pagination ul li .button-group.expanded a:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .pagination ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .pagination ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .pagination ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .pagination ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(3):last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .pagination ul li a:first-child:nth-last-child(4), .pagination ul li .button-group.expanded a:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .pagination ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .pagination ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .pagination ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .pagination ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(4):last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .pagination ul li a:first-child:nth-last-child(5), .pagination ul li .button-group.expanded a:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .pagination ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .pagination ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .pagination ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .pagination ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(5):last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .pagination ul li a:first-child:nth-last-child(6), .pagination ul li .button-group.expanded a:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .pagination ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .pagination ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .pagination ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .pagination ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(6):last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .pagination ul li .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .pagination ul li .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded .pagination ul li a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .pagination ul li .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child {
        margin-right: -6px; }
  .button-group.primary .button, .button-group.primary .pagination ul li a, .pagination ul li .button-group.primary a {
    background-color: #ffc217;
    color: #000; }
    .button-group.primary .button:hover, .button-group.primary .pagination ul li a:hover, .pagination ul li .button-group.primary a:hover, .button-group.primary .button:focus, .button-group.primary .pagination ul li a:focus, .pagination ul li .button-group.primary a:focus {
      background-color: #dea400;
      color: #000; }
  .button-group.secondary .button, .button-group.secondary .pagination ul li a, .pagination ul li .button-group.secondary a {
    background-color: #000;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .pagination ul li a:hover, .pagination ul li .button-group.secondary a:hover, .button-group.secondary .button:focus, .button-group.secondary .pagination ul li a:focus, .pagination ul li .button-group.secondary a:focus {
      background-color: black;
      color: #fff; }
  .button-group.success .button, .button-group.success .pagination ul li a, .pagination ul li .button-group.success a {
    background-color: #000;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .pagination ul li a:hover, .pagination ul li .button-group.success a:hover, .button-group.success .button:focus, .button-group.success .pagination ul li a:focus, .pagination ul li .button-group.success a:focus {
      background-color: black;
      color: #fff; }
  .button-group.warning .button, .button-group.warning .pagination ul li a, .pagination ul li .button-group.warning a {
    background-color: #72a6bf;
    color: #000; }
    .button-group.warning .button:hover, .button-group.warning .pagination ul li a:hover, .pagination ul li .button-group.warning a:hover, .button-group.warning .button:focus, .button-group.warning .pagination ul li a:focus, .pagination ul li .button-group.warning a:focus {
      background-color: #4c8aa8;
      color: #000; }
  .button-group.alert .button, .button-group.alert .pagination ul li a, .pagination ul li .button-group.alert a {
    background-color: #c95e44;
    color: #000; }
    .button-group.alert .button:hover, .button-group.alert .pagination ul li a:hover, .pagination ul li .button-group.alert a:hover, .button-group.alert .button:focus, .button-group.alert .pagination ul li a:focus, .pagination ul li .button-group.alert a:focus {
      background-color: #a74730;
      color: #000; }
  .button-group.stacked .button, .button-group.stacked .pagination ul li a, .pagination ul li .button-group.stacked a, .button-group.stacked-for-small .button, .button-group.stacked-for-small .pagination ul li a, .pagination ul li .button-group.stacked-for-small a, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .pagination ul li a, .pagination ul li .button-group.stacked-for-medium a {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked .pagination ul li a:last-child, .pagination ul li .button-group.stacked a:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .pagination ul li a:last-child, .pagination ul li .button-group.stacked-for-small a:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .pagination ul li a:last-child, .pagination ul li .button-group.stacked-for-medium a:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small .pagination ul li a, .pagination ul li .button-group.stacked-for-small a {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .pagination ul li a, .pagination ul li .button-group.stacked-for-medium a {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .pagination ul li a, .pagination ul li .button-group.stacked-for-small.expanded a {
        display: block;
        margin-right: 0; } }

.callout, .archive-filters {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000; }
  .callout &gt; :first-child, .archive-filters &gt; :first-child {
    margin-top: 0; }
  .callout &gt; :last-child, .archive-filters &gt; :last-child {
    margin-bottom: 0; }
  .callout.primary, .primary.archive-filters {
    background-color: #fff6dc;
    color: #000; }
  .callout.secondary, .secondary.archive-filters {
    background-color: #d9d9d9;
    color: #000; }
  .callout.success, .success.archive-filters {
    background-color: #d9d9d9;
    color: #000; }
  .callout.warning, .warning.archive-filters {
    background-color: #eaf2f5;
    color: #000; }
  .callout.alert, .alert.archive-filters {
    background-color: #f7e7e3;
    color: #000; }
  .callout.small, .small.archive-filters {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large, .large.archive-filters {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e1e0df;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #000; }
  .card &gt; :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e1e0df; }
  .card-divider &gt; :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section &gt; :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #3b3b3b;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu &gt; li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu &gt; li {
      outline: 0; }
  .menu &gt; li &gt; a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu &gt; li &gt; a img,
  .menu &gt; li &gt; a i,
  .menu &gt; li &gt; a svg {
    vertical-align: middle; }
    .menu &gt; li &gt; a img + span,
    .menu &gt; li &gt; a i + span,
    .menu &gt; li &gt; a svg + span {
      vertical-align: middle; }
  .menu &gt; li &gt; a img,
  .menu &gt; li &gt; a i,
  .menu &gt; li &gt; a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu &gt; li, .menu.horizontal &gt; li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded &gt; li:first-child:last-child {
      width: 100%; }
  .menu.vertical &gt; li {
    display: block; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal &gt; li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded &gt; li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical &gt; li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal &gt; li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded &gt; li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical &gt; li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right &gt; li {
    float: right; }
  .menu.icon-top &gt; li &gt; a {
    text-align: center; }
    .menu.icon-top &gt; li &gt; a img,
    .menu.icon-top &gt; li &gt; a i,
    .menu.icon-top &gt; li &gt; a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a &gt; span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active &gt; a {
    background: #ffc217;
    color: #fff; }
  .menu.menu-bordered li {
    border: 1px solid #e1e0df; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e1e0df; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered &gt; .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
            box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #b0aeaa;
    -webkit-box-shadow: 0 7px 0 #b0aeaa, 0 14px 0 #b0aeaa;
            box-shadow: 0 7px 0 #b0aeaa, 0 14px 0 #b0aeaa; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
            box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #3b3b3b;
    -webkit-box-shadow: 0 7px 0 #3b3b3b, 0 14px 0 #3b3b3b;
            box-shadow: 0 7px 0 #3b3b3b, 0 14px 0 #3b3b3b; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent &gt; a {
  position: relative; }
  .is-drilldown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ffc217;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back &gt; a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ffc217 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #b0aeaa;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #136c94 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px; }

.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #136c94 transparent transparent; }

.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #136c94; }

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #136c94 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #136c94 transparent transparent; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #136c94; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #136c94 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #136c94 transparent transparent; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #136c94; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner &gt; .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left &gt; .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #b0aeaa;
  background: #fff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #136c94 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #136c94; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu &gt; li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ffc217;
  color: #fff; }
  .label.primary {
    background: #ffc217;
    color: #000; }
  .label.secondary {
    background: #000;
    color: #fff; }
  .label.success {
    background: #000;
    color: #fff; }
  .label.warning {
    background: #72a6bf;
    color: #000; }
  .label.alert {
    background: #c95e44;
    color: #000; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section &gt; :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e1e0df; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e1e0df; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #b0aeaa; }
    .orbit-bullets button:hover {
      background-color: #3b3b3b; }
    .orbit-bullets button.is-active {
      background-color: #3b3b3b; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e1e0df; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #ffc217;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #b0aeaa;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #b0aeaa; }
  .progress.primary .progress-meter {
    background-color: #ffc217; }
  .progress.secondary .progress-meter {
    background-color: #000; }
  .progress.success .progress-meter {
    background-color: #000; }
  .progress.warning .progress-meter {
    background-color: #72a6bf; }
  .progress.alert .progress-meter {
    background-color: #c95e44; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ffc217; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e1e0df;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #b0aeaa;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #ffc217;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #ecae00; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #b0aeaa;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #b0aeaa;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #ffc217; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label &gt; .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label &gt; .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #000; }
  tfoot {
    background: #f2f2f2;
    color: #000; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e1e0df;
  background: #f3ad1c;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical &gt; li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple &gt; li &gt; a {
  padding: 0; }
  .tabs.simple &gt; li &gt; a:hover {
    background: transparent; }

.tabs.primary {
  background: #ffc217; }
  .tabs.primary &gt; li &gt; a {
    color: #000; }
    .tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
      background: #ffbe09; }

.tabs-title {
  float: left; }
  .tabs-title &gt; a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    color: #ffc217; }
    .tabs-title &gt; a:hover {
      background: #989898;
      color: #efb000; }
    .tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected='true'] {
      background: #903b41;
      color: #ffc217; }

.tabs-content {
  border: 1px solid #e1e0df;
  border-top: 0;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e1e0df;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(255, 194, 23, 0.5);
            box-shadow: 0 0 6px 1px rgba(255, 194, 23, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #3b3b3b;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e1e0df; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

/*
* Icons
* don't directly reference bower-supplied iconsets in your objects, instead put
* includes and mapping in the below icon settings file
*/
/*
 * Any imports having to do with icons should go here, and then set relevant generic variables
 * to reference them
 */
/* Font awesome */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.4.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* Helper variables */
/* Define commonly used icons */
/* Slick */
/* Pattern Lab Styles */
.bg-primary {
  background-color: #ffc217; }
  .bg-primary::before {
    content: "#ffc217";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-secondary {
  background-color: #f3ad1c; }
  .bg-secondary::before {
    content: "#f3ad1c";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-tertiary {
  background-color: #903b41; }
  .bg-tertiary::before {
    content: "#903b41";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-quaternary {
  background-color: #bb4935; }
  .bg-quaternary::before {
    content: "#bb4935";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-quinary {
  background-color: #c95e44; }
  .bg-quinary::before {
    content: "#c95e44";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-senary {
  background-color: #72a6bf; }
  .bg-senary::before {
    content: "#72a6bf";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-septenary {
  background-color: #4B7637; }
  .bg-septenary::before {
    content: "#4B7637";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-octonary {
  background-color: #000; }
  .bg-octonary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-nonary {
  background-color: #000; }
  .bg-nonary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-denary {
  background-color: #000; }
  .bg-denary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-primary {
  background-color: #000; }
  .bg-accent-primary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-secondary {
  background-color: #000; }
  .bg-accent-secondary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-tertiary {
  background-color: #000; }
  .bg-accent-tertiary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-quaternary {
  background-color: #000; }
  .bg-accent-quaternary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-quinary {
  background-color: #000; }
  .bg-accent-quinary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-senary {
  background-color: #000; }
  .bg-accent-senary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-septenary {
  background-color: #000; }
  .bg-accent-septenary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-octonary {
  background-color: #000; }
  .bg-accent-octonary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-nonary {
  background-color: #000; }
  .bg-accent-nonary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-accent-denary {
  background-color: #000; }
  .bg-accent-denary::before {
    content: "#000";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-shade-lightest {
  background-color: #f2f2f2; }
  .bg-shade-lightest::before {
    content: "#f2f2f2";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-lighter {
  background-color: #e1e0df; }
  .bg-shade-lighter::before {
    content: "#e1e0df";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-light {
  background-color: #c9c7c4; }
  .bg-shade-light::before {
    content: "#c9c7c4";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade {
  background-color: #989898; }
  .bg-shade::before {
    content: "#989898";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-dark {
  background-color: #979797; }
  .bg-shade-dark::before {
    content: "#979797";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-shade-darker {
  background-color: #3b3b3b; }
  .bg-shade-darker::before {
    content: "#3b3b3b";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-shade-darkest {
  background-color: #1f1f1f; }
  .bg-shade-darkest::before {
    content: "#1f1f1f";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.font-primary {
  font-family: "Roboto", sans-serif; }

.font-secondary {
  font-family: "Roboto Condensed", sans-serif; }

.font-tertiary {
  font-family: "Titillium Web", sans-serif; }

.font-quaternary {
  font-family: "Roboto"; }

img {
 /* width: 100%; */
  height: auto;
  display: inline-block; }
 /* mdm */

.page-header--hero img {
	width: 100%;
  height: auto;
  display: inline-block; }

a.logo {
  border: 0; }

.decoration {
  display: inline-block; }
  .decoration::before {
    content: "✪";
    margin-right: 0.5em;
    font-family: sans-serif; }

.decoration-on-right {
  display: inline-block; }
  .decoration-on-right::after {
    content: "✪";
    margin-left: 0.5em;
    font-family: sans-serif; }

.decoration-both {
  display: inline-block; }
  .decoration-both::before {
    content: "✪";
    margin-right: 0.5em;
    font-family: sans-serif; }
  .decoration-both::after {
    content: "✪";
    margin-left: 0.5em;
    font-family: sans-serif; }

.arrow-right {
  display: inline-block; }
  .arrow-right::before {
    content: "→";
    margin-right: 0.5em;
    font-family: sans-serif; }

.arrow-down {
  display: inline-block; }
  .arrow-down::before {
    content: "↓";
    margin-right: 0.5em;
    font-family: sans-serif; }

.arrow-left {
  display: inline-block; }
  .arrow-left::before {
    content: "←";
    margin-right: 0.5em;
    font-family: sans-serif; }

.arrow-up {
  display: inline-block; }
  .arrow-up::before {
    content: "↑";
    margin-right: 0.5em;
    font-family: sans-serif; }

.triangle-right {
  display: inline-block; }
  .triangle-right::after {
    content: "▶";
    margin-left: 0.5em;
    font-family: sans-serif; }

.triangle-down {
  display: inline-block; }
  .triangle-down::after {
    content: "▶";
    margin-left: 0.5em;
    font-family: sans-serif;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block; }

.triangle-left {
  display: inline-block; }
  .triangle-left::after {
    content: "◀";
    margin-left: 0.5em;
    font-family: sans-serif; }

.triangle-up {
  display: inline-block; }
  .triangle-up::after {
    content: "◀";
    margin-left: 0.5em;
    font-family: sans-serif;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block; }

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

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

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

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

.align-justified-and-ancient {
  text-align: justify;
  font-family: fantasy; }

.icon-label {
  white-space: nowrap; }
  .icon-label .arrow,
  .icon-label .icon-wrapper,
  .icon-label .label {
    display: inline-block;
    vertical-align: top;
    max-height: 1em; }
  .icon-label .icon-wrapper:first-child {
    margin-right: 0.5em; }
  .icon-label icon-wrapper:last-child {
    margin-left: 0.5em; }
  .icon-label .arrow {
    font-family: arial, helvetica, sans-serif; }
  .icon-label .label {
    white-space: normal; }

blockquote {
  background: rgba(152, 152, 152, 0.15);
  border-left: #ffc217 0.75rem solid;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: rgba(59, 59, 59, 0.85);
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 2.5rem;
  padding: 1.875rem; }
  @media screen and (max-width: 23.75em) {
    blockquote {
      padding: 1.25rem;
      font-size: 1.125rem; } }
  blockquote.blockquote--ondark, .ondark-testing blockquote {
    color: #fff;
    border-left-color: #989898; }
    blockquote.blockquote--ondark p, .ondark-testing blockquote p {
      color: #fff; }

.byline {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.625rem;
  font-weight: bold; }
  @media screen and (max-width: 23.75em) {
    .byline {
      font-size: 1.25rem; } }

cite.cite--photo-credit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-style: normal;
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem; }
  cite.cite--photo-credit:before {
    display: none; }
  cite.cite--photo-credit svg {
    opacity: 0.9;
    fill: #fff;
    color: #fff;
    margin-right: 0.3125rem; }

hr {
  border-bottom: rgba(0, 0, 0, 0.3) 4px dotted; }

h1,
.heading1 {
  font: normal normal 3.75rem "Titillium Web", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0; }
  @media screen and (max-width: 63.9375em) {
    h1,
    .heading1 {
      font-size: 3.125rem; } }
  @media screen and (max-width: 40em) {
    h1,
    .heading1 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 23.75em) {
    h1,
    .heading1 {
      font-size: 2.125rem; } }
  h1.heading--ondark, .ondark-testing h1,
  .heading1.heading--ondark,
  .ondark-testing h1.heading1,
  .ondark-testing h2.heading1,
  .ondark-testing h3.heading1,
  .ondark-testing h4.heading1,
  .ondark-testing h5.heading1,
  .ondark-testing h6.heading1 {
    color: #fff; }

h2,
.heading2 {
  font: normal normal 3.125rem "Titillium Web", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0; }
  @media screen and (max-width: 63.9375em) {
    h2,
    .heading2 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 40em) {
    h2,
    .heading2 {
      font-size: 1.875rem; } }
  h2.heading--ondark, .ondark-testing h2,
  .heading2.heading--ondark,
  .ondark-testing h1.heading2,
  .ondark-testing h2.heading2,
  .ondark-testing h3.heading2,
  .ondark-testing h4.heading2,
  .ondark-testing h5.heading2,
  .ondark-testing h6.heading2 {
    color: #fff; }

h3,
.heading3 {
  font: normal bold 2.25rem "Titillium Web", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0; }
  @media screen and (max-width: 63.9375em) {
    h3,
    .heading3 {
      font-size: 1.875rem; } }
  @media screen and (max-width: 40em) {
    h3,
    .heading3 {
      font-size: 1.5rem; } }
  h3.heading--ondark, .ondark-testing h3,
  .heading3.heading--ondark,
  .ondark-testing h1.heading3,
  .ondark-testing h2.heading3,
  .ondark-testing h3.heading3,
  .ondark-testing h4.heading3,
  .ondark-testing h5.heading3,
  .ondark-testing h6.heading3 {
    color: #fff; }

h4,
.heading4 {
  font: normal bold 1.625rem "Titillium Web", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0; }
  @media screen and (max-width: 63.9375em) {
    h4,
    .heading4 {
      font-size: 1.5rem; } }
  @media screen and (max-width: 40em) {
    h4,
    .heading4 {
      font-size: 1.375rem; } }
  h4.heading--ondark, .ondark-testing h4,
  .heading4.heading--ondark,
  .ondark-testing h1.heading4,
  .ondark-testing h2.heading4,
  .ondark-testing h3.heading4,
  .ondark-testing h4.heading4,
  .ondark-testing h5.heading4,
  .ondark-testing h6.heading4 {
    color: #fff; }

h5,
.heading5 {
  font: normal bold 1.375rem "Titillium Web", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0; }
  @media screen and (max-width: 63.9375em) {
    h5,
    .heading5 {
      font-size: 1.125rem; } }
  h5.heading--ondark, .ondark-testing h5,
  .heading5.heading--ondark,
  .ondark-testing h1.heading5,
  .ondark-testing h2.heading5,
  .ondark-testing h3.heading5,
  .ondark-testing h4.heading5,
  .ondark-testing h5.heading5,
  .ondark-testing h6.heading5 {
    color: #fff; }

h6,
.heading6 {
  font: normal bold 1.125rem "Roboto Condensed", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0; }
  h6.heading--ondark, .ondark-testing h6,
  .heading6.heading--ondark,
  .ondark-testing h1.heading6,
  .ondark-testing h2.heading6,
  .ondark-testing h3.heading6,
  .ondark-testing h4.heading6,
  .ondark-testing h5.heading6,
  .ondark-testing h6.heading6 {
    color: #fff; }

a {
  color: #903b41;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  border-bottom: #bb4935 2px solid; }
  a:link, a:visited {
    color: #903b41; }
  a:hover, a:active {
    color: #bb4935; }
  a:focus {
    outline-color: rgba(255, 194, 23, 0.2); }
  a.strokeless, a.link--has-icon, a.link--rich, .social-media a.social-media--icon, .teaser .teaser__image a, .teaser .teaser__body .teaser__headline a, footer.main-footer .footer-top .footer-top--links .footer-top--social-giving a, footer.main-footer .footer-bottom a {
    border: 0; }
  a.link--has-icon svg {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  a.link--has-icon span {
    border-bottom: #bb4935 2px solid; }
  a.link--ondark, .teaser.teaser--overlay .teaser__body .teaser__editorial a, .section-wrap--shade-dark .landing-panel .landing-panel__text a,
  .section-wrap--arrows-dark .landing-panel .landing-panel__text a, footer.main-footer a, .callout.callout--secondary a, .callout--secondary.archive-filters a, .ondark-testing a {
    color: #bb4935;
    border-bottom-color: #903b41; }
    a.link--ondark:link, a.link--ondark:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text a:link,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, footer.main-footer a:link, .callout.callout--secondary a:link, .callout--secondary.archive-filters a:link, .ondark-testing a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, footer.main-footer a:visited, .callout.callout--secondary a:visited, .callout--secondary.archive-filters a:visited, .ondark-testing a:visited {
      color: #bb4935; }
    a.link--ondark:hover, a.link--ondark:active, .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, footer.main-footer a:hover, .callout.callout--secondary a:hover, .callout--secondary.archive-filters a:hover, .ondark-testing a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text a:active,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, footer.main-footer a:active, .callout.callout--secondary a:active, .callout--secondary.archive-filters a:active, .ondark-testing a:active {
      color: #ffc217; }
    a.link--ondark.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, footer.main-footer a.link--has-icon svg, .callout.callout--secondary a.link--has-icon svg, .callout--secondary.archive-filters a.link--has-icon svg, .ondark-testing a.link--has-icon svg {
      color: #c9c7c4;
      fill: #c9c7c4; }
  a.link--subtle, .directory-listing a, .link-collection--long-form ul li a,
  .alpha-list ul li a, .teaser.teaser--overlay .teaser__body .teaser__editorial a, .section-wrap--shade-dark .landing-panel .landing-panel__text a,
  .section-wrap--arrows-dark .landing-panel .landing-panel__text a, footer.main-footer a, .list-box .list-box__lists .link-collection ul li a {
    color: #3b3b3b;
    border-bottom-color: #c9c7c4;
    font-weight: bold; }
    a.link--subtle:link, a.link--subtle:visited, .directory-listing a:link, .link-collection--long-form ul li a:link,
    .alpha-list ul li a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text a:link,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, footer.main-footer a:link, .list-box .list-box__lists .link-collection ul li a:link, .directory-listing a:visited, .link-collection--long-form ul li a:visited,
    .alpha-list ul li a:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, footer.main-footer a:visited, .list-box .list-box__lists .link-collection ul li a:visited {
      color: #3b3b3b; }
    a.link--subtle:hover, a.link--subtle:active, .directory-listing a:hover, .link-collection--long-form ul li a:hover,
    .alpha-list ul li a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, footer.main-footer a:hover, .list-box .list-box__lists .link-collection ul li a:hover, .directory-listing a:active, .link-collection--long-form ul li a:active,
    .alpha-list ul li a:active, .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text a:active,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, footer.main-footer a:active, .list-box .list-box__lists .link-collection ul li a:active {
      color: #bb4935;
      border-bottom-color: #979797; }
    a.link--subtle.link--has-icon svg, .directory-listing a.link--has-icon svg, .link-collection--long-form ul li a.link--has-icon svg, .alpha-list ul li a.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, footer.main-footer a.link--has-icon svg, .list-box .list-box__lists .link-collection ul li a.link--has-icon svg {
      color: #c9c7c4;
      fill: #c9c7c4; }
    a.link--subtle.link--has-icon span, .directory-listing a.link--has-icon span, .link-collection--long-form ul li a.link--has-icon span, .alpha-list ul li a.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon span, footer.main-footer a.link--has-icon span, .list-box .list-box__lists .link-collection ul li a.link--has-icon span {
      border-bottom-color: #c9c7c4; }
    a.link--subtle.link--has-icon:hover span, a.link--subtle.link--has-icon:active span, .directory-listing a.link--has-icon:hover span, .link-collection--long-form ul li a.link--has-icon:hover span, .alpha-list ul li a.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, footer.main-footer a.link--has-icon:hover span, .list-box .list-box__lists .link-collection ul li a.link--has-icon:hover span, .directory-listing a.link--has-icon:active span, .link-collection--long-form ul li a.link--has-icon:active span, .alpha-list ul li a.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active span, footer.main-footer a.link--has-icon:active span, .list-box .list-box__lists .link-collection ul li a.link--has-icon:active span {
      border-bottom-color: #979797; }
    a.link--subtle.link--has-icon:hover svg, a.link--subtle.link--has-icon:active svg, .directory-listing a.link--has-icon:hover svg, .link-collection--long-form ul li a.link--has-icon:hover svg, .alpha-list ul li a.link--has-icon:hover svg, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover svg, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover svg, footer.main-footer a.link--has-icon:hover svg, .list-box .list-box__lists .link-collection ul li a.link--has-icon:hover svg, .directory-listing a.link--has-icon:active svg, .link-collection--long-form ul li a.link--has-icon:active svg, .alpha-list ul li a.link--has-icon:active svg, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active svg, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active svg, footer.main-footer a.link--has-icon:active svg, .list-box .list-box__lists .link-collection ul li a.link--has-icon:active svg {
      color: #bb4935; }
    a.link--subtle.link--ondark, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--subtle, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--subtle,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--subtle, footer.main-footer a.link--subtle, .callout.callout--secondary a.link--subtle, .callout--secondary.archive-filters a.link--subtle, .ondark-testing a.link--subtle, .directory-listing a.link--ondark, .link-collection--long-form ul li a.link--ondark,
    .alpha-list ul li a.link--ondark, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--ondark, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--ondark,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--ondark, footer.main-footer a.link--ondark, .list-box .list-box__lists .link-collection ul li a.link--ondark, .directory-listing .teaser.teaser--overlay .teaser__body .teaser__editorial a, .teaser.teaser--overlay .teaser__body .teaser__editorial .directory-listing a, .directory-listing .section-wrap--shade-dark .landing-panel .landing-panel__text a, .section-wrap--shade-dark .landing-panel .landing-panel__text .directory-listing a,
    .directory-listing .section-wrap--arrows-dark .landing-panel .landing-panel__text a, .section-wrap--arrows-dark .landing-panel .landing-panel__text .directory-listing a, .directory-listing footer.main-footer a, footer.main-footer .directory-listing a, .directory-listing .callout.callout--secondary a, .callout.callout--secondary .directory-listing a, .directory-listing .callout--secondary.archive-filters a, .callout--secondary.archive-filters .directory-listing a, .directory-listing .ondark-testing a, .ondark-testing .directory-listing a, .link-collection--long-form ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a, .teaser.teaser--overlay .teaser__body .teaser__editorial .link-collection--long-form ul li a, .link-collection--long-form ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a, .section-wrap--shade-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a,
    .link-collection--long-form ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a, .section-wrap--arrows-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a, .link-collection--long-form ul li footer.main-footer a, footer.main-footer .link-collection--long-form ul li a, .link-collection--long-form ul li .callout.callout--secondary a, .callout.callout--secondary .link-collection--long-form ul li a, .link-collection--long-form ul li .callout--secondary.archive-filters a, .callout--secondary.archive-filters .link-collection--long-form ul li a, .link-collection--long-form ul li .ondark-testing a, .ondark-testing .link-collection--long-form ul li a, .alpha-list ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a, .teaser.teaser--overlay .teaser__body .teaser__editorial .alpha-list ul li a, .alpha-list ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a, .section-wrap--shade-dark .landing-panel .landing-panel__text .alpha-list ul li a,
    .alpha-list ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a, .section-wrap--arrows-dark .landing-panel .landing-panel__text .alpha-list ul li a, .alpha-list ul li footer.main-footer a, footer.main-footer .alpha-list ul li a, .alpha-list ul li .callout.callout--secondary a, .callout.callout--secondary .alpha-list ul li a, .alpha-list ul li .callout--secondary.archive-filters a, .callout--secondary.archive-filters .alpha-list ul li a, .alpha-list ul li .ondark-testing a, .ondark-testing .alpha-list ul li a, .teaser.teaser--overlay .teaser__body .teaser__editorial a, .section-wrap--shade-dark .landing-panel .landing-panel__text a,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a, footer.main-footer a, .callout.callout--secondary .teaser.teaser--overlay .teaser__body .teaser__editorial a, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout.callout--secondary a, .callout--secondary.archive-filters .teaser.teaser--overlay .teaser__body .teaser__editorial a, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout--secondary.archive-filters a, .callout.callout--secondary .section-wrap--shade-dark .landing-panel .landing-panel__text a, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout.callout--secondary a, .callout--secondary.archive-filters .section-wrap--shade-dark .landing-panel .landing-panel__text a, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a,
    .callout.callout--secondary .section-wrap--arrows-dark .landing-panel .landing-panel__text a, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout.callout--secondary a,
    .callout--secondary.archive-filters .section-wrap--arrows-dark .landing-panel .landing-panel__text a, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a, .callout.callout--secondary footer.main-footer a, footer.main-footer .callout.callout--secondary a, .callout--secondary.archive-filters footer.main-footer a, footer.main-footer .callout--secondary.archive-filters a, .callout.callout--secondary .list-box .list-box__lists .link-collection ul li a, .list-box .list-box__lists .link-collection ul li .callout.callout--secondary a, .callout--secondary.archive-filters .list-box .list-box__lists .link-collection ul li a, .list-box .list-box__lists .link-collection ul li .callout--secondary.archive-filters a, .list-box .list-box__lists .link-collection ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a, .teaser.teaser--overlay .teaser__body .teaser__editorial .list-box .list-box__lists .link-collection ul li a, .list-box .list-box__lists .link-collection ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a, .section-wrap--shade-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a,
    .list-box .list-box__lists .link-collection ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a, .section-wrap--arrows-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a, .list-box .list-box__lists .link-collection ul li footer.main-footer a, footer.main-footer .list-box .list-box__lists .link-collection ul li a, .list-box .list-box__lists .link-collection ul li .ondark-testing a, .ondark-testing .list-box .list-box__lists .link-collection ul li a, .ondark-testing .teaser.teaser--overlay .teaser__body .teaser__editorial a, .teaser.teaser--overlay .teaser__body .teaser__editorial .ondark-testing a, .ondark-testing .section-wrap--shade-dark .landing-panel .landing-panel__text a, .section-wrap--shade-dark .landing-panel .landing-panel__text .ondark-testing a,
    .ondark-testing .section-wrap--arrows-dark .landing-panel .landing-panel__text a, .section-wrap--arrows-dark .landing-panel .landing-panel__text .ondark-testing a, .ondark-testing footer.main-footer a, footer.main-footer .ondark-testing a {
      color: #fff;
      border-bottom-color: #989898; }
      a.link--subtle.link--ondark:link, a.link--subtle.link--ondark:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--subtle:link, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--subtle:link,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--subtle:link, footer.main-footer a.link--subtle:link, .callout.callout--secondary a.link--subtle:link, .callout--secondary.archive-filters a.link--subtle:link, .ondark-testing a.link--subtle:link, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--subtle:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--subtle:visited,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--subtle:visited, footer.main-footer a.link--subtle:visited, .callout.callout--secondary a.link--subtle:visited, .callout--secondary.archive-filters a.link--subtle:visited, .ondark-testing a.link--subtle:visited, .directory-listing a.link--ondark:link, .link-collection--long-form ul li a.link--ondark:link,
      .alpha-list ul li a.link--ondark:link, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--ondark:link, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--ondark:link,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--ondark:link, footer.main-footer a.link--ondark:link, .list-box .list-box__lists .link-collection ul li a.link--ondark:link, .directory-listing a.link--ondark:visited, .link-collection--long-form ul li a.link--ondark:visited,
      .alpha-list ul li a.link--ondark:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--ondark:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--ondark:visited,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--ondark:visited, footer.main-footer a.link--ondark:visited, .list-box .list-box__lists .link-collection ul li a.link--ondark:visited, .directory-listing .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial .directory-listing a:link, .directory-listing .section-wrap--shade-dark .landing-panel .landing-panel__text a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text .directory-listing a:link,
      .directory-listing .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, .section-wrap--arrows-dark .landing-panel .landing-panel__text .directory-listing a:link, .directory-listing footer.main-footer a:link, footer.main-footer .directory-listing a:link, .directory-listing .callout.callout--secondary a:link, .callout.callout--secondary .directory-listing a:link, .directory-listing .callout--secondary.archive-filters a:link, .callout--secondary.archive-filters .directory-listing a:link, .directory-listing .ondark-testing a:link, .ondark-testing .directory-listing a:link, .link-collection--long-form ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial .link-collection--long-form ul li a:link, .link-collection--long-form ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a:link,
      .link-collection--long-form ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, .section-wrap--arrows-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a:link, .link-collection--long-form ul li footer.main-footer a:link, footer.main-footer .link-collection--long-form ul li a:link, .link-collection--long-form ul li .callout.callout--secondary a:link, .callout.callout--secondary .link-collection--long-form ul li a:link, .link-collection--long-form ul li .callout--secondary.archive-filters a:link, .callout--secondary.archive-filters .link-collection--long-form ul li a:link, .link-collection--long-form ul li .ondark-testing a:link, .ondark-testing .link-collection--long-form ul li a:link, .alpha-list ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial .alpha-list ul li a:link, .alpha-list ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text .alpha-list ul li a:link,
      .alpha-list ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, .section-wrap--arrows-dark .landing-panel .landing-panel__text .alpha-list ul li a:link, .alpha-list ul li footer.main-footer a:link, footer.main-footer .alpha-list ul li a:link, .alpha-list ul li .callout.callout--secondary a:link, .callout.callout--secondary .alpha-list ul li a:link, .alpha-list ul li .callout--secondary.archive-filters a:link, .callout--secondary.archive-filters .alpha-list ul li a:link, .alpha-list ul li .ondark-testing a:link, .ondark-testing .alpha-list ul li a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text a:link,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, footer.main-footer a:link, .callout.callout--secondary .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout.callout--secondary a:link, .callout--secondary.archive-filters .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout--secondary.archive-filters a:link, .callout.callout--secondary .section-wrap--shade-dark .landing-panel .landing-panel__text a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout.callout--secondary a:link, .callout--secondary.archive-filters .section-wrap--shade-dark .landing-panel .landing-panel__text a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a:link,
      .callout.callout--secondary .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout.callout--secondary a:link,
      .callout--secondary.archive-filters .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a:link, .callout.callout--secondary footer.main-footer a:link, footer.main-footer .callout.callout--secondary a:link, .callout--secondary.archive-filters footer.main-footer a:link, footer.main-footer .callout--secondary.archive-filters a:link, .callout.callout--secondary .list-box .list-box__lists .link-collection ul li a:link, .list-box .list-box__lists .link-collection ul li .callout.callout--secondary a:link, .callout--secondary.archive-filters .list-box .list-box__lists .link-collection ul li a:link, .list-box .list-box__lists .link-collection ul li .callout--secondary.archive-filters a:link, .list-box .list-box__lists .link-collection ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial .list-box .list-box__lists .link-collection ul li a:link, .list-box .list-box__lists .link-collection ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a:link,
      .list-box .list-box__lists .link-collection ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, .section-wrap--arrows-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a:link, .list-box .list-box__lists .link-collection ul li footer.main-footer a:link, footer.main-footer .list-box .list-box__lists .link-collection ul li a:link, .list-box .list-box__lists .link-collection ul li .ondark-testing a:link, .ondark-testing .list-box .list-box__lists .link-collection ul li a:link, .ondark-testing .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial .ondark-testing a:link, .ondark-testing .section-wrap--shade-dark .landing-panel .landing-panel__text a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text .ondark-testing a:link,
      .ondark-testing .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, .section-wrap--arrows-dark .landing-panel .landing-panel__text .ondark-testing a:link, .ondark-testing footer.main-footer a:link, footer.main-footer .ondark-testing a:link, .directory-listing .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial .directory-listing a:visited, .directory-listing .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text .directory-listing a:visited,
      .directory-listing .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, .section-wrap--arrows-dark .landing-panel .landing-panel__text .directory-listing a:visited, .directory-listing footer.main-footer a:visited, footer.main-footer .directory-listing a:visited, .directory-listing .callout.callout--secondary a:visited, .callout.callout--secondary .directory-listing a:visited, .directory-listing .callout--secondary.archive-filters a:visited, .callout--secondary.archive-filters .directory-listing a:visited, .directory-listing .ondark-testing a:visited, .ondark-testing .directory-listing a:visited, .link-collection--long-form ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial .link-collection--long-form ul li a:visited, .link-collection--long-form ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a:visited,
      .link-collection--long-form ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, .section-wrap--arrows-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a:visited, .link-collection--long-form ul li footer.main-footer a:visited, footer.main-footer .link-collection--long-form ul li a:visited, .link-collection--long-form ul li .callout.callout--secondary a:visited, .callout.callout--secondary .link-collection--long-form ul li a:visited, .link-collection--long-form ul li .callout--secondary.archive-filters a:visited, .callout--secondary.archive-filters .link-collection--long-form ul li a:visited, .link-collection--long-form ul li .ondark-testing a:visited, .ondark-testing .link-collection--long-form ul li a:visited, .alpha-list ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial .alpha-list ul li a:visited, .alpha-list ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text .alpha-list ul li a:visited,
      .alpha-list ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, .section-wrap--arrows-dark .landing-panel .landing-panel__text .alpha-list ul li a:visited, .alpha-list ul li footer.main-footer a:visited, footer.main-footer .alpha-list ul li a:visited, .alpha-list ul li .callout.callout--secondary a:visited, .callout.callout--secondary .alpha-list ul li a:visited, .alpha-list ul li .callout--secondary.archive-filters a:visited, .callout--secondary.archive-filters .alpha-list ul li a:visited, .alpha-list ul li .ondark-testing a:visited, .ondark-testing .alpha-list ul li a:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, footer.main-footer a:visited, .callout.callout--secondary .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout.callout--secondary a:visited, .callout--secondary.archive-filters .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout--secondary.archive-filters a:visited, .callout.callout--secondary .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout.callout--secondary a:visited, .callout--secondary.archive-filters .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a:visited,
      .callout.callout--secondary .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout.callout--secondary a:visited,
      .callout--secondary.archive-filters .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a:visited, .callout.callout--secondary footer.main-footer a:visited, footer.main-footer .callout.callout--secondary a:visited, .callout--secondary.archive-filters footer.main-footer a:visited, footer.main-footer .callout--secondary.archive-filters a:visited, .callout.callout--secondary .list-box .list-box__lists .link-collection ul li a:visited, .list-box .list-box__lists .link-collection ul li .callout.callout--secondary a:visited, .callout--secondary.archive-filters .list-box .list-box__lists .link-collection ul li a:visited, .list-box .list-box__lists .link-collection ul li .callout--secondary.archive-filters a:visited, .list-box .list-box__lists .link-collection ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial .list-box .list-box__lists .link-collection ul li a:visited, .list-box .list-box__lists .link-collection ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a:visited,
      .list-box .list-box__lists .link-collection ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, .section-wrap--arrows-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a:visited, .list-box .list-box__lists .link-collection ul li footer.main-footer a:visited, footer.main-footer .list-box .list-box__lists .link-collection ul li a:visited, .list-box .list-box__lists .link-collection ul li .ondark-testing a:visited, .ondark-testing .list-box .list-box__lists .link-collection ul li a:visited, .ondark-testing .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial .ondark-testing a:visited, .ondark-testing .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text .ondark-testing a:visited,
      .ondark-testing .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, .section-wrap--arrows-dark .landing-panel .landing-panel__text .ondark-testing a:visited, .ondark-testing footer.main-footer a:visited, footer.main-footer .ondark-testing a:visited {
        color: #fff;
        border-bottom-color: #989898; }
      a.link--subtle.link--ondark:hover, a.link--subtle.link--ondark:active, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--subtle:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--subtle:hover,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--subtle:hover, footer.main-footer a.link--subtle:hover, .callout.callout--secondary a.link--subtle:hover, .callout--secondary.archive-filters a.link--subtle:hover, .ondark-testing a.link--subtle:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--subtle:active, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--subtle:active,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--subtle:active, footer.main-footer a.link--subtle:active, .callout.callout--secondary a.link--subtle:active, .callout--secondary.archive-filters a.link--subtle:active, .ondark-testing a.link--subtle:active, .directory-listing a.link--ondark:hover, .link-collection--long-form ul li a.link--ondark:hover,
      .alpha-list ul li a.link--ondark:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--ondark:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--ondark:hover,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--ondark:hover, footer.main-footer a.link--ondark:hover, .list-box .list-box__lists .link-collection ul li a.link--ondark:hover, .directory-listing a.link--ondark:active, .link-collection--long-form ul li a.link--ondark:active,
      .alpha-list ul li a.link--ondark:active, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--ondark:active, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--ondark:active,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--ondark:active, footer.main-footer a.link--ondark:active, .list-box .list-box__lists .link-collection ul li a.link--ondark:active, .directory-listing .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial .directory-listing a:hover, .directory-listing .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text .directory-listing a:hover,
      .directory-listing .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, .section-wrap--arrows-dark .landing-panel .landing-panel__text .directory-listing a:hover, .directory-listing footer.main-footer a:hover, footer.main-footer .directory-listing a:hover, .directory-listing .callout.callout--secondary a:hover, .callout.callout--secondary .directory-listing a:hover, .directory-listing .callout--secondary.archive-filters a:hover, .callout--secondary.archive-filters .directory-listing a:hover, .directory-listing .ondark-testing a:hover, .ondark-testing .directory-listing a:hover, .link-collection--long-form ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial .link-collection--long-form ul li a:hover, .link-collection--long-form ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a:hover,
      .link-collection--long-form ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, .section-wrap--arrows-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a:hover, .link-collection--long-form ul li footer.main-footer a:hover, footer.main-footer .link-collection--long-form ul li a:hover, .link-collection--long-form ul li .callout.callout--secondary a:hover, .callout.callout--secondary .link-collection--long-form ul li a:hover, .link-collection--long-form ul li .callout--secondary.archive-filters a:hover, .callout--secondary.archive-filters .link-collection--long-form ul li a:hover, .link-collection--long-form ul li .ondark-testing a:hover, .ondark-testing .link-collection--long-form ul li a:hover, .alpha-list ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial .alpha-list ul li a:hover, .alpha-list ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text .alpha-list ul li a:hover,
      .alpha-list ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, .section-wrap--arrows-dark .landing-panel .landing-panel__text .alpha-list ul li a:hover, .alpha-list ul li footer.main-footer a:hover, footer.main-footer .alpha-list ul li a:hover, .alpha-list ul li .callout.callout--secondary a:hover, .callout.callout--secondary .alpha-list ul li a:hover, .alpha-list ul li .callout--secondary.archive-filters a:hover, .callout--secondary.archive-filters .alpha-list ul li a:hover, .alpha-list ul li .ondark-testing a:hover, .ondark-testing .alpha-list ul li a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, footer.main-footer a:hover, .callout.callout--secondary .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout.callout--secondary a:hover, .callout--secondary.archive-filters .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout--secondary.archive-filters a:hover, .callout.callout--secondary .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout.callout--secondary a:hover, .callout--secondary.archive-filters .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a:hover,
      .callout.callout--secondary .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout.callout--secondary a:hover,
      .callout--secondary.archive-filters .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a:hover, .callout.callout--secondary footer.main-footer a:hover, footer.main-footer .callout.callout--secondary a:hover, .callout--secondary.archive-filters footer.main-footer a:hover, footer.main-footer .callout--secondary.archive-filters a:hover, .callout.callout--secondary .list-box .list-box__lists .link-collection ul li a:hover, .list-box .list-box__lists .link-collection ul li .callout.callout--secondary a:hover, .callout--secondary.archive-filters .list-box .list-box__lists .link-collection ul li a:hover, .list-box .list-box__lists .link-collection ul li .callout--secondary.archive-filters a:hover, .list-box .list-box__lists .link-collection ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial .list-box .list-box__lists .link-collection ul li a:hover, .list-box .list-box__lists .link-collection ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a:hover,
      .list-box .list-box__lists .link-collection ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, .section-wrap--arrows-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a:hover, .list-box .list-box__lists .link-collection ul li footer.main-footer a:hover, footer.main-footer .list-box .list-box__lists .link-collection ul li a:hover, .list-box .list-box__lists .link-collection ul li .ondark-testing a:hover, .ondark-testing .list-box .list-box__lists .link-collection ul li a:hover, .ondark-testing .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial .ondark-testing a:hover, .ondark-testing .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text .ondark-testing a:hover,
      .ondark-testing .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, .section-wrap--arrows-dark .landing-panel .landing-panel__text .ondark-testing a:hover, .ondark-testing footer.main-footer a:hover, footer.main-footer .ondark-testing a:hover, .directory-listing .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .teaser.teaser--overlay .teaser__body .teaser__editorial .directory-listing a:active, .directory-listing .section-wrap--shade-dark .landing-panel .landing-panel__text a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text .directory-listing a:active,
      .directory-listing .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, .section-wrap--arrows-dark .landing-panel .landing-panel__text .directory-listing a:active, .directory-listing footer.main-footer a:active, footer.main-footer .directory-listing a:active, .directory-listing .callout.callout--secondary a:active, .callout.callout--secondary .directory-listing a:active, .directory-listing .callout--secondary.archive-filters a:active, .callout--secondary.archive-filters .directory-listing a:active, .directory-listing .ondark-testing a:active, .ondark-testing .directory-listing a:active, .link-collection--long-form ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .teaser.teaser--overlay .teaser__body .teaser__editorial .link-collection--long-form ul li a:active, .link-collection--long-form ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a:active,
      .link-collection--long-form ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, .section-wrap--arrows-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a:active, .link-collection--long-form ul li footer.main-footer a:active, footer.main-footer .link-collection--long-form ul li a:active, .link-collection--long-form ul li .callout.callout--secondary a:active, .callout.callout--secondary .link-collection--long-form ul li a:active, .link-collection--long-form ul li .callout--secondary.archive-filters a:active, .callout--secondary.archive-filters .link-collection--long-form ul li a:active, .link-collection--long-form ul li .ondark-testing a:active, .ondark-testing .link-collection--long-form ul li a:active, .alpha-list ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .teaser.teaser--overlay .teaser__body .teaser__editorial .alpha-list ul li a:active, .alpha-list ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text .alpha-list ul li a:active,
      .alpha-list ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, .section-wrap--arrows-dark .landing-panel .landing-panel__text .alpha-list ul li a:active, .alpha-list ul li footer.main-footer a:active, footer.main-footer .alpha-list ul li a:active, .alpha-list ul li .callout.callout--secondary a:active, .callout.callout--secondary .alpha-list ul li a:active, .alpha-list ul li .callout--secondary.archive-filters a:active, .callout--secondary.archive-filters .alpha-list ul li a:active, .alpha-list ul li .ondark-testing a:active, .ondark-testing .alpha-list ul li a:active, .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text a:active,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, footer.main-footer a:active, .callout.callout--secondary .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout.callout--secondary a:active, .callout--secondary.archive-filters .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout--secondary.archive-filters a:active, .callout.callout--secondary .section-wrap--shade-dark .landing-panel .landing-panel__text a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout.callout--secondary a:active, .callout--secondary.archive-filters .section-wrap--shade-dark .landing-panel .landing-panel__text a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a:active,
      .callout.callout--secondary .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout.callout--secondary a:active,
      .callout--secondary.archive-filters .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a:active, .callout.callout--secondary footer.main-footer a:active, footer.main-footer .callout.callout--secondary a:active, .callout--secondary.archive-filters footer.main-footer a:active, footer.main-footer .callout--secondary.archive-filters a:active, .callout.callout--secondary .list-box .list-box__lists .link-collection ul li a:active, .list-box .list-box__lists .link-collection ul li .callout.callout--secondary a:active, .callout--secondary.archive-filters .list-box .list-box__lists .link-collection ul li a:active, .list-box .list-box__lists .link-collection ul li .callout--secondary.archive-filters a:active, .list-box .list-box__lists .link-collection ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .teaser.teaser--overlay .teaser__body .teaser__editorial .list-box .list-box__lists .link-collection ul li a:active, .list-box .list-box__lists .link-collection ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a:active,
      .list-box .list-box__lists .link-collection ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, .section-wrap--arrows-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a:active, .list-box .list-box__lists .link-collection ul li footer.main-footer a:active, footer.main-footer .list-box .list-box__lists .link-collection ul li a:active, .list-box .list-box__lists .link-collection ul li .ondark-testing a:active, .ondark-testing .list-box .list-box__lists .link-collection ul li a:active, .ondark-testing .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .teaser.teaser--overlay .teaser__body .teaser__editorial .ondark-testing a:active, .ondark-testing .section-wrap--shade-dark .landing-panel .landing-panel__text a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text .ondark-testing a:active,
      .ondark-testing .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, .section-wrap--arrows-dark .landing-panel .landing-panel__text .ondark-testing a:active, .ondark-testing footer.main-footer a:active, footer.main-footer .ondark-testing a:active {
        color: #ffc217;
        border-bottom-color: #fff; }
      a.link--subtle.link--ondark.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--subtle.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--subtle.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--subtle.link--has-icon svg, footer.main-footer a.link--subtle.link--has-icon svg, .callout.callout--secondary a.link--subtle.link--has-icon svg, .callout--secondary.archive-filters a.link--subtle.link--has-icon svg, .ondark-testing a.link--subtle.link--has-icon svg, .directory-listing a.link--ondark.link--has-icon svg, .link-collection--long-form ul li a.link--ondark.link--has-icon svg, .alpha-list ul li a.link--ondark.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--ondark.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--ondark.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--ondark.link--has-icon svg, footer.main-footer a.link--ondark.link--has-icon svg, .list-box .list-box__lists .link-collection ul li a.link--ondark.link--has-icon svg, .directory-listing .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial .directory-listing a.link--has-icon svg, .directory-listing .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text .directory-listing a.link--has-icon svg, .directory-listing .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text .directory-listing a.link--has-icon svg, .directory-listing footer.main-footer a.link--has-icon svg, footer.main-footer .directory-listing a.link--has-icon svg, .directory-listing .callout.callout--secondary a.link--has-icon svg, .callout.callout--secondary .directory-listing a.link--has-icon svg, .directory-listing .callout--secondary.archive-filters a.link--has-icon svg, .callout--secondary.archive-filters .directory-listing a.link--has-icon svg, .directory-listing .ondark-testing a.link--has-icon svg, .ondark-testing .directory-listing a.link--has-icon svg, .link-collection--long-form ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial .link-collection--long-form ul li a.link--has-icon svg, .link-collection--long-form ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a.link--has-icon svg, .link-collection--long-form ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a.link--has-icon svg, .link-collection--long-form ul li footer.main-footer a.link--has-icon svg, footer.main-footer .link-collection--long-form ul li a.link--has-icon svg, .link-collection--long-form ul li .callout.callout--secondary a.link--has-icon svg, .callout.callout--secondary .link-collection--long-form ul li a.link--has-icon svg, .link-collection--long-form ul li .callout--secondary.archive-filters a.link--has-icon svg, .callout--secondary.archive-filters .link-collection--long-form ul li a.link--has-icon svg, .link-collection--long-form ul li .ondark-testing a.link--has-icon svg, .ondark-testing .link-collection--long-form ul li a.link--has-icon svg, .alpha-list ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial .alpha-list ul li a.link--has-icon svg, .alpha-list ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text .alpha-list ul li a.link--has-icon svg, .alpha-list ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text .alpha-list ul li a.link--has-icon svg, .alpha-list ul li footer.main-footer a.link--has-icon svg, footer.main-footer .alpha-list ul li a.link--has-icon svg, .alpha-list ul li .callout.callout--secondary a.link--has-icon svg, .callout.callout--secondary .alpha-list ul li a.link--has-icon svg, .alpha-list ul li .callout--secondary.archive-filters a.link--has-icon svg, .callout--secondary.archive-filters .alpha-list ul li a.link--has-icon svg, .alpha-list ul li .ondark-testing a.link--has-icon svg, .ondark-testing .alpha-list ul li a.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, footer.main-footer a.link--has-icon svg, .callout.callout--secondary .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout.callout--secondary a.link--has-icon svg, .callout--secondary.archive-filters .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout--secondary.archive-filters a.link--has-icon svg, .callout.callout--secondary .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout.callout--secondary a.link--has-icon svg, .callout--secondary.archive-filters .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a.link--has-icon svg, .callout.callout--secondary .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout.callout--secondary a.link--has-icon svg, .callout--secondary.archive-filters .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a.link--has-icon svg, .callout.callout--secondary footer.main-footer a.link--has-icon svg, footer.main-footer .callout.callout--secondary a.link--has-icon svg, .callout--secondary.archive-filters footer.main-footer a.link--has-icon svg, footer.main-footer .callout--secondary.archive-filters a.link--has-icon svg, .callout.callout--secondary .list-box .list-box__lists .link-collection ul li a.link--has-icon svg, .list-box .list-box__lists .link-collection ul li .callout.callout--secondary a.link--has-icon svg, .callout--secondary.archive-filters .list-box .list-box__lists .link-collection ul li a.link--has-icon svg, .list-box .list-box__lists .link-collection ul li .callout--secondary.archive-filters a.link--has-icon svg, .list-box .list-box__lists .link-collection ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial .list-box .list-box__lists .link-collection ul li a.link--has-icon svg, .list-box .list-box__lists .link-collection ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a.link--has-icon svg, .list-box .list-box__lists .link-collection ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a.link--has-icon svg, .list-box .list-box__lists .link-collection ul li footer.main-footer a.link--has-icon svg, footer.main-footer .list-box .list-box__lists .link-collection ul li a.link--has-icon svg, .list-box .list-box__lists .link-collection ul li .ondark-testing a.link--has-icon svg, .ondark-testing .list-box .list-box__lists .link-collection ul li a.link--has-icon svg, .ondark-testing .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon svg, .teaser.teaser--overlay .teaser__body .teaser__editorial .ondark-testing a.link--has-icon svg, .ondark-testing .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--shade-dark .landing-panel .landing-panel__text .ondark-testing a.link--has-icon svg, .ondark-testing .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon svg, .section-wrap--arrows-dark .landing-panel .landing-panel__text .ondark-testing a.link--has-icon svg, .ondark-testing footer.main-footer a.link--has-icon svg, footer.main-footer .ondark-testing a.link--has-icon svg {
        color: #989898;
        fill: #989898; }
      a.link--subtle.link--ondark.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--subtle.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--subtle.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--subtle.link--has-icon span, footer.main-footer a.link--subtle.link--has-icon span, .callout.callout--secondary a.link--subtle.link--has-icon span, .callout--secondary.archive-filters a.link--subtle.link--has-icon span, .ondark-testing a.link--subtle.link--has-icon span, .directory-listing a.link--ondark.link--has-icon span, .link-collection--long-form ul li a.link--ondark.link--has-icon span, .alpha-list ul li a.link--ondark.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--ondark.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--ondark.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--ondark.link--has-icon span, footer.main-footer a.link--ondark.link--has-icon span, .list-box .list-box__lists .link-collection ul li a.link--ondark.link--has-icon span, .directory-listing .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial .directory-listing a.link--has-icon span, .directory-listing .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text .directory-listing a.link--has-icon span, .directory-listing .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .directory-listing a.link--has-icon span, .directory-listing footer.main-footer a.link--has-icon span, footer.main-footer .directory-listing a.link--has-icon span, .directory-listing .callout.callout--secondary a.link--has-icon span, .callout.callout--secondary .directory-listing a.link--has-icon span, .directory-listing .callout--secondary.archive-filters a.link--has-icon span, .callout--secondary.archive-filters .directory-listing a.link--has-icon span, .directory-listing .ondark-testing a.link--has-icon span, .ondark-testing .directory-listing a.link--has-icon span, .link-collection--long-form ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial .link-collection--long-form ul li a.link--has-icon span, .link-collection--long-form ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a.link--has-icon span, .link-collection--long-form ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a.link--has-icon span, .link-collection--long-form ul li footer.main-footer a.link--has-icon span, footer.main-footer .link-collection--long-form ul li a.link--has-icon span, .link-collection--long-form ul li .callout.callout--secondary a.link--has-icon span, .callout.callout--secondary .link-collection--long-form ul li a.link--has-icon span, .link-collection--long-form ul li .callout--secondary.archive-filters a.link--has-icon span, .callout--secondary.archive-filters .link-collection--long-form ul li a.link--has-icon span, .link-collection--long-form ul li .ondark-testing a.link--has-icon span, .ondark-testing .link-collection--long-form ul li a.link--has-icon span, .alpha-list ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial .alpha-list ul li a.link--has-icon span, .alpha-list ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text .alpha-list ul li a.link--has-icon span, .alpha-list ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .alpha-list ul li a.link--has-icon span, .alpha-list ul li footer.main-footer a.link--has-icon span, footer.main-footer .alpha-list ul li a.link--has-icon span, .alpha-list ul li .callout.callout--secondary a.link--has-icon span, .callout.callout--secondary .alpha-list ul li a.link--has-icon span, .alpha-list ul li .callout--secondary.archive-filters a.link--has-icon span, .callout--secondary.archive-filters .alpha-list ul li a.link--has-icon span, .alpha-list ul li .ondark-testing a.link--has-icon span, .ondark-testing .alpha-list ul li a.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon span, footer.main-footer a.link--has-icon span, .callout.callout--secondary .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout.callout--secondary a.link--has-icon span, .callout--secondary.archive-filters .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout--secondary.archive-filters a.link--has-icon span, .callout.callout--secondary .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout.callout--secondary a.link--has-icon span, .callout--secondary.archive-filters .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a.link--has-icon span, .callout.callout--secondary .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout.callout--secondary a.link--has-icon span, .callout--secondary.archive-filters .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a.link--has-icon span, .callout.callout--secondary footer.main-footer a.link--has-icon span, footer.main-footer .callout.callout--secondary a.link--has-icon span, .callout--secondary.archive-filters footer.main-footer a.link--has-icon span, footer.main-footer .callout--secondary.archive-filters a.link--has-icon span, .callout.callout--secondary .list-box .list-box__lists .link-collection ul li a.link--has-icon span, .list-box .list-box__lists .link-collection ul li .callout.callout--secondary a.link--has-icon span, .callout--secondary.archive-filters .list-box .list-box__lists .link-collection ul li a.link--has-icon span, .list-box .list-box__lists .link-collection ul li .callout--secondary.archive-filters a.link--has-icon span, .list-box .list-box__lists .link-collection ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial .list-box .list-box__lists .link-collection ul li a.link--has-icon span, .list-box .list-box__lists .link-collection ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a.link--has-icon span, .list-box .list-box__lists .link-collection ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a.link--has-icon span, .list-box .list-box__lists .link-collection ul li footer.main-footer a.link--has-icon span, footer.main-footer .list-box .list-box__lists .link-collection ul li a.link--has-icon span, .list-box .list-box__lists .link-collection ul li .ondark-testing a.link--has-icon span, .ondark-testing .list-box .list-box__lists .link-collection ul li a.link--has-icon span, .ondark-testing .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon span, .teaser.teaser--overlay .teaser__body .teaser__editorial .ondark-testing a.link--has-icon span, .ondark-testing .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--shade-dark .landing-panel .landing-panel__text .ondark-testing a.link--has-icon span, .ondark-testing .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .ondark-testing a.link--has-icon span, .ondark-testing footer.main-footer a.link--has-icon span, footer.main-footer .ondark-testing a.link--has-icon span {
        border-bottom-color: #989898; }
      a.link--subtle.link--ondark.link--has-icon:hover span, a.link--subtle.link--ondark.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--subtle.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--subtle.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--subtle.link--has-icon:hover span, footer.main-footer a.link--subtle.link--has-icon:hover span, .callout.callout--secondary a.link--subtle.link--has-icon:hover span, .callout--secondary.archive-filters a.link--subtle.link--has-icon:hover span, .ondark-testing a.link--subtle.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--subtle.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--subtle.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--subtle.link--has-icon:active span, footer.main-footer a.link--subtle.link--has-icon:active span, .callout.callout--secondary a.link--subtle.link--has-icon:active span, .callout--secondary.archive-filters a.link--subtle.link--has-icon:active span, .ondark-testing a.link--subtle.link--has-icon:active span, .directory-listing a.link--ondark.link--has-icon:hover span, .link-collection--long-form ul li a.link--ondark.link--has-icon:hover span, .alpha-list ul li a.link--ondark.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--ondark.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--ondark.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--ondark.link--has-icon:hover span, footer.main-footer a.link--ondark.link--has-icon:hover span, .list-box .list-box__lists .link-collection ul li a.link--ondark.link--has-icon:hover span, .directory-listing a.link--ondark.link--has-icon:active span, .link-collection--long-form ul li a.link--ondark.link--has-icon:active span, .alpha-list ul li a.link--ondark.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--ondark.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--ondark.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--ondark.link--has-icon:active span, footer.main-footer a.link--ondark.link--has-icon:active span, .list-box .list-box__lists .link-collection ul li a.link--ondark.link--has-icon:active span, .directory-listing .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial .directory-listing a.link--has-icon:hover span, .directory-listing .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text .directory-listing a.link--has-icon:hover span, .directory-listing .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .directory-listing a.link--has-icon:hover span, .directory-listing footer.main-footer a.link--has-icon:hover span, footer.main-footer .directory-listing a.link--has-icon:hover span, .directory-listing .callout.callout--secondary a.link--has-icon:hover span, .callout.callout--secondary .directory-listing a.link--has-icon:hover span, .directory-listing .callout--secondary.archive-filters a.link--has-icon:hover span, .callout--secondary.archive-filters .directory-listing a.link--has-icon:hover span, .directory-listing .ondark-testing a.link--has-icon:hover span, .ondark-testing .directory-listing a.link--has-icon:hover span, .link-collection--long-form ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial .link-collection--long-form ul li a.link--has-icon:hover span, .link-collection--long-form ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a.link--has-icon:hover span, .link-collection--long-form ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a.link--has-icon:hover span, .link-collection--long-form ul li footer.main-footer a.link--has-icon:hover span, footer.main-footer .link-collection--long-form ul li a.link--has-icon:hover span, .link-collection--long-form ul li .callout.callout--secondary a.link--has-icon:hover span, .callout.callout--secondary .link-collection--long-form ul li a.link--has-icon:hover span, .link-collection--long-form ul li .callout--secondary.archive-filters a.link--has-icon:hover span, .callout--secondary.archive-filters .link-collection--long-form ul li a.link--has-icon:hover span, .link-collection--long-form ul li .ondark-testing a.link--has-icon:hover span, .ondark-testing .link-collection--long-form ul li a.link--has-icon:hover span, .alpha-list ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial .alpha-list ul li a.link--has-icon:hover span, .alpha-list ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text .alpha-list ul li a.link--has-icon:hover span, .alpha-list ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .alpha-list ul li a.link--has-icon:hover span, .alpha-list ul li footer.main-footer a.link--has-icon:hover span, footer.main-footer .alpha-list ul li a.link--has-icon:hover span, .alpha-list ul li .callout.callout--secondary a.link--has-icon:hover span, .callout.callout--secondary .alpha-list ul li a.link--has-icon:hover span, .alpha-list ul li .callout--secondary.archive-filters a.link--has-icon:hover span, .callout--secondary.archive-filters .alpha-list ul li a.link--has-icon:hover span, .alpha-list ul li .ondark-testing a.link--has-icon:hover span, .ondark-testing .alpha-list ul li a.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, footer.main-footer a.link--has-icon:hover span, .callout.callout--secondary .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout.callout--secondary a.link--has-icon:hover span, .callout--secondary.archive-filters .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout--secondary.archive-filters a.link--has-icon:hover span, .callout.callout--secondary .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout.callout--secondary a.link--has-icon:hover span, .callout--secondary.archive-filters .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a.link--has-icon:hover span, .callout.callout--secondary .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout.callout--secondary a.link--has-icon:hover span, .callout--secondary.archive-filters .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a.link--has-icon:hover span, .callout.callout--secondary footer.main-footer a.link--has-icon:hover span, footer.main-footer .callout.callout--secondary a.link--has-icon:hover span, .callout--secondary.archive-filters footer.main-footer a.link--has-icon:hover span, footer.main-footer .callout--secondary.archive-filters a.link--has-icon:hover span, .callout.callout--secondary .list-box .list-box__lists .link-collection ul li a.link--has-icon:hover span, .list-box .list-box__lists .link-collection ul li .callout.callout--secondary a.link--has-icon:hover span, .callout--secondary.archive-filters .list-box .list-box__lists .link-collection ul li a.link--has-icon:hover span, .list-box .list-box__lists .link-collection ul li .callout--secondary.archive-filters a.link--has-icon:hover span, .list-box .list-box__lists .link-collection ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial .list-box .list-box__lists .link-collection ul li a.link--has-icon:hover span, .list-box .list-box__lists .link-collection ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a.link--has-icon:hover span, .list-box .list-box__lists .link-collection ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a.link--has-icon:hover span, .list-box .list-box__lists .link-collection ul li footer.main-footer a.link--has-icon:hover span, footer.main-footer .list-box .list-box__lists .link-collection ul li a.link--has-icon:hover span, .list-box .list-box__lists .link-collection ul li .ondark-testing a.link--has-icon:hover span, .ondark-testing .list-box .list-box__lists .link-collection ul li a.link--has-icon:hover span, .ondark-testing .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:hover span, .teaser.teaser--overlay .teaser__body .teaser__editorial .ondark-testing a.link--has-icon:hover span, .ondark-testing .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--shade-dark .landing-panel .landing-panel__text .ondark-testing a.link--has-icon:hover span, .ondark-testing .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:hover span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .ondark-testing a.link--has-icon:hover span, .ondark-testing footer.main-footer a.link--has-icon:hover span, footer.main-footer .ondark-testing a.link--has-icon:hover span, .directory-listing .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial .directory-listing a.link--has-icon:active span, .directory-listing .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text .directory-listing a.link--has-icon:active span, .directory-listing .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .directory-listing a.link--has-icon:active span, .directory-listing footer.main-footer a.link--has-icon:active span, footer.main-footer .directory-listing a.link--has-icon:active span, .directory-listing .callout.callout--secondary a.link--has-icon:active span, .callout.callout--secondary .directory-listing a.link--has-icon:active span, .directory-listing .callout--secondary.archive-filters a.link--has-icon:active span, .callout--secondary.archive-filters .directory-listing a.link--has-icon:active span, .directory-listing .ondark-testing a.link--has-icon:active span, .ondark-testing .directory-listing a.link--has-icon:active span, .link-collection--long-form ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial .link-collection--long-form ul li a.link--has-icon:active span, .link-collection--long-form ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a.link--has-icon:active span, .link-collection--long-form ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .link-collection--long-form ul li a.link--has-icon:active span, .link-collection--long-form ul li footer.main-footer a.link--has-icon:active span, footer.main-footer .link-collection--long-form ul li a.link--has-icon:active span, .link-collection--long-form ul li .callout.callout--secondary a.link--has-icon:active span, .callout.callout--secondary .link-collection--long-form ul li a.link--has-icon:active span, .link-collection--long-form ul li .callout--secondary.archive-filters a.link--has-icon:active span, .callout--secondary.archive-filters .link-collection--long-form ul li a.link--has-icon:active span, .link-collection--long-form ul li .ondark-testing a.link--has-icon:active span, .ondark-testing .link-collection--long-form ul li a.link--has-icon:active span, .alpha-list ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial .alpha-list ul li a.link--has-icon:active span, .alpha-list ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text .alpha-list ul li a.link--has-icon:active span, .alpha-list ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .alpha-list ul li a.link--has-icon:active span, .alpha-list ul li footer.main-footer a.link--has-icon:active span, footer.main-footer .alpha-list ul li a.link--has-icon:active span, .alpha-list ul li .callout.callout--secondary a.link--has-icon:active span, .callout.callout--secondary .alpha-list ul li a.link--has-icon:active span, .alpha-list ul li .callout--secondary.archive-filters a.link--has-icon:active span, .callout--secondary.archive-filters .alpha-list ul li a.link--has-icon:active span, .alpha-list ul li .ondark-testing a.link--has-icon:active span, .ondark-testing .alpha-list ul li a.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active span, footer.main-footer a.link--has-icon:active span, .callout.callout--secondary .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout.callout--secondary a.link--has-icon:active span, .callout--secondary.archive-filters .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial .callout--secondary.archive-filters a.link--has-icon:active span, .callout.callout--secondary .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout.callout--secondary a.link--has-icon:active span, .callout--secondary.archive-filters .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a.link--has-icon:active span, .callout.callout--secondary .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout.callout--secondary a.link--has-icon:active span, .callout--secondary.archive-filters .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .callout--secondary.archive-filters a.link--has-icon:active span, .callout.callout--secondary footer.main-footer a.link--has-icon:active span, footer.main-footer .callout.callout--secondary a.link--has-icon:active span, .callout--secondary.archive-filters footer.main-footer a.link--has-icon:active span, footer.main-footer .callout--secondary.archive-filters a.link--has-icon:active span, .callout.callout--secondary .list-box .list-box__lists .link-collection ul li a.link--has-icon:active span, .list-box .list-box__lists .link-collection ul li .callout.callout--secondary a.link--has-icon:active span, .callout--secondary.archive-filters .list-box .list-box__lists .link-collection ul li a.link--has-icon:active span, .list-box .list-box__lists .link-collection ul li .callout--secondary.archive-filters a.link--has-icon:active span, .list-box .list-box__lists .link-collection ul li .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial .list-box .list-box__lists .link-collection ul li a.link--has-icon:active span, .list-box .list-box__lists .link-collection ul li .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a.link--has-icon:active span, .list-box .list-box__lists .link-collection ul li .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .list-box .list-box__lists .link-collection ul li a.link--has-icon:active span, .list-box .list-box__lists .link-collection ul li footer.main-footer a.link--has-icon:active span, footer.main-footer .list-box .list-box__lists .link-collection ul li a.link--has-icon:active span, .list-box .list-box__lists .link-collection ul li .ondark-testing a.link--has-icon:active span, .ondark-testing .list-box .list-box__lists .link-collection ul li a.link--has-icon:active span, .ondark-testing .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--has-icon:active span, .teaser.teaser--overlay .teaser__body .teaser__editorial .ondark-testing a.link--has-icon:active span, .ondark-testing .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--shade-dark .landing-panel .landing-panel__text .ondark-testing a.link--has-icon:active span, .ondark-testing .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--has-icon:active span, .section-wrap--arrows-dark .landing-panel .landing-panel__text .ondark-testing a.link--has-icon:active span, .ondark-testing footer.main-footer a.link--has-icon:active span, footer.main-footer .ondark-testing a.link--has-icon:active span {
        border-bottom-color: #fff; }
  a.link--rich {
    font-weight: bold;
    font-size: 1.25rem;
	line-height: 2.2rem;  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3b3b3b;
    margin-bottom: 1.25rem; }
    a.link--rich:link, a.link--rich:visited {
      color: #3b3b3b; }
    a.link--rich:hover, a.link--rich:active, a.link--rich:focus {
      color: #bb4935; }
      a.link--rich:hover svg.icon-leading, a.link--rich:active svg.icon-leading, a.link--rich:focus svg.icon-leading {
        fill: #3f738c;
        color: #3f738c; }
      a.link--rich:hover span:after, a.link--rich:active span:after, a.link--rich:focus span:after {
        color: #f3ad1c; }
    a.link--rich span {
      border-bottom-color: transparent; }
      a.link--rich span:after {
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
        content: '\00a0≫';
        color: #bb4935; }
    a.link--rich svg {
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      a.link--rich svg.icon-leading {
        fill: #72a6bf;
        color: #72a6bf;
        min-width: 1.875rem;
        min-height: 1.875rem;
        margin-right: 0.625rem;
        margin-top: 0.1875rem; }
    a.link--rich.link--ondark, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich,
    .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich, footer.main-footer a.link--rich, .callout.callout--secondary a.link--rich, .callout--secondary.archive-filters a.link--rich, .ondark-testing a.link--rich {
      color: #fff; }
      a.link--rich.link--ondark:link, a.link--rich.link--ondark:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich:link, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich:link,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich:link, footer.main-footer a.link--rich:link, .callout.callout--secondary a.link--rich:link, .callout--secondary.archive-filters a.link--rich:link, .ondark-testing a.link--rich:link, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich:visited,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich:visited, footer.main-footer a.link--rich:visited, .callout.callout--secondary a.link--rich:visited, .callout--secondary.archive-filters a.link--rich:visited, .ondark-testing a.link--rich:visited {
        color: #fff; }
      a.link--rich.link--ondark:hover, a.link--rich.link--ondark:visited, a.link--rich.link--ondark:focus, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich:hover,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich:hover, footer.main-footer a.link--rich:hover, .callout.callout--secondary a.link--rich:hover, .callout--secondary.archive-filters a.link--rich:hover, .ondark-testing a.link--rich:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich:visited,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich:visited, footer.main-footer a.link--rich:visited, .callout.callout--secondary a.link--rich:visited, .callout--secondary.archive-filters a.link--rich:visited, .ondark-testing a.link--rich:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich:focus, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich:focus,
      .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich:focus, footer.main-footer a.link--rich:focus, .callout.callout--secondary a.link--rich:focus, .callout--secondary.archive-filters a.link--rich:focus, .ondark-testing a.link--rich:focus {
        color: #ffc217; }
        a.link--rich.link--ondark:hover span:after, a.link--rich.link--ondark:visited span:after, a.link--rich.link--ondark:focus span:after, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich:hover span:after, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich:hover span:after, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich:hover span:after, footer.main-footer a.link--rich:hover span:after, .callout.callout--secondary a.link--rich:hover span:after, .callout--secondary.archive-filters a.link--rich:hover span:after, .ondark-testing a.link--rich:hover span:after, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich:visited span:after, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich:visited span:after, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich:visited span:after, footer.main-footer a.link--rich:visited span:after, .callout.callout--secondary a.link--rich:visited span:after, .callout--secondary.archive-filters a.link--rich:visited span:after, .ondark-testing a.link--rich:visited span:after, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich:focus span:after, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich:focus span:after, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich:focus span:after, footer.main-footer a.link--rich:focus span:after, .callout.callout--secondary a.link--rich:focus span:after, .callout--secondary.archive-filters a.link--rich:focus span:after, .ondark-testing a.link--rich:focus span:after {
          color: #bb4935; }
      a.link--rich.link--ondark span:after, .teaser.teaser--overlay .teaser__body .teaser__editorial a.link--rich span:after, .section-wrap--shade-dark .landing-panel .landing-panel__text a.link--rich span:after, .section-wrap--arrows-dark .landing-panel .landing-panel__text a.link--rich span:after, footer.main-footer a.link--rich span:after, .callout.callout--secondary a.link--rich span:after, .callout--secondary.archive-filters a.link--rich span:after, .ondark-testing a.link--rich span:after {
        color: #ffc217; }

a.tag {
  display: inline-block;
  margin-bottom: 2.5rem;
  margin-right: 0.5rem;
  color: #fff;
  border-bottom: 0;
  background: #616161;
  border-radius: 0.4375rem;
  padding: 0.1875rem 0.625rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold; }
  a.tag:link, a.tag:visited {
    color: #fff; }
  a.tag:hover, a.tag:active {
    color: #fff;
    background: #3b3b3b; }

.button, .pagination ul li a,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border-width: 0;
  border: 0;
  padding: 0.4375rem 0.9375rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  font: normal bold 1rem "Roboto", sans-serif;
  line-height: 1.375rem;
  text-transform: none;
  text-align: left;
  background-color: #1f1f1f;
  color: #fff; }
  .button svg.button__leading-icon, .pagination ul li a svg.button__leading-icon,
  .button svg.button__trailing-icon,
  .pagination ul li a svg.button__trailing-icon,
  button svg.button__leading-icon,
  button svg.button__trailing-icon,
  input[type=button] svg.button__leading-icon,
  input[type=button] svg.button__trailing-icon,
  input[type=reset] svg.button__leading-icon,
  input[type=reset] svg.button__trailing-icon,
  input[type=submit] svg.button__leading-icon,
  input[type=submit] svg.button__trailing-icon {
    fill: #ffc217;
    color: #ffc217; }
  .button:link, .pagination ul li a:link, .button:visited, .pagination ul li a:visited,
  button:link,
  button:visited,
  input[type=button]:link,
  input[type=button]:visited,
  input[type=reset]:link,
  input[type=reset]:visited,
  input[type=submit]:link,
  input[type=submit]:visited {
    color: #fff; }
  .button:hover, .pagination ul li a:hover, .button:active, .pagination ul li a:active, .button:focus, .pagination ul li a:focus,
  button:hover,
  button:active,
  button:focus,
  input[type=button]:hover,
  input[type=button]:active,
  input[type=button]:focus,
  input[type=reset]:hover,
  input[type=reset]:active,
  input[type=reset]:focus,
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=submit]:focus {
    color: #000;
    background-color: #ffc217; }
    .button:hover svg.button__leading-icon, .pagination ul li a:hover svg.button__leading-icon,
    .button:hover svg.button__trailing-icon,
    .pagination ul li a:hover svg.button__trailing-icon, .button:active svg.button__leading-icon, .pagination ul li a:active svg.button__leading-icon,
    .button:active svg.button__trailing-icon,
    .pagination ul li a:active svg.button__trailing-icon, .button:focus svg.button__leading-icon, .pagination ul li a:focus svg.button__leading-icon,
    .button:focus svg.button__trailing-icon,
    .pagination ul li a:focus svg.button__trailing-icon,
    button:hover svg.button__leading-icon,
    button:hover svg.button__trailing-icon,
    button:active svg.button__leading-icon,
    button:active svg.button__trailing-icon,
    button:focus svg.button__leading-icon,
    button:focus svg.button__trailing-icon,
    input[type=button]:hover svg.button__leading-icon,
    input[type=button]:hover svg.button__trailing-icon,
    input[type=button]:active svg.button__leading-icon,
    input[type=button]:active svg.button__trailing-icon,
    input[type=button]:focus svg.button__leading-icon,
    input[type=button]:focus svg.button__trailing-icon,
    input[type=reset]:hover svg.button__leading-icon,
    input[type=reset]:hover svg.button__trailing-icon,
    input[type=reset]:active svg.button__leading-icon,
    input[type=reset]:active svg.button__trailing-icon,
    input[type=reset]:focus svg.button__leading-icon,
    input[type=reset]:focus svg.button__trailing-icon,
    input[type=submit]:hover svg.button__leading-icon,
    input[type=submit]:hover svg.button__trailing-icon,
    input[type=submit]:active svg.button__leading-icon,
    input[type=submit]:active svg.button__trailing-icon,
    input[type=submit]:focus svg.button__leading-icon,
    input[type=submit]:focus svg.button__trailing-icon {
      fill: #bb4935;
      color: #bb4935; }
  .button:focus, .pagination ul li a:focus,
  button:focus,
  input[type=button]:focus,
  input[type=reset]:focus,
  input[type=submit]:focus {
    outline-color: rgba(255, 194, 23, 0.2); }
  .button svg.button__leading-icon, .pagination ul li a svg.button__leading-icon,
  .button svg.button__trailing-icon,
  .pagination ul li a svg.button__trailing-icon,
  button svg.button__leading-icon,
  button svg.button__trailing-icon,
  input[type=button] svg.button__leading-icon,
  input[type=button] svg.button__trailing-icon,
  input[type=reset] svg.button__leading-icon,
  input[type=reset] svg.button__trailing-icon,
  input[type=submit] svg.button__leading-icon,
  input[type=submit] svg.button__trailing-icon {
    min-width: 1rem;
    min-height: 1rem; }
  .button svg.button__leading-icon, .pagination ul li a svg.button__leading-icon,
  button svg.button__leading-icon,
  input[type=button] svg.button__leading-icon,
  input[type=reset] svg.button__leading-icon,
  input[type=submit] svg.button__leading-icon {
    margin-right: 0.75rem; }
  
  .button svg.button__trailing-icon,
  .pagination ul li a svg.button__trailing-icon,
  button svg.button__trailing-icon,
  input[type=button] svg.button__trailing-icon,
  input[type=reset] svg.button__trailing-icon,
  input[type=submit] svg.button__trailing-icon {
    margin-left: 0.75rem; }
  .button.button--accent, .pagination ul li a.button--accent, .button.button--page-directional, .pagination ul li a.button--page-directional, .pagination ul li.first a, .pagination ul li.previous a, .pagination ul li.next a, .pagination ul li.last a,
  input.button.button--page-directional[type=button],
  input.button.button--page-directional[type=reset],
  input.button.button--page-directional[type=submit], .button-collection.button-collection--accent-first .button:first-child, .button-collection.button-collection--accent-first .pagination ul li a:first-child, .pagination ul li .button-collection.button-collection--accent-first a:first-child, .callout.callout--secondary .button, .callout--secondary.archive-filters .button, .callout.callout--secondary .pagination ul li a, .pagination ul li .callout.callout--secondary a, .callout--secondary.archive-filters .pagination ul li a, .pagination ul li .callout--secondary.archive-filters a,
  .callout.callout--secondary input.button[type=button],
  .callout--secondary.archive-filters input.button[type=button],
  .callout.callout--secondary input.button[type=submit],
  .callout--secondary.archive-filters input.button[type=submit],
  button.button--accent,
  button.button--page-directional,
  .button-collection.button-collection--accent-first button.button:first-child,
  .callout.callout--secondary button,
  .callout--secondary.archive-filters button,
  input[type=button].button--accent,
  input.button--page-directional[type=button],
  .button-collection.button-collection--accent-first input.button[type=button]:first-child,
  .callout.callout--secondary input[type=button],
  .callout--secondary.archive-filters input[type=button],
  input[type=reset].button--accent,
  input.button--page-directional[type=reset],
  .button-collection.button-collection--accent-first input.button[type=reset]:first-child,
  .callout.callout--secondary input.button[type=reset],
  .callout--secondary.archive-filters input.button[type=reset],
  .callout.callout--secondary input[type=reset][type=button],
  .callout--secondary.archive-filters input[type=reset][type=button],
  .callout.callout--secondary input[type=reset][type=submit],
  .callout--secondary.archive-filters input[type=reset][type=submit],
  input[type=submit].button--accent,
  input.button--page-directional[type=submit],
  .button-collection.button-collection--accent-first input.button[type=submit]:first-child,
  .callout.callout--secondary input[type=submit],
  .callout--secondary.archive-filters input[type=submit] {
    background-color: #ffc217;
    color: #000; }
    .button.button--accent:link, .pagination ul li a.button--accent:link, .button.button--accent:visited, .pagination ul li a.button--accent:visited, .button.button--page-directional:link, .pagination ul li a.button--page-directional:link, .pagination ul li.first a:link, .pagination ul li.previous a:link, .pagination ul li.next a:link, .pagination ul li.last a:link, .button-collection.button-collection--accent-first .button:link:first-child, .button-collection.button-collection--accent-first .pagination ul li a:link:first-child, .pagination ul li .button-collection.button-collection--accent-first a:link:first-child, .callout.callout--secondary .button:link, .callout--secondary.archive-filters .button:link, .callout.callout--secondary .pagination ul li a:link, .pagination ul li .callout.callout--secondary a:link, .callout--secondary.archive-filters .pagination ul li a:link, .pagination ul li .callout--secondary.archive-filters a:link, .button.button--page-directional:visited, .pagination ul li a.button--page-directional:visited, .pagination ul li.first a:visited, .pagination ul li.previous a:visited, .pagination ul li.next a:visited, .pagination ul li.last a:visited, .button-collection.button-collection--accent-first .button:visited:first-child, .button-collection.button-collection--accent-first .pagination ul li a:visited:first-child, .pagination ul li .button-collection.button-collection--accent-first a:visited:first-child, .callout.callout--secondary .button:visited, .callout--secondary.archive-filters .button:visited, .callout.callout--secondary .pagination ul li a:visited, .pagination ul li .callout.callout--secondary a:visited, .callout--secondary.archive-filters .pagination ul li a:visited, .pagination ul li .callout--secondary.archive-filters a:visited,
    button.button--accent:link,
    button.button--accent:visited,
    button.button--page-directional:link,
    .button-collection.button-collection--accent-first button.button:link:first-child,
    .callout.callout--secondary button:link,
    .callout--secondary.archive-filters button:link,
    button.button--page-directional:visited,
    .button-collection.button-collection--accent-first button.button:visited:first-child,
    .callout.callout--secondary button:visited,
    .callout--secondary.archive-filters button:visited,
    input[type=button].button--accent:link,
    input[type=button].button--accent:visited,
    input.button--page-directional[type=button]:link,
    .button-collection.button-collection--accent-first input.button[type=button]:link:first-child,
    .callout.callout--secondary input[type=button]:link,
    .callout--secondary.archive-filters input[type=button]:link,
    input.button--page-directional[type=button]:visited,
    .button-collection.button-collection--accent-first input.button[type=button]:visited:first-child,
    .callout.callout--secondary input[type=button]:visited,
    .callout--secondary.archive-filters input[type=button]:visited,
    input[type=reset].button--accent:link,
    input[type=reset].button--accent:visited,
    input.button--page-directional[type=reset]:link,
    .button-collection.button-collection--accent-first input.button[type=reset]:link:first-child,
    .callout.callout--secondary input.button[type=reset]:link,
    .callout--secondary.archive-filters input.button[type=reset]:link,
    .callout.callout--secondary input[type=reset]:link[type=button],
    .callout--secondary.archive-filters input[type=reset]:link[type=button],
    .callout.callout--secondary input[type=reset]:link[type=submit],
    .callout--secondary.archive-filters input[type=reset]:link[type=submit],
    input.button--page-directional[type=reset]:visited,
    .button-collection.button-collection--accent-first input.button[type=reset]:visited:first-child,
    .callout.callout--secondary input.button[type=reset]:visited,
    .callout--secondary.archive-filters input.button[type=reset]:visited,
    .callout.callout--secondary input[type=reset]:visited[type=button],
    .callout--secondary.archive-filters input[type=reset]:visited[type=button],
    .callout.callout--secondary input[type=reset]:visited[type=submit],
    .callout--secondary.archive-filters input[type=reset]:visited[type=submit],
    input[type=submit].button--accent:link,
    input[type=submit].button--accent:visited,
    input.button--page-directional[type=submit]:link,
    .button-collection.button-collection--accent-first input.button[type=submit]:link:first-child,
    .callout.callout--secondary input[type=submit]:link,
    .callout--secondary.archive-filters input[type=submit]:link,
    input.button--page-directional[type=submit]:visited,
    .button-collection.button-collection--accent-first input.button[type=submit]:visited:first-child,
    .callout.callout--secondary input[type=submit]:visited,
    .callout--secondary.archive-filters input[type=submit]:visited {
      color: #000; }
    .button.button--accent:hover, .pagination ul li a.button--accent:hover, .button.button--accent:active, .pagination ul li a.button--accent:active, .button.button--accent:focus, .pagination ul li a.button--accent:focus, .button.button--page-directional:hover, .pagination ul li a.button--page-directional:hover, .pagination ul li.first a:hover, .pagination ul li.previous a:hover, .pagination ul li.next a:hover, .pagination ul li.last a:hover, .button-collection.button-collection--accent-first .button:hover:first-child, .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child, .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child, .callout.callout--secondary .button:hover, .callout--secondary.archive-filters .button:hover, .callout.callout--secondary .pagination ul li a:hover, .pagination ul li .callout.callout--secondary a:hover, .callout--secondary.archive-filters .pagination ul li a:hover, .pagination ul li .callout--secondary.archive-filters a:hover, .button.button--page-directional:active, .pagination ul li a.button--page-directional:active, .pagination ul li.first a:active, .pagination ul li.previous a:active, .pagination ul li.next a:active, .pagination ul li.last a:active, .button-collection.button-collection--accent-first .button:active:first-child, .button-collection.button-collection--accent-first .pagination ul li a:active:first-child, .pagination ul li .button-collection.button-collection--accent-first a:active:first-child, .callout.callout--secondary .button:active, .callout--secondary.archive-filters .button:active, .callout.callout--secondary .pagination ul li a:active, .pagination ul li .callout.callout--secondary a:active, .callout--secondary.archive-filters .pagination ul li a:active, .pagination ul li .callout--secondary.archive-filters a:active, .button.button--page-directional:focus, .pagination ul li a.button--page-directional:focus, .pagination ul li.first a:focus, .pagination ul li.previous a:focus, .pagination ul li.next a:focus, .pagination ul li.last a:focus, .button-collection.button-collection--accent-first .button:focus:first-child, .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child, .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child, .callout.callout--secondary .button:focus, .callout--secondary.archive-filters .button:focus, .callout.callout--secondary .pagination ul li a:focus, .pagination ul li .callout.callout--secondary a:focus, .callout--secondary.archive-filters .pagination ul li a:focus, .pagination ul li .callout--secondary.archive-filters a:focus,
    button.button--accent:hover,
    button.button--accent:active,
    button.button--accent:focus,
    button.button--page-directional:hover,
    .button-collection.button-collection--accent-first button.button:hover:first-child,
    .callout.callout--secondary button:hover,
    .callout--secondary.archive-filters button:hover,
    button.button--page-directional:active,
    .button-collection.button-collection--accent-first button.button:active:first-child,
    .callout.callout--secondary button:active,
    .callout--secondary.archive-filters button:active,
    button.button--page-directional:focus,
    .button-collection.button-collection--accent-first button.button:focus:first-child,
    .callout.callout--secondary button:focus,
    .callout--secondary.archive-filters button:focus,
    input[type=button].button--accent:hover,
    input[type=button].button--accent:active,
    input[type=button].button--accent:focus,
    input.button--page-directional[type=button]:hover,
    .button-collection.button-collection--accent-first input.button[type=button]:hover:first-child,
    .callout.callout--secondary input[type=button]:hover,
    .callout--secondary.archive-filters input[type=button]:hover,
    input.button--page-directional[type=button]:active,
    .button-collection.button-collection--accent-first input.button[type=button]:active:first-child,
    .callout.callout--secondary input[type=button]:active,
    .callout--secondary.archive-filters input[type=button]:active,
    input.button--page-directional[type=button]:focus,
    .button-collection.button-collection--accent-first input.button[type=button]:focus:first-child,
    .callout.callout--secondary input[type=button]:focus,
    .callout--secondary.archive-filters input[type=button]:focus,
    input[type=reset].button--accent:hover,
    input[type=reset].button--accent:active,
    input[type=reset].button--accent:focus,
    input.button--page-directional[type=reset]:hover,
    .button-collection.button-collection--accent-first input.button[type=reset]:hover:first-child,
    .callout.callout--secondary input.button[type=reset]:hover,
    .callout--secondary.archive-filters input.button[type=reset]:hover,
    .callout.callout--secondary input[type=reset]:hover[type=button],
    .callout--secondary.archive-filters input[type=reset]:hover[type=button],
    .callout.callout--secondary input[type=reset]:hover[type=submit],
    .callout--secondary.archive-filters input[type=reset]:hover[type=submit],
    input.button--page-directional[type=reset]:active,
    .button-collection.button-collection--accent-first input.button[type=reset]:active:first-child,
    .callout.callout--secondary input.button[type=reset]:active,
    .callout--secondary.archive-filters input.button[type=reset]:active,
    .callout.callout--secondary input[type=reset]:active[type=button],
    .callout--secondary.archive-filters input[type=reset]:active[type=button],
    .callout.callout--secondary input[type=reset]:active[type=submit],
    .callout--secondary.archive-filters input[type=reset]:active[type=submit],
    input.button--page-directional[type=reset]:focus,
    .button-collection.button-collection--accent-first input.button[type=reset]:focus:first-child,
    .callout.callout--secondary input.button[type=reset]:focus,
    .callout--secondary.archive-filters input.button[type=reset]:focus,
    .callout.callout--secondary input[type=reset]:focus[type=button],
    .callout--secondary.archive-filters input[type=reset]:focus[type=button],
    .callout.callout--secondary input[type=reset]:focus[type=submit],
    .callout--secondary.archive-filters input[type=reset]:focus[type=submit],
    input[type=submit].button--accent:hover,
    input[type=submit].button--accent:active,
    input[type=submit].button--accent:focus,
    input.button--page-directional[type=submit]:hover,
    .button-collection.button-collection--accent-first input.button[type=submit]:hover:first-child,
    .callout.callout--secondary input[type=submit]:hover,
    .callout--secondary.archive-filters input[type=submit]:hover,
    input.button--page-directional[type=submit]:active,
    .button-collection.button-collection--accent-first input.button[type=submit]:active:first-child,
    .callout.callout--secondary input[type=submit]:active,
    .callout--secondary.archive-filters input[type=submit]:active,
    input.button--page-directional[type=submit]:focus,
    .button-collection.button-collection--accent-first input.button[type=submit]:focus:first-child,
    .callout.callout--secondary input[type=submit]:focus,
    .callout--secondary.archive-filters input[type=submit]:focus {
      background-color: #1f1f1f;
      color: #fff; }
      .button.button--accent:hover svg.button__leading-icon, .pagination ul li a.button--accent:hover svg.button__leading-icon,
      .button.button--accent:hover svg.button__trailing-icon,
      .pagination ul li a.button--accent:hover svg.button__trailing-icon, .button.button--accent:active svg.button__leading-icon, .pagination ul li a.button--accent:active svg.button__leading-icon,
      .button.button--accent:active svg.button__trailing-icon,
      .pagination ul li a.button--accent:active svg.button__trailing-icon, .button.button--accent:focus svg.button__leading-icon, .pagination ul li a.button--accent:focus svg.button__leading-icon,
      .button.button--accent:focus svg.button__trailing-icon,
      .pagination ul li a.button--accent:focus svg.button__trailing-icon, .button.button--page-directional:hover svg.button__leading-icon, .pagination ul li a.button--page-directional:hover svg.button__leading-icon, .pagination ul li.first a:hover svg.button__leading-icon, .pagination ul li.previous a:hover svg.button__leading-icon, .pagination ul li.next a:hover svg.button__leading-icon, .pagination ul li.last a:hover svg.button__leading-icon, .button-collection.button-collection--accent-first .button:hover:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child svg.button__leading-icon, .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child svg.button__leading-icon, .callout.callout--secondary .button:hover svg.button__leading-icon, .callout--secondary.archive-filters .button:hover svg.button__leading-icon, .callout.callout--secondary .pagination ul li a:hover svg.button__leading-icon, .pagination ul li .callout.callout--secondary a:hover svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a:hover svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a:hover svg.button__leading-icon,
      .button.button--page-directional:hover svg.button__trailing-icon,
      .pagination ul li a.button--page-directional:hover svg.button__trailing-icon,
      .pagination ul li.first a:hover svg.button__trailing-icon,
      .pagination ul li.previous a:hover svg.button__trailing-icon,
      .pagination ul li.next a:hover svg.button__trailing-icon,
      .pagination ul li.last a:hover svg.button__trailing-icon,
      .button-collection.button-collection--accent-first .button:hover:first-child svg.button__trailing-icon,
      .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child svg.button__trailing-icon,
      .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child svg.button__trailing-icon,
      .callout.callout--secondary .button:hover svg.button__trailing-icon,
      .callout--secondary.archive-filters .button:hover svg.button__trailing-icon,
      .callout.callout--secondary .pagination ul li a:hover svg.button__trailing-icon,
      .pagination ul li .callout.callout--secondary a:hover svg.button__trailing-icon,
      .callout--secondary.archive-filters .pagination ul li a:hover svg.button__trailing-icon,
      .pagination ul li .callout--secondary.archive-filters a:hover svg.button__trailing-icon, .button.button--page-directional:active svg.button__leading-icon, .pagination ul li a.button--page-directional:active svg.button__leading-icon, .pagination ul li.first a:active svg.button__leading-icon, .pagination ul li.previous a:active svg.button__leading-icon, .pagination ul li.next a:active svg.button__leading-icon, .pagination ul li.last a:active svg.button__leading-icon, .button-collection.button-collection--accent-first .button:active:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .pagination ul li a:active:first-child svg.button__leading-icon, .pagination ul li .button-collection.button-collection--accent-first a:active:first-child svg.button__leading-icon, .callout.callout--secondary .button:active svg.button__leading-icon, .callout--secondary.archive-filters .button:active svg.button__leading-icon, .callout.callout--secondary .pagination ul li a:active svg.button__leading-icon, .pagination ul li .callout.callout--secondary a:active svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a:active svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a:active svg.button__leading-icon,
      .button.button--page-directional:active svg.button__trailing-icon,
      .pagination ul li a.button--page-directional:active svg.button__trailing-icon,
      .pagination ul li.first a:active svg.button__trailing-icon,
      .pagination ul li.previous a:active svg.button__trailing-icon,
      .pagination ul li.next a:active svg.button__trailing-icon,
      .pagination ul li.last a:active svg.button__trailing-icon,
      .button-collection.button-collection--accent-first .button:active:first-child svg.button__trailing-icon,
      .button-collection.button-collection--accent-first .pagination ul li a:active:first-child svg.button__trailing-icon,
      .pagination ul li .button-collection.button-collection--accent-first a:active:first-child svg.button__trailing-icon,
      .callout.callout--secondary .button:active svg.button__trailing-icon,
      .callout--secondary.archive-filters .button:active svg.button__trailing-icon,
      .callout.callout--secondary .pagination ul li a:active svg.button__trailing-icon,
      .pagination ul li .callout.callout--secondary a:active svg.button__trailing-icon,
      .callout--secondary.archive-filters .pagination ul li a:active svg.button__trailing-icon,
      .pagination ul li .callout--secondary.archive-filters a:active svg.button__trailing-icon, .button.button--page-directional:focus svg.button__leading-icon, .pagination ul li a.button--page-directional:focus svg.button__leading-icon, .pagination ul li.first a:focus svg.button__leading-icon, .pagination ul li.previous a:focus svg.button__leading-icon, .pagination ul li.next a:focus svg.button__leading-icon, .pagination ul li.last a:focus svg.button__leading-icon, .button-collection.button-collection--accent-first .button:focus:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child svg.button__leading-icon, .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child svg.button__leading-icon, .callout.callout--secondary .button:focus svg.button__leading-icon, .callout--secondary.archive-filters .button:focus svg.button__leading-icon, .callout.callout--secondary .pagination ul li a:focus svg.button__leading-icon, .pagination ul li .callout.callout--secondary a:focus svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a:focus svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a:focus svg.button__leading-icon,
      .button.button--page-directional:focus svg.button__trailing-icon,
      .pagination ul li a.button--page-directional:focus svg.button__trailing-icon,
      .pagination ul li.first a:focus svg.button__trailing-icon,
      .pagination ul li.previous a:focus svg.button__trailing-icon,
      .pagination ul li.next a:focus svg.button__trailing-icon,
      .pagination ul li.last a:focus svg.button__trailing-icon,
      .button-collection.button-collection--accent-first .button:focus:first-child svg.button__trailing-icon,
      .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child svg.button__trailing-icon,
      .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child svg.button__trailing-icon,
      .callout.callout--secondary .button:focus svg.button__trailing-icon,
      .callout--secondary.archive-filters .button:focus svg.button__trailing-icon,
      .callout.callout--secondary .pagination ul li a:focus svg.button__trailing-icon,
      .pagination ul li .callout.callout--secondary a:focus svg.button__trailing-icon,
      .callout--secondary.archive-filters .pagination ul li a:focus svg.button__trailing-icon,
      .pagination ul li .callout--secondary.archive-filters a:focus svg.button__trailing-icon,
      button.button--accent:hover svg.button__leading-icon,
      button.button--accent:hover svg.button__trailing-icon,
      button.button--accent:active svg.button__leading-icon,
      button.button--accent:active svg.button__trailing-icon,
      button.button--accent:focus svg.button__leading-icon,
      button.button--accent:focus svg.button__trailing-icon,
      button.button--page-directional:hover svg.button__leading-icon,
      .button-collection.button-collection--accent-first button.button:hover:first-child svg.button__leading-icon,
      .callout.callout--secondary button:hover svg.button__leading-icon,
      .callout--secondary.archive-filters button:hover svg.button__leading-icon,
      button.button--page-directional:hover svg.button__trailing-icon,
      .button-collection.button-collection--accent-first button.button:hover:first-child svg.button__trailing-icon,
      .callout.callout--secondary button:hover svg.button__trailing-icon,
      .callout--secondary.archive-filters button:hover svg.button__trailing-icon,
      button.button--page-directional:active svg.button__leading-icon,
      .button-collection.button-collection--accent-first button.button:active:first-child svg.button__leading-icon,
      .callout.callout--secondary button:active svg.button__leading-icon,
      .callout--secondary.archive-filters button:active svg.button__leading-icon,
      button.button--page-directional:active svg.button__trailing-icon,
      .button-collection.button-collection--accent-first button.button:active:first-child svg.button__trailing-icon,
      .callout.callout--secondary button:active svg.button__trailing-icon,
      .callout--secondary.archive-filters button:active svg.button__trailing-icon,
      button.button--page-directional:focus svg.button__leading-icon,
      .button-collection.button-collection--accent-first button.button:focus:first-child svg.button__leading-icon,
      .callout.callout--secondary button:focus svg.button__leading-icon,
      .callout--secondary.archive-filters button:focus svg.button__leading-icon,
      button.button--page-directional:focus svg.button__trailing-icon,
      .button-collection.button-collection--accent-first button.button:focus:first-child svg.button__trailing-icon,
      .callout.callout--secondary button:focus svg.button__trailing-icon,
      .callout--secondary.archive-filters button:focus svg.button__trailing-icon,
      input[type=button].button--accent:hover svg.button__leading-icon,
      input[type=button].button--accent:hover svg.button__trailing-icon,
      input[type=button].button--accent:active svg.button__leading-icon,
      input[type=button].button--accent:active svg.button__trailing-icon,
      input[type=button].button--accent:focus svg.button__leading-icon,
      input[type=button].button--accent:focus svg.button__trailing-icon,
      input.button--page-directional[type=button]:hover svg.button__leading-icon,
      .button-collection.button-collection--accent-first input.button[type=button]:hover:first-child svg.button__leading-icon,
      .callout.callout--secondary input[type=button]:hover svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=button]:hover svg.button__leading-icon,
      input.button--page-directional[type=button]:hover svg.button__trailing-icon,
      .button-collection.button-collection--accent-first input.button[type=button]:hover:first-child svg.button__trailing-icon,
      .callout.callout--secondary input[type=button]:hover svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=button]:hover svg.button__trailing-icon,
      input.button--page-directional[type=button]:active svg.button__leading-icon,
      .button-collection.button-collection--accent-first input.button[type=button]:active:first-child svg.button__leading-icon,
      .callout.callout--secondary input[type=button]:active svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=button]:active svg.button__leading-icon,
      input.button--page-directional[type=button]:active svg.button__trailing-icon,
      .button-collection.button-collection--accent-first input.button[type=button]:active:first-child svg.button__trailing-icon,
      .callout.callout--secondary input[type=button]:active svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=button]:active svg.button__trailing-icon,
      input.button--page-directional[type=button]:focus svg.button__leading-icon,
      .button-collection.button-collection--accent-first input.button[type=button]:focus:first-child svg.button__leading-icon,
      .callout.callout--secondary input[type=button]:focus svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=button]:focus svg.button__leading-icon,
      input.button--page-directional[type=button]:focus svg.button__trailing-icon,
      .button-collection.button-collection--accent-first input.button[type=button]:focus:first-child svg.button__trailing-icon,
      .callout.callout--secondary input[type=button]:focus svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=button]:focus svg.button__trailing-icon,
      input[type=reset].button--accent:hover svg.button__leading-icon,
      input[type=reset].button--accent:hover svg.button__trailing-icon,
      input[type=reset].button--accent:active svg.button__leading-icon,
      input[type=reset].button--accent:active svg.button__trailing-icon,
      input[type=reset].button--accent:focus svg.button__leading-icon,
      input[type=reset].button--accent:focus svg.button__trailing-icon,
      input.button--page-directional[type=reset]:hover svg.button__leading-icon,
      .button-collection.button-collection--accent-first input.button[type=reset]:hover:first-child svg.button__leading-icon,
      .callout.callout--secondary input.button[type=reset]:hover svg.button__leading-icon,
      .callout--secondary.archive-filters input.button[type=reset]:hover svg.button__leading-icon,
      .callout.callout--secondary input[type=reset]:hover[type=button] svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=reset]:hover[type=button] svg.button__leading-icon,
      .callout.callout--secondary input[type=reset]:hover[type=submit] svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=reset]:hover[type=submit] svg.button__leading-icon,
      input.button--page-directional[type=reset]:hover svg.button__trailing-icon,
      .button-collection.button-collection--accent-first input.button[type=reset]:hover:first-child svg.button__trailing-icon,
      .callout.callout--secondary input.button[type=reset]:hover svg.button__trailing-icon,
      .callout--secondary.archive-filters input.button[type=reset]:hover svg.button__trailing-icon,
      .callout.callout--secondary input[type=reset]:hover[type=button] svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=reset]:hover[type=button] svg.button__trailing-icon,
      .callout.callout--secondary input[type=reset]:hover[type=submit] svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=reset]:hover[type=submit] svg.button__trailing-icon,
      input.button--page-directional[type=reset]:active svg.button__leading-icon,
      .button-collection.button-collection--accent-first input.button[type=reset]:active:first-child svg.button__leading-icon,
      .callout.callout--secondary input.button[type=reset]:active svg.button__leading-icon,
      .callout--secondary.archive-filters input.button[type=reset]:active svg.button__leading-icon,
      .callout.callout--secondary input[type=reset]:active[type=button] svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=reset]:active[type=button] svg.button__leading-icon,
      .callout.callout--secondary input[type=reset]:active[type=submit] svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=reset]:active[type=submit] svg.button__leading-icon,
      input.button--page-directional[type=reset]:active svg.button__trailing-icon,
      .button-collection.button-collection--accent-first input.button[type=reset]:active:first-child svg.button__trailing-icon,
      .callout.callout--secondary input.button[type=reset]:active svg.button__trailing-icon,
      .callout--secondary.archive-filters input.button[type=reset]:active svg.button__trailing-icon,
      .callout.callout--secondary input[type=reset]:active[type=button] svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=reset]:active[type=button] svg.button__trailing-icon,
      .callout.callout--secondary input[type=reset]:active[type=submit] svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=reset]:active[type=submit] svg.button__trailing-icon,
      input.button--page-directional[type=reset]:focus svg.button__leading-icon,
      .button-collection.button-collection--accent-first input.button[type=reset]:focus:first-child svg.button__leading-icon,
      .callout.callout--secondary input.button[type=reset]:focus svg.button__leading-icon,
      .callout--secondary.archive-filters input.button[type=reset]:focus svg.button__leading-icon,
      .callout.callout--secondary input[type=reset]:focus[type=button] svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=reset]:focus[type=button] svg.button__leading-icon,
      .callout.callout--secondary input[type=reset]:focus[type=submit] svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=reset]:focus[type=submit] svg.button__leading-icon,
      input.button--page-directional[type=reset]:focus svg.button__trailing-icon,
      .button-collection.button-collection--accent-first input.button[type=reset]:focus:first-child svg.button__trailing-icon,
      .callout.callout--secondary input.button[type=reset]:focus svg.button__trailing-icon,
      .callout--secondary.archive-filters input.button[type=reset]:focus svg.button__trailing-icon,
      .callout.callout--secondary input[type=reset]:focus[type=button] svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=reset]:focus[type=button] svg.button__trailing-icon,
      .callout.callout--secondary input[type=reset]:focus[type=submit] svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=reset]:focus[type=submit] svg.button__trailing-icon,
      input[type=submit].button--accent:hover svg.button__leading-icon,
      input[type=submit].button--accent:hover svg.button__trailing-icon,
      input[type=submit].button--accent:active svg.button__leading-icon,
      input[type=submit].button--accent:active svg.button__trailing-icon,
      input[type=submit].button--accent:focus svg.button__leading-icon,
      input[type=submit].button--accent:focus svg.button__trailing-icon,
      input.button--page-directional[type=submit]:hover svg.button__leading-icon,
      .button-collection.button-collection--accent-first input.button[type=submit]:hover:first-child svg.button__leading-icon,
      .callout.callout--secondary input[type=submit]:hover svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=submit]:hover svg.button__leading-icon,
      input.button--page-directional[type=submit]:hover svg.button__trailing-icon,
      .button-collection.button-collection--accent-first input.button[type=submit]:hover:first-child svg.button__trailing-icon,
      .callout.callout--secondary input[type=submit]:hover svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=submit]:hover svg.button__trailing-icon,
      input.button--page-directional[type=submit]:active svg.button__leading-icon,
      .button-collection.button-collection--accent-first input.button[type=submit]:active:first-child svg.button__leading-icon,
      .callout.callout--secondary input[type=submit]:active svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=submit]:active svg.button__leading-icon,
      input.button--page-directional[type=submit]:active svg.button__trailing-icon,
      .button-collection.button-collection--accent-first input.button[type=submit]:active:first-child svg.button__trailing-icon,
      .callout.callout--secondary input[type=submit]:active svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=submit]:active svg.button__trailing-icon,
      input.button--page-directional[type=submit]:focus svg.button__leading-icon,
      .button-collection.button-collection--accent-first input.button[type=submit]:focus:first-child svg.button__leading-icon,
      .callout.callout--secondary input[type=submit]:focus svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=submit]:focus svg.button__leading-icon,
      input.button--page-directional[type=submit]:focus svg.button__trailing-icon,
      .button-collection.button-collection--accent-first input.button[type=submit]:focus:first-child svg.button__trailing-icon,
      .callout.callout--secondary input[type=submit]:focus svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=submit]:focus svg.button__trailing-icon {
        fill: #ffc217;
        color: #ffc217; }
    .button.button--accent svg.button__leading-icon, .pagination ul li a.button--accent svg.button__leading-icon,
    .button.button--accent svg.button__trailing-icon,
    .pagination ul li a.button--accent svg.button__trailing-icon, .button.button--page-directional svg.button__leading-icon, .pagination ul li a.button--page-directional svg.button__leading-icon, .pagination ul li.first a svg.button__leading-icon, .pagination ul li.previous a svg.button__leading-icon, .pagination ul li.next a svg.button__leading-icon, .pagination ul li.last a svg.button__leading-icon, .button-collection.button-collection--accent-first .button:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .pagination ul li a:first-child svg.button__leading-icon, .pagination ul li .button-collection.button-collection--accent-first a:first-child svg.button__leading-icon, .callout.callout--secondary .button svg.button__leading-icon, .callout--secondary.archive-filters .button svg.button__leading-icon, .callout.callout--secondary .pagination ul li a svg.button__leading-icon, .pagination ul li .callout.callout--secondary a svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a svg.button__leading-icon,
    .button.button--page-directional svg.button__trailing-icon,
    .pagination ul li a.button--page-directional svg.button__trailing-icon,
    .pagination ul li.first a svg.button__trailing-icon,
    .pagination ul li.previous a svg.button__trailing-icon,
    .pagination ul li.next a svg.button__trailing-icon,
    .pagination ul li.last a svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .button:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .pagination ul li a:first-child svg.button__trailing-icon,
    .pagination ul li .button-collection.button-collection--accent-first a:first-child svg.button__trailing-icon,
    .callout.callout--secondary .button svg.button__trailing-icon,
    .callout--secondary.archive-filters .button svg.button__trailing-icon,
    .callout.callout--secondary .pagination ul li a svg.button__trailing-icon,
    .pagination ul li .callout.callout--secondary a svg.button__trailing-icon,
    .callout--secondary.archive-filters .pagination ul li a svg.button__trailing-icon,
    .pagination ul li .callout--secondary.archive-filters a svg.button__trailing-icon,
    button.button--accent svg.button__leading-icon,
    button.button--accent svg.button__trailing-icon,
    button.button--page-directional svg.button__leading-icon,
    .button-collection.button-collection--accent-first button.button:first-child svg.button__leading-icon,
    .callout.callout--secondary button svg.button__leading-icon,
    .callout--secondary.archive-filters button svg.button__leading-icon,
    button.button--page-directional svg.button__trailing-icon,
    .button-collection.button-collection--accent-first button.button:first-child svg.button__trailing-icon,
    .callout.callout--secondary button svg.button__trailing-icon,
    .callout--secondary.archive-filters button svg.button__trailing-icon,
    input[type=button].button--accent svg.button__leading-icon,
    input[type=button].button--accent svg.button__trailing-icon,
    input.button--page-directional[type=button] svg.button__leading-icon,
    .button-collection.button-collection--accent-first input.button[type=button]:first-child svg.button__leading-icon,
    .callout.callout--secondary input[type=button] svg.button__leading-icon,
    .callout--secondary.archive-filters input[type=button] svg.button__leading-icon,
    input.button--page-directional[type=button] svg.button__trailing-icon,
    .button-collection.button-collection--accent-first input.button[type=button]:first-child svg.button__trailing-icon,
    .callout.callout--secondary input[type=button] svg.button__trailing-icon,
    .callout--secondary.archive-filters input[type=button] svg.button__trailing-icon,
    input[type=reset].button--accent svg.button__leading-icon,
    input[type=reset].button--accent svg.button__trailing-icon,
    input.button--page-directional[type=reset] svg.button__leading-icon,
    .button-collection.button-collection--accent-first input.button[type=reset]:first-child svg.button__leading-icon,
    .callout.callout--secondary input.button[type=reset] svg.button__leading-icon,
    .callout--secondary.archive-filters input.button[type=reset] svg.button__leading-icon,
    .callout.callout--secondary input[type=reset][type=button] svg.button__leading-icon,
    .callout--secondary.archive-filters input[type=reset][type=button] svg.button__leading-icon,
    .callout.callout--secondary input[type=reset][type=submit] svg.button__leading-icon,
    .callout--secondary.archive-filters input[type=reset][type=submit] svg.button__leading-icon,
    input.button--page-directional[type=reset] svg.button__trailing-icon,
    .button-collection.button-collection--accent-first input.button[type=reset]:first-child svg.button__trailing-icon,
    .callout.callout--secondary input.button[type=reset] svg.button__trailing-icon,
    .callout--secondary.archive-filters input.button[type=reset] svg.button__trailing-icon,
    .callout.callout--secondary input[type=reset][type=button] svg.button__trailing-icon,
    .callout--secondary.archive-filters input[type=reset][type=button] svg.button__trailing-icon,
    .callout.callout--secondary input[type=reset][type=submit] svg.button__trailing-icon,
    .callout--secondary.archive-filters input[type=reset][type=submit] svg.button__trailing-icon,
    input[type=submit].button--accent svg.button__leading-icon,
    input[type=submit].button--accent svg.button__trailing-icon,
    input.button--page-directional[type=submit] svg.button__leading-icon,
    .button-collection.button-collection--accent-first input.button[type=submit]:first-child svg.button__leading-icon,
    .callout.callout--secondary input[type=submit] svg.button__leading-icon,
    .callout--secondary.archive-filters input[type=submit] svg.button__leading-icon,
    input.button--page-directional[type=submit] svg.button__trailing-icon,
    .button-collection.button-collection--accent-first input.button[type=submit]:first-child svg.button__trailing-icon,
    .callout.callout--secondary input[type=submit] svg.button__trailing-icon,
    .callout--secondary.archive-filters input[type=submit] svg.button__trailing-icon {
      fill: #bb4935;
      color: #bb4935; }
  .button.button--subtle, .pagination ul li a.button--subtle, footer.main-footer .button, footer.main-footer .pagination ul li a, .pagination ul li footer.main-footer a,
  button.button--subtle,
  footer.main-footer button,
  input[type=button].button--subtle,
  footer.main-footer input.button[type=button],
  input[type=reset].button--subtle,
  footer.main-footer input.button[type=reset],
  input[type=submit].button--subtle,
  footer.main-footer input.button[type=submit] {
    color: #fff;
    background-color: #767676; }
    .button.button--subtle:link, .pagination ul li a.button--subtle:link, .button.button--subtle:visited, .pagination ul li a.button--subtle:visited, footer.main-footer .button:link, footer.main-footer .pagination ul li a:link, .pagination ul li footer.main-footer a:link, footer.main-footer .button:visited, footer.main-footer .pagination ul li a:visited, .pagination ul li footer.main-footer a:visited,
    button.button--subtle:link,
    button.button--subtle:visited,
    footer.main-footer button:link,
    footer.main-footer button:visited,
    input[type=button].button--subtle:link,
    input[type=button].button--subtle:visited,
    footer.main-footer input.button[type=button]:link,
    footer.main-footer input.button[type=button]:visited,
    input[type=reset].button--subtle:link,
    input[type=reset].button--subtle:visited,
    footer.main-footer input.button[type=reset]:link,
    footer.main-footer input.button[type=reset]:visited,
    input[type=submit].button--subtle:link,
    input[type=submit].button--subtle:visited,
    footer.main-footer input.button[type=submit]:link,
    footer.main-footer input.button[type=submit]:visited {
      color: #fff; }
    .button.button--subtle:hover, .pagination ul li a.button--subtle:hover, .button.button--subtle:active, .pagination ul li a.button--subtle:active, .button.button--subtle:focus, .pagination ul li a.button--subtle:focus, footer.main-footer .button:hover, footer.main-footer .pagination ul li a:hover, .pagination ul li footer.main-footer a:hover, footer.main-footer .button:active, footer.main-footer .pagination ul li a:active, .pagination ul li footer.main-footer a:active, footer.main-footer .button:focus, footer.main-footer .pagination ul li a:focus, .pagination ul li footer.main-footer a:focus,
    button.button--subtle:hover,
    button.button--subtle:active,
    button.button--subtle:focus,
    footer.main-footer button:hover,
    footer.main-footer button:active,
    footer.main-footer button:focus,
    input[type=button].button--subtle:hover,
    input[type=button].button--subtle:active,
    input[type=button].button--subtle:focus,
    footer.main-footer input.button[type=button]:hover,
    footer.main-footer input.button[type=button]:active,
    footer.main-footer input.button[type=button]:focus,
    input[type=reset].button--subtle:hover,
    input[type=reset].button--subtle:active,
    input[type=reset].button--subtle:focus,
    footer.main-footer input.button[type=reset]:hover,
    footer.main-footer input.button[type=reset]:active,
    footer.main-footer input.button[type=reset]:focus,
    input[type=submit].button--subtle:hover,
    input[type=submit].button--subtle:active,
    input[type=submit].button--subtle:focus,
    footer.main-footer input.button[type=submit]:hover,
    footer.main-footer input.button[type=submit]:active,
    footer.main-footer input.button[type=submit]:focus {
      color: #000;
      background-color: #f2f2f2; }
  @media screen and (min-width: 40em) {
    .button.button--large, .pagination ul li a.button--large, .teaser.teaser--slab .button, .teaser.teaser--slab-columned .button, .teaser.teaser--slab .pagination ul li a, .pagination ul li .teaser.teaser--slab a, .teaser.teaser--slab-columned .pagination ul li a, .pagination ul li .teaser.teaser--slab-columned a, .landing-panel .button-collection.landing-panel__buttons .button, .landing-panel .button-collection.landing-panel__buttons .pagination ul li a, .pagination ul li .landing-panel .button-collection.landing-panel__buttons a,
    button.button--large,
    .teaser.teaser--slab-columned button.button,
    .teaser.teaser--slab button,
    .teaser.teaser--slab-columned button,
    .landing-panel .button-collection.landing-panel__buttons button.button,
    input[type=button].button--large,
    .teaser.teaser--slab input.button[type=button],
    .teaser.teaser--slab-columned input.button[type=button],
    .landing-panel .button-collection.landing-panel__buttons input.button[type=button],
    input[type=reset].button--large,
    .teaser.teaser--slab input.button[type=reset],
    .teaser.teaser--slab-columned input.button[type=reset],
    .landing-panel .button-collection.landing-panel__buttons input.button[type=reset],
    input[type=submit].button--large,
    .teaser.teaser--slab input.button[type=submit],
    .teaser.teaser--slab-columned input.button[type=submit],
    .landing-panel .button-collection.landing-panel__buttons input.button[type=submit] {
      font-size: 1.25rem;
      padding: 0.625rem 1.25rem; } }
  .button.button--page-number, .pagination ul li a,
  button.button--page-number,
  input[type=button].button--page-number,
  input[type=reset].button--page-number,
  input[type=submit].button--page-number {
    background-color: #979797;
    color: #fff; }
    .button.button--page-number:link, .pagination ul li a:link, .button.button--page-number:visited, .pagination ul li a:visited,
    button.button--page-number:link,
    button.button--page-number:visited,
    input[type=button].button--page-number:link,
    input[type=button].button--page-number:visited,
    input[type=reset].button--page-number:link,
    input[type=reset].button--page-number:visited,
    input[type=submit].button--page-number:link,
    input[type=submit].button--page-number:visited {
      color: #fff; }
    .button.button--page-number:hover, .pagination ul li a:hover, .button.button--page-number:active, .pagination ul li a:active, .button.button--page-number:focus, .pagination ul li a:focus,
    button.button--page-number:hover,
    button.button--page-number:active,
    button.button--page-number:focus,
    input[type=button].button--page-number:hover,
    input[type=button].button--page-number:active,
    input[type=button].button--page-number:focus,
    input[type=reset].button--page-number:hover,
    input[type=reset].button--page-number:active,
    input[type=reset].button--page-number:focus,
    input[type=submit].button--page-number:hover,
    input[type=submit].button--page-number:active,
    input[type=submit].button--page-number:focus {
      background-color: #e1e0df;
      color: #000; }
  .button.button--page-current, .pagination ul li a.button--page-current, .pagination ul li.current a,
  button.button--page-current,
  input[type=button].button--page-current,
  input[type=reset].button--page-current,
  input[type=submit].button--page-current {
    background-color: #1f1f1f;
    color: #fff; }
    .button.button--page-current svg.button__leading-icon, .pagination ul li a.button--page-current svg.button__leading-icon, .pagination ul li.current a svg.button__leading-icon,
    .button.button--page-current svg.button__trailing-icon,
    .pagination ul li a.button--page-current svg.button__trailing-icon,
    .pagination ul li.current a svg.button__trailing-icon,
    button.button--page-current svg.button__leading-icon,
    button.button--page-current svg.button__trailing-icon,
    input[type=button].button--page-current svg.button__leading-icon,
    input[type=button].button--page-current svg.button__trailing-icon,
    input[type=reset].button--page-current svg.button__leading-icon,
    input[type=reset].button--page-current svg.button__trailing-icon,
    input[type=submit].button--page-current svg.button__leading-icon,
    input[type=submit].button--page-current svg.button__trailing-icon {
      fill: #ffc217;
      color: #ffc217; }
    .button.button--page-current:link, .pagination ul li a.button--page-current:link, .pagination ul li.current a:link, .button.button--page-current:visited, .pagination ul li a.button--page-current:visited, .pagination ul li.current a:visited,
    button.button--page-current:link,
    button.button--page-current:visited,
    input[type=button].button--page-current:link,
    input[type=button].button--page-current:visited,
    input[type=reset].button--page-current:link,
    input[type=reset].button--page-current:visited,
    input[type=submit].button--page-current:link,
    input[type=submit].button--page-current:visited {
      color: #fff; }
    .button.button--page-current:hover, .pagination ul li a.button--page-current:hover, .pagination ul li.current a:hover, .button.button--page-current:active, .pagination ul li a.button--page-current:active, .pagination ul li.current a:active, .button.button--page-current:focus, .pagination ul li a.button--page-current:focus, .pagination ul li.current a:focus,
    button.button--page-current:hover,
    button.button--page-current:active,
    button.button--page-current:focus,
    input[type=button].button--page-current:hover,
    input[type=button].button--page-current:active,
    input[type=button].button--page-current:focus,
    input[type=reset].button--page-current:hover,
    input[type=reset].button--page-current:active,
    input[type=reset].button--page-current:focus,
    input[type=submit].button--page-current:hover,
    input[type=submit].button--page-current:active,
    input[type=submit].button--page-current:focus {
      color: #000;
      background-color: #ffc217; }
      .button.button--page-current:hover svg.button__leading-icon, .pagination ul li a.button--page-current:hover svg.button__leading-icon, .pagination ul li.current a:hover svg.button__leading-icon,
      .button.button--page-current:hover svg.button__trailing-icon,
      .pagination ul li a.button--page-current:hover svg.button__trailing-icon,
      .pagination ul li.current a:hover svg.button__trailing-icon, .button.button--page-current:active svg.button__leading-icon, .pagination ul li a.button--page-current:active svg.button__leading-icon, .pagination ul li.current a:active svg.button__leading-icon,
      .button.button--page-current:active svg.button__trailing-icon,
      .pagination ul li a.button--page-current:active svg.button__trailing-icon,
      .pagination ul li.current a:active svg.button__trailing-icon, .button.button--page-current:focus svg.button__leading-icon, .pagination ul li a.button--page-current:focus svg.button__leading-icon, .pagination ul li.current a:focus svg.button__leading-icon,
      .button.button--page-current:focus svg.button__trailing-icon,
      .pagination ul li a.button--page-current:focus svg.button__trailing-icon,
      .pagination ul li.current a:focus svg.button__trailing-icon,
      button.button--page-current:hover svg.button__leading-icon,
      button.button--page-current:hover svg.button__trailing-icon,
      button.button--page-current:active svg.button__leading-icon,
      button.button--page-current:active svg.button__trailing-icon,
      button.button--page-current:focus svg.button__leading-icon,
      button.button--page-current:focus svg.button__trailing-icon,
      input[type=button].button--page-current:hover svg.button__leading-icon,
      input[type=button].button--page-current:hover svg.button__trailing-icon,
      input[type=button].button--page-current:active svg.button__leading-icon,
      input[type=button].button--page-current:active svg.button__trailing-icon,
      input[type=button].button--page-current:focus svg.button__leading-icon,
      input[type=button].button--page-current:focus svg.button__trailing-icon,
      input[type=reset].button--page-current:hover svg.button__leading-icon,
      input[type=reset].button--page-current:hover svg.button__trailing-icon,
      input[type=reset].button--page-current:active svg.button__leading-icon,
      input[type=reset].button--page-current:active svg.button__trailing-icon,
      input[type=reset].button--page-current:focus svg.button__leading-icon,
      input[type=reset].button--page-current:focus svg.button__trailing-icon,
      input[type=submit].button--page-current:hover svg.button__leading-icon,
      input[type=submit].button--page-current:hover svg.button__trailing-icon,
      input[type=submit].button--page-current:active svg.button__leading-icon,
      input[type=submit].button--page-current:active svg.button__trailing-icon,
      input[type=submit].button--page-current:focus svg.button__leading-icon,
      input[type=submit].button--page-current:focus svg.button__trailing-icon {
        fill: #bb4935;
        color: #bb4935; }
    .button.button--page-current:focus, .pagination ul li a.button--page-current:focus, .pagination ul li.current a:focus,
    button.button--page-current:focus,
    input[type=button].button--page-current:focus,
    input[type=reset].button--page-current:focus,
    input[type=submit].button--page-current:focus {
      outline-color: rgba(255, 194, 23, 0.2); }
  .button.button--page-directional:before, .pagination ul li a.button--page-directional:before, .pagination ul li.first a:before, .pagination ul li.previous a:before, .pagination ul li.next a:before, .pagination ul li.last a:before, .button.button--page-directional:after, .pagination ul li a.button--page-directional:after, .pagination ul li.first a:after, .pagination ul li.previous a:after, .pagination ul li.next a:after, .pagination ul li.last a:after,
  button.button--page-directional:before,
  button.button--page-directional:after,
  input[type=button].button--page-directional:before,
  input[type=button].button--page-directional:after,
  input[type=reset].button--page-directional:before,
  input[type=reset].button--page-directional:after,
  input[type=submit].button--page-directional:before,
  input[type=submit].button--page-directional:after {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    color: #bb4935; }
  .button.button--page-directional:hover:before, .pagination ul li a.button--page-directional:hover:before, .pagination ul li.first a:hover:before, .pagination ul li.previous a:hover:before, .pagination ul li.next a:hover:before, .pagination ul li.last a:hover:before, .button.button--page-directional:hover:after, .pagination ul li a.button--page-directional:hover:after, .pagination ul li.first a:hover:after, .pagination ul li.previous a:hover:after, .pagination ul li.next a:hover:after, .pagination ul li.last a:hover:after, .button.button--page-directional:active:before, .pagination ul li a.button--page-directional:active:before, .pagination ul li.first a:active:before, .pagination ul li.previous a:active:before, .pagination ul li.next a:active:before, .pagination ul li.last a:active:before, .button.button--page-directional:active:after, .pagination ul li a.button--page-directional:active:after, .pagination ul li.first a:active:after, .pagination ul li.previous a:active:after, .pagination ul li.next a:active:after, .pagination ul li.last a:active:after, .button.button--page-directional:focus:before, .pagination ul li a.button--page-directional:focus:before, .pagination ul li.first a:focus:before, .pagination ul li.previous a:focus:before, .pagination ul li.next a:focus:before, .pagination ul li.last a:focus:before, .button.button--page-directional:focus:after, .pagination ul li a.button--page-directional:focus:after, .pagination ul li.first a:focus:after, .pagination ul li.previous a:focus:after, .pagination ul li.next a:focus:after, .pagination ul li.last a:focus:after,
  button.button--page-directional:hover:before,
  button.button--page-directional:hover:after,
  button.button--page-directional:active:before,
  button.button--page-directional:active:after,
  button.button--page-directional:focus:before,
  button.button--page-directional:focus:after,
  input[type=button].button--page-directional:hover:before,
  input[type=button].button--page-directional:hover:after,
  input[type=button].button--page-directional:active:before,
  input[type=button].button--page-directional:active:after,
  input[type=button].button--page-directional:focus:before,
  input[type=button].button--page-directional:focus:after,
  input[type=reset].button--page-directional:hover:before,
  input[type=reset].button--page-directional:hover:after,
  input[type=reset].button--page-directional:active:before,
  input[type=reset].button--page-directional:active:after,
  input[type=reset].button--page-directional:focus:before,
  input[type=reset].button--page-directional:focus:after,
  input[type=submit].button--page-directional:hover:before,
  input[type=submit].button--page-directional:hover:after,
  input[type=submit].button--page-directional:active:before,
  input[type=submit].button--page-directional:active:after,
  input[type=submit].button--page-directional:focus:before,
  input[type=submit].button--page-directional:focus:after {
    color: #ffc217; }
  .button.button--page-directional:before, .pagination ul li a.button--page-directional:before, .pagination ul li.first a:before, .pagination ul li.previous a:before, .pagination ul li.next a:before, .pagination ul li.last a:before,
  button.button--page-directional:before,
  input[type=button].button--page-directional:before,
  input[type=reset].button--page-directional:before,
  input[type=submit].button--page-directional:before {
    margin-right: 0.3125rem; }
  .button.button--page-directional:after, .pagination ul li a.button--page-directional:after, .pagination ul li.first a:after, .pagination ul li.previous a:after, .pagination ul li.next a:after, .pagination ul li.last a:after,
  button.button--page-directional:after,
  input[type=button].button--page-directional:after,
  input[type=reset].button--page-directional:after,
  input[type=submit].button--page-directional:after {
    margin-left: 0.3125rem; }
  .button.button--page-directional.button--first:before, .pagination ul li a.button--page-directional.button--first:before, .pagination ul li.first a:before, .pagination ul li.previous a.button--first:before, .pagination ul li.next a.button--first:before, .pagination ul li.last a.button--first:before,
  button.button--page-directional.button--first:before,
  input[type=button].button--page-directional.button--first:before,
  input[type=reset].button--page-directional.button--first:before,
  input[type=submit].button--page-directional.button--first:before {
    content: '≪'; }
  .button.button--page-directional.button--previous:before, .pagination ul li a.button--page-directional.button--previous:before, .pagination ul li.first a.button--previous:before, .pagination ul li.previous a:before, .pagination ul li.next a.button--previous:before, .pagination ul li.last a.button--previous:before,
  button.button--page-directional.button--previous:before,
  input[type=button].button--page-directional.button--previous:before,
  input[type=reset].button--page-directional.button--previous:before,
  input[type=submit].button--page-directional.button--previous:before {
    content: '&lt;'; }
  .button.button--page-directional.button--next:after, .pagination ul li a.button--page-directional.button--next:after, .pagination ul li.first a.button--next:after, .pagination ul li.previous a.button--next:after, .pagination ul li.next a:after, .pagination ul li.last a.button--next:after,
  button.button--page-directional.button--next:after,
  input[type=button].button--page-directional.button--next:after,
  input[type=reset].button--page-directional.button--next:after,
  input[type=submit].button--page-directional.button--next:after {
    content: '&gt;'; }
  .button.button--page-directional.button--last:after, .pagination ul li a.button--page-directional.button--last:after, .pagination ul li.first a.button--last:after, .pagination ul li.previous a.button--last:after, .pagination ul li.next a.button--last:after, .pagination ul li.last a:after,
  button.button--page-directional.button--last:after,
  input[type=button].button--page-directional.button--last:after,
  input[type=reset].button--page-directional.button--last:after,
  input[type=submit].button--page-directional.button--last:after {
    content: '≫'; }

input[type=reset] {
  background-color: #979797; }

.button--ondark {
  background-color: #fff;
  color: #000; }
  .button--ondark svg.button__leading-icon,
  .button--ondark svg.button__trailing-icon {
    fill: #bb4935;
    color: #bb4935; }
  .button--ondark:link, .button--ondark:visited {
    color: #000; }
  .button--ondark:hover, .button--ondark:active, .button--ondark:focus {
    background-color: #000;
    color: #fff; }
    .button--ondark:hover svg.button__leading-icon,
    .button--ondark:hover svg.button__trailing-icon, .button--ondark:active svg.button__leading-icon,
    .button--ondark:active svg.button__trailing-icon, .button--ondark:focus svg.button__leading-icon,
    .button--ondark:focus svg.button__trailing-icon {
      fill: #ffc217;
      color: #ffc217; }
  .button--ondark.button--accent, .button--ondark.button.button--page-directional, .pagination ul li a.button--ondark.button--page-directional, .pagination ul li.first a.button--ondark, .pagination ul li.previous a.button--ondark, .pagination ul li.next a.button--ondark, .pagination ul li.last a.button--ondark,
  button.button--ondark.button--page-directional,
  input.button--ondark.button--page-directional[type=button],
  input.button--ondark.button--page-directional[type=reset],
  input.button--ondark.button--page-directional[type=submit], .button-collection.button-collection--accent-first .button--ondark.button:first-child, .button-collection.button-collection--accent-first .pagination ul li a.button--ondark:first-child, .pagination ul li .button-collection.button-collection--accent-first a.button--ondark:first-child, .callout.callout--secondary .button--ondark.button, .callout--secondary.archive-filters .button--ondark.button, .callout.callout--secondary .pagination ul li a.button--ondark, .pagination ul li .callout.callout--secondary a.button--ondark, .callout--secondary.archive-filters .pagination ul li a.button--ondark, .pagination ul li .callout--secondary.archive-filters a.button--ondark,
  .callout.callout--secondary button.button--ondark,
  .callout--secondary.archive-filters button.button--ondark,
  .callout.callout--secondary input.button--ondark[type=button],
  .callout--secondary.archive-filters input.button--ondark[type=button],
  .callout.callout--secondary input.button--ondark[type=submit],
  .callout--secondary.archive-filters input.button--ondark[type=submit] {
    background-color: #ffc217; }
    .button--ondark.button--accent:hover, .button--ondark.button--accent:active, .button--ondark.button--accent:focus, .button--ondark.button.button--page-directional:hover, .pagination ul li a.button--ondark.button--page-directional:hover, .pagination ul li.first a.button--ondark:hover, .pagination ul li.previous a.button--ondark:hover, .pagination ul li.next a.button--ondark:hover, .pagination ul li.last a.button--ondark:hover,
    button.button--ondark.button--page-directional:hover,
    input.button--ondark.button--page-directional:hover[type=button],
    input.button--ondark.button--page-directional:hover[type=reset],
    input.button--ondark.button--page-directional:hover[type=submit], .button-collection.button-collection--accent-first .button--ondark.button:hover:first-child, .button-collection.button-collection--accent-first .pagination ul li a.button--ondark:hover:first-child, .pagination ul li .button-collection.button-collection--accent-first a.button--ondark:hover:first-child, .callout.callout--secondary .button--ondark.button:hover, .callout--secondary.archive-filters .button--ondark.button:hover, .callout.callout--secondary .pagination ul li a.button--ondark:hover, .pagination ul li .callout.callout--secondary a.button--ondark:hover, .callout--secondary.archive-filters .pagination ul li a.button--ondark:hover, .pagination ul li .callout--secondary.archive-filters a.button--ondark:hover,
    .callout.callout--secondary button.button--ondark:hover,
    .callout--secondary.archive-filters button.button--ondark:hover,
    .callout.callout--secondary input.button--ondark:hover[type=button],
    .callout--secondary.archive-filters input.button--ondark:hover[type=button],
    .callout.callout--secondary input.button--ondark:hover[type=submit],
    .callout--secondary.archive-filters input.button--ondark:hover[type=submit], .button--ondark.button.button--page-directional:active, .pagination ul li a.button--ondark.button--page-directional:active, .pagination ul li.first a.button--ondark:active, .pagination ul li.previous a.button--ondark:active, .pagination ul li.next a.button--ondark:active, .pagination ul li.last a.button--ondark:active,
    button.button--ondark.button--page-directional:active,
    input.button--ondark.button--page-directional:active[type=button],
    input.button--ondark.button--page-directional:active[type=reset],
    input.button--ondark.button--page-directional:active[type=submit], .button-collection.button-collection--accent-first .button--ondark.button:active:first-child, .button-collection.button-collection--accent-first .pagination ul li a.button--ondark:active:first-child, .pagination ul li .button-collection.button-collection--accent-first a.button--ondark:active:first-child, .callout.callout--secondary .button--ondark.button:active, .callout--secondary.archive-filters .button--ondark.button:active, .callout.callout--secondary .pagination ul li a.button--ondark:active, .pagination ul li .callout.callout--secondary a.button--ondark:active, .callout--secondary.archive-filters .pagination ul li a.button--ondark:active, .pagination ul li .callout--secondary.archive-filters a.button--ondark:active,
    .callout.callout--secondary button.button--ondark:active,
    .callout--secondary.archive-filters button.button--ondark:active,
    .callout.callout--secondary input.button--ondark:active[type=button],
    .callout--secondary.archive-filters input.button--ondark:active[type=button],
    .callout.callout--secondary input.button--ondark:active[type=submit],
    .callout--secondary.archive-filters input.button--ondark:active[type=submit], .button--ondark.button.button--page-directional:focus, .pagination ul li a.button--ondark.button--page-directional:focus, .pagination ul li.first a.button--ondark:focus, .pagination ul li.previous a.button--ondark:focus, .pagination ul li.next a.button--ondark:focus, .pagination ul li.last a.button--ondark:focus,
    button.button--ondark.button--page-directional:focus,
    input.button--ondark.button--page-directional:focus[type=button],
    input.button--ondark.button--page-directional:focus[type=reset],
    input.button--ondark.button--page-directional:focus[type=submit], .button-collection.button-collection--accent-first .button--ondark.button:focus:first-child, .button-collection.button-collection--accent-first .pagination ul li a.button--ondark:focus:first-child, .pagination ul li .button-collection.button-collection--accent-first a.button--ondark:focus:first-child, .callout.callout--secondary .button--ondark.button:focus, .callout--secondary.archive-filters .button--ondark.button:focus, .callout.callout--secondary .pagination ul li a.button--ondark:focus, .pagination ul li .callout.callout--secondary a.button--ondark:focus, .callout--secondary.archive-filters .pagination ul li a.button--ondark:focus, .pagination ul li .callout--secondary.archive-filters a.button--ondark:focus,
    .callout.callout--secondary button.button--ondark:focus,
    .callout--secondary.archive-filters button.button--ondark:focus,
    .callout.callout--secondary input.button--ondark:focus[type=button],
    .callout--secondary.archive-filters input.button--ondark:focus[type=button],
    .callout.callout--secondary input.button--ondark:focus[type=submit],
    .callout--secondary.archive-filters input.button--ondark:focus[type=submit] {
      background-color: #fff;
      color: #000; }

.button--onbright:hover, .button--onbright:active, .button--onbright:focus {
  background-color: #fff;
  color: #000; }
  .button--onbright:hover svg.button__leading-icon,
  .button--onbright:hover svg.button__trailing-icon, .button--onbright:active svg.button__leading-icon,
  .button--onbright:active svg.button__trailing-icon, .button--onbright:focus svg.button__leading-icon,
  .button--onbright:focus svg.button__trailing-icon {
    fill: #bb4935;
    color: #bb4935; }

.button--onbright.button--accent, .button--onbright.button.button--page-directional, .pagination ul li a.button--onbright.button--page-directional, .pagination ul li.first a.button--onbright, .pagination ul li.previous a.button--onbright, .pagination ul li.next a.button--onbright, .pagination ul li.last a.button--onbright,
button.button--onbright.button--page-directional,
input.button--onbright.button--page-directional[type=button],
input.button--onbright.button--page-directional[type=reset],
input.button--onbright.button--page-directional[type=submit], .button-collection.button-collection--accent-first .button--onbright.button:first-child, .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:first-child, .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:first-child, .callout.callout--secondary .button--onbright.button, .callout--secondary.archive-filters .button--onbright.button, .callout.callout--secondary .pagination ul li a.button--onbright, .pagination ul li .callout.callout--secondary a.button--onbright, .callout--secondary.archive-filters .pagination ul li a.button--onbright, .pagination ul li .callout--secondary.archive-filters a.button--onbright,
.callout.callout--secondary button.button--onbright,
.callout--secondary.archive-filters button.button--onbright,
.callout.callout--secondary input.button--onbright[type=button],
.callout--secondary.archive-filters input.button--onbright[type=button],
.callout.callout--secondary input.button--onbright[type=submit],
.callout--secondary.archive-filters input.button--onbright[type=submit] {
  background-color: #fff; }
  .button--onbright.button--accent:hover, .button--onbright.button--accent:active, .button--onbright.button--accent:focus, .button--onbright.button.button--page-directional:hover, .pagination ul li a.button--onbright.button--page-directional:hover, .pagination ul li.first a.button--onbright:hover, .pagination ul li.previous a.button--onbright:hover, .pagination ul li.next a.button--onbright:hover, .pagination ul li.last a.button--onbright:hover,
  button.button--onbright.button--page-directional:hover,
  input.button--onbright.button--page-directional:hover[type=button],
  input.button--onbright.button--page-directional:hover[type=reset],
  input.button--onbright.button--page-directional:hover[type=submit], .button-collection.button-collection--accent-first .button--onbright.button:hover:first-child, .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:hover:first-child, .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:hover:first-child, .callout.callout--secondary .button--onbright.button:hover, .callout--secondary.archive-filters .button--onbright.button:hover, .callout.callout--secondary .pagination ul li a.button--onbright:hover, .pagination ul li .callout.callout--secondary a.button--onbright:hover, .callout--secondary.archive-filters .pagination ul li a.button--onbright:hover, .pagination ul li .callout--secondary.archive-filters a.button--onbright:hover,
  .callout.callout--secondary button.button--onbright:hover,
  .callout--secondary.archive-filters button.button--onbright:hover,
  .callout.callout--secondary input.button--onbright:hover[type=button],
  .callout--secondary.archive-filters input.button--onbright:hover[type=button],
  .callout.callout--secondary input.button--onbright:hover[type=submit],
  .callout--secondary.archive-filters input.button--onbright:hover[type=submit], .button--onbright.button.button--page-directional:active, .pagination ul li a.button--onbright.button--page-directional:active, .pagination ul li.first a.button--onbright:active, .pagination ul li.previous a.button--onbright:active, .pagination ul li.next a.button--onbright:active, .pagination ul li.last a.button--onbright:active,
  button.button--onbright.button--page-directional:active,
  input.button--onbright.button--page-directional:active[type=button],
  input.button--onbright.button--page-directional:active[type=reset],
  input.button--onbright.button--page-directional:active[type=submit], .button-collection.button-collection--accent-first .button--onbright.button:active:first-child, .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:active:first-child, .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:active:first-child, .callout.callout--secondary .button--onbright.button:active, .callout--secondary.archive-filters .button--onbright.button:active, .callout.callout--secondary .pagination ul li a.button--onbright:active, .pagination ul li .callout.callout--secondary a.button--onbright:active, .callout--secondary.archive-filters .pagination ul li a.button--onbright:active, .pagination ul li .callout--secondary.archive-filters a.button--onbright:active,
  .callout.callout--secondary button.button--onbright:active,
  .callout--secondary.archive-filters button.button--onbright:active,
  .callout.callout--secondary input.button--onbright:active[type=button],
  .callout--secondary.archive-filters input.button--onbright:active[type=button],
  .callout.callout--secondary input.button--onbright:active[type=submit],
  .callout--secondary.archive-filters input.button--onbright:active[type=submit], .button--onbright.button.button--page-directional:focus, .pagination ul li a.button--onbright.button--page-directional:focus, .pagination ul li.first a.button--onbright:focus, .pagination ul li.previous a.button--onbright:focus, .pagination ul li.next a.button--onbright:focus, .pagination ul li.last a.button--onbright:focus,
  button.button--onbright.button--page-directional:focus,
  input.button--onbright.button--page-directional:focus[type=button],
  input.button--onbright.button--page-directional:focus[type=reset],
  input.button--onbright.button--page-directional:focus[type=submit], .button-collection.button-collection--accent-first .button--onbright.button:focus:first-child, .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:focus:first-child, .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:focus:first-child, .callout.callout--secondary .button--onbright.button:focus, .callout--secondary.archive-filters .button--onbright.button:focus, .callout.callout--secondary .pagination ul li a.button--onbright:focus, .pagination ul li .callout.callout--secondary a.button--onbright:focus, .callout--secondary.archive-filters .pagination ul li a.button--onbright:focus, .pagination ul li .callout--secondary.archive-filters a.button--onbright:focus,
  .callout.callout--secondary button.button--onbright:focus,
  .callout--secondary.archive-filters button.button--onbright:focus,
  .callout.callout--secondary input.button--onbright:focus[type=button],
  .callout--secondary.archive-filters input.button--onbright:focus[type=button],
  .callout.callout--secondary input.button--onbright:focus[type=submit],
  .callout--secondary.archive-filters input.button--onbright:focus[type=submit] {
    background-color: #000;
    color: #fff; }
    .button--onbright.button--accent:hover svg.button__leading-icon,
    .button--onbright.button--accent:hover svg.button__trailing-icon, .button--onbright.button--accent:active svg.button__leading-icon,
    .button--onbright.button--accent:active svg.button__trailing-icon, .button--onbright.button--accent:focus svg.button__leading-icon,
    .button--onbright.button--accent:focus svg.button__trailing-icon, .button--onbright.button.button--page-directional:hover svg.button__leading-icon, .pagination ul li a.button--onbright.button--page-directional:hover svg.button__leading-icon, .pagination ul li.first a.button--onbright:hover svg.button__leading-icon, .pagination ul li.previous a.button--onbright:hover svg.button__leading-icon, .pagination ul li.next a.button--onbright:hover svg.button__leading-icon, .pagination ul li.last a.button--onbright:hover svg.button__leading-icon, button.button--onbright.button--page-directional:hover svg.button__leading-icon, input.button--onbright.button--page-directional:hover[type=button] svg.button__leading-icon, input.button--onbright.button--page-directional:hover[type=reset] svg.button__leading-icon, input.button--onbright.button--page-directional:hover[type=submit] svg.button__leading-icon, .button-collection.button-collection--accent-first .button--onbright.button:hover:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:hover:first-child svg.button__leading-icon, .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:hover:first-child svg.button__leading-icon, .callout.callout--secondary .button--onbright.button:hover svg.button__leading-icon, .callout--secondary.archive-filters .button--onbright.button:hover svg.button__leading-icon, .callout.callout--secondary .pagination ul li a.button--onbright:hover svg.button__leading-icon, .pagination ul li .callout.callout--secondary a.button--onbright:hover svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a.button--onbright:hover svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a.button--onbright:hover svg.button__leading-icon, .callout.callout--secondary button.button--onbright:hover svg.button__leading-icon, .callout--secondary.archive-filters button.button--onbright:hover svg.button__leading-icon, .callout.callout--secondary input.button--onbright:hover[type=button] svg.button__leading-icon, .callout--secondary.archive-filters input.button--onbright:hover[type=button] svg.button__leading-icon, .callout.callout--secondary input.button--onbright:hover[type=submit] svg.button__leading-icon, .callout--secondary.archive-filters input.button--onbright:hover[type=submit] svg.button__leading-icon,
    .button--onbright.button.button--page-directional:hover svg.button__trailing-icon,
    .pagination ul li a.button--onbright.button--page-directional:hover svg.button__trailing-icon,
    .pagination ul li.first a.button--onbright:hover svg.button__trailing-icon,
    .pagination ul li.previous a.button--onbright:hover svg.button__trailing-icon,
    .pagination ul li.next a.button--onbright:hover svg.button__trailing-icon,
    .pagination ul li.last a.button--onbright:hover svg.button__trailing-icon,
    button.button--onbright.button--page-directional:hover svg.button__trailing-icon,
    input.button--onbright.button--page-directional:hover[type=button] svg.button__trailing-icon,
    input.button--onbright.button--page-directional:hover[type=reset] svg.button__trailing-icon,
    input.button--onbright.button--page-directional:hover[type=submit] svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .button--onbright.button:hover:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:hover:first-child svg.button__trailing-icon,
    .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:hover:first-child svg.button__trailing-icon,
    .callout.callout--secondary .button--onbright.button:hover svg.button__trailing-icon,
    .callout--secondary.archive-filters .button--onbright.button:hover svg.button__trailing-icon,
    .callout.callout--secondary .pagination ul li a.button--onbright:hover svg.button__trailing-icon,
    .pagination ul li .callout.callout--secondary a.button--onbright:hover svg.button__trailing-icon,
    .callout--secondary.archive-filters .pagination ul li a.button--onbright:hover svg.button__trailing-icon,
    .pagination ul li .callout--secondary.archive-filters a.button--onbright:hover svg.button__trailing-icon,
    .callout.callout--secondary button.button--onbright:hover svg.button__trailing-icon,
    .callout--secondary.archive-filters button.button--onbright:hover svg.button__trailing-icon,
    .callout.callout--secondary input.button--onbright:hover[type=button] svg.button__trailing-icon,
    .callout--secondary.archive-filters input.button--onbright:hover[type=button] svg.button__trailing-icon,
    .callout.callout--secondary input.button--onbright:hover[type=submit] svg.button__trailing-icon,
    .callout--secondary.archive-filters input.button--onbright:hover[type=submit] svg.button__trailing-icon, .button--onbright.button.button--page-directional:active svg.button__leading-icon, .pagination ul li a.button--onbright.button--page-directional:active svg.button__leading-icon, .pagination ul li.first a.button--onbright:active svg.button__leading-icon, .pagination ul li.previous a.button--onbright:active svg.button__leading-icon, .pagination ul li.next a.button--onbright:active svg.button__leading-icon, .pagination ul li.last a.button--onbright:active svg.button__leading-icon, button.button--onbright.button--page-directional:active svg.button__leading-icon, input.button--onbright.button--page-directional:active[type=button] svg.button__leading-icon, input.button--onbright.button--page-directional:active[type=reset] svg.button__leading-icon, input.button--onbright.button--page-directional:active[type=submit] svg.button__leading-icon, .button-collection.button-collection--accent-first .button--onbright.button:active:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:active:first-child svg.button__leading-icon, .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:active:first-child svg.button__leading-icon, .callout.callout--secondary .button--onbright.button:active svg.button__leading-icon, .callout--secondary.archive-filters .button--onbright.button:active svg.button__leading-icon, .callout.callout--secondary .pagination ul li a.button--onbright:active svg.button__leading-icon, .pagination ul li .callout.callout--secondary a.button--onbright:active svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a.button--onbright:active svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a.button--onbright:active svg.button__leading-icon, .callout.callout--secondary button.button--onbright:active svg.button__leading-icon, .callout--secondary.archive-filters button.button--onbright:active svg.button__leading-icon, .callout.callout--secondary input.button--onbright:active[type=button] svg.button__leading-icon, .callout--secondary.archive-filters input.button--onbright:active[type=button] svg.button__leading-icon, .callout.callout--secondary input.button--onbright:active[type=submit] svg.button__leading-icon, .callout--secondary.archive-filters input.button--onbright:active[type=submit] svg.button__leading-icon,
    .button--onbright.button.button--page-directional:active svg.button__trailing-icon,
    .pagination ul li a.button--onbright.button--page-directional:active svg.button__trailing-icon,
    .pagination ul li.first a.button--onbright:active svg.button__trailing-icon,
    .pagination ul li.previous a.button--onbright:active svg.button__trailing-icon,
    .pagination ul li.next a.button--onbright:active svg.button__trailing-icon,
    .pagination ul li.last a.button--onbright:active svg.button__trailing-icon,
    button.button--onbright.button--page-directional:active svg.button__trailing-icon,
    input.button--onbright.button--page-directional:active[type=button] svg.button__trailing-icon,
    input.button--onbright.button--page-directional:active[type=reset] svg.button__trailing-icon,
    input.button--onbright.button--page-directional:active[type=submit] svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .button--onbright.button:active:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:active:first-child svg.button__trailing-icon,
    .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:active:first-child svg.button__trailing-icon,
    .callout.callout--secondary .button--onbright.button:active svg.button__trailing-icon,
    .callout--secondary.archive-filters .button--onbright.button:active svg.button__trailing-icon,
    .callout.callout--secondary .pagination ul li a.button--onbright:active svg.button__trailing-icon,
    .pagination ul li .callout.callout--secondary a.button--onbright:active svg.button__trailing-icon,
    .callout--secondary.archive-filters .pagination ul li a.button--onbright:active svg.button__trailing-icon,
    .pagination ul li .callout--secondary.archive-filters a.button--onbright:active svg.button__trailing-icon,
    .callout.callout--secondary button.button--onbright:active svg.button__trailing-icon,
    .callout--secondary.archive-filters button.button--onbright:active svg.button__trailing-icon,
    .callout.callout--secondary input.button--onbright:active[type=button] svg.button__trailing-icon,
    .callout--secondary.archive-filters input.button--onbright:active[type=button] svg.button__trailing-icon,
    .callout.callout--secondary input.button--onbright:active[type=submit] svg.button__trailing-icon,
    .callout--secondary.archive-filters input.button--onbright:active[type=submit] svg.button__trailing-icon, .button--onbright.button.button--page-directional:focus svg.button__leading-icon, .pagination ul li a.button--onbright.button--page-directional:focus svg.button__leading-icon, .pagination ul li.first a.button--onbright:focus svg.button__leading-icon, .pagination ul li.previous a.button--onbright:focus svg.button__leading-icon, .pagination ul li.next a.button--onbright:focus svg.button__leading-icon, .pagination ul li.last a.button--onbright:focus svg.button__leading-icon, button.button--onbright.button--page-directional:focus svg.button__leading-icon, input.button--onbright.button--page-directional:focus[type=button] svg.button__leading-icon, input.button--onbright.button--page-directional:focus[type=reset] svg.button__leading-icon, input.button--onbright.button--page-directional:focus[type=submit] svg.button__leading-icon, .button-collection.button-collection--accent-first .button--onbright.button:focus:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:focus:first-child svg.button__leading-icon, .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:focus:first-child svg.button__leading-icon, .callout.callout--secondary .button--onbright.button:focus svg.button__leading-icon, .callout--secondary.archive-filters .button--onbright.button:focus svg.button__leading-icon, .callout.callout--secondary .pagination ul li a.button--onbright:focus svg.button__leading-icon, .pagination ul li .callout.callout--secondary a.button--onbright:focus svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a.button--onbright:focus svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a.button--onbright:focus svg.button__leading-icon, .callout.callout--secondary button.button--onbright:focus svg.button__leading-icon, .callout--secondary.archive-filters button.button--onbright:focus svg.button__leading-icon, .callout.callout--secondary input.button--onbright:focus[type=button] svg.button__leading-icon, .callout--secondary.archive-filters input.button--onbright:focus[type=button] svg.button__leading-icon, .callout.callout--secondary input.button--onbright:focus[type=submit] svg.button__leading-icon, .callout--secondary.archive-filters input.button--onbright:focus[type=submit] svg.button__leading-icon,
    .button--onbright.button.button--page-directional:focus svg.button__trailing-icon,
    .pagination ul li a.button--onbright.button--page-directional:focus svg.button__trailing-icon,
    .pagination ul li.first a.button--onbright:focus svg.button__trailing-icon,
    .pagination ul li.previous a.button--onbright:focus svg.button__trailing-icon,
    .pagination ul li.next a.button--onbright:focus svg.button__trailing-icon,
    .pagination ul li.last a.button--onbright:focus svg.button__trailing-icon,
    button.button--onbright.button--page-directional:focus svg.button__trailing-icon,
    input.button--onbright.button--page-directional:focus[type=button] svg.button__trailing-icon,
    input.button--onbright.button--page-directional:focus[type=reset] svg.button__trailing-icon,
    input.button--onbright.button--page-directional:focus[type=submit] svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .button--onbright.button:focus:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .pagination ul li a.button--onbright:focus:first-child svg.button__trailing-icon,
    .pagination ul li .button-collection.button-collection--accent-first a.button--onbright:focus:first-child svg.button__trailing-icon,
    .callout.callout--secondary .button--onbright.button:focus svg.button__trailing-icon,
    .callout--secondary.archive-filters .button--onbright.button:focus svg.button__trailing-icon,
    .callout.callout--secondary .pagination ul li a.button--onbright:focus svg.button__trailing-icon,
    .pagination ul li .callout.callout--secondary a.button--onbright:focus svg.button__trailing-icon,
    .callout--secondary.archive-filters .pagination ul li a.button--onbright:focus svg.button__trailing-icon,
    .pagination ul li .callout--secondary.archive-filters a.button--onbright:focus svg.button__trailing-icon,
    .callout.callout--secondary button.button--onbright:focus svg.button__trailing-icon,
    .callout--secondary.archive-filters button.button--onbright:focus svg.button__trailing-icon,
    .callout.callout--secondary input.button--onbright:focus[type=button] svg.button__trailing-icon,
    .callout--secondary.archive-filters input.button--onbright:focus[type=button] svg.button__trailing-icon,
    .callout.callout--secondary input.button--onbright:focus[type=submit] svg.button__trailing-icon,
    .callout--secondary.archive-filters input.button--onbright:focus[type=submit] svg.button__trailing-icon {
      fill: #ffc217;
      color: #ffc217; }

ul, ol {
  margin-bottom: 2.5rem;
  margin-left: 3.125rem; }
  ul li, ol li {
    margin-bottom: 1rem; }
    ul li ul, ul li ol, ol li ul, ol li ol {
      margin-top: 1rem;
      margin-left: 3.125rem; }

@media screen and (max-width: 23.75em) {
  ul, ol {
    margin-left: 1.25rem; }
    ul li ul, ul li ol, ol li ul, ol li ol {
      margin-left: 2.5rem; } }

ul.strip-list {
  margin: 0 0 0 0;
  list-style: none;
  padding: 0 0 0 0; }
  ul.strip-list &gt; li {
    text-indent: 0;
    margin-left: 0;
    margin-bottom: 0; }
    ul.strip-list &gt; li:before {
      display: none; }

ol.strip-list {
  margin: 0 0 0 0;
  list-style: none;
  padding: 0 0 0 0; }
  ol.strip-list &gt; li {
    text-indent: 0;
    margin-left: 0;
    margin-bottom: 0; }
    ol.strip-list &gt; li:before {
      display: none; }

ul.no-bullets {
  list-style-type: none;
  margin-left: 0; }

dl dd {
  margin-bottom: 1.25rem; }

.icon {
  height: 1em;
  width: 1em;
  display: inline-block; }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea,
select {
  height: auto;
  padding: 1.25rem; }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='range'],
textarea,
select {
  margin-top: 0.5rem;
  margin-bottom: 1.875rem; }

select {
  background-position: right center; }

label,
legend {
  font-weight: bold;
  font-size: 1rem; }
  label abbr[title='Required'],
  legend abbr[title='Required'] {
    text-decoration: none;
    color: #bb4935;
    font-weight: bold;
    font-size: 1.25rem; }

fieldset ul {
  margin: 0 0 0 0;
  list-style: none;
  padding: 0 0 0 0; }
  fieldset ul &gt; li {
    text-indent: 0;
    margin-left: 0;
    margin-bottom: 0; }
    fieldset ul &gt; li:before {
      display: none; }
  fieldset ul li {
    margin-bottom: 0.625rem; }

.is-error,
.is-valid {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 2.5rem; }

.is-error {
  background-image: url("../images/form-error.svg");
  background-size: 22px 22px; }

.is-valid {
  background-image: url("../images/form-valid.svg");
  background-size: 32px 32px; }

figure img {
  width: 100%;
  height: auto; }

figure figcaption {
  margin-top: 1em; }

.embedded-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .embedded-video iframe,
  .embedded-video object,
  .embedded-video embed,
  .embedded-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embedded-widescreen-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .embedded-widescreen-video iframe,
  .embedded-widescreen-video object,
  .embedded-widescreen-video embed,
  .embedded-widescreen-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

table {
  border-collapse: collapse;
  border: 0;
  margin-bottom: 2.5rem; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td,
  table tbody th,
  table tbody td {
    padding: 1rem 1.25rem; }
  table thead tr th,
  table tfoot tr th {
    background: #3b3b3b;
    border: #3b3b3b 1px solid;
    color: #ffc217; }
  table tbody tr,
  table tbody tr:nth-child(even) {
    background: #fff; }
    table tbody tr th,
    table tbody tr:nth-child(even) th {
      text-align: left; }
    table tbody tr th,
    table tbody tr td,
    table tbody tr:nth-child(even) th,
    table tbody tr:nth-child(even) td {
      border: #c9c7c4 1px solid; }

table.table--zebra-stripe tbody tr:nth-child(even) {
  background: #f2f2f2; }

@media screen and (max-width: 63.9375em) {
  .table-responsive-wrap {
    overflow-x: auto; } }

.described-links__item {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.pullquote {
  position: relative;
  margin: 0 0 3.75rem 6.25rem;
  padding: 1.25rem 0 0 3.125rem; }
  @media screen and (max-width: 63.9375em) {
    .pullquote {
      margin-left: 0; } }
  @media screen and (max-width: 40em) {
    .pullquote {
      padding-left: 2.1875rem; } }
  .pullquote__quote {
    font-size: 2.25rem;
    line-height: 2.375rem;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    white-space: nowrap; }
    @media screen and (max-width: 40em) {
      .pullquote__quote {
        font-size: 1.625rem;
        line-height: 1.75rem; } }
    @media screen and (max-width: 23.75em) {
      .pullquote__quote {
        font-size: 1.375rem;
        line-height: 1.5rem; } }
    .pullquote__quote span {
      white-space: normal; }
    .pullquote__quote:after {
      content: '"'; }
    .pullquote__quote:before {
      content: '“';
      color: #ffc217;
      font-size: 7.625rem;
      line-height: 7.625rem;
      position: absolute;
      top: -0.625rem;
      left: 0; }
      @media screen and (max-width: 40em) {
        .pullquote__quote:before {
          font-size: 5rem; } }
  .pullquote cite,
  .pullquote .pullquote__attribution {
    margin-top: 1.875rem;
    display: block;
    font-size: 1.625rem;
    line-height: 2rem;
    color: #979797; }
    @media screen and (max-width: 40em) {
      .pullquote cite,
      .pullquote .pullquote__attribution {
        font-size: 1.25rem;
        line-height: 1.375rem; } }
  .pullquote.pullquote--ondark cite,
  .pullquote.pullquote--ondark .pullquote__attribution, .ondark-testing .pullquote cite,
  .ondark-testing .pullquote .pullquote__attribution {
    color: #c9c7c4; }

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: rgba(0, 0, 0, 0.3) 4px dotted;
  margin-bottom: 1.875rem; }
  @media screen and (max-width: 63.9375em) {
    .section-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    margin: 0;
    line-height: 1;
    margin-bottom: 1.875rem; }
    @media screen and (max-width: 63.9375em) {
      .section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
  .section-header .button-collection .button, .section-header .button-collection .pagination ul li a, .pagination ul li .section-header .button-collection a {
    margin-bottom: 1.875rem; }
  .section-header.section-header--no-border, .fact-collection .section-header.fact-collection__header {
    border-bottom: 0; }
  .section-header.section-header--centered, .fact-collection .section-header.fact-collection__header {
    text-align: center; }
    .section-header.section-header--centered h1, .section-header.section-header--centered h2, .section-header.section-header--centered h3, .section-header.section-header--centered h4, .section-header.section-header--centered h5, .section-header.section-header--centered h6, .fact-collection .section-header.fact-collection__header h1, .fact-collection .section-header.fact-collection__header h2, .fact-collection .section-header.fact-collection__header h3, .fact-collection .section-header.fact-collection__header h4, .fact-collection .section-header.fact-collection__header h5, .fact-collection .section-header.fact-collection__header h6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
  .section-header.section-header--letter h1, .section-header.section-header--letter h2, .section-header.section-header--letter h3, .section-header.section-header--letter h4, .section-header.section-header--letter h5, .section-header.section-header--letter h6, .alpha-list .section-header h1, .alpha-list .section-header h2, .alpha-list .section-header h3, .alpha-list .section-header h4, .alpha-list .section-header h5, .alpha-list .section-header h6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffc217; }
    @media screen and (max-width: 40em) {
      .section-header.section-header--letter h1, .section-header.section-header--letter h2, .section-header.section-header--letter h3, .section-header.section-header--letter h4, .section-header.section-header--letter h5, .section-header.section-header--letter h6, .alpha-list .section-header h1, .alpha-list .section-header h2, .alpha-list .section-header h3, .alpha-list .section-header h4, .alpha-list .section-header h5, .alpha-list .section-header h6 {
        font-size: 1.25rem;
        width: 2.5rem;
        height: 2.5rem; } }

.directory-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 40em) {
    .directory-listing {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .directory-listing .directory-listing__name,
  .directory-listing .directory-listing__departments,
  .directory-listing .directory-listing__contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
    @media screen and (max-width: 40em) {
      .directory-listing .directory-listing__name,
      .directory-listing .directory-listing__departments,
      .directory-listing .directory-listing__contact {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        margin-bottom: 1.25rem; }
        .directory-listing .directory-listing__name:last-child,
        .directory-listing .directory-listing__departments:last-child,
        .directory-listing .directory-listing__contact:last-child {
          margin-bottom: 0; } }
  .directory-listing ul {
    margin: 0 0 0 0;
    list-style: none;
    padding: 0 0 0 0; }
    .directory-listing ul &gt; li {
      text-indent: 0;
      margin-left: 0;
      margin-bottom: 0; }
      .directory-listing ul &gt; li:before {
        display: none; }
    .directory-listing ul li {
      font-size: 1.125rem;
      margin-bottom: 0.3125rem; }
  .directory-listing .directory-listing__name h1, .directory-listing .directory-listing__name h2, .directory-listing .directory-listing__name h3, .directory-listing .directory-listing__name h4, .directory-listing .directory-listing__name h5, .directory-listing .directory-listing__name h6 {
    font: normal bold 1.375rem "Titillium Web", sans-serif;
    line-height: 1.5;
    text-transform: none;
    font-family: "Roboto", sans-serif; }
    @media screen and (max-width: 63.9375em) {
      .directory-listing .directory-listing__name h1, .directory-listing .directory-listing__name h2, .directory-listing .directory-listing__name h3, .directory-listing .directory-listing__name h4, .directory-listing .directory-listing__name h5, .directory-listing .directory-listing__name h6 {
        font-size: 1.125rem; } }

.headline-group .superhead,
.headline-group .subhead {
  font: normal normal 16px "Roboto", sans-serif;
  text-transform: none;
  line-height: 1.5;
  text-transform: uppercase;
  display: block; }

div.headline-group .head {
  font-family: "Titillium Web", sans-serif; }

nav.main-nav .main-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 40em) {
    nav.main-nav .main-nav__links {
      display: none; } }

nav.main-nav .menu-toggle {
  display: none;
  margin-bottom: 0; }
  nav.main-nav .menu-toggle:hover, nav.main-nav .menu-toggle:active, nav.main-nav .menu-toggle:focus {
    background: #e3a700; }
  @media screen and (max-width: 40em) {
    nav.main-nav .menu-toggle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

nav.utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  nav.utility-nav button.utility-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
    nav.utility-nav button.utility-button svg {
      width: 1.125rem;
      height: 1.125rem;
      margin-left: 0.625rem; }
    nav.utility-nav button.utility-button.search-toggle {
      background-color: #767676;
      text-transform: uppercase;
      font-size: 1rem; }
      nav.utility-nav button.utility-button.search-toggle svg {
        fill: #fff; }
      nav.utility-nav button.utility-button.search-toggle:hover {
        color: #fff;
        background: #7e7e7e; }
  nav.utility-nav.search-bar--active .utility-nav__wrapper {
    width: 31.25rem; }
  @media screen and (max-width: 40em) {
    nav.utility-nav .search-bar.utility-search-bar,
    nav.utility-nav button.utility-button {
      display: none; } }

.quicklinks button.quicklinks__toggle {
  margin: 0;
  background: #ffc217;
  color: #000; }
  .quicklinks button.quicklinks__toggle:hover {
    background: #e3a700; }
  .quicklinks button.quicklinks__toggle:after {
    display: none; }

.quicklinks nav.quicklinks__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(255, 194, 23, 0.95);
  z-index: 99999; }
  .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 80em) {
      .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (max-width: 40em) {
      .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper button.quicklinks__toggle {
      margin-left: auto;
      background: transparent;
      margin-bottom: 1.25rem;
      padding: 1.25rem; }
      .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper button.quicklinks__toggle svg {
        width: 1.875rem;
        height: 1.875rem; }
      .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper button.quicklinks__toggle:hover {
        background: #000; }
        .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper button.quicklinks__toggle:hover svg {
          fill: #fff; }
    .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-bottom: 2.5rem; }
      .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper nav.main-nav,
      .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper .quicklinks__list {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        text-align: center; }
        .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper nav.main-nav a,
        .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper .quicklinks__list a {
          font-size: 1.25rem;
          font-weight: bold;
          color: #000;
          display: inline-block;
          margin-bottom: 0.625rem;
          border-bottom-color: transparent; }
          .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper nav.main-nav a:hover,
          .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper .quicklinks__list a:hover {
            border-bottom-color: #fff; }
      .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper nav.main-nav {
        display: none; }
        @media screen and (max-width: 40em) {
          .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper nav.main-nav {
            display: block; }
            .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper nav.main-nav:after {
              display: block;
              content: '';
              width: 40%;
              margin: 0 auto 0.625rem auto;
              border-bottom: rgba(0, 0, 0, 0.3) 4px dotted;
              border-bottom-color: #fff; } }
        .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper nav.main-nav .main-nav__links {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column nowrap;
                  flex-flow: column nowrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper nav.main-nav button.menu-toggle {
          display: none; }
      .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper .quicklinks__list ul {
        margin: 0 0 0 0;
        list-style: none;
        padding: 0 0 0 0; }
        .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper .quicklinks__list ul &gt; li {
          text-indent: 0;
          margin-left: 0;
          margin-bottom: 0; }
          .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper .quicklinks__list ul &gt; li:before {
            display: none; }
        @media screen and (max-width: 40em) {
          .quicklinks nav.quicklinks__overlay .quicklinks__overlay-wrapper .quicklinks__nav-wrapper .quicklinks__list ul li a {
            font-weight: normal;
            font-size: 1.125rem; } }

.quicklinks .search-bar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
  .quicklinks .search-bar .search-bar__form {
    max-width: 31.25rem; }
  .quicklinks .search-bar .search-bar__toggle {
    display: none; }

.section-nav {
  background: #3b3b3b; }
  .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav {
    margin-bottom: 0;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav:hover svg, .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav:focus svg {
      fill: #000; }
    @media screen and (min-width: 48em) {
      .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav {
        background: rgba(0, 0, 0, 0.3);
        border: rgba(255, 255, 255, 0.5) 1px solid; }
        .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav:focus {
          color: #fff;
          border-color: #ffc217; }
          .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav:focus svg {
            fill: #fff; }
        .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav:hover {
          background: #ffc217;
          border-color: transparent;
          color: #000; }
          .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav:hover svg {
            fill: #000; } }
    @media screen and (max-width: 47.9375em) {
      .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; } }
    .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav svg {
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      fill: #fff;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: 0.5rem; }
  .section-nav nav {
    display: none;
    width: 100%; }
    .section-nav nav ul {
      margin: 0 0 0 0;
      list-style: none;
      padding: 0 0 0 0;
      padding: 2.5rem; }
      .section-nav nav ul &gt; li {
        text-indent: 0;
        margin-left: 0;
        margin-bottom: 0; }
        .section-nav nav ul &gt; li:before {
          display: none; }
      @media screen and (min-width: 48em) {
        .section-nav nav ul {
          -webkit-column-count: 3;
                  column-count: 3;
          -webkit-column-gap: 2.5rem;
                  column-gap: 2.5rem; } }
      @media screen and (max-width: 40em) {
        .section-nav nav ul {
          padding: 1.25rem 0; } }
      .section-nav nav ul li {
        -webkit-column-break-inside: avoid;
                break-inside: avoid; }
        .section-nav nav ul li a {
          color: #fff;
          display: block;
          padding: 0.625rem;
          border-bottom-color: rgba(255, 255, 255, 0.1); }
          .section-nav nav ul li a:hover, .section-nav nav ul li a:active {
            color: #ffc217;
            background: rgba(0, 0, 0, 0.2); }
  .section-nav.active button.toggleSectionNav svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.button-collection button,
.button-collection .button,
.button-collection .pagination ul li a,
.pagination ul li .button-collection a {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem; }
  .button-collection button:last-child,
  .button-collection .button:last-child,
  .button-collection .pagination ul li a:last-child,
  .pagination ul li .button-collection a:last-child {
    margin-right: 0; }
  @media screen and (max-width: 23.75em) {
    .button-collection button,
    .button-collection .button,
    .button-collection .pagination ul li a,
    .pagination ul li .button-collection a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0; } }

.link-collection .link-collection__headline {
  font: normal bold 1.625rem "Titillium Web", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 63.9375em) {
    .link-collection .link-collection__headline {
      font-size: 1.5rem; } }
  @media screen and (max-width: 40em) {
    .link-collection .link-collection__headline {
      font-size: 1.375rem; } }

.link-collection--rich ul {
  margin: 0 0 0 0;
  list-style: none;
  padding: 0 0 0 0; }
  .link-collection--rich ul &gt; li {
    text-indent: 0;
    margin-left: 0;
    margin-bottom: 0; }
    .link-collection--rich ul &gt; li:before {
      display: none; }
  .link-collection--rich ul li {
    margin-bottom: 0.625rem; }

.link-collection--rich a {
  margin-bottom: 0;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.link-collection--two-columns ul {
  -webkit-column-count: 2;
          column-count: 2; }
  .link-collection--two-columns ul li {
    -webkit-column-break-inside: avoid;
            break-inside: avoid; }

.link-collection--long-form,
.alpha-list {
  margin-bottom: 2.5rem; }
  .link-collection--long-form ul,
  .alpha-list ul {
    margin: 0 0 0 0;
    list-style: none;
    padding: 0 0 0 0;
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2.5rem;
            column-gap: 2.5rem; }
    .link-collection--long-form ul &gt; li,
    .alpha-list ul &gt; li {
      text-indent: 0;
      margin-left: 0;
      margin-bottom: 0; }
      .link-collection--long-form ul &gt; li:before,
      .alpha-list ul &gt; li:before {
        display: none; }
    @media screen and (max-width: 63.9375em) {
      .link-collection--long-form ul,
      .alpha-list ul {
        -webkit-column-count: 2;
                column-count: 2; } }
    @media screen and (max-width: 40em) {
      .link-collection--long-form ul,
      .alpha-list ul {
        -webkit-column-count: 1;
                column-count: 1; } }
    .link-collection--long-form ul li,
    .alpha-list ul li {
      -webkit-column-break-inside: avoid;
              break-inside: avoid;
      margin-bottom: 1.125rem;
      font-size: 1.125rem; }

.breadcrumbs ul {
  margin: 0;
  padding: 0; }
  .breadcrumbs ul li {
    display: inline-block; }
    .breadcrumbs ul li span.icon {
      display: inline-block; }
    .breadcrumbs ul li:last-child span.icon {
      display: none; }

.pagination ul {
  margin: 0;
  text-align: center; }
  .pagination ul li {
    display: inline-block;
    margin: 0; }
    .pagination ul li a {
      margin-bottom: 0.625rem;
      text-align: center;
      background-color: #616161; }
      .pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a:focus {
        background-color: #e1e0df;
        color: #000; }
    .pagination ul li.current {
      padding: 0;
      background: transparent; }
    @media screen and (max-width: 23.75em) {
      .pagination ul li.first, .pagination ul li.previous, .pagination ul li.next, .pagination ul li.last {
        display: block; } }
    @media screen and (max-width: 23.75em) {
      .pagination ul li.first a, .pagination ul li.previous a, .pagination ul li.next a, .pagination ul li.last a {
        width: 100%; } }
    @media screen and (min-width: 48em) {
      .pagination ul li.previous a {
        margin-right: 1.25rem; } }
    @media screen and (min-width: 48em) {
      .pagination ul li.next a {
        margin-left: 1.25rem; } }

.social-media a.social-media--icon svg {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 2.5rem;
  height: 2.5rem;
  fill: #903b41;
  color: #903b41; }

.social-media a.social-media--icon:hover svg, .social-media a.social-media--icon:active svg, .social-media a.social-media--icon:focus svg {
  fill: #f3ad1c;
  color: #f3ad1c; }

.skip-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top: -5rem; }
  .skip-nav:focus {
    top: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s; }

.taxonomy-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (max-width: 63.9375em) {
    .taxonomy-filters .taxonomy-filters__headline,
    .taxonomy-filters .taxonomy-filters__buttons {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
  .taxonomy-filters .taxonomy-filters__headline {
    margin-right: 1.25rem; }
    .taxonomy-filters .taxonomy-filters__headline h1, .taxonomy-filters .taxonomy-filters__headline h2, .taxonomy-filters .taxonomy-filters__headline h3, .taxonomy-filters .taxonomy-filters__headline h4, .taxonomy-filters .taxonomy-filters__headline h5, .taxonomy-filters .taxonomy-filters__headline h6 {
      margin: 0;
      font-weight: bold;
      font: normal bold 1.625rem "Titillium Web", sans-serif;
      line-height: 1.5;
      text-transform: none; }
      @media screen and (max-width: 63.9375em) {
        .taxonomy-filters .taxonomy-filters__headline h1, .taxonomy-filters .taxonomy-filters__headline h2, .taxonomy-filters .taxonomy-filters__headline h3, .taxonomy-filters .taxonomy-filters__headline h4, .taxonomy-filters .taxonomy-filters__headline h5, .taxonomy-filters .taxonomy-filters__headline h6 {
          font-size: 1.5rem; } }
      @media screen and (max-width: 40em) {
        .taxonomy-filters .taxonomy-filters__headline h1, .taxonomy-filters .taxonomy-filters__headline h2, .taxonomy-filters .taxonomy-filters__headline h3, .taxonomy-filters .taxonomy-filters__headline h4, .taxonomy-filters .taxonomy-filters__headline h5, .taxonomy-filters .taxonomy-filters__headline h6 {
          font-size: 1.375rem; } }
    @media screen and (max-width: 63.9375em) {
      .taxonomy-filters .taxonomy-filters__headline {
        margin-bottom: 1.25rem; } }
  .taxonomy-filters .taxonomy-filters__buttons {
    margin-bottom: -1.25rem; }
    @media screen and (max-width: 23.75em) {
      .taxonomy-filters .taxonomy-filters__buttons .button, .taxonomy-filters .taxonomy-filters__buttons .pagination ul li a, .pagination ul li .taxonomy-filters .taxonomy-filters__buttons a,
      .taxonomy-filters .taxonomy-filters__buttons button {
        margin-bottom: 0.625rem; } }

.section-wrap--dots .taxonomy-filters .taxonomy-filters__headline, section.section-wrap.section-wrap--dots-underlay:after .taxonomy-filters .taxonomy-filters__headline {
  color: #fff; }

.alpha-filters .alpha-filters__list .button, .alpha-filters .alpha-filters__list .pagination ul li a, .pagination ul li .alpha-filters .alpha-filters__list a,
.alpha-filters .alpha-filters__list button {
  border-radius: 50%;
  font-size: 1rem;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.3125rem;
  margin-right: 0.2125rem; }

.search-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 40em) {
    .search-filters {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .search-filters .search-filters__search,
  .search-filters .search-filters__select {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%; }
    @media screen and (max-width: 40em) {
      .search-filters .search-filters__search,
      .search-filters .search-filters__select {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
  .search-filters input,
  .search-filters select {
    border: 0;
    padding: 0.625rem 1.25rem;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    font-size: 1.25rem;
    margin-bottom: 0; }
  .search-filters input {
    background: transparent;
    padding-left: 0; }
    .search-filters input:focus {
      border: 0;
      -webkit-box-shadow: 0 0 0;
              box-shadow: 0 0 0;
      background: transparent; }
  .search-filters select {
    color: #3b3b3b; }
  .search-filters button {
    background: transparent;
    color: #000;
    padding: 0.5625rem 0.1875rem;
    margin-bottom: 0;
    font-size: 1.25rem; }
  .search-filters input::-webkit-input-placeholder {
    color: #3b3b3b; }
  .search-filters input:-ms-input-placeholder {
    color: #3b3b3b; }
  .search-filters input::-ms-input-placeholder {
    color: #3b3b3b; }
  .search-filters input::placeholder {
    color: #3b3b3b; }
  .search-filters .search-filters__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: #b1b1b1 2px solid; }
  @media screen and (max-width: 40em) {
    .search-filters .search-filters__select {
      margin-top: 1.875rem; } }

.archive-filters .button, .archive-filters .pagination ul li a, .pagination ul li .archive-filters a {
  margin-bottom: 0; }

form.search-bar {
  margin-bottom: 2.5rem; }
  form.search-bar .search-bar__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin: 0 auto; }
    @media screen and (max-width: 63.9375em) {
      form.search-bar .search-bar__form {
        width: 100%; } }
    form.search-bar .search-bar__form input[type="text"] {
      border-color: #fff;
      margin: 0; }
    form.search-bar .search-bar__form button,
    form.search-bar .search-bar__form .button,
    form.search-bar .search-bar__form .pagination ul li a,
    .pagination ul li form.search-bar .search-bar__form a {
      margin: 0; }



.teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .teaser h2 {
    line-height: 3.125rem;
    margin-bottom: 1.25rem; }
    @media screen and (max-width: 40em) {
      .teaser h2, .teaser .heading2 {
        line-height: 2.125rem; } }
  .teaser .heading4 {
    line-height: 1.5;
    margin-bottom: 1.25rem; }
  .teaser .teaser__image {
    margin-bottom: 1.25rem; }
    .teaser .teaser__image a {
      display: inline-block; }
  .teaser .teaser__body .teaser__headline .heading3, .teaser .teaser__body .teaser__headline h3, .teaser .teaser__body .teaser__headline h4, .teaser .teaser__body .teaser__headline h5, .teaser .teaser__body .teaser__headline h6 {
    line-height: 1.25em;
    margin-top: 0;
    font: normal bold 2.225rem "Titillium Web", sans-serif;
    line-height: 1.5;
    text-transform: none; }
    @media screen and (max-width: 63.9375em) {
      .teaser .teaser__body .teaser__headline .heading3, .teaser .teaser__body .teaser__headline h3, .teaser .teaser__body .teaser__headline h4, .teaser .teaser__body .teaser__headline h5, .teaser .teaser__body .teaser__headline h6 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 40em) {
      .teaser .teaser__body .teaser__headline .heading3, .teaser .teaser__body .teaser__headline h3, .teaser .teaser__body .teaser__headline h4, .teaser .teaser__body .teaser__headline h5, .teaser .teaser__body .teaser__headline h6 {
        font-size: 1.375rem; } }
  .teaser .teaser__body .teaser__headline a.link--has-icon span {
    border: 0; }
  .teaser .teaser__body .teaser__headline a.link--rich {
    font-family: "Roboto", sans-serif;
    font-size: inherit; }
  .teaser .teaser__body a.tag {
    margin-bottom: 0.625rem; }
  .teaser.teaser--slab .teaser__editorial, .teaser.teaser--slab-columned .teaser__editorial {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem; }
    @media screen and (max-width: 40em) {
      .teaser.teaser--slab .teaser__editorial, .teaser.teaser--slab-columned .teaser__editorial {
        font-size: 1.125rem;
        line-height: 1.375rem; } }
  .teaser.teaser--slab .button-collection, .teaser.teaser--slab-columned .button-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .teaser.teaser--slab .button-collection .button, .teaser.teaser--slab-columned .button-collection .button, .teaser.teaser--slab .button-collection .pagination ul li a, .pagination ul li .teaser.teaser--slab .button-collection a, .teaser.teaser--slab-columned .button-collection .pagination ul li a, .pagination ul li .teaser.teaser--slab-columned .button-collection a,
    .teaser.teaser--slab .button-collection button,
    .teaser.teaser--slab-columned .button-collection button {
      margin-right: 0; }
  .teaser.teaser--columned, .teaser.teaser--slab-columned, .teaser.teaser--columned-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 63.9375em) {
      .teaser.teaser--columned, .teaser.teaser--slab-columned, .teaser.teaser--columned-intro {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .teaser.teaser--columned .teaser__image, .teaser.teaser--slab-columned .teaser__image, .teaser.teaser--columned-intro .teaser__image,
    .teaser.teaser--columned .teaser__body,
    .teaser.teaser--slab-columned .teaser__body,
    .teaser.teaser--columned-intro .teaser__body {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 48%;
              flex: 0 1 48%; }
      @media screen and (max-width: 63.9375em) {
        .teaser.teaser--columned .teaser__image, .teaser.teaser--slab-columned .teaser__image, .teaser.teaser--columned-intro .teaser__image,
        .teaser.teaser--columned .teaser__body,
        .teaser.teaser--slab-columned .teaser__body,
        .teaser.teaser--columned-intro .teaser__body {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; } }
    
    .teaser.teaser--columned .teaser__body,
    .teaser.teaser--slab-columned .teaser__body,
    .teaser.teaser--columned-intro .teaser__body {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .teaser.teaser--columned .teaser__image, .teaser.teaser--slab-columned .teaser__image, .teaser.teaser--columned-intro .teaser__image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0; }
    .teaser.teaser--columned.teaser--columned-layered, .teaser.teaser--columned-layered.teaser--slab-columned, .teaser.teaser--columned-intro {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .teaser.teaser--columned.teaser--columned-layered .teaser__body, .teaser.teaser--columned-layered.teaser--slab-columned .teaser__body, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body, .teaser.teaser--columned-intro .teaser__body,
      .teaser.teaser--columned.teaser--columned-layered .teaser__image,
      .teaser.teaser--columned-layered.teaser--slab-columned .teaser__image,
      .teaser.teaser--slab-columned.teaser--columned-intro .teaser__image,
      .teaser.teaser--columned-intro .teaser__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; }
        @media screen and (max-width: 63.9375em) {
          .teaser.teaser--columned.teaser--columned-layered .teaser__body, .teaser.teaser--columned-layered.teaser--slab-columned .teaser__body, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body, .teaser.teaser--columned-intro .teaser__body,
          .teaser.teaser--columned.teaser--columned-layered .teaser__image,
          .teaser.teaser--columned-layered.teaser--slab-columned .teaser__image,
          .teaser.teaser--slab-columned.teaser--columned-intro .teaser__image,
          .teaser.teaser--columned-intro .teaser__image {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 100%;
                    flex: 0 1 100%; } }
      
      .teaser.teaser--columned.teaser--columned-layered .teaser__image,
      .teaser.teaser--columned-layered.teaser--slab-columned .teaser__image,
      .teaser.teaser--slab-columned.teaser--columned-intro .teaser__image,
      .teaser.teaser--columned-intro .teaser__image {
        position: relative;
        overflow: hidden; }
        .teaser.teaser--columned.teaser--columned-layered .teaser__image a, .teaser.teaser--columned-layered.teaser--slab-columned .teaser__image a, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__image a, .teaser.teaser--columned-intro .teaser__image a {
          width: 100%;
          max-width: none;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          content: '';
          display: block;
          margin: 0; }
          .teaser.teaser--columned.teaser--columned-layered .teaser__image a &gt; img, .teaser.teaser--columned-layered.teaser--slab-columned .teaser__image a &gt; img, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__image a &gt; img, .teaser.teaser--columned-intro .teaser__image a &gt; img {
            position: absolute;
            max-width: none;
            max-height: none;
            width: auto;
            min-width: 100%;
            height: auto;
            min-height: 100%;
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          @media screen and (max-width: 63.9375em) {
            .teaser.teaser--columned.teaser--columned-layered .teaser__image a, .teaser.teaser--columned-layered.teaser--slab-columned .teaser__image a, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__image a, .teaser.teaser--columned-intro .teaser__image a {
              position: static; }
              .teaser.teaser--columned.teaser--columned-layered .teaser__image a img, .teaser.teaser--columned-layered.teaser--slab-columned .teaser__image a img, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__image a img, .teaser.teaser--columned-intro .teaser__image a img {
                position: static;
                -webkit-transform: none;
                        transform: none;
                width: 100%; } }
      .teaser.teaser--columned.teaser--columned-layered .teaser__body, .teaser.teaser--columned-layered.teaser--slab-columned .teaser__body, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body, .teaser.teaser--columned-intro .teaser__body {
        padding: 2.5rem;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 40em) {
          .teaser.teaser--columned.teaser--columned-layered .teaser__body, .teaser.teaser--columned-layered.teaser--slab-columned .teaser__body, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body, .teaser.teaser--columned-intro .teaser__body {
            padding: 1.25rem; } }
        .teaser.teaser--columned.teaser--columned-layered .teaser__body .tag, .teaser.teaser--columned-layered.teaser--slab-columned .teaser__body .tag, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body .tag, .teaser.teaser--columned-intro .teaser__body .tag {
          -ms-flex-item-align: start;
              align-self: flex-start; }
    .teaser.teaser--columned.teaser--columned-swap-image .teaser__body, .teaser.teaser--columned-swap-image.teaser--slab-columned .teaser__body, .teaser.teaser--columned-swap-image.teaser--columned-intro .teaser__body {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media screen and (max-width: 63.9375em) {
        .teaser.teaser--columned.teaser--columned-swap-image .teaser__body, .teaser.teaser--columned-swap-image.teaser--slab-columned .teaser__body, .teaser.teaser--columned-swap-image.teaser--columned-intro .teaser__body {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .teaser.teaser--columned.teaser--columned-swap-image .teaser__image, .teaser.teaser--columned-swap-image.teaser--slab-columned .teaser__image, .teaser.teaser--columned-swap-image.teaser--columned-intro .teaser__image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media screen and (max-width: 63.9375em) {
        .teaser.teaser--columned.teaser--columned-swap-image .teaser__image, .teaser.teaser--columned-swap-image.teaser--slab-columned .teaser__image, .teaser.teaser--columned-swap-image.teaser--columned-intro .teaser__image {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .teaser.teaser--columned.teaser--columned-swap-image.teaser--nippled .teaser__body, .teaser.teaser--columned-swap-image.teaser--nippled.teaser--slab-columned .teaser__body, .teaser.teaser--columned-swap-image.teaser--slab-columned.teaser--columned-intro .teaser__body, .teaser.teaser--columned-swap-image.teaser--columned-intro .teaser__body {
      position: relative; }
      .teaser.teaser--columned.teaser--columned-swap-image.teaser--nippled .teaser__body:after, .teaser.teaser--columned-swap-image.teaser--nippled.teaser--slab-columned .teaser__body:after, .teaser.teaser--columned-swap-image.teaser--slab-columned.teaser--columned-intro .teaser__body:after, .teaser.teaser--columned-swap-image.teaser--columned-intro .teaser__body:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-white.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        @media screen and (max-width: 40em) {
          .teaser.teaser--columned.teaser--columned-swap-image.teaser--nippled .teaser__body:after, .teaser.teaser--columned-swap-image.teaser--nippled.teaser--slab-columned .teaser__body:after, .teaser.teaser--columned-swap-image.teaser--slab-columned.teaser--columned-intro .teaser__body:after, .teaser.teaser--columned-swap-image.teaser--columned-intro .teaser__body:after {
            display: none; } }
    .teaser.teaser--columned.teaser--columned-wide-image .teaser__body, .teaser.teaser--slab-columned .teaser__body, .teaser.teaser--columned-wide-image.teaser--columned-intro .teaser__body, .teaser.teaser--columned-intro.teaser--slab-columned .teaser__body {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 38%;
              flex: 0 1 38%; }
    .teaser.teaser--columned.teaser--columned-wide-image .teaser__image, .teaser.teaser--slab-columned .teaser__image, .teaser.teaser--columned-wide-image.teaser--columned-intro .teaser__image, .teaser.teaser--columned-intro.teaser--slab-columned .teaser__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 58%;
              flex: 0 1 58%; }
    @media screen and (max-width: 63.9375em) {
      .teaser.teaser--columned.teaser--columned-wide-image .teaser__body, .teaser.teaser--slab-columned .teaser__body, .teaser.teaser--columned-wide-image.teaser--columned-intro .teaser__body, .teaser.teaser--columned-intro.teaser--slab-columned .teaser__body, .teaser.teaser--columned.teaser--columned-wide-image .teaser__image, .teaser.teaser--slab-columned .teaser__image, .teaser.teaser--columned-wide-image.teaser--columned-intro .teaser__image, .teaser.teaser--columned-intro.teaser--slab-columned .teaser__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
    .teaser.teaser--columned.teaser--nippled .teaser__body, .teaser.teaser--nippled.teaser--slab-columned .teaser__body, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body, .teaser.teaser--columned-intro .teaser__body {
      position: relative; }
      .teaser.teaser--columned.teaser--nippled .teaser__body:after, .teaser.teaser--nippled.teaser--slab-columned .teaser__body:after, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body:after, .teaser.teaser--columned-intro .teaser__body:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-white.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
        @media screen and (max-width: 63.9375em) {
          .teaser.teaser--columned.teaser--nippled .teaser__body:after, .teaser.teaser--nippled.teaser--slab-columned .teaser__body:after, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body:after, .teaser.teaser--columned-intro .teaser__body:after {
            display: none; } }
      @media screen and (max-width: 63.9375em) {
        .teaser.teaser--columned.teaser--nippled .teaser__body, .teaser.teaser--nippled.teaser--slab-columned .teaser__body, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body, .teaser.teaser--columned-intro .teaser__body {
          position: relative; }
          .teaser.teaser--columned.teaser--nippled .teaser__body:after, .teaser.teaser--nippled.teaser--slab-columned .teaser__body:after, .teaser.teaser--slab-columned.teaser--columned-intro .teaser__body:after, .teaser.teaser--columned-intro .teaser__body:after {
            position: absolute;
            display: block;
            content: '';
            width: 1.875rem;
            height: 3.375rem;
            background: transparent url("../images/nipple-white.svg") no-repeat center center;
            background-size: 30px 54px;
            margin: auto;
            z-index: 100;
            top: auto;
            right: 0;
            bottom: -2.5rem;
            left: 0;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); } }
  .teaser.teaser--overlay {
    color: #fff; }
    .teaser.teaser--overlay .button, .teaser.teaser--overlay .pagination ul li a, .pagination ul li .teaser.teaser--overlay a,
    .teaser.teaser--overlay button {
      background-color: #fff;
      color: #000; }
      .teaser.teaser--overlay .button svg.button__leading-icon, .teaser.teaser--overlay .pagination ul li a svg.button__leading-icon, .pagination ul li .teaser.teaser--overlay a svg.button__leading-icon,
      .teaser.teaser--overlay .button svg.button__trailing-icon,
      .teaser.teaser--overlay .pagination ul li a svg.button__trailing-icon,
      .pagination ul li .teaser.teaser--overlay a svg.button__trailing-icon,
      .teaser.teaser--overlay button svg.button__leading-icon,
      .teaser.teaser--overlay button svg.button__trailing-icon {
        fill: #bb4935;
        color: #bb4935; }
      .teaser.teaser--overlay .button:link, .teaser.teaser--overlay .pagination ul li a:link, .pagination ul li .teaser.teaser--overlay a:link, .teaser.teaser--overlay .button:visited, .teaser.teaser--overlay .pagination ul li a:visited, .pagination ul li .teaser.teaser--overlay a:visited,
      .teaser.teaser--overlay button:link,
      .teaser.teaser--overlay button:visited {
        color: #000; }
      .teaser.teaser--overlay .button:hover, .teaser.teaser--overlay .pagination ul li a:hover, .pagination ul li .teaser.teaser--overlay a:hover, .teaser.teaser--overlay .button:active, .teaser.teaser--overlay .pagination ul li a:active, .pagination ul li .teaser.teaser--overlay a:active, .teaser.teaser--overlay .button:focus, .teaser.teaser--overlay .pagination ul li a:focus, .pagination ul li .teaser.teaser--overlay a:focus,
      .teaser.teaser--overlay button:hover,
      .teaser.teaser--overlay button:active,
      .teaser.teaser--overlay button:focus {
        background-color: #000;
        color: #fff; }
        .teaser.teaser--overlay .button:hover svg.button__leading-icon, .teaser.teaser--overlay .pagination ul li a:hover svg.button__leading-icon, .pagination ul li .teaser.teaser--overlay a:hover svg.button__leading-icon,
        .teaser.teaser--overlay .button:hover svg.button__trailing-icon,
        .teaser.teaser--overlay .pagination ul li a:hover svg.button__trailing-icon,
        .pagination ul li .teaser.teaser--overlay a:hover svg.button__trailing-icon, .teaser.teaser--overlay .button:active svg.button__leading-icon, .teaser.teaser--overlay .pagination ul li a:active svg.button__leading-icon, .pagination ul li .teaser.teaser--overlay a:active svg.button__leading-icon,
        .teaser.teaser--overlay .button:active svg.button__trailing-icon,
        .teaser.teaser--overlay .pagination ul li a:active svg.button__trailing-icon,
        .pagination ul li .teaser.teaser--overlay a:active svg.button__trailing-icon, .teaser.teaser--overlay .button:focus svg.button__leading-icon, .teaser.teaser--overlay .pagination ul li a:focus svg.button__leading-icon, .pagination ul li .teaser.teaser--overlay a:focus svg.button__leading-icon,
        .teaser.teaser--overlay .button:focus svg.button__trailing-icon,
        .teaser.teaser--overlay .pagination ul li a:focus svg.button__trailing-icon,
        .pagination ul li .teaser.teaser--overlay a:focus svg.button__trailing-icon,
        .teaser.teaser--overlay button:hover svg.button__leading-icon,
        .teaser.teaser--overlay button:hover svg.button__trailing-icon,
        .teaser.teaser--overlay button:active svg.button__leading-icon,
        .teaser.teaser--overlay button:active svg.button__trailing-icon,
        .teaser.teaser--overlay button:focus svg.button__leading-icon,
        .teaser.teaser--overlay button:focus svg.button__trailing-icon {
          fill: #ffc217;
          color: #ffc217; }
      .teaser.teaser--overlay .button.button--accent, .teaser.teaser--overlay .pagination ul li a.button--accent, .pagination ul li .teaser.teaser--overlay a.button--accent, .teaser.teaser--overlay .button.button--page-directional, .teaser.teaser--overlay .pagination ul li a.button--page-directional, .pagination ul li .teaser.teaser--overlay a.button--page-directional, .teaser.teaser--overlay .pagination ul li.first a, .pagination ul li.first .teaser.teaser--overlay a, .teaser.teaser--overlay .pagination ul li.previous a, .pagination ul li.previous .teaser.teaser--overlay a, .teaser.teaser--overlay .pagination ul li.next a, .pagination ul li.next .teaser.teaser--overlay a, .teaser.teaser--overlay .pagination ul li.last a, .pagination ul li.last .teaser.teaser--overlay a, .teaser.teaser--overlay .button-collection.button-collection--accent-first .button:first-child, .button-collection.button-collection--accent-first .teaser.teaser--overlay .button:first-child, .teaser.teaser--overlay .button-collection.button-collection--accent-first .pagination ul li a:first-child, .button-collection.button-collection--accent-first .pagination ul li .teaser.teaser--overlay a:first-child, .teaser.teaser--overlay .pagination ul li .button-collection.button-collection--accent-first a:first-child, .pagination ul li .button-collection.button-collection--accent-first .teaser.teaser--overlay a:first-child, .teaser.teaser--overlay .callout.callout--secondary .button, .callout.callout--secondary .teaser.teaser--overlay .button, .teaser.teaser--overlay .callout--secondary.archive-filters .button, .callout--secondary.archive-filters .teaser.teaser--overlay .button, .teaser.teaser--overlay .callout.callout--secondary .pagination ul li a, .callout.callout--secondary .pagination ul li .teaser.teaser--overlay a, .teaser.teaser--overlay .pagination ul li .callout.callout--secondary a, .pagination ul li .callout.callout--secondary .teaser.teaser--overlay a, .teaser.teaser--overlay .callout--secondary.archive-filters .pagination ul li a, .callout--secondary.archive-filters .pagination ul li .teaser.teaser--overlay a, .teaser.teaser--overlay .pagination ul li .callout--secondary.archive-filters a, .pagination ul li .callout--secondary.archive-filters .teaser.teaser--overlay a,
      .teaser.teaser--overlay button.button--accent,
      .teaser.teaser--overlay button.button--page-directional,
      .teaser.teaser--overlay .button-collection.button-collection--accent-first button.button:first-child,
      .button-collection.button-collection--accent-first .teaser.teaser--overlay button.button:first-child,
      .teaser.teaser--overlay .callout.callout--secondary button,
      .callout.callout--secondary .teaser.teaser--overlay button,
      .teaser.teaser--overlay .callout--secondary.archive-filters button,
      .callout--secondary.archive-filters .teaser.teaser--overlay button {
        background-color: #ffc217; }
        .teaser.teaser--overlay .button.button--accent:hover, .teaser.teaser--overlay .pagination ul li a.button--accent:hover, .pagination ul li .teaser.teaser--overlay a.button--accent:hover, .teaser.teaser--overlay .button.button--accent:active, .teaser.teaser--overlay .pagination ul li a.button--accent:active, .pagination ul li .teaser.teaser--overlay a.button--accent:active, .teaser.teaser--overlay .button.button--accent:focus, .teaser.teaser--overlay .pagination ul li a.button--accent:focus, .pagination ul li .teaser.teaser--overlay a.button--accent:focus, .teaser.teaser--overlay .button.button--page-directional:hover, .teaser.teaser--overlay .pagination ul li a.button--page-directional:hover, .pagination ul li .teaser.teaser--overlay a.button--page-directional:hover, .teaser.teaser--overlay .pagination ul li.first a:hover, .pagination ul li.first .teaser.teaser--overlay a:hover, .teaser.teaser--overlay .pagination ul li.previous a:hover, .pagination ul li.previous .teaser.teaser--overlay a:hover, .teaser.teaser--overlay .pagination ul li.next a:hover, .pagination ul li.next .teaser.teaser--overlay a:hover, .teaser.teaser--overlay .pagination ul li.last a:hover, .pagination ul li.last .teaser.teaser--overlay a:hover, .teaser.teaser--overlay .button-collection.button-collection--accent-first .button:hover:first-child, .button-collection.button-collection--accent-first .teaser.teaser--overlay .button:hover:first-child, .teaser.teaser--overlay .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child, .button-collection.button-collection--accent-first .pagination ul li .teaser.teaser--overlay a:hover:first-child, .teaser.teaser--overlay .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child, .pagination ul li .button-collection.button-collection--accent-first .teaser.teaser--overlay a:hover:first-child, .teaser.teaser--overlay .callout.callout--secondary .button:hover, .callout.callout--secondary .teaser.teaser--overlay .button:hover, .teaser.teaser--overlay .callout--secondary.archive-filters .button:hover, .callout--secondary.archive-filters .teaser.teaser--overlay .button:hover, .teaser.teaser--overlay .callout.callout--secondary .pagination ul li a:hover, .callout.callout--secondary .pagination ul li .teaser.teaser--overlay a:hover, .teaser.teaser--overlay .pagination ul li .callout.callout--secondary a:hover, .pagination ul li .callout.callout--secondary .teaser.teaser--overlay a:hover, .teaser.teaser--overlay .callout--secondary.archive-filters .pagination ul li a:hover, .callout--secondary.archive-filters .pagination ul li .teaser.teaser--overlay a:hover, .teaser.teaser--overlay .pagination ul li .callout--secondary.archive-filters a:hover, .pagination ul li .callout--secondary.archive-filters .teaser.teaser--overlay a:hover, .teaser.teaser--overlay .button.button--page-directional:active, .teaser.teaser--overlay .pagination ul li a.button--page-directional:active, .pagination ul li .teaser.teaser--overlay a.button--page-directional:active, .teaser.teaser--overlay .pagination ul li.first a:active, .pagination ul li.first .teaser.teaser--overlay a:active, .teaser.teaser--overlay .pagination ul li.previous a:active, .pagination ul li.previous .teaser.teaser--overlay a:active, .teaser.teaser--overlay .pagination ul li.next a:active, .pagination ul li.next .teaser.teaser--overlay a:active, .teaser.teaser--overlay .pagination ul li.last a:active, .pagination ul li.last .teaser.teaser--overlay a:active, .teaser.teaser--overlay .button-collection.button-collection--accent-first .button:active:first-child, .button-collection.button-collection--accent-first .teaser.teaser--overlay .button:active:first-child, .teaser.teaser--overlay .button-collection.button-collection--accent-first .pagination ul li a:active:first-child, .button-collection.button-collection--accent-first .pagination ul li .teaser.teaser--overlay a:active:first-child, .teaser.teaser--overlay .pagination ul li .button-collection.button-collection--accent-first a:active:first-child, .pagination ul li .button-collection.button-collection--accent-first .teaser.teaser--overlay a:active:first-child, .teaser.teaser--overlay .callout.callout--secondary .button:active, .callout.callout--secondary .teaser.teaser--overlay .button:active, .teaser.teaser--overlay .callout--secondary.archive-filters .button:active, .callout--secondary.archive-filters .teaser.teaser--overlay .button:active, .teaser.teaser--overlay .callout.callout--secondary .pagination ul li a:active, .callout.callout--secondary .pagination ul li .teaser.teaser--overlay a:active, .teaser.teaser--overlay .pagination ul li .callout.callout--secondary a:active, .pagination ul li .callout.callout--secondary .teaser.teaser--overlay a:active, .teaser.teaser--overlay .callout--secondary.archive-filters .pagination ul li a:active, .callout--secondary.archive-filters .pagination ul li .teaser.teaser--overlay a:active, .teaser.teaser--overlay .pagination ul li .callout--secondary.archive-filters a:active, .pagination ul li .callout--secondary.archive-filters .teaser.teaser--overlay a:active, .teaser.teaser--overlay .button.button--page-directional:focus, .teaser.teaser--overlay .pagination ul li a.button--page-directional:focus, .pagination ul li .teaser.teaser--overlay a.button--page-directional:focus, .teaser.teaser--overlay .pagination ul li.first a:focus, .pagination ul li.first .teaser.teaser--overlay a:focus, .teaser.teaser--overlay .pagination ul li.previous a:focus, .pagination ul li.previous .teaser.teaser--overlay a:focus, .teaser.teaser--overlay .pagination ul li.next a:focus, .pagination ul li.next .teaser.teaser--overlay a:focus, .teaser.teaser--overlay .pagination ul li.last a:focus, .pagination ul li.last .teaser.teaser--overlay a:focus, .teaser.teaser--overlay .button-collection.button-collection--accent-first .button:focus:first-child, .button-collection.button-collection--accent-first .teaser.teaser--overlay .button:focus:first-child, .teaser.teaser--overlay .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child, .button-collection.button-collection--accent-first .pagination ul li .teaser.teaser--overlay a:focus:first-child, .teaser.teaser--overlay .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child, .pagination ul li .button-collection.button-collection--accent-first .teaser.teaser--overlay a:focus:first-child, .teaser.teaser--overlay .callout.callout--secondary .button:focus, .callout.callout--secondary .teaser.teaser--overlay .button:focus, .teaser.teaser--overlay .callout--secondary.archive-filters .button:focus, .callout--secondary.archive-filters .teaser.teaser--overlay .button:focus, .teaser.teaser--overlay .callout.callout--secondary .pagination ul li a:focus, .callout.callout--secondary .pagination ul li .teaser.teaser--overlay a:focus, .teaser.teaser--overlay .pagination ul li .callout.callout--secondary a:focus, .pagination ul li .callout.callout--secondary .teaser.teaser--overlay a:focus, .teaser.teaser--overlay .callout--secondary.archive-filters .pagination ul li a:focus, .callout--secondary.archive-filters .pagination ul li .teaser.teaser--overlay a:focus, .teaser.teaser--overlay .pagination ul li .callout--secondary.archive-filters a:focus, .pagination ul li .callout--secondary.archive-filters .teaser.teaser--overlay a:focus,
        .teaser.teaser--overlay button.button--accent:hover,
        .teaser.teaser--overlay button.button--accent:active,
        .teaser.teaser--overlay button.button--accent:focus,
        .teaser.teaser--overlay button.button--page-directional:hover,
        .teaser.teaser--overlay .button-collection.button-collection--accent-first button.button:hover:first-child,
        .button-collection.button-collection--accent-first .teaser.teaser--overlay button.button:hover:first-child,
        .teaser.teaser--overlay .callout.callout--secondary button:hover,
        .callout.callout--secondary .teaser.teaser--overlay button:hover,
        .teaser.teaser--overlay .callout--secondary.archive-filters button:hover,
        .callout--secondary.archive-filters .teaser.teaser--overlay button:hover,
        .teaser.teaser--overlay button.button--page-directional:active,
        .teaser.teaser--overlay .button-collection.button-collection--accent-first button.button:active:first-child,
        .button-collection.button-collection--accent-first .teaser.teaser--overlay button.button:active:first-child,
        .teaser.teaser--overlay .callout.callout--secondary button:active,
        .callout.callout--secondary .teaser.teaser--overlay button:active,
        .teaser.teaser--overlay .callout--secondary.archive-filters button:active,
        .callout--secondary.archive-filters .teaser.teaser--overlay button:active,
        .teaser.teaser--overlay button.button--page-directional:focus,
        .teaser.teaser--overlay .button-collection.button-collection--accent-first button.button:focus:first-child,
        .button-collection.button-collection--accent-first .teaser.teaser--overlay button.button:focus:first-child,
        .teaser.teaser--overlay .callout.callout--secondary button:focus,
        .callout.callout--secondary .teaser.teaser--overlay button:focus,
        .teaser.teaser--overlay .callout--secondary.archive-filters button:focus,
        .callout--secondary.archive-filters .teaser.teaser--overlay button:focus {
          background-color: #fff;
          color: #000; }
    .teaser.teaser--overlay .teaser__body {
      position: relative;
      z-index: 2;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      background: rgba(0, 0, 0, 0.8);
      padding: 2.5rem;
      color: #fff; }
      @media screen and (max-width: 63.9375em) {
        .teaser.teaser--overlay .teaser__body {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; } }
      @media screen and (max-width: 40em) {
        .teaser.teaser--overlay .teaser__body {
          padding: 1.25rem; } }
  .teaser.teaser--card {
    background: #1f1f1f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    text-align: center;
    color: #fff;
    border-bottom: 0; }
    .teaser.teaser--card:link, .teaser.teaser--card:visited {
      color: #fff; }
    .teaser.teaser--card:hover, .teaser.teaser--card:active {
      background: #ffc217;
      -webkit-box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.3);
      color: #000; }
      .teaser.teaser--card:hover img, .teaser.teaser--card:active img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .teaser.teaser--card:hover .teaser__body .teaser__headline .headline-group .head:after, .teaser.teaser--card:active .teaser__body .teaser__headline .headline-group .head:after {
        color: #bb4935; }
    .teaser.teaser--card .teaser__image {
      margin-bottom: 0;
      overflow: hidden; }
      .teaser.teaser--card .teaser__image img {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    .teaser.teaser--card .teaser__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 2;
          -ms-flex: 2 0 auto;
              flex: 2 0 auto;
      width: 100%; }
      .teaser.teaser--card .teaser__body .teaser__headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 1.25rem; }
        .teaser.teaser--card .teaser__body .teaser__headline .headline-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .teaser.teaser--card .teaser__body .teaser__headline .headline-group .head {
            width: 100%;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1.125rem; }
            .teaser.teaser--card .teaser__body .teaser__headline .headline-group .head:after {
              content: '≫';
              color: #ffc217;
              margin-left: 0.3125rem; }
    @media screen and (min-width: 23.75em) {
      .teaser.teaser--card.teaser--card-wide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; }
        .teaser.teaser--card.teaser--card-wide .teaser__image {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 30%;
                  flex: 0 1 30%; }
        .teaser.teaser--card.teaser--card-wide .teaser__body {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 70%;
                  flex: 0 1 70%;
          text-align: left; } }
  .teaser.teaser--columned-intro {
    -webkit-box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.3);
    min-height: 31.25rem; }
    @media screen and (max-width: 63.9375em) {
      .teaser.teaser--columned-intro {
        min-height: 0; } }
    @media screen and (max-width: 80em) {
      .teaser.teaser--columned-intro {
        padding: 0;
        margin-left: 2.5rem;
        margin-right: 2.5rem; } }
    @media screen and (max-width: 40em) {
      .teaser.teaser--columned-intro {
        padding: 0;
        margin-left: 1.25rem;
        margin-right: 1.25rem; } }
  .teaser.teaser--headline-h3 .teaser__body .teaser__headline h1, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h2, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h3, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h4, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h5, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h6 {
    font: normal bold 2.25rem "Titillium Web", sans-serif;
    line-height: 1.5;
    text-transform: none; }
    @media screen and (max-width: 63.9375em) {
      .teaser.teaser--headline-h3 .teaser__body .teaser__headline h1, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h2, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h3, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h4, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h5, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h6 {
        font-size: 1.875rem; } }
    @media screen and (max-width: 40em) {
      .teaser.teaser--headline-h3 .teaser__body .teaser__headline h1, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h2, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h3, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h4, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h5, .teaser.teaser--headline-h3 .teaser__body .teaser__headline h6 {
        font-size: 1.5rem; } }

.landing-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .landing-panel .landing-panel__headline,
  .landing-panel .landing-panel__text,
  .landing-panel .landing-panel__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .landing-panel .landing-panel__headline {
    margin: 0; }
    @media screen and (max-width: 40em) {
      .landing-panel .landing-panel__headline {
        margin-bottom: 1.25rem; } }
  .landing-panel p.landing-panel__text {
    font-size: 1.875rem;
    line-height: 2.3rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 40em) {
      .landing-panel p.landing-panel__text {
        font-size: 1.625rem;
        line-height: 2rem; } }
    @media screen and (max-width: 23.75em) {
      .landing-panel p.landing-panel__text {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
  .landing-panel.landing-panel--light p.landing-panel__text, .landing-panel.landing-panel--routing p.landing-panel__text {
    font-weight: normal;
    font-size: 1.5rem; }
    @media screen and (max-width: 23.75em) {
      .landing-panel.landing-panel--light p.landing-panel__text, .landing-panel.landing-panel--routing p.landing-panel__text {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
  @media screen and (min-width: 64em) {
    .landing-panel.landing-panel--feature {
      padding: 0 6.25rem; } }
  .landing-panel.landing-panel--feature .landing-panel__headline,
  .landing-panel.landing-panel--feature .landing-panel__text {
    text-align: center; }
  .landing-panel.landing-panel--feature p.landing-panel__text {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600; }
  .landing-panel.landing-panel--feature .landing-panel__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media screen and (max-width: 23.75em) {
      .landing-panel.landing-panel--feature .landing-panel__buttons .button, .landing-panel.landing-panel--feature .landing-panel__buttons .pagination ul li a, .pagination ul li .landing-panel.landing-panel--feature .landing-panel__buttons a {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
  .landing-panel.landing-panel--quicklink {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 64em) {
      .landing-panel.landing-panel--quicklink .landing-panel__headline {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; } }
    .landing-panel.landing-panel--quicklink .landing-panel__buttons {
      margin-bottom: -1.25rem; }
      @media screen and (min-width: 64em) {
        .landing-panel.landing-panel--quicklink .landing-panel__buttons {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%;
          text-align: right; }
          .landing-panel.landing-panel--quicklink .landing-panel__buttons .button, .landing-panel.landing-panel--quicklink .landing-panel__buttons .pagination ul li a, .pagination ul li .landing-panel.landing-panel--quicklink .landing-panel__buttons a {
            margin-right: 0;
            margin-left: 1.875rem; } }

.fast-fact {
  text-align: center; }
  .fast-fact__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1rem; }
  .fast-fact__main-stat {
    font-size: 3rem; }
  .fast-fact--reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
.fast-fact  &gt; span &gt; img {
	width: 100%;
}

.captioned-media .figure-wrapper {
  position: relative; }
  .captioned-media .figure-wrapper cite.cite--photo-credit {
    position: absolute;
    bottom: 0;
    right: 0; }

.captioned-media.captioned-media--right {
  /* max-width: 46%; */
  float: right;
  margin-left: 1.875rem; }
  @media screen and (max-width: 40em) {
    .captioned-media.captioned-media--right {
      max-width: none;
      float: none;
      margin-left: 0; } }

.nice-video {
  position: relative;
  background-color: #000; }
  .nice-video .embedded-video,
  .nice-video .embedded-widescreen-video {
    margin-bottom: 0; }
  .nice-video button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    background: #fff;
    padding: 0;
    border-radius: 50%; }
    .nice-video button svg {
      fill: #ffc217;
      color: #ffc217;
      width: 2.5rem;
      height: 2.5rem;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .nice-video button:hover, .nice-video button:active {
      background: #ffc217; }
      .nice-video button:hover svg, .nice-video button:active svg {
        fill: #000;
        color: #000; }

.nice-video__preview {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#000));
  background-image: linear-gradient(180deg, #1f1f1f 0%, #000 100%);
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  overflow: hidden; }
  .nice-video__preview img {
    width: 100%;
    height: auto; }

.nice-video__transcript {
  padding: 0.2rem 1rem;
  text-align: center; }
  .nice-video__transcript a {
    color: #fff; }

.nice-video--ready .nice-video__preview {
  z-index: 10;
  opacity: 1;
  pointer-events: auto; }

.nice-video--ready button {
  opacity: 1;
  z-index: 10;
  pointer-events: auto; }

.nice-video--playing .nice-video__preview {
  opacity: 0;
  pointer-events: none; }

.nice-video--playing button {
  opacity: 0;
  pointer-events: none; }

.story-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem; }
  .story-meta span {
    display: inline-block; }
    .story-meta span:after {
      content: '';
      display: inline-block;
      width: 0.125rem;
      height: 0.875rem;
      background: #3b3b3b;
      margin: 0 1rem; }
    .story-meta span:last-child:after {
      display: none; }
    .story-meta span.story-meta__date {
      font-size: 1.25rem; }
      @media screen and (max-width: 40em) {
        .story-meta span.story-meta__date {
          font-size: 1rem; } }
    .story-meta span.story-meta__tags .tag {
      margin-bottom: 0; }
  @media screen and (max-width: 40em) {
    .story-meta span {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
      .story-meta span:after {
        display: none; } }

.story-header {
  border-bottom: rgba(0, 0, 0, 0.3) 4px dotted;
  margin-bottom: 2.5rem;
  margin-top: 40px; }
  .story-header h1, .story-header .heading1 {
    font-size: 4.375rem;
    line-height: 4.5rem;
    margin: 0 0 2.5rem 0; }
    @media screen and (min-width: 64em) {
      .story-header h1, .story-header .heading1 {
        max-width: 100%; } }
    @media screen and (max-width: 63.9375em) {
      .story-header h1, .story-header .heading1 {
        font-size: 3.125rem;
        line-height: 3.25rem; } }
    @media screen and (max-width: 23.75em) {
      .story-header h1, .story-header .heading1 {
        font-size: 2rem;
        line-height: 2.125rem; } }
  .story-header .story-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .story-header .story-details .byline {
      margin-right: 1.875rem; }
    @media screen and (max-width: 40em) {
      .story-header .story-details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }

.story-summary {
  border-left: #ffc217 0.75rem solid;
  background: #f2f2f2;
  padding: 1.875rem 1.875rem 1.875rem 2.5rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 40em) {
    .story-summary {
      padding: 1.25rem; } }
  .story-summary ul {
    margin: 0 0 0 1.25rem; }
    .story-summary ul li {
      font-weight: bold;
      font-size: 1.25rem;
      line-height: 1.5rem; }
      .story-summary ul li:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 40em) {
        .story-summary ul li {
          font-size: 1.125rem;
          line-height: 1.375rem; } }

.story-body svg.story-body__trailing-icon {
  fill: #ffc217; }

.alert-bar {
  background: #7e7e7e;
  color: #fff;
  padding: 1.875rem 0; }
  .alert-bar .alert-bar__wrapper {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 80em) {
      .alert-bar .alert-bar__wrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (max-width: 40em) {
      .alert-bar .alert-bar__wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    .alert-bar .alert-bar__wrapper a {
      color: #fff;
      border-bottom-color: #fff;
      font-weight: bold; }
      .alert-bar .alert-bar__wrapper a:link, .alert-bar .alert-bar__wrapper a:visited {
        color: #fff; }
      .alert-bar .alert-bar__wrapper a:hover, .alert-bar .alert-bar__wrapper a:active {
        color: #ffc217;
        border-bottom-color: #f3ad1c; }
    .alert-bar .alert-bar__wrapper .alert-bar__icon {
      margin-right: 1.875rem; }
      .alert-bar .alert-bar__wrapper .alert-bar__icon svg {
        fill: #fff;
        width: 3.125rem;
        height: 3.125rem; }
  .alert-bar .alert-bar__message .headline-group {
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .alert-bar .alert-bar__message p {
    margin-bottom: 0; }
  @media screen and (max-width: 40em) {
    .alert-bar .alert-bar__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .alert-bar .alert-bar__wrapper .alert-bar__icon,
      .alert-bar .alert-bar__wrapper .alert-bar__message {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
  .alert-bar.alert-bar--success {
    background: #4B7637; }
  .alert-bar.alert-bar--emergency {
    background: #bb4935; }

.grid-block {
  background: #fff; }
  .grid-block .grid-block__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    padding: 1.875rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out; }
    .grid-block .grid-block__wrapper .grid-block__icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
      .grid-block .grid-block__wrapper .grid-block__icon svg {
        color: #72a6bf;
        fill: #72a6bf;
        width: 2.1875rem;
        height: 2.1875rem;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    .grid-block .grid-block__wrapper .grid-block__headline {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      color: #3b3b3b;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 1.625rem;
      -webkit-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
      @media screen and (max-width: 40em) {
        .grid-block .grid-block__wrapper .grid-block__headline {
          font-size: 1.125rem;
          line-height: 1.375rem; } }
      @media screen and (max-width: 23.75em) {
        .grid-block .grid-block__wrapper .grid-block__headline {
          font-size: 1.25rem;
          line-height: 1.5rem; } }
    .grid-block .grid-block__wrapper .grid-block__image {
      -webkit-transition: -webkit-transform 0.2s ease-out;
      transition: -webkit-transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
      overflow: hidden;
      width: 100%;
      max-width: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      margin: 0;
      background: #989898; }
      .grid-block .grid-block__wrapper .grid-block__image &gt; img {
        position: absolute;
        max-width: none;
        max-height: none;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .grid-block .grid-block__wrapper .grid-block__image img {
        -webkit-filter: gray;
                filter: gray;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-filter: url("../images/desaturate.svg#greyscale");
                filter: url("../images/desaturate.svg#greyscale"); }
  .grid-block.grid-block--headline {
    background: #3b3b3b;
    color: #fff; }
    @media screen and (min-width: 75em) {
      .grid-block.grid-block--headline .grid-block__wrapper {
        padding-right: 6.25rem;
        padding-left: 6.25rem; } }
    @media screen and (max-width: 23.75em) {
      .grid-block.grid-block--headline .grid-block__wrapper {
        padding: 1.25rem; } }
    .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h1, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h2, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h3, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h4, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h5, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h6 {
        margin: 0;
        line-height: 3.4375rem; }
        @media screen and (max-width: 40em) {
          .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h1, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h2, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h3, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h4, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h5, .grid-block.grid-block--headline .grid-block__wrapper .grid-block__headline h6 {
            line-height: 1.875rem; } }
  .grid-block.grid-block--texture {
    background: #989898 url("../images/bg-chevron.svg") repeat center center; }
  .grid-block.grid-block--image-color .grid-block__wrapper .grid-block__image img, .grid .grid__wrapper .square.square--double .grid-block .grid-block__wrapper .grid-block__image img {
    -webkit-filter: none;
            filter: none; }
  .grid-block.grid-block--nipple-up {
    position: relative; }
    .grid-block.grid-block--nipple-up:after {
      position: absolute;
      display: block;
      content: '';
      width: 1.875rem;
      height: 3.375rem;
      background: transparent url("../images/nipple-white.svg") no-repeat center center;
      background-size: 30px 54px;
      margin: auto;
      z-index: 100;
      top: -2.5rem;
      right: 0;
      bottom: auto;
      left: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .grid-block.grid-block--nipple-down {
    position: relative; }
    .grid-block.grid-block--nipple-down:after {
      position: absolute;
      display: block;
      content: '';
      width: 1.875rem;
      height: 3.375rem;
      background: transparent url("../images/nipple-white.svg") no-repeat center center;
      background-size: 30px 54px;
      margin: auto;
      z-index: 100;
      top: auto;
      right: 0;
      bottom: -2.5rem;
      left: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .grid-block.grid-block--nipple-left {
    position: relative; }
    .grid-block.grid-block--nipple-left:after {
      position: absolute;
      display: block;
      content: '';
      width: 1.875rem;
      height: 3.375rem;
      background: transparent url("../images/nipple-white.svg") no-repeat center center;
      background-size: 30px 54px;
      margin: auto;
      z-index: 100;
      top: 0;
      right: auto;
      bottom: 0;
      left: -1.875rem;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .grid-block.grid-block--nipple-right {
    position: relative; }
    .grid-block.grid-block--nipple-right:after {
      position: absolute;
      display: block;
      content: '';
      width: 1.875rem;
      height: 3.375rem;
      background: transparent url("../images/nipple-white.svg") no-repeat center center;
      background-size: 30px 54px;
      margin: auto;
      z-index: 100;
      top: 0;
      right: -1.875rem;
      bottom: 0;
      left: auto; }

a.grid-block {
  display: block;
  border: 0; }
  a.grid-block .grid-block__wrapper .grid-block__image {
    background: #ffc217; }
    a.grid-block .grid-block__wrapper .grid-block__image:after {
      display: block;
      content: '';
      background: #ffc217;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
    a.grid-block .grid-block__wrapper .grid-block__image img {
      -webkit-filter: saturate(0) contrast(180%);
              filter: saturate(0) contrast(180%);
      opacity: 0.8;
      z-index: 2;
      mix-blend-mode: multiply; }
  a.grid-block.grid-block--hover .grid-block__icon svg {
    color: #ffc217;
    fill: #ffc217; }
  a.grid-block.grid-block--hover .grid-block__headline {
    color: #bb4935; }
  a.grid-block.grid-block--hover .grid-block__wrapper {
    padding-top: 1.25rem; }
    a.grid-block.grid-block--hover .grid-block__wrapper .grid-block__image {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
      a.grid-block.grid-block--hover .grid-block__wrapper .grid-block__image img {
        -webkit-filter: none;
                filter: none;
        opacity: 1;
        mix-blend-mode: normal; }

.global-header {
  background-color: #3b3b3b;
  position: relative;
  z-index: 10; }
  .global-header .global-header__utility {
    color: #fff;
    background-color: #1f1f1f; }
    .global-header .global-header__utility nav.utility-nav {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 80em) {
        .global-header .global-header__utility nav.utility-nav {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
      @media screen and (max-width: 40em) {
        .global-header .global-header__utility nav.utility-nav {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
  .global-header .global-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 80em) {
      .global-header .global-header__main {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (max-width: 40em) {
      .global-header .global-header__main {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    .global-header .global-header__main .global-header__logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
      padding: 0;
      margin: 1.25rem 1.25rem 1.25rem 0; }
      @media screen and (max-width: 40em) {
        .global-header .global-header__main .global-header__logo {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 80%;
                  flex: 0 1 80%; } }
      .global-header .global-header__main .global-header__logo img {
        max-width: 100%;
        height: auto; }
        @media screen and (max-width: 63.9375em) {
          .global-header .global-header__main .global-header__logo img {
            max-width: 18.75rem; } }
    .global-header .global-header__main nav.main-nav {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 72%;
              flex: 0 1 72%; }
      @media screen and (max-width: 40em) {
        .global-header .global-header__main nav.main-nav {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto; } }
      .global-header .global-header__main nav.main-nav .main-nav__links {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .global-header .global-header__main nav.main-nav .main-nav__links a:link, .global-header .global-header__main nav.main-nav .main-nav__links a:visited {
          display: inline-block;
          margin-right: 1.875rem;
          border-bottom-color: transparent;
          text-transform: uppercase;
          font-size: 1.125rem;
          font-weight: bold;
          color: rgba(255, 255, 255, 0.85); }
          @media screen and (max-width: 63.9375em) {
            .global-header .global-header__main nav.main-nav .main-nav__links a:link, .global-header .global-header__main nav.main-nav .main-nav__links a:visited {
              font-size: 0.875rem;
              margin-right: 1.25rem; } }
          @media screen and (max-width: 43.75em) {
            .global-header .global-header__main nav.main-nav .main-nav__links a:link, .global-header .global-header__main nav.main-nav .main-nav__links a:visited {
              font-size: 0.75rem;
              margin-right: 0.875rem; } }
        .global-header .global-header__main nav.main-nav .main-nav__links a:hover, .global-header .global-header__main nav.main-nav .main-nav__links a:active {
          color: #fff;
          border-bottom-color: #ffc217; }
        .global-header .global-header__main nav.main-nav .main-nav__links a:last-child {
          margin-right: 0; }
        .global-header .global-header__main nav.main-nav .main-nav__links a.active-section {
          border-bottom-color: #ffc217; }

footer.main-footer {
  color: #fff;
  background: #1f1f1f url("../images/bg-footer.svg") repeat-x bottom center;
  background-size: 473px 40px;
  padding: 6.25rem 0; }
  @media screen and (max-width: 40em) {
    footer.main-footer {
      padding-top: 2.5rem; } }
  footer.main-footer .button, footer.main-footer .pagination ul li a, .pagination ul li footer.main-footer a,
  footer.main-footer button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  footer.main-footer a.link--has-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer.main-footer a.link--has-icon svg {
      width: 1.5rem;
      height: 1.5rem;
      margin-right: 0.375rem; }
  footer.main-footer .footer-top,
  footer.main-footer .footer-bottom {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 80em) {
      footer.main-footer .footer-top,
      footer.main-footer .footer-bottom {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (max-width: 40em) {
      footer.main-footer .footer-top,
      footer.main-footer .footer-bottom {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  footer.main-footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 63.9375em) {
      footer.main-footer .footer-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    footer.main-footer .footer-top .footer-top--logo-address {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 15%;
              flex: 0 1 15%; }
      @media screen and (max-width: 63.9375em) {
        footer.main-footer .footer-top .footer-top--logo-address {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 28%;
                  flex: 0 1 28%; } }
      @media screen and (max-width: 40em) {
        footer.main-footer .footer-top .footer-top--logo-address {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%;
          margin-bottom: 1.875rem;
          text-align: center; } }
      footer.main-footer .footer-top .footer-top--logo-address .logo {
        display: inline-block;
        margin-bottom: 1.875rem; }
        footer.main-footer .footer-top .footer-top--logo-address .logo img {
          height: 9.375rem; }
      footer.main-footer .footer-top .footer-top--logo-address .vcard {
        font-size: 0.9rem;
        line-height: 1.2rem;
        color: #e1e0df; }
        footer.main-footer .footer-top .footer-top--logo-address .vcard .country-name {
          display: none; }
    footer.main-footer .footer-top .footer-top--links {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 48%;
              flex: 0 1 48%; }
      @media screen and (max-width: 63.9375em) {
        footer.main-footer .footer-top .footer-top--links {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 68%;
                  flex: 0 1 68%; } }
      @media screen and (max-width: 40em) {
        footer.main-footer .footer-top .footer-top--links {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; } }
      footer.main-footer .footer-top .footer-top--links .button-collection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media screen and (max-width: 40em) {
          footer.main-footer .footer-top .footer-top--links .button-collection {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap; } }
        footer.main-footer .footer-top .footer-top--links .button-collection .button, footer.main-footer .footer-top .footer-top--links .button-collection .pagination ul li a, .pagination ul li footer.main-footer .footer-top .footer-top--links .button-collection a {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 27%;
                  flex: 0 1 27%;
          text-align: center;
          margin-bottom: 1.25rem; }
          @media screen and (max-width: 40em) {
            footer.main-footer .footer-top .footer-top--links .button-collection .button, footer.main-footer .footer-top .footer-top--links .button-collection .pagination ul li a, .pagination ul li footer.main-footer .footer-top .footer-top--links .button-collection a {
              -webkit-box-flex: 0;
                  -ms-flex: 0 1 100%;
                      flex: 0 1 100%;
              margin-right: 0; } }
      footer.main-footer .footer-top .footer-top--links .link-collection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.25rem; }
        @media screen and (max-width: 40em) {
          footer.main-footer .footer-top .footer-top--links .link-collection {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap; } }
        footer.main-footer .footer-top .footer-top--links .link-collection a.link--rich {
          font-size: 1rem;
          margin-right: 1.25rem; }
          footer.main-footer .footer-top .footer-top--links .link-collection a.link--rich:last-child {
            margin-right: 0; }
          @media screen and (max-width: 40em) {
            footer.main-footer .footer-top .footer-top--links .link-collection a.link--rich {
              -webkit-box-flex: 0;
                  -ms-flex: 0 1 100%;
                      flex: 0 1 100%;
              margin-right: 0; } }
          footer.main-footer .footer-top .footer-top--links .link-collection a.link--rich svg {
            min-width: 1.5rem;
            min-height: 1.5rem; }
      footer.main-footer .footer-top .footer-top--links .footer-top--social-giving {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 40em) {
          footer.main-footer .footer-top .footer-top--links .footer-top--social-giving {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap; } }
        footer.main-footer .footer-top .footer-top--links .footer-top--social-giving svg {
          fill: #ffc217; }
        footer.main-footer .footer-top .footer-top--links .footer-top--social-giving a:hover svg, footer.main-footer .footer-top .footer-top--links .footer-top--social-giving a:active svg, footer.main-footer .footer-top .footer-top--links .footer-top--social-giving a:focus svg {
          fill: #bb4935; }
        footer.main-footer .footer-top .footer-top--links .footer-top--social-giving a.shock-the-world {
          display: inline-block;
          margin-right: 1.875rem;
          max-width: 10.625rem;
          min-width: 9.25rem;
		}
        footer.main-footer .footer-top .footer-top--links .footer-top--social-giving a.shocker-store {
          display: inline-block;
          margin-left: 1.875rem;
          max-width: 7.5rem;
          min-width: 3.5rem;
		}
        @media screen and (max-width: 40em) {
           footer.main-footer .footer-top .footer-top--links .footer-top--social-giving a.shock-the-world{ margin-bottom: 1.25rem; margin-right: auto; margin-left: auto; }
           footer.main-footer .footer-top .footer-top--links .footer-top--social-giving a.shocker-store  { margin-top: 1.25rem; margin-right: auto; margin-left: auto; }
		}
       @media screen and (max-width: 40em) {
          footer.main-footer .footer-top .footer-top--links .footer-top--social-giving .shock-the-world,
          footer.main-footer .footer-top .footer-top--links .footer-top--social-giving .shocker-store,
          footer.main-footer .footer-top .footer-top--links .footer-top--social-giving .social-media {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 100%;
                    flex: 0 1 100%; } }
        footer.main-footer .footer-top .footer-top--links .footer-top--social-giving .social-media {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; 
		 justify-content: center;
		}
          footer.main-footer .footer-top .footer-top--links .footer-top--social-giving .social-media a {
            margin-right: 1.375rem;
            line-height: 0; }
            footer.main-footer .footer-top .footer-top--links .footer-top--social-giving .social-media a:last-child {
              margin-right: 0; }
          footer.main-footer .footer-top .footer-top--links .footer-top--social-giving .social-media svg {
            width: 1.5rem;
            height: 1.5rem; }
    footer.main-footer .footer-top .footer-top--quote {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%; }
      @media screen and (max-width: 63.9375em) {
        footer.main-footer .footer-top .footer-top--quote {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%;
          margin-top: 1.875rem; } }
      footer.main-footer .footer-top .footer-top--quote .pullquote {
        padding: 0;
        margin: 0 0 0.625rem 0; }
        footer.main-footer .footer-top .footer-top--quote .pullquote .pullquote__quote {
          font-size: 1.25rem;
          line-height: 1.5rem;
          text-indent: 1.25rem; }
          footer.main-footer .footer-top .footer-top--quote .pullquote .pullquote__quote:before {
            font-size: 3.125rem;
            line-height: 3.125rem;
            left: -1.5625rem; }
        footer.main-footer .footer-top .footer-top--quote .pullquote .pullquote__attribution {
          font-size: 1rem;
          line-height: 1.5rem;
          font-weight: bold;
          font-style: normal;
          margin-top: 0.625rem; }
    footer.main-footer .footer-top .link-collection {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer.main-footer .footer-top .link-collection a {
        font-weight: bold;
        font-size: 1rem;
        margin-right: 1.875rem; }
        footer.main-footer .footer-top .link-collection a:last-child {
          margin-right: 0; }
  footer.main-footer .footer-bottom {
    margin-top: 1.875rem;
    border-top: #979797 2px solid;
    padding-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 63.9375em) {
      footer.main-footer .footer-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    footer.main-footer .footer-bottom a:hover, footer.main-footer .footer-bottom a:active {
      color: #ffc217; }
    footer.main-footer .footer-bottom .legal-bucket {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 80%;
              flex: 0 1 80%;
      font-size: 0.875rem; }
      @media screen and (max-width: 63.9375em) {
        footer.main-footer .footer-bottom .legal-bucket {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; } }
      footer.main-footer .footer-bottom .legal-bucket .link-collection ul {
        margin: 0 0 0 0;
        list-style: none;
        padding: 0 0 0 0;
        margin: 0; }
        footer.main-footer .footer-bottom .legal-bucket .link-collection ul &gt; li {
          text-indent: 0;
          margin-left: 0;
          margin-bottom: 0; }
          footer.main-footer .footer-bottom .legal-bucket .link-collection ul &gt; li:before {
            display: none; }
        footer.main-footer .footer-bottom .legal-bucket .link-collection ul li {
          display: inline; }
          footer.main-footer .footer-bottom .legal-bucket .link-collection ul li:after {
            display: inline-block;
            content: '';
            background: #fff;
            width: 1px;
            height: 0.625rem;
            margin: 0 0.3125rem; }
          footer.main-footer .footer-bottom .legal-bucket .link-collection ul li:last-child:after {
            display: none; }
    footer.main-footer .footer-bottom .degree-stats {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 15%;
              flex: 0 1 15%; }
      footer.main-footer .footer-bottom .degree-stats a {
        display: block;
        max-width: 12.5rem; }
      @media screen and (max-width: 63.9375em) {
        footer.main-footer .footer-bottom .degree-stats {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; } }

header.page-header {
  position: relative; }
  header.page-header .page-header__bar {
    position: relative;
    z-index: 5; }
    header.page-header .page-header__bar .page-header__page-title {
      background: rgba(0, 0, 0, 0.7);
      -webkit-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out;
      padding: 0.625rem 0; }
      header.page-header .page-header__bar .page-header__page-title .headline-group {
        margin: 0;
        font-size: 2.5rem;
        font-weight: bold;
        color: #fff;
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 80em) {
          header.page-header .page-header__bar .page-header__page-title .headline-group {
            padding-left: 2.5rem;
            padding-right: 2.5rem; } }
        @media screen and (max-width: 40em) {
          header.page-header .page-header__bar .page-header__page-title .headline-group {
            padding-left: 1.25rem;
            padding-right: 1.25rem; } }
        @media screen and (max-width: 40em) {
          header.page-header .page-header__bar .page-header__page-title .headline-group {
            font-size: 1.625rem; } }
        @media screen and (min-width: 48em) {
          header.page-header .page-header__bar .page-header__page-title .headline-group .superhead,
          header.page-header .page-header__bar .page-header__page-title .headline-group .head,
          header.page-header .page-header__bar .page-header__page-title .headline-group .subhead {
            display: inline-block;
            width: 70%; } }
    header.page-header .page-header__bar .page-header__title-link {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      display: block;
      color: #fff;
      border: 0;
      font-size: 1.25rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 0.625rem; }
      @media screen and (max-width: 80em) {
        header.page-header .page-header__bar .page-header__title-link {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
      @media screen and (max-width: 40em) {
        header.page-header .page-header__bar .page-header__title-link {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
      @media screen and (max-width: 47.9375em) {
        header.page-header .page-header__bar .page-header__title-link {
          font-size: 1rem; } }
      header.page-header .page-header__bar .page-header__title-link:hover, header.page-header .page-header__bar .page-header__title-link:active, header.page-header .page-header__bar .page-header__title-link:focus {
        color: #ffc217; }
    header.page-header .page-header__bar .section-nav nav {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 80em) {
        header.page-header .page-header__bar .section-nav nav {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
      @media screen and (max-width: 40em) {
        header.page-header .page-header__bar .section-nav nav {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
    header.page-header .page-header__bar .section-nav .section-nav__toggle {
      position: absolute;
      top: 0;
      width: 100%; }
      @media screen and (max-width: 47.9375em) {
        header.page-header .page-header__bar .section-nav .section-nav__toggle {
          position: static; } }
      header.page-header .page-header__bar .section-nav .section-nav__toggle .section-nav__toggle-wrapper {
        max-width: 75rem;
        margin-left: auto;
        margin-right: auto;
        text-align: right; }
        @media screen and (max-width: 80em) {
          header.page-header .page-header__bar .section-nav .section-nav__toggle .section-nav__toggle-wrapper {
            padding-left: 2.5rem;
            padding-right: 2.5rem; } }
        @media screen and (max-width: 40em) {
          header.page-header .page-header__bar .section-nav .section-nav__toggle .section-nav__toggle-wrapper {
            padding-left: 1.25rem;
            padding-right: 1.25rem; } }
        @media screen and (max-width: 47.9375em) {
          header.page-header .page-header__bar .section-nav .section-nav__toggle .section-nav__toggle-wrapper {
            padding: 0; } }
        header.page-header .page-header__bar .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav {
          margin-top: 1.25rem; }
          @media screen and (max-width: 47.9375em) {
            header.page-header .page-header__bar .section-nav .section-nav__toggle .section-nav__toggle-wrapper button.toggleSectionNav {
              margin-top: 0; } }
  header.page-header .page-header__cta-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%; }
    @media screen and (max-width: 63.9375em) {
      header.page-header .page-header__cta-wrapper {
        position: relative; } }
    header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 80em) {
        header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
      @media screen and (max-width: 40em) {
        header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
      @media screen and (max-width: 63.9375em) {
        header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner {
          padding: 0; } }
      header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta {
        background: rgba(255, 194, 23, 0.9);
        max-width: 30%;
        margin-left: auto;
        margin-bottom: 7.5rem;
        padding: 1.875rem; }
        @media screen and (max-width: 74.9375em) {
          header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta {
            max-width: 40%; } }
        @media screen and (max-width: 63.9375em) {
          header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta {
            max-width: none;
            width: 100%;
            background: #1f1f1f;
            color: #fff;
            margin-bottom: 0; } }
        @media screen and (max-width: 40em) {
          header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta {
            padding: 1.25rem; } }
        header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h1, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h2, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h3, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h4, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h5, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h6 {
          font-size: 1.5rem;
          line-height: 1.6875rem;
          font-weight: bold;
          font-family: "Roboto", sans-serif;
          margin: 0 0 1.875rem 0; }
          @media screen and (max-width: 40em) {
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h1, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h2, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h3, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h4, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h5, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta h6 {
              font-size: 1.25rem;
              line-height: 1.4375rem; } }
        header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a {
          margin-bottom: 0;
          background-color: #fff;
          color: #000; }
          header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button svg.button__leading-icon, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a svg.button__leading-icon, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a svg.button__leading-icon,
          header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button svg.button__trailing-icon,
          header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a svg.button__trailing-icon,
          .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a svg.button__trailing-icon {
            fill: #bb4935;
            color: #bb4935; }
          header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:link, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:link, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:link, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:visited, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:visited, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:visited {
            color: #000; }
          header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:hover, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:active, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:focus, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus {
            background-color: #000;
            color: #fff; }
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:hover svg.button__leading-icon, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:hover svg.button__leading-icon, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover svg.button__leading-icon,
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:hover svg.button__trailing-icon,
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:hover svg.button__trailing-icon,
            .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover svg.button__trailing-icon, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:active svg.button__leading-icon, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:active svg.button__leading-icon, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active svg.button__leading-icon,
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:active svg.button__trailing-icon,
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:active svg.button__trailing-icon,
            .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active svg.button__trailing-icon, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:focus svg.button__leading-icon, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:focus svg.button__leading-icon, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus svg.button__leading-icon,
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:focus svg.button__trailing-icon,
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:focus svg.button__trailing-icon,
            .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus svg.button__trailing-icon {
              fill: #ffc217;
              color: #ffc217; }
          header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button.button--accent, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a.button--accent, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a.button--accent, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button.button--page-directional, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a.button--page-directional, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a.button--page-directional, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.first a, .pagination ul li.first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.previous a, .pagination ul li.previous header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.next a, .pagination ul li.next header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.last a, .pagination ul li.last header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button-collection.button-collection--accent-first .button:first-child, .button-collection.button-collection--accent-first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button-collection.button-collection--accent-first .pagination ul li a:first-child, .button-collection.button-collection--accent-first .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .button-collection.button-collection--accent-first a:first-child, .pagination ul li .button-collection.button-collection--accent-first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout.callout--secondary .button, .callout.callout--secondary header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout--secondary.archive-filters .button, .callout--secondary.archive-filters header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout.callout--secondary .pagination ul li a, .callout.callout--secondary .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .callout.callout--secondary a, .pagination ul li .callout.callout--secondary header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout--secondary.archive-filters .pagination ul li a, .callout--secondary.archive-filters .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .callout--secondary.archive-filters a, .pagination ul li .callout--secondary.archive-filters header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a {
            background-color: #ffc217; }
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button.button--accent:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a.button--accent:hover, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a.button--accent:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button.button--accent:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a.button--accent:active, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a.button--accent:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button.button--accent:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a.button--accent:focus, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a.button--accent:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button.button--page-directional:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a.button--page-directional:hover, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a.button--page-directional:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.first a:hover, .pagination ul li.first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.previous a:hover, .pagination ul li.previous header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.next a:hover, .pagination ul li.next header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.last a:hover, .pagination ul li.last header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button-collection.button-collection--accent-first .button:hover:first-child, .button-collection.button-collection--accent-first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:hover:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child, .button-collection.button-collection--accent-first .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child, .pagination ul li .button-collection.button-collection--accent-first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout.callout--secondary .button:hover, .callout.callout--secondary header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout--secondary.archive-filters .button:hover, .callout--secondary.archive-filters header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout.callout--secondary .pagination ul li a:hover, .callout.callout--secondary .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .callout.callout--secondary a:hover, .pagination ul li .callout.callout--secondary header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout--secondary.archive-filters .pagination ul li a:hover, .callout--secondary.archive-filters .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .callout--secondary.archive-filters a:hover, .pagination ul li .callout--secondary.archive-filters header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button.button--page-directional:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a.button--page-directional:active, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a.button--page-directional:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.first a:active, .pagination ul li.first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.previous a:active, .pagination ul li.previous header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.next a:active, .pagination ul li.next header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.last a:active, .pagination ul li.last header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button-collection.button-collection--accent-first .button:active:first-child, .button-collection.button-collection--accent-first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:active:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button-collection.button-collection--accent-first .pagination ul li a:active:first-child, .button-collection.button-collection--accent-first .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .button-collection.button-collection--accent-first a:active:first-child, .pagination ul li .button-collection.button-collection--accent-first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout.callout--secondary .button:active, .callout.callout--secondary header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout--secondary.archive-filters .button:active, .callout--secondary.archive-filters header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout.callout--secondary .pagination ul li a:active, .callout.callout--secondary .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .callout.callout--secondary a:active, .pagination ul li .callout.callout--secondary header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout--secondary.archive-filters .pagination ul li a:active, .callout--secondary.archive-filters .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .callout--secondary.archive-filters a:active, .pagination ul li .callout--secondary.archive-filters header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button.button--page-directional:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a.button--page-directional:focus, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a.button--page-directional:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.first a:focus, .pagination ul li.first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.previous a:focus, .pagination ul li.previous header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.next a:focus, .pagination ul li.next header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li.last a:focus, .pagination ul li.last header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button-collection.button-collection--accent-first .button:focus:first-child, .button-collection.button-collection--accent-first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:focus:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child, .button-collection.button-collection--accent-first .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child, .pagination ul li .button-collection.button-collection--accent-first header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus:first-child, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout.callout--secondary .button:focus, .callout.callout--secondary header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout--secondary.archive-filters .button:focus, .callout--secondary.archive-filters header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout.callout--secondary .pagination ul li a:focus, .callout.callout--secondary .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .callout.callout--secondary a:focus, .pagination ul li .callout.callout--secondary header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .callout--secondary.archive-filters .pagination ul li a:focus, .callout--secondary.archive-filters .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li .callout--secondary.archive-filters a:focus, .pagination ul li .callout--secondary.archive-filters header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus {
              background-color: #fff;
              color: #000; }
          @media screen and (max-width: 63.9375em) {
            header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:hover, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:active, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:focus, header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:focus, .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus {
              background: #ffc217;
              color: #3b3b3b; }
              
              header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:hover svg.button__trailing-icon,
              header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:hover svg.button__trailing-icon,
              .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:hover svg.button__trailing-icon,
              header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:active svg.button__trailing-icon,
              header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:active svg.button__trailing-icon,
              .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:active svg.button__trailing-icon,
              header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .button:focus svg.button__trailing-icon,
              header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta .pagination ul li a:focus svg.button__trailing-icon,
              .pagination ul li header.page-header .page-header__cta-wrapper .page-header__cta-wrapper-inner .page-header__cta a:focus svg.button__trailing-icon {
                color: #bb4935;
                fill: #bb4935; } }
  header.page-header .page-header__video-control {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: auto; }
    @media screen and (max-width: 63.9375em) {
      header.page-header .page-header__video-control {
        position: relative; } }
    header.page-header .page-header__video-control .button--video-control {
      margin-bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      color: #e1e0df;
      font-size: 0.8125rem; }
      @media screen and (max-width: 90em) {
        header.page-header .page-header__video-control .button--video-control {
          margin-bottom: 5.625rem; } }
      @media screen and (max-width: 63.9375em) {
        header.page-header .page-header__video-control .button--video-control {
          margin-bottom: 0; } }
  header.page-header .page-header__hero {
    z-index: 1;
    position: relative;
    margin-top: -25%;
    margin-bottom: -25%; }
    header.page-header .page-header__hero .page-header__video-mobile-cover-image {
      display: none; }
    header.page-header .page-header__hero .page-header__video {
      margin-top: 25%;
      margin-bottom: 25%; }
      header.page-header .page-header__hero .page-header__video video {
        position: relative; }
        @media (min-aspect-ratio: 16 / 9) {
          header.page-header .page-header__hero .page-header__video video {
            height: 300%;
            top: -100%;
            min-width: 100%; } }
        @media (max-aspect-ratio: 16 / 9) {
          header.page-header .page-header__hero .page-header__video video {
            width: 300%;
            left: -100%; } }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          header.page-header .page-header__hero .page-header__video video {
            position: static;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
  header.page-header.page-header--hero {
    overflow: hidden; }
    @media screen and (min-width: 64em) {
      header.page-header.page-header--hero {
        min-height: 31.25rem; } }
    @media screen and (max-width: 47.9375em) {
      header.page-header.page-header--hero .page-header__bar .page-header__page-title {
        background: #4c4c4c; } }
    header.page-header.page-header--hero .section-nav {
      background: rgba(0, 0, 0, 0.7);
      -webkit-transition: background 0.2s ease-out;
      transition: background 0.2s ease-out; }
      header.page-header.page-header--hero .section-nav.active {
        background: #3b3b3b; }
      header.page-header.page-header--hero .section-nav nav ul {
        padding-top: 1.25rem; }
        header.page-header.page-header--hero .section-nav nav ul li a:hover, header.page-header.page-header--hero .section-nav nav ul li a:active {
          background: rgba(0, 0, 0, 0.3); }
    header.page-header.page-header--hero.section-nav-active .page-header__bar .page-header__page-title {
      background: #4c4c4c; }
  @media screen and (min-width: 64em) {
    header.page-header.page-header--tall {
      max-height: 60vh;
      min-height: 37.5rem; } }
  @media screen and (min-width: 75em) {
    header.page-header.page-header--tall {
      max-height: 75vh;
      min-height: 37.5rem; } }
  header.page-header.page-header--tall .page-header__hero {
    margin-top: -10%;
    margin-bottom: -10%;
    margin-bottom: -20%; }
    header.page-header.page-header--tall .page-header__hero .page-header__video {
      margin-top: 10%;
      margin-bottom: 10%; }
    header.page-header.page-header--tall .page-header__hero img {
      -webkit-transform: scale(1);
              transform: scale(1); }
      @media screen and (max-width: 74.9375em) {
        header.page-header.page-header--tall .page-header__hero img {
          -webkit-transform: scale(1.3);
                  transform: scale(1.3); } }
      @media screen and (max-width: 40em) {
        header.page-header.page-header--tall .page-header__hero img {
          -webkit-transform: scale(1);
                  transform: scale(1); } }
  header.page-header.page-header--title-bottom {
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 64em) {
      header.page-header.page-header--title-bottom .page-header__bar {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70%; } }
    @media screen and (min-width: 48em) {
      header.page-header.page-header--title-bottom .page-header__bar {
        background: rgba(0, 0, 0, 0.7);
        padding: 2.5rem; } }
    @media screen and (min-width: 48em) {
      header.page-header.page-header--title-bottom .page-header__bar .page-header__page-title {
        padding: 0;
        background: transparent;
        border-left: #ffc217 8px solid;
        padding-left: 1.875rem; } }
    @media screen and (max-width: 47.9375em) {
      header.page-header.page-header--title-bottom .page-header__bar .page-header__page-title {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    header.page-header.page-header--title-bottom .page-header__bar .page-header__page-title .headline-group {
      font-weight: bold;
      font-size: 3.125rem;
      line-height: 1.1;
      padding: 0;
      margin-left: 0; }
      @media screen and (max-width: 63.9375em) {
        header.page-header.page-header--title-bottom .page-header__bar .page-header__page-title .headline-group {
          font-size: 2.5rem; } }
      @media screen and (max-width: 47.9375em) {
        header.page-header.page-header--title-bottom .page-header__bar .page-header__page-title .headline-group {
          font-size: 1.625rem; } }
      header.page-header.page-header--title-bottom .page-header__bar .page-header__page-title .headline-group span {
        width: auto; }
    header.page-header.page-header--title-bottom .page-header__bar .page-header__page-title .page-header__title-link {
      display: inline-block;
      max-width: 90%;
      line-height: 1em;
      padding: 0; }
    header.page-header.page-header--title-bottom .page-header__video-control .button--video-control {
      margin-bottom: 0; }

.teaser-collection .collection__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .teaser-collection .collection__items .collection__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 22%;
            flex: 0 1 22%;
    margin-bottom: 1.875rem;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    @media screen and (max-width: 74.9375em) {
      .teaser-collection .collection__items .collection__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 48%;
                flex: 0 1 48%; } }
    @media screen and (max-width: 40em) {
      .teaser-collection .collection__items .collection__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
  .teaser-collection .collection__items .teaser__body {
    width: 100%; }
  .teaser-collection .collection__items .teaser__supporting h1, .teaser-collection .collection__items .teaser__supporting h2, .teaser-collection .collection__items .teaser__supporting h3, .teaser-collection .collection__items .teaser__supporting h4, .teaser-collection .collection__items .teaser__supporting h5, .teaser-collection .collection__items .teaser__supporting h6 {
    font: normal bold 1.375rem "Titillium Web", sans-serif;
    line-height: 1.5;
    text-transform: none; }
    @media screen and (max-width: 63.9375em) {
      .teaser-collection .collection__items .teaser__supporting h1, .teaser-collection .collection__items .teaser__supporting h2, .teaser-collection .collection__items .teaser__supporting h3, .teaser-collection .collection__items .teaser__supporting h4, .teaser-collection .collection__items .teaser__supporting h5, .teaser-collection .collection__items .teaser__supporting h6 {
        font-size: 1.125rem; } }

.teaser-collection.collection--three-columns .collection__items .collection__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%; }
  @media screen and (max-width: 63.9375em) {
    .teaser-collection.collection--three-columns .collection__items .collection__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 48%;
              flex: 0 1 48%; } }
  @media screen and (max-width: 40em) {
    .teaser-collection.collection--three-columns .collection__items .collection__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }

.teaser-collection.collection--two-columns .collection__items .collection__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%; }
  @media screen and (max-width: 40em) {
    .teaser-collection.collection--two-columns .collection__items .collection__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }

@media screen and (max-width: 63.9375em) {
  .teaser-collection.collection--two-columns.collection--two-columns-early-break .collection__items .collection__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; } }

@media screen and (max-width: 40em) {
  .fact-collection .fact-collection__header {
    margin-bottom: 0; } }

.fact-collection .fact-collection__facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 40em) {
    .fact-collection .fact-collection__facts {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .fact-collection .fact-collection__facts .fast-fact {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2.5rem; }
    @media screen and (max-width: 63.9375em) {
      .fact-collection .fact-collection__facts .fast-fact {
        padding: 0 1.25rem; } }
    .fact-collection .fact-collection__facts .fast-fact:first-child {
      padding-left: 0; }
    .fact-collection .fact-collection__facts .fast-fact:last-child {
      padding-right: 0; }
    .fact-collection .fact-collection__facts .fast-fact:nth-child(even) {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 40%;
              flex: 0 1 40%;
      border: rgba(255, 255, 255, 0.3) 7px dotted;
      border-top: 0;
      border-bottom: 0; }
      @media screen and (max-width: 40em) {
        .fact-collection .fact-collection__facts .fast-fact:nth-child(even) {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%;
          border: 0; } }
    @media screen and (max-width: 40em) {
      .fact-collection .fact-collection__facts .fast-fact {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
        .fact-collection .fact-collection__facts .fast-fact:after {
          display: block;
          content: '';
          width: 40%;
          margin: 1.25rem auto;
          border-bottom: rgba(255, 255, 255, 0.3) 7px dotted; }
        .fact-collection .fact-collection__facts .fast-fact:last-child:after {
          display: none; } }
    @media screen and (max-width: 23.75em) {
      .fact-collection .fact-collection__facts .fast-fact:after {
        margin: 0.625rem auto; } }

.fact-collection .fact-collection__footer {
  text-align: center; }

.callout, .archive-filters {
  background: #ffc217;
  padding: 1.875rem;
  margin-bottom: 2.5rem;
  border: 0; }
  @media screen and (max-width: 23.75em) {
    .callout, .archive-filters {
      padding: 1.25rem; } }
  .callout h1, .archive-filters h1, .callout h2, .archive-filters h2, .callout h3, .archive-filters h3, .callout h4, .archive-filters h4, .callout h5, .archive-filters h5, .callout h6, .archive-filters h6 {
    font: normal bold 1.625rem "Titillium Web", sans-serif;
    line-height: 1.5;
    text-transform: none; }
    @media screen and (max-width: 63.9375em) {
      .callout h1, .archive-filters h1, .callout h2, .archive-filters h2, .callout h3, .archive-filters h3, .callout h4, .archive-filters h4, .callout h5, .archive-filters h5, .callout h6, .archive-filters h6 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 40em) {
      .callout h1, .archive-filters h1, .callout h2, .archive-filters h2, .callout h3, .archive-filters h3, .callout h4, .archive-filters h4, .callout h5, .archive-filters h5, .callout h6, .archive-filters h6 {
        font-size: 1.375rem; } }
    .callout h1 a.link--rich, .archive-filters h1 a.link--rich, .callout h2 a.link--rich, .archive-filters h2 a.link--rich, .callout h3 a.link--rich, .archive-filters h3 a.link--rich, .callout h4 a.link--rich, .archive-filters h4 a.link--rich, .callout h5 a.link--rich, .archive-filters h5 a.link--rich, .callout h6 a.link--rich, .archive-filters h6 a.link--rich {
      font-size: inherit;
      margin-bottom: 0; }
      .callout h1 a.link--rich:hover span:after, .archive-filters h1 a.link--rich:hover span:after, .callout h1 a.link--rich:active span:after, .archive-filters h1 a.link--rich:active span:after, .callout h1 a.link--rich:focus span:after, .archive-filters h1 a.link--rich:focus span:after, .callout h2 a.link--rich:hover span:after, .archive-filters h2 a.link--rich:hover span:after, .callout h2 a.link--rich:active span:after, .archive-filters h2 a.link--rich:active span:after, .callout h2 a.link--rich:focus span:after, .archive-filters h2 a.link--rich:focus span:after, .callout h3 a.link--rich:hover span:after, .archive-filters h3 a.link--rich:hover span:after, .callout h3 a.link--rich:active span:after, .archive-filters h3 a.link--rich:active span:after, .callout h3 a.link--rich:focus span:after, .archive-filters h3 a.link--rich:focus span:after, .callout h4 a.link--rich:hover span:after, .archive-filters h4 a.link--rich:hover span:after, .callout h4 a.link--rich:active span:after, .archive-filters h4 a.link--rich:active span:after, .callout h4 a.link--rich:focus span:after, .archive-filters h4 a.link--rich:focus span:after, .callout h5 a.link--rich:hover span:after, .archive-filters h5 a.link--rich:hover span:after, .callout h5 a.link--rich:active span:after, .archive-filters h5 a.link--rich:active span:after, .callout h5 a.link--rich:focus span:after, .archive-filters h5 a.link--rich:focus span:after, .callout h6 a.link--rich:hover span:after, .archive-filters h6 a.link--rich:hover span:after, .callout h6 a.link--rich:active span:after, .archive-filters h6 a.link--rich:active span:after, .callout h6 a.link--rich:focus span:after, .archive-filters h6 a.link--rich:focus span:after {
        color: #000; }
  .callout .social-media a.social-media--icon, .archive-filters .social-media a.social-media--icon {
    margin-right: 0.3125rem; }
    .callout .social-media a.social-media--icon svg, .archive-filters .social-media a.social-media--icon svg {
      fill: #000;
      color: #000; }
    .callout .social-media a.social-media--icon:hover svg, .archive-filters .social-media a.social-media--icon:hover svg, .callout .social-media a.social-media--icon:active svg, .archive-filters .social-media a.social-media--icon:active svg, .callout .social-media a.social-media--icon:focus svg, .archive-filters .social-media a.social-media--icon:focus svg {
      fill: #903b41;
      color: #903b41; }
  .callout:not(.callout--tertiary):not(.archive-filters) button, .archive-filters:not(.callout--tertiary):not(.archive-filters) button,
  .callout:not(.callout--tertiary):not(.archive-filters) .button,
  .archive-filters:not(.callout--tertiary):not(.archive-filters) .button,
  .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a,
  .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a,
  .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a,
  .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a {
    background-color: #fff;
    color: #000; }
    .callout:not(.callout--tertiary):not(.archive-filters) button svg.button__leading-icon, .archive-filters:not(.callout--tertiary):not(.archive-filters) button svg.button__leading-icon,
    .callout:not(.callout--tertiary):not(.archive-filters) button svg.button__trailing-icon,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) button svg.button__trailing-icon,
    .callout:not(.callout--tertiary):not(.archive-filters) .button svg.button__leading-icon,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button svg.button__leading-icon,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a svg.button__leading-icon,
    .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a svg.button__leading-icon,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a svg.button__leading-icon,
    .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a svg.button__leading-icon,
    .callout:not(.callout--tertiary):not(.archive-filters) .button svg.button__trailing-icon,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button svg.button__trailing-icon,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a svg.button__trailing-icon,
    .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a svg.button__trailing-icon,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a svg.button__trailing-icon,
    .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a svg.button__trailing-icon {
      fill: #bb4935;
      color: #bb4935; }
    .callout:not(.callout--tertiary):not(.archive-filters) button:link, .archive-filters:not(.callout--tertiary):not(.archive-filters) button:link, .callout:not(.callout--tertiary):not(.archive-filters) button:visited, .archive-filters:not(.callout--tertiary):not(.archive-filters) button:visited,
    .callout:not(.callout--tertiary):not(.archive-filters) .button:link,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:link,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:link,
    .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:link,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:link,
    .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:link,
    .callout:not(.callout--tertiary):not(.archive-filters) .button:visited,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:visited,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:visited,
    .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:visited,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:visited,
    .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:visited {
      color: #000; }
    .callout:not(.callout--tertiary):not(.archive-filters) button:hover, .archive-filters:not(.callout--tertiary):not(.archive-filters) button:hover, .callout:not(.callout--tertiary):not(.archive-filters) button:active, .archive-filters:not(.callout--tertiary):not(.archive-filters) button:active, .callout:not(.callout--tertiary):not(.archive-filters) button:focus, .archive-filters:not(.callout--tertiary):not(.archive-filters) button:focus,
    .callout:not(.callout--tertiary):not(.archive-filters) .button:hover,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:hover,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:hover,
    .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:hover,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:hover,
    .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover,
    .callout:not(.callout--tertiary):not(.archive-filters) .button:active,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:active,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:active,
    .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:active,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:active,
    .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active,
    .callout:not(.callout--tertiary):not(.archive-filters) .button:focus,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:focus,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:focus,
    .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:focus,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:focus,
    .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus {
      background-color: #000;
      color: #fff; }
      .callout:not(.callout--tertiary):not(.archive-filters) button:hover svg.button__leading-icon, .archive-filters:not(.callout--tertiary):not(.archive-filters) button:hover svg.button__leading-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) button:hover svg.button__trailing-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) button:hover svg.button__trailing-icon, .callout:not(.callout--tertiary):not(.archive-filters) button:active svg.button__leading-icon, .archive-filters:not(.callout--tertiary):not(.archive-filters) button:active svg.button__leading-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) button:active svg.button__trailing-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) button:active svg.button__trailing-icon, .callout:not(.callout--tertiary):not(.archive-filters) button:focus svg.button__leading-icon, .archive-filters:not(.callout--tertiary):not(.archive-filters) button:focus svg.button__leading-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) button:focus svg.button__trailing-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) button:focus svg.button__trailing-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .button:hover svg.button__leading-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:hover svg.button__leading-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:hover svg.button__leading-icon,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:hover svg.button__leading-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:hover svg.button__leading-icon,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover svg.button__leading-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .button:hover svg.button__trailing-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:hover svg.button__trailing-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:hover svg.button__trailing-icon,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:hover svg.button__trailing-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:hover svg.button__trailing-icon,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover svg.button__trailing-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .button:active svg.button__leading-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:active svg.button__leading-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:active svg.button__leading-icon,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:active svg.button__leading-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:active svg.button__leading-icon,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active svg.button__leading-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .button:active svg.button__trailing-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:active svg.button__trailing-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:active svg.button__trailing-icon,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:active svg.button__trailing-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:active svg.button__trailing-icon,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active svg.button__trailing-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .button:focus svg.button__leading-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:focus svg.button__leading-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:focus svg.button__leading-icon,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:focus svg.button__leading-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:focus svg.button__leading-icon,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus svg.button__leading-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .button:focus svg.button__trailing-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:focus svg.button__trailing-icon,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:focus svg.button__trailing-icon,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:focus svg.button__trailing-icon,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a:focus svg.button__trailing-icon,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus svg.button__trailing-icon {
        fill: #ffc217;
        color: #ffc217; }
    .callout:not(.callout--tertiary):not(.archive-filters) button.button--accent, .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button--accent,
    .callout:not(.callout--tertiary):not(.archive-filters) button.button--page-directional,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button--page-directional, .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first button.button:first-child, .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) button.button:first-child, .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first button.button:first-child, .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button:first-child,
    .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary button, .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) button,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary button, .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) button,
    .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters button, .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) button,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters button, .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) button,
    .callout:not(.callout--tertiary):not(.archive-filters) .button.button--accent,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button.button--accent,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--accent,
    .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a.button--accent,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--accent,
    .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a.button--accent,
    .callout:not(.callout--tertiary):not(.archive-filters) .button.button--page-directional,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button.button--page-directional,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--page-directional,
    .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a.button--page-directional,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--page-directional,
    .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a.button--page-directional,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.first a,
    .pagination ul li.first .callout:not(.callout--tertiary):not(.archive-filters) a,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.first a,
    .pagination ul li.first .archive-filters:not(.callout--tertiary):not(.archive-filters) a,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.previous a,
    .pagination ul li.previous .callout:not(.callout--tertiary):not(.archive-filters) a,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.previous a,
    .pagination ul li.previous .archive-filters:not(.callout--tertiary):not(.archive-filters) a,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.next a,
    .pagination ul li.next .callout:not(.callout--tertiary):not(.archive-filters) a,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.next a,
    .pagination ul li.next .archive-filters:not(.callout--tertiary):not(.archive-filters) a,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.last a,
    .pagination ul li.last .callout:not(.callout--tertiary):not(.archive-filters) a,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.last a,
    .pagination ul li.last .archive-filters:not(.callout--tertiary):not(.archive-filters) a,
    .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .button:first-child,
    .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) .button:first-child,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .button:first-child,
    .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:first-child,
    .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .pagination ul li a:first-child,
    .button-collection.button-collection--accent-first .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:first-child,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .pagination ul li a:first-child,
    .button-collection.button-collection--accent-first .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:first-child,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .button-collection.button-collection--accent-first a:first-child,
    .pagination ul li .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) a:first-child,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .button-collection.button-collection--accent-first a:first-child,
    .pagination ul li .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) a:first-child,
    .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .button,
    .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) .button,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .button,
    .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) .button,
    .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .button,
    .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) .button,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .button,
    .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) .button,
    .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .pagination ul li a,
    .callout.callout--secondary .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .pagination ul li a,
    .callout.callout--secondary .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout.callout--secondary a,
    .pagination ul li .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) a,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout.callout--secondary a,
    .pagination ul li .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) a,
    .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .pagination ul li a,
    .callout--secondary.archive-filters .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .pagination ul li a,
    .callout--secondary.archive-filters .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a,
    .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout--secondary.archive-filters a,
    .pagination ul li .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) a,
    .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout--secondary.archive-filters a,
    .pagination ul li .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) a {
      background-color: #ffc217; }
      .callout:not(.callout--tertiary):not(.archive-filters) button.button--accent:hover, .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button--accent:hover, .callout:not(.callout--tertiary):not(.archive-filters) button.button--accent:active, .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button--accent:active, .callout:not(.callout--tertiary):not(.archive-filters) button.button--accent:focus, .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button--accent:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) button.button--page-directional:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button--page-directional:hover, .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first button.button:hover:first-child, .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) button.button:hover:first-child, .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first button.button:hover:first-child, .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button:hover:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary button:hover, .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) button:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary button:hover, .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) button:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters button:hover, .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) button:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters button:hover, .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) button:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) button.button--page-directional:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button--page-directional:active, .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first button.button:active:first-child, .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) button.button:active:first-child, .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first button.button:active:first-child, .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button:active:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary button:active, .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) button:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary button:active, .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) button:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters button:active, .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) button:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters button:active, .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) button:active,
      .callout:not(.callout--tertiary):not(.archive-filters) button.button--page-directional:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button--page-directional:focus, .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first button.button:focus:first-child, .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) button.button:focus:first-child, .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first button.button:focus:first-child, .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) button.button:focus:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary button:focus, .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) button:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary button:focus, .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) button:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters button:focus, .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) button:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters button:focus, .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) button:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .button.button--accent:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button.button--accent:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--accent:hover,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a.button--accent:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--accent:hover,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a.button--accent:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .button.button--accent:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button.button--accent:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--accent:active,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a.button--accent:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--accent:active,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a.button--accent:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .button.button--accent:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button.button--accent:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--accent:focus,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a.button--accent:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--accent:focus,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a.button--accent:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .button.button--page-directional:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button.button--page-directional:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--page-directional:hover,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a.button--page-directional:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--page-directional:hover,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a.button--page-directional:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.first a:hover,
      .pagination ul li.first .callout:not(.callout--tertiary):not(.archive-filters) a:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.first a:hover,
      .pagination ul li.first .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.previous a:hover,
      .pagination ul li.previous .callout:not(.callout--tertiary):not(.archive-filters) a:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.previous a:hover,
      .pagination ul li.previous .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.next a:hover,
      .pagination ul li.next .callout:not(.callout--tertiary):not(.archive-filters) a:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.next a:hover,
      .pagination ul li.next .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.last a:hover,
      .pagination ul li.last .callout:not(.callout--tertiary):not(.archive-filters) a:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.last a:hover,
      .pagination ul li.last .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .button:hover:first-child,
      .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) .button:hover:first-child,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .button:hover:first-child,
      .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:hover:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child,
      .button-collection.button-collection--accent-first .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:hover:first-child,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child,
      .button-collection.button-collection--accent-first .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child,
      .pagination ul li .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) a:hover:first-child,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child,
      .pagination ul li .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .button:hover,
      .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) .button:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .button:hover,
      .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .button:hover,
      .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) .button:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .button:hover,
      .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .pagination ul li a:hover,
      .callout.callout--secondary .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .pagination ul li a:hover,
      .callout.callout--secondary .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout.callout--secondary a:hover,
      .pagination ul li .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) a:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout.callout--secondary a:hover,
      .pagination ul li .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .pagination ul li a:hover,
      .callout--secondary.archive-filters .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .pagination ul li a:hover,
      .callout--secondary.archive-filters .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout--secondary.archive-filters a:hover,
      .pagination ul li .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) a:hover,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout--secondary.archive-filters a:hover,
      .pagination ul li .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) a:hover,
      .callout:not(.callout--tertiary):not(.archive-filters) .button.button--page-directional:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button.button--page-directional:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--page-directional:active,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a.button--page-directional:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--page-directional:active,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a.button--page-directional:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.first a:active,
      .pagination ul li.first .callout:not(.callout--tertiary):not(.archive-filters) a:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.first a:active,
      .pagination ul li.first .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.previous a:active,
      .pagination ul li.previous .callout:not(.callout--tertiary):not(.archive-filters) a:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.previous a:active,
      .pagination ul li.previous .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.next a:active,
      .pagination ul li.next .callout:not(.callout--tertiary):not(.archive-filters) a:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.next a:active,
      .pagination ul li.next .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.last a:active,
      .pagination ul li.last .callout:not(.callout--tertiary):not(.archive-filters) a:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.last a:active,
      .pagination ul li.last .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .button:active:first-child,
      .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) .button:active:first-child,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .button:active:first-child,
      .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:active:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .pagination ul li a:active:first-child,
      .button-collection.button-collection--accent-first .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:active:first-child,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .pagination ul li a:active:first-child,
      .button-collection.button-collection--accent-first .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .button-collection.button-collection--accent-first a:active:first-child,
      .pagination ul li .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) a:active:first-child,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .button-collection.button-collection--accent-first a:active:first-child,
      .pagination ul li .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .button:active,
      .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) .button:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .button:active,
      .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .button:active,
      .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) .button:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .button:active,
      .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .pagination ul li a:active,
      .callout.callout--secondary .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .pagination ul li a:active,
      .callout.callout--secondary .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout.callout--secondary a:active,
      .pagination ul li .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) a:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout.callout--secondary a:active,
      .pagination ul li .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .pagination ul li a:active,
      .callout--secondary.archive-filters .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .pagination ul li a:active,
      .callout--secondary.archive-filters .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout--secondary.archive-filters a:active,
      .pagination ul li .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) a:active,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout--secondary.archive-filters a:active,
      .pagination ul li .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) a:active,
      .callout:not(.callout--tertiary):not(.archive-filters) .button.button--page-directional:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button.button--page-directional:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--page-directional:focus,
      .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a.button--page-directional:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li a.button--page-directional:focus,
      .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a.button--page-directional:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.first a:focus,
      .pagination ul li.first .callout:not(.callout--tertiary):not(.archive-filters) a:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.first a:focus,
      .pagination ul li.first .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.previous a:focus,
      .pagination ul li.previous .callout:not(.callout--tertiary):not(.archive-filters) a:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.previous a:focus,
      .pagination ul li.previous .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.next a:focus,
      .pagination ul li.next .callout:not(.callout--tertiary):not(.archive-filters) a:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.next a:focus,
      .pagination ul li.next .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li.last a:focus,
      .pagination ul li.last .callout:not(.callout--tertiary):not(.archive-filters) a:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li.last a:focus,
      .pagination ul li.last .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .button:focus:first-child,
      .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) .button:focus:first-child,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .button:focus:first-child,
      .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:focus:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child,
      .button-collection.button-collection--accent-first .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:focus:first-child,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child,
      .button-collection.button-collection--accent-first .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child,
      .pagination ul li .button-collection.button-collection--accent-first .callout:not(.callout--tertiary):not(.archive-filters) a:focus:first-child,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child,
      .pagination ul li .button-collection.button-collection--accent-first .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus:first-child,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .button:focus,
      .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) .button:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .button:focus,
      .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .button:focus,
      .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) .button:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .button:focus,
      .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) .button:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .pagination ul li a:focus,
      .callout.callout--secondary .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout.callout--secondary .pagination ul li a:focus,
      .callout.callout--secondary .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout.callout--secondary a:focus,
      .pagination ul li .callout.callout--secondary .callout:not(.callout--tertiary):not(.archive-filters) a:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout.callout--secondary a:focus,
      .pagination ul li .callout.callout--secondary .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .pagination ul li a:focus,
      .callout--secondary.archive-filters .pagination ul li .callout:not(.callout--tertiary):not(.archive-filters) a:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .callout--secondary.archive-filters .pagination ul li a:focus,
      .callout--secondary.archive-filters .pagination ul li .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus,
      .callout:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout--secondary.archive-filters a:focus,
      .pagination ul li .callout--secondary.archive-filters .callout:not(.callout--tertiary):not(.archive-filters) a:focus,
      .archive-filters:not(.callout--tertiary):not(.archive-filters) .pagination ul li .callout--secondary.archive-filters a:focus,
      .pagination ul li .callout--secondary.archive-filters .archive-filters:not(.callout--tertiary):not(.archive-filters) a:focus {
        background-color: #fff;
        color: #000; }
  .callout.callout--secondary, .callout--secondary.archive-filters {
    background: #000;
    color: #fff; }
    .callout.callout--secondary .button, .callout--secondary.archive-filters .button, .callout.callout--secondary .pagination ul li a, .pagination ul li .callout.callout--secondary a, .callout--secondary.archive-filters .pagination ul li a, .pagination ul li .callout--secondary.archive-filters a,
    .callout.callout--secondary button,
    .callout--secondary.archive-filters button,
    .callout.callout--secondary input[type=button],
    .callout--secondary.archive-filters input[type=button],
    .callout.callout--secondary input[type=submit],
    .callout--secondary.archive-filters input[type=submit] {
      background-color: #fff;
      color: #000; }
      .callout.callout--secondary .button svg.button__leading-icon, .callout--secondary.archive-filters .button svg.button__leading-icon, .callout.callout--secondary .pagination ul li a svg.button__leading-icon, .pagination ul li .callout.callout--secondary a svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a svg.button__leading-icon,
      .callout.callout--secondary .button svg.button__trailing-icon,
      .callout--secondary.archive-filters .button svg.button__trailing-icon,
      .callout.callout--secondary .pagination ul li a svg.button__trailing-icon,
      .pagination ul li .callout.callout--secondary a svg.button__trailing-icon,
      .callout--secondary.archive-filters .pagination ul li a svg.button__trailing-icon,
      .pagination ul li .callout--secondary.archive-filters a svg.button__trailing-icon,
      .callout.callout--secondary button svg.button__leading-icon,
      .callout--secondary.archive-filters button svg.button__leading-icon,
      .callout.callout--secondary button svg.button__trailing-icon,
      .callout--secondary.archive-filters button svg.button__trailing-icon,
      .callout.callout--secondary input[type=button] svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=button] svg.button__leading-icon,
      .callout.callout--secondary input[type=button] svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=button] svg.button__trailing-icon,
      .callout.callout--secondary input[type=submit] svg.button__leading-icon,
      .callout--secondary.archive-filters input[type=submit] svg.button__leading-icon,
      .callout.callout--secondary input[type=submit] svg.button__trailing-icon,
      .callout--secondary.archive-filters input[type=submit] svg.button__trailing-icon {
        fill: #bb4935;
        color: #bb4935; }
      .callout.callout--secondary .button:link, .callout--secondary.archive-filters .button:link, .callout.callout--secondary .pagination ul li a:link, .pagination ul li .callout.callout--secondary a:link, .callout--secondary.archive-filters .pagination ul li a:link, .pagination ul li .callout--secondary.archive-filters a:link, .callout.callout--secondary .button:visited, .callout--secondary.archive-filters .button:visited, .callout.callout--secondary .pagination ul li a:visited, .pagination ul li .callout.callout--secondary a:visited, .callout--secondary.archive-filters .pagination ul li a:visited, .pagination ul li .callout--secondary.archive-filters a:visited,
      .callout.callout--secondary button:link,
      .callout--secondary.archive-filters button:link,
      .callout.callout--secondary button:visited,
      .callout--secondary.archive-filters button:visited,
      .callout.callout--secondary input[type=button]:link,
      .callout--secondary.archive-filters input[type=button]:link,
      .callout.callout--secondary input[type=button]:visited,
      .callout--secondary.archive-filters input[type=button]:visited,
      .callout.callout--secondary input[type=submit]:link,
      .callout--secondary.archive-filters input[type=submit]:link,
      .callout.callout--secondary input[type=submit]:visited,
      .callout--secondary.archive-filters input[type=submit]:visited {
        color: #000; }
      .callout.callout--secondary .button:hover, .callout--secondary.archive-filters .button:hover, .callout.callout--secondary .pagination ul li a:hover, .pagination ul li .callout.callout--secondary a:hover, .callout--secondary.archive-filters .pagination ul li a:hover, .pagination ul li .callout--secondary.archive-filters a:hover, .callout.callout--secondary .button:active, .callout--secondary.archive-filters .button:active, .callout.callout--secondary .pagination ul li a:active, .pagination ul li .callout.callout--secondary a:active, .callout--secondary.archive-filters .pagination ul li a:active, .pagination ul li .callout--secondary.archive-filters a:active, .callout.callout--secondary .button:focus, .callout--secondary.archive-filters .button:focus, .callout.callout--secondary .pagination ul li a:focus, .pagination ul li .callout.callout--secondary a:focus, .callout--secondary.archive-filters .pagination ul li a:focus, .pagination ul li .callout--secondary.archive-filters a:focus,
      .callout.callout--secondary button:hover,
      .callout--secondary.archive-filters button:hover,
      .callout.callout--secondary button:active,
      .callout--secondary.archive-filters button:active,
      .callout.callout--secondary button:focus,
      .callout--secondary.archive-filters button:focus,
      .callout.callout--secondary input[type=button]:hover,
      .callout--secondary.archive-filters input[type=button]:hover,
      .callout.callout--secondary input[type=button]:active,
      .callout--secondary.archive-filters input[type=button]:active,
      .callout.callout--secondary input[type=button]:focus,
      .callout--secondary.archive-filters input[type=button]:focus,
      .callout.callout--secondary input[type=submit]:hover,
      .callout--secondary.archive-filters input[type=submit]:hover,
      .callout.callout--secondary input[type=submit]:active,
      .callout--secondary.archive-filters input[type=submit]:active,
      .callout.callout--secondary input[type=submit]:focus,
      .callout--secondary.archive-filters input[type=submit]:focus {
        background-color: #000;
        color: #fff; }
        .callout.callout--secondary .button:hover svg.button__leading-icon, .callout--secondary.archive-filters .button:hover svg.button__leading-icon, .callout.callout--secondary .pagination ul li a:hover svg.button__leading-icon, .pagination ul li .callout.callout--secondary a:hover svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a:hover svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a:hover svg.button__leading-icon,
        .callout.callout--secondary .button:hover svg.button__trailing-icon,
        .callout--secondary.archive-filters .button:hover svg.button__trailing-icon,
        .callout.callout--secondary .pagination ul li a:hover svg.button__trailing-icon,
        .pagination ul li .callout.callout--secondary a:hover svg.button__trailing-icon,
        .callout--secondary.archive-filters .pagination ul li a:hover svg.button__trailing-icon,
        .pagination ul li .callout--secondary.archive-filters a:hover svg.button__trailing-icon, .callout.callout--secondary .button:active svg.button__leading-icon, .callout--secondary.archive-filters .button:active svg.button__leading-icon, .callout.callout--secondary .pagination ul li a:active svg.button__leading-icon, .pagination ul li .callout.callout--secondary a:active svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a:active svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a:active svg.button__leading-icon,
        .callout.callout--secondary .button:active svg.button__trailing-icon,
        .callout--secondary.archive-filters .button:active svg.button__trailing-icon,
        .callout.callout--secondary .pagination ul li a:active svg.button__trailing-icon,
        .pagination ul li .callout.callout--secondary a:active svg.button__trailing-icon,
        .callout--secondary.archive-filters .pagination ul li a:active svg.button__trailing-icon,
        .pagination ul li .callout--secondary.archive-filters a:active svg.button__trailing-icon, .callout.callout--secondary .button:focus svg.button__leading-icon, .callout--secondary.archive-filters .button:focus svg.button__leading-icon, .callout.callout--secondary .pagination ul li a:focus svg.button__leading-icon, .pagination ul li .callout.callout--secondary a:focus svg.button__leading-icon, .callout--secondary.archive-filters .pagination ul li a:focus svg.button__leading-icon, .pagination ul li .callout--secondary.archive-filters a:focus svg.button__leading-icon,
        .callout.callout--secondary .button:focus svg.button__trailing-icon,
        .callout--secondary.archive-filters .button:focus svg.button__trailing-icon,
        .callout.callout--secondary .pagination ul li a:focus svg.button__trailing-icon,
        .pagination ul li .callout.callout--secondary a:focus svg.button__trailing-icon,
        .callout--secondary.archive-filters .pagination ul li a:focus svg.button__trailing-icon,
        .pagination ul li .callout--secondary.archive-filters a:focus svg.button__trailing-icon,
        .callout.callout--secondary button:hover svg.button__leading-icon,
        .callout--secondary.archive-filters button:hover svg.button__leading-icon,
        .callout.callout--secondary button:hover svg.button__trailing-icon,
        .callout--secondary.archive-filters button:hover svg.button__trailing-icon,
        .callout.callout--secondary button:active svg.button__leading-icon,
        .callout--secondary.archive-filters button:active svg.button__leading-icon,
        .callout.callout--secondary button:active svg.button__trailing-icon,
        .callout--secondary.archive-filters button:active svg.button__trailing-icon,
        .callout.callout--secondary button:focus svg.button__leading-icon,
        .callout--secondary.archive-filters button:focus svg.button__leading-icon,
        .callout.callout--secondary button:focus svg.button__trailing-icon,
        .callout--secondary.archive-filters button:focus svg.button__trailing-icon,
        .callout.callout--secondary input[type=button]:hover svg.button__leading-icon,
        .callout--secondary.archive-filters input[type=button]:hover svg.button__leading-icon,
        .callout.callout--secondary input[type=button]:hover svg.button__trailing-icon,
        .callout--secondary.archive-filters input[type=button]:hover svg.button__trailing-icon,
        .callout.callout--secondary input[type=button]:active svg.button__leading-icon,
        .callout--secondary.archive-filters input[type=button]:active svg.button__leading-icon,
        .callout.callout--secondary input[type=button]:active svg.button__trailing-icon,
        .callout--secondary.archive-filters input[type=button]:active svg.button__trailing-icon,
        .callout.callout--secondary input[type=button]:focus svg.button__leading-icon,
        .callout--secondary.archive-filters input[type=button]:focus svg.button__leading-icon,
        .callout.callout--secondary input[type=button]:focus svg.button__trailing-icon,
        .callout--secondary.archive-filters input[type=button]:focus svg.button__trailing-icon,
        .callout.callout--secondary input[type=submit]:hover svg.button__leading-icon,
        .callout--secondary.archive-filters input[type=submit]:hover svg.button__leading-icon,
        .callout.callout--secondary input[type=submit]:hover svg.button__trailing-icon,
        .callout--secondary.archive-filters input[type=submit]:hover svg.button__trailing-icon,
        .callout.callout--secondary input[type=submit]:active svg.button__leading-icon,
        .callout--secondary.archive-filters input[type=submit]:active svg.button__leading-icon,
        .callout.callout--secondary input[type=submit]:active svg.button__trailing-icon,
        .callout--secondary.archive-filters input[type=submit]:active svg.button__trailing-icon,
        .callout.callout--secondary input[type=submit]:focus svg.button__leading-icon,
        .callout--secondary.archive-filters input[type=submit]:focus svg.button__leading-icon,
        .callout.callout--secondary input[type=submit]:focus svg.button__trailing-icon,
        .callout--secondary.archive-filters input[type=submit]:focus svg.button__trailing-icon {
          fill: #ffc217;
          color: #ffc217; }
      .callout.callout--secondary .button.button--accent, .callout--secondary.archive-filters .button.button--accent, .callout.callout--secondary .pagination ul li a.button--accent, .pagination ul li .callout.callout--secondary a.button--accent, .callout--secondary.archive-filters .pagination ul li a.button--accent, .pagination ul li .callout--secondary.archive-filters a.button--accent, .callout.callout--secondary .button.button--page-directional, .callout.callout--secondary .pagination ul li a.button--page-directional, .pagination ul li .callout.callout--secondary a.button--page-directional, .callout.callout--secondary .pagination ul li.first a, .pagination ul li.first .callout.callout--secondary a, .callout.callout--secondary .pagination ul li.previous a, .pagination ul li.previous .callout.callout--secondary a, .callout.callout--secondary .pagination ul li.next a, .pagination ul li.next .callout.callout--secondary a, .callout.callout--secondary .pagination ul li.last a, .pagination ul li.last .callout.callout--secondary a, .callout.callout--secondary .button-collection.button-collection--accent-first .button:first-child, .button-collection.button-collection--accent-first .callout.callout--secondary .button:first-child, .callout--secondary.archive-filters .button-collection.button-collection--accent-first .button:first-child, .button-collection.button-collection--accent-first .callout--secondary.archive-filters .button:first-child, .callout.callout--secondary .button-collection.button-collection--accent-first .pagination ul li a:first-child, .button-collection.button-collection--accent-first .pagination ul li .callout.callout--secondary a:first-child, .callout--secondary.archive-filters .button-collection.button-collection--accent-first .pagination ul li a:first-child, .button-collection.button-collection--accent-first .pagination ul li .callout--secondary.archive-filters a:first-child, .callout.callout--secondary .pagination ul li .button-collection.button-collection--accent-first a:first-child, .pagination ul li .button-collection.button-collection--accent-first .callout.callout--secondary a:first-child, .callout--secondary.archive-filters .pagination ul li .button-collection.button-collection--accent-first a:first-child, .pagination ul li .button-collection.button-collection--accent-first .callout--secondary.archive-filters a:first-child, .callout.callout--secondary .button, .callout.callout--secondary .callout--secondary.archive-filters .button, .callout--secondary.archive-filters .callout.callout--secondary .button, .callout--secondary.archive-filters .button, .callout.callout--secondary .pagination ul li a, .pagination ul li .callout.callout--secondary a, .callout.callout--secondary .callout--secondary.archive-filters .pagination ul li a, .callout--secondary.archive-filters .pagination ul li .callout.callout--secondary a, .callout--secondary.archive-filters .pagination ul li a, .callout.callout--secondary .pagination ul li .callout--secondary.archive-filters a, .pagination ul li .callout--secondary.archive-filters .callout.callout--secondary a, .pagination ul li .callout--secondary.archive-filters a,
      .callout.callout--secondary input.button[type=button],
      .callout--secondary.archive-filters input.button[type=button],
      .callout.callout--secondary input.button[type=submit],
      .callout--secondary.archive-filters input.button[type=submit],
      .callout.callout--secondary button.button--accent,
      .callout--secondary.archive-filters button.button--accent,
      .callout.callout--secondary button.button--page-directional,
      .callout.callout--secondary .button-collection.button-collection--accent-first button.button:first-child,
      .button-collection.button-collection--accent-first .callout.callout--secondary button.button:first-child,
      .callout--secondary.archive-filters .button-collection.button-collection--accent-first button.button:first-child,
      .button-collection.button-collection--accent-first .callout--secondary.archive-filters button.button:first-child,
      .callout.callout--secondary button,
      .callout.callout--secondary .callout--secondary.archive-filters button,
      .callout--secondary.archive-filters .callout.callout--secondary button,
      .callout--secondary.archive-filters button,
      .callout.callout--secondary input[type=button].button--accent,
      .callout--secondary.archive-filters input[type=button].button--accent,
      .callout.callout--secondary input.button--page-directional[type=button],
      .callout.callout--secondary input[type=button],
      .callout.callout--secondary .callout--secondary.archive-filters input[type=button],
      .callout--secondary.archive-filters .callout.callout--secondary input[type=button],
      .callout--secondary.archive-filters input[type=button],
      .callout.callout--secondary input[type=submit].button--accent,
      .callout--secondary.archive-filters input[type=submit].button--accent,
      .callout.callout--secondary input.button--page-directional[type=submit],
      .callout.callout--secondary input[type=submit],
      .callout.callout--secondary .callout--secondary.archive-filters input[type=submit],
      .callout--secondary.archive-filters .callout.callout--secondary input[type=submit],
      .callout--secondary.archive-filters input[type=submit] {
        background-color: #ffc217; }
        .callout.callout--secondary .button.button--accent:hover, .callout--secondary.archive-filters .button.button--accent:hover, .callout.callout--secondary .pagination ul li a.button--accent:hover, .pagination ul li .callout.callout--secondary a.button--accent:hover, .callout--secondary.archive-filters .pagination ul li a.button--accent:hover, .pagination ul li .callout--secondary.archive-filters a.button--accent:hover, .callout.callout--secondary .button.button--accent:active, .callout--secondary.archive-filters .button.button--accent:active, .callout.callout--secondary .pagination ul li a.button--accent:active, .pagination ul li .callout.callout--secondary a.button--accent:active, .callout--secondary.archive-filters .pagination ul li a.button--accent:active, .pagination ul li .callout--secondary.archive-filters a.button--accent:active, .callout.callout--secondary .button.button--accent:focus, .callout--secondary.archive-filters .button.button--accent:focus, .callout.callout--secondary .pagination ul li a.button--accent:focus, .pagination ul li .callout.callout--secondary a.button--accent:focus, .callout--secondary.archive-filters .pagination ul li a.button--accent:focus, .pagination ul li .callout--secondary.archive-filters a.button--accent:focus, .callout.callout--secondary .button.button--page-directional:hover, .callout.callout--secondary .pagination ul li a.button--page-directional:hover, .pagination ul li .callout.callout--secondary a.button--page-directional:hover, .callout.callout--secondary .pagination ul li.first a:hover, .pagination ul li.first .callout.callout--secondary a:hover, .callout.callout--secondary .pagination ul li.previous a:hover, .pagination ul li.previous .callout.callout--secondary a:hover, .callout.callout--secondary .pagination ul li.next a:hover, .pagination ul li.next .callout.callout--secondary a:hover, .callout.callout--secondary .pagination ul li.last a:hover, .pagination ul li.last .callout.callout--secondary a:hover, .callout.callout--secondary .button-collection.button-collection--accent-first .button:hover:first-child, .button-collection.button-collection--accent-first .callout.callout--secondary .button:hover:first-child, .callout.callout--secondary .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child, .button-collection.button-collection--accent-first .pagination ul li .callout.callout--secondary a:hover:first-child, .callout.callout--secondary .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child, .pagination ul li .button-collection.button-collection--accent-first .callout.callout--secondary a:hover:first-child, .callout.callout--secondary .button:hover, .callout.callout--secondary .callout--secondary.archive-filters .button:hover, .callout--secondary.archive-filters .callout.callout--secondary .button:hover, .callout--secondary.archive-filters .button:hover, .callout.callout--secondary .pagination ul li a:hover, .pagination ul li .callout.callout--secondary a:hover, .callout.callout--secondary .callout--secondary.archive-filters .pagination ul li a:hover, .callout--secondary.archive-filters .pagination ul li .callout.callout--secondary a:hover, .callout--secondary.archive-filters .pagination ul li a:hover, .callout.callout--secondary .pagination ul li .callout--secondary.archive-filters a:hover, .pagination ul li .callout--secondary.archive-filters .callout.callout--secondary a:hover, .pagination ul li .callout--secondary.archive-filters a:hover, .callout.callout--secondary .button.button--page-directional:active, .callout.callout--secondary .pagination ul li a.button--page-directional:active, .pagination ul li .callout.callout--secondary a.button--page-directional:active, .callout.callout--secondary .pagination ul li.first a:active, .pagination ul li.first .callout.callout--secondary a:active, .callout.callout--secondary .pagination ul li.previous a:active, .pagination ul li.previous .callout.callout--secondary a:active, .callout.callout--secondary .pagination ul li.next a:active, .pagination ul li.next .callout.callout--secondary a:active, .callout.callout--secondary .pagination ul li.last a:active, .pagination ul li.last .callout.callout--secondary a:active, .callout.callout--secondary .button-collection.button-collection--accent-first .button:active:first-child, .button-collection.button-collection--accent-first .callout.callout--secondary .button:active:first-child, .callout.callout--secondary .button-collection.button-collection--accent-first .pagination ul li a:active:first-child, .button-collection.button-collection--accent-first .pagination ul li .callout.callout--secondary a:active:first-child, .callout.callout--secondary .pagination ul li .button-collection.button-collection--accent-first a:active:first-child, .pagination ul li .button-collection.button-collection--accent-first .callout.callout--secondary a:active:first-child, .callout.callout--secondary .button:active, .callout.callout--secondary .callout--secondary.archive-filters .button:active, .callout--secondary.archive-filters .callout.callout--secondary .button:active, .callout--secondary.archive-filters .button:active, .callout.callout--secondary .pagination ul li a:active, .pagination ul li .callout.callout--secondary a:active, .callout.callout--secondary .callout--secondary.archive-filters .pagination ul li a:active, .callout--secondary.archive-filters .pagination ul li .callout.callout--secondary a:active, .callout--secondary.archive-filters .pagination ul li a:active, .callout.callout--secondary .pagination ul li .callout--secondary.archive-filters a:active, .pagination ul li .callout--secondary.archive-filters .callout.callout--secondary a:active, .pagination ul li .callout--secondary.archive-filters a:active, .callout.callout--secondary .button.button--page-directional:focus, .callout.callout--secondary .pagination ul li a.button--page-directional:focus, .pagination ul li .callout.callout--secondary a.button--page-directional:focus, .callout.callout--secondary .pagination ul li.first a:focus, .pagination ul li.first .callout.callout--secondary a:focus, .callout.callout--secondary .pagination ul li.previous a:focus, .pagination ul li.previous .callout.callout--secondary a:focus, .callout.callout--secondary .pagination ul li.next a:focus, .pagination ul li.next .callout.callout--secondary a:focus, .callout.callout--secondary .pagination ul li.last a:focus, .pagination ul li.last .callout.callout--secondary a:focus, .callout.callout--secondary .button-collection.button-collection--accent-first .button:focus:first-child, .button-collection.button-collection--accent-first .callout.callout--secondary .button:focus:first-child, .callout.callout--secondary .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child, .button-collection.button-collection--accent-first .pagination ul li .callout.callout--secondary a:focus:first-child, .callout.callout--secondary .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child, .pagination ul li .button-collection.button-collection--accent-first .callout.callout--secondary a:focus:first-child, .callout.callout--secondary .button:focus, .callout.callout--secondary .callout--secondary.archive-filters .button:focus, .callout--secondary.archive-filters .callout.callout--secondary .button:focus, .callout--secondary.archive-filters .button:focus, .callout.callout--secondary .pagination ul li a:focus, .pagination ul li .callout.callout--secondary a:focus, .callout.callout--secondary .callout--secondary.archive-filters .pagination ul li a:focus, .callout--secondary.archive-filters .pagination ul li .callout.callout--secondary a:focus, .callout--secondary.archive-filters .pagination ul li a:focus, .callout.callout--secondary .pagination ul li .callout--secondary.archive-filters a:focus, .pagination ul li .callout--secondary.archive-filters .callout.callout--secondary a:focus, .pagination ul li .callout--secondary.archive-filters a:focus,
        .callout.callout--secondary button.button--accent:hover,
        .callout--secondary.archive-filters button.button--accent:hover,
        .callout.callout--secondary button.button--accent:active,
        .callout--secondary.archive-filters button.button--accent:active,
        .callout.callout--secondary button.button--accent:focus,
        .callout--secondary.archive-filters button.button--accent:focus,
        .callout.callout--secondary button.button--page-directional:hover,
        .callout.callout--secondary button:hover,
        .callout.callout--secondary .callout--secondary.archive-filters button:hover,
        .callout--secondary.archive-filters .callout.callout--secondary button:hover,
        .callout--secondary.archive-filters button:hover,
        .callout.callout--secondary button.button--page-directional:active,
        .callout.callout--secondary button:active,
        .callout.callout--secondary .callout--secondary.archive-filters button:active,
        .callout--secondary.archive-filters .callout.callout--secondary button:active,
        .callout--secondary.archive-filters button:active,
        .callout.callout--secondary button.button--page-directional:focus,
        .callout.callout--secondary button:focus,
        .callout.callout--secondary .callout--secondary.archive-filters button:focus,
        .callout--secondary.archive-filters .callout.callout--secondary button:focus,
        .callout--secondary.archive-filters button:focus,
        .callout.callout--secondary input[type=button].button--accent:hover,
        .callout--secondary.archive-filters input[type=button].button--accent:hover,
        .callout.callout--secondary input[type=button].button--accent:active,
        .callout--secondary.archive-filters input[type=button].button--accent:active,
        .callout.callout--secondary input[type=button].button--accent:focus,
        .callout--secondary.archive-filters input[type=button].button--accent:focus,
        .callout.callout--secondary input.button--page-directional[type=button]:hover,
        .callout.callout--secondary input[type=button]:hover,
        .callout.callout--secondary .callout--secondary.archive-filters input[type=button]:hover,
        .callout--secondary.archive-filters .callout.callout--secondary input[type=button]:hover,
        .callout--secondary.archive-filters input[type=button]:hover,
        .callout.callout--secondary input.button--page-directional[type=button]:active,
        .callout.callout--secondary input[type=button]:active,
        .callout.callout--secondary .callout--secondary.archive-filters input[type=button]:active,
        .callout--secondary.archive-filters .callout.callout--secondary input[type=button]:active,
        .callout--secondary.archive-filters input[type=button]:active,
        .callout.callout--secondary input.button--page-directional[type=button]:focus,
        .callout.callout--secondary input[type=button]:focus,
        .callout.callout--secondary .callout--secondary.archive-filters input[type=button]:focus,
        .callout--secondary.archive-filters .callout.callout--secondary input[type=button]:focus,
        .callout--secondary.archive-filters input[type=button]:focus,
        .callout.callout--secondary input[type=submit].button--accent:hover,
        .callout--secondary.archive-filters input[type=submit].button--accent:hover,
        .callout.callout--secondary input[type=submit].button--accent:active,
        .callout--secondary.archive-filters input[type=submit].button--accent:active,
        .callout.callout--secondary input[type=submit].button--accent:focus,
        .callout--secondary.archive-filters input[type=submit].button--accent:focus,
        .callout.callout--secondary input.button--page-directional[type=submit]:hover,
        .callout.callout--secondary input[type=submit]:hover,
        .callout.callout--secondary .callout--secondary.archive-filters input[type=submit]:hover,
        .callout--secondary.archive-filters .callout.callout--secondary input[type=submit]:hover,
        .callout--secondary.archive-filters input[type=submit]:hover,
        .callout.callout--secondary input.button--page-directional[type=submit]:active,
        .callout.callout--secondary input[type=submit]:active,
        .callout.callout--secondary .callout--secondary.archive-filters input[type=submit]:active,
        .callout--secondary.archive-filters .callout.callout--secondary input[type=submit]:active,
        .callout--secondary.archive-filters input[type=submit]:active,
        .callout.callout--secondary input.button--page-directional[type=submit]:focus,
        .callout.callout--secondary input[type=submit]:focus,
        .callout.callout--secondary .callout--secondary.archive-filters input[type=submit]:focus,
        .callout--secondary.archive-filters .callout.callout--secondary input[type=submit]:focus,
        .callout--secondary.archive-filters input[type=submit]:focus {
          background-color: #fff;
          color: #000; }
  .callout.callout--tertiary, .archive-filters {
    background: #fff;
    border: #ffc217 0.625rem solid; }
    @media screen and (max-width: 23.75em) {
      .callout.callout--tertiary, .archive-filters {
        border-width: 0.1875rem; } }
  .callout.callout--contact, .callout--contact.archive-filters {
    font-weight: bold; }
    .callout.callout--contact .vcard, .callout--contact.archive-filters .vcard,
    .callout.callout--contact .address,
    .callout--contact.archive-filters .address {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin-bottom: 1.25rem; }
    .callout.callout--contact ul, .callout--contact.archive-filters ul {
      margin-bottom: 1.25rem; }
  .callout.callout--right, .callout--right.archive-filters {
    max-width: 46%;
    float: right;
    margin-left: 1.875rem; }
    @media screen and (max-width: 40em) {
      .callout.callout--right, .callout--right.archive-filters {
        max-width: none;
        float: none;
        margin-left: 0; } }

section.section-wrap {
  position: relative;
  background: #fff;
  padding: 3.75rem 0; }
  @media screen and (max-width: 47.9375em) {
    section.section-wrap {
      padding: 2.25rem 0; } }
  section.section-wrap &gt; * {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 80em) {
      section.section-wrap &gt; * {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (max-width: 40em) {
      section.section-wrap &gt; * {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  section.section-wrap .section-wrap__image {
    overflow: hidden;
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    margin: 0;
    z-index: 0; }
    section.section-wrap .section-wrap__image &gt; img {
      position: absolute;
      max-width: none;
      max-height: none;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  section.section-wrap.section-wrap--shade-dark {
    background: #3b3b3b;
    color: #fff; }
    section.section-wrap.section-wrap--shade-dark.section-wrap--nipple-up {
      position: relative; }
      section.section-wrap.section-wrap--shade-dark.section-wrap--nipple-up:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-dark.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: -2.5rem;
        right: 0;
        bottom: auto;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    section.section-wrap.section-wrap--shade-dark.section-wrap--nipple-down {
      position: relative; }
      section.section-wrap.section-wrap--shade-dark.section-wrap--nipple-down:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-dark.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: auto;
        right: 0;
        bottom: -2.5rem;
        left: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    section.section-wrap.section-wrap--shade-dark.section-wrap--nipple-left {
      position: relative; }
      section.section-wrap.section-wrap--shade-dark.section-wrap--nipple-left:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-dark.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    section.section-wrap.section-wrap--shade-dark.section-wrap--nipple-right {
      position: relative; }
      section.section-wrap.section-wrap--shade-dark.section-wrap--nipple-right:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-dark.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
  section.section-wrap.section-wrap--shade-medium {
    background: #989898; }
    section.section-wrap.section-wrap--shade-medium.section-wrap--nipple-up {
      position: relative; }
      section.section-wrap.section-wrap--shade-medium.section-wrap--nipple-up:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-medium.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: -2.5rem;
        right: 0;
        bottom: auto;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    section.section-wrap.section-wrap--shade-medium.section-wrap--nipple-down {
      position: relative; }
      section.section-wrap.section-wrap--shade-medium.section-wrap--nipple-down:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-medium.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: auto;
        right: 0;
        bottom: -2.5rem;
        left: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    section.section-wrap.section-wrap--shade-medium.section-wrap--nipple-left {
      position: relative; }
      section.section-wrap.section-wrap--shade-medium.section-wrap--nipple-left:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-medium.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    section.section-wrap.section-wrap--shade-medium.section-wrap--nipple-right {
      position: relative; }
      section.section-wrap.section-wrap--shade-medium.section-wrap--nipple-right:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-medium.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
  section.section-wrap.section-wrap--shade-light {
    background: #f2f2f2; }
    section.section-wrap.section-wrap--shade-light.section-wrap--nipple-up {
      position: relative; }
      section.section-wrap.section-wrap--shade-light.section-wrap--nipple-up:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-lightest.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: -2.5rem;
        right: 0;
        bottom: auto;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    section.section-wrap.section-wrap--shade-light.section-wrap--nipple-down {
      position: relative; }
      section.section-wrap.section-wrap--shade-light.section-wrap--nipple-down:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-lightest.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: auto;
        right: 0;
        bottom: -2.5rem;
        left: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    section.section-wrap.section-wrap--shade-light.section-wrap--nipple-left {
      position: relative; }
      section.section-wrap.section-wrap--shade-light.section-wrap--nipple-left:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-lightest.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    section.section-wrap.section-wrap--shade-light.section-wrap--nipple-right {
      position: relative; }
      section.section-wrap.section-wrap--shade-light.section-wrap--nipple-right:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-lightest.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
  section.section-wrap.section-wrap--wheat {
    background: #ffc217 url("../images/wheat-texture.png") repeat center center; }
    section.section-wrap.section-wrap--wheat.section-wrap--nipple-up {
      position: relative; }
      section.section-wrap.section-wrap--wheat.section-wrap--nipple-up:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: -2.5rem;
        right: 0;
        bottom: auto;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      section.section-wrap.section-wrap--wheat.section-wrap--nipple-up:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: auto;
        left: 0; }
    section.section-wrap.section-wrap--wheat.section-wrap--nipple-down {
      position: relative; }
      section.section-wrap.section-wrap--wheat.section-wrap--nipple-down:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: auto;
        right: 0;
        bottom: -2.5rem;
        left: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      section.section-wrap.section-wrap--wheat.section-wrap--nipple-down:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    section.section-wrap.section-wrap--wheat.section-wrap--nipple-left {
      position: relative; }
      section.section-wrap.section-wrap--wheat.section-wrap--nipple-left:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      section.section-wrap.section-wrap--wheat.section-wrap--nipple-left:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    section.section-wrap.section-wrap--wheat.section-wrap--nipple-right {
      position: relative; }
      section.section-wrap.section-wrap--wheat.section-wrap--nipple-right:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
      section.section-wrap.section-wrap--wheat.section-wrap--nipple-right:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  section.section-wrap.section-wrap--wsuyellow {
    background: #ffc217; }
    section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-up {
      position: relative; }
      section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-up:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: -2.5rem;
        right: 0;
        bottom: auto;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-up:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: auto;
        left: 0; }
    section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-down {
      position: relative; }
      section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-down:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: auto;
        right: 0;
        bottom: -2.5rem;
        left: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-down:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-left {
      position: relative; }
      section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-left:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-left:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-right {
      position: relative; }
      section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-right:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
      section.section-wrap.section-wrap--wsuyellow.section-wrap--nipple-right:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  section.section-wrap.section-wrap--dots, section.section-wrap.section-wrap--dots-underlay:after {
    background: #989898 url("../images/bg-dot-20x20.svg") repeat center center;
    background-size: 40px 40px; }
    @media screen and (max-width: 40em) {
      section.section-wrap.section-wrap--dots, section.section-wrap.section-wrap--dots-underlay:after {
        background-size: 30px 30px; } }
    section.section-wrap.section-wrap--dots.section-wrap--nipple-up, section.section-wrap.section-wrap--nipple-up.section-wrap--dots-underlay:after {
      position: relative; }
      section.section-wrap.section-wrap--dots.section-wrap--nipple-up:after, section.section-wrap.section-wrap--nipple-up.section-wrap--dots-underlay:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-medium.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: -2.5rem;
        right: 0;
        bottom: auto;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      section.section-wrap.section-wrap--dots.section-wrap--nipple-up:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #989898 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: auto;
        left: 0; }
    section.section-wrap.section-wrap--dots.section-wrap--nipple-down, section.section-wrap.section-wrap--nipple-down.section-wrap--dots-underlay:after {
      position: relative; }
      section.section-wrap.section-wrap--dots.section-wrap--nipple-down:after, section.section-wrap.section-wrap--nipple-down.section-wrap--dots-underlay:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-medium.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: auto;
        right: 0;
        bottom: -2.5rem;
        left: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      section.section-wrap.section-wrap--dots.section-wrap--nipple-down:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #989898 2.5rem, transparent 40%);
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    section.section-wrap.section-wrap--dots.section-wrap--nipple-left, section.section-wrap.section-wrap--nipple-left.section-wrap--dots-underlay:after {
      position: relative; }
      section.section-wrap.section-wrap--dots.section-wrap--nipple-left:after, section.section-wrap.section-wrap--nipple-left.section-wrap--dots-underlay:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-medium.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      section.section-wrap.section-wrap--dots.section-wrap--nipple-left:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #989898 2.5rem, transparent 40%);
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    section.section-wrap.section-wrap--dots.section-wrap--nipple-right, section.section-wrap.section-wrap--nipple-right.section-wrap--dots-underlay:after {
      position: relative; }
      section.section-wrap.section-wrap--dots.section-wrap--nipple-right:after, section.section-wrap.section-wrap--nipple-right.section-wrap--dots-underlay:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-medium.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
      section.section-wrap.section-wrap--dots.section-wrap--nipple-right:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #989898 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  section.section-wrap.section-wrap--dots-underlay:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50%; }
    @media screen and (max-width: 23.75em) {
      section.section-wrap.section-wrap--dots-underlay:after {
        min-height: 25%; } }
  section.section-wrap.section-wrap--dots-underlay .captioned-media figure {
    border-bottom: rgba(0, 0, 0, 0.3) 4px dotted;
    padding-bottom: 1.25rem; }
  section.section-wrap.section-wrap--arrows-bright {
    background: #ffc217 url("../images/bg-arrows-light.svg") repeat-x center center;
    background-size: cover; }
    section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-up {
      position: relative; }
      section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-up:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: -2.5rem;
        right: 0;
        bottom: auto;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-up:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: auto;
        left: 0; }
    section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-down {
      position: relative; }
      section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-down:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: auto;
        right: 0;
        bottom: -2.5rem;
        left: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-down:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-left {
      position: relative; }
      section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-left:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-left:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-right {
      position: relative; }
      section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-right:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-bright.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
      section.section-wrap.section-wrap--arrows-bright.section-wrap--nipple-right:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #ffc217 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  section.section-wrap.section-wrap--arrows-dark {
    background: #3b3b3b url("../images/bg-arrows.svg") repeat-x center center;
    background-size: cover;
    color: #fff; }
    section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-up {
      position: relative; }
      section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-up:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-dark.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: -2.5rem;
        right: 0;
        bottom: auto;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-up:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #3b3b3b 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: auto;
        left: 0; }
    section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-down {
      position: relative; }
      section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-down:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-dark.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: auto;
        right: 0;
        bottom: -2.5rem;
        left: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-down:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #3b3b3b 2.5rem, transparent 40%);
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-left {
      position: relative; }
      section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-left:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-dark.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-left:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #3b3b3b 2.5rem, transparent 40%);
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-right {
      position: relative; }
      section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-right:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-dark.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
      section.section-wrap.section-wrap--arrows-dark.section-wrap--nipple-right:before {
        position: absolute;
        display: block;
        content: '';
        margin: auto;
        width: 12.5rem;
        height: 12.5rem;
        z-index: 1;
        background-image: radial-gradient(circle at top center, #3b3b3b 2.5rem, transparent 40%);
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  section.section-wrap.section-wrap--image-background-texturize .section-wrap__image {
    opacity: 0.2;
    -webkit-filter: gray;
            filter: gray;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: url("../images/desaturate.svg#greyscale");
            filter: url("../images/desaturate.svg#greyscale"); }
  section.section-wrap.section-wrap--tall {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem; }
    @media screen and (max-width: 63.9375em) {
      section.section-wrap.section-wrap--tall {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; } }
    @media screen and (max-width: 40em) {
      section.section-wrap.section-wrap--tall {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; } }
  section.section-wrap.section-wrap--extra-tall {
    padding-top: 19.0625rem;
    padding-bottom: 19.0625rem; }
    @media screen and (max-width: 63.9375em) {
      section.section-wrap.section-wrap--extra-tall {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem; } }
    @media screen and (max-width: 40em) {
      section.section-wrap.section-wrap--extra-tall {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; } }
  section.section-wrap.section-wrap--short {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  @media screen and (min-width: 64em) {
    section.section-wrap.section-wrap--overlap-this {
      padding-bottom: 7.5rem; } }
  @media screen and (min-width: 64em) {
    section.section-wrap.section-wrap--overlap-this + .section-wrap &gt; .teaser,
    section.section-wrap.section-wrap--overlap-this + .section-wrap &gt; .teaser-collection {
      margin-top: -7.5rem; } }
  @media screen and (min-width: 64em) {
    section.section-wrap.section-wrap--overlap-next {
      margin-bottom: -4.5rem; } }
  @media screen and (min-width: 64em) {
    section.section-wrap.section-wrap--overlap-next + .section-wrap {
      padding-top: 7.5rem; } }
  @media screen and (min-width: 64em) {
    section.section-wrap.section-wrap--overlap-previous &gt; .teaser,
    section.section-wrap.section-wrap--overlap-previous &gt; .teaser-collection {
      margin-top: -7.5rem; } }
  section.section-wrap.section-wrap--shift-under-pageheader {
    padding-bottom: 0; margin-bottom: -2.5rem}
    @media screen and (min-width: 64em) {
      section.section-wrap.section-wrap--shift-under-pageheader {
        margin-top: -6.25rem;
        padding-top: 8.75rem; } }
  section.section-wrap.section-wrap--nipple-up {
    position: relative; }
    section.section-wrap.section-wrap--nipple-up:after {
      position: absolute;
      display: block;
      content: '';
      width: 1.875rem;
      height: 3.375rem;
      background: transparent url("../images/nipple-white.svg") no-repeat center center;
      background-size: 30px 54px;
      margin: auto;
      z-index: 100;
      top: -2.5rem;
      right: 0;
      bottom: auto;
      left: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  section.section-wrap.section-wrap--nipple-down {
    position: relative; }
    section.section-wrap.section-wrap--nipple-down:after {
      position: absolute;
      display: block;
      content: '';
      width: 1.875rem;
      height: 3.375rem;
      background: transparent url("../images/nipple-white.svg") no-repeat center center;
      background-size: 30px 54px;
      margin: auto;
      z-index: 100;
      top: auto;
      right: 0;
      bottom: -2.5rem;
      left: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  section.section-wrap.section-wrap--nipple-left {
    position: relative; }
    section.section-wrap.section-wrap--nipple-left:after {
      position: absolute;
      display: block;
      content: '';
      width: 1.875rem;
      height: 3.375rem;
      background: transparent url("../images/nipple-white.svg") no-repeat center center;
      background-size: 30px 54px;
      margin: auto;
      z-index: 100;
      top: 0;
      right: auto;
      bottom: 0;
      left: -1.875rem;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  section.section-wrap.section-wrap--nipple-right {
    position: relative; }
    section.section-wrap.section-wrap--nipple-right:after {
      position: absolute;
      display: block;
      content: '';
      width: 1.875rem;
      height: 3.375rem;
      background: transparent url("../images/nipple-white.svg") no-repeat center center;
      background-size: 30px 54px;
      margin: auto;
      z-index: 100;
      top: 0;
      right: -1.875rem;
      bottom: 0;
      left: auto; }
  @media screen and (max-width: 74.9375em) {
    section.section-wrap.section-wrap--standalone-image .section-wrap__image img {
      max-width: 100%; } }

.story-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .story-section .story-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%; }
  .story-section .story-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%; }

@media screen and (max-width: 63.9375em) {
  .story-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .story-section .story-body,
    .story-section .story-sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }

.story-section .story-sidebar .pullquote {
  margin-left: 0; }

.accordion {
  background: transparent;
  border: 0;
  margin-bottom: 2.5rem; }
  .accordion .accordion-item {
    margin-bottom: 0.625rem; }
    .accordion .accordion-item:last-child .accordion-title {
      border: 0; }
    .accordion .accordion-item:last-child .accordion-content {
      border: #e1e0df 2px solid; }
/*mdm change for nested accordions */
 .accordion &gt; .accordion-item.is-active &gt; .accordion-title {
	background: #3b3b3b;
	color: #fff;
}
@media screen and (max-width: 23.75em) {
        .accordion &gt; .accordion-item.is-active &gt; .accordion-title:before {
                  color: #ffc217;
        }
}
/*
    .accordion .accordion-item.is-active .accordion-title {
      background: #3b3b3b;
      color: #fff; }
      .accordion .accordion-item.is-active .accordion-title:before {
        background: transparent; }
        @media screen and (max-width: 23.75em) {
          .accordion .accordion-item.is-active .accordion-title:before {
            color: #ffc217; }
		}
*/
/*end mdm*/
  .accordion .accordion-title {
    border: 0;
    background: #e1e0df;
    color: #000;
    padding: 1.25rem;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 23.75em) {
      .accordion .accordion-title {
        padding: 0.625rem;
        font-size: 1rem; } }
    .accordion .accordion-title:before {
      display: inline-block;
      position: static;
      font-weight: bold;
      font-size: 1.625rem;
      line-height: 1.625rem;
      color: #ffc217;
      -webkit-box-ordinal-group: 100;
          -ms-flex-order: 99;
              order: 99;
      background: #3b3b3b;
      padding: 0.125rem 0.5rem; }
      @media screen and (max-width: 23.75em) {
        .accordion .accordion-title:before {
          background: transparent;
          color: #903b41;
          padding: 0; } }
  .accordion .accordion-content {
    border: #e1e0df 2px solid;
    border-top: 0; }

.list-box {
  background: #ffc217;
  margin-bottom: 2.5rem; }
  .list-box .headline-group {
    border-bottom: rgba(0, 0, 0, 0.3) 4px dotted;
    border-bottom-color: #fff;
    padding: 1.25rem 1.875rem;
    margin: 0; }
  .list-box .list-box__lists {
    padding: 1.25rem 1.875rem; }
    .list-box .list-box__lists .link-collection {
      margin-bottom: 1.875rem; }
      .list-box .list-box__lists .link-collection ul {
        margin: 0 0 0 0;
        list-style: none;
        padding: 0 0 0 0; }
        .list-box .list-box__lists .link-collection ul &gt; li {
          text-indent: 0;
          margin-left: 0;
          margin-bottom: 0; }
          .list-box .list-box__lists .link-collection ul &gt; li:before {
            display: none; }
        .list-box .list-box__lists .link-collection ul li {
          margin-bottom: 0.3125rem; }
          .list-box .list-box__lists .link-collection ul li a {
            font-size: 1.125rem;
            font-weight: bold;
            border-bottom-color: #fff; }
            .list-box .list-box__lists .link-collection ul li a:hover, .list-box .list-box__lists .link-collection ul li a:active {
              border-bottom-color: #fff; }
  .list-box.list-box--columned-lists .list-box__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 63.9375em) {
      .list-box.list-box--columned-lists .list-box__lists {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .list-box.list-box--columned-lists .list-box__lists .link-collection {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      margin-right: 1.875rem; }
      @media screen and (max-width: 63.9375em) {
        .list-box.list-box--columned-lists .list-box__lists .link-collection {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%;
          margin-right: 0; } }
      .list-box.list-box--columned-lists .list-box__lists .link-collection:last-child {
        margin-right: 0; }
  .list-box.list-box--columned-lists.list-box--columned-two-thirds .list-box__lists {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .list-box.list-box--columned-lists.list-box--columned-two-thirds .list-box__lists .link-collection {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 65%;
              flex: 0 1 65%;
      margin-right: 0; }
      .list-box.list-box--columned-lists.list-box--columned-two-thirds .list-box__lists .link-collection:nth-child(even) {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 32%;
                flex: 0 1 32%; }
      @media screen and (max-width: 63.9375em) {
        .list-box.list-box--columned-lists.list-box--columned-two-thirds .list-box__lists .link-collection {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; } }
      @media screen and (max-width: 40em) {
        .list-box.list-box--columned-lists.list-box--columned-two-thirds .list-box__lists .link-collection.link-collection--two-columns ul {
          -webkit-column-count: 1;
                  column-count: 1; } }

.alpha-list ul {
  margin-bottom: 2.5rem; }

.divided-list {
  margin-bottom: 3.75rem; }
  .divided-list .divided-list__item {
    border-bottom: rgba(0, 0, 0, 0.3) 4px dotted;
    padding: 1.875rem 0; }

.intro {
  margin-bottom: 2.5rem; }
  .intro:after {
    content: '';
    display: block;
    clear: both; }
  .intro .intro__lead h1, .intro .intro__lead h2, .intro .intro__lead h3, .intro .intro__lead h4, .intro .intro__lead h5, .intro .intro__lead h6 {
    font: normal bold 1.625rem "Titillium Web", sans-serif;
    line-height: 1.5;
    text-transform: none; }
    @media screen and (max-width: 63.9375em) {
      .intro .intro__lead h1, .intro .intro__lead h2, .intro .intro__lead h3, .intro .intro__lead h4, .intro .intro__lead h5, .intro .intro__lead h6 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 40em) {
      .intro .intro__lead h1, .intro .intro__lead h2, .intro .intro__lead h3, .intro .intro__lead h4, .intro .intro__lead h5, .intro .intro__lead h6 {
        font-size: 1.375rem; } }

.program-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 40em) {
    .program-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .program-card .program-card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .program-card .program-card__body .headline-group {
      line-height: 3.75rem;
      margin-top: 0;
      margin-bottom: 1.25rem; }
      @media screen and (max-width: 40em) {
        .program-card .program-card__body .headline-group {
          line-height: 2.5rem; } }
      .program-card .program-card__body .headline-group .superhead {
        font-weight: bold;
        font-size: 1.375rem;
        font-family: "Roboto", sans-serif; }
    .program-card .program-card__body .link-collection ul {
      margin-left: 0; }
      @media screen and (max-width: 23.75em) {
        .program-card .program-card__body .link-collection ul {
          list-style-type: none; } }
      .program-card .program-card__body .link-collection ul li {
        display: inline; }
        @media screen and (max-width: 23.75em) {
          .program-card .program-card__body .link-collection ul li {
            display: block; } }
        .program-card .program-card__body .link-collection ul li:after {
          display: inline-block;
          content: '';
          width: 1px;
          height: 1em;
          background: rgba(0, 0, 0, 0.3);
          margin: 0 0.3125rem 0 0.4375rem;
          vertical-align: middle; }
          @media screen and (max-width: 23.75em) {
            .program-card .program-card__body .link-collection ul li:after {
              display: none; } }
        .program-card .program-card__body .link-collection ul li:last-child:after {
          display: none; }
    .program-card .program-card__body .program-card__cta h1, .program-card .program-card__body .program-card__cta h2, .program-card .program-card__body .program-card__cta h3, .program-card .program-card__body .program-card__cta h4, .program-card .program-card__body .program-card__cta h5, .program-card .program-card__body .program-card__cta h6 {
      font-family: "Roboto", sans-serif;
      font-size: 1.25rem;
      font-weight: bold;
      margin-bottom: 1.25rem; }
  .program-card .program-card__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
    margin-left: 4%; }
    @media screen and (max-width: 63.9375em) {
      .program-card .program-card__image {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 30%;
                flex: 1 0 30%; } }
    @media screen and (max-width: 40em) {
      .program-card .program-card__image {
        margin-left: 0;
        margin-top: 1.875rem; } }
    .program-card .program-card__image .figcaption {
      font-size: 0.75rem; }
  @media screen and (max-width: 40em) {
    .program-card .program-card__body,
    .program-card .program-card__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
  @media screen and (min-width: 40em) {
    .program-card.program-card--swap-image .program-card__body {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (min-width: 40em) {
    .program-card.program-card--swap-image .program-card__image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 0;
      margin-right: 4%; } }

.grid {
  background: #989898;
  border-bottom: #989898 7.5rem solid;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 63.9375em) {
    .grid {
      border-bottom-width: 0; } }
  .grid:before, .grid:after,
  .grid .grid__base-texture {
    display: block;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0; }
  .grid:before {
    left: 0;
    right: auto;
    width: 50%;
    height: 50%;
    background: #ffc217 url("../images/wheat-texture.png") repeat center center; }
  .grid:after {
    left: auto;
    right: 0;
    width: 50%;
    height: 50%;
    background: #3b3b3b;
    z-index: 1; }
  .grid .grid__base-texture {
    left: auto;
    right: 0;
    top: 25%;
    bottom: auto;
    width: 50%;
    height: 25%;
    background: #b2b2b2 url("../images/bg-dot-20x20.svg") repeat center center;
    background-size: 40px 40px;
    z-index: 2; }
  .grid .grid__wrapper {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 80em) {
      .grid .grid__wrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (max-width: 40em) {
      .grid .grid__wrapper {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    @media screen and (max-width: 63.9375em) {
      .grid .grid__wrapper {
        padding: 0; } }
    @media screen and (max-width: 40em) {
      .grid .grid__wrapper {
        padding: 0; } }
    .grid .grid__wrapper .square {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
      position: relative;
      height: 50%;
      width: 50%; }
      @media screen and (max-width: 63.9375em) {
        .grid .grid__wrapper .square {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; } }
  @media screen and (max-width: 63.9375em) and (max-width: 23.75em) {
    .grid .grid__wrapper .square {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
      .grid .grid__wrapper .square.square--doublewide {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; }
        @media screen and (max-width: 23.75em) {
          .grid .grid__wrapper .square.square--doublewide {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 100%;
                    flex: 0 1 100%; } }
        @media screen and (min-width: 64em) {
          .grid .grid__wrapper .square.square--doublewide:after {
            padding-bottom: 50%; } }
      .grid .grid__wrapper .square.square--double {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
        @media screen and (min-width: 64em) {
          .grid .grid__wrapper .square.square--double {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 50%;
                    flex: 0 1 50%;
            bottom: -50%;
            margin-bottom: -100%;
            right: 0;
            bottom: -25%; } }
        @media screen and (min-width: 64em) {
          .grid .grid__wrapper .square.square--double:after {
            padding-bottom: 90%; } }
        .grid .grid__wrapper .square.square--double .grid-block {
          background: transparent; }
          @media screen and (min-width: 64em) {
            .grid .grid__wrapper .square.square--double .grid-block .grid-block__wrapper {
              margin: 3.75rem;
              position: relative;
              -webkit-box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.3);
                      box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.3); } }
      .grid .grid__wrapper .square.square--overhang {
        margin-right: -25%; }
      .grid .grid__wrapper .square:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .grid .grid__wrapper .square .grid-block {
        position: absolute;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }

@media screen and (min-width: 64em) {
  .grid + .section-wrap {
    padding-top: 7.5rem; } }

main.main.home {
  overflow-x: hidden; }

@media screen and (max-width: 63.9375em) {
  .grid .grid__wrapper .square:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
    .grid .grid__wrapper .square:nth-child(1):after {
      display: none; }
    .grid .grid__wrapper .square:nth-child(1) .grid-block {
      position: static; } }

@media screen and (max-width: 63.9375em) {
  .grid .grid__wrapper .square:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .grid .grid__wrapper .square:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .grid .grid__wrapper .square:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .grid .grid__wrapper .square:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
    .grid .grid__wrapper .square:nth-child(4) .grid-block {
      position: relative;
      position: absolute; }
      .grid .grid__wrapper .square:nth-child(4) .grid-block:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-white.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1.875rem;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .grid .grid__wrapper .square:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .grid .grid__wrapper .square:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .grid .grid__wrapper .square:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .grid .grid__wrapper .square:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
    .grid .grid__wrapper .square:nth-child(8) .grid-block {
      position: relative;
      position: absolute; }
      .grid .grid__wrapper .square:nth-child(8) .grid-block:after {
        position: absolute;
        display: block;
        content: '';
        width: 1.875rem;
        height: 3.375rem;
        background: transparent url("../images/nipple-white.svg") no-repeat center center;
        background-size: 30px 54px;
        margin: auto;
        z-index: 100;
        top: 0;
        right: -1.875rem;
        bottom: 0;
        left: auto; }
      .grid .grid__wrapper .square:nth-child(8) .grid-block:after {
        -webkit-transform: rotate(0);
                transform: rotate(0); }
  .grid .grid__wrapper .square:nth-child(9) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .grid .grid__wrapper .square:nth-child(10) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .grid .grid__wrapper .square:nth-child(11) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .grid .grid__wrapper .square:nth-child(12) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media screen and (max-width: 23.75em) {
  .grid .grid__wrapper .square:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .grid .grid__wrapper .square:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .grid .grid__wrapper .square:nth-child(9) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .grid .grid__wrapper .square:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .grid .grid__wrapper .square:nth-child(2) .grid-block, .grid .grid__wrapper .square:nth-child(4) .grid-block, .grid .grid__wrapper .square:nth-child(8) .grid-block, .grid .grid__wrapper .square:nth-child(10) .grid-block {
    position: relative;
    position: absolute; }
    .grid .grid__wrapper .square:nth-child(2) .grid-block:after, .grid .grid__wrapper .square:nth-child(4) .grid-block:after, .grid .grid__wrapper .square:nth-child(8) .grid-block:after, .grid .grid__wrapper .square:nth-child(10) .grid-block:after {
      position: absolute;
      display: block;
      content: '';
      width: 1.875rem;
      height: 3.375rem;
      background: transparent url("../images/nipple-white.svg") no-repeat center center;
      background-size: 30px 54px;
      margin: auto;
      z-index: 100;
      top: auto;
      right: 0;
      bottom: -2.5rem;
      left: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }

.ondark-testing {
  background: #000;
  color: #fff; }
  .ondark-testing button,
  .ondark-testing .button,
  .ondark-testing .pagination ul li a,
  .pagination ul li .ondark-testing a {
    background-color: #fff;
    color: #000; }
    .ondark-testing button svg.button__leading-icon,
    .ondark-testing button svg.button__trailing-icon,
    .ondark-testing .button svg.button__leading-icon,
    .ondark-testing .pagination ul li a svg.button__leading-icon,
    .pagination ul li .ondark-testing a svg.button__leading-icon,
    .ondark-testing .button svg.button__trailing-icon,
    .ondark-testing .pagination ul li a svg.button__trailing-icon,
    .pagination ul li .ondark-testing a svg.button__trailing-icon {
      fill: #bb4935;
      color: #bb4935; }
    .ondark-testing button:link, .ondark-testing button:visited,
    .ondark-testing .button:link,
    .ondark-testing .pagination ul li a:link,
    .pagination ul li .ondark-testing a:link,
    .ondark-testing .button:visited,
    .ondark-testing .pagination ul li a:visited,
    .pagination ul li .ondark-testing a:visited {
      color: #000; }
    .ondark-testing button:hover, .ondark-testing button:active, .ondark-testing button:focus,
    .ondark-testing .button:hover,
    .ondark-testing .pagination ul li a:hover,
    .pagination ul li .ondark-testing a:hover,
    .ondark-testing .button:active,
    .ondark-testing .pagination ul li a:active,
    .pagination ul li .ondark-testing a:active,
    .ondark-testing .button:focus,
    .ondark-testing .pagination ul li a:focus,
    .pagination ul li .ondark-testing a:focus {
      background-color: #000;
      color: #fff; }
      .ondark-testing button:hover svg.button__leading-icon,
      .ondark-testing button:hover svg.button__trailing-icon, .ondark-testing button:active svg.button__leading-icon,
      .ondark-testing button:active svg.button__trailing-icon, .ondark-testing button:focus svg.button__leading-icon,
      .ondark-testing button:focus svg.button__trailing-icon,
      .ondark-testing .button:hover svg.button__leading-icon,
      .ondark-testing .pagination ul li a:hover svg.button__leading-icon,
      .pagination ul li .ondark-testing a:hover svg.button__leading-icon,
      .ondark-testing .button:hover svg.button__trailing-icon,
      .ondark-testing .pagination ul li a:hover svg.button__trailing-icon,
      .pagination ul li .ondark-testing a:hover svg.button__trailing-icon,
      .ondark-testing .button:active svg.button__leading-icon,
      .ondark-testing .pagination ul li a:active svg.button__leading-icon,
      .pagination ul li .ondark-testing a:active svg.button__leading-icon,
      .ondark-testing .button:active svg.button__trailing-icon,
      .ondark-testing .pagination ul li a:active svg.button__trailing-icon,
      .pagination ul li .ondark-testing a:active svg.button__trailing-icon,
      .ondark-testing .button:focus svg.button__leading-icon,
      .ondark-testing .pagination ul li a:focus svg.button__leading-icon,
      .pagination ul li .ondark-testing a:focus svg.button__leading-icon,
      .ondark-testing .button:focus svg.button__trailing-icon,
      .ondark-testing .pagination ul li a:focus svg.button__trailing-icon,
      .pagination ul li .ondark-testing a:focus svg.button__trailing-icon {
        fill: #ffc217;
        color: #ffc217; }
    .ondark-testing button.button--accent,
    .ondark-testing button.button--page-directional, .ondark-testing .button-collection.button-collection--accent-first button.button:first-child, .button-collection.button-collection--accent-first .ondark-testing button.button:first-child,
    .ondark-testing .callout.callout--secondary button, .callout.callout--secondary .ondark-testing button,
    .ondark-testing .callout--secondary.archive-filters button, .callout--secondary.archive-filters .ondark-testing button,
    .ondark-testing .button.button--accent,
    .ondark-testing .pagination ul li a.button--accent,
    .pagination ul li .ondark-testing a.button--accent,
    .ondark-testing .button.button--page-directional,
    .ondark-testing .pagination ul li a.button--page-directional,
    .pagination ul li .ondark-testing a.button--page-directional,
    .ondark-testing .pagination ul li.first a,
    .pagination ul li.first .ondark-testing a,
    .ondark-testing .pagination ul li.previous a,
    .pagination ul li.previous .ondark-testing a,
    .ondark-testing .pagination ul li.next a,
    .pagination ul li.next .ondark-testing a,
    .ondark-testing .pagination ul li.last a,
    .pagination ul li.last .ondark-testing a,
    .ondark-testing .button-collection.button-collection--accent-first .button:first-child,
    .button-collection.button-collection--accent-first .ondark-testing .button:first-child,
    .ondark-testing .button-collection.button-collection--accent-first .pagination ul li a:first-child,
    .button-collection.button-collection--accent-first .pagination ul li .ondark-testing a:first-child,
    .ondark-testing .pagination ul li .button-collection.button-collection--accent-first a:first-child,
    .pagination ul li .button-collection.button-collection--accent-first .ondark-testing a:first-child,
    .ondark-testing .callout.callout--secondary .button,
    .callout.callout--secondary .ondark-testing .button,
    .ondark-testing .callout--secondary.archive-filters .button,
    .callout--secondary.archive-filters .ondark-testing .button,
    .ondark-testing .callout.callout--secondary .pagination ul li a,
    .callout.callout--secondary .pagination ul li .ondark-testing a,
    .ondark-testing .pagination ul li .callout.callout--secondary a,
    .pagination ul li .callout.callout--secondary .ondark-testing a,
    .ondark-testing .callout--secondary.archive-filters .pagination ul li a,
    .callout--secondary.archive-filters .pagination ul li .ondark-testing a,
    .ondark-testing .pagination ul li .callout--secondary.archive-filters a,
    .pagination ul li .callout--secondary.archive-filters .ondark-testing a {
      background-color: #ffc217; }
      .ondark-testing button.button--accent:hover, .ondark-testing button.button--accent:active, .ondark-testing button.button--accent:focus,
      .ondark-testing button.button--page-directional:hover, .ondark-testing .button-collection.button-collection--accent-first button.button:hover:first-child, .button-collection.button-collection--accent-first .ondark-testing button.button:hover:first-child,
      .ondark-testing .callout.callout--secondary button:hover, .callout.callout--secondary .ondark-testing button:hover,
      .ondark-testing .callout--secondary.archive-filters button:hover, .callout--secondary.archive-filters .ondark-testing button:hover,
      .ondark-testing button.button--page-directional:active, .ondark-testing .button-collection.button-collection--accent-first button.button:active:first-child, .button-collection.button-collection--accent-first .ondark-testing button.button:active:first-child,
      .ondark-testing .callout.callout--secondary button:active, .callout.callout--secondary .ondark-testing button:active,
      .ondark-testing .callout--secondary.archive-filters button:active, .callout--secondary.archive-filters .ondark-testing button:active,
      .ondark-testing button.button--page-directional:focus, .ondark-testing .button-collection.button-collection--accent-first button.button:focus:first-child, .button-collection.button-collection--accent-first .ondark-testing button.button:focus:first-child,
      .ondark-testing .callout.callout--secondary button:focus, .callout.callout--secondary .ondark-testing button:focus,
      .ondark-testing .callout--secondary.archive-filters button:focus, .callout--secondary.archive-filters .ondark-testing button:focus,
      .ondark-testing .button.button--accent:hover,
      .ondark-testing .pagination ul li a.button--accent:hover,
      .pagination ul li .ondark-testing a.button--accent:hover,
      .ondark-testing .button.button--accent:active,
      .ondark-testing .pagination ul li a.button--accent:active,
      .pagination ul li .ondark-testing a.button--accent:active,
      .ondark-testing .button.button--accent:focus,
      .ondark-testing .pagination ul li a.button--accent:focus,
      .pagination ul li .ondark-testing a.button--accent:focus,
      .ondark-testing .button.button--page-directional:hover,
      .ondark-testing .pagination ul li a.button--page-directional:hover,
      .pagination ul li .ondark-testing a.button--page-directional:hover,
      .ondark-testing .pagination ul li.first a:hover,
      .pagination ul li.first .ondark-testing a:hover,
      .ondark-testing .pagination ul li.previous a:hover,
      .pagination ul li.previous .ondark-testing a:hover,
      .ondark-testing .pagination ul li.next a:hover,
      .pagination ul li.next .ondark-testing a:hover,
      .ondark-testing .pagination ul li.last a:hover,
      .pagination ul li.last .ondark-testing a:hover,
      .ondark-testing .button-collection.button-collection--accent-first .button:hover:first-child,
      .button-collection.button-collection--accent-first .ondark-testing .button:hover:first-child,
      .ondark-testing .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child,
      .button-collection.button-collection--accent-first .pagination ul li .ondark-testing a:hover:first-child,
      .ondark-testing .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child,
      .pagination ul li .button-collection.button-collection--accent-first .ondark-testing a:hover:first-child,
      .ondark-testing .callout.callout--secondary .button:hover,
      .callout.callout--secondary .ondark-testing .button:hover,
      .ondark-testing .callout--secondary.archive-filters .button:hover,
      .callout--secondary.archive-filters .ondark-testing .button:hover,
      .ondark-testing .callout.callout--secondary .pagination ul li a:hover,
      .callout.callout--secondary .pagination ul li .ondark-testing a:hover,
      .ondark-testing .pagination ul li .callout.callout--secondary a:hover,
      .pagination ul li .callout.callout--secondary .ondark-testing a:hover,
      .ondark-testing .callout--secondary.archive-filters .pagination ul li a:hover,
      .callout--secondary.archive-filters .pagination ul li .ondark-testing a:hover,
      .ondark-testing .pagination ul li .callout--secondary.archive-filters a:hover,
      .pagination ul li .callout--secondary.archive-filters .ondark-testing a:hover,
      .ondark-testing .button.button--page-directional:active,
      .ondark-testing .pagination ul li a.button--page-directional:active,
      .pagination ul li .ondark-testing a.button--page-directional:active,
      .ondark-testing .pagination ul li.first a:active,
      .pagination ul li.first .ondark-testing a:active,
      .ondark-testing .pagination ul li.previous a:active,
      .pagination ul li.previous .ondark-testing a:active,
      .ondark-testing .pagination ul li.next a:active,
      .pagination ul li.next .ondark-testing a:active,
      .ondark-testing .pagination ul li.last a:active,
      .pagination ul li.last .ondark-testing a:active,
      .ondark-testing .button-collection.button-collection--accent-first .button:active:first-child,
      .button-collection.button-collection--accent-first .ondark-testing .button:active:first-child,
      .ondark-testing .button-collection.button-collection--accent-first .pagination ul li a:active:first-child,
      .button-collection.button-collection--accent-first .pagination ul li .ondark-testing a:active:first-child,
      .ondark-testing .pagination ul li .button-collection.button-collection--accent-first a:active:first-child,
      .pagination ul li .button-collection.button-collection--accent-first .ondark-testing a:active:first-child,
      .ondark-testing .callout.callout--secondary .button:active,
      .callout.callout--secondary .ondark-testing .button:active,
      .ondark-testing .callout--secondary.archive-filters .button:active,
      .callout--secondary.archive-filters .ondark-testing .button:active,
      .ondark-testing .callout.callout--secondary .pagination ul li a:active,
      .callout.callout--secondary .pagination ul li .ondark-testing a:active,
      .ondark-testing .pagination ul li .callout.callout--secondary a:active,
      .pagination ul li .callout.callout--secondary .ondark-testing a:active,
      .ondark-testing .callout--secondary.archive-filters .pagination ul li a:active,
      .callout--secondary.archive-filters .pagination ul li .ondark-testing a:active,
      .ondark-testing .pagination ul li .callout--secondary.archive-filters a:active,
      .pagination ul li .callout--secondary.archive-filters .ondark-testing a:active,
      .ondark-testing .button.button--page-directional:focus,
      .ondark-testing .pagination ul li a.button--page-directional:focus,
      .pagination ul li .ondark-testing a.button--page-directional:focus,
      .ondark-testing .pagination ul li.first a:focus,
      .pagination ul li.first .ondark-testing a:focus,
      .ondark-testing .pagination ul li.previous a:focus,
      .pagination ul li.previous .ondark-testing a:focus,
      .ondark-testing .pagination ul li.next a:focus,
      .pagination ul li.next .ondark-testing a:focus,
      .ondark-testing .pagination ul li.last a:focus,
      .pagination ul li.last .ondark-testing a:focus,
      .ondark-testing .button-collection.button-collection--accent-first .button:focus:first-child,
      .button-collection.button-collection--accent-first .ondark-testing .button:focus:first-child,
      .ondark-testing .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child,
      .button-collection.button-collection--accent-first .pagination ul li .ondark-testing a:focus:first-child,
      .ondark-testing .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child,
      .pagination ul li .button-collection.button-collection--accent-first .ondark-testing a:focus:first-child,
      .ondark-testing .callout.callout--secondary .button:focus,
      .callout.callout--secondary .ondark-testing .button:focus,
      .ondark-testing .callout--secondary.archive-filters .button:focus,
      .callout--secondary.archive-filters .ondark-testing .button:focus,
      .ondark-testing .callout.callout--secondary .pagination ul li a:focus,
      .callout.callout--secondary .pagination ul li .ondark-testing a:focus,
      .ondark-testing .pagination ul li .callout.callout--secondary a:focus,
      .pagination ul li .callout.callout--secondary .ondark-testing a:focus,
      .ondark-testing .callout--secondary.archive-filters .pagination ul li a:focus,
      .callout--secondary.archive-filters .pagination ul li .ondark-testing a:focus,
      .ondark-testing .pagination ul li .callout--secondary.archive-filters a:focus,
      .pagination ul li .callout--secondary.archive-filters .ondark-testing a:focus {
        background-color: #fff;
        color: #000; }

.onbright-testing button:hover, .onbright-testing button:active, .onbright-testing button:focus,
.onbright-testing .button:hover,
.onbright-testing .pagination ul li a:hover,
.pagination ul li .onbright-testing a:hover,
.onbright-testing .button:active,
.onbright-testing .pagination ul li a:active,
.pagination ul li .onbright-testing a:active,
.onbright-testing .button:focus,
.onbright-testing .pagination ul li a:focus,
.pagination ul li .onbright-testing a:focus {
  background-color: #fff;
  color: #000; }
  .onbright-testing button:hover svg.button__leading-icon,
  .onbright-testing button:hover svg.button__trailing-icon, .onbright-testing button:active svg.button__leading-icon,
  .onbright-testing button:active svg.button__trailing-icon, .onbright-testing button:focus svg.button__leading-icon,
  .onbright-testing button:focus svg.button__trailing-icon,
  .onbright-testing .button:hover svg.button__leading-icon,
  .onbright-testing .pagination ul li a:hover svg.button__leading-icon,
  .pagination ul li .onbright-testing a:hover svg.button__leading-icon,
  .onbright-testing .button:hover svg.button__trailing-icon,
  .onbright-testing .pagination ul li a:hover svg.button__trailing-icon,
  .pagination ul li .onbright-testing a:hover svg.button__trailing-icon,
  .onbright-testing .button:active svg.button__leading-icon,
  .onbright-testing .pagination ul li a:active svg.button__leading-icon,
  .pagination ul li .onbright-testing a:active svg.button__leading-icon,
  .onbright-testing .button:active svg.button__trailing-icon,
  .onbright-testing .pagination ul li a:active svg.button__trailing-icon,
  .pagination ul li .onbright-testing a:active svg.button__trailing-icon,
  .onbright-testing .button:focus svg.button__leading-icon,
  .onbright-testing .pagination ul li a:focus svg.button__leading-icon,
  .pagination ul li .onbright-testing a:focus svg.button__leading-icon,
  .onbright-testing .button:focus svg.button__trailing-icon,
  .onbright-testing .pagination ul li a:focus svg.button__trailing-icon,
  .pagination ul li .onbright-testing a:focus svg.button__trailing-icon {
    fill: #bb4935;
    color: #bb4935; }

.onbright-testing button.button--accent,
.onbright-testing button.button--page-directional, .onbright-testing .button-collection.button-collection--accent-first button.button:first-child, .button-collection.button-collection--accent-first .onbright-testing button.button:first-child,
.onbright-testing .callout.callout--secondary button, .callout.callout--secondary .onbright-testing button,
.onbright-testing .callout--secondary.archive-filters button, .callout--secondary.archive-filters .onbright-testing button,
.onbright-testing .button.button--accent,
.onbright-testing .pagination ul li a.button--accent,
.pagination ul li .onbright-testing a.button--accent,
.onbright-testing .button.button--page-directional,
.onbright-testing .pagination ul li a.button--page-directional,
.pagination ul li .onbright-testing a.button--page-directional,
.onbright-testing .pagination ul li.first a,
.pagination ul li.first .onbright-testing a,
.onbright-testing .pagination ul li.previous a,
.pagination ul li.previous .onbright-testing a,
.onbright-testing .pagination ul li.next a,
.pagination ul li.next .onbright-testing a,
.onbright-testing .pagination ul li.last a,
.pagination ul li.last .onbright-testing a,
.onbright-testing .button-collection.button-collection--accent-first .button:first-child,
.button-collection.button-collection--accent-first .onbright-testing .button:first-child,
.onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:first-child,
.button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:first-child,
.onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:first-child,
.pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:first-child,
.onbright-testing .callout.callout--secondary .button,
.callout.callout--secondary .onbright-testing .button,
.onbright-testing .callout--secondary.archive-filters .button,
.callout--secondary.archive-filters .onbright-testing .button,
.onbright-testing .callout.callout--secondary .pagination ul li a,
.callout.callout--secondary .pagination ul li .onbright-testing a,
.onbright-testing .pagination ul li .callout.callout--secondary a,
.pagination ul li .callout.callout--secondary .onbright-testing a,
.onbright-testing .callout--secondary.archive-filters .pagination ul li a,
.callout--secondary.archive-filters .pagination ul li .onbright-testing a,
.onbright-testing .pagination ul li .callout--secondary.archive-filters a,
.pagination ul li .callout--secondary.archive-filters .onbright-testing a {
  background-color: #fff; }
  .onbright-testing button.button--accent:hover, .onbright-testing button.button--accent:active, .onbright-testing button.button--accent:focus,
  .onbright-testing button.button--page-directional:hover, .onbright-testing .button-collection.button-collection--accent-first button.button:hover:first-child, .button-collection.button-collection--accent-first .onbright-testing button.button:hover:first-child,
  .onbright-testing .callout.callout--secondary button:hover, .callout.callout--secondary .onbright-testing button:hover,
  .onbright-testing .callout--secondary.archive-filters button:hover, .callout--secondary.archive-filters .onbright-testing button:hover,
  .onbright-testing button.button--page-directional:active, .onbright-testing .button-collection.button-collection--accent-first button.button:active:first-child, .button-collection.button-collection--accent-first .onbright-testing button.button:active:first-child,
  .onbright-testing .callout.callout--secondary button:active, .callout.callout--secondary .onbright-testing button:active,
  .onbright-testing .callout--secondary.archive-filters button:active, .callout--secondary.archive-filters .onbright-testing button:active,
  .onbright-testing button.button--page-directional:focus, .onbright-testing .button-collection.button-collection--accent-first button.button:focus:first-child, .button-collection.button-collection--accent-first .onbright-testing button.button:focus:first-child,
  .onbright-testing .callout.callout--secondary button:focus, .callout.callout--secondary .onbright-testing button:focus,
  .onbright-testing .callout--secondary.archive-filters button:focus, .callout--secondary.archive-filters .onbright-testing button:focus,
  .onbright-testing .button.button--accent:hover,
  .onbright-testing .pagination ul li a.button--accent:hover,
  .pagination ul li .onbright-testing a.button--accent:hover,
  .onbright-testing .button.button--accent:active,
  .onbright-testing .pagination ul li a.button--accent:active,
  .pagination ul li .onbright-testing a.button--accent:active,
  .onbright-testing .button.button--accent:focus,
  .onbright-testing .pagination ul li a.button--accent:focus,
  .pagination ul li .onbright-testing a.button--accent:focus,
  .onbright-testing .button.button--page-directional:hover,
  .onbright-testing .pagination ul li a.button--page-directional:hover,
  .pagination ul li .onbright-testing a.button--page-directional:hover,
  .onbright-testing .pagination ul li.first a:hover,
  .pagination ul li.first .onbright-testing a:hover,
  .onbright-testing .pagination ul li.previous a:hover,
  .pagination ul li.previous .onbright-testing a:hover,
  .onbright-testing .pagination ul li.next a:hover,
  .pagination ul li.next .onbright-testing a:hover,
  .onbright-testing .pagination ul li.last a:hover,
  .pagination ul li.last .onbright-testing a:hover,
  .onbright-testing .button-collection.button-collection--accent-first .button:hover:first-child,
  .button-collection.button-collection--accent-first .onbright-testing .button:hover:first-child,
  .onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child,
  .button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:hover:first-child,
  .onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child,
  .pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:hover:first-child,
  .onbright-testing .callout.callout--secondary .button:hover,
  .callout.callout--secondary .onbright-testing .button:hover,
  .onbright-testing .callout--secondary.archive-filters .button:hover,
  .callout--secondary.archive-filters .onbright-testing .button:hover,
  .onbright-testing .callout.callout--secondary .pagination ul li a:hover,
  .callout.callout--secondary .pagination ul li .onbright-testing a:hover,
  .onbright-testing .pagination ul li .callout.callout--secondary a:hover,
  .pagination ul li .callout.callout--secondary .onbright-testing a:hover,
  .onbright-testing .callout--secondary.archive-filters .pagination ul li a:hover,
  .callout--secondary.archive-filters .pagination ul li .onbright-testing a:hover,
  .onbright-testing .pagination ul li .callout--secondary.archive-filters a:hover,
  .pagination ul li .callout--secondary.archive-filters .onbright-testing a:hover,
  .onbright-testing .button.button--page-directional:active,
  .onbright-testing .pagination ul li a.button--page-directional:active,
  .pagination ul li .onbright-testing a.button--page-directional:active,
  .onbright-testing .pagination ul li.first a:active,
  .pagination ul li.first .onbright-testing a:active,
  .onbright-testing .pagination ul li.previous a:active,
  .pagination ul li.previous .onbright-testing a:active,
  .onbright-testing .pagination ul li.next a:active,
  .pagination ul li.next .onbright-testing a:active,
  .onbright-testing .pagination ul li.last a:active,
  .pagination ul li.last .onbright-testing a:active,
  .onbright-testing .button-collection.button-collection--accent-first .button:active:first-child,
  .button-collection.button-collection--accent-first .onbright-testing .button:active:first-child,
  .onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:active:first-child,
  .button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:active:first-child,
  .onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:active:first-child,
  .pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:active:first-child,
  .onbright-testing .callout.callout--secondary .button:active,
  .callout.callout--secondary .onbright-testing .button:active,
  .onbright-testing .callout--secondary.archive-filters .button:active,
  .callout--secondary.archive-filters .onbright-testing .button:active,
  .onbright-testing .callout.callout--secondary .pagination ul li a:active,
  .callout.callout--secondary .pagination ul li .onbright-testing a:active,
  .onbright-testing .pagination ul li .callout.callout--secondary a:active,
  .pagination ul li .callout.callout--secondary .onbright-testing a:active,
  .onbright-testing .callout--secondary.archive-filters .pagination ul li a:active,
  .callout--secondary.archive-filters .pagination ul li .onbright-testing a:active,
  .onbright-testing .pagination ul li .callout--secondary.archive-filters a:active,
  .pagination ul li .callout--secondary.archive-filters .onbright-testing a:active,
  .onbright-testing .button.button--page-directional:focus,
  .onbright-testing .pagination ul li a.button--page-directional:focus,
  .pagination ul li .onbright-testing a.button--page-directional:focus,
  .onbright-testing .pagination ul li.first a:focus,
  .pagination ul li.first .onbright-testing a:focus,
  .onbright-testing .pagination ul li.previous a:focus,
  .pagination ul li.previous .onbright-testing a:focus,
  .onbright-testing .pagination ul li.next a:focus,
  .pagination ul li.next .onbright-testing a:focus,
  .onbright-testing .pagination ul li.last a:focus,
  .pagination ul li.last .onbright-testing a:focus,
  .onbright-testing .button-collection.button-collection--accent-first .button:focus:first-child,
  .button-collection.button-collection--accent-first .onbright-testing .button:focus:first-child,
  .onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child,
  .button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:focus:first-child,
  .onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child,
  .pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:focus:first-child,
  .onbright-testing .callout.callout--secondary .button:focus,
  .callout.callout--secondary .onbright-testing .button:focus,
  .onbright-testing .callout--secondary.archive-filters .button:focus,
  .callout--secondary.archive-filters .onbright-testing .button:focus,
  .onbright-testing .callout.callout--secondary .pagination ul li a:focus,
  .callout.callout--secondary .pagination ul li .onbright-testing a:focus,
  .onbright-testing .pagination ul li .callout.callout--secondary a:focus,
  .pagination ul li .callout.callout--secondary .onbright-testing a:focus,
  .onbright-testing .callout--secondary.archive-filters .pagination ul li a:focus,
  .callout--secondary.archive-filters .pagination ul li .onbright-testing a:focus,
  .onbright-testing .pagination ul li .callout--secondary.archive-filters a:focus,
  .pagination ul li .callout--secondary.archive-filters .onbright-testing a:focus {
    background-color: #000;
    color: #fff; }
    .onbright-testing button.button--accent:hover svg.button__leading-icon,
    .onbright-testing button.button--accent:hover svg.button__trailing-icon, .onbright-testing button.button--accent:active svg.button__leading-icon,
    .onbright-testing button.button--accent:active svg.button__trailing-icon, .onbright-testing button.button--accent:focus svg.button__leading-icon,
    .onbright-testing button.button--accent:focus svg.button__trailing-icon, .onbright-testing button.button--page-directional:hover svg.button__leading-icon, .onbright-testing .button-collection.button-collection--accent-first button.button:hover:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .onbright-testing button.button:hover:first-child svg.button__leading-icon, .onbright-testing .callout.callout--secondary button:hover svg.button__leading-icon, .callout.callout--secondary .onbright-testing button:hover svg.button__leading-icon, .onbright-testing .callout--secondary.archive-filters button:hover svg.button__leading-icon, .callout--secondary.archive-filters .onbright-testing button:hover svg.button__leading-icon,
    .onbright-testing button.button--page-directional:hover svg.button__trailing-icon,
    .onbright-testing .button-collection.button-collection--accent-first button.button:hover:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .onbright-testing button.button:hover:first-child svg.button__trailing-icon,
    .onbright-testing .callout.callout--secondary button:hover svg.button__trailing-icon,
    .callout.callout--secondary .onbright-testing button:hover svg.button__trailing-icon,
    .onbright-testing .callout--secondary.archive-filters button:hover svg.button__trailing-icon,
    .callout--secondary.archive-filters .onbright-testing button:hover svg.button__trailing-icon, .onbright-testing button.button--page-directional:active svg.button__leading-icon, .onbright-testing .button-collection.button-collection--accent-first button.button:active:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .onbright-testing button.button:active:first-child svg.button__leading-icon, .onbright-testing .callout.callout--secondary button:active svg.button__leading-icon, .callout.callout--secondary .onbright-testing button:active svg.button__leading-icon, .onbright-testing .callout--secondary.archive-filters button:active svg.button__leading-icon, .callout--secondary.archive-filters .onbright-testing button:active svg.button__leading-icon,
    .onbright-testing button.button--page-directional:active svg.button__trailing-icon,
    .onbright-testing .button-collection.button-collection--accent-first button.button:active:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .onbright-testing button.button:active:first-child svg.button__trailing-icon,
    .onbright-testing .callout.callout--secondary button:active svg.button__trailing-icon,
    .callout.callout--secondary .onbright-testing button:active svg.button__trailing-icon,
    .onbright-testing .callout--secondary.archive-filters button:active svg.button__trailing-icon,
    .callout--secondary.archive-filters .onbright-testing button:active svg.button__trailing-icon, .onbright-testing button.button--page-directional:focus svg.button__leading-icon, .onbright-testing .button-collection.button-collection--accent-first button.button:focus:first-child svg.button__leading-icon, .button-collection.button-collection--accent-first .onbright-testing button.button:focus:first-child svg.button__leading-icon, .onbright-testing .callout.callout--secondary button:focus svg.button__leading-icon, .callout.callout--secondary .onbright-testing button:focus svg.button__leading-icon, .onbright-testing .callout--secondary.archive-filters button:focus svg.button__leading-icon, .callout--secondary.archive-filters .onbright-testing button:focus svg.button__leading-icon,
    .onbright-testing button.button--page-directional:focus svg.button__trailing-icon,
    .onbright-testing .button-collection.button-collection--accent-first button.button:focus:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .onbright-testing button.button:focus:first-child svg.button__trailing-icon,
    .onbright-testing .callout.callout--secondary button:focus svg.button__trailing-icon,
    .callout.callout--secondary .onbright-testing button:focus svg.button__trailing-icon,
    .onbright-testing .callout--secondary.archive-filters button:focus svg.button__trailing-icon,
    .callout--secondary.archive-filters .onbright-testing button:focus svg.button__trailing-icon,
    .onbright-testing .button.button--accent:hover svg.button__leading-icon,
    .onbright-testing .pagination ul li a.button--accent:hover svg.button__leading-icon,
    .pagination ul li .onbright-testing a.button--accent:hover svg.button__leading-icon,
    .onbright-testing .button.button--accent:hover svg.button__trailing-icon,
    .onbright-testing .pagination ul li a.button--accent:hover svg.button__trailing-icon,
    .pagination ul li .onbright-testing a.button--accent:hover svg.button__trailing-icon,
    .onbright-testing .button.button--accent:active svg.button__leading-icon,
    .onbright-testing .pagination ul li a.button--accent:active svg.button__leading-icon,
    .pagination ul li .onbright-testing a.button--accent:active svg.button__leading-icon,
    .onbright-testing .button.button--accent:active svg.button__trailing-icon,
    .onbright-testing .pagination ul li a.button--accent:active svg.button__trailing-icon,
    .pagination ul li .onbright-testing a.button--accent:active svg.button__trailing-icon,
    .onbright-testing .button.button--accent:focus svg.button__leading-icon,
    .onbright-testing .pagination ul li a.button--accent:focus svg.button__leading-icon,
    .pagination ul li .onbright-testing a.button--accent:focus svg.button__leading-icon,
    .onbright-testing .button.button--accent:focus svg.button__trailing-icon,
    .onbright-testing .pagination ul li a.button--accent:focus svg.button__trailing-icon,
    .pagination ul li .onbright-testing a.button--accent:focus svg.button__trailing-icon,
    .onbright-testing .button.button--page-directional:hover svg.button__leading-icon,
    .onbright-testing .pagination ul li a.button--page-directional:hover svg.button__leading-icon,
    .pagination ul li .onbright-testing a.button--page-directional:hover svg.button__leading-icon,
    .onbright-testing .pagination ul li.first a:hover svg.button__leading-icon,
    .pagination ul li.first .onbright-testing a:hover svg.button__leading-icon,
    .onbright-testing .pagination ul li.previous a:hover svg.button__leading-icon,
    .pagination ul li.previous .onbright-testing a:hover svg.button__leading-icon,
    .onbright-testing .pagination ul li.next a:hover svg.button__leading-icon,
    .pagination ul li.next .onbright-testing a:hover svg.button__leading-icon,
    .onbright-testing .pagination ul li.last a:hover svg.button__leading-icon,
    .pagination ul li.last .onbright-testing a:hover svg.button__leading-icon,
    .onbright-testing .button-collection.button-collection--accent-first .button:hover:first-child svg.button__leading-icon,
    .button-collection.button-collection--accent-first .onbright-testing .button:hover:first-child svg.button__leading-icon,
    .onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child svg.button__leading-icon,
    .button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:hover:first-child svg.button__leading-icon,
    .onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child svg.button__leading-icon,
    .pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:hover:first-child svg.button__leading-icon,
    .onbright-testing .callout.callout--secondary .button:hover svg.button__leading-icon,
    .callout.callout--secondary .onbright-testing .button:hover svg.button__leading-icon,
    .onbright-testing .callout--secondary.archive-filters .button:hover svg.button__leading-icon,
    .callout--secondary.archive-filters .onbright-testing .button:hover svg.button__leading-icon,
    .onbright-testing .callout.callout--secondary .pagination ul li a:hover svg.button__leading-icon,
    .callout.callout--secondary .pagination ul li .onbright-testing a:hover svg.button__leading-icon,
    .onbright-testing .pagination ul li .callout.callout--secondary a:hover svg.button__leading-icon,
    .pagination ul li .callout.callout--secondary .onbright-testing a:hover svg.button__leading-icon,
    .onbright-testing .callout--secondary.archive-filters .pagination ul li a:hover svg.button__leading-icon,
    .callout--secondary.archive-filters .pagination ul li .onbright-testing a:hover svg.button__leading-icon,
    .onbright-testing .pagination ul li .callout--secondary.archive-filters a:hover svg.button__leading-icon,
    .pagination ul li .callout--secondary.archive-filters .onbright-testing a:hover svg.button__leading-icon,
    .onbright-testing .button.button--page-directional:hover svg.button__trailing-icon,
    .onbright-testing .pagination ul li a.button--page-directional:hover svg.button__trailing-icon,
    .pagination ul li .onbright-testing a.button--page-directional:hover svg.button__trailing-icon,
    .onbright-testing .pagination ul li.first a:hover svg.button__trailing-icon,
    .pagination ul li.first .onbright-testing a:hover svg.button__trailing-icon,
    .onbright-testing .pagination ul li.previous a:hover svg.button__trailing-icon,
    .pagination ul li.previous .onbright-testing a:hover svg.button__trailing-icon,
    .onbright-testing .pagination ul li.next a:hover svg.button__trailing-icon,
    .pagination ul li.next .onbright-testing a:hover svg.button__trailing-icon,
    .onbright-testing .pagination ul li.last a:hover svg.button__trailing-icon,
    .pagination ul li.last .onbright-testing a:hover svg.button__trailing-icon,
    .onbright-testing .button-collection.button-collection--accent-first .button:hover:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .onbright-testing .button:hover:first-child svg.button__trailing-icon,
    .onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:hover:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:hover:first-child svg.button__trailing-icon,
    .onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:hover:first-child svg.button__trailing-icon,
    .pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:hover:first-child svg.button__trailing-icon,
    .onbright-testing .callout.callout--secondary .button:hover svg.button__trailing-icon,
    .callout.callout--secondary .onbright-testing .button:hover svg.button__trailing-icon,
    .onbright-testing .callout--secondary.archive-filters .button:hover svg.button__trailing-icon,
    .callout--secondary.archive-filters .onbright-testing .button:hover svg.button__trailing-icon,
    .onbright-testing .callout.callout--secondary .pagination ul li a:hover svg.button__trailing-icon,
    .callout.callout--secondary .pagination ul li .onbright-testing a:hover svg.button__trailing-icon,
    .onbright-testing .pagination ul li .callout.callout--secondary a:hover svg.button__trailing-icon,
    .pagination ul li .callout.callout--secondary .onbright-testing a:hover svg.button__trailing-icon,
    .onbright-testing .callout--secondary.archive-filters .pagination ul li a:hover svg.button__trailing-icon,
    .callout--secondary.archive-filters .pagination ul li .onbright-testing a:hover svg.button__trailing-icon,
    .onbright-testing .pagination ul li .callout--secondary.archive-filters a:hover svg.button__trailing-icon,
    .pagination ul li .callout--secondary.archive-filters .onbright-testing a:hover svg.button__trailing-icon,
    .onbright-testing .button.button--page-directional:active svg.button__leading-icon,
    .onbright-testing .pagination ul li a.button--page-directional:active svg.button__leading-icon,
    .pagination ul li .onbright-testing a.button--page-directional:active svg.button__leading-icon,
    .onbright-testing .pagination ul li.first a:active svg.button__leading-icon,
    .pagination ul li.first .onbright-testing a:active svg.button__leading-icon,
    .onbright-testing .pagination ul li.previous a:active svg.button__leading-icon,
    .pagination ul li.previous .onbright-testing a:active svg.button__leading-icon,
    .onbright-testing .pagination ul li.next a:active svg.button__leading-icon,
    .pagination ul li.next .onbright-testing a:active svg.button__leading-icon,
    .onbright-testing .pagination ul li.last a:active svg.button__leading-icon,
    .pagination ul li.last .onbright-testing a:active svg.button__leading-icon,
    .onbright-testing .button-collection.button-collection--accent-first .button:active:first-child svg.button__leading-icon,
    .button-collection.button-collection--accent-first .onbright-testing .button:active:first-child svg.button__leading-icon,
    .onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:active:first-child svg.button__leading-icon,
    .button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:active:first-child svg.button__leading-icon,
    .onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:active:first-child svg.button__leading-icon,
    .pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:active:first-child svg.button__leading-icon,
    .onbright-testing .callout.callout--secondary .button:active svg.button__leading-icon,
    .callout.callout--secondary .onbright-testing .button:active svg.button__leading-icon,
    .onbright-testing .callout--secondary.archive-filters .button:active svg.button__leading-icon,
    .callout--secondary.archive-filters .onbright-testing .button:active svg.button__leading-icon,
    .onbright-testing .callout.callout--secondary .pagination ul li a:active svg.button__leading-icon,
    .callout.callout--secondary .pagination ul li .onbright-testing a:active svg.button__leading-icon,
    .onbright-testing .pagination ul li .callout.callout--secondary a:active svg.button__leading-icon,
    .pagination ul li .callout.callout--secondary .onbright-testing a:active svg.button__leading-icon,
    .onbright-testing .callout--secondary.archive-filters .pagination ul li a:active svg.button__leading-icon,
    .callout--secondary.archive-filters .pagination ul li .onbright-testing a:active svg.button__leading-icon,
    .onbright-testing .pagination ul li .callout--secondary.archive-filters a:active svg.button__leading-icon,
    .pagination ul li .callout--secondary.archive-filters .onbright-testing a:active svg.button__leading-icon,
    .onbright-testing .button.button--page-directional:active svg.button__trailing-icon,
    .onbright-testing .pagination ul li a.button--page-directional:active svg.button__trailing-icon,
    .pagination ul li .onbright-testing a.button--page-directional:active svg.button__trailing-icon,
    .onbright-testing .pagination ul li.first a:active svg.button__trailing-icon,
    .pagination ul li.first .onbright-testing a:active svg.button__trailing-icon,
    .onbright-testing .pagination ul li.previous a:active svg.button__trailing-icon,
    .pagination ul li.previous .onbright-testing a:active svg.button__trailing-icon,
    .onbright-testing .pagination ul li.next a:active svg.button__trailing-icon,
    .pagination ul li.next .onbright-testing a:active svg.button__trailing-icon,
    .onbright-testing .pagination ul li.last a:active svg.button__trailing-icon,
    .pagination ul li.last .onbright-testing a:active svg.button__trailing-icon,
    .onbright-testing .button-collection.button-collection--accent-first .button:active:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .onbright-testing .button:active:first-child svg.button__trailing-icon,
    .onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:active:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:active:first-child svg.button__trailing-icon,
    .onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:active:first-child svg.button__trailing-icon,
    .pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:active:first-child svg.button__trailing-icon,
    .onbright-testing .callout.callout--secondary .button:active svg.button__trailing-icon,
    .callout.callout--secondary .onbright-testing .button:active svg.button__trailing-icon,
    .onbright-testing .callout--secondary.archive-filters .button:active svg.button__trailing-icon,
    .callout--secondary.archive-filters .onbright-testing .button:active svg.button__trailing-icon,
    .onbright-testing .callout.callout--secondary .pagination ul li a:active svg.button__trailing-icon,
    .callout.callout--secondary .pagination ul li .onbright-testing a:active svg.button__trailing-icon,
    .onbright-testing .pagination ul li .callout.callout--secondary a:active svg.button__trailing-icon,
    .pagination ul li .callout.callout--secondary .onbright-testing a:active svg.button__trailing-icon,
    .onbright-testing .callout--secondary.archive-filters .pagination ul li a:active svg.button__trailing-icon,
    .callout--secondary.archive-filters .pagination ul li .onbright-testing a:active svg.button__trailing-icon,
    .onbright-testing .pagination ul li .callout--secondary.archive-filters a:active svg.button__trailing-icon,
    .pagination ul li .callout--secondary.archive-filters .onbright-testing a:active svg.button__trailing-icon,
    .onbright-testing .button.button--page-directional:focus svg.button__leading-icon,
    .onbright-testing .pagination ul li a.button--page-directional:focus svg.button__leading-icon,
    .pagination ul li .onbright-testing a.button--page-directional:focus svg.button__leading-icon,
    .onbright-testing .pagination ul li.first a:focus svg.button__leading-icon,
    .pagination ul li.first .onbright-testing a:focus svg.button__leading-icon,
    .onbright-testing .pagination ul li.previous a:focus svg.button__leading-icon,
    .pagination ul li.previous .onbright-testing a:focus svg.button__leading-icon,
    .onbright-testing .pagination ul li.next a:focus svg.button__leading-icon,
    .pagination ul li.next .onbright-testing a:focus svg.button__leading-icon,
    .onbright-testing .pagination ul li.last a:focus svg.button__leading-icon,
    .pagination ul li.last .onbright-testing a:focus svg.button__leading-icon,
    .onbright-testing .button-collection.button-collection--accent-first .button:focus:first-child svg.button__leading-icon,
    .button-collection.button-collection--accent-first .onbright-testing .button:focus:first-child svg.button__leading-icon,
    .onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child svg.button__leading-icon,
    .button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:focus:first-child svg.button__leading-icon,
    .onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child svg.button__leading-icon,
    .pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:focus:first-child svg.button__leading-icon,
    .onbright-testing .callout.callout--secondary .button:focus svg.button__leading-icon,
    .callout.callout--secondary .onbright-testing .button:focus svg.button__leading-icon,
    .onbright-testing .callout--secondary.archive-filters .button:focus svg.button__leading-icon,
    .callout--secondary.archive-filters .onbright-testing .button:focus svg.button__leading-icon,
    .onbright-testing .callout.callout--secondary .pagination ul li a:focus svg.button__leading-icon,
    .callout.callout--secondary .pagination ul li .onbright-testing a:focus svg.button__leading-icon,
    .onbright-testing .pagination ul li .callout.callout--secondary a:focus svg.button__leading-icon,
    .pagination ul li .callout.callout--secondary .onbright-testing a:focus svg.button__leading-icon,
    .onbright-testing .callout--secondary.archive-filters .pagination ul li a:focus svg.button__leading-icon,
    .callout--secondary.archive-filters .pagination ul li .onbright-testing a:focus svg.button__leading-icon,
    .onbright-testing .pagination ul li .callout--secondary.archive-filters a:focus svg.button__leading-icon,
    .pagination ul li .callout--secondary.archive-filters .onbright-testing a:focus svg.button__leading-icon,
    .onbright-testing .button.button--page-directional:focus svg.button__trailing-icon,
    .onbright-testing .pagination ul li a.button--page-directional:focus svg.button__trailing-icon,
    .pagination ul li .onbright-testing a.button--page-directional:focus svg.button__trailing-icon,
    .onbright-testing .pagination ul li.first a:focus svg.button__trailing-icon,
    .pagination ul li.first .onbright-testing a:focus svg.button__trailing-icon,
    .onbright-testing .pagination ul li.previous a:focus svg.button__trailing-icon,
    .pagination ul li.previous .onbright-testing a:focus svg.button__trailing-icon,
    .onbright-testing .pagination ul li.next a:focus svg.button__trailing-icon,
    .pagination ul li.next .onbright-testing a:focus svg.button__trailing-icon,
    .onbright-testing .pagination ul li.last a:focus svg.button__trailing-icon,
    .pagination ul li.last .onbright-testing a:focus svg.button__trailing-icon,
    .onbright-testing .button-collection.button-collection--accent-first .button:focus:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .onbright-testing .button:focus:first-child svg.button__trailing-icon,
    .onbright-testing .button-collection.button-collection--accent-first .pagination ul li a:focus:first-child svg.button__trailing-icon,
    .button-collection.button-collection--accent-first .pagination ul li .onbright-testing a:focus:first-child svg.button__trailing-icon,
    .onbright-testing .pagination ul li .button-collection.button-collection--accent-first a:focus:first-child svg.button__trailing-icon,
    .pagination ul li .button-collection.button-collection--accent-first .onbright-testing a:focus:first-child svg.button__trailing-icon,
    .onbright-testing .callout.callout--secondary .button:focus svg.button__trailing-icon,
    .callout.callout--secondary .onbright-testing .button:focus svg.button__trailing-icon,
    .onbright-testing .callout--secondary.archive-filters .button:focus svg.button__trailing-icon,
    .callout--secondary.archive-filters .onbright-testing .button:focus svg.button__trailing-icon,
    .onbright-testing .callout.callout--secondary .pagination ul li a:focus svg.button__trailing-icon,
    .callout.callout--secondary .pagination ul li .onbright-testing a:focus svg.button__trailing-icon,
    .onbright-testing .pagination ul li .callout.callout--secondary a:focus svg.button__trailing-icon,
    .pagination ul li .callout.callout--secondary .onbright-testing a:focus svg.button__trailing-icon,
    .onbright-testing .callout--secondary.archive-filters .pagination ul li a:focus svg.button__trailing-icon,
    .callout--secondary.archive-filters .pagination ul li .onbright-testing a:focus svg.button__trailing-icon,
    .onbright-testing .pagination ul li .callout--secondary.archive-filters a:focus svg.button__trailing-icon,
    .pagination ul li .callout--secondary.archive-filters .onbright-testing a:focus svg.button__trailing-icon {
      fill: #ffc217;
      color: #ffc217; }

.section-wrap.nipple-testing {
  background: #72a6bf; }
  .section-wrap.nipple-testing .section-wrap {
    margin-bottom: 6.25rem; }
  .section-wrap.nipple-testing h1, .section-wrap.nipple-testing h2, .section-wrap.nipple-testing h3, .section-wrap.nipple-testing h4, .section-wrap.nipple-testing h5, .section-wrap.nipple-testing h6 {
    text-align: center; }

.main-wrapper {
  max-width: 75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-direction: row;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 80em) {
    .main-wrapper {
		flex-direction: column;
      margin: 2.5rem; } }
  @media screen and (max-width: 47.9375em) {
    .main-wrapper {
      margin: 1.25rem; } }
  .main-wrapper.has-sidebar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main-wrapper.has-sidebar section.main-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 65%;
              flex: 0 1 65%; 
		margin-right: 2rem;
	}
    .main-wrapper.has-sidebar aside.sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30%;
              flex: 0 1 30%; }
  .main-wrapper section.main-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }

@media screen and (max-width: 63.9375em) {
  .main-wrapper.has-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
	.main-wrapper.has-sidebar section.main-content,
    .main-wrapper.has-sidebar aside.sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
	}
	.main-wrapper.has-sidebar section.main-content {
		margin-right: 0;
		margin-bottom: 2rem;
	} 
}

.teaser__image &gt; a &gt; img, .teaser__image &gt; img {
	width: 100%;	
}

ul.helios_calendar &gt; li.date {
    display: block;
    list-style-position: initial;
    font-size: 1.35rem;
    margin-top: 40px;
    font-weight: 800;
    margin-bottom: 5px;
}

ul.helios_calendar &gt; li.helios_credit {
    display: block;
    list-style-position: initial;
    font-size: 1.05rem;
    margin-top: 40px;
    font-weight: 100;
    margin-bottom: 5px;
}

.print_logo {
	display: none;
}

@media only screen and (max-width: 500px) {
	img.mug {
		display: block;
		height: auto;
		width: 100%;
		right: 20px;
		margin-left: 0px; 
		margin-bottom: 10px;
	}
}

p.wsu-directory-person-title { font-weight: 700;}
p.wsu-directory-person-email { margin-bottom: 0px; margin-top: 15px;}
p.wsu-directory-person-dept { margin-bottom: 0px;}
img.mug {
	margin-bottom: 10px;
	margin-left:auto;
	margin-right: auto;
}
.profile {
	max-width: 310px;
}
.wsu-directory-person-email {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

thead &gt; th &gt; a:visited, thead &gt; th &gt; a:link, tfoot &gt;th &gt; a:visited, tfoot &gt; th &gt; a:link {
    color: #ffc217;
    border-bottom-color: #ffc217;
}

legend {
    font-size: 1.5em !important;
}

fieldset {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

fieldset.input-group {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

fieldset.input-group &gt; legend {
    font-size: inherit !important;
	margin-bottom: 0px !important;
}

a.link--ondark:link, a.link--ondark:visited, .teaser.teaser--overlay .teaser__body .teaser__editorial a:link, .section-wrap--shade-dark .landing-panel .landing-panel__text a:link, .section-wrap--arrows-dark .landing-panel .landing-panel__text a:link, .callout.callout--secondary a:link, .callout--secondary.archive-filters a:link, .ondark-testing a:link, .teaser.teaser--overlay .teaser__body .teaser__editorial a:visited, .section-wrap--shade-dark .landing-panel .landing-panel__text a:visited, .section-wrap--arrows-dark .landing-panel .landing-panel__text a:visited, .callout.callout--secondary a:visited, .callout--secondary.archive-filters a:visited, .ondark-testing a:visited {
	color: #ffc217; 
	border-bottom-color:#ffc217;
}

a.link--ondark:hover, a.link--ondark:active, .teaser.teaser--overlay .teaser__body .teaser__editorial a:hover, .section-wrap--shade-dark .landing-panel .landing-panel__text a:hover, .section-wrap--arrows-dark .landing-panel .landing-panel__text a:hover, .callout.callout--secondary a:hover, .callout--secondary.archive-filters a:hover, .ondark-testing a:hover, .teaser.teaser--overlay .teaser__body .teaser__editorial a:active, .section-wrap--shade-dark .landing-panel .landing-panel__text a:active, .section-wrap--arrows-dark .landing-panel .landing-panel__text a:active, .callout.callout--secondary a:active, .callout--secondary.archive-filters a:active, .ondark-testing a:active {
    color: #fff;
    border-bottom-color: #989898;
}

.profile-sidebar {
	margin-right: 20px;
	min-width: 360px;
	max-width: 360px;
}

@media only screen and (max-width: 63.9375em) {
  .profile-sidebar {
    width: 100%;
	max-width: 100%;
  }
}


.profile-display-profile_title {
font-size: 15px;
font-weight: 700;
line-height: 15px;
margin-bottom: 8px;
}

.profile-display-email {
	font-weight: 700;
	font-size: small;
}

.profile-inline-mug {
	max-width:80px; 
	height: auto; 
	display: inline; 
}

.profile-list-item {
    padding-left: 20px;
    border-left: #903b41;
    border-left-style: solid;
    border-left-width: 4px;
    margin-bottom: 20px;
}

.profile-inline-mug-a {
    margin-right: 20px;
    display: inline;
    float: left;
	border-bottom: none;
}

.profile-list-text {
	display: block;
}

div.profile-list-text p:last-child {
  margin-bottom: 0px;
}

section.section-wrap &gt; ul, section.section-wrap &gt; ol {
	padding-left: 3.123rem;
}

.profile-name {
    line-height: 1em !important;
    margin-bottom: 0.5em !important;
}

.profile-name-link {
    line-height: 1em !important;
    margin-bottom: 0 !important;
	vertical-align: top !important;
}

.snippet-preview {
	display: none;
}

.callout--shade-lighter {
	background: #e1e0df !important;
	border: none !important;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

@media only screen and (min-width: 768px){
  	/* For large screens only: */
	[class*="col-"]:first-child {
	  padding-left: 0px;
	}

	[class*="col-"]:last-child {
	  padding-right: 0px;
}
}


.col-even-pad:first-child {
  padding-left: 15px !important;
}

.col-even-pad:last-child {
  padding-right: 15px !important;
}


		
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

		
		
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

.button--black-white:hover, .button--black-white:active, .button--black-white:focus{
		color: #000;
		background:#fff;
}

.pullquote__quote.no_quote_marks::after {
    content: '';
}
.pullquote__quote.no_quote_marks::before {
    content: '';
}

h1, .heading1 { line-height: 1.3; }

tbody &gt; tr &gt; th {
	background-color: #c9c7c4;
    font-weight: 900;
    border-color: #989898 !important;
}

figure figcaption {
    font-weight: 700;
}

/* fix white-text-on-white-background issue */
section.section-wrap.section-wrap--arrows-dark &gt; div &gt; div.teaser__body,
section.section-wrap.section-wrap--shade-dark &gt; div &gt; div.teaser__body{ 
    color: black;
}

img.onetwofive {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 8px;
}

img.onetwofive-landing, img.onetwofive-standard-additional {
	height: 90%;
	width: 90%;
}

img.onetwofive-sidebar {
	height: 75%;
	width: 75%;
}

.toplinks__buttons {
    margin-right: 4px;
}

.toplinks__buttons a.button {
    margin-bottom: 0;
}

.quicklinks__list.toplinks__list {
    display: none;
}

@media screen and (max-width: 60em) {
	.toplinks__buttons{
		display: none;
	}
	.quicklinks__list.toplinks__list {
		display: block;
	}
	.quicklinks__list.toplinks__list:after {
		display: block;
		content: '';
		width: 40%;
		margin: 0 auto 0.625rem auto;
		border-bottom: rgba(0, 0, 0, 0.3) 4px dotted;
		border-bottom-color: #fff;
	}
}

.ou-form-element {
    position: absolute;
    margin-left: -100000px !important;
}

.footer-titleix {
    padding-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center !important;
    font-size: 0.75rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    color: #e1e0df;
}

@media screen and (max-width: 40em)
.footer-titleix {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.button.red {
	color: #fff;
	background-color: #bb4935;
}

.button.red:hover {
	color: #000;
    background-color: #ffc217;
}

div.main-wrapper &gt; section.main-content section.section-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
}

.nice-video--ready .nice-video__preview {
	z-index: 9;
}

.nice-video--ready button {
    z-index: 9;
}

/* IMAGE WITH BACKGROUND COMPONENT  */
			
.imgbckgrnd_component a {
	border-bottom: none; 
	display:flex; 
	justify-content:center; 
	align-items:center
}

@media screen and (min-width: 48.9376em) {
	.mobileimgcomp  {
		display: none;
		max-height:800px;
		max-width:100%;
	} 
}	
			
@media screen and (max-width: 48.9375em) {
	.desktopimgcomp {
		display: none;
		max-height:800px;
		max-width:100%;		
	}
}	
			
/* END IMAGE WITH BACKGROUND COMPONENT  */

.ondark a:link, .ondark a:visited  {
    color: #ffc217;
    border-bottom-color: #ffc217;
}

.ondark a:hover, .ondark a:active  , .ondark a:focus{
    color: #f3ad1c;
    border-bottom-color: #f3ad1c;
}

.ondark a.link--rich:link span:after, .ondark a.link--rich:visited span:after {
	color: #f3ad1c;
}


.ondark a.link--rich:hover span:after, .ondark a.link--rich:active span:after, .ondark a.link--rich:focus span:after {
	color: #bb4935;
}

.ondark a.link--rich:link, .ondark a.link--rich:visited {
    color: #fff;
}

.ondark a.link--rich:hover, .ondark a.link--rich:active, .ondark  a.link--rich:focus {
      color: #ffc217;
}


section.section-wrap.section-wrap--wsuyellow &gt; div.ou-form &gt; form &gt; button.button--accent,
section.section-wrap.section-wrap--wheat &gt; div.ou-form &gt; form &gt; button.button--accent{
    background-color: black;
    color: white;
    font-weight: 600;
}
			
section.section-wrap.section-wrap--wsuyellow &gt; div.ou-form &gt; form &gt; button.button--accent:hover,
section.section-wrap.section-wrap--wheat &gt; div.ou-form &gt; form &gt; button.button--accent:hover {
    background-color: white;
    color: black;
}

.teaser-list .teaser__image {
    position: relative;
    overflow: hidden;
    max-width: none;
    max-height: none;
    flex: 0 1 50%;
    order: 0;
    margin-bottom: 0.75rem;
    margin-left: 0;
}

.teaser.teaser-list {
    display: flex;
    flex-direction: column;
}

.story-header--no-byline .story-details {
	display: flex;
	flex-direction: row-reverse;
}

header.story-header.story-header--no-byline {
    display: flex;
    flex-direction: column;
}


@media print, screen and (min-width: 48em) { /* medium */
	.teaser-list .teaser__image {
		position: relative;
		overflow: hidden;
		max-width: 240px;
		max-height: 180px;
		flex: 0 1 50%;
		order: 2;
		margin-bottom: 0;
		margin-left: 20px;
	}
	.teaser.teaser-list {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.teaser-list-has-image .teaser__body {
		width: calc(100% - 260px);
	}
}
@media print, screen and (min-width: 64em) { /* large */
	.teaser-list .teaser__image {
		position: relative;
		overflow: hidden;
		max-width: 240px;
		max-height: 180px;
		flex: 0 1 50%;
		order: 2;
		margin-bottom: 0;
		margin-left: 20px;
	}
	.teaser.teaser-list {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.teaser-list-has-image .teaser__body {
		width: calc(100% - 260px);
	}
}


a.current-nav-item {
	font-weight: 800;
	color: #ffc217 !important;
}

a.current-nav-item::before {
    content: '» ';
}

.alert-bar .alert-bar__wrapper a.button:hover, .alert-bar .alert-bar__wrapper a.button:active {
    color: #000;
	border-bottom: none;
}

.alert-bar .alert-bar__wrapper a.button, .alert-bar .alert-bar__wrapper a.button {
	border-bottom: none;
}

@media print, screen and (min-width: 64em) { /* large */

	.teaser-collection .collection__items.profiles {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: grid;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-flow: row wrap;
			  flex-flow: row wrap;
	  -webkit-box-pack: space-evenly;
		  -ms-flex-pack: space-evenly;

		justify-content: space-between;
		grid-template-columns: repeat(auto-fit, 22%);
	}

}

.a2a_kit a {
    border-bottom: none;
}
.a2a_kit {
    margin-bottom: 10px;
}

a.ou-btn {
    border-bottom: none;
}

.ou-form .help-block {
	color: #1f1f1f !important;
}

div.main-wrapper.has-sidebar &gt; section &gt; div.list-box &gt; .headline-group {
    padding: 1.25rem 0;
    margin: 0 1.875rem;
}

.footer-top--social-giving {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

div.footer-top--giving &gt; a &gt; img {
    height: 2.5rem;
}

@media screen and (max-width: 40em) {
	footer.main-footer .footer-top .footer-top--links .footer-top--social-giving {
		flex-direction: column;
		align-content: space-around;
		align-items: stretch;
	}
	.footer-top--giving a {
		margin: 0.5rem 0 0.5rem
	}
}


/*# sourceMappingURL=style.css.map */</pre></body></html>