@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
INLINE SVG FUNCTIONS.
via: http://codepen.io/jakob-e/pen/doMoML
*********************/
/* Tandem styleguide */
/* Section / Box bg webguide */
/* Section / Box bg webguide */
/* Section bg webguide */
/* Box bg webguide */
/* Box bg webguide */
/* Accents on yellow */
/* Accents on orange */
/* Accents on blue */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #343438;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.row {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -1rem;
    margin-right: -1rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -1rem;
        margin-right: -1rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 1rem;
      padding-right: 1rem; } }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 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 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

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

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

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

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

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

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

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

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

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1rem;
  padding-right: 1rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

@media screen and (min-width: 40em) {
  .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 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 60em) {
  .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 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #A0A0A0;
    line-height: 0; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2.25rem; }
  h3 {
    font-size: 2rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #4c4d53;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #414247; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #A0A0A0; }
  blockquote, blockquote p {
    line-height: 1.7;
    color: #6d6d6d; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #6d6d6d; }
  cite:before {
    content: '\2014 \0020'; }

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #343438;
  background-color: lightgray;
  border: 1px solid #A0A0A0;
  padding: 0.125rem 0.3125rem 0.0625rem; }

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

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

.lead {
  font-size: 120%;
  line-height: 1.4; }

.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 screen and (min-width: 40em) {
  .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 screen and (min-width: 60em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !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 #6d6d6d;
    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; } }

[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;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #A0A0A0;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #343438;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(52, 52, 56, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-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 {
    border: 1px solid #6d6d6d;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #A0A0A0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: lightgray;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: lightgray;
  color: #343438;
  border: 1px solid #A0A0A0;
  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;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

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

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

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

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #A0A0A0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #343438;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28109, 109, 109%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: lightgray;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-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;
  height: auto;
  width: 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; } }

.accordion {
  list-style-type: none;
  background: transparent;
  margin-left: 0; }

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

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

.accordion-title {
  display: block;
  padding: 1.25rem 0rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #4c4d53;
  position: relative;
  border: 0px solid lightgray;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 0px solid lightgray; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: transparent; }

.accordion-content {
  padding: 1rem 0rem;
  display: none;
  border: 0px solid lightgray;
  border-bottom: 0;
  background-color: transparent;
  color: #4c4d53; }
  :last-child > .accordion-content:last-child {
    border-bottom: 0px solid lightgray; }

.label {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #4c4d53;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 60em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #4c4d53; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

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

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

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

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [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(52, 52, 56, 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;
    background-color: #A0A0A0;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #6d6d6d; }
    .orbit-bullets button.is-active {
      background-color: #6d6d6d; }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 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: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

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

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

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

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

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

.switch-paddle {
  background: #A0A0A0;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #4c4d53; }
    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%;
  transform: translateY(-50%); }

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

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

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

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

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

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

.tabs.primary {
  background: #4c4d53; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #54555c; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 0 0.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #fefefe; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid lightgray;
  border-top: 0; }

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: lightgray; }
  .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 screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 59.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%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

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

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

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
#main {
  background-color: #F6F2ED; }

.archive #main {
  background-color: #fefefe; }

#main {
  padding-top: 3.5rem;
  padding-bottom: 2rem; }

.main-inner {
  min-height: calc(100vh - 410px); }

.page .main-inner,
.single-story .main-inner {
  max-width: 73.125rem;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 40em) {
    .page .main-inner,
    .single-story .main-inner {
      padding-top: 2rem; } }

/*********************
LINK / BUTTON STYLES
*********************/
a, a:visited {
  color: #343438; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

.menu li.active > a {
  background: none;
  color: #343438; }

.story__header p a,
.story__content p a,
.story__footer p a,
.page__footer__copyright p a,
.archive__header p a,
.section__contactblock a {
  border-bottom: 2px solid #E51145;
  background-color: transparent;
  transition: background-color 0.5s; }
  .story__header p a:hover,
  .story__content p a:hover,
  .story__footer p a:hover,
  .page__footer__copyright p a:hover,
  .archive__header p a:hover,
  .section__contactblock a:hover {
    color: #fefefe;
    background-color: #E51145; }

.page__footer__widgets p a {
  color: #fefefe;
  background-color: transparent; }
  .page__footer__widgets p a:hover {
    border-bottom: 2px solid #fefefe; }

button:focus {
  outline-color: #E51145; }

.button--large,
.button--small {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: transparent;
  color: #4c4d53;
  border: 2px solid #4c4d53;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 5em;
  max-width: 90%; }
  [data-whatinput='mouse'] .button--large, [data-whatinput='mouse']
  .button--small {
    outline: 0; }
  .button--large:hover, .button--large:focus,
  .button--small:hover,
  .button--small:focus {
    background-color: transparent;
    color: #4c4d53; }

.button--share-cta {
  border: 2px solid #E51145;
  background-color: transparent;
  transition: background-color 0.5s; }
  .button--share-cta:hover {
    color: #fefefe;
    background-color: #E51145; }

.button--small {
  padding: 0.2rem;
  font-size: 80%; }

.emphasisblock--cta button,
.emphasisblock--cta a.button--small,
.section__contactblock a.button--small,
.emphasisblock--cta a.button--large {
  border-color: #fefefe; }
  .emphasisblock--cta button:hover,
  .emphasisblock--cta a.button--small:hover,
  .section__contactblock a.button--small:hover,
  .emphasisblock--cta a.button--large:hover {
    background-color: #fefefe; }

.widget_nav_menu li {
  display: block; }
  .widget_nav_menu li a, .widget_nav_menu li a:visited {
    display: inline;
    padding: 0;
    color: #fefefe;
    font-weight: 600; }
  .widget_nav_menu li a:hover {
    border-bottom: 2px solid #fefefe; }

.footer__contactme,
.team-member__contactme,
.participant__contactme {
  position: relative; }
  .footer__contactme svg,
  .team-member__contactme svg,
  .participant__contactme svg {
    height: 2em;
    max-height: 2em;
    position: absolute;
    margin-top: -0.125rem; }
  .footer__contactme a,
  .team-member__contactme a,
  .participant__contactme a {
    margin-left: 2.25em; }

.footer__contactme svg path {
  fill: #fefefe; }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h6, .h6 {
  text-transform: uppercase; }

/*********************
CONTENT STYLES
*********************/
figure {
  margin: 0; }

ul {
  margin-left: 0;
  list-style: none; }

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

svg image {
  height: 100%;
  width: 100%; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

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

pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: transparent;
  color: #4c4d53; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: transparent;
    color: #4c4d53; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  clear: both;
  text-align: center;
  margin-top: 1rem; }
  .page-navigation li {
    padding: 0.5rem;
    margin: 0.5rem;
    display: inline;
    text-align: center; }
    .page-navigation li.current {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 228.73989 230.40498'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M22.67 179.2c-.87.25-.57-2.36-1.37-1.04.6.02.7 2.23 1.37 1.03m-6.5-113.9c-.28 0-.4.2-.35.6.27-.1.4-.3.34-.7.48-.1.4-.8.7-1.1.42-.2.7-.5.67-1-1.45-.3-1.46.8-1.37 2m-1.7 3.1c.83.5 1-1.2.33-1.1-.1.2-.1.4-.4.3v.7zm13 119.3c-1.05 0-1.53-1.2-1.02-1.8-.22-1.1-1.3-1.2-1.02-2.8-.83-.2.2 1.5-1.03 1-.2-.7-.9-1-.7-2.1-.2-.5-.6-.8-1.1-1-.2-.5-.5-.9-.7-1.4-.8.1-.4-1-1.1-1-.2-.5-.5-.9-.7-1.4-.3-.6-.8-1.1-1.4-1.4 0-.4-.1-.6-.4-.7.3-1.9-1.1-2.1-1-3.8-.5.1-.5 1 0 1 .1.5-.3.6-.4 1-1 0-.5-1.5-1.1-2.1-.3-1 .6-1 .3-2.1-.3-.3-.6-.5-.7 0 0 .3-.5.2-.7.3 0-1.1-1.5-2 .3-2.1-.3-.3-.2-.9-.7-1-.2-.3-.4-.6-.3-1.1-.7-.2-.9-.9-1.1-1.7-.2.1-.6-.1-.7 0v.3c-.3 0-.4-.4-.7-.4 0-.6-.3-.9-.7-1 0-.5 0-1-.4-1 .1-1.1-.5-1.4-.7-2.1-.5-.1-.1-1-.7-1-.2-.3-.4-.6-.4-1-.2-.8-.9-1-.7-2.1.7-.1 1 0 1 .7.9-.1.7-1.2.7-2.1-.8-.1-1.3.1-1.4.7-.5-.1-.1-1-.7-1 .1-.6-.3-.6-.3-1.1-.2-1.1.2-1.6.3-2.4 0-.6-.3-.9-.7-1.1.1-.7-.2-.9-.3-1.3-1.1.4.3 1.1 0 2-.8.1-.4-1-1.1-1 0-.6-.4-.7-.4-1.4.5 0 1 0 1.1-.4.2-1.1-.9-.9-1-1.7v-1c-.1-.4 0-.6.3-.7 0-.7-1-.5-.7-1.4-1 0 .5 2.6-1 2.1v-3c.2-.2.5-.4 1-.3.2.5.3 0 .7 0 .1-.6-.3-.6-.7-.7-.3-.1-.3-.3-.7-.3.2-2.4-.4-3.9-.7-5.9-.9-.1.3 1.9-1 1.4-.2-.9-.7-1.8.7-1.7-.5-.5-.3-1.5-.3-2.4-.8-.1-.2-1.5-.4-2.1-1.1-.4-.3 1.1-1.4.7-.2-1.4.9-1.4.7-2.8-.8-.1.2 1.5-1 1-.4-.9-.4-2.1-.4-3.4.3-.1.2-.7.6-.7.3-.2.7-.3.7-.7-.1-.4-.6-.9-.7-.4-.4.4-.5.1-1 0-.3-1.3-.4-2.7-.3-4.5 1.3-.6.1 1.5 1 1.3v2c.5.1.6-.3.7-.7v-1.4c.2-1.1-1-.7-.7-1.7-.1-.9.5-1.1.7-1.8 0-1.4 0-2.8-.4-3.8.1-.3-.1-.7 0-1 0-.1.3-.5.3-.4 0-.6-.4-.8-.4-1.4.4-.2.6-.8.7-1.4-.1-.6.4-.7.3-1.4.3-.8.6-1.7.7-2.7 0-.6-.4-.7-.4-1.4-.2-.3-.3-.6-.3-1.1-.6.1-.7-.2-.7-.7 0-1.5.8-.4 1.4-1-.3-2.1.4-3.2.3-5.1-.4.2-.7.5-.7 1.1.1.3-.1.3-.4.3.3.8 1 2.9-.7 2.7 0-.1.2-.6 0-.7v-.7h.4v-2c.3-.8.2-2.1.7-2.8.9-.2-.3 1.7.62 1.4.5-.1.3-.8.4-1.4.3-.1.6-.3 1-.3-.3-.8-.7-2.6 0-3.4.24-1-.6-1-.36-2 .7-.2 1.1-.7 1.7-1.04-.4-1.25.9-.95.7-2-.1-.46-.7-.4-.7 0-.4-.1-.3-.65-.3-1.06V82c.2-1.1.6-2.1 1-3.1 1 .6.3.9.3 2.06-.1.47-.6.56-.7 1.05v1.4c.4 0 .3-.4.4-.7.3.1.4-.1.4-.3 0-.5 0-1 .4-1 .3-.8.7-1.3.7-2.4.4-.1.3-.7.7-.7.1-.3.4-.3.4-.7.7 0 .3-1.1 1-1-.2-1.3.7-1.3.7-2.4.9-.1.6-1.4 1.4-1.7 0-.5-.1-1 .3-1V69c1-.04.5-1.6 1.8-1.35.3-1.15.5-2.43 1.1-3.4v-2.4c.4-.47 1.63-.14 1.7-1.02.62-.14.6-.97 1.7-.7-.17-.52-1.1-.27-.7-1.35.5 0 1-.08 1.02.32.8.1.4-1 1-1 .2-.5.6-.84 1.1-1.03-.07-.6.4-.7.32-1.37.7-.1.7-.92 1.4-1.02-.25-.9.7-.65 1-1.02-.3-1.67 1.5-1.26 1-3.1 1.06.4 1.2.1 2.1-.35-.2-.3.3-.3.3-.3.1-.2-.6-.8-.3-1.3.36 0 .3-.4.37-.7.3.1.3-.1.3-.3.4 0 .3-.6.3-1 .7-.1.6-.9 1.3-1 0-1 0-1.9 1.1-1.7.1.6-.3.6-.3 1.1.8.1.4-1 1-1 .4-.3.1-1.2 1-1 .5-.1-.1-.4 0-1 .45-.4.5-.1 1 0 .6-.3.6-1.2 1.4-1.3.3-.6.74-1.1 1.34-1.4.2-.7.7-1.1 1-1.7.4-.1.26-.7.7-.7.2-.3.4-.5.36-1 .8-.1.7-1.2 1.7-1 .1-.6.3-1.1.7-1.4.2-.8-.6-.7-.3-1.7.6-.1.7.3.7.7.9.1 1.1-.5 1.4-1 .4-.1.2-.7.7-.7.22 0 .3-.3.7-.3-.2-.4-.68-.5-.7-1V28c.3 0 .2-.45.3-.7h.7c.3 0 .3-.4.3-.7.3.06.3-.14.35-.35.3 0 .3-.3.7-.3-.1 0 .1.36.3.37h.4c0-.6-.4-.77-.4-1.4.5-.05 1.3.15 1.3-.36.5 0 1 .05 1.1-.35.5 0 1.3-.2 1.3.3.5-.2.8-.5 1-1h2c.3 0 .3-.4.3-.6.3.1.4-.1.4-.3.3-.1.6-.3.7-.6 1.2-.1 1.9-.9 2.4-1.7.3.1.37.4.7.3.6-.3 1.06-.7 1.37-1.3H59c.3 0 .2-.4.3-.7.3.1.3-.1.3-.3.4-.1.3-.6.3-1h1.4c.9-.4 1.7-.8 2.1-1.7h1.05c.8-.1.65-1.2 1.7-1 .3-.6 1.3-.6 1.4-1.4.4 0 .6.1.7.4.5-.2.85-.5 1.04-1 1 .3 1.2-.3 2-.3.4-.1.7-.4.7-1h1c.6-.3 1.1-.8 1.4-1.4.3-.1.7.2 1 0 .2-.1.2-.6.3-.7.1 0 .6.1.7 0 0 0-.1-.3 0-.3.3-.1.7.1 1 0 .7-.2.6-1 1.7-.7 0-.4.6-.3 1-.3 0-.3.4-.3.7-.3.1-.4.7-.2.7-.7h1c-.2-.9 1.6.3 1.4-.7h2c.9-.4 1.7-1 3.1-1 .6-.1.6-1 1.7-.7.4-.4.1-.5 0-1-.1-.6.3-.6.3-1 .7-.2.6.5.7 1 .5.1.5-.4 1-.4 1-.4-1.3-.3-.7-1.4h2c.7-.1.6-.9 1.3-1H98c.9-.1.8.6 1.7.3.8-.1.9.3 1.4.4 3.6-.2 5.8.9 9.3.7 1.7.3 3.1.8 5.2.7.6-.1.6.3 1.1.3 3.3-.1 5.4.8 8.6.7.6-.1.6.3 1.1.4h2.7c2.3.6 4.8 1 7.6 1 .6-.1.6.3 1 .3h3.1c.6-.1.6.3 1.1.4 3.4-.1 5.6.8 8.9.7.8 0 1 .6 2.1.3.3.2.5.4 1 .4.4 0 .6.1.7.4.2.1.5 0 .7 0 .3.1.1.3.3.4.1.1.6-.1.7 0 .6.2 1.3.2 2.1.4.1.7 1.2.2 1.1 1 1.1-.2 1.3.6 2.4.4.1.3.5.2.7.3.3.9 1.6.7 1.7 1.7.8.4 1.4 1 2.1 1.4 0 .7 1 .5.7 1.4.5.2.9.6 1 1.1 1.4.4 1.8 1.7 3.1 2.1 0 .7 1 .5.7 1.4.5.2.9.5 1.4.7.1.4.4.7 1 .7.3.9 1.4 1.2 1.7 2.1 1-.3.9.5 1.7.3.2.3.3.6.7.7.1.4.7.2.7.7 1.1-.2.7 1 1.7.7.4.7 1 1.3 1.4 2.1.7-.1.9.3 1.4.4.1.4.7.3.7.7 1 .1 1.5.7 2.4.7.3.8 1.1 1 1.7 1.4.4.6 1.3.6 1.4 1.4.6 0 .8.5 1.4.4.5.2.5.6 1 .7-.1 1.8.6 2.7 1.1 3.8.8.1.7-.6 1.7-.3-.3 1.3.8 1.2 1 2.1.36 0 .2.6.67.6.2.3.34.6.33 1 .3.6.78 1.1 1.4 1.4-.1 1 .75 1.1.66 2.1.1.5.6.6.7 1.1.3 0 .27.4.35.7.3-.02.3.1.3.38.4.2.7.5.7 1.1.4.16.7.45.7 1.04 1 .1.8 1.5 1.7 1.7-.2 1.2 1.2.8 1.1 2.1.5.3 1.3.3 1.7.7 0 .6.4.7.4 1.3.3.1.2.7.7.7-.2 1.1.9.9 1 1.7.3.6.8 1 1 1.7.7.2.9.9 1 1.7.5.1.5.6 1 .7.6-.1.6.3 1.1.3v1c.3.7.7 1.37 1 2.07 0 .6.3.9.7 1 0 .5 0 1 .4 1.05.3.3.2.9.7 1 .2.3.4.6.4 1 .5 0 .1 1 .7 1 .1.3.3.6.7.7V71c0 .6 1.1.2 1 1 .1.4.6.5.7 1 .4.8 1.2 1.1 1 2.4.3.6.8 1 1 1.7.3.6.9 1 1.1 1.7.7 1 .8 2.5 1.3 3.7v2.4c0 .4.1.6.4.7 0 .4.1.6.4.7-.2.8-.4 1.5-.3 2.7.1.8.4 1.5 1.1 1.7 0 .8 0 1.6.7 1.7-.1.8.1 1.3.4 1.7v2c-.05.6.4.72.3 1.37.5.1.1 1.04.7 1.04 0 .9 0 1.7.4 2.1-.3 1.3-.5 2.5-.4 4.1 0 .5 1 .2 1 .7.4.1.2.7.7.7-.4 1.4-.4 3-.4 4.8 0 .9.53 1.1.7 1.8v2.4c-.1.6.3.6.33 1.08.1 1.16-.24 2.78.37 3.4.3 1.1-.6 1.08-.7 1.7-.3.96.7.7.7 1.4-.2 1.6.6 2.36.3 4.1.3.95-.6.7-.7 1.4 0 .54.4.58.4 1 .3.95-.6.7-.7 1.38-.4.1-.1 1.04-.6 1.04-.1 1-.57 1.8-1 2.4-.2.9.6.8.3 1.7-.4.1-.3.7-.3 1.1-.4.1-.3.7-.4 1.1-.4 0-.6.1-.7.4.1.3-.1.4-.3.4v1.4c-.1.5-.1 1 .3 1.1-.3.3-.4.8-.4 1.4-.2 1-.5 1.8-.7 2.8-.45.1-.3.9-.3 1.4-.4.1-.3.6-.3 1-.8.1-.75 1.1-1.4 1.4v2.1c-.3 0-.2.4-.3.7-.3-.1-.3.1-.3.4-.3 0-.3.4-.3.7-.3 0-.4.2-.4.4-.3.3-.4.8-.4 1.4-.3.1-.2.7-.7.7 0 .6.5.7.4 1.4-.4.1-.5.6-1 .7-.3.2-.2.9-.7 1l-1.03 2c-.1.7.2.9.4 1.4-.1 1.2-.9 1.7-.7 3.1-.5.3-.6.8-.7 1.4-.8.3-.9 1.2-1.7 1.4.1 1.6-1.2 1.8-1.1 3.4-.8-.1-.4 1-1 1 .1.8-.63.8-.35 1.7-.8-.1-.4 1-1.1 1.1-.2.3-.3.8-.3 1.4-.7.4-1.3 1-1.7 1.7-1.2-.2-.9 1.2-2.1 1 0 .6-.2 1.1-.6 1.3-.5.1-.54.6-1 .7.1.9-.6.8-.3 1.7-.6.3-1.2.7-1 1.7-.6.4-1.1.8-1.4 1.4-.3.6-.9 1-1.1 1.8-.5.2-.8.5-1 1-.9-.3-.67.7-1.04 1H199c-.3.7-1.1 1-1.07 2-1 .3-1.7 1-2.03 2.1-.6-.1-.7.4-1.38.3.2 1-.6 1-.36 2-.5.2-.9.5-1.4.7.26 1-.7.7-.7 1.4-.7.2-1.1.7-1.7 1.1-.32 0-.3.45-.33.7-.3-.05-.3.15-.3.36-.6 0-.9.24-1 .7-.72.4-1.34.9-2.06 1.35-1.6 1.1-2.6 2.7-4.18 3.8.3 1-.5.9-.4 1.7-1 .1-1.3.8-1.7 1.4-.6.3-1.1.8-1.4 1.4-.9-.2-.7.7-1.4.7s-.5.98-1.4.7c-.2.87.6.8.3 1.7-.6.3-1.1.8-1.4 1.4h-1.4c-.3.17-.6.3-.7.7-.4-.1-.6.08-.7.3-1.1-.2-1 .6-2.1.38-.1.7-1.3.3-1.4 1-1.4.2-2.2 1-3.8 1-.7.5-1.8.5-2.1 1.4-.6 0-1.3-.2-1.4.3-.3.2-.8.3-1.4.3-.9.3-1.4.9-2.4 1-.9.3-1.5.8-2.8.7-.1.5-1.1.1-1.1.7-.6-.1-.7.4-1.4.3-.6.3-1 .8-1.7 1-.1.8-1.1.8-1.4 1.4h-2.1c-.3.3-1 .2-1 .7-.5 0-1-.05-1.1.35-.5 0-1.3-.13-1.4.38-.5 0-1-.1-1 .3-3.5-.1-5.7 1.1-8.9 1.3-.6-.1-.6.3-1 .3-.1.4-.7.2-.7.7-.4-.4-1.2-.4-2.1-.3-.3-.1-.6 0-.6.3-.4-.1-.6.08-.7.3-.9 0-2-.1-2.4.3H124c-.55-.1-.6.4-1 .4h-3c-.5-.1-.97-.1-1.03.3-.8-.1-1.3-.5-2.4-.3-2.45.6-5.92.26-8.9.36-.4.1-.6 0-.7-.3-.4.1-.6-.1-.67-.3-1.4.1-2.2-.4-3.1-.7h-2.4c-1 .1-1.05-.8-2.05-.7-.44-.5-1.62-.2-2.06-.7-1.9.04-3.3-.4-4.8-.7-1.1-.2-1.3.4-2.1.4-.8-.1-1.3-.6-2.4-.4-.6 0-.9-.3-1-.7-.5 0-1 .04-1.1-.3h-1.7c-.1-.5-1-.1-1.1-.7h-1.7c-1 .2-.7-.7-1.4-.7-.7-.1-1.2-.2-1.4-.7h-1.7c-.1-.6-.6-.8-1.4-.7-.1-.4-.9-.27-1.4-.3 0-.37-.4-.3-.7-.4-.3 0-.4-.3-.7-.3-.3-.3-.8-.4-1.4-.4-.1-.5-.6-.5-.7-1-.9.07-1.4-.2-2.1-.7-.1 0-.3.1-.4 0-.1 0 0-.3 0-.3-.5-.23-.9-.1-1.4-.4-.2-.1 0-.3-.4-.3-.3 0-.3-.4-.7-.3-.3-.9-2-.3-2.1-1.4-1.1 0-1.2-.9-2.4-.7-.3-.5-.5-1.1-1.4-1 .1-.4-.5-.14-.7-.3 0 0 .1-.3 0-.3-.3-.1-.7.07-1 0-.5-.85-1.2-1.6-2.4-1.7-.2-.5-.5-.84-1-1 .1-.8-1-.4-1.1-1.1-1.3.28-1.6-.4-2.7-.33-.1-.4-.7-.26-.7-.7-.3-.2-.6-.4-1-.4.1-.8-.1-1.3-.7-1.4-.2-.5-.5-.9-.7-1.4H46c-.6-1.13-2-1.44-2.1-3.1-.3-.23-.78-.33-1.38-.3.1-.6-.3-.64-.7-.7-.27-.3-.38-.8-.35-1.4-1-.23-.9-1.6-2.4-1.34-.03-.3-.3-.35-.3-.7.37 0 .3-.4.4-.7-.28-.2-.57-.34-1.04-.33-.4.1-.6-.1-.7-.3-.24-1.2.7-.6 1-.4.1-.6-.3-.6-.33-1.07 0-.3-.42-.3-.7-.3v.7c-.6-.3-1.2-.6-1-1.7-1.1.3-1.05-.53-1.7-.7-1.05.3-.65-.9-1.7-.66.13-.84-.64-.76-.35-1.7-.3-.2-.6-.4-.7 0-.54.1-.58-.3-1-.35-.28-1 .5-.9.35-1.7-.07-.4-.64-.3-1.04-.36h-1c-.2-.4-.5-.7-1.08-.7.4-1.22-.83-.92-.66-2-.3-.1-.4-.4-.7-.4.2.3.35.6.3 1' class='circle'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 40% center; }

.section__slice p,
.story__editorialintro p {
  font-size: 90%; }
  @media screen and (min-width: 40em) {
    .section__slice p,
    .story__editorialintro p {
      font-size: 106.875%; } }
  @media screen and (min-width: 60em) {
    .section__slice p,
    .story__editorialintro p {
      font-size: 112.5%; } }

cite {
  font-size: 100%;
  color: #343438; }

figcaption,
caption {
  margin-top: 0.75rem;
  font-size: 80%;
  color: #A0A0A0; }

.section--coloured figcaption,
.section--coloured caption {
  color: #343438; }

/*********************
BANNER STYLES
*********************/
#header {
  width: 100%;
  background-color: #fefefe; }

.inner-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  z-index: 9997; }

@media screen and (min-width: 40em) {
  .single .inner-header,
  .page-child .inner-header {
    position: relative; }
  .single #main,
  .page-child #main {
    padding-top: 2em; } }

/*********************
NAVIGATION STYLES
*********************/
nav.top-bar {
  height: 100%;
  padding: 0;
  position: relative;
  background: #fefefe; }

#responsive-menu {
  width: 100%;
  background-color: #fefefe;
  border-bottom: 1px solid rgba(211, 211, 211, 0.4);
  position: absolute;
  left: 0;
  top: 3.5rem;
  height: 100vh; }
  #responsive-menu ul#menu-main-menu-left,
  #responsive-menu ul#menu-main-menu-right {
    display: none; }
  #responsive-menu ul#menu-mobile-menu {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    float: none;
    background-color: #fefefe; }
    #responsive-menu ul#menu-mobile-menu li {
      display: block;
      background-color: #fefefe;
      width: 100%;
      float: none; }
      #responsive-menu ul#menu-mobile-menu li a {
        display: block;
        height: 100%;
        width: 100%;
        text-align: center;
        padding: 1rem; }
      #responsive-menu ul#menu-mobile-menu li:hover, #responsive-menu ul#menu-mobile-menu li:active {
        background: #E51145; }
        #responsive-menu ul#menu-mobile-menu li:hover a, #responsive-menu ul#menu-mobile-menu li:active a {
          color: #fefefe; }
  @media screen and (min-width: 60em) {
    #responsive-menu {
      height: auto;
      top: 0; }
      #responsive-menu ul#menu-mobile-menu {
        display: none; }
      #responsive-menu ul#menu-main-menu-left,
      #responsive-menu ul#menu-main-menu-right {
        width: 50%;
        display: block;
        float: left;
        box-sizing: border-box;
        background-color: #fefefe; }
        #responsive-menu ul#menu-main-menu-left li,
        #responsive-menu ul#menu-main-menu-right li {
          display: inline-block;
          padding: 0;
          text-align: center;
          width: auto; }
          #responsive-menu ul#menu-main-menu-left li a,
          #responsive-menu ul#menu-main-menu-right li a {
            direction: ltr;
            text-align: center;
            font-size: 100%;
            display: block;
            padding: 1.25rem 0.5rem; }
          #responsive-menu ul#menu-main-menu-left li:hover,
          #responsive-menu ul#menu-main-menu-right li:hover {
            background-color: #fefefe; }
            #responsive-menu ul#menu-main-menu-left li:hover a,
            #responsive-menu ul#menu-main-menu-right li:hover a {
              color: #E51145; }
          #responsive-menu ul#menu-main-menu-left li.current-menu-item a,
          #responsive-menu ul#menu-main-menu-left li.current-page-ancestor a,
          #responsive-menu ul#menu-main-menu-right li.current-menu-item a,
          #responsive-menu ul#menu-main-menu-right li.current-page-ancestor a {
            color: #E51145; }
      #responsive-menu ul#menu-main-menu-right {
        padding-left: 5em; }
      #responsive-menu ul#menu-main-menu-left {
        padding-right: 5em;
        text-align: right; }
        #responsive-menu ul#menu-main-menu-left li {
          direction: rtl; } }

.top-bar__center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  border-bottom: 1px solid rgba(211, 211, 211, 0.4); }
  .top-bar__center a {
    display: block;
    float: left;
    max-width: 10em;
    margin: auto;
    width: 100%;
    height: 100%;
    line-height: 0;
    text-align: center;
    box-sizing: border-box; }
    .top-bar__center a svg {
      width: 80%;
      height: 2.15rem;
      margin: 0.675rem auto; }
  .top-bar__center .menu-toggle {
    display: block;
    float: right;
    padding: 0.75rem; }
  @media screen and (min-width: 60em) {
    .top-bar__center {
      border-bottom: 0;
      width: 10em;
      float: none;
      left: 50%;
      margin-left: -5em;
      z-index: 2; }
      .top-bar__center a {
        width: 100%;
        line-height: 0; }
      .top-bar__center .menu-toggle {
        display: none; } }

.top-bar__search {
  display: none; }

.breadcrumbs-bar-inner {
  background-color: #fefefe;
  position: fixed;
  z-index: 9998;
  width: 100%;
  top: -5em;
  left: 0;
  transition: top 0.5s;
  border-bottom: 1px solid rgba(211, 211, 211, 0.4); }

.breadcrumbs-bar__logo {
  width: 10em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .breadcrumbs-bar__logo a {
    display: block;
    width: 10em;
    height: 100%;
    line-height: 0;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box; }
    .breadcrumbs-bar__logo a svg {
      width: 80%;
      height: 2.15em;
      margin: 0.75em auto; }

.breadcrumbs-bar__path {
  position: relative;
  width: 100%;
  text-align: center; }
  .breadcrumbs-bar__path ol {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .breadcrumbs-bar__path li {
    text-align: left;
    height: 100%;
    display: inline-block;
    margin-right: 0.75em;
    padding: 1rem 0; }
    .breadcrumbs-bar__path li a:hover {
      color: #343438; }
  .breadcrumbs-bar__path li > svg {
    width: 1em;
    height: 0.8em; }

.breadcrumbs-bar {
  position: relative;
  width: 100%;
  height: auto;
  display: none; }
  @media screen and (min-width: 40em) {
    .breadcrumbs-bar {
      display: block; }
      .breadcrumbs-bar.scrolled .breadcrumbs-bar-inner {
        top: 0;
        transition: top 0.5s; }
      .breadcrumbs-bar .breadcrumbs-bar__path ol {
        width: 100%;
        padding: 0 0 0 25%;
        font-size: 80%; } }
  @media screen and (min-width: 60em) {
    .breadcrumbs-bar .breadcrumbs-bar__path {
      text-align: center; }
      .breadcrumbs-bar .breadcrumbs-bar__path ol {
        padding: 0 0 0 10%;
        font-size: inherit; } }
  @media screen and (min-width: 75em) {
    .breadcrumbs-bar .breadcrumbs-bar__path ol {
      padding: 0%;
      font-size: inherit; } }

/*********************
ARTICLE STYLES
*********************/
.story__header__introduction,
.archive__header__introduction,
.section-inner,
.archive__interface,
.participant__main,
.story__relatedcontent__relatedgrid {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .story__header__introduction::before, .story__header__introduction::after,
  .archive__header__introduction::before,
  .archive__header__introduction::after,
  .section-inner::before,
  .section-inner::after,
  .archive__interface::before,
  .archive__interface::after,
  .participant__main::before,
  .participant__main::after,
  .story__relatedcontent__relatedgrid::before,
  .story__relatedcontent__relatedgrid::after {
    content: ' ';
    display: table; }
  .story__header__introduction::after,
  .archive__header__introduction::after,
  .section-inner::after,
  .archive__interface::after,
  .participant__main::after,
  .story__relatedcontent__relatedgrid::after {
    clear: both; }

.story__header__introduction {
  position: relative; }

.story__header,
.story__section.section--has_story_elements,
.home .story__section .section-inner,
.story__footer .section-inner,
.participant__main {
  background-color: #fefefe; }

.error404 .story__header {
  background-color: transparent; }

.section-inner,
.archive__interface-inner,
.participant__main {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.story__editorialintro,
.story__title-wrapper,
.story__intro,
.story__footer__byline,
.section__slice:not(.simplegrid):not(.contactblock),
.section--has_form .section-inner > div,
.story__meta-wrapper,
.archive__title-wrapper {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 95%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  float: none;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .story__editorialintro,
    .story__title-wrapper,
    .story__intro,
    .story__footer__byline,
    .section__slice:not(.simplegrid):not(.contactblock),
    .section--has_form .section-inner > div,
    .story__meta-wrapper,
    .archive__title-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .story__editorialintro,
    .story__title-wrapper,
    .story__intro,
    .story__footer__byline,
    .section__slice:not(.simplegrid):not(.contactblock),
    .section--has_form .section-inner > div,
    .story__meta-wrapper,
    .archive__title-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .story__editorialintro,
    .story__title-wrapper,
    .story__intro,
    .story__footer__byline,
    .section__slice:not(.simplegrid):not(.contactblock),
    .section--has_form .section-inner > div,
    .story__meta-wrapper,
    .archive__title-wrapper {
      width: 85%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .story__editorialintro,
    .story__title-wrapper,
    .story__intro,
    .story__footer__byline,
    .section__slice:not(.simplegrid):not(.contactblock),
    .section--has_form .section-inner > div,
    .story__meta-wrapper,
    .archive__title-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
    .story__editorialintro,
    .story__title-wrapper,
    .story__intro,
    .story__footer__byline,
    .section__slice:not(.simplegrid):not(.contactblock),
    .section--has_form .section-inner > div,
    .story__meta-wrapper,
    .archive__title-wrapper {
      width: 66.66667%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .story__editorialintro,
    .story__title-wrapper,
    .story__intro,
    .story__footer__byline,
    .section__slice:not(.simplegrid):not(.contactblock),
    .section--has_form .section-inner > div,
    .story__meta-wrapper,
    .archive__title-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
    .story__editorialintro,
    .story__title-wrapper,
    .story__intro,
    .story__footer__byline,
    .section__slice:not(.simplegrid):not(.contactblock),
    .section--has_form .section-inner > div,
    .story__meta-wrapper,
    .archive__title-wrapper {
      width: 60%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    .story__editorialintro,
    .story__title-wrapper,
    .story__intro,
    .story__footer__byline,
    .section__slice:not(.simplegrid):not(.contactblock),
    .section--has_form .section-inner > div,
    .story__meta-wrapper,
    .archive__title-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }

.story__editorialintro,
.story__title-wrapper,
.story__intro,
.story__footer__byline,
.section--has_gravity_forms .section-inner > div,
.story__meta-wrapper,
.home .story__section {
  margin-bottom: 2rem;
  margin-top: 2rem;
  clear: both; }

.page__footer__widgets-inner,
.section__slice.section__imageduo,
.section__simplemap.simplemap--wide,
.archive__interface-inner {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0;
  float: none;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .page__footer__widgets-inner,
    .section__slice.section__imageduo,
    .section__simplemap.simplemap--wide,
    .archive__interface-inner {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .page__footer__widgets-inner,
    .section__slice.section__imageduo,
    .section__simplemap.simplemap--wide,
    .archive__interface-inner {
      width: 95%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .page__footer__widgets-inner,
    .section__slice.section__imageduo,
    .section__simplemap.simplemap--wide,
    .archive__interface-inner {
      padding-left: 1rem;
      padding-right: 1rem; } }

.section__slice.section__slice--home {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 95%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  float: none;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 40em) {
    .section__slice.section__slice--home {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .section__slice.section__slice--home {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .section__slice.section__slice--home {
      float: none;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (min-width: 60em) {
  .section--has_grid .section__slice.section__simplegrid {
    width: 100%; } }

.story__section.section--has_contact_details {
  max-width: inherit; }

.focus img {
  transition: visibility .2s, opacity 2.4s; }

.story__header__introduction .story__editorialintro:last-of-type {
  margin-bottom: 4rem; }

@media screen and (min-width: 40em) {
  article, .story__footer {
    padding: 0 1rem; } }

/*********************
SECTION STYLES
*********************/
.section--custom-colour {
  background-color: #fefefe !important; }
  .section--custom-colour svg polygon {
    fill: #fefefe !important; }

.section--sandbox,
.section--sandbox .section__imageduo {
  background-color: #F6F2ED; }

.page__footer__widgets > svg,
.section--coloured > svg {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  top: -19px; }
  .page__footer__widgets > svg.section__edge--bottom,
  .section--coloured > svg.section__edge--bottom {
    top: 20px; }

.story__section:first-child .section-inner,
.home .section--featured-grid .section-inner {
  padding-top: 0; }

.story__section:first-child.section--coloured {
  margin-top: 2rem; }

.story__section:last-child .section-inner,
.story__section:last-child.section--coloured {
  padding-bottom: 0; }

.story__section:last-child.section--coloured > .section-inner:first-of-type {
  padding-bottom: 2rem; }

.footer__section {
  margin: 2rem auto; }
  .footer__section .section-inner {
    padding: 0; }
  .footer__section:first-of-type .section-inner {
    padding-top: 2rem; }
  .footer__section:last-of-type {
    margin-bottom: 0; }
    .footer__section:last-of-type .section-inner {
      padding-bottom: 4rem; }
  .footer__section.section--coloured {
    margin-top: 4rem; }

.footer__section svg.section__edge--bottom,
.search .archive__interface svg.section__edge--bottom,
.home .story__section:last-child svg.section__edge--bottom {
  display: none; }

.archive__footer__section:first-of-type .section-inner {
  padding-top: 2rem; }

.section--coloured + .section--coloured svg.section__edge--top {
  display: none; }

.post-it-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(0.75deg);
  border-width: 1px;
  border-top-width: 0;
  border-style: solid; }

.dont-break-out {
  /* 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;
  -webkit-hyphens: auto;
  hyphens: auto; }

/***************
Pattern styles
***************/
.section__slice {
  margin: 2rem 0 2rem; }
  @media screen and (min-width: 40em) {
    .section__slice {
      margin-bottom: 4rem; } }

.section__slice p,
.section__slice li {
  font-weight: 400;
  line-height: 1.7;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Remove top margin for the first element in the first section,
 * unless it's a sectionheader or a paragraph. */
.story__section:first-child:not(.section--coloured) .section__slice:first-child,
.story__section .section__slice:first-child {
  margin-top: 2rem; }

/* Remove top margin for the first element in a coloured section
 * unless it's in the first section */
.story__section.section--coloured:not(:first-child) .section__slice:first-child {
  margin-top: 0; }

/* Remove top margin for the last element in a section
 * unless it's in the first section */
.story__section.section--coloured .section__slice:last-child {
  margin-bottom: 0; }

/***************
Pattern 1. Title
****************/
.story__title-wrapper {
  margin-top: 4rem; }

.archive__title-wrapper {
  margin-top: 4rem;
  margin-bottom: 2rem; }

.page .story__title-wrapper,
.single-story .story__title-wrapper,
.single-participant .story__title-wrapper,
.archive .story__title-wrapper,
.archive__title-wrapper {
  text-align: center; }

/*****************
Pattern 2. Bylines
******************/
.footer__section:first-child.section--byline {
  margin-top: 0; }
  .footer__section:first-child.section--byline .section-inner {
    padding-top: 0; }

.story__footer__byline {
  font-size: 120%;
  line-height: 1.4;
  font-style: italic; }

/********************************
Pattern 3. Editorial introduction
*********************************/
.story__editorialintro {
  font-size: 120%;
  line-height: 1.4; }

.page .story__editorialintro,
.archive .story__editorialintro {
  font-style: normal; }

.archive .story__editorialintro {
  text-align: center;
  margin-bottom: 4rem; }

/******************
Pattern 4. Tag list
******************/
.story__meta__item--tags ol,
.griditem__tags ol,
.participant__details__tags ol,
.griditem__meta__storytellers ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

.griditem__meta__storytellers,
.griditem__meta__storytellers ul {
  display: inline; }

.griditem__tags ol li,
.story__meta__item--tags ol li,
.participant__details__tags ol li,
.griditem__meta__storytellers ul li {
  display: inline-block; }

.griditem__meta__storytellers ul li:not(:last-of-type)::after {
  content: ', '; }

.griditem__meta__divider {
  margin: 0 0.2rem; }

.griditem__tags ol li,
.story__meta__item--tags ol li {
  margin: 0.5rem 0.5rem 0 0; }
  .griditem__tags ol li:first-of-type,
  .story__meta__item--tags ol li:first-of-type {
    margin-left: 0; }

.participant__details__tag:after {
  content: ', ';
  margin-right: 0.5rem; }

.participant__details__tags li:last-child .participant__details__tag:after {
  content: '';
  margin-right: 0; }

.tag:not(.participant__details__tag),
.griditem__tag,
.story__meta__tag {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  font-weight: 700;
  border: 1px solid #E51145; }
  .tag:not(.participant__details__tag)[href],
  .griditem__tag[href],
  .story__meta__tag[href] {
    cursor: pointer; }
  .tag:not(.participant__details__tag)[href]:hover,
  .griditem__tag[href]:hover,
  .story__meta__tag[href]:hover {
    color: #fefefe; }
  .tag:not(.participant__details__tag).lab,
  .griditem__tag.lab,
  .story__meta__tag.lab {
    border-color: #ED8700; }
    .tag:not(.participant__details__tag).lab[href]:hover,
    .griditem__tag.lab[href]:hover,
    .story__meta__tag.lab[href]:hover {
      background-color: #ED8700; }
  .tag:not(.participant__details__tag).topic,
  .griditem__tag.topic,
  .story__meta__tag.topic {
    border-color: #72904d; }
    .tag:not(.participant__details__tag).topic[href]:hover,
    .griditem__tag.topic[href]:hover,
    .story__meta__tag.topic[href]:hover {
      background-color: #72904d; }
  .tag:not(.participant__details__tag).discipline,
  .griditem__tag.discipline,
  .story__meta__tag.discipline {
    border-color: #a22cf5; }
    .tag:not(.participant__details__tag).discipline[href]:hover,
    .griditem__tag.discipline[href]:hover,
    .story__meta__tag.discipline[href]:hover {
      background-color: #a22cf5; }
  .tag:not(.participant__details__tag).language, .tag:not(.participant__details__tag).resource,
  .griditem__tag.language,
  .griditem__tag.resource,
  .story__meta__tag.language,
  .story__meta__tag.resource {
    border-color: #B5A825; }
    .tag:not(.participant__details__tag).language[href]:hover, .tag:not(.participant__details__tag).resource[href]:hover,
    .griditem__tag.language[href]:hover,
    .griditem__tag.resource[href]:hover,
    .story__meta__tag.language[href]:hover,
    .story__meta__tag.resource[href]:hover {
      background-color: #B5A825; }
  .tag:not(.participant__details__tag).location,
  .griditem__tag.location,
  .story__meta__tag.location {
    border-color: #007586; }
    .tag:not(.participant__details__tag).location[href]:hover,
    .griditem__tag.location[href]:hover,
    .story__meta__tag.location[href]:hover {
      background-color: #007586; }

.griditem__tag.category {
  border: none;
  position: absolute;
  top: 0;
  left: 0; }

/****************************
Pattern 5. Hero / cover image
*****************************/
.story__header__image-wrapper,
.story__header__lowres-image-wrapper {
  position: relative; }
  .story__header__image-wrapper .story__header__image,
  .story__header__lowres-image-wrapper .story__header__image {
    overflow: hidden;
    font-size: inherit; }
    .story__header__image-wrapper .story__header__image img,
    .story__header__lowres-image-wrapper .story__header__image img {
      max-width: 100%;
      height: auto !important;
      width: auto;
      -ms-interpolation-mode: bicubic; }
  .story__header__image-wrapper .image__caption,
  .story__header__lowres-image-wrapper .image__caption {
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 1rem; }

.story__header__lowres-image-wrapper img {
  min-width: 100%; }

/*********************
Pattern 6. Paragraph
*********************/
.story__section:first-child:not(.section--coloured) .section__slice:first-child.section__paragraph {
  margin-top: 0; }

/* Reduce top margin from the first paragraph section slice after a header,
 * image, duo-image */
.section__sectionheader + .section__paragraph,
.section__image + .section__paragraph {
  margin-top: 2rem; }

.section__subheader + .section__paragraph {
  margin-top: 0.5rem; }

.section__slice:last-child.section__paragraph p:last-of-type {
  margin-bottom: 0; }

.translatedparagraph__paragraph {
  display: none; }
  .translatedparagraph__paragraph.show {
    display: block; }

.translatedparagraph__translation-select-wrapper {
  text-align: center; }

.translatedparagraph--has_translations select {
  margin: 1rem auto; }

.section--its-just-me {
  margin-bottom: 0; }
  .section--its-just-me .paragraph {
    margin-bottom: 0;
    text-align: center; }

/********************
Pattern 7a Subheader
********************/
.section__subheader {
  margin-bottom: 0; }

.section__subheader {
  margin-top: 2rem; }

/************************
Pattern 7b Sectionheader
************************/
.section__slice.sectionheader {
  margin-bottom: 0; }

.relatedgrid__sectionheader {
  text-align: center; }

.section__slice:first-child.section__sectionheader {
  margin-top: 2rem; }

.footer__section .sectionheader {
  margin-top: 2rem; }

h3.share-cta-header,
.section__sectionheader h3,
.sectionheader--grid_header h3,
.relatedgrid__sectionheader h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 2rem;
  font-weight: 600; }

.sectionheader--taped_header {
  text-align: center; }
  .sectionheader--taped_header .sectionheader-inner {
    display: inline-block;
    height: auto;
    position: relative;
    padding: 0 1.5em; }
  .sectionheader--taped_header h4 {
    position: relative;
    display: block;
    margin: 0;
    z-index: 1;
    font-size: 120%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 0.25em; }
  .sectionheader--taped_header svg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.section__slice.sectionheader--decorated_header {
  margin-top: 4rem;
  margin-bottom: -1rem;
  text-align: center; }
  .section__slice.sectionheader--decorated_header h4 {
    position: relative;
    display: inline-block;
    min-width: 6em; }
  .section__slice.sectionheader--decorated_header span {
    position: relative;
    z-index: 3; }
  .section__slice.sectionheader--decorated_header .sectionheader__decoration {
    position: absolute;
    z-index: 2;
    height: 6em;
    top: -4em;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center; }
  .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--pink-cl {
    background-image: url("../images/png/CL_Default_Bubble_simple.png"); }
  .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--green-cl {
    background-image: url("../images/png/CL_Urban_Transformation_Bubble_simple.png"); }
  .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--purple-cl {
    background-image: url("../images/png/CL_Culture_and_Arts_Bubble_simple.png"); }
  .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--yellow-cl {
    background-image: url("../images/png/CL_Inclusion_Bubble_simple.png"); }
  .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--blue-cl {
    background-image: url("../images/png/CL_Education_Bubble_simple.png"); }
  .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--orange-cl {
    background-image: url("../images/png/CL_Democracy_Bubble_simple.png"); }
  @media screen and (min-width: 40em) {
    .section__slice.sectionheader--decorated_header {
      margin-top: 2rem;
      margin-bottom: 0; }
      .section__slice.sectionheader--decorated_header.sectionheader--left .sectionheader__decoration {
        left: 0;
        transform: translateX(-3em); }
      .section__slice.sectionheader--decorated_header.sectionheader--right .sectionheader__decoration {
        right: 0;
        transform: translateX(3em); }
      .section__slice.sectionheader--decorated_header .sectionheader__decoration {
        position: absolute;
        z-index: 2;
        height: 6em;
        width: 6em;
        top: -2.5em; }
        .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--pink-cl {
          background-image: url("../images/png/CL_Default_Bubble.png"); }
        .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--green-cl {
          background-image: url("../images/png/CL_Urban_Transformation_Bubble.png"); }
        .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--purple-cl {
          background-image: url("../images/png/CL_Culture_and_Arts_Bubble.png"); }
        .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--yellow-cl {
          background-image: url("../images/png/CL_Inclusion_Bubble.png"); }
        .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--blue-cl {
          background-image: url("../images/png/CL_Education_Bubble.png"); }
        .section__slice.sectionheader--decorated_header .sectionheader__decoration.sectionheader__decoration--orange-cl {
          background-image: url("../images/png/CL_Democracy_Bubble.png"); } }

.sectionheader__text--white {
  color: #fefefe; }

/************************
Pattern 8. Embedded Video
*************************/
/* https://www.advancedcustomfields.com/resources/oembed/ */
.homepage__video iframe {
  visibility: hidden; }


.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  
  .flex-video iframe,
  .flex-video object,
  .flex-video embed {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/****************
Pattern 9. Image
****************/
.section__paragraph + .section__image {
  margin-top: 2rem; }

.section__image--programme-logo {
  width: 50%;
  max-width: 17.5em;
  margin: auto; }

.section__imageduo,
.section__simplemap.simplemap--wide {
  background-color: #fefefe;
  z-index: 10;
  position: relative;
  z-index: 10; }

.section__imageduo {
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .section__imageduo {
      padding: 1rem;
      margin-bottom: 2rem; } }

.imageduo__wrapper {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .imageduo__wrapper::before, .imageduo__wrapper::after {
    content: ' ';
    display: table; }
  .imageduo__wrapper::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .imageduo__wrapper {
      max-width: none;
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .imageduo__wrapper {
      margin-left: -1rem;
      margin-right: -1rem; } }

.imageduo__image {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: small 2rem medium 2rem/2;
  padding-right: small 2rem medium 2rem/2; }
  @media screen and (min-width: 40em) {
    .imageduo__image {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .imageduo__image {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .imageduo__image {
      width: 50%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .imageduo__image {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
      .imageduo__image.image--landscape.image--right {
        width: 41.66667%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 40em) and (min-width: 40em) {
      .imageduo__image.image--landscape.image--right {
        padding-left: 1rem;
        padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
        .imageduo__image.image--landscape.image--right:last-child:last-child {
          float: left; }
      .imageduo__image.image--portrait.image--right {
        width: 41.66667%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 40em) and (min-width: 40em) {
      .imageduo__image.image--portrait.image--right {
        padding-left: 1rem;
        padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
        .imageduo__image.image--portrait.image--right:last-child:last-child {
          float: left; }
      .imageduo__image.image--landscape.image--left {
        width: 41.66667%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: 8.33333%; } }
    @media screen and (min-width: 40em) and (min-width: 40em) {
      .imageduo__image.image--landscape.image--left {
        padding-left: 1rem;
        padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
      .imageduo__image.image--portrait.image--left {
        width: 41.66667%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: 8.33333%; } }
    @media screen and (min-width: 40em) and (min-width: 40em) {
      .imageduo__image.image--portrait.image--left {
        padding-left: 1rem;
        padding-right: 1rem; } }

.image__placeholder {
  background-color: #fefefe;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }

.griditem__pattern__image .image__placeholder {
  background: none; }

.image--main {
  visibility: hidden;
  opacity: 0; }

.contactblock__image .image--main {
  visibility: visible;
  opacity: 1; }

.image--main.lazyload,
.image--main.lazyloading,
.image--main.lazyloaded + .image__placeholder__thumb,
.no-js .image__placeholder__thumb {
  opacity: 0;
  transition: opacity .6s linear; }

.image--main.lazyloaded + .image__placeholder__thumb {
  transition-delay: .2s; }

.image__placeholder__thumb,
.image--main.lazyloaded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%; }

/* Add min-width for anything on a card */
.gallery__item .image--main {
  min-width: inherit; }

.image__placeholder__thumb {
  height: 100%;
  min-width: 100%;
  filter: blur(10px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1); }

.image--main.lazyloaded {
  visibility: visible;
  transition: visibility .1s linear .1s;
  opacity: 1;
  filter: blur(0); }

@media screen and (min-width: 60em) {
  .image--portrait {
    max-width: 40%; } }

/***********************
Pattern 10. Block quote
***********************/
.section__slice.section__blockquote {
  position: relative;
  padding: 0 3rem 0 1.5rem; }

blockquote {
  border-width: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }

.blockquote__border-image {
  position: absolute;
  top: 0;
  width: 0.5em;
  height: 100%; }

.blockquote__border-image--right {
  right: 0; }

.blockquote__border-image--left {
  left: 0; }

.blockquote__caption cite,
.pullquote__caption cite {
  text-align: right;
  font-style: normal; }
  .blockquote__caption cite::before,
  .pullquote__caption cite::before {
    content: ''; }

.pullquote__source-name,
.blockquote__source-name {
  font-weight: 600; }

p.pullquote__source-info,
p.blockquote__source-name {
  font-size: 80%; }

/**********************************************
Pattern 11. Pull quote (options for alignment)
**********************************************/
.griditem__pattern__pullquote,
aside.section__pullquote {
  padding: 1rem 2rem;
  box-sizing: padding-box;
  box-shadow: inset 0 0 0 1rem transparent; }
  .griditem__pattern__pullquote.pullquote--pink-bg-cl,
  aside.section__pullquote.pullquote--pink-bg-cl {
    background-color: #fbdce2; }
    .griditem__pattern__pullquote.pullquote--pink-bg-cl .pullquote__quote--close svg path,
    .griditem__pattern__pullquote.pullquote--pink-bg-cl .pullquote__quote--open svg path,
    aside.section__pullquote.pullquote--pink-bg-cl .pullquote__quote--close svg path,
    aside.section__pullquote.pullquote--pink-bg-cl .pullquote__quote--open svg path {
      fill: #E51145; }
  .griditem__pattern__pullquote.pullquote--green-bg-cl,
  aside.section__pullquote.pullquote--green-bg-cl {
    background-color: #b8c7a5; }
    .griditem__pattern__pullquote.pullquote--green-bg-cl .pullquote__quote--close svg path,
    .griditem__pattern__pullquote.pullquote--green-bg-cl .pullquote__quote--open svg path,
    aside.section__pullquote.pullquote--green-bg-cl .pullquote__quote--close svg path,
    aside.section__pullquote.pullquote--green-bg-cl .pullquote__quote--open svg path {
      fill: #72904d; }
  .griditem__pattern__pullquote.pullquote--blue-bg-cl,
  aside.section__pullquote.pullquote--blue-bg-cl {
    background-color: #d9ebed; }
    .griditem__pattern__pullquote.pullquote--blue-bg-cl .pullquote__quote--close svg path,
    .griditem__pattern__pullquote.pullquote--blue-bg-cl .pullquote__quote--open svg path,
    aside.section__pullquote.pullquote--blue-bg-cl .pullquote__quote--close svg path,
    aside.section__pullquote.pullquote--blue-bg-cl .pullquote__quote--open svg path {
      fill: #007586; }
  .griditem__pattern__pullquote.pullquote--orange-bg-cl,
  aside.section__pullquote.pullquote--orange-bg-cl {
    background-color: #FEEDD9; }
    .griditem__pattern__pullquote.pullquote--orange-bg-cl .pullquote__quote--close svg path,
    .griditem__pattern__pullquote.pullquote--orange-bg-cl .pullquote__quote--open svg path,
    aside.section__pullquote.pullquote--orange-bg-cl .pullquote__quote--close svg path,
    aside.section__pullquote.pullquote--orange-bg-cl .pullquote__quote--open svg path {
      fill: #ED8700; }
  .griditem__pattern__pullquote.pullquote--yellow-bg-cl,
  aside.section__pullquote.pullquote--yellow-bg-cl {
    background-color: #e9e5be; }
    .griditem__pattern__pullquote.pullquote--yellow-bg-cl .pullquote__quote--close svg path,
    .griditem__pattern__pullquote.pullquote--yellow-bg-cl .pullquote__quote--open svg path,
    aside.section__pullquote.pullquote--yellow-bg-cl .pullquote__quote--close svg path,
    aside.section__pullquote.pullquote--yellow-bg-cl .pullquote__quote--open svg path {
      fill: #B5A825; }
  .griditem__pattern__pullquote.pullquote--purple-bg-cl,
  aside.section__pullquote.pullquote--purple-bg-cl {
    background-color: #f0e0fd; }
    .griditem__pattern__pullquote.pullquote--purple-bg-cl .pullquote__quote--close svg path,
    .griditem__pattern__pullquote.pullquote--purple-bg-cl .pullquote__quote--open svg path,
    aside.section__pullquote.pullquote--purple-bg-cl .pullquote__quote--close svg path,
    aside.section__pullquote.pullquote--purple-bg-cl .pullquote__quote--open svg path {
      fill: #a22cf5; }
  .griditem__pattern__pullquote > p,
  aside.section__pullquote > p {
    padding: 0 1rem;
    margin-top: 1.5rem;
    font-size: 140.625%;
    font-style: italic; }
  .griditem__pattern__pullquote div.pullquote__quote--open,
  aside.section__pullquote div.pullquote__quote--open {
    float: left; }
  .griditem__pattern__pullquote div.pullquote__quote--close,
  aside.section__pullquote div.pullquote__quote--close {
    float: right; }
  .griditem__pattern__pullquote div.pullquote__quote--open,
  aside.section__pullquote div.pullquote__quote--open {
    width: 3em;
    margin-left: -1rem;
    margin-top: -2rem; }
  .griditem__pattern__pullquote div.pullquote__quote--close,
  aside.section__pullquote div.pullquote__quote--close {
    width: 2.5em;
    margin-top: -1rem;
    margin-right: -1rem; }
  .griditem__pattern__pullquote .pullquote__caption cite,
  aside.section__pullquote .pullquote__caption cite {
    margin-right: 2rem; }
  @media screen and (min-width: 60em) {
    .griditem__pattern__pullquote,
    aside.section__pullquote {
      padding: 3rem 4rem;
      box-shadow: inset 0 0 0 3rem transparent; }
      .griditem__pattern__pullquote .pullquote__caption cite,
      aside.section__pullquote .pullquote__caption cite {
        margin-right: 3rem; }
      .griditem__pattern__pullquote > p,
      aside.section__pullquote > p {
        padding: 1rem 3rem 0;
        margin-top: 0; }
      .griditem__pattern__pullquote div.pullquote__quote--open,
      aside.section__pullquote div.pullquote__quote--open {
        width: 3.5em;
        margin-left: 0.5rem;
        margin-top: -4.5rem; }
      .griditem__pattern__pullquote div.pullquote__quote--close,
      aside.section__pullquote div.pullquote__quote--close {
        width: 3.5em;
        margin-top: 1rem;
        margin-right: 0.5rem; } }

.griditem__pattern__pullquote {
  padding: 2rem 4rem; }

/*************************
Pattern 12. Embedded Tweet
**************************/
/**********************************
Pattern 13. Embedded Instagram-post
***********************************/
/****************************************************
Pattern 14. Interview (two styles: QA and name-based)
*****************************************************/
.paragraph--question p {
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  line-height: 1.4; }

.interviewconversation__paragraph td.interviewconversation__voice {
  font-size: 112.5%;
  line-height: 1.7;
  font-weight: 600;
  vertical-align: top;
  padding-right: 1rem; }

.interviewconversation__paragraph tr:nth-of-type(even) td.interviewconversation__voice {
  color: #e27f20; }

.interviewconversation__paragraph tr:nth-of-type(odd) td.interviewconversation__voice {
  color: #0f9fd6; }

.interviewconversation__paragraph td {
  display: table-row; }
  .interviewconversation__paragraph td.interviewconversation__voice::after {
    content: ':'; }

@media screen and (min-width: 60em) {
  .interviewconversation__paragraph td {
    display: table-cell; }
    .interviewconversation__paragraph td.interviewconversation__voice::after {
      content: ''; } }

.section__sectionheader + .section__interviewqa,
.section__sectionheader + .section__interviewconversation {
  margin-top: 2rem; }

/***********************************************
Pattern 15. Contact block for TANDEM team member
************************************************/
.section__contactblock:first-child {
  margin-top: 0; }

.section__contactblock:last-child {
  margin-bottom: 0; }

.section__sectionheader + .section__contactblock {
  margin-top: 2rem; }

.story__section:last-child.section--has_contact_details .section-inner {
  padding-bottom: 2rem; }

.contactblock__team-member,
.contactblock__cta {
  overflow: hidden;
  width: 66.66667%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .contactblock__team-member,
    .contactblock__cta {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .contactblock__team-member,
    .contactblock__cta {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .contactblock__team-member,
    .contactblock__cta {
      width: 83.33333%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      float: none;
      margin-left: auto;
      margin-right: auto;
      text-align: left; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .contactblock__team-member,
    .contactblock__cta {
      padding-left: 1rem;
      padding-right: 1rem; } }

.contactblock__team-member:not(:first-child) {
  margin-top: 2rem; }

.contactblock__cta {
  padding: 1.5rem 0.75rem;
  font-size: 80%;
  margin-bottom: 2rem; }

.contactblock__cta:last-of-type {
  margin-bottom: 0; }

.team-member__info__contact-details:first-child {
  margin-bottom: 1rem; }

.team-member__info__contact-details:last-child {
  margin-bottom: 0; }

li.team-member__name {
  font-weight: 600; }

li.team-member__story-link {
  margin-top: 1rem; }
  li.team-member__story-link .button--small {
    margin-bottom: 0; }

.section--has_contact_details:not(.section--coloured) .button--small {
  border-color: #9fd3d6; }

.section--has_contact_details:not(.section--coloured) .button--small:hover {
  background-color: #9fd3d6;
  color: white; }

.contactblock__image {
  width: 58.33333%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .contactblock__image {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .contactblock__image {
      width: 33.33333%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .contactblock__image {
      padding-left: 1rem;
      padding-right: 1rem; } }

.storyteller-card__image img,
.contactblock__image img {
  border-radius: 50%; }

.contactblock__info {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 40em) {
    .contactblock__info {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .contactblock__info {
      width: 66.66667%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .contactblock__info {
      padding-left: 1rem;
      padding-right: 1rem; } }

/**************************************************
Pattern 16 becomes Content block for TANDEM partner
***************************************************/
/*************************************
Pattern 17. List/Grid of partner logos
**************************************/
/************************************************
Pattern 18. Embedded Gravity forms / Form styles
*************************************************/
select {
  font-size: 0.9rem;
  width: auto;
  background-color: transparent;
  border-width: 2px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99.23728 67.289766'%3E%3Cpath d='M99.2 13v1.3c-.4 0-.2 1-.8 1v1c-.8.2-.4 1.6-1.2 1.7v2.5c-1.6.3-1 2.8-2.5 3.3.3 1.2-1 .8-.8 2-.6.3-1 1-1 1.7-.5.2-1 .6-1 1.2-.2.4-.6.3-1 .4 0 .5 0 .5-.4.5.2 1-.7 1-.4 2-.5.2-.8.6-.8 1.3-.4 0-.3.5-.4.8-.4 0-.4.2-.4.4-.2.6-.7.7-.8 1.2-.3.3-.3.6-.5 1v.3s-1.2.4-.8 1.6c-1 .6-1.5 1.4-1.6 2.6-.5 0-.4.5-.5.8-.4 0-.4.2-.4.4-.3 0-.2.5-.3.8-.4 0-.4.2-.4.4-.6.8-.7 2.2-1.7 2.5-.6.8-.6 2-1.6 2.5-.4 1-1 1.6-1.3 2.8-1.2.6-1.7 2-2.4 3-.8 0-.3 1.2-1.2 1-.2.7-.6 1-1.2 1.4 0 1.2-1 1.2-.8 2.4-.8 0-.8 1-1.6 1.2-.2.4-.4.8-1 1 .2.3 0 .6-.3.7.3.5 1.2.3 1.8.4 0-.6.8-.4.8-1 .7.4 0 .8 0 1.3-.4.2-.7.4-.8.8-.6.3-.7.8-1.3 1-1.2.2-.7-1.2-2-1-.2.2-.7 0-.8 0v.5l-.8.4c-.4.2-.3.5-.6.8 0 0-.5 0-.4.4-1 0-1.7.4-2.4.8v.4h-.4v.4h-.4l-1 .4c-1 .3-1.4-.4-2.3-.4 0-.4-.5-.3-.8-.4-.4 0-.4-.4-1-.4-1.7 0-3 .6-5.2.4 0-.4-.5-.3-.8-.4 0-.4-.2-.4-.4-.4-.3-.4-.5-1-.4-1.7-2.3 0-3.8-.7-6.3-.5-1.6 0-2-1.4-3.7-1.2-.2-.6-.6-1-1.2-1.2 0-.7-1.3-.2-1.2-1.2-.2 0-.7.2-.8 0v-.4l-1-.4c0-.2 0-.6-.3-.8 0 0-.5 0-.4-.4h-.7v-.4h-.8c-.2 0-.3-.8-.4-.8h-.7c0-.4-.6-.4-1-.4.2-.4 0-.4-.3-.5-.3-.3-1-.4-1.6-.4-.7-1-1.6-2-3-2.4-.4-1.4-1.2-2.3-2.3-3-.5-1-1-2.3-2.4-2.5 0-1-.6-1.2-.8-2-.8 0-.3-1.4-1.3-1.2 0-.8-1-.6-.8-1.7-.6-.2-1-.6-1.2-1.2-.4-.5-.4-1.5-1.2-1.6 0-1-1.2-.6-1-1.7-1-.2-1-2-2.3-2.3 0-1.2-1-1.3-.8-2.5-.3-1-1.4-1-1.7-2 0-.6-.7-.7-.8-1.3-.2-.4-.4-.8-.8-1 0-.6-.4-1-1-1 0-.7 0-1.3-.3-1.4.2-1.2-1.3-1-1-2.4-.2-.7-1-1.2-1-2-.5-.8-1-1.3-1.7-1.7.2-1.3-1-1-1.3-2C3 18.2 3 17.2 2 17c.3-2-1.3-2.4-2-3.7-.2-1 1-.8 1-1.6 0-1-1-1-.5-2.2 1 0 .5-1.6 1.6-1.6.4-1.3-.6-1.2-.3-2.5.5 0 .7 0 .8-.4 0-.3.2-.4.4-.4.6-.2.6.3 1 .3.3-.8 0-1-.3-1.6-.7-.3 0-.8 0-1.2.8 0 1-.5 1.7-.5 0 .6 1 .4 1.6.5.5 0 .4-.8.4-1.3 0-.3.4-.4.4-.8.7 0 1.6-.2 1.7.4.3-.3 1-.2 1.2-.8.5 0 .7.7 1.2.8.6 0 .6.4 1.2.4 1.4-.2 2.3.2 3.2.4 1.3.3 1.2-.7 2.5-.4 1.5 0 2.4.8 4 .8.3 1 1 1 2 1.3A3.7 3.7 0 0 0 26.8 5a3.7 3.7 0 0 0 1.6 1.6c0 .6.4.7.4 1.2.5 0 .3.8 1 .8.3.6.2 1.5 1 1.6.3 1 1 1.4 1.3 2 .6.5 1.3.7 1.2 1.7 1.3 0 1.6.8 2.5 1.2l1.2 2.4c1 .3.8 1.6 1.2 2.5 1 .2.7 1.8 1.6 2 .4.5.2 1.3.8 1.4.2.3.5.6.4 1.2.2 1 1.5.8 1.3 2 .8.2.8 1 1.6 1.3-.2.3 0 .6.3.7.3 1 .4 2 .8 3 0 .8 1.3.3 1.4 1 .4 0 .3.6.4 1 .3-.2.4 0 .4.3 1 .3 1 1.7 2.4 1.7H51c1 0 1.5-.6 1.5-1.7 1 0 1-1 .8-2 1 0 .4-1.6 1.7-1.3.4-.5.4-1.5 1.2-1.6-.2-1 .8-.8.4-2 .6-.2 1-.6 1.2-1.2.2-.5.8-.6 1-1.2 0-.2 0-.6.3-.8.2-.2.8-.3 1-.4 0-.2-.2-.8 0-1 0 0 .3.2.3 0v-.7c.6-.2 1-.6 1.2-1.2.5-.2 1-.5.8-1.2 1-.5 1.5-1.3 1.7-2.5.6-.2 1-.6 1.2-1.2.4-.4.3-1 .8-1.3.5-1 1-2 2-2.4-.2-1.2 1-1 1-1.8 0-.5.6-.6.7-1.2.4-.3.3-1 .8-1.2.2-.6.8-.7 1-1.2h2c.3 0 .2-.5.3-1 .5.2.8 0 .8-.3.5 0 .8 0 1-.4-.2-.4 0-.5.3-.5.2-1 1.7-1 2-2 2 .3 2.5-1 3.6-1.7 1 .2 1.7.5 2.5.8h5c0 .4 0 .4.4.4 1-.2.8 1 1.2 1.3.6.2 1 .6 1.3 1.2.4 0 1 0 1-.4.4.3.8.5 1.3.5 0 1 1.5.7 2 1.2 0 2.4-.3 5 2.5 4.5.4 1.7-1.2 1.3-.8 3h1.2z' class='caret' fill='%23E51145' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position-y: center;
  background-position-x: 98%;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-right: 0.4rem;
  height: 2rem; }

.gform_wrapper.gf_browser_gecko select {
  padding-right: 0.3rem !important; }

.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.gform_wrapper ul.gfield_checkbox li {
  display: inline-block;
  height: 1.5em; }
  .gform_wrapper ul.gfield_checkbox li label {
    white-space: nowrap; }
  .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    vertical-align: inherit;
    margin-top: 0;
    margin-left: 1rem; }
  .gform_wrapper ul.gfield_checkbox li:first-child {
    padding-left: 0; }

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  width: auto !important; }

.archive__filter select {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 2em;
  text-transform: uppercase; }
  .archive__filter select:last-child {
    margin-right: 0; }

.gform_wrapper input[type=radio] {
  vertical-align: none;
  background-color: #E51145 !important;
  color: #343438 !important;
  border-color: #E51145 !important; }

.gform_wrapper input[type=submit],
.gform_wrapper input[type=button] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: transparent;
  color: #4c4d53;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #E51145; }
  [data-whatinput='mouse'] .gform_wrapper input[type=submit], [data-whatinput='mouse']
  .gform_wrapper input[type=button] {
    outline: 0; }
  .gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus,
  .gform_wrapper input[type=button]:hover,
  .gform_wrapper input[type=button]:focus {
    background-color: transparent;
    color: #4c4d53; }
  .gform_wrapper input[type=submit]:hover,
  .gform_wrapper input[type=button]:hover {
    background-color: #cd0f3e;
    color: #fefefe; }

.gform_wrapper li.storyteller-select-step-1 {
  display: none; }

.section--coloured select {
  text-transform: none;
  outline: inherit; }

.section--sandbox select, .section--sandbox input[type='text'], .section--sandbox input[type='password'], .section--sandbox input[type='date'], .section--sandbox input[type='datetime'], .section--sandbox input[type='datetime-local'], .section--sandbox input[type='month'], .section--sandbox input[type='week'], .section--sandbox input[type='email'], .section--sandbox input[type='number'], .section--sandbox input[type='search'], .section--sandbox input[type='tel'], .section--sandbox input[type='time'], .section--sandbox input[type='url'], .section--sandbox input[type='color'], .section--sandbox textarea {
  border-color: #E51145; }
  .section--sandbox select:focus, .section--sandbox input[type='text']:focus, .section--sandbox input[type='password']:focus, .section--sandbox input[type='date']:focus, .section--sandbox input[type='datetime']:focus, .section--sandbox input[type='datetime-local']:focus, .section--sandbox input[type='month']:focus, .section--sandbox input[type='week']:focus, .section--sandbox input[type='email']:focus, .section--sandbox input[type='number']:focus, .section--sandbox input[type='search']:focus, .section--sandbox input[type='tel']:focus, .section--sandbox input[type='time']:focus, .section--sandbox input[type='url']:focus, .section--sandbox input[type='color']:focus, .section--sandbox textarea:focus {
    box-shadow: inset 0 0 3px #E51145; }

.section--sandbox select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99.23728 67.289766'%3E%3Cpath d='M99.2 13v1.3c-.4 0-.2 1-.8 1v1c-.8.2-.4 1.6-1.2 1.7v2.5c-1.6.3-1 2.8-2.5 3.3.3 1.2-1 .8-.8 2-.6.3-1 1-1 1.7-.5.2-1 .6-1 1.2-.2.4-.6.3-1 .4 0 .5 0 .5-.4.5.2 1-.7 1-.4 2-.5.2-.8.6-.8 1.3-.4 0-.3.5-.4.8-.4 0-.4.2-.4.4-.2.6-.7.7-.8 1.2-.3.3-.3.6-.5 1v.3s-1.2.4-.8 1.6c-1 .6-1.5 1.4-1.6 2.6-.5 0-.4.5-.5.8-.4 0-.4.2-.4.4-.3 0-.2.5-.3.8-.4 0-.4.2-.4.4-.6.8-.7 2.2-1.7 2.5-.6.8-.6 2-1.6 2.5-.4 1-1 1.6-1.3 2.8-1.2.6-1.7 2-2.4 3-.8 0-.3 1.2-1.2 1-.2.7-.6 1-1.2 1.4 0 1.2-1 1.2-.8 2.4-.8 0-.8 1-1.6 1.2-.2.4-.4.8-1 1 .2.3 0 .6-.3.7.3.5 1.2.3 1.8.4 0-.6.8-.4.8-1 .7.4 0 .8 0 1.3-.4.2-.7.4-.8.8-.6.3-.7.8-1.3 1-1.2.2-.7-1.2-2-1-.2.2-.7 0-.8 0v.5l-.8.4c-.4.2-.3.5-.6.8 0 0-.5 0-.4.4-1 0-1.7.4-2.4.8v.4h-.4v.4h-.4l-1 .4c-1 .3-1.4-.4-2.3-.4 0-.4-.5-.3-.8-.4-.4 0-.4-.4-1-.4-1.7 0-3 .6-5.2.4 0-.4-.5-.3-.8-.4 0-.4-.2-.4-.4-.4-.3-.4-.5-1-.4-1.7-2.3 0-3.8-.7-6.3-.5-1.6 0-2-1.4-3.7-1.2-.2-.6-.6-1-1.2-1.2 0-.7-1.3-.2-1.2-1.2-.2 0-.7.2-.8 0v-.4l-1-.4c0-.2 0-.6-.3-.8 0 0-.5 0-.4-.4h-.7v-.4h-.8c-.2 0-.3-.8-.4-.8h-.7c0-.4-.6-.4-1-.4.2-.4 0-.4-.3-.5-.3-.3-1-.4-1.6-.4-.7-1-1.6-2-3-2.4-.4-1.4-1.2-2.3-2.3-3-.5-1-1-2.3-2.4-2.5 0-1-.6-1.2-.8-2-.8 0-.3-1.4-1.3-1.2 0-.8-1-.6-.8-1.7-.6-.2-1-.6-1.2-1.2-.4-.5-.4-1.5-1.2-1.6 0-1-1.2-.6-1-1.7-1-.2-1-2-2.3-2.3 0-1.2-1-1.3-.8-2.5-.3-1-1.4-1-1.7-2 0-.6-.7-.7-.8-1.3-.2-.4-.4-.8-.8-1 0-.6-.4-1-1-1 0-.7 0-1.3-.3-1.4.2-1.2-1.3-1-1-2.4-.2-.7-1-1.2-1-2-.5-.8-1-1.3-1.7-1.7.2-1.3-1-1-1.3-2C3 18.2 3 17.2 2 17c.3-2-1.3-2.4-2-3.7-.2-1 1-.8 1-1.6 0-1-1-1-.5-2.2 1 0 .5-1.6 1.6-1.6.4-1.3-.6-1.2-.3-2.5.5 0 .7 0 .8-.4 0-.3.2-.4.4-.4.6-.2.6.3 1 .3.3-.8 0-1-.3-1.6-.7-.3 0-.8 0-1.2.8 0 1-.5 1.7-.5 0 .6 1 .4 1.6.5.5 0 .4-.8.4-1.3 0-.3.4-.4.4-.8.7 0 1.6-.2 1.7.4.3-.3 1-.2 1.2-.8.5 0 .7.7 1.2.8.6 0 .6.4 1.2.4 1.4-.2 2.3.2 3.2.4 1.3.3 1.2-.7 2.5-.4 1.5 0 2.4.8 4 .8.3 1 1 1 2 1.3A3.7 3.7 0 0 0 26.8 5a3.7 3.7 0 0 0 1.6 1.6c0 .6.4.7.4 1.2.5 0 .3.8 1 .8.3.6.2 1.5 1 1.6.3 1 1 1.4 1.3 2 .6.5 1.3.7 1.2 1.7 1.3 0 1.6.8 2.5 1.2l1.2 2.4c1 .3.8 1.6 1.2 2.5 1 .2.7 1.8 1.6 2 .4.5.2 1.3.8 1.4.2.3.5.6.4 1.2.2 1 1.5.8 1.3 2 .8.2.8 1 1.6 1.3-.2.3 0 .6.3.7.3 1 .4 2 .8 3 0 .8 1.3.3 1.4 1 .4 0 .3.6.4 1 .3-.2.4 0 .4.3 1 .3 1 1.7 2.4 1.7H51c1 0 1.5-.6 1.5-1.7 1 0 1-1 .8-2 1 0 .4-1.6 1.7-1.3.4-.5.4-1.5 1.2-1.6-.2-1 .8-.8.4-2 .6-.2 1-.6 1.2-1.2.2-.5.8-.6 1-1.2 0-.2 0-.6.3-.8.2-.2.8-.3 1-.4 0-.2-.2-.8 0-1 0 0 .3.2.3 0v-.7c.6-.2 1-.6 1.2-1.2.5-.2 1-.5.8-1.2 1-.5 1.5-1.3 1.7-2.5.6-.2 1-.6 1.2-1.2.4-.4.3-1 .8-1.3.5-1 1-2 2-2.4-.2-1.2 1-1 1-1.8 0-.5.6-.6.7-1.2.4-.3.3-1 .8-1.2.2-.6.8-.7 1-1.2h2c.3 0 .2-.5.3-1 .5.2.8 0 .8-.3.5 0 .8 0 1-.4-.2-.4 0-.5.3-.5.2-1 1.7-1 2-2 2 .3 2.5-1 3.6-1.7 1 .2 1.7.5 2.5.8h5c0 .4 0 .4.4.4 1-.2.8 1 1.2 1.3.6.2 1 .6 1.3 1.2.4 0 1 0 1-.4.4.3.8.5 1.3.5 0 1 1.5.7 2 1.2 0 2.4-.3 5 2.5 4.5.4 1.7-1.2 1.3-.8 3h1.2z' class='caret' fill='%23E51145' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.section--sandbox .gform_wrapper input[type=submit],
.section--sandbox .gform_wrapper input[type=button] {
  background-color: #E51145; }
  .section--sandbox .gform_wrapper input[type=submit]:hover,
  .section--sandbox .gform_wrapper input[type=button]:hover {
    background-color: #cd0f3e; }

select.token-form__collab-select {
  margin-bottom: 0.2em;
  height: 3em;
  width: 85%; }

a.token-form__submit {
  margin: 0 0 0 0.5rem;
  position: relative; }

.section--form-options .section-inner {
  position: relative; }

.section--form-options .section__slice {
  overflow: hidden;
  min-height: 30em;
  margin: 0;
  padding: 2rem 1rem; }

.section--form-options .griditem--cta .emphasisblock--cta .emphasisblock-inner {
  min-height: 22em;
  padding-bottom: 1rem; }

.section__helper {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #E51145; }
  .section__helper.loader-pointer {
    text-align: center; }
  .section__helper.loader-wrapper {
    display: none;
    margin: auto 40%;
    border: 1px solid #E51145;
    width: 20%;
    height: 1rem;
    padding: 0.25rem 0; }

.loader--exchange {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 67.274742 99.65184'%3E%3Cpath d='M13.3 0h1.3c0 .3.8 0 .8.7h1.2c0 .8 1.6.4 1.7 1.2h2.5c.2 1.4 2.8 1 3.2 2.3 1.3-.3.8 1 2 .8.3.6 1 .8 1.7 1 0 .5.5 1 1 1s.4.6.5 1c.4 0 .4 0 .4.4 1-.2.8.7 2 .4.2.4.5.7 1.2.7 0 .4.5.3.8.4 0 .3.2.4.4.4.6.2.7.7 1.3.8.2.3.5.3.8.4h.5s.3 1.3 1.5 1c.5.8 1.3 1.3 2.5 1.5 0 .5.5.4.8.5 0 .4.2.4.4.4 0 .3.5.2 1 .3-.2.4 0 .4.3.4.7.6 2 .6 2.4 1.7.7.6 2 .6 2.4 1.6 1 .5 1.6 1.2 3 1.3.4 1.3 1.7 1.7 2.7 2.5.2.8 1.5.3 1.4 1.2.4.3 1 .7 1 1.3 1.3 0 1.3 1 2.5.8.2 1 1.2 1 1.3 1.8.3.2.7.4.8.8.6 0 .8 0 1 .5.5 0 .3-1 .3-1.6-.5 0-.4-.8-1-.8.4-.7.8 0 1.3 0 .2.4.4.7 1 .8 0 .6.6.7.7 1.2.3 1.3-1.2.8-.8 2 0 .2-.2.8 0 1 0 0 .3-.2.4 0l.4.7c.2.3.5.2.8.4 0 0 0 .6.4.4 0 1.3.4 2 .8 2.6h.4v.4s.4-.2.4 0v.3c.2.3.4.5.4.8.3 1.5-.4 1.7-.4 2.7-.4 0-.3.5-.4.8 0 .4-.4.4-.4.8 0 2 .7 3.2.4 5.4-.4 0-.3.5-.4.8-.3 0-.4.2-.4.4-.4.2-1 .3-1.6.3 0 2.2-.7 3.7-.4 6.2 0 1.5-1.4 2-1.3 3.7-.6.3-1 .7-1.2 1.3-.7 0-.2 1.3-1 1.2v.8h-.5c-.3.2-.4.7-.5.8-.3.4-.6.4-1 .6 0 0 0 .4-.3.3 0 0 .2.7 0 .8h-.4v1l-.8.3v.8c-.4 0-.3.6-.4 1-.3 0-.3 0-.3.4-.3.4-.5 1-.4 1.7-1 .8-2 1.7-2.5 3-1.3.5-2.2 1.3-3 2.4-1 .6-2.2 1-2.3 2.5-1 0-1.3.5-2 .7 0 .8-1.4.3-1.3 1.2-.8 0-.5 1-1.6 1-.2.4-.6 1-1.2 1-.5.4-1.5.4-1.6 1.2-.8 0-.5 1-1.7.8-.2 1.3-2 1.2-2.3 2.5-1 0-1.2 1-2.4 1-1 .2-1 1.3-2 1.6-.6 0-.7.8-1.2 1-.3 0-.7.2-1 .7-.5 0-1 .3-1 .8-.6 0-1.2 0-1.2.4-1.2-.3-1 1.2-2.4.7-.7.4-1.2 1-2 1.3-.8.3-1.3 1-1.7 1.6-1.4 0-1.2 1.2-2 1.3-.2 1-1.2 1-1.4 1.6-2-.2-2.3 1.4-3.6 2-1.2.3-1-.8-1.7-.8-1-.2-1 .8-2 .4 0-1-1.6-.6-1.7-1.6-1.2-.3-1.2.7-2.4.4 0-.5 0-.7-.5-.8-.4 0-.4-.2-.4-.4 0-.7.4-.7.5-1.3-1-.2-1 .2-1.7.3-.2.8-.6 0-1 0 0-.7-.6-.8-.5-1.6.5 0 .3-1 .4-1.6-.2-.4-1-.3-1.3-.3-.4 0-.4-.5-1-.5.2-.6 0-1.5.6-1.6-.4-.3-.3-1-1-1.2.3-.6 1-.7 1-1.2-.2-.7.3-.8.4-1.3-.2-1.5 0-2.4.4-3.4s-.6-1-.3-2.3c0-1.7.8-2.5.8-4 .8-.4 1-1.2 1.2-2.2A3.7 3.7 0 0 0 5 73 3.7 3.7 0 0 0 7 71.2c.6 0 .7-.4 1.2-.5 0-.4.8-.2.8-.8.6-.4 1.6-.4 1.7-1.2.8-.2 1.3-1 2-1.2.4-.5.6-1.2 1.7-1.2 0-1.2.8-1.6 1.2-2.4.8-.4 1.6-1 2.5-1.2.2-1 1.5-1 2.4-1.3 0-1.2 1.7-.8 2-1.7.4-.4 1.2-.3 1.3-.8.3-.3.7-.5 1.2-.4 1 0 .7-1.4 2-1.2 0-.8 1-.8 1.2-1.6.5 0 .7 0 .8-.4 1-.3 2.2-.4 3-.8 1 0 .4-1.2 1.2-1.3 0-.4.5-.3.8-.4 0-.4.2-.5.4-.5.3-1.2 1.8-1 1.7-2.6v-1.3c0-1-.4-1.6-1.5-1.6 0-1-1-1-2-.7 0-1-1.6-.4-1.2-1.7-.6-.3-1.6-.3-1.7-1-1 0-1-1-2-.5-.2-.5-.7-1-1.2-1.2-.6 0-.7-.7-1.3-.8 0-.2-.5-.2-.7-.4l-.4-.8h-1.2v-.4H22c-.3-.6-.7-1-1.3-1.2-.3-.5-.6-1-1.3-1-.4-.8-1.2-1.3-2.5-1.5-.3-.5-.7-1-1.3-1-.3-.5-1-.4-1.2-1-1-.4-2-1-2.5-2-1 .3-.8-.8-1.6-.8-.6-.3-.7-.8-1.3-1-.2-.3-1-.2-1-1-.6 0-.7-.5-1.3-.6v-2c0-.4-.5-.3-.8-.4 0-.5 0-.8-.5-1 0-.3 0-.6-.5-.7-.3 0-.3 0-.4-.4-1-.4-1-2-2-2 .2-2-1-2.7-1.8-3.8.2-1 .5-1.7 1-2.5v-5c.2.2.3 0 .3-.3-.2-1 1-.8 1.3-1.2.2-.6.6-1 1.2-1.3 0-.7 0-1-.5-1.3.2-.3.5-.7.4-1.2 1 0 .6-1.6 1.2-2 2.3 0 5 .3 4.5-2.5 1.7-.4 1.3 1.2 3 .8v-1z' fill='%23F0C063' fill-rule='evenodd'/%3E%3C/svg%3E");
  position: relative;
  top: -90%;
  background-repeat: repeat-x;
  height: 1rem;
  background-size: 0.6rem auto;
  width: 0; }

.loader-wrapper.go {
  display: block; }
  .loader-wrapper.go .loader--exchange {
    display: inline-block;
    animation: exchange--loader 2s infinite; }

@keyframes exchange--loader {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/******************
Pattern 19. Gallery
*******************/
.story__modal--gallery {
  z-index: 9999;
  padding: 3.6rem 1rem;
  background: #fefefe; }

.story__modal--gallery .orbit,
.collaboration__gallery .orbit {
  height: 100% !important;
  width: 100%; }

.gallery--gallery.orbit-container {
  position: absolute !important;
  height: 100% !important;
  width: 100%;
  overflow: visible; }
  .gallery--gallery.orbit-container:focus, .gallery--gallery.orbit-container:active {
    outline: none;
    outline-color: transparent; }
  .gallery--gallery.orbit-container .gallery__item.orbit-slide {
    position: static !important;
    height: 100% !important;
    max-height: 100% !important;
    display: table; }
    .gallery--gallery.orbit-container .gallery__item.orbit-slide:focus, .gallery--gallery.orbit-container .gallery__item.orbit-slide:active {
      outline: none;
      outline-color: transparent; }
    .gallery--gallery.orbit-container .gallery__item.orbit-slide .image__placeholder__thumb {
      display: none; }
  .gallery--gallery.orbit-container figure {
    display: table-cell;
    vertical-align: middle;
    max-height: 100%; }
    .gallery--gallery.orbit-container figure .image__placeholder {
      max-width: 100%;
      height: auto !important;
      padding: 0 !important;
      overflow: hidden; }
    .gallery--gallery.orbit-container figure .image--main {
      position: static;
      max-height: 80vh;
      width: auto;
      margin: auto; }
  .gallery--gallery.orbit-container .gallery__video-wrapper {
    display: table-cell;
    vertical-align: middle; }
  @media screen and (min-width: 40em) {
    .gallery--gallery.orbit-container .gallery__item.gallery__video {
      max-width: 80%;
      margin: auto 10%; } }

.gallery__navigation {
  height: 2em;
  padding: 0 0.5rem; }
  .gallery__navigation:hover {
    background-color: transparent; }
    .gallery__navigation:hover svg path {
      fill: #dc1042; }
  .gallery__navigation:focus {
    background-color: transparent; }
  .gallery__navigation svg {
    height: 100%; }

.gallery__navigation--prev svg {
  transform: rotate(180deg); }

.modal__button--close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  height: 2em;
  width: 2em; }
  .modal__button--close:hover svg path {
    fill: #dc1042; }

.gallery__item.orbit-slide {
  text-align: center; }

.lightbox__image {
  margin: auto; }

/**************************
Pattern 20. Emphasis blocks
***************************/
.section__emphasisblock {
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section__emphasisblock:not(.emphasisblock--full) {
    width: 100%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 40em) {
      .section__emphasisblock:not(.emphasisblock--full) {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 40em) {
      .section__emphasisblock:not(.emphasisblock--full) {
        width: 60%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .section__emphasisblock:not(.emphasisblock--full) {
      padding-left: 1rem;
      padding-right: 1rem; } }
    @media screen and (min-width: 60em) {
      .section__emphasisblock:not(.emphasisblock--full) {
        width: 40%;
        float: left;
        padding-left: 1rem;
        padding-right: 1rem;
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .section__emphasisblock:not(.emphasisblock--full) {
      padding-left: 1rem;
      padding-right: 1rem; } }

.emphasisblock .emphasisblock-inner {
  padding-bottom: 2rem; }

.emphasisblock.emphasisblock--full .emphasisblock-inner,
.emphasisblock.emphasisblock--post-it .emphasisblock-inner {
  padding: 1rem; }
  .emphasisblock.emphasisblock--full .emphasisblock-inner div:not(.post-it-bg),
  .emphasisblock.emphasisblock--post-it .emphasisblock-inner div:not(.post-it-bg) {
    position: relative;
    z-index: 2; }

.documentblock--post-it .emphasisblock-inner,
.emphasisblock--post-it .emphasisblock-inner {
  position: relative; }

.emphasisblock--cta .emphasisblock-inner {
  padding: 1rem;
  overflow: hidden; }

.emphasisblock--cta p a,
.emphasisblock--cta p a:hover {
  background-color: transparent;
  border-bottom: none; }

.emphasisblock--cta:not(.emphasisblock--white) .emphasisblock__subheader,
.emphasisblock--cta:not(.emphasisblock--white) .emphasisblock__paragraph,
.emphasisblock--cta:not(.emphasisblock--white) .emphasisblock__paragraph a,
.emphasisblock--cta:not(.emphasisblock--white) .emphasisblock__paragraph a:hover {
  color: #fefefe; }

@media screen and (min-width: 40em) {
  .section__documentblock .post-it-bg::after,
  .section__emphasisblock .post-it-bg::after {
    display: block;
    content: ' ';
    height: 10rem;
    width: 10rem;
    position: absolute;
    right: -5rem;
    bottom: -4rem;
    background-size: 10em;
    background-repeat: no-repeat;
    background-position: bottom right; } }

.emphasisblock--default .emphasisblock-inner,
.emphasisblock--green-bg-cl .post-it-bg {
  background-color: #b8c7a5;
  border-color: rgba(134, 160, 102, 0.3); }
  @media screen and (min-width: 40em) {
    .emphasisblock--default .emphasisblock-inner::after,
    .emphasisblock--green-bg-cl .post-it-bg::after {
      background-image: url("../images/png/CL_Urban_Transformation_Bubble.png"); } }

.section__documentblock .post-it-bg,
.emphasisblock--orange-bg-cl .post-it-bg {
  background-color: #FEEDD9;
  border-color: rgba(251, 190, 118, 0.3); }
  @media screen and (min-width: 40em) {
    .section__documentblock .post-it-bg::after,
    .emphasisblock--orange-bg-cl .post-it-bg::after {
      background-image: url("../images/png/CL_Democracy_Bubble.png"); } }

.section__documentblock .post-it-bg,
.emphasisblock--pink-bg-cl .post-it-bg {
  background-color: #fbdce2;
  border-color: rgba(241, 128, 150, 0.3); }
  @media screen and (min-width: 40em) {
    .section__documentblock .post-it-bg::after,
    .emphasisblock--pink-bg-cl .post-it-bg::after {
      background-image: url("../images/png/CL_Bubble.png"); } }

.section__documentblock .post-it-bg,
.emphasisblock--blue-bg-cl .post-it-bg {
  background-color: #d9ebed;
  border-color: rgba(148, 199, 204, 0.3); }
  @media screen and (min-width: 40em) {
    .section__documentblock .post-it-bg::after,
    .emphasisblock--blue-bg-cl .post-it-bg::after {
      background-image: url("../images/png/CL_Education_Bubble.png"); } }

.section__documentblock .post-it-bg,
.emphasisblock--yellow-bg-cl .post-it-bg {
  background-color: #e9e5be;
  border-color: rgba(207, 199, 114, 0.3); }
  @media screen and (min-width: 40em) {
    .section__documentblock .post-it-bg::after,
    .emphasisblock--yellow-bg-cl .post-it-bg::after {
      background-image: url("../images/png/CL_Inclusion_Bubble.png"); } }

.section__documentblock .post-it-bg,
.emphasisblock--purple-bg-cl .post-it-bg {
  background-color: #f0e0fd;
  border-color: rgba(194, 128, 247, 0.3); }
  @media screen and (min-width: 40em) {
    .section__documentblock .post-it-bg::after,
    .emphasisblock--purple-bg-cl .post-it-bg::after {
      background-image: url("../images/png/CL_Culture_and_Arts_Bubble.png"); } }

.emphasisblock--white .emphasisblock-inner {
  background-color: #fefefe;
  color: #E51145; }

.emphasisblock--white .emphasisblock-inner p a,
.emphasisblock--white .emphasisblock-inner p a {
  color: #E51145; }

.emphasisblock--pink-cl .emphasisblock-inner {
  background-color: #E51145;
  color: #fefefe; }
  .emphasisblock--pink-cl .emphasisblock-inner a.button--large:hover,
  .emphasisblock--pink-cl .emphasisblock-inner a.button--small:hover {
    color: #343438; }

.emphasisblock--black-tandem .emphasisblock-inner {
  background-color: #4c4d53; }
  .emphasisblock--black-tandem .emphasisblock-inner a.button--large:hover,
  .emphasisblock--black-tandem .emphasisblock-inner a.button--small:hover {
    color: #4c4d53; }

.documentblock__sectionheader,
.emphasisblock__subheader {
  margin-top: 1rem;
  text-align: center; }

.emphasisblock--cta {
  position: relative; }

.emphasisblock--cta .emphasisblock__subheader {
  text-transform: uppercase; }

.documentblock__paragraph,
.emphasisblock__paragraph {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem; }
  .documentblock__paragraph p:last-child,
  .documentblock__paragraph ul:last-child,
  .emphasisblock__paragraph p:last-child,
  .emphasisblock__paragraph ul:last-child {
    margin-bottom: 0.25rem; }

.emphasisblock--cta .emphasisblock__paragraph {
  text-align: center; }

.section__documentblock li,
.section__emphasisblock li {
  list-style: none;
  padding-left: 1.5rem;
  margin-top: 0.75rem;
  background-size: 0.75rem auto;
  background-position: center left;
  background-repeat: no-repeat; }

.emphasisblock--pink-bg-cl li {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0'?%3E%3Csvg viewBox='0 0 120 120' version='1.1'  xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60' cy='60' r='50' fill='%23E51145' /%3E%3C/svg%3E"); }

.emphasisblock--pink-bg-cl .post-it-bg::after {
  background-image: url("../images/png/CL_Bubble_simple.png"); }

.emphasisblock--yellow-bg-cl li {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0'?%3E%3Csvg viewBox='0 0 120 120' version='1.1'  xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60' cy='60' r='50' fill='%23B5A825' /%3E%3C/svg%3E"); }

.emphasisblock--blue-bg-cl li {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0'?%3E%3Csvg viewBox='0 0 120 120' version='1.1'  xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60' cy='60' r='50' fill='%23007586' /%3E%3C/svg%3E"); }

.emphasisblock--purple-bg-cl li {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0'?%3E%3Csvg viewBox='0 0 120 120' version='1.1'  xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60' cy='60' r='50' fill='%23a22cf5' /%3E%3C/svg%3E"); }

.emphasisblock--green-bg-cl li {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0'?%3E%3Csvg viewBox='0 0 120 120' version='1.1'  xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60' cy='60' r='50' fill='%2372904d' /%3E%3C/svg%3E"); }

.emphasisblock--pink-cl li {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0'?%3E%3Csvg viewBox='0 0 120 120' version='1.1'  xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60' cy='60' r='50' fill='%23FFF' /%3E%3C/svg%3E"); }

.emphasisblock__imagesvg {
  width: 60%;
  margin: 2rem auto; }
  .emphasisblock__imagesvg svg {
    width: 100%;
    height: auto; }

@media screen and (min-width: 40em) {
  .emphasisblock--full .emphasisblock-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .emphasisblock--full .emphasisblock-inner .emphasisblock__paragraph,
    .emphasisblock--full .emphasisblock-inner .emphasisblock__imagesvg,
    .emphasisblock--full .emphasisblock-inner .emphasisblock__subheader,
    .emphasisblock--full .emphasisblock-inner .emphasisblock__button-wrapper {
      min-width: 10em;
      -ms-flex-item-align: center middle;
      align-self: center middle;
      -ms-flex: 1;
      flex: 1; }
    .emphasisblock--full .emphasisblock-inner .emphasisblock__imagesvg {
      margin: 1rem auto; }
    .emphasisblock--full .emphasisblock-inner .emphasisblock__subheader {
      margin-top: 0; } }

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

.section__emphasisblock.emphasisblock--left,
.section__emphasisblock.emphasisblock--right,
.section__emphasisblock.emphasisblock--left + .section__slice,
.section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right,
.section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left,
.section__emphasisblock.emphasisblock--right + .section__slice {
  clear: none;
  width: 95%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  float: none;
  margin-left: auto;
  margin-right: auto; }
  .section__emphasisblock.emphasisblock--left > .section__slice,
  .section__emphasisblock.emphasisblock--right > .section__slice,
  .section__emphasisblock.emphasisblock--left + .section__slice > .section__slice,
  .section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right > .section__slice,
  .section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left > .section__slice,
  .section__emphasisblock.emphasisblock--right + .section__slice > .section__slice {
    width: 50%;
    float: left; }
    .section__emphasisblock.emphasisblock--left > .section__slice:nth-of-type(1n),
    .section__emphasisblock.emphasisblock--right > .section__slice:nth-of-type(1n),
    .section__emphasisblock.emphasisblock--left + .section__slice > .section__slice:nth-of-type(1n),
    .section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right > .section__slice:nth-of-type(1n),
    .section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left > .section__slice:nth-of-type(1n),
    .section__emphasisblock.emphasisblock--right + .section__slice > .section__slice:nth-of-type(1n) {
      clear: none; }
    .section__emphasisblock.emphasisblock--left > .section__slice:nth-of-type(2n+1),
    .section__emphasisblock.emphasisblock--right > .section__slice:nth-of-type(2n+1),
    .section__emphasisblock.emphasisblock--left + .section__slice > .section__slice:nth-of-type(2n+1),
    .section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right > .section__slice:nth-of-type(2n+1),
    .section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left > .section__slice:nth-of-type(2n+1),
    .section__emphasisblock.emphasisblock--right + .section__slice > .section__slice:nth-of-type(2n+1) {
      clear: both; }
    .section__emphasisblock.emphasisblock--left > .section__slice:last-child,
    .section__emphasisblock.emphasisblock--right > .section__slice:last-child,
    .section__emphasisblock.emphasisblock--left + .section__slice > .section__slice:last-child,
    .section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right > .section__slice:last-child,
    .section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left > .section__slice:last-child,
    .section__emphasisblock.emphasisblock--right + .section__slice > .section__slice:last-child {
      float: left; }
  @media screen and (min-width: 40em) {
    .section__emphasisblock.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right,
    .section__emphasisblock.emphasisblock--left + .section__slice,
    .section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right,
    .section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right + .section__slice {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .section__emphasisblock.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right,
    .section__emphasisblock.emphasisblock--left + .section__slice,
    .section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right,
    .section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right + .section__slice {
      width: 85%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .section__emphasisblock.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right,
    .section__emphasisblock.emphasisblock--left + .section__slice,
    .section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right,
    .section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right + .section__slice {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
    .section__emphasisblock.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right,
    .section__emphasisblock.emphasisblock--left + .section__slice,
    .section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right,
    .section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right + .section__slice {
      width: 41.66667%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .section__emphasisblock.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right,
    .section__emphasisblock.emphasisblock--left + .section__slice,
    .section__emphasisblock.emphasisblock--left + .section__slice.emphasisblock--right,
    .section__emphasisblock.emphasisblock--right + .section__slice.emphasisblock--left,
    .section__emphasisblock.emphasisblock--right + .section__slice {
      padding-left: 1rem;
      padding-right: 1rem; } }

.emphasisblock--left + .section__slice {
  float: none !important; }

@media screen and (min-width: 60em) {
  .emphasisblock--left {
    margin-left: 8.33333%; }
    .emphasisblock--left + .section__slice,
    .emphasisblock--left + .section__slice.emphasisblock--right {
      float: left !important; }
      .emphasisblock--left + .section__slice:last-child:last-child,
      .emphasisblock--left + .section__slice.emphasisblock--right:last-child:last-child {
        float: left; } }

.emphasisblock--right + .section__slice {
  float: none !important; }

@media screen and (min-width: 60em) {
  .emphasisblock--right {
    position: relative;
    left: 50%; }
    .emphasisblock--right:last-child:last-child {
      float: left; }
    .emphasisblock--right + .section__slice,
    .emphasisblock--right + .section__slice.emphasisblock--left {
      float: left !important;
      position: relative;
      left: -33.33333%; } }

/*****************************
Pattern 20.5 Documentblock
*****************************/
.documentblock-inner {
  padding: 1rem; }

.documentblock__file-list li {
  background-repeat: no-repeat;
  padding-left: 1.5em;
  background-size: 1em;
  background-position: left center;
  color: #343438; }

.griditem--documentblock .griditem__content {
  padding: 0;
  background: transparent; }

.griditem--documentblock .post-it-bg {
  z-index: 0;
  transform: none; }

.griditem--documentblock .documentblock__sectionheader,
.griditem--documentblock .documentblock__paragraph,
.griditem--documentblock .documentblock__paragraph a {
  position: relative;
  z-index: 1; }

.griditem--documentblock .documentblock__paragraph a:hover {
  color: #343438;
  border-bottom: 2px solid #E51145; }

.griditem--documentblock .documentblock__paragraph {
  text-align: left; }

.griditem--documentblock .documentblock__sectionheader {
  text-transform: uppercase;
  font-size: 80%; }

/********************************************
Pattern 21 & 22 Grids
*********************************************/
.masonry__grid-sizer,
.archive__grid__griditem {
  width: 100%; }

.masonry__gutter-sizer {
  width: 0; }

.featuredgrid__griditem {
  min-width: 100%; }

@media screen and (min-width: 40em) {
  .masonry__grid-sizer,
  .archive__grid__griditem,
  .featuredgrid__griditem,
  .search .griditem--participant,
  .page-template-archive .griditem--participant {
    min-width: auto;
    width: 48.5%;
    padding-bottom: 1rem; }
  .masonry__gutter-sizer {
    width: 3%; }
  .post-type-archive-participant .masonry__grid-sizer,
  .post-type-archive-participant .griditem--participant {
    width: 32%; }
  .post-type-archive-participant .masonry__gutter-sizer {
    width: 2%; } }

@media screen and (min-width: 60em) {
  .post-type-archive-participant .masonry__grid-sizer,
  .post-type-archive-participant .griditem--participant {
    width: 23.5%; }
  .masonry__grid-sizer,
  .archive__grid__griditem,
  .featuredgrid__griditem,
  .search .griditem--participant,
  .page-template-archive .griditem--participant {
    width: 32%; }
  .masonry__gutter-sizer {
    width: 2%; }
  .post-type-archive-participant .masonry__gutter-sizer {
    width: 2%; } }

.archive__grid__masonry {
  padding-bottom: 4rem; }

.archive__grid__load-more {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .archive__grid__load-more .button {
    border: 2px solid #9fd3d6; }

@media screen and (min-width: 40em) {
  .facets-active .archive__grid .masonry__grid-sizer,
  .facets-active .archive__grid .archive__grid__griditem {
    width: 48.5%;
    padding: 0; }
  .facets-active .archive__grid .masonry__gutter-sizer {
    width: 3%; } }

@media screen and (min-width: 75em) {
  .facets-active .archive__grid .masonry__grid-sizer,
  .facets-active .archive__grid .archive__grid__griditem {
    width: 32%; }
  .facets-active .archive__grid .masonry__gutter-sizer {
    width: 2%; } }

.collaboration__media__grid .masonry__grid-sizer,
.collaboration__media__grid .collaboration__griditem {
  width: 100%; }

.collaboration__media__grid .masonry__gutter-sizer {
  width: 0; }

@media screen and (min-width: 40em) {
  .collaboration__media__grid .masonry__grid-sizer,
  .collaboration__media__grid .collaboration__griditem {
    width: 48.5%;
    padding: 0; }
  .collaboration__media__grid .masonry__gutter-sizer {
    width: 3%; } }

@media screen and (min-width: 60em) {
  .collaboration__media__grid .masonry__grid-sizer,
  .collaboration__media__grid .collaboration__griditem {
    width: 32%; }
  .collaboration__media__grid .masonry__gutter-sizer {
    width: 2%; } }

section.section--has_grid .section-inner {
  padding: 0 1rem; }

.collaboration__griditem {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem; }

.simplegrid__griditem,
.relatedgrid__griditem {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 40em) {
    .simplegrid__griditem,
    .relatedgrid__griditem {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .simplegrid__griditem.griditem--grid_sixth,
    .relatedgrid__griditem.griditem--grid_sixth {
      width: 33.33333%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      padding: 1rem;
      background-color: #fefefe; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .simplegrid__griditem.griditem--grid_sixth,
    .relatedgrid__griditem.griditem--grid_sixth {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .simplegrid__griditem.griditem--grid_half, .simplegrid__griditem.griditem--grid_third, .simplegrid__griditem.griditem--grid_fourth, .simplegrid__griditem.griditem--grid_two_third,
    .relatedgrid__griditem.griditem--grid_half,
    .relatedgrid__griditem.griditem--grid_third,
    .relatedgrid__griditem.griditem--grid_fourth,
    .relatedgrid__griditem.griditem--grid_two_third {
      width: 50%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .simplegrid__griditem.griditem--grid_half, .simplegrid__griditem.griditem--grid_third, .simplegrid__griditem.griditem--grid_fourth, .simplegrid__griditem.griditem--grid_two_third,
    .relatedgrid__griditem.griditem--grid_half,
    .relatedgrid__griditem.griditem--grid_third,
    .relatedgrid__griditem.griditem--grid_fourth,
    .relatedgrid__griditem.griditem--grid_two_third {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) and (max-width: 59.9375em) {
    .simplegrid__griditem.griditem--grid_third > .column, .simplegrid__griditem.griditem--grid_third > .columns,
    .relatedgrid__griditem.griditem--grid_third > .column,
    .relatedgrid__griditem.griditem--grid_third > .columns {
      width: 50%;
      float: left; }
      .simplegrid__griditem.griditem--grid_third > .column:nth-of-type(1n), .simplegrid__griditem.griditem--grid_third > .columns:nth-of-type(1n),
      .relatedgrid__griditem.griditem--grid_third > .column:nth-of-type(1n),
      .relatedgrid__griditem.griditem--grid_third > .columns:nth-of-type(1n) {
        clear: none; }
      .simplegrid__griditem.griditem--grid_third > .column:nth-of-type(2n+1), .simplegrid__griditem.griditem--grid_third > .columns:nth-of-type(2n+1),
      .relatedgrid__griditem.griditem--grid_third > .column:nth-of-type(2n+1),
      .relatedgrid__griditem.griditem--grid_third > .columns:nth-of-type(2n+1) {
        clear: both; }
      .simplegrid__griditem.griditem--grid_third > .column:last-child, .simplegrid__griditem.griditem--grid_third > .columns:last-child,
      .relatedgrid__griditem.griditem--grid_third > .column:last-child,
      .relatedgrid__griditem.griditem--grid_third > .columns:last-child {
        float: left; }
    .simplegrid__griditem.griditem--grid_third:nth-child(2n+1):last-child,
    .relatedgrid__griditem.griditem--grid_third:nth-child(2n+1):last-child {
      margin-left: 25%; } }
  @media screen and (min-width: 60em) {
    .simplegrid__griditem.griditem--grid_sixth,
    .relatedgrid__griditem.griditem--grid_sixth {
      width: 33.33333%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      padding: 1rem;
      background-color: #fefefe; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .simplegrid__griditem.griditem--grid_sixth,
    .relatedgrid__griditem.griditem--grid_sixth {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
    .simplegrid__griditem.griditem--grid_fourth,
    .relatedgrid__griditem.griditem--grid_fourth {
      width: 25%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .simplegrid__griditem.griditem--grid_fourth,
    .relatedgrid__griditem.griditem--grid_fourth {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
    .simplegrid__griditem.griditem--grid_third,
    .relatedgrid__griditem.griditem--grid_third {
      width: 33.33333%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .simplegrid__griditem.griditem--grid_third,
    .relatedgrid__griditem.griditem--grid_third {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
    .simplegrid__griditem.griditem--grid_two_third,
    .relatedgrid__griditem.griditem--grid_two_third {
      width: 66.66667%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .simplegrid__griditem.griditem--grid_two_third,
    .relatedgrid__griditem.griditem--grid_two_third {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .simplegrid__griditem.griditem--cta,
  .relatedgrid__griditem.griditem--cta {
    margin-top: 0; }

.featuredgrid__griditem,
.simplegrid__griditem,
.relatedgrid__griditem,
.archive__grid__griditem {
  margin-bottom: 1rem; }
  @media screen and (min-width: 60em) {
    .featuredgrid__griditem,
    .simplegrid__griditem,
    .relatedgrid__griditem,
    .archive__grid__griditem {
      margin-bottom: 0; } }

.section__sectionheader + .section__simplegrid {
  margin-top: 2rem; }

.simplegrid__griditem:first-child:last-child,
.relatedgrid__griditem:first-child:last-child {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.griditem__content {
  position: relative;
  padding: 0; }

.griditem__content-border {
  border: 3px solid transparent; }

.griditem:hover .griditem__content-border {
  border-color: #E51145; }

.griditem__content-inner {
  position: relative;
  padding: 2.75rem 1rem 1rem 1rem;
  background-color: #fefefe; }

.griditem--cta .griditem__content {
  padding: 0; }

.griditem--pattern .griditem__content {
  background: transparent; }

.griditem--paragraph .griditem__content,
.griditem--pull_quote .griditem__content {
  text-align: inherit; }

.griditem--collaboration .griditem__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.griditem--cta .griditem__emphasisblock p,
.griditem__content p {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

.griditem--programme_round .griditem__content,
.griditem--pattern .griditem__content {
  padding: 0;
  height: 100%;
  width: 100%;
  display: table; }

.griditem--pattern .griditem__pattern {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 0 1em; }

.griditem--image .griditem__pattern {
  padding: 0; }

.griditem__meta,
.griditem__title,
.griditem__tags {
  margin-bottom: 1rem; }

.griditem__title {
  color: #343438; }

.griditem__meta,
.griditem__intro-wrapper,
.griditem__collaboration-info {
  font-size: 80%; }

.griditem__read-full-story a,
.storyteller__read-full-story a {
  color: #E51145;
  font-size: 80%;
  font-weight: 700; }

.storyteller__read-full-story a,
.griditem__read-full-story a,
a.read-full-story,
.emphasisblock--white a.read-full-story {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-right: 1.5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1600 960q0 54-37 91l-651 651q-39 37-91 37-51 0-90-37l-75-75q-38-38-38-91t38-91l293-293h-704q-52 0-84.5-37.5t-32.5-90.5v-128q0-53 32.5-90.5t84.5-37.5h704l-293-294q-38-36-38-90t38-90l75-75q38-38 90-38 53 0 91 38l651 651q37 35 37 90z' fill='%23E51145'/%3E%3C/svg%3E");
  background-size: auto 1em;
  background-repeat: no-repeat;
  background-position: right center; }

.emphasisblock--cta:not(.emphasisblock--white) a.read-full-story {
  padding-right: 1.25em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1600 960q0 54-37 91l-651 651q-39 37-91 37-51 0-90-37l-75-75q-38-38-38-91t38-91l293-293h-704q-52 0-84.5-37.5t-32.5-90.5v-128q0-53 32.5-90.5t84.5-37.5h704l-293-294q-38-36-38-90t38-90l75-75q38-38 90-38 53 0 91 38l651 651q37 35 37 90z' fill='%23EFEFEF'/%3E%3C/svg%3E"); }

.griditem__image {
  width: 100%;
  overflow: hidden; }

.griditem__button-wrapper,
.griditem__emphasisblock div:last-child.emphasisblock__button-wrapper,
.griditem--programme_round div:nth-last-child(2).emphasisblock__button-wrapper {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: center; }

.griditem--programme_round div:nth-last-child(2).emphasisblock__button-wrapper {
  bottom: 3.25rem; }

.griditem--programme_round div:nth-last-child(3).emphasisblock__button-wrapper {
  bottom: 5rem; }

.griditem--participant .griditem__content-border {
  background-color: #fefefe; }

.griditem--participant .griditem__content-inner {
  padding-top: 1rem; }

.griditem--participant .participant__image {
  padding: 1rem 2rem;
  max-width: 15rem;
  margin: auto; }

.griditem--participant .griditem__title,
.griditem--participant .griditem__subtitle {
  text-align: center; }

.griditem--participant .griditem__title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 110%; }

.griditem--participant .griditem__subtitle {
  font-size: 100%;
  margin-bottom: 1rem; }

.griditem--participant .participant__details__items {
  font-weight: 600;
  margin-bottom: 0.5rem; }

.griditem--participant td {
  font-size: 90%;
  padding: 0 0 0.4rem;
  line-height: 1.2; }

.griditem__content--member a, .griditem__content--member h5 {
  color: #E51145; }

.griditem__content--member .griditem__read-full-story a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1600 960q0 54-37 91l-651 651q-39 37-91 37-51 0-90-37l-75-75q-38-38-38-91t38-91l293-293h-704q-52 0-84.5-37.5t-32.5-90.5v-128q0-53 32.5-90.5t84.5-37.5h704l-293-294q-38-36-38-90t38-90l75-75q38-38 90-38 53 0 91 38l651 651q37 35 37 90z' fill='%23E51145'/%3E%3C/svg%3E"); }

.griditem:hover .griditem__content--adviser .griditem__content-border {
  border-color: #007586; }

.griditem__content--adviser a, .griditem__content--adviser h5 {
  color: #007586; }

.griditem__content--adviser .griditem__read-full-story a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1600 960q0 54-37 91l-651 651q-39 37-91 37-51 0-90-37l-75-75q-38-38-38-91t38-91l293-293h-704q-52 0-84.5-37.5t-32.5-90.5v-128q0-53 32.5-90.5t84.5-37.5h704l-293-294q-38-36-38-90t38-90l75-75q38-38 90-38 53 0 91 38l651 651q37 35 37 90z' fill='%23007586'/%3E%3C/svg%3E"); }

.griditem:hover .griditem__content--friend .griditem__content-border {
  border-color: #ED8700; }

.griditem__content--friend a, .griditem__content--friend h5 {
  color: #ED8700; }

.griditem__content--friend .griditem__read-full-story a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1600 960q0 54-37 91l-651 651q-39 37-91 37-51 0-90-37l-75-75q-38-38-38-91t38-91l293-293h-704q-52 0-84.5-37.5t-32.5-90.5v-128q0-53 32.5-90.5t84.5-37.5h704l-293-294q-38-36-38-90t38-90l75-75q38-38 90-38 53 0 91 38l651 651q37 35 37 90z' fill='%23ED8700'/%3E%3C/svg%3E"); }

/************************
Pattern 23. Map interface
*************************/
.map__marker__image {
  height: 14px;
  width: 14px;
  position: relative;
  top: -3px; }

.map__marker__label {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  border: 2px solid #E51145;
  background-color: #fff;
  position: relative;
  left: 14px;
  top: -2px; }

.category-programme-review .map__marker__label {
  display: none; }

/*********************
ARTICLE META STYLES
*********************/
.story__meta-wrapper {
  pointer-events: none; }
  @media screen and (min-width: 75em) {
    .story__meta-wrapper {
      position: absolute;
      width: 100%;
      left: 0;
      margin-top: 0; } }

@media screen and (min-width: 75em) {
  .story__meta {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto; }
    .story__meta::before, .story__meta::after {
      content: ' ';
      display: table; }
    .story__meta::after {
      clear: both; } }

.story__meta-inner {
  border-left: 2px solid #F6F2ED;
  pointer-events: visible;
  padding: 1rem;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 75em) {
    .story__meta-inner {
      width: 16.66667%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: 83.33333%;
      padding: 1rem;
      min-width: 13em;
      min-height: 13em; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    .story__meta-inner {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 75em) {
      .story__meta-inner .story__meta__tag span {
        display: block;
        max-width: 11.5em;
        text-overflow: ellipsis;
        overflow: hidden; } }

.story__meta__item--category,
.story__meta__item--storytellers,
.story__meta__item--date {
  font-size: 80%; }

.story__meta__item--storyteller {
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .story__meta__item--storyteller {
      display: inline-block;
      margin-right: 1rem; } }
  @media screen and (min-width: 90em) {
    .story__meta__item--storyteller {
      clear: both;
      display: block; }
      .story__meta__item--storyteller:last-of-type {
        margin-bottom: 0; } }
  .story__meta__item--storyteller h6 {
    line-height: 1;
    margin-bottom: 0; }
  .story__meta__item--storyteller .storyteller-info {
    overflow: hidden; }

.story__meta__item--date,
.story__meta__item--tags {
  margin-bottom: 1.5rem; }

.story__meta__item--category .tag,
.griditem__tag.category {
  background-color: #E51145;
  color: #fefefe; }

.story__meta__item__header {
  display: block;
  margin-bottom: 0.5rem; }

.social-icons-list {
  margin-bottom: 0;
  line-height: 0; }

.social-icons-list__item {
  display: inline-block;
  margin-left: 0.5rem; }
  .social-icons-list__item:first-child {
    margin-left: 0; }

.social-icons-list__link__icon {
  display: block;
  width: 2em;
  height: 2em;
  outline: none; }
  .social-icons-list__link__icon svg, .social-icons-list__link__icon image {
    width: 100%;
    height: auto; }

.social-icons-list__link__icon:hover {
  cursor: pointer; }

.page__footer .social-icons-list {
  margin-top: 0.5rem; }

.page__footer .social-icons-list__item {
  display: inline-block;
  line-height: 0; }

.page__footer .social-icons-list__link__icon {
  width: 2em;
  height: 1.5em; }
  .page__footer .social-icons-list__link__icon g.logo path,
  .page__footer .social-icons-list__link__icon path.logo {
    fill: #E51145; }
  .page__footer .social-icons-list__link__icon g.box,
  .page__footer .social-icons-list__link__icon path.box {
    fill: #fefefe; }

.page__footer span {
  vertical-align: middle;
  color: #fefefe;
  font-weight: 600; }

.story__footer .social-icons-list,
.section--has_social_icons .social-icons-list {
  text-align: center; }

.story__footer .social-icons-list__link__icon path.circle,
.section--has_social_icons .social-icons-list__link__icon path.circle {
  transition: fill 1s; }

.story__footer .social-icons-list__link__icon:hover path.circle,
.section--has_social_icons .social-icons-list__link__icon:hover path.circle {
  fill: #eba847;
  transition: fill 1s; }

.story__footer .social-icons-list__item:last-child .social-icons-list__link__icon,
.section--has_social_icons .social-icons-list__item:last-child .social-icons-list__link__icon {
  margin-right: 0; }

.section--has_social_icons .social-icons-list__link__icon {
  width: 6em;
  height: 6.5em;
  margin-right: 2em; }

.section--has_social_icons.section--blue-1-web .social-icons-list__link__icon path.circle {
  fill: #0f9fd6; }

.section--has_social_icons.section--blue-1-web .social-icons-list__link__icon:hover path.circle {
  fill: #1f588e; }

.section--has_social_icons.section--sandbox .social-icons-list__link__icon path.circle {
  fill: #eaab73; }

.section--has_social_icons.section--sandbox .social-icons-list__link__icon:hover path.circle {
  fill: #E51145; }

.story__footer .social-icons-list__link__icon {
  width: 3em;
  height: 3.25em;
  margin-right: 1em; }

/*********************
ARTICLE EXTRAS STYLES
*********************/
.section--featured-stories {
  position: relative; }

.labs-wrapper {
  position: relative;
  overflow: hidden; }
  .labs-wrapper h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #A0A0A0; }

#labs {
  position: relative;
  width: 14em;
  height: 14em;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  margin: 20% auto;
  padding: 0; }
  #labs a {
    display: block; }
  #labs + figcaption p {
    text-align: center; }
  #labs > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    height: 10%;
    margin: -5%; }
    #labs > *:nth-of-type(1) {
      transform: rotate(-90deg) translate(7em) rotate(90deg); }
    #labs > *:nth-of-type(2) {
      transform: rotate(-18deg) translate(7em) rotate(18deg); }
    #labs > *:nth-of-type(3) {
      transform: rotate(54deg) translate(7em) rotate(-54deg); }
    #labs > *:nth-of-type(4) {
      transform: rotate(126deg) translate(7em) rotate(-126deg); }
    #labs > *:nth-of-type(5) {
      transform: rotate(198deg) translate(7em) rotate(-198deg); }
  #labs a {
    width: 8em;
    margin-top: -4em;
    margin-left: -4em; }
  #labs img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 40em) {
    #labs {
      position: relative;
      width: 28em;
      height: 28em;
      padding: 0;
      border-radius: 50%;
      list-style: none; }
      #labs > * {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10%;
        height: 10%;
        margin: -5%; }
        #labs > *:nth-of-type(1) {
          transform: rotate(-90deg) translate(14em) rotate(90deg); }
        #labs > *:nth-of-type(2) {
          transform: rotate(-18deg) translate(14em) rotate(18deg); }
        #labs > *:nth-of-type(3) {
          transform: rotate(54deg) translate(14em) rotate(-54deg); }
        #labs > *:nth-of-type(4) {
          transform: rotate(126deg) translate(14em) rotate(-126deg); }
        #labs > *:nth-of-type(5) {
          transform: rotate(198deg) translate(14em) rotate(-198deg); }
      #labs a {
        width: 15em;
        margin-top: -7.5em;
        margin-left: -7.5em; } }

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

/*****************************
CITIZENSLAB FUNDER PAGE STYLES
******************************/
.page-id-226 .section--has_grid:not(.story__relatedcontent) {
  background-color: #fefefe; }

/****************************
CITIZENSLAB LABS PAGE STYLES
****************************/
.page-id-118 #main {
  background-color: #fefefe;
  padding-bottom: 0; }

.page-id-118 .main-inner {
  padding-top: 0;
  max-width: inherit; }

.page-id-118 article {
  padding: 0; }

.page-id-118 .story__footer {
  background-color: transparent; }
  .page-id-118 .story__footer .section-inner {
    padding: 4rem 0;
    background-color: transparent; }

.page-id-118 .griditem__content-border {
  height: 100%;
  background-color: #fefefe; }

/****************************
CITIZENSLAB LAB SUBPAGE STYLES
****************************/
.parent-pageid-118 .lab_grid__sectionheader {
  text-align: center;
  margin: 2rem; }

/****************************
CITIZENSLAB HOME PAGE STYLES
****************************/
@media screen and (min-width: 40em) {
  .home .story__section {
    padding: 0 1rem; } }

.home .story__section:first-of-type {
  margin-top: 0; }

.home .section-inner {
  padding-top: 0; }

.home .section__slice {
  margin-top: 2rem; }

/*****************************
CITIZENSLAB STORY PAGE STYLES
******************************/
.story__meta__image {
  width: 3em;
  float: left;
  margin-right: 1rem; }
  .story__meta__image img {
    border-radius: 50% 50%; }

.story__contactblock {
  background: #fefefe;
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 2rem; }

.storyteller__main-inner--image {
  max-width: 15em;
  margin: 1rem auto; }

.storyteller__details__item:first-of-type {
  padding-right: 4rem; }

.storyteller__read-full-story {
  margin-top: 2rem; }

.story__section.section--has_form {
  background: #fefefe; }

/*****************************
CITIZENSLAB MEMBER PAGE STYLES
******************************/
.participant__title__type,
.storyteller__title__type {
  font-size: 95%;
  display: block; }
  @media screen and (min-width: 40em) {
    .participant__title__type,
    .storyteller__title__type {
      display: inline;
      position: relative;
      top: -0.0625em;
      margin-left: 0.75rem; }
      .participant__title__type::before,
      .storyteller__title__type::before {
        content: '| '; } }

.participant__main-inner--image {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem; }
  .participant__main-inner--image figure {
    margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .participant__main-inner--image {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .participant__main-inner--image:last-child:last-child {
    float: left; }
  @media screen and (min-width: 60em) {
    .participant__main-inner--image {
      width: 25%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .participant__main-inner--image {
      padding-left: 1rem;
      padding-right: 1rem; } }

.storyteller__main-inner--image {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem; }
  .storyteller__main-inner--image figure {
    margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .storyteller__main-inner--image {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .storyteller__main-inner--image:last-child:last-child {
    float: left; }
  @media screen and (min-width: 60em) {
    .storyteller__main-inner--image {
      width: 16.66667%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .storyteller__main-inner--image {
      padding-left: 1rem;
      padding-right: 1rem; } }

.participant__main-inner--image figure {
  max-width: 15em; }

.participant__main-inner--info {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 40em) {
    .participant__main-inner--info {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
    .participant__main-inner--info {
      width: 66.66667%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .participant__main-inner--info {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
      .participant__main-inner--info:last-child:last-child {
        float: left; } }


.storyteller__main-inner--info {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 40em) {
    
    .storyteller__main-inner--info {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
    
    .storyteller__main-inner--info {
      width: 79.16667%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-left: small 2rem medium 2rem/2;
      padding-right: small 2rem medium 2rem/2; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    
    .storyteller__main-inner--info {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
      
      .storyteller__main-inner--info:last-child:last-child {
        float: left; } }

.participant__details__items {
  width: 100%; }

.participant .participant__details__item-label {
  font-size: 1.2em; }

.participant__details__item-label {
  min-width: 8em;
  width: 8em; }

.participant__details__item-content {
  min-width: 10em;
  width: auto; }
  .participant__details__item-content a:not(.participant__details__tag),
  .participant__details__item-content a.participant__details__tag span {
    border-bottom: 2px solid #E51145;
    background-color: transparent;
    transition: background-color 0.5s; }
    .participant__details__item-content a:not(.participant__details__tag):hover,
    .participant__details__item-content a.participant__details__tag span:hover {
      color: #fefefe;
      background-color: #E51145; }
  .participant__details__item-content a.participant__details__tag::after {
    border-bottom-width: 0; }
  .participant__details__item-content a.participant__details__tag:hover::after {
    background-color: transparent; }

.single-participant .participant__details__items td {
  padding-bottom: 1rem; }

.participant__title-wrapper,
.participant__details__headline {
  margin-bottom: 2rem; }

.participant__image img {
  border-radius: 50%; }

/*********************************
CITIZENSLAB MEMBER ARCHIVE STYLES
*********************************/
.griditem--participant h4 {
  font-size: 100%; }

.map__popup__link--image {
  width: 5em !important; }
  .map__popup__link--image img {
    border-radius: 50%; }

.map__popup__info {
  max-width: 18.3em !important; }

.map__popup__title {
  margin: 0.75em 0 0.125em 0; }

.map__popup__title__addition {
  display: block; }

.map__popup__title__addition::before {
  content: '('; }

.map__popup__title__addition::after {
  content: ')'; }

.map__popup__content-border {
  border-left: 2px solid #E51145;
  border-right: 2px solid #E51145;
  overflow: hidden;
  padding: 0.5rem; }

.map__marker__image.adviser {
  background-image: url("../images/png/CL_dot_blue_WEB.png") !important; }

.map__marker__image.friend {
  background-image: url("../images/png/CL_dot_orange_WEB.png") !important; }

.map__popup__content-border.adviser {
  border-left-color: #007586;
  border-right-color: #007586; }

.map__popup__content-border.friend {
  border-left-color: #ED8700;
  border-right-color: #ED8700; }

.simplemap .leaflet-popup-content-wrapper {
  padding: 0 !important; }

/*********************
TANDEM ACCORDION STYLE
*********************/
a.accordion-title {
  /* Accents on blue */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99.23728 67.289766'%3E%3Cpath d='M99.2 13v1.3c-.4 0-.2 1-.8 1v1c-.8.2-.4 1.6-1.2 1.7v2.5c-1.6.3-1 2.8-2.5 3.3.3 1.2-1 .8-.8 2-.6.3-1 1-1 1.7-.5.2-1 .6-1 1.2-.2.4-.6.3-1 .4 0 .5 0 .5-.4.5.2 1-.7 1-.4 2-.5.2-.8.6-.8 1.3-.4 0-.3.5-.4.8-.4 0-.4.2-.4.4-.2.6-.7.7-.8 1.2-.3.3-.3.6-.5 1v.3s-1.2.4-.8 1.6c-1 .6-1.5 1.4-1.6 2.6-.5 0-.4.5-.5.8-.4 0-.4.2-.4.4-.3 0-.2.5-.3.8-.4 0-.4.2-.4.4-.6.8-.7 2.2-1.7 2.5-.6.8-.6 2-1.6 2.5-.4 1-1 1.6-1.3 2.8-1.2.6-1.7 2-2.4 3-.8 0-.3 1.2-1.2 1-.2.7-.6 1-1.2 1.4 0 1.2-1 1.2-.8 2.4-.8 0-.8 1-1.6 1.2-.2.4-.4.8-1 1 .2.3 0 .6-.3.7.3.5 1.2.3 1.8.4 0-.6.8-.4.8-1 .7.4 0 .8 0 1.3-.4.2-.7.4-.8.8-.6.3-.7.8-1.3 1-1.2.2-.7-1.2-2-1-.2.2-.7 0-.8 0v.5l-.8.4c-.4.2-.3.5-.6.8 0 0-.5 0-.4.4-1 0-1.7.4-2.4.8v.4h-.4v.4h-.4l-1 .4c-1 .3-1.4-.4-2.3-.4 0-.4-.5-.3-.8-.4-.4 0-.4-.4-1-.4-1.7 0-3 .6-5.2.4 0-.4-.5-.3-.8-.4 0-.4-.2-.4-.4-.4-.3-.4-.5-1-.4-1.7-2.3 0-3.8-.7-6.3-.5-1.6 0-2-1.4-3.7-1.2-.2-.6-.6-1-1.2-1.2 0-.7-1.3-.2-1.2-1.2-.2 0-.7.2-.8 0v-.4l-1-.4c0-.2 0-.6-.3-.8 0 0-.5 0-.4-.4h-.7v-.4h-.8c-.2 0-.3-.8-.4-.8h-.7c0-.4-.6-.4-1-.4.2-.4 0-.4-.3-.5-.3-.3-1-.4-1.6-.4-.7-1-1.6-2-3-2.4-.4-1.4-1.2-2.3-2.3-3-.5-1-1-2.3-2.4-2.5 0-1-.6-1.2-.8-2-.8 0-.3-1.4-1.3-1.2 0-.8-1-.6-.8-1.7-.6-.2-1-.6-1.2-1.2-.4-.5-.4-1.5-1.2-1.6 0-1-1.2-.6-1-1.7-1-.2-1-2-2.3-2.3 0-1.2-1-1.3-.8-2.5-.3-1-1.4-1-1.7-2 0-.6-.7-.7-.8-1.3-.2-.4-.4-.8-.8-1 0-.6-.4-1-1-1 0-.7 0-1.3-.3-1.4.2-1.2-1.3-1-1-2.4-.2-.7-1-1.2-1-2-.5-.8-1-1.3-1.7-1.7.2-1.3-1-1-1.3-2C3 18.2 3 17.2 2 17c.3-2-1.3-2.4-2-3.7-.2-1 1-.8 1-1.6 0-1-1-1-.5-2.2 1 0 .5-1.6 1.6-1.6.4-1.3-.6-1.2-.3-2.5.5 0 .7 0 .8-.4 0-.3.2-.4.4-.4.6-.2.6.3 1 .3.3-.8 0-1-.3-1.6-.7-.3 0-.8 0-1.2.8 0 1-.5 1.7-.5 0 .6 1 .4 1.6.5.5 0 .4-.8.4-1.3 0-.3.4-.4.4-.8.7 0 1.6-.2 1.7.4.3-.3 1-.2 1.2-.8.5 0 .7.7 1.2.8.6 0 .6.4 1.2.4 1.4-.2 2.3.2 3.2.4 1.3.3 1.2-.7 2.5-.4 1.5 0 2.4.8 4 .8.3 1 1 1 2 1.3A3.7 3.7 0 0 0 26.8 5a3.7 3.7 0 0 0 1.6 1.6c0 .6.4.7.4 1.2.5 0 .3.8 1 .8.3.6.2 1.5 1 1.6.3 1 1 1.4 1.3 2 .6.5 1.3.7 1.2 1.7 1.3 0 1.6.8 2.5 1.2l1.2 2.4c1 .3.8 1.6 1.2 2.5 1 .2.7 1.8 1.6 2 .4.5.2 1.3.8 1.4.2.3.5.6.4 1.2.2 1 1.5.8 1.3 2 .8.2.8 1 1.6 1.3-.2.3 0 .6.3.7.3 1 .4 2 .8 3 0 .8 1.3.3 1.4 1 .4 0 .3.6.4 1 .3-.2.4 0 .4.3 1 .3 1 1.7 2.4 1.7H51c1 0 1.5-.6 1.5-1.7 1 0 1-1 .8-2 1 0 .4-1.6 1.7-1.3.4-.5.4-1.5 1.2-1.6-.2-1 .8-.8.4-2 .6-.2 1-.6 1.2-1.2.2-.5.8-.6 1-1.2 0-.2 0-.6.3-.8.2-.2.8-.3 1-.4 0-.2-.2-.8 0-1 0 0 .3.2.3 0v-.7c.6-.2 1-.6 1.2-1.2.5-.2 1-.5.8-1.2 1-.5 1.5-1.3 1.7-2.5.6-.2 1-.6 1.2-1.2.4-.4.3-1 .8-1.3.5-1 1-2 2-2.4-.2-1.2 1-1 1-1.8 0-.5.6-.6.7-1.2.4-.3.3-1 .8-1.2.2-.6.8-.7 1-1.2h2c.3 0 .2-.5.3-1 .5.2.8 0 .8-.3.5 0 .8 0 1-.4-.2-.4 0-.5.3-.5.2-1 1.7-1 2-2 2 .3 2.5-1 3.6-1.7 1 .2 1.7.5 2.5.8h5c0 .4 0 .4.4.4 1-.2.8 1 1.2 1.3.6.2 1 .6 1.3 1.2.4 0 1 0 1-.4.4.3.8.5 1.3.5 0 1 1.5.7 2 1.2 0 2.4-.3 5 2.5 4.5.4 1.7-1.2 1.3-.8 3h1.2z' class='caret' fill='%230f9fd6' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 20%;
  color: #0f9fd6;
  font-weight: 600; }
  a.accordion-title:visited {
    color: #0f9fd6; }

.accordion-item.is-active .accordion-title {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cpath fill='%230F9FD6' fill-rule='evenodd' d='M.172 11.052c.088-.02.055-.168.163-.17v-.254c.167-.024.076-.316.243-.34v-.51c.32-.06.194-.588.487-.678-.06-.26.223-.163.163-.424.11-.056.15-.18.162-.34.117-.047.198-.132.244-.254.002-.083.1-.066.162-.085-.015-.072.032-.08.08-.085-.032-.204.15-.184.082-.424.1-.037.167-.11.163-.255.08-.002.064-.103.082-.17.07.016.077-.032.08-.084.03-.113.144-.135.164-.256.045-.05.044-.11.08-.17.01-.017-.013-.07 0-.084.018-.018.246-.09.163-.34.183-.09.294-.257.324-.51.08-.002.063-.103.08-.17.07.017.078-.032.082-.084.08-.002.063-.104.082-.17.07.016.076-.033.08-.084.118-.16.12-.44.325-.51.118-.16.12-.44.325-.51.068-.21.223-.332.244-.593.242-.116.337-.384.487-.595.152-.01.055-.28.243-.254.045-.122.126-.206.243-.254-.02-.25.184-.26.163-.51.164-.024.158-.23.323-.254.036-.075.072-.152.163-.17-.013-.098.018-.15.08-.17-.024-.114-.202-.07-.324-.084-.02.092-.16.057-.162.17-.145-.063-.012-.155 0-.255.072-.037.145-.074.162-.17.107-.03.128-.15.244-.17.25-.063.156.233.406.17.03-.02.14.028.162 0 .01-.012-.012-.076 0-.085.04-.027.126-.048.163-.085.045-.044.04-.12.08-.17.022-.026.114 0 .082-.084.227.007.35-.08.486-.17.013-.01-.01-.074 0-.086.014-.014.068.014.08 0 .015-.014-.012-.07 0-.085.014-.014.066.01.082 0 .055-.036.09-.07.163-.085.25-.062.297.086.488.084.002.082.1.065.162.084.066.016.08.085.163.085C8.73.336 9 .223 9.428.273c.003.083.1.066.163.085-.014.07.032.08.082.084.063.076.087.192.08.34.427.007.732.14 1.22.084.312.012.374.287.73.255.045.122.126.207.243.255.01.16.27.06.244.254.028.022.14-.028.16 0 .01.012-.01.077 0 .085.042.028.127.048.164.085.045.044.04.12.08.17.022.026.114 0 .082.084.03.022.14-.027.162 0 .007.01-.008.083 0 .085.045.018.122-.022.163 0 .035.02.053.158.082.17.045.022.115-.015.162 0 .003.084.1.067.163.086-.015.072.03.08.08.085.073.067.184.092.326.086.132.23.317.403.568.51.102.26.27.454.488.593.116.218.19.48.488.508-.013.21.127.263.162.425.153.01.056.28.243.254.002.17.223.108.164.34.117.047.198.132.243.254.082.114.077.317.244.34.002.17.222.108.163.34.257.072.23.438.488.51-.02.248.184.26.163.508.055.198.27.228.325.425.028.11.143.133.162.254.036.076.07.152.162.17-.003.145.06.22.163.255-.007.12-.013.24.08.254-.038.268.25.192.163.51.073.15.197.247.244.424.073.15.18.262.325.34-.04.266.218.223.243.424.166.025.16.23.325.254-.033.43.284.496.406.764.06.232-.16.17-.16.34-.035.204.147.184.08.424-.21.008-.116.33-.325.34-.06.26.14.25.08.508-.093-.014-.143.02-.16.085.014.07-.033.08-.082.084-.13.024-.14-.08-.244-.085-.035.177.055.224.08.34.145.06.012.153 0 .253-.145-.01-.17.104-.324.085-.026-.115-.204-.07-.325-.085-.094.014-.068.155-.08.255-.016.07-.082.085-.082.17-.128-.008-.31.04-.324-.085-.066.073-.223.05-.244.17-.106-.03-.128-.15-.244-.17-.13.024-.14-.08-.243-.085-.28.037-.455-.034-.65-.085-.248-.062-.238.146-.487.085-.324 0-.487-.17-.812-.17-.056-.168-.216-.226-.406-.254-.073-.15-.18-.263-.324-.34-.074-.15-.182-.263-.325-.34.02-.136-.078-.146-.082-.254-.09-.02-.056-.17-.163-.17-.08-.112-.077-.315-.243-.34-.048-.176-.17-.273-.244-.423-.12-.074-.257-.128-.244-.34-.247.004-.315-.18-.487-.255-.078-.173-.166-.335-.243-.51-.197-.048-.18-.32-.244-.508-.22-.025-.146-.357-.325-.424-.07-.07-.048-.233-.162-.255-.043-.068-.085-.138-.08-.254-.026-.2-.283-.157-.245-.424-.165-.025-.16-.23-.325-.254.013-.1-.018-.15-.08-.17-.06-.193-.073-.434-.163-.594.025-.196-.235-.094-.244-.255-.08-.002-.063-.103-.08-.17-.07.016-.078-.032-.082-.084-.22-.054-.202-.356-.487-.34h-.244c-.207.01-.315.123-.325.34-.177.01-.174.213-.162.423-.214-.025-.064.33-.325.255-.08.112-.076.315-.242.34.033.204-.15.183-.082.423-.117.05-.198.134-.243.256-.03.11-.143.133-.163.255-.048.035-.04.128-.08.17-.028.03-.145.054-.163.085-.02.03.026.148 0 .17-.008.007-.08-.01-.08 0-.018.05.01.118 0 .17-.118.047-.2.132-.245.254-.1.036-.167.108-.162.254-.184.09-.295.257-.325.51-.117.047-.198.13-.244.254-.07.068-.047.232-.16.254-.09.22-.206.408-.407.51.06.23-.16.17-.162.34-.028.11-.142.132-.162.253-.07.07-.048.233-.162.255-.03.112-.143.133-.163.255h-.406c-.08.002-.063.104-.08.17-.095-.015-.145.018-.163.084-.095-.015-.145.018-.163.084.016.072-.03.08-.08.085-.056.223-.37.178-.406.423-.41-.062-.502.21-.73.34-.19-.028-.336-.102-.488-.17h-.974c.015-.072-.032-.08-.08-.085-.22.06-.158-.175-.245-.254-.117-.048-.198-.133-.243-.255-.116-.008-.23-.015-.244.084-.065-.045-.132-.09-.243-.085-.01-.22-.303-.137-.406-.256.004-.484.07-1.033-.487-.933-.08-.338.243-.255.163-.593H.172v-.255z'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 20%; }

.accordion-item {
  padding: 0 1rem;
  border-top: 1px solid #0f9fd6; }

/*********************
ARCHIVE STYLES
*********************/
.archive__map {
  padding: 0 1rem;
  margin-bottom: 2rem; }

.archive__facets {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .archive__facets::before, .archive__facets::after {
    content: ' ';
    display: table; }
  .archive__facets::after {
    clear: both; }
  @media screen and (min-width: 60em) {
    .archive__facets {
      min-height: 3rem;
      padding-left: 0;
      padding-right: 0; } }

.archive__facets__discipline,
.archive__facets__type {
  margin-bottom: 1rem;
  padding: 0 1rem; }
  @media screen and (min-width: 60em) {
    .archive__facets__discipline,
    .archive__facets__type {
      margin-bottom: 0;
      padding: 0; } }

@media screen and (min-width: 60em) {
  .archive__facets__type {
    width: 41.66667%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .archive__facets__type {
      padding-left: 1rem;
      padding-right: 1rem; } }

.archive__facets__discipline select {
  background-color: #fefefe;
  border-width: 0;
  padding-right: 1.75rem;
  background-position-x: 105%; }

@media screen and (min-width: 60em) {
  .archive__facets__discipline {
    width: 58.33333%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .archive__facets__discipline {
      padding-left: 1rem;
      padding-right: 1rem; } }

.archive__facets__type__reset,
div.facetwp-radio {
  display: inline-block;
  background-color: #fefefe;
  padding: 0.25rem 0.5rem;
  font-size: 80%;
  line-height: 1.5; }

.archive__facets__discipline__label {
  display: inline-block; }

div.facetwp-facet-member_type,
div.facetwp-facet-discipline {
  display: inline-block; }

div.facetwp-radio {
  background-image: none;
  margin: 0 0 0 0.5rem; }

div.facetwp-radio.checked {
  background-image: none; }

div.facetwp-facet {
  margin-bottom: 0;
  text-align: left; }

select.facetwp-dropdown {
  min-width: 5rem;
  margin-bottom: 0; }

div.facetwp-radio[data-value=member] {
  color: #E51145; }
  div.facetwp-radio[data-value=member].checked {
    background-color: #E51145;
    color: #fefefe; }

div.facetwp-radio[data-value=adviser] {
  color: #007586; }
  div.facetwp-radio[data-value=adviser].checked {
    background-color: #007586;
    color: #fefefe; }

.archive__facets__search__toggler p {
  float: left;
  margin-right: 1rem; }

#facets-map svg.section__edge--bottom,
#facets-map svg.section__edge--top {
  z-index: 800;
  display: block; }

#facets-map svg.section__edge--bottom {
  top: 19px; }

#facets-grid {
  margin-top: 2rem;
  margin-bottom: 1rem; }
  #facets-grid .section-inner {
    padding: 0; }

/*********************
FOOTER STYLES
*********************/
.story__footer,
.collaboration__footer {
  clear: both;
  margin: 0 auto; }

.story__footer__section {
  margin-top: 0; }

.article-share-cta {
  padding: 1rem; }
  .article-share-cta .section-inner {
    padding-top: 0; }

.share-cta-header {
  margin: 0 auto 2rem;
  text-align: center; }

.share-cta-paragraph {
  font-size: 137.5%;
  max-width: 770px;
  margin: 0 auto; }

.collaboration__footer .social-icons-list {
  margin-bottom: 0; }

.page__footer__widgets {
  background-color: #E51145; }

.page__footer__copyright {
  padding: 1rem;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto; }
  .page__footer__copyright::before, .page__footer__copyright::after {
    content: ' ';
    display: table; }
  .page__footer__copyright::after {
    clear: both; }
  .page__footer__copyright p {
    margin-bottom: 0;
    text-align: center; }

.page__footer__widgets-inner {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0; }
  .page__footer__widgets-inner::before, .page__footer__widgets-inner::after {
    content: ' ';
    display: table; }
  .page__footer__widgets-inner::after {
    clear: both; }
  .page__footer__widgets-inner p {
    font-weight: 600; }

.footer__widget-wrapper {
  color: #fefefe;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .footer__widget-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
    .footer__widget-wrapper {
      margin-bottom: 0;
      width: 50%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      min-height: 8em; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .footer__widget-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 40em) {
      .footer__widget-wrapper:last-child {
        margin-bottom: 2rem; } }
  @media screen and (min-width: 60em) {
    .footer__widget-wrapper {
      width: 25%;
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      min-height: 4em;
      margin-bottom: 0; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .footer__widget-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 60em) {
      .footer__widget-wrapper:last-child {
        margin-bottom: 0; } }

.footer__widget__title {
  font-size: 120%;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

input.search-submit {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: transparent;
  color: #4c4d53;
  border: 0;
  box-shadow: inset 1px 1px 0 0 #E51145, inset -1px -1px 0 0 #E51145;
  display: inline;
  position: relative;
  top: 0.45em;
  font-weight: 600; }
  [data-whatinput='mouse'] input.search-submit {
    outline: 0; }
  input.search-submit:hover, input.search-submit:focus {
    background-color: transparent;
    color: #4c4d53; }
  input.search-submit:hover {
    background-color: #E51145;
    color: #fefefe; }

.widget_search {
  line-height: 1.5em; }
  .widget_search label {
    height: auto;
    display: block; }
  .widget_search .screen-reader-text {
    display: none; }
  .widget_search input.search-field {
    border-color: #E51145;
    outline-color: #E51145;
    width: 10em;
    height: 2.6em;
    display: inline;
    padding: 0.675em; }
  .widget_search input.search-submit {
    display: inline-block;
    box-shadow: inset 1px 1px 0 0 #fefefe, inset -1px -1px 0 0 #fefefe;
    color: #fefefe; }
    .widget_search input.search-submit:hover {
      background-color: #fefefe;
      color: #343438; }

/*********************
ADMIN FORM STYLES
*********************/
#wpbody-content textarea table td,
#exchange_tokenlist_widget table td {
  vertical-align: top; }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
