@charset "UTF-8";

/**
 * Import foundation.
 */

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@import url(../../bower_components/izimodal/css/iziModal.css);

.scroll-title-container,
.scroll-cover,
.didactic-caption blockquote,
.title-caption,
.orbit-caption,
.scroll-left,
.scroll-right,
.scroll-down,
.fade-out .scroll-image-title {
  animation-play-state: paused;
  animation-fill-mode: both;
}

.is-animating .scroll-title-container,
.is-animating .scroll-cover,
.is-animating .didactic-caption blockquote,
.didactic-caption .is-animating blockquote,
.is-animating .title-caption,
.is-animating .orbit-caption,
.is-animating .scroll-left,
.is-animating .scroll-right,
.is-animating .scroll-down,
.is-animating .fade-out .scroll-image-title,
.fade-out .is-animating .scroll-image-title {
  animation-play-state: running;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

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

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

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

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  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 {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

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

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

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

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

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

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

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

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

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

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

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

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

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

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  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);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.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-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

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

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #382c14;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

.row,
.logged-in .tabs {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before,
.logged-in .tabs::before,
.row::after,
.logged-in .tabs::after {
  display: table;
  content: ' ';
}

.row::after,
.logged-in .tabs::after {
  clear: both;
}

.row.collapse > .column,
.logged-in .collapse.tabs > .column,
.row.collapse > .columns,
.logged-in .collapse.tabs > .columns,
#agroecology-landing .row.collapse > section,
.logged-in #agroecology-landing .collapse.tabs > section,
#agroecology-landing .logged-in .collapse.tabs > section {
  padding-right: 0;
  padding-left: 0;
}

.row .row,
.logged-in .tabs .row,
.row .logged-in .tabs,
.logged-in .row .tabs,
.logged-in .tabs .tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .row .row,
  .logged-in .tabs .row,
  .row .logged-in .tabs,
  .logged-in .row .tabs,
  .logged-in .tabs .tabs {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row,
  .logged-in .tabs .row,
  .row .logged-in .tabs,
  .logged-in .row .tabs,
  .logged-in .tabs .tabs {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse,
.logged-in .tabs .row.collapse,
.row .logged-in .collapse.tabs,
.logged-in .row .collapse.tabs,
.logged-in .tabs .collapse.tabs {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded,
#block-menu-menu-media-navigation .content ul.row,
#block-menu-menu-media-navigation .content .logged-in ul.tabs,
.logged-in #block-menu-menu-media-navigation .content ul.tabs,
.logged-in .expanded.tabs {
  max-width: none;
}

.row.expanded .row,
#block-menu-menu-media-navigation .content ul.row .row,
#block-menu-menu-media-navigation .content .logged-in ul.tabs .row,
.logged-in #block-menu-menu-media-navigation .content ul.tabs .row,
.logged-in .expanded.tabs .row,
.row.expanded .logged-in .tabs,
.logged-in .row.expanded .tabs,
#block-menu-menu-media-navigation .content ul.row .logged-in .tabs,
.logged-in #block-menu-menu-media-navigation .content ul.row .tabs,
#block-menu-menu-media-navigation .content .logged-in ul.tabs .tabs,
.logged-in #block-menu-menu-media-navigation .content ul.tabs .tabs,
.logged-in .expanded.tabs .tabs {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded):not(#block-menu-menu-media-navigation .content ul) .row,
.logged-in .tabs:not(.expanded):not(#block-menu-menu-media-navigation .content ul) .row,
.row:not(.expanded):not(#block-menu-menu-media-navigation .content ul) .logged-in .tabs,
.logged-in .row:not(.expanded):not(#block-menu-menu-media-navigation .content ul) .tabs,
.logged-in .tabs:not(.expanded):not(#block-menu-menu-media-navigation .content ul) .tabs {
  max-width: none;
}

.row.gutter-small > .column,
.logged-in .gutter-small.tabs > .column,
.row.gutter-small > .columns,
.logged-in .gutter-small.tabs > .columns,
#agroecology-landing .row.gutter-small > section,
.logged-in #agroecology-landing .gutter-small.tabs > section,
#agroecology-landing .logged-in .gutter-small.tabs > section {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.row.gutter-medium > .column,
.logged-in .gutter-medium.tabs > .column,
.row.gutter-medium > .columns,
.logged-in .gutter-medium.tabs > .columns,
#agroecology-landing .row.gutter-medium > section,
.logged-in #agroecology-landing .gutter-medium.tabs > section,
#agroecology-landing .logged-in .gutter-medium.tabs > section {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column,
.columns,
#agroecology-landing section {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .column,
  .columns,
  #agroecology-landing section {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child),
#agroecology-landing section:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child,
#agroecology-landing section.end:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns,
.logged-in .columns.tabs,
.logged-in #agroecology-landing section.tabs,
#agroecology-landing .logged-in section.tabs,
#agroecology-landing section.row.row,
.logged-in .column.tabs {
  float: none;
}

.row .column.row.row,
.logged-in .tabs .column.row.row,
.row .row.row.columns,
.logged-in .tabs .row.row.columns,
.row .logged-in .columns.tabs,
.logged-in .row .columns.tabs,
.logged-in .tabs .columns.tabs,
.row .logged-in #agroecology-landing section.tabs,
.logged-in #agroecology-landing .row section.tabs,
.logged-in .tabs #agroecology-landing section.tabs,
.logged-in #agroecology-landing .tabs section.tabs,
.row #agroecology-landing .logged-in section.tabs,
#agroecology-landing .logged-in .row section.tabs,
#agroecology-landing .logged-in .tabs section.tabs,
.row #agroecology-landing section.row.row,
#agroecology-landing .row section.row.row,
.logged-in .tabs #agroecology-landing section.row.row,
#agroecology-landing .logged-in .tabs section.row.row,
.row .logged-in .column.tabs,
.logged-in .row .column.tabs,
.logged-in .tabs .column.tabs {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column,
.small-up-1 > .columns,
#agroecology-landing .small-up-1 > section {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n),
#agroecology-landing .small-up-1 > section:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1),
#agroecology-landing .small-up-1 > section:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child,
#agroecology-landing .small-up-1 > section:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns,
#agroecology-landing .small-up-2 > section {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n),
#agroecology-landing .small-up-2 > section:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1),
#agroecology-landing .small-up-2 > section:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child,
#agroecology-landing .small-up-2 > section:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns,
#agroecology-landing .small-up-3 > section {
  float: left;
  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n),
#agroecology-landing .small-up-3 > section:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1),
#agroecology-landing .small-up-3 > section:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child,
#agroecology-landing .small-up-3 > section:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns,
#agroecology-landing .small-up-4 > section {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n),
#agroecology-landing .small-up-4 > section:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1),
#agroecology-landing .small-up-4 > section:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child,
#agroecology-landing .small-up-4 > section:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns,
#agroecology-landing .small-up-5 > section {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n),
#agroecology-landing .small-up-5 > section:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1),
#agroecology-landing .small-up-5 > section:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child,
#agroecology-landing .small-up-5 > section:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns,
#agroecology-landing .small-up-6 > section {
  float: left;
  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n),
#agroecology-landing .small-up-6 > section:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1),
#agroecology-landing .small-up-6 > section:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child,
#agroecology-landing .small-up-6 > section:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns,
#agroecology-landing .small-up-7 > section {
  float: left;
  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n),
#agroecology-landing .small-up-7 > section:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1),
#agroecology-landing .small-up-7 > section:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child,
#agroecology-landing .small-up-7 > section:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns,
#agroecology-landing .small-up-8 > section {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n),
#agroecology-landing .small-up-8 > section:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1),
#agroecology-landing .small-up-8 > section:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child,
#agroecology-landing .small-up-8 > section:last-child {
  float: left;
}

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

.small-collapse .row,
.small-collapse .logged-in .tabs,
.logged-in .small-collapse .tabs {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row,
#block-menu-menu-media-navigation .content ul.row .small-collapse.row,
#block-menu-menu-media-navigation .content .logged-in ul.tabs .small-collapse.row,
.logged-in #block-menu-menu-media-navigation .content ul.tabs .small-collapse.row,
.logged-in .expanded.tabs .small-collapse.row,
.expanded.row .logged-in .small-collapse.tabs,
.logged-in .expanded.row .small-collapse.tabs,
#block-menu-menu-media-navigation .content ul.row .logged-in .small-collapse.tabs,
.logged-in #block-menu-menu-media-navigation .content ul.row .small-collapse.tabs,
#block-menu-menu-media-navigation .content .logged-in ul.tabs .small-collapse.tabs,
.logged-in #block-menu-menu-media-navigation .content ul.tabs .small-collapse.tabs,
.logged-in .expanded.tabs .small-collapse.tabs {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns,
#agroecology-landing .small-uncollapse > section {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

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

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

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

@media print, screen and (min-width: 48.0625em) {
  .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,
  #agroecology-landing .medium-up-1 > section {
    float: left;
    width: 100%;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n),
  #agroecology-landing .medium-up-1 > section:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1),
  #agroecology-landing .medium-up-1 > section:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child,
  #agroecology-landing .medium-up-1 > section:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns,
  #agroecology-landing .medium-up-2 > section {
    float: left;
    width: 50%;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n),
  #agroecology-landing .medium-up-2 > section:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1),
  #agroecology-landing .medium-up-2 > section:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child,
  #agroecology-landing .medium-up-2 > section:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns,
  #agroecology-landing .medium-up-3 > section {
    float: left;
    width: 33.33333%;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n),
  #agroecology-landing .medium-up-3 > section:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1),
  #agroecology-landing .medium-up-3 > section:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child,
  #agroecology-landing .medium-up-3 > section:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns,
  #agroecology-landing .medium-up-4 > section {
    float: left;
    width: 25%;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n),
  #agroecology-landing .medium-up-4 > section:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1),
  #agroecology-landing .medium-up-4 > section:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child,
  #agroecology-landing .medium-up-4 > section:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns,
  #agroecology-landing .medium-up-5 > section {
    float: left;
    width: 20%;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n),
  #agroecology-landing .medium-up-5 > section:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1),
  #agroecology-landing .medium-up-5 > section:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child,
  #agroecology-landing .medium-up-5 > section:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns,
  #agroecology-landing .medium-up-6 > section {
    float: left;
    width: 16.66667%;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n),
  #agroecology-landing .medium-up-6 > section:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1),
  #agroecology-landing .medium-up-6 > section:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child,
  #agroecology-landing .medium-up-6 > section:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns,
  #agroecology-landing .medium-up-7 > section {
    float: left;
    width: 14.28571%;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n),
  #agroecology-landing .medium-up-7 > section:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1),
  #agroecology-landing .medium-up-7 > section:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child,
  #agroecology-landing .medium-up-7 > section:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns,
  #agroecology-landing .medium-up-8 > section {
    float: left;
    width: 12.5%;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n),
  #agroecology-landing .medium-up-8 > section:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1),
  #agroecology-landing .medium-up-8 > section:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child,
  #agroecology-landing .medium-up-8 > section:last-child {
    float: left;
  }

  .medium-collapse > .column,
  .medium-collapse > .columns,
  #agroecology-landing .medium-collapse > section {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-collapse .row,
  .medium-collapse .logged-in .tabs,
  .logged-in .medium-collapse .tabs {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row,
  #block-menu-menu-media-navigation .content ul.row .medium-collapse.row,
  #block-menu-menu-media-navigation .content .logged-in ul.tabs .medium-collapse.row,
  .logged-in #block-menu-menu-media-navigation .content ul.tabs .medium-collapse.row,
  .logged-in .expanded.tabs .medium-collapse.row,
  .expanded.row .logged-in .medium-collapse.tabs,
  .logged-in .expanded.row .medium-collapse.tabs,
  #block-menu-menu-media-navigation .content ul.row .logged-in .medium-collapse.tabs,
  .logged-in #block-menu-menu-media-navigation .content ul.row .medium-collapse.tabs,
  #block-menu-menu-media-navigation .content .logged-in ul.tabs .medium-collapse.tabs,
  .logged-in #block-menu-menu-media-navigation .content ul.tabs .medium-collapse.tabs,
  .logged-in .expanded.tabs .medium-collapse.tabs {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns,
  #agroecology-landing .medium-uncollapse > section {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

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

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }

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

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

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

  .large-2 {
    width: 16.66667%;
  }

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

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

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

  .large-3 {
    width: 25%;
  }

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

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

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

  .large-4 {
    width: 33.33333%;
  }

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

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

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

  .large-5 {
    width: 41.66667%;
  }

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

  .large-pull-5,
  .article-lead {
    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,
  .aside-lead,
  .article-map {
    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,
  #agroecology-landing section {
    width: 100%;
  }

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

  .large-up-1 > .column,
  .large-up-1 > .columns,
  #agroecology-landing .large-up-1 > section {
    float: left;
    width: 100%;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n),
  #agroecology-landing .large-up-1 > section:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1),
  #agroecology-landing .large-up-1 > section:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child,
  #agroecology-landing .large-up-1 > section:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns,
  #agroecology-landing .large-up-2 > section {
    float: left;
    width: 50%;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n),
  #agroecology-landing .large-up-2 > section:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1),
  #agroecology-landing .large-up-2 > section:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child,
  #agroecology-landing .large-up-2 > section:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns,
  #agroecology-landing .large-up-3 > section {
    float: left;
    width: 33.33333%;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n),
  #agroecology-landing .large-up-3 > section:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1),
  #agroecology-landing .large-up-3 > section:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child,
  #agroecology-landing .large-up-3 > section:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns,
  #agroecology-landing .large-up-4 > section {
    float: left;
    width: 25%;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n),
  #agroecology-landing .large-up-4 > section:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1),
  #agroecology-landing .large-up-4 > section:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child,
  #agroecology-landing .large-up-4 > section:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns,
  #agroecology-landing .large-up-5 > section {
    float: left;
    width: 20%;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n),
  #agroecology-landing .large-up-5 > section:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1),
  #agroecology-landing .large-up-5 > section:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child,
  #agroecology-landing .large-up-5 > section:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns,
  #agroecology-landing .large-up-6 > section {
    float: left;
    width: 16.66667%;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n),
  #agroecology-landing .large-up-6 > section:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1),
  #agroecology-landing .large-up-6 > section:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child,
  #agroecology-landing .large-up-6 > section:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns,
  #agroecology-landing .large-up-7 > section {
    float: left;
    width: 14.28571%;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n),
  #agroecology-landing .large-up-7 > section:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1),
  #agroecology-landing .large-up-7 > section:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child,
  #agroecology-landing .large-up-7 > section:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns,
  #agroecology-landing .large-up-8 > section {
    float: left;
    width: 12.5%;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n),
  #agroecology-landing .large-up-8 > section:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1),
  #agroecology-landing .large-up-8 > section:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child,
  #agroecology-landing .large-up-8 > section:last-child {
    float: left;
  }

  .large-collapse > .column,
  .large-collapse > .columns,
  #agroecology-landing .large-collapse > section {
    padding-right: 0;
    padding-left: 0;
  }

  .large-collapse .row,
  .large-collapse .logged-in .tabs,
  .logged-in .large-collapse .tabs {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row,
  #block-menu-menu-media-navigation .content ul.row .large-collapse.row,
  #block-menu-menu-media-navigation .content .logged-in ul.tabs .large-collapse.row,
  .logged-in #block-menu-menu-media-navigation .content ul.tabs .large-collapse.row,
  .logged-in .expanded.tabs .large-collapse.row,
  .expanded.row .logged-in .large-collapse.tabs,
  .logged-in .expanded.row .large-collapse.tabs,
  #block-menu-menu-media-navigation .content ul.row .logged-in .large-collapse.tabs,
  .logged-in #block-menu-menu-media-navigation .content ul.row .large-collapse.tabs,
  #block-menu-menu-media-navigation .content .logged-in ul.tabs .large-collapse.tabs,
  .logged-in #block-menu-menu-media-navigation .content ul.tabs .large-collapse.tabs,
  .logged-in .expanded.tabs .large-collapse.tabs {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns,
  #agroecology-landing .large-uncollapse > section {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

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

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 48.0625em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #5e4a21;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #51401c;
  text-decoration: underline;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

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

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #382c14;
  cursor: help;
}

figure {
  margin: 0;
}

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

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

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

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

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

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

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;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[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: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group,
.region-search-form .block-custom-search-blocks form > div {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child,
.region-search-form .block-custom-search-blocks form > div > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > *,
.region-search-form .block-custom-search-blocks form > div > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.region-search-form .block-custom-search-blocks .form-type-textfield,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field,
.region-search-form .block-custom-search-blocks .form-type-textfield {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button,
.region-search-form .block-custom-search-blocks form > div .input-group-button {
  display: table-cell;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #b2380d;
  background-color: #f6eae6;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #b2380d;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #b2380d;
}

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

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

.form-error.is-visible {
  display: block;
}

.button,
#block-menu-menu-media-navigation .content ul a,
.form-submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #a0d3e8;
  color: #333;
}

[data-whatinput='mouse'] .button,
[data-whatinput='mouse'] #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul [data-whatinput='mouse'] a,
[data-whatinput='mouse'] .form-submit {
  outline: 0;
}

.button:hover,
#block-menu-menu-media-navigation .content ul a:hover,
.form-submit:hover,
.button:focus,
#block-menu-menu-media-navigation .content ul a:focus,
.form-submit:focus {
  background-color: #71bddd;
  color: #333;
}

.button.tiny,
#block-menu-menu-media-navigation .content ul a.tiny,
.tiny.form-submit {
  font-size: 0.6rem;
}

.button.small,
#block-menu-menu-media-navigation .content ul a,
.small.form-submit {
  font-size: 0.75rem;
}

.button.large,
#block-menu-menu-media-navigation .content ul a.large,
.large.form-submit {
  font-size: 1.25rem;
}

.button.expanded,
#block-menu-menu-media-navigation .content ul.button,
#block-menu-menu-media-navigation .content ul.form-submit,
#block-menu-menu-media-navigation .content ul a.expanded,
.expanded.form-submit {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary,
#block-menu-menu-media-navigation .content ul a.primary,
.primary.form-submit {
  background-color: #1779ba;
  color: #0a0a0a;
}

.button.primary:hover,
#block-menu-menu-media-navigation .content ul a.primary:hover,
.primary.form-submit:hover,
.button.primary:focus,
#block-menu-menu-media-navigation .content ul a.primary:focus,
.primary.form-submit:focus {
  background-color: #126195;
  color: #0a0a0a;
}

.button.secondary,
#block-menu-menu-media-navigation .content ul a.secondary,
.secondary.form-submit {
  background-color: #767676;
  color: #0a0a0a;
}

.button.secondary:hover,
#block-menu-menu-media-navigation .content ul a.secondary:hover,
.secondary.form-submit:hover,
.button.secondary:focus,
#block-menu-menu-media-navigation .content ul a.secondary:focus,
.secondary.form-submit:focus {
  background-color: #5e5e5e;
  color: #0a0a0a;
}

.button.success,
#block-menu-menu-media-navigation .content ul a.success,
.success.form-submit {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
#block-menu-menu-media-navigation .content ul a.success:hover,
.success.form-submit:hover,
.button.success:focus,
#block-menu-menu-media-navigation .content ul a.success:focus,
.success.form-submit:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning,
#block-menu-menu-media-navigation .content ul a.warning,
.warning.form-submit {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
#block-menu-menu-media-navigation .content ul a.warning:hover,
.warning.form-submit:hover,
.button.warning:focus,
#block-menu-menu-media-navigation .content ul a.warning:focus,
.warning.form-submit:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert,
#block-menu-menu-media-navigation .content ul a.alert,
#block-menu-menu-media-navigation .content ul a.form-submit,
.form-submit {
  background-color: #b2380d;
  color: #0a0a0a;
}

.button.alert:hover,
#block-menu-menu-media-navigation .content ul a.alert:hover,
#block-menu-menu-media-navigation .content ul a.form-submit:hover,
.form-submit:hover,
.button.alert:focus,
#block-menu-menu-media-navigation .content ul a.alert:focus,
#block-menu-menu-media-navigation .content ul a.form-submit:focus,
.form-submit:focus {
  background-color: #8e2d0b;
  color: #0a0a0a;
}

.button.hollow,
#block-menu-menu-media-navigation .content ul a.hollow,
.hollow.form-submit {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow,
#block-menu-menu-media-navigation .content ul a.hollow,
.hollow.form-submit,
.button.hollow:hover,
#block-menu-menu-media-navigation .content ul a.hollow:hover,
.hollow.form-submit:hover,
.button.hollow:focus,
#block-menu-menu-media-navigation .content ul a.hollow:focus,
.hollow.form-submit:focus {
  background-color: transparent;
}

.button.hollow:hover,
#block-menu-menu-media-navigation .content ul a.hollow:hover,
.hollow.form-submit:hover,
.button.hollow:focus,
#block-menu-menu-media-navigation .content ul a.hollow:focus,
.hollow.form-submit:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary,
#block-menu-menu-media-navigation .content ul a.hollow.primary,
.hollow.primary.form-submit {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover,
#block-menu-menu-media-navigation .content ul a.hollow.primary:hover,
.hollow.primary.form-submit:hover,
.button.hollow.primary:focus,
#block-menu-menu-media-navigation .content ul a.hollow.primary:focus,
.hollow.primary.form-submit:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.secondary,
#block-menu-menu-media-navigation .content ul a.hollow.secondary,
.hollow.secondary.form-submit {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover,
#block-menu-menu-media-navigation .content ul a.hollow.secondary:hover,
.hollow.secondary.form-submit:hover,
.button.hollow.secondary:focus,
#block-menu-menu-media-navigation .content ul a.hollow.secondary:focus,
.hollow.secondary.form-submit:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.success,
#block-menu-menu-media-navigation .content ul a.hollow.success,
.hollow.success.form-submit {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
#block-menu-menu-media-navigation .content ul a.hollow.success:hover,
.hollow.success.form-submit:hover,
.button.hollow.success:focus,
#block-menu-menu-media-navigation .content ul a.hollow.success:focus,
.hollow.success.form-submit:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning,
#block-menu-menu-media-navigation .content ul a.hollow.warning,
.hollow.warning.form-submit {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
#block-menu-menu-media-navigation .content ul a.hollow.warning:hover,
.hollow.warning.form-submit:hover,
.button.hollow.warning:focus,
#block-menu-menu-media-navigation .content ul a.hollow.warning:focus,
.hollow.warning.form-submit:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert,
#block-menu-menu-media-navigation .content ul a.hollow.alert,
#block-menu-menu-media-navigation .content ul a.hollow.form-submit,
.hollow.form-submit {
  border: 1px solid #b2380d;
  color: #b2380d;
}

.button.hollow.alert:hover,
#block-menu-menu-media-navigation .content ul a.hollow.alert:hover,
#block-menu-menu-media-navigation .content ul a.hollow.form-submit:hover,
.hollow.form-submit:hover,
.button.hollow.alert:focus,
#block-menu-menu-media-navigation .content ul a.hollow.alert:focus,
#block-menu-menu-media-navigation .content ul a.hollow.form-submit:focus,
.hollow.form-submit:focus {
  border-color: #591c07;
  color: #591c07;
}

.button.disabled,
#block-menu-menu-media-navigation .content ul a.disabled,
.disabled.form-submit,
.button[disabled],
#block-menu-menu-media-navigation .content ul a[disabled],
[disabled].form-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
#block-menu-menu-media-navigation .content ul a.disabled,
.disabled.form-submit,
.button.disabled:hover,
#block-menu-menu-media-navigation .content ul a.disabled:hover,
.disabled.form-submit:hover,
.button.disabled:focus,
#block-menu-menu-media-navigation .content ul a.disabled:focus,
.disabled.form-submit:focus,
.button[disabled],
#block-menu-menu-media-navigation .content ul a[disabled],
[disabled].form-submit,
.button[disabled]:hover,
#block-menu-menu-media-navigation .content ul a[disabled]:hover,
[disabled].form-submit:hover,
.button[disabled]:focus,
#block-menu-menu-media-navigation .content ul a[disabled]:focus,
[disabled].form-submit:focus {
  background-color: #1779ba;
  color: #333;
}

.button.disabled.primary,
#block-menu-menu-media-navigation .content ul a.disabled.primary,
.disabled.primary.form-submit,
.button[disabled].primary,
#block-menu-menu-media-navigation .content ul a[disabled].primary,
[disabled].primary.form-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
#block-menu-menu-media-navigation .content ul a.disabled.primary,
.disabled.primary.form-submit,
.button.disabled.primary:hover,
#block-menu-menu-media-navigation .content ul a.disabled.primary:hover,
.disabled.primary.form-submit:hover,
.button.disabled.primary:focus,
#block-menu-menu-media-navigation .content ul a.disabled.primary:focus,
.disabled.primary.form-submit:focus,
.button[disabled].primary,
#block-menu-menu-media-navigation .content ul a[disabled].primary,
[disabled].primary.form-submit,
.button[disabled].primary:hover,
#block-menu-menu-media-navigation .content ul a[disabled].primary:hover,
[disabled].primary.form-submit:hover,
.button[disabled].primary:focus,
#block-menu-menu-media-navigation .content ul a[disabled].primary:focus,
[disabled].primary.form-submit:focus {
  background-color: #1779ba;
  color: #0a0a0a;
}

.button.disabled.secondary,
#block-menu-menu-media-navigation .content ul a.disabled.secondary,
.disabled.secondary.form-submit,
.button[disabled].secondary,
#block-menu-menu-media-navigation .content ul a[disabled].secondary,
[disabled].secondary.form-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
#block-menu-menu-media-navigation .content ul a.disabled.secondary,
.disabled.secondary.form-submit,
.button.disabled.secondary:hover,
#block-menu-menu-media-navigation .content ul a.disabled.secondary:hover,
.disabled.secondary.form-submit:hover,
.button.disabled.secondary:focus,
#block-menu-menu-media-navigation .content ul a.disabled.secondary:focus,
.disabled.secondary.form-submit:focus,
.button[disabled].secondary,
#block-menu-menu-media-navigation .content ul a[disabled].secondary,
[disabled].secondary.form-submit,
.button[disabled].secondary:hover,
#block-menu-menu-media-navigation .content ul a[disabled].secondary:hover,
[disabled].secondary.form-submit:hover,
.button[disabled].secondary:focus,
#block-menu-menu-media-navigation .content ul a[disabled].secondary:focus,
[disabled].secondary.form-submit:focus {
  background-color: #767676;
  color: #0a0a0a;
}

.button.disabled.success,
#block-menu-menu-media-navigation .content ul a.disabled.success,
.disabled.success.form-submit,
.button[disabled].success,
#block-menu-menu-media-navigation .content ul a[disabled].success,
[disabled].success.form-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
#block-menu-menu-media-navigation .content ul a.disabled.success,
.disabled.success.form-submit,
.button.disabled.success:hover,
#block-menu-menu-media-navigation .content ul a.disabled.success:hover,
.disabled.success.form-submit:hover,
.button.disabled.success:focus,
#block-menu-menu-media-navigation .content ul a.disabled.success:focus,
.disabled.success.form-submit:focus,
.button[disabled].success,
#block-menu-menu-media-navigation .content ul a[disabled].success,
[disabled].success.form-submit,
.button[disabled].success:hover,
#block-menu-menu-media-navigation .content ul a[disabled].success:hover,
[disabled].success.form-submit:hover,
.button[disabled].success:focus,
#block-menu-menu-media-navigation .content ul a[disabled].success:focus,
[disabled].success.form-submit:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning,
#block-menu-menu-media-navigation .content ul a.disabled.warning,
.disabled.warning.form-submit,
.button[disabled].warning,
#block-menu-menu-media-navigation .content ul a[disabled].warning,
[disabled].warning.form-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
#block-menu-menu-media-navigation .content ul a.disabled.warning,
.disabled.warning.form-submit,
.button.disabled.warning:hover,
#block-menu-menu-media-navigation .content ul a.disabled.warning:hover,
.disabled.warning.form-submit:hover,
.button.disabled.warning:focus,
#block-menu-menu-media-navigation .content ul a.disabled.warning:focus,
.disabled.warning.form-submit:focus,
.button[disabled].warning,
#block-menu-menu-media-navigation .content ul a[disabled].warning,
[disabled].warning.form-submit,
.button[disabled].warning:hover,
#block-menu-menu-media-navigation .content ul a[disabled].warning:hover,
[disabled].warning.form-submit:hover,
.button[disabled].warning:focus,
#block-menu-menu-media-navigation .content ul a[disabled].warning:focus,
[disabled].warning.form-submit:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert,
#block-menu-menu-media-navigation .content ul a.disabled.alert,
#block-menu-menu-media-navigation .content ul a.disabled.form-submit,
.disabled.form-submit,
.button[disabled].alert,
#block-menu-menu-media-navigation .content ul a[disabled].alert,
#block-menu-menu-media-navigation .content ul a[disabled].form-submit,
[disabled].form-submit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
#block-menu-menu-media-navigation .content ul a.disabled.alert,
#block-menu-menu-media-navigation .content ul a.disabled.form-submit,
.disabled.form-submit,
.button.disabled.alert:hover,
#block-menu-menu-media-navigation .content ul a.disabled.alert:hover,
#block-menu-menu-media-navigation .content ul a.disabled.form-submit:hover,
.disabled.form-submit:hover,
.button.disabled.alert:focus,
#block-menu-menu-media-navigation .content ul a.disabled.alert:focus,
#block-menu-menu-media-navigation .content ul a.disabled.form-submit:focus,
.disabled.form-submit:focus,
.button[disabled].alert,
#block-menu-menu-media-navigation .content ul a[disabled].alert,
#block-menu-menu-media-navigation .content ul a[disabled].form-submit,
[disabled].form-submit,
.button[disabled].alert:hover,
#block-menu-menu-media-navigation .content ul a[disabled].alert:hover,
#block-menu-menu-media-navigation .content ul a[disabled].form-submit:hover,
[disabled].form-submit:hover,
.button[disabled].alert:focus,
#block-menu-menu-media-navigation .content ul a[disabled].alert:focus,
#block-menu-menu-media-navigation .content ul a[disabled].form-submit:focus,
[disabled].form-submit:focus {
  background-color: #b2380d;
  color: #0a0a0a;
}

.button.dropdown::after,
#block-menu-menu-media-navigation .content ul a.dropdown::after,
.dropdown.form-submit::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after,
#block-menu-menu-media-navigation .content ul a.dropdown.hollow::after,
.dropdown.hollow.form-submit::after {
  border-top-color: #a0d3e8;
}

.button.dropdown.hollow.primary::after,
#block-menu-menu-media-navigation .content ul a.dropdown.hollow.primary::after,
.dropdown.hollow.primary.form-submit::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after,
#block-menu-menu-media-navigation .content ul a.dropdown.hollow.secondary::after,
.dropdown.hollow.secondary.form-submit::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after,
#block-menu-menu-media-navigation .content ul a.dropdown.hollow.success::after,
.dropdown.hollow.success.form-submit::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,
#block-menu-menu-media-navigation .content ul a.dropdown.hollow.warning::after,
.dropdown.hollow.warning.form-submit::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
#block-menu-menu-media-navigation .content ul a.dropdown.hollow.alert::after,
#block-menu-menu-media-navigation .content ul a.dropdown.hollow.form-submit::after,
.dropdown.hollow.form-submit::after {
  border-top-color: #b2380d;
}

.button.arrow-only::after,
#block-menu-menu-media-navigation .content ul a.arrow-only::after,
.arrow-only.form-submit::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.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 {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #382c14;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert,
.badge.form-submit {
  background: #b2380d;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

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

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group,
#block-menu-menu-media-navigation .content ul {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before,
#block-menu-menu-media-navigation .content ul::before,
.button-group::after,
#block-menu-menu-media-navigation .content ul::after {
  display: table;
  content: ' ';
}

.button-group::after,
#block-menu-menu-media-navigation .content ul::after {
  clear: both;
}

.button-group .button,
#block-menu-menu-media-navigation .content ul .button,
#block-menu-menu-media-navigation .content ul a,
.button-group .form-submit,
#block-menu-menu-media-navigation .content ul .form-submit {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child,
#block-menu-menu-media-navigation .content ul .button:last-child,
#block-menu-menu-media-navigation .content ul a:last-child,
.button-group .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:last-child {
  margin-right: 0;
}

.button-group.tiny .button,
#block-menu-menu-media-navigation .content ul.tiny .button,
.button-group.tiny #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.tiny a,
#block-menu-menu-media-navigation .content ul.tiny a,
.button-group.tiny .form-submit,
#block-menu-menu-media-navigation .content ul.tiny .form-submit {
  font-size: 0.6rem;
}

.button-group.small .button,
#block-menu-menu-media-navigation .content ul.small .button,
#block-menu-menu-media-navigation .content ul a.button-group .button,
.button-group.small #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.small a,
#block-menu-menu-media-navigation .content ul.small a,
#block-menu-menu-media-navigation .content ul a.button-group a,
.button-group.small .form-submit,
#block-menu-menu-media-navigation .content ul.small .form-submit,
#block-menu-menu-media-navigation .content ul a.button-group .form-submit {
  font-size: 0.75rem;
}

.button-group.large .button,
#block-menu-menu-media-navigation .content ul.large .button,
.button-group.large #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.large a,
#block-menu-menu-media-navigation .content ul.large a,
.button-group.large .form-submit,
#block-menu-menu-media-navigation .content ul.large .form-submit {
  font-size: 1.25rem;
}

.button-group.expanded,
#block-menu-menu-media-navigation .content ul {
  margin-right: -1px;
}

.button-group.expanded::before,
#block-menu-menu-media-navigation .content ul::before,
.button-group.expanded::after,
#block-menu-menu-media-navigation .content ul::after {
  display: none;
}

.button-group.expanded .button:first-child:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:last-child,
.button-group.expanded .form-submit:first-child:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:last-child {
  width: 100%;
}

.button-group.expanded .button:first-child:nth-last-child(2),
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(2),
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(2),
.button-group.expanded .form-submit:first-child:nth-last-child(2),
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,
.button-group.expanded .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit,
.button-group.expanded .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(2):last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(2):last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(2):last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .form-submit:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3),
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(3),
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(3),
.button-group.expanded .form-submit:first-child:nth-last-child(3),
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,
.button-group.expanded .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit,
.button-group.expanded .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(3):last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(3):last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(3):last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .form-submit:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4),
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(4),
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(4),
.button-group.expanded .form-submit:first-child:nth-last-child(4),
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,
.button-group.expanded .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit,
.button-group.expanded .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(4):last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(4):last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(4):last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .form-submit:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5),
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(5),
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(5),
.button-group.expanded .form-submit:first-child:nth-last-child(5),
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,
.button-group.expanded .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit,
.button-group.expanded .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(5):last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(5):last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(5):last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .form-submit:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6),
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(6),
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(6),
.button-group.expanded .form-submit:first-child:nth-last-child(6),
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,
.button-group.expanded .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit,
.button-group.expanded .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(6):last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(6):last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(6):last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit:last-child,
.button-group.expanded .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit:last-child,
#block-menu-menu-media-navigation .content ul .form-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .form-submit:last-child {
  margin-right: -6px;
}

.button-group.primary .button,
#block-menu-menu-media-navigation .content ul.primary .button,
.button-group.primary #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.primary a,
#block-menu-menu-media-navigation .content ul.primary a,
.button-group.primary .form-submit,
#block-menu-menu-media-navigation .content ul.primary .form-submit {
  background-color: #1779ba;
  color: #0a0a0a;
}

.button-group.primary .button:hover,
#block-menu-menu-media-navigation .content ul.primary .button:hover,
.button-group.primary #block-menu-menu-media-navigation .content ul a:hover,
#block-menu-menu-media-navigation .content ul .button-group.primary a:hover,
#block-menu-menu-media-navigation .content ul.primary a:hover,
.button-group.primary .form-submit:hover,
#block-menu-menu-media-navigation .content ul.primary .form-submit:hover,
.button-group.primary .button:focus,
#block-menu-menu-media-navigation .content ul.primary .button:focus,
.button-group.primary #block-menu-menu-media-navigation .content ul a:focus,
#block-menu-menu-media-navigation .content ul .button-group.primary a:focus,
#block-menu-menu-media-navigation .content ul.primary a:focus,
.button-group.primary .form-submit:focus,
#block-menu-menu-media-navigation .content ul.primary .form-submit:focus {
  background-color: #126195;
  color: #0a0a0a;
}

.button-group.secondary .button,
#block-menu-menu-media-navigation .content ul.secondary .button,
.button-group.secondary #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.secondary a,
#block-menu-menu-media-navigation .content ul.secondary a,
.button-group.secondary .form-submit,
#block-menu-menu-media-navigation .content ul.secondary .form-submit {
  background-color: #767676;
  color: #0a0a0a;
}

.button-group.secondary .button:hover,
#block-menu-menu-media-navigation .content ul.secondary .button:hover,
.button-group.secondary #block-menu-menu-media-navigation .content ul a:hover,
#block-menu-menu-media-navigation .content ul .button-group.secondary a:hover,
#block-menu-menu-media-navigation .content ul.secondary a:hover,
.button-group.secondary .form-submit:hover,
#block-menu-menu-media-navigation .content ul.secondary .form-submit:hover,
.button-group.secondary .button:focus,
#block-menu-menu-media-navigation .content ul.secondary .button:focus,
.button-group.secondary #block-menu-menu-media-navigation .content ul a:focus,
#block-menu-menu-media-navigation .content ul .button-group.secondary a:focus,
#block-menu-menu-media-navigation .content ul.secondary a:focus,
.button-group.secondary .form-submit:focus,
#block-menu-menu-media-navigation .content ul.secondary .form-submit:focus {
  background-color: #5e5e5e;
  color: #0a0a0a;
}

.button-group.success .button,
#block-menu-menu-media-navigation .content ul.success .button,
.button-group.success #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.success a,
#block-menu-menu-media-navigation .content ul.success a,
.button-group.success .form-submit,
#block-menu-menu-media-navigation .content ul.success .form-submit {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover,
#block-menu-menu-media-navigation .content ul.success .button:hover,
.button-group.success #block-menu-menu-media-navigation .content ul a:hover,
#block-menu-menu-media-navigation .content ul .button-group.success a:hover,
#block-menu-menu-media-navigation .content ul.success a:hover,
.button-group.success .form-submit:hover,
#block-menu-menu-media-navigation .content ul.success .form-submit:hover,
.button-group.success .button:focus,
#block-menu-menu-media-navigation .content ul.success .button:focus,
.button-group.success #block-menu-menu-media-navigation .content ul a:focus,
#block-menu-menu-media-navigation .content ul .button-group.success a:focus,
#block-menu-menu-media-navigation .content ul.success a:focus,
.button-group.success .form-submit:focus,
#block-menu-menu-media-navigation .content ul.success .form-submit:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button,
#block-menu-menu-media-navigation .content ul.warning .button,
.button-group.warning #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.warning a,
#block-menu-menu-media-navigation .content ul.warning a,
.button-group.warning .form-submit,
#block-menu-menu-media-navigation .content ul.warning .form-submit {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
#block-menu-menu-media-navigation .content ul.warning .button:hover,
.button-group.warning #block-menu-menu-media-navigation .content ul a:hover,
#block-menu-menu-media-navigation .content ul .button-group.warning a:hover,
#block-menu-menu-media-navigation .content ul.warning a:hover,
.button-group.warning .form-submit:hover,
#block-menu-menu-media-navigation .content ul.warning .form-submit:hover,
.button-group.warning .button:focus,
#block-menu-menu-media-navigation .content ul.warning .button:focus,
.button-group.warning #block-menu-menu-media-navigation .content ul a:focus,
#block-menu-menu-media-navigation .content ul .button-group.warning a:focus,
#block-menu-menu-media-navigation .content ul.warning a:focus,
.button-group.warning .form-submit:focus,
#block-menu-menu-media-navigation .content ul.warning .form-submit:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button,
#block-menu-menu-media-navigation .content ul.alert .button,
#block-menu-menu-media-navigation .content ul.form-submit .button,
.button-group.form-submit .button,
.button-group.alert #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.alert a,
#block-menu-menu-media-navigation .content ul.alert a,
#block-menu-menu-media-navigation .content ul.form-submit a,
.button-group.form-submit #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.form-submit a,
.button-group.alert .form-submit,
#block-menu-menu-media-navigation .content ul.alert .form-submit,
#block-menu-menu-media-navigation .content ul.form-submit .form-submit,
.button-group.form-submit .form-submit {
  background-color: #b2380d;
  color: #0a0a0a;
}

.button-group.alert .button:hover,
#block-menu-menu-media-navigation .content ul.alert .button:hover,
#block-menu-menu-media-navigation .content ul.form-submit .button:hover,
.button-group.form-submit .button:hover,
.button-group.alert #block-menu-menu-media-navigation .content ul a:hover,
#block-menu-menu-media-navigation .content ul .button-group.alert a:hover,
#block-menu-menu-media-navigation .content ul.alert a:hover,
#block-menu-menu-media-navigation .content ul.form-submit a:hover,
.button-group.form-submit #block-menu-menu-media-navigation .content ul a:hover,
#block-menu-menu-media-navigation .content ul .button-group.form-submit a:hover,
.button-group.alert .form-submit:hover,
#block-menu-menu-media-navigation .content ul.alert .form-submit:hover,
#block-menu-menu-media-navigation .content ul.form-submit .form-submit:hover,
.button-group.form-submit .form-submit:hover,
.button-group.alert .button:focus,
#block-menu-menu-media-navigation .content ul.alert .button:focus,
#block-menu-menu-media-navigation .content ul.form-submit .button:focus,
.button-group.form-submit .button:focus,
.button-group.alert #block-menu-menu-media-navigation .content ul a:focus,
#block-menu-menu-media-navigation .content ul .button-group.alert a:focus,
#block-menu-menu-media-navigation .content ul.alert a:focus,
#block-menu-menu-media-navigation .content ul.form-submit a:focus,
.button-group.form-submit #block-menu-menu-media-navigation .content ul a:focus,
#block-menu-menu-media-navigation .content ul .button-group.form-submit a:focus,
.button-group.alert .form-submit:focus,
#block-menu-menu-media-navigation .content ul.alert .form-submit:focus,
#block-menu-menu-media-navigation .content ul.form-submit .form-submit:focus,
.button-group.form-submit .form-submit:focus {
  background-color: #8e2d0b;
  color: #0a0a0a;
}

.button-group.stacked .button,
#block-menu-menu-media-navigation .content ul.stacked .button,
.button-group.stacked #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.stacked a,
#block-menu-menu-media-navigation .content ul.stacked a,
.button-group.stacked .form-submit,
#block-menu-menu-media-navigation .content ul.stacked .form-submit,
.button-group.stacked-for-small .button,
#block-menu-menu-media-navigation .content ul.stacked-for-small .button,
.button-group.stacked-for-small #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.stacked-for-small a,
#block-menu-menu-media-navigation .content ul.stacked-for-small a,
.button-group.stacked-for-small .form-submit,
#block-menu-menu-media-navigation .content ul.stacked-for-small .form-submit,
.button-group.stacked-for-medium .button,
#block-menu-menu-media-navigation .content ul.stacked-for-medium .button,
.button-group.stacked-for-medium #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .button-group.stacked-for-medium a,
#block-menu-menu-media-navigation .content ul.stacked-for-medium a,
.button-group.stacked-for-medium .form-submit,
#block-menu-menu-media-navigation .content ul.stacked-for-medium .form-submit {
  width: 100%;
}

.button-group.stacked .button:last-child,
#block-menu-menu-media-navigation .content ul.stacked .button:last-child,
.button-group.stacked #block-menu-menu-media-navigation .content ul a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.stacked a:last-child,
#block-menu-menu-media-navigation .content ul.stacked a:last-child,
.button-group.stacked .form-submit:last-child,
#block-menu-menu-media-navigation .content ul.stacked .form-submit:last-child,
.button-group.stacked-for-small .button:last-child,
#block-menu-menu-media-navigation .content ul.stacked-for-small .button:last-child,
.button-group.stacked-for-small #block-menu-menu-media-navigation .content ul a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.stacked-for-small a:last-child,
#block-menu-menu-media-navigation .content ul.stacked-for-small a:last-child,
.button-group.stacked-for-small .form-submit:last-child,
#block-menu-menu-media-navigation .content ul.stacked-for-small .form-submit:last-child,
.button-group.stacked-for-medium .button:last-child,
#block-menu-menu-media-navigation .content ul.stacked-for-medium .button:last-child,
.button-group.stacked-for-medium #block-menu-menu-media-navigation .content ul a:last-child,
#block-menu-menu-media-navigation .content ul .button-group.stacked-for-medium a:last-child,
#block-menu-menu-media-navigation .content ul.stacked-for-medium a:last-child,
.button-group.stacked-for-medium .form-submit:last-child,
#block-menu-menu-media-navigation .content ul.stacked-for-medium .form-submit:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .button-group.stacked-for-small .button,
  #block-menu-menu-media-navigation .content ul.stacked-for-small .button,
  .button-group.stacked-for-small #block-menu-menu-media-navigation .content ul a,
  #block-menu-menu-media-navigation .content ul .button-group.stacked-for-small a,
  #block-menu-menu-media-navigation .content ul.stacked-for-small a,
  .button-group.stacked-for-small .form-submit,
  #block-menu-menu-media-navigation .content ul.stacked-for-small .form-submit {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button,
  #block-menu-menu-media-navigation .content ul.stacked-for-medium .button,
  .button-group.stacked-for-medium #block-menu-menu-media-navigation .content ul a,
  #block-menu-menu-media-navigation .content ul .button-group.stacked-for-medium a,
  #block-menu-menu-media-navigation .content ul.stacked-for-medium a,
  .button-group.stacked-for-medium .form-submit,
  #block-menu-menu-media-navigation .content ul.stacked-for-medium .form-submit {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 48em) {
  .button-group.stacked-for-small.expanded,
  #block-menu-menu-media-navigation .content ul.stacked-for-small {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button,
  #block-menu-menu-media-navigation .content ul.stacked-for-small .button,
  .button-group.stacked-for-small.expanded #block-menu-menu-media-navigation .content ul a,
  #block-menu-menu-media-navigation .content ul .button-group.stacked-for-small.expanded a,
  #block-menu-menu-media-navigation .content ul.stacked-for-small a,
  .button-group.stacked-for-small.expanded .form-submit,
  #block-menu-menu-media-navigation .content ul.stacked-for-small .form-submit {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #382c14;
}

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

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

.callout.primary {
  background-color: #d7ecfa;
  color: #382c14;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #382c14;
}

.callout.success {
  background-color: #e1faea;
  color: #382c14;
}

.callout.warning {
  background-color: #fff3d9;
  color: #382c14;
}

.callout.alert,
.callout.form-submit {
  background-color: #fcddd2;
  color: #382c14;
}

.callout.small,
#block-menu-menu-media-navigation .content ul a.callout {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #382c14;
}

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

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small,
#block-menu-menu-media-navigation .content ul a.close-button {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu,
.inline-list {
  margin: 0;
  list-style-type: none;
}

.menu > li,
.inline-list > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li,
[data-whatinput='mouse'] .inline-list > li {
  outline: 0;
}

.menu > li > a,
.inline-list > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.inline-list input,
.menu select,
.inline-list select,
.menu a,
.inline-list a,
.menu button,
.inline-list button {
  margin-bottom: 0;
}

.menu > li > a img,
.inline-list > li > a img,
.menu > li > a i,
.inline-list > li > a i,
.menu > li > a svg,
.inline-list > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.inline-list > li > a img + span,
.menu > li > a i + span,
.inline-list > li > a i + span,
.menu > li > a svg + span,
.inline-list > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.inline-list > li > a img,
.menu > li > a i,
.inline-list > li > a i,
.menu > li > a svg,
.inline-list > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li,
.inline-list > li,
.menu.horizontal > li,
.inline-list > li {
  display: table-cell;
}

.menu.expanded,
.expanded.inline-list,
#block-menu-menu-media-navigation .content ul.inline-list,
#block-menu-menu-media-navigation .content ul.menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child,
.expanded.inline-list > li:first-child:last-child,
#block-menu-menu-media-navigation .content ul.inline-list > li:first-child:last-child,
#block-menu-menu-media-navigation .content ul.menu > li:first-child:last-child {
  width: 100%;
}

.menu.vertical > li,
.vertical.inline-list > li,
.sidebar .block-menu-block .menu > li,
.sidebar .block-menu-block .inline-list > li {
  display: block;
}

@media print, screen and (min-width: 48.0625em) {
  .menu.medium-horizontal > li,
  .medium-horizontal.inline-list > li {
    display: table-cell;
  }

  .menu.medium-expanded,
  .medium-expanded.inline-list {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .menu.medium-expanded > li:first-child:last-child,
  .medium-expanded.inline-list > li:first-child:last-child {
    width: 100%;
  }

  .menu.medium-vertical > li,
  .medium-vertical.inline-list > li {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li,
  .large-horizontal.inline-list > li {
    display: table-cell;
  }

  .menu.large-expanded,
  .large-expanded.inline-list {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .menu.large-expanded > li:first-child:last-child,
  .large-expanded.inline-list > li:first-child:last-child {
    width: 100%;
  }

  .menu.large-vertical > li,
  .large-vertical.inline-list > li {
    display: block;
  }
}

.menu.simple li,
.simple.inline-list li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.menu.simple a,
.simple.inline-list a {
  padding: 0;
}

.menu.simple li,
.simple.inline-list li {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.simple.align-right li,
.simple.align-right.inline-list li {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.align-right::before,
.align-right.inline-list::before,
.menu.align-right::after,
.align-right.inline-list::after {
  display: table;
  content: ' ';
}

.menu.align-right::after,
.align-right.inline-list::after {
  clear: both;
}

.menu.align-right > li,
.align-right.inline-list > li {
  float: right;
}

.menu.icon-top > li > a,
.icon-top.inline-list > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.icon-top.inline-list > li > a img,
.menu.icon-top > li > a i,
.icon-top.inline-list > li > a i,
.menu.icon-top > li > a svg,
.icon-top.inline-list > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a > span,
.icon-top.vertical.inline-list a > span,
.sidebar .block-menu-block .menu.icon-top a > span,
.sidebar .block-menu-block .icon-top.inline-list a > span {
  margin: auto;
}

.menu.nested,
.nested.inline-list {
  margin-left: 1rem;
}

.menu .active > a,
.inline-list .active > a {
  background: transparent;
  color: #fefefe;
}

.menu.menu-bordered li,
.menu-bordered.inline-list li {
  border: 1px solid #e6e6e6;
}

.menu.menu-bordered li:not(:first-child),
.menu-bordered.inline-list li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover,
.menu-hover.inline-list li:hover {
  background-color: #e6e6e6;
}

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

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

.menu-centered > .menu,
.menu-centered > .inline-list {
  display: inline-block;
  vertical-align: top;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #333;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

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

.is-drilldown-submenu-parent > a {
  position: relative;
}

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

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

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

.dropdown-pane.is-open {
  visibility: visible;
}

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

.dropdown-pane.small,
#block-menu-menu-media-navigation .content ul a.dropdown-pane {
  width: 200px;
}

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu,
.dropdown.inline-list > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu,
.dropdown.inline-list > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

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

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

.dropdown.menu.vertical > li .is-dropdown-submenu,
.dropdown.vertical.inline-list > li .is-dropdown-submenu,
.sidebar .block-menu-block .dropdown.menu > li .is-dropdown-submenu,
.sidebar .block-menu-block .dropdown.inline-list > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu,
.dropdown.vertical.inline-list > li.opens-left > .is-dropdown-submenu,
.sidebar .block-menu-block .dropdown.menu > li.opens-left > .is-dropdown-submenu,
.sidebar .block-menu-block .dropdown.inline-list > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu,
.dropdown.vertical.inline-list > li.opens-right > .is-dropdown-submenu,
.sidebar .block-menu-block .dropdown.menu > li.opens-right > .is-dropdown-submenu,
.sidebar .block-menu-block .dropdown.inline-list > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu,
  .dropdown.medium-horizontal.inline-list > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu,
  .dropdown.medium-horizontal.inline-list > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu,
  .dropdown.medium-vertical.inline-list > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu,
  .dropdown.medium-vertical.inline-list > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu,
  .dropdown.medium-vertical.inline-list > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu,
  .dropdown.large-horizontal.inline-list > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu,
  .dropdown.large-horizontal.inline-list > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu,
  .dropdown.large-vertical.inline-list > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu,
  .dropdown.large-vertical.inline-list > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu,
  .dropdown.large-vertical.inline-list > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

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

.is-dropdown-menu.vertical,
.sidebar .block-menu-block .is-dropdown-menu.menu,
.sidebar .block-menu-block .is-dropdown-menu.inline-list {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right,
.sidebar .block-menu-block .is-dropdown-menu.align-right.menu,
.sidebar .block-menu-block .is-dropdown-menu.align-right.inline-list {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -4px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label,
.more-link a,
.views-more-link,
.main-content .views-field-field-language a {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary,
.more-link a.primary,
.primary.views-more-link,
.main-content .views-field-field-language a.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary,
.more-link a.secondary,
.secondary.views-more-link,
.main-content .views-field-field-language a.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success,
.more-link a.success,
.success.views-more-link,
.main-content .views-field-field-language a.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning,
.more-link a.warning,
.warning.views-more-link,
.main-content .views-field-field-language a.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert,
.more-link a.alert,
.more-link a.form-submit,
.alert.views-more-link,
.views-more-link.form-submit,
.main-content .views-field-field-language a.alert,
.main-content .views-field-field-language a.form-submit,
.label.form-submit {
  background: #b2380d;
  color: #fefefe;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 48em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

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

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

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

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

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

@media print, screen and (min-width: 48.0625em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
}

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

.orbit-figure {
  margin: 0;
}

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

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

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-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(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

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

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 48.0625em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #f05822;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter,
.progress.form-submit .progress-meter {
  background-color: #b2380d;
}

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

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

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

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

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

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

.slider.vertical,
.sidebar .block-menu-block .slider.menu,
.sidebar .block-menu-block .slider.inline-list {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill,
.sidebar .block-menu-block .slider.menu .slider-fill,
.sidebar .block-menu-block .slider.inline-list .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle,
.sidebar .block-menu-block .slider.menu .slider-handle,
.sidebar .block-menu-block .slider.inline-list .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  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: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

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%;
  -ms-transform: translateY(-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 {
  height: 1.5rem;
}

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

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

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

.switch.small,
#block-menu-menu-media-navigation .content ul a.switch {
  height: 1.75rem;
}

.switch.small .switch-paddle,
#block-menu-menu-media-navigation .content ul a.switch .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after,
#block-menu-menu-media-navigation .content ul a.switch .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after,
#block-menu-menu-media-navigation .content ul a.switch input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

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

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

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

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table thead {
  background: #f8f8f8;
  color: #382c14;
}

table tfoot {
  background: #f1f1f1;
  color: #382c14;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

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

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

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

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

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

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

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: transparent;
  list-style-type: none;
}

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

.tabs::after {
  clear: both;
}

.tabs.vertical > li,
.sidebar .block-menu-block .tabs.menu > li,
.sidebar .block-menu-block .tabs.inline-list > li {
  display: block;
  float: none;
  width: auto;
}

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

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

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #382c14;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #302611;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e5d7d7;
  color: #a9853c;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #faf8f4;
  color: #382c14;
  transition: all 0.5s ease;
}

.tabs-content.vertical,
.sidebar .block-menu-block .tabs-content.menu,
.sidebar .block-menu-block .tabs-content.inline-list {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

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

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

.thumbnail,
.th,
.block-views .views-field-field-feature-image a,
.block-views .views-field-field-event-pic a,
.block-block .views-field-field-feature-image a,
.block-block .views-field-field-event-pic a,
.block-system .views-field-field-feature-image a,
.block-system .views-field-field-event-pic a,
.view-content .views-field-field-feature-image a,
.view-content .views-field-field-event-pic a,
.main-content .views-field-field-report-picture a,
.main-content .views-field-field-feature-image a,
.views-field-field-report-picture a,
.field-name-field-report-picture a,
.node-image-gallery .field-name-field-images .field-item a,
.article-download .thumbnail-container a,
.sidebar .views-field-field-report-picture a {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail,
a.th,
.block-views .views-field-field-feature-image a,
.block-views .views-field-field-event-pic a,
.block-block .views-field-field-feature-image a,
.block-block .views-field-field-event-pic a,
.block-system .views-field-field-feature-image a,
.block-system .views-field-field-event-pic a,
.view-content .views-field-field-feature-image a,
.view-content .views-field-field-event-pic a,
.main-content .views-field-field-report-picture a,
.main-content .views-field-field-feature-image a,
.views-field-field-report-picture a,
.field-name-field-report-picture a,
.node-image-gallery .field-name-field-images .field-item a,
.article-download .thumbnail-container a,
.sidebar .views-field-field-report-picture a {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.th:hover,
.block-views .views-field-field-feature-image a:hover,
.block-views .views-field-field-event-pic a:hover,
.block-block .views-field-field-feature-image a:hover,
.block-block .views-field-field-event-pic a:hover,
.block-system .views-field-field-feature-image a:hover,
.block-system .views-field-field-event-pic a:hover,
.view-content .views-field-field-feature-image a:hover,
.view-content .views-field-field-event-pic a:hover,
.main-content .views-field-field-feature-image a:hover,
.views-field-field-report-picture a:hover,
.field-name-field-report-picture a:hover,
.node-image-gallery .field-name-field-images .field-item a:hover,
.article-download .thumbnail-container a:hover,
a.thumbnail:focus,
a.th:focus,
.block-views .views-field-field-feature-image a:focus,
.block-views .views-field-field-event-pic a:focus,
.block-block .views-field-field-feature-image a:focus,
.block-block .views-field-field-event-pic a:focus,
.block-system .views-field-field-feature-image a:focus,
.block-system .views-field-field-event-pic a:focus,
.view-content .views-field-field-feature-image a:focus,
.view-content .views-field-field-event-pic a:focus,
.main-content .views-field-field-feature-image a:focus,
.views-field-field-report-picture a:focus,
.field-name-field-report-picture a:focus,
.node-image-gallery .field-name-field-images .field-item a:focus,
.article-download .thumbnail-container a:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image,
a.th image,
.block-views .views-field-field-feature-image a image,
.block-views .views-field-field-event-pic a image,
.block-block .views-field-field-feature-image a image,
.block-block .views-field-field-event-pic a image,
.block-system .views-field-field-feature-image a image,
.block-system .views-field-field-event-pic a image,
.view-content .views-field-field-feature-image a image,
.view-content .views-field-field-event-pic a image,
.main-content .views-field-field-report-picture a image,
.main-content .views-field-field-feature-image a image,
.views-field-field-report-picture a image,
.field-name-field-report-picture a image,
.node-image-gallery .field-name-field-images .field-item a image,
.article-download .thumbnail-container a image,
.sidebar .views-field-field-report-picture a image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}

.title-bar::before,
.title-bar::after {
  display: table;
  content: ' ';
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before,
.top-bar::after {
  display: table;
  content: ' ';
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #fff;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field,
.top-bar .region-search-form .block-custom-search-blocks .form-type-textfield,
.region-search-form .block-custom-search-blocks .top-bar .form-type-textfield {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button,
.top-bar input.form-submit {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
  bottom: 2px;
}

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

@media screen and (max-width: 48em) {
  .show-for-medium,
  .site-brand,
  .hero-intro .field-name-body,
  .hero-intro .intro-summary {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

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

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

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

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

.clearfix::after {
  clear: both;
}

/**
 * Import plugin styles
 */

/**
 * Import site styles
 */

body {
  background: none;
  background-image: url(../images/paperfibers.jpg);
  background-size: 25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-feature-settings: 'liga', 'kern';
  -o-font-feature-settings: 'liga', 'kern';
  font-feature-settings: 'liga', 'kern';
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  color: #382c14;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #382c14;
}

p {
  font-size: 1rem;
}

ol {
  margin-left: 2rem;
}

figcaption {
  font-size: 90%;
  color: #5e4a21;
}

.view-content a {
  transition: all 200ms ease-out;
}

.date-display-single {
  font-style: italic;
  color: #247596;
}

.item-list ul {
  list-style-type: none;
}

.label,
.more-link a,
.views-more-link,
.main-content .views-field-field-language a {
  box-shadow: inset 0 -2px 0 #d7be8e;
  text-decoration: none;
  color: #382c14;
  background: #dceff7;
  font-size: .875rem;
  color: #382c14 !important;
}

.label:hover,
.more-link a:hover,
.views-more-link:hover,
.main-content .views-field-field-language a:hover {
  text-decoration: none;
  background-color: #d7be8e;
  box-shadow: 0 0;
  border-color: transparent;
  border-top: 3px solid transparent;
  color: initial;
}

.label:hover,
.more-link a:hover,
.views-more-link:hover,
.main-content .views-field-field-language a:hover {
  border-top: 0px solid transparent !important;
  color: #fff !important;
}

/* Quotes */

.callout {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  line-height: 1.5em;
  font-size: 1em;
}

.callout:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.callout p {
  display: inline;
}

.callout.large {
  font-size: 1.25em;
}

.nopadding {
  padding: 0 !important;
}

/* Footnotes */

.footnotes {
  font-size: 0.95em;
}

.footnotes li {
  padding-bottom: 1em;
}

@font-face {
  font-family: 'FranklinGothicBT-Roman';
  font-display: auto;
  src: url("../fonts/eot/style_635.eot");
  src: url("../fonts/eot/style_635.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/style_635.woff") format("woff"), url("../fonts/ttf/style_635.ttf") format("truetype"), url("../fonts/svg/style_635.svg#FranklinGothicBT-Roman") format("svg");
}

@font-face {
  font-family: 'FranklinGothicBT-Italic';
  font-display: auto;
  src: url("../fonts/eot/style_785.eot");
  src: url("../fonts/eot/style_785.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/style_785.woff") format("woff"), url("../fonts/ttf/style_785.ttf") format("truetype"), url("../fonts/svg/style_785.svg#FranklinGothicBT-Italic") format("svg");
}

@font-face {
  font-family: 'FranklinGothicURW-Dem';
  font-display: auto;
  src: url("../fonts/eot/style_87511.eot");
  src: url("../fonts/eot/style_87511.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/style_87511.woff") format("woff"), url("../fonts/ttf/style_87511.ttf") format("truetype"), url("../fonts/svg/style_87511.svg#FranklinGothicURW-Dem") format("svg");
}

@font-face {
  font-family: 'FranklinGotURWT-Lig';
  font-display: auto;
  src: url("../fonts/eot/style_108063.eot");
  src: url("../fonts/eot/style_108063.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/style_108063.woff") format("woff"), url("../fonts/ttf/style_108063.ttf") format("truetype"), url("../fonts/svg/style_108063.svg#FranklinGotURWT-Lig") format("svg");
}

/*************************
	Global views style
**************************/

.views-row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.views-row::before,
.views-row::after {
  display: table;
  content: ' ';
}

.views-row::after {
  clear: both;
}

.block-views .views-row,
.block-block .views-row,
.block-system .views-row,
.view-content .views-row {
  padding-top: 1em;
  padding-bottom: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.block-views h2,
.block-block h2,
.block-system h2,
.view-content h2 {
  border-bottom: 1px solid #ccc;
}

.block-views .views-field-title,
.block-block .views-field-title,
.block-system .views-field-title,
.view-content .views-field-title {
  margin: .5em 0;
}

.block-views .views-field-field-source,
.block-block .views-field-field-source,
.block-system .views-field-field-source,
.view-content .views-field-field-source {
  color: #247596;
}

.block-views .view-footer p,
.block-block .view-footer p,
.block-system .view-footer p,
.view-content .view-footer p {
  display: none;
}

.report-thumb-padding img {
  padding-top: 7px;
}

.views-field-title a,
.views-field-field-link a {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25em;
}

.view-publications .view-content {
  padding: 0 25px 0 15px;
}

.views-exposed-form {
  padding: 15px;
  background: #ccc;
  margin: 0 30px 10px 5px;
}

.views-exposed-form label {
  font-size: 1em;
  font-weight: normal;
}

.main-content .views-field-field-report-picture a,
.main-content .views-field-field-feature-image a {
  margin: 1px;
}

.main-content .main-content-wrap .views-field {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .main-content .main-content-wrap .views-field {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.main-content .main-content-wrap .views-field:last-child:not(:first-child) {
  float: right;
}

.main-content .views-field-field-language {
  margin-top: 1em;
}

.main-content .views-field-field-language a {
  line-height: 1.25;
  white-space: pre-wrap;
}

.main-content .views-label-field-language,
.main-content .views-field-field-source {
  color: #247596;
}

.views-field-content-wrap {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.views-field-content-wrap:last-child:not(:first-child) {
  float: right;
}

.views-field-content-wrap .views-field-body .field-content,
.views-field-content-wrap .views-field-field-article-intro .field-content {
  margin-top: 1em;
  font-size: 1.125em;
}

@media print, screen and (min-width: 48.0625em) {
  .main-content .views-field-field-report-picture,
  .main-content .views-field-field-feature-image,
  .main-content .views-field-field-event-pic {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .main-content .views-field-field-report-picture,
  .main-content .views-field-field-feature-image,
  .main-content .views-field-field-event-pic {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .main-content .views-field-field-report-picture:last-child:not(:first-child),
  .main-content .views-field-field-feature-image:last-child:not(:first-child),
  .main-content .views-field-field-event-pic:last-child:not(:first-child) {
    float: right;
  }

  #block-views-policy-briefs-list-block .views-field-field-report-picture {
    width: 16.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  #block-views-policy-briefs-list-block .views-field-field-report-picture {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  #block-views-policy-briefs-list-block .views-field-field-report-picture:last-child:not(:first-child) {
    float: right;
  }

  .views-field-content-wrap {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .views-field-content-wrap {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .views-field-content-wrap:last-child:not(:first-child) {
    float: right;
  }
}

.logged-in #content > .tabs {
  background-color: #fefefe;
  border: 0;
}

.logged-in #content > .tabs > li > a {
  color: #382c14;
}

.logged-in #content > .tabs > li > a:hover {
  background-color: #fff;
}

.logged-in #content > .tabs .primary {
  border-bottom: 1px solid #bbb;
}

.not-logged-in #content > .tabs {
  border: 0;
}

.accordion-title {
  text-decoration: none;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-size: 1.5em;
  color: #382c14;
}

.accordion-content {
  border: 0;
}

.accordion .accordion-title,
.accordion dd > a {
  background: rgba(209, 160, 128, 0.3);
}

.accordion .accordion-title:hover,
.accordion dd > a:hover {
  background: rgba(209, 160, 128, 0.5);
}

.accordion .accordion-navigation.active > a,
.accordion.active dd > a {
  background: rgba(209, 160, 128, 0.4);
  background: rgba(209, 160, 128, 0.6);
}

#block-block-3 {
  font-weight: 200;
  font-size: .9em;
}

#block-block-3 p {
  margin-top: 0;
}

#block-block-3 a {
  text-decoration: none;
}

#block-block-3 address {
  font-style: normal;
}

#block-block-3 address * {
  padding-top: .5em;
}

#block-block-3 .vcard,
#block-block-3 .org {
  padding-top: 0;
}

/* Media Menu */

#block-menu-menu-media-navigation .content ul li {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}

#block-menu-menu-media-navigation .content ul .last a {
  padding-right: 1rem;
  padding-left: 1rem;
}

.field-financial-reports {
  margin-top: 2em;
}

.field-financial-reports .field-item {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .field-financial-reports .field-item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.field-financial-reports .field-item:last-child:not(:first-child) {
  float: right;
}

.field-financial-reports .button,
.field-financial-reports #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .field-financial-reports a,
.field-financial-reports .form-submit {
  width: 100%;
}

#block-views-agroecology-media-block h2,
#block-views-case-studies-in-french-block h2 {
  margin-bottom: 0;
}

#block-views-agroecology-media-block .views-row,
#block-views-case-studies-in-french-block .views-row {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

/* Social Media */

#widgets-element-socialmedia_addthis-facebook-like-custom,
#widgets-element-socialmedia_linkedin-share-button {
  padding-left: 45px;
}

#block-widgets-s-socialmedia-like-tweet-set {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 48.0625em) {
  #block-widgets-s-socialmedia-like-tweet-set {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#block-widgets-s-socialmedia-like-tweet-set:last-child:not(:first-child) {
  float: right;
}

.longform ul.links.inline {
  display: block;
  margin: 0;
  padding-left: 0.9375rem;
}

.longform .comment_forbidden {
  display: none;
}

.longform .addtoany {
  padding: 0;
}

.addtoany_list {
  display: block;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 48.0625em) {
  /* Featured News  */

  #block-views-pressroom-test-print-block-4 .views-row {
    padding-bottom: 1em;
  }

  #block-views-pressroom-test-print-block-4 .views-field-content-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  #block-views-pressroom-test-print-block-4 .views-field-field-source,
  #block-views-pressroom-test-print-block-4 .views-field-field-date {
    display: inline;
  }

  #block-views-pressroom-test-print-block-4 .views-field-field-source *,
  #block-views-pressroom-test-print-block-4 .views-field-field-date * {
    display: inline;
  }
}

.button.alert,
#block-menu-menu-media-navigation .content ul a.alert,
#block-menu-menu-media-navigation .content ul a.form-submit,
.form-submit {
  color: #fff;
}

/* Download links */

.node-report,
.node-test {
  /* Style file download labels */
}

.node-report .field-name-field-report-file,
.node-test .field-name-field-report-file {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 1em;
}

@media print, screen and (min-width: 48.0625em) {
  .node-report .field-name-field-report-file,
  .node-test .field-name-field-report-file {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.node-report .field-name-field-report-file:last-child:not(:first-child),
.node-test .field-name-field-report-file:last-child:not(:first-child) {
  float: right;
}

.node-report .field-name-field-report-file a,
.node-test .field-name-field-report-file a {
  padding-left: 2em;
}

.node-report .button.large.info,
.node-report .more-link a.button.large,
.more-link .node-report a.button.large,
.node-report .more-link #block-menu-menu-media-navigation .content ul a.large,
.more-link #block-menu-menu-media-navigation .content ul .node-report a.large,
.node-report #block-menu-menu-media-navigation .content ul .more-link a.large,
#block-menu-menu-media-navigation .content ul .more-link .node-report a.large,
.node-report .more-link a.large.form-submit,
.more-link .node-report a.large.form-submit,
.node-report
  .button.large.views-more-link,
.node-report #block-menu-menu-media-navigation .content ul a.large.views-more-link,
#block-menu-menu-media-navigation .content ul .node-report a.large.views-more-link,
.node-report .large.views-more-link.form-submit,
.node-report #block-menu-menu-media-navigation .content ul a.large.info,
#block-menu-menu-media-navigation .content ul .node-report a.large.info,
.node-report .large.info.form-submit,
.node-test .button.large.info,
.node-test .more-link a.button.large,
.more-link
  .node-test a.button.large,
.node-test .more-link #block-menu-menu-media-navigation .content ul a.large,
.more-link #block-menu-menu-media-navigation .content ul
  .node-test a.large,
.node-test #block-menu-menu-media-navigation .content ul .more-link a.large,
#block-menu-menu-media-navigation .content ul .more-link
  .node-test a.large,
.node-test .more-link a.large.form-submit,
.more-link
  .node-test a.large.form-submit,
.node-test
  .button.large.views-more-link,
.node-test #block-menu-menu-media-navigation .content ul a.large.views-more-link,
#block-menu-menu-media-navigation .content ul
  .node-test a.large.views-more-link,
.node-test .large.views-more-link.form-submit,
.node-test #block-menu-menu-media-navigation .content ul a.large.info,
#block-menu-menu-media-navigation .content ul
  .node-test a.large.info,
.node-test .large.info.form-submit {
  font-size: 1rem;
}

.node-report .button.large.info:hover,
.node-report .more-link a.button.large:hover,
.more-link .node-report a.button.large:hover,
.node-report .more-link #block-menu-menu-media-navigation .content ul a.large:hover,
.more-link #block-menu-menu-media-navigation .content ul .node-report a.large:hover,
.node-report #block-menu-menu-media-navigation .content ul .more-link a.large:hover,
#block-menu-menu-media-navigation .content ul .more-link .node-report a.large:hover,
.node-report .more-link a.large.form-submit:hover,
.more-link .node-report a.large.form-submit:hover,
.node-report
    .button.large.views-more-link:hover,
.node-report #block-menu-menu-media-navigation .content ul a.large.views-more-link:hover,
#block-menu-menu-media-navigation .content ul .node-report a.large.views-more-link:hover,
.node-report .large.views-more-link.form-submit:hover,
.node-report #block-menu-menu-media-navigation .content ul a.large.info:hover,
#block-menu-menu-media-navigation .content ul .node-report a.large.info:hover,
.node-report .large.info.form-submit:hover,
.node-test .button.large.info:hover,
.node-test .more-link a.button.large:hover,
.more-link
    .node-test a.button.large:hover,
.node-test .more-link #block-menu-menu-media-navigation .content ul a.large:hover,
.more-link #block-menu-menu-media-navigation .content ul
    .node-test a.large:hover,
.node-test #block-menu-menu-media-navigation .content ul .more-link a.large:hover,
#block-menu-menu-media-navigation .content ul .more-link
    .node-test a.large:hover,
.node-test .more-link a.large.form-submit:hover,
.more-link
    .node-test a.large.form-submit:hover,
.node-test
    .button.large.views-more-link:hover,
.node-test #block-menu-menu-media-navigation .content ul a.large.views-more-link:hover,
#block-menu-menu-media-navigation .content ul
    .node-test a.large.views-more-link:hover,
.node-test .large.views-more-link.form-submit:hover,
.node-test #block-menu-menu-media-navigation .content ul a.large.info:hover,
#block-menu-menu-media-navigation .content ul
    .node-test a.large.info:hover,
.node-test .large.info.form-submit:hover {
  text-decoration: none;
}

.file .button.large.radius.info,
.file .more-link a.button.large.radius,
.more-link .file a.button.large.radius,
.file .more-link #block-menu-menu-media-navigation .content ul a.large.radius,
.more-link #block-menu-menu-media-navigation .content ul .file a.large.radius,
.file #block-menu-menu-media-navigation .content ul .more-link a.large.radius,
#block-menu-menu-media-navigation .content ul .more-link .file a.large.radius,
.file .more-link a.large.radius.form-submit,
.more-link .file a.large.radius.form-submit,
.file
.button.large.radius.views-more-link,
.file #block-menu-menu-media-navigation .content ul a.large.radius.views-more-link,
#block-menu-menu-media-navigation .content ul .file a.large.radius.views-more-link,
.file .large.radius.views-more-link.form-submit,
.file #block-menu-menu-media-navigation .content ul a.large.radius.info,
#block-menu-menu-media-navigation .content ul .file a.large.radius.info,
.file .large.radius.info.form-submit {
  padding-left: 2rem;
}

/* Sitewide social sharing buttons */

.social-sharing {
  width: 37.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  overflow: hidden;
}

@media print, screen and (min-width: 48.0625em) {
  .social-sharing {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.social-sharing:last-child:not(:first-child) {
  float: right;
}

.social-sharing ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.social-sharing li {
  width: 3em;
  margin: 0;
  padding: 0;
}

.social-sharing li a {
  margin-right: 0;
  padding: 0 !important;
  transition: 300ms ease-out;
}

@media screen and (max-width: 74.9375em) {
  .social-sharing li a {
    font-size: 95%;
    width: 1.25rem !important;
  }
}

.social-sharing .fa-stack {
  bottom: -0.5em;
  width: 1.5em;
}

.social-sharing .fa-stack-1x {
  font-size: 1.25em;
  transition: 300ms ease-out;
}

.social-sharing .fa-stack-2x {
  color: white;
  font-size: 1.25em;
}

.footer-donate-container .social-sharing {
  width: 100%;
  margin-top: 1rem;
  padding: 0;
}

.footer-donate-container .social-sharing .inline-list {
  margin-right: 0;
  padding: 2em;
}

.footer-donate-container .social-sharing li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  padding: 0;
  text-align: center;
}

.footer-donate-container .social-sharing li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  width: 26px !important;
  height: 32px;
  font-size: 1.25rem;
  color: #a9853c;
}

.footer-donate-container .social-sharing li a:hover {
  color: #5e4a21;
}

.footer-donate-container .social-sharing li a.icon-instagram {
  font-size: 1.65em !important;
}

.footer-donate-container .social-sharing li a .fa-instagram {
  margin-right: 0;
}

@media print, screen and (min-width: 64em) {
  .footer-donate-container .social-sharing li a {
    font-size: 1.5em;
  }

  .footer-donate-container .social-sharing li a.icon-instagram {
    font-size: 1.925em !important;
  }
}

.footer-donate-container .social-sharing li a .fa {
  max-width: 26px;
  max-height: 32px;
}

.footer-donate-container .social-sharing li a .fa-stack-2x {
  color: transparent;
}

.footer-donate-container .social-sharing li a .fa-stack-1x {
  position: relative;
  width: auto;
  display: block;
  margin-right: 0;
  color: #a9853c;
}

.footer-donate-container .social-sharing li a .fa-stack-1x:hover {
  color: #5e4a21;
}

@media print, screen and (min-width: 48.0625em) {
  .footer-donate-container .social-sharing .inline-list {
    padding: 1em;
  }
}

.node-webform .webform-client-form .form-type-checkbox input {
  margin-top: .5em;
}

.node-webform .webform-client-form .form-type-checkbox label {
  display: inline;
  font-size: 1em;
}

.node-webform .webform-client-form .form-submit {
  color: #fff;
}

.block-custom-search-blocks .form-text,
.block-custom-search-blocks .form-submit {
  margin-bottom: 0 !important;
}

.search-form .form-submit {
  color: #5e4a21;
}

.search-form .form-submit:hover {
  color: #51401c;
}

.view-id-search .view-empty {
  display: none;
}

#block-views-exp-search-page-page,
#views-exposed-form-search-page {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-right: 1em;
}

#block-views-exp-search-page-page .views-exposed-form,
#views-exposed-form-search-page .views-exposed-form {
  background: transparent;
}

#block-views-exp-search-page-page .required,
#views-exposed-form-search-page .required {
  border: 1px solid #ccc;
}

#block-views-exp-search-page-page .vefl-region-left,
#block-views-exp-search-page-page .vefl-region-right,
#views-exposed-form-search-page .vefl-region-left,
#views-exposed-form-search-page .vefl-region-right {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

#block-views-exp-search-page-page .vefl-region-left::before,
#block-views-exp-search-page-page .vefl-region-left::after,
#block-views-exp-search-page-page .vefl-region-right::before,
#block-views-exp-search-page-page .vefl-region-right::after,
#views-exposed-form-search-page .vefl-region-left::before,
#views-exposed-form-search-page .vefl-region-left::after,
#views-exposed-form-search-page .vefl-region-right::before,
#views-exposed-form-search-page .vefl-region-right::after {
  display: table;
  content: ' ';
}

#block-views-exp-search-page-page .vefl-region-left::after,
#block-views-exp-search-page-page .vefl-region-right::after,
#views-exposed-form-search-page .vefl-region-left::after,
#views-exposed-form-search-page .vefl-region-right::after {
  clear: both;
}

#block-views-exp-search-page-page .views-widget-filter-search_api_views_fulltext,
#views-exposed-form-search-page .views-widget-filter-search_api_views_fulltext {
  width: 83.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  #block-views-exp-search-page-page .views-widget-filter-search_api_views_fulltext,
  #views-exposed-form-search-page .views-widget-filter-search_api_views_fulltext {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#block-views-exp-search-page-page .views-widget-filter-search_api_views_fulltext:last-child:not(:first-child),
#views-exposed-form-search-page .views-widget-filter-search_api_views_fulltext:last-child:not(:first-child) {
  float: right;
}

#block-views-exp-search-page-page .views-widget-filter-search_api_views_fulltext input,
#views-exposed-form-search-page .views-widget-filter-search_api_views_fulltext input {
  margin-bottom: 0;
}

#block-views-exp-search-page-page .views-submit-button,
#views-exposed-form-search-page .views-submit-button {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  top: -2.75em;
}

@media print, screen and (min-width: 48.0625em) {
  #block-views-exp-search-page-page .views-submit-button,
  #views-exposed-form-search-page .views-submit-button {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#block-views-exp-search-page-page .views-submit-button:last-child:not(:first-child),
#views-exposed-form-search-page .views-submit-button:last-child:not(:first-child) {
  float: right;
}

#block-views-exp-search-page-page .views-submit-button input,
#views-exposed-form-search-page .views-submit-button input {
  margin: 0;
  padding: 0.65em 2em;
}

#block-views-exp-search-page-page .views-widget-filter-secondary,
#views-exposed-form-search-page .views-widget-filter-secondary {
  width: 83.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  #block-views-exp-search-page-page .views-widget-filter-secondary,
  #views-exposed-form-search-page .views-widget-filter-secondary {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#block-views-exp-search-page-page .views-widget-filter-secondary:last-child:not(:first-child),
#views-exposed-form-search-page .views-widget-filter-secondary:last-child:not(:first-child) {
  float: right;
}

#block-views-exp-search-page-page .bef-secondary-options .form-item-sort-by,
#views-exposed-form-search-page .bef-secondary-options .form-item-sort-by {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  #block-views-exp-search-page-page .bef-secondary-options .form-item-sort-by,
  #views-exposed-form-search-page .bef-secondary-options .form-item-sort-by {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#block-views-exp-search-page-page .bef-secondary-options .form-item-sort-by:last-child:not(:first-child),
#views-exposed-form-search-page .bef-secondary-options .form-item-sort-by:last-child:not(:first-child) {
  float: right;
}

#block-views-exp-search-page-page .bef-secondary-options .form-item-sort-order,
#views-exposed-form-search-page .bef-secondary-options .form-item-sort-order {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  #block-views-exp-search-page-page .bef-secondary-options .form-item-sort-order,
  #views-exposed-form-search-page .bef-secondary-options .form-item-sort-order {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#block-views-exp-search-page-page .bef-secondary-options .form-item-sort-order:last-child:not(:first-child),
#views-exposed-form-search-page .bef-secondary-options .form-item-sort-order:last-child:not(:first-child) {
  float: right;
}

#block-views-exp-search-page-page .bef-secondary-options .form-item-type,
#views-exposed-form-search-page .bef-secondary-options .form-item-type {
  width: 58.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  #block-views-exp-search-page-page .bef-secondary-options .form-item-type,
  #views-exposed-form-search-page .bef-secondary-options .form-item-type {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#block-views-exp-search-page-page .bef-secondary-options .form-item-type:last-child:not(:first-child),
#views-exposed-form-search-page .bef-secondary-options .form-item-type:last-child:not(:first-child) {
  float: right;
}

.webform-component label {
  font-size: 1.125em;
  margin-top: 1.5em;
  font-weight: 200;
}

.reveal {
  border: 0;
}

.reveal.without-overlay {
  padding: 2em;
}

.reveal:hover {
  outline: 0;
}

.node-type-longform-report .iziModal-content {
  background: #000;
}

.node-type-longform-report .iziModal-content figcaption {
  padding: 1em 2em;
  background: #000;
  color: #fff;
}

.node-type-longform-report .iziModal-content figure,
.node-type-longform-report .iziModal-content figcaption {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.node-type-longform-report .iziModal-header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.node-type-longform-report .izimodal-slide {
  background: #000;
  overflow: visible !important;
}

@media print, screen and (min-width: 48.0625em) {
  .node-type-longform-report .izimodal-slide.isFullscreen {
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom: 2em;
  }
}

.publications-menu-overlay-button {
  display: block;
  margin: 1em auto 2em auto;
}

#publications-menu-overlay {
  min-height: 100%;
  border-radius: 0;
  background-color: #333;
}

#publications-menu-overlay .publications-menu-container {
  padding-top: 2em;
  padding: 1em;
}

#publications-menu-overlay .publications-menu-container a {
  color: #fff;
}

#publications-menu-overlay .iziModal-button-fullscreen {
  display: none !important;
}

#publicationsMenuTitle {
  display: none;
}

#cboxContent,
#cboxWrapper {
  background: #000;
}

#popup-message-background {
  z-index: 1000;
  display: none;
}

#popup-message-window {
  position: fixed;
  display: none;
  z-index: 1001;
  border-radius: .5em;
  overflow: hidden;
}

#popup-message-window a:not(.button):not(#block-menu-menu-media-navigation .content ul a):not(.form-submit) {
  color: #382c14;
}

#popup-message-window h1.popup-message-title {
  display: none;
}

#popup-message-window .popup-header {
  margin-bottom: 1em;
}

#popup-message-window .popup-header h2 {
  font-size: 1.85em;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
  color: #382c14;
}

#popup-message-window .popup-image {
  max-height: 16em;
  overflow: hidden;
  margin-bottom: 1em;
}

#popup-message-window .popup-image img {
  position: relative;
  top: -3em;
}

#popup-message-window .button,
#popup-message-window #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul #popup-message-window a,
#popup-message-window .form-submit {
  margin: 0 auto;
  display: block;
  max-width: 13em;
}

#popup-message-close {
  z-index: 10;
  transform: translateZ(10px);
  -webkit-transform: translate3d(0, 0, 0);
}

.vr-notice-success {
  font-weight: bold;
  color: #b2e693;
}

.pager {
  margin-left: 0;
  margin-bottom: 1rem;
  overflow: auto;
  margin-bottom: 3em !important;
}

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

.pager::after {
  clear: both;
}

.pager li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pager li:last-child,
.pager li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 48.0625em) {
  .pager li {
    display: inline-block;
  }
}

.pager a,
.pager button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pager a:hover,
.pager button:hover {
  background: #e6e6e6;
}

.pager-current {
  padding: 0.1875rem 0.625rem;
  background: #f05822;
  color: #fefefe;
  cursor: default;
  background-color: #61b6d9;
  color: #fff !important;
  padding: 2px 8px 4px 8px !important;
  margin-top: 1.25em !important;
  border-radius: 3px;
}

.contain-to-grid {
  padding: 0;
}

#main-menu {
  display: -ms-flexbox;
  display: flex;
  z-index: 998;
  height: auto;
  width: 100%;
  max-width: 100%;
  min-height: 3em;
  margin-bottom: 1px;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

@media print, screen and (min-width: 48.0625em) {
  .menu-container {
    width: 100%;
    position: relative;
  }
}

#responsive-menu {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

#responsive-menu::before,
#responsive-menu::after {
  display: table;
  content: ' ';
}

#responsive-menu::after {
  clear: both;
}

#responsive-menu .submenu {
  z-index: 100;
  margin-top: 0.5rem;
  padding: 1em;
  background: #382c14;
  background: url("../images/noise.png"), radial-gradient(center top, ellipse cover, #5e4a21 0%, black 100%);
  background-attachment: fixed;
}

#responsive-menu .submenu a {
  font-weight: 400;
  color: #ccc;
}

#responsive-menu a {
  text-decoration: none;
  color: #5e4a21;
  font-family: "Cantarell", "Arial Narrow", sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  letter-spacing: 0;
}

#responsive-menu a:hover,
#responsive-menu a.active {
  color: #a9853c;
}

@media print, screen and (min-width: 64em) {
  #responsive-menu a {
    font-size: 1.15em;
  }
}

#responsive-menu .top-bar-left {
  width: 75%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  #responsive-menu .top-bar-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#responsive-menu .top-bar-left:last-child:not(:first-child) {
  float: right;
}

#responsive-menu .top-bar-left .menu > li,
#responsive-menu .top-bar-left .inline-list > li {
  margin: 0;
}

#responsive-menu .top-bar-left .menu > li > a,
#responsive-menu .top-bar-left .inline-list > li > a {
  padding: 0.7rem .25rem;
}

@media print, screen and (min-width: 64em) {
  #responsive-menu .top-bar-left .menu > li > a,
  #responsive-menu .top-bar-left .inline-list > li > a {
    padding: 0.7rem .5rem;
  }
}

#responsive-menu .top-bar-right {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0 !important;
}

@media print, screen and (min-width: 48.0625em) {
  #responsive-menu .top-bar-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#responsive-menu .top-bar-right:last-child:not(:first-child) {
  float: right;
}

.top-bar-title {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  z-index: 10001;
}

@media print, screen and (min-width: 48.0625em) {
  .top-bar-title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.top-bar-title:last-child:not(:first-child) {
  float: right;
}

.top-bar-title a {
  font-weight: 400;
  color: #fff;
}

.top-bar-title .menu-icon {
  float: right;
  margin-top: .5em;
}

.sidebar .menu li,
.sidebar .inline-list li {
  font-size: 1rem;
}

.sidebar .menu li.active > a,
.sidebar .inline-list li.active > a {
  color: #a9853c;
}

.sidebar .menu li a:hover,
.sidebar .inline-list li a:hover,
.sidebar .menu li a:focus,
.sidebar .inline-list li a:focus {
  text-decoration: none;
}

.sidebar .menu .is-accordion-submenu-parent,
.sidebar .inline-list .is-accordion-submenu-parent,
.sidebar .menu .leaf,
.sidebar .inline-list .leaf {
  font-size: 1.25rem;
}

.sidebar .region-blockgroup-publications-menu {
  background-color: rgba(204, 180, 141, 0.2);
}

@media screen and (max-width: 48em) {
  .sidebar .region-blockgroup-publications-menu {
    display: none !important;
  }
}

.sidebar .region-blockgroup-publications-menu .content {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}

.sidebar .region-blockgroup-publications-menu .block-block,
.sidebar .region-blockgroup-publications-menu .block-views {
  background-color: transparent;
}

.sidebar .region-blockgroup-publications-menu .menu > li,
.sidebar .region-blockgroup-publications-menu .inline-list > li {
  margin-left: 0;
}

.sidebar .region-blockgroup-publications-menu .menu > li > a,
.sidebar .region-blockgroup-publications-menu .inline-list > li > a {
  padding-left: 0;
}

@media screen and (max-width: 48em) {
  .top-bar-title {
    top: 0;
    height: 2.75em;
  }

  #responsive-menu {
    display: none;
    position: absolute;
    top: 3em;
    left: 0;
    z-index: 100;
    background-color: #333;
  }

  #responsive-menu .top-bar-left,
  #responsive-menu .top-bar-right {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 48em) and (min-width: 48.0625em) {
  #responsive-menu .top-bar-left,
  #responsive-menu .top-bar-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 48em) {
  #responsive-menu .top-bar-left:last-child:not(:first-child),
  #responsive-menu .top-bar-right:last-child:not(:first-child) {
    float: right;
  }

  #responsive-menu .top-bar-right {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  #responsive-menu ul,
  #responsive-menu .submenu {
    background-color: #333;
  }

  #responsive-menu a {
    font-weight: normal;
    color: #fff;
  }

  .pager .pager-item {
    display: none !important;
  }

  .pager .pager-next {
    display: inline-block !important;
  }
}

@media print, screen and (min-width: 48.0625em) {
  #main-menu {
    background-color: #fff;
  }

  #main-menu .medium-horizontal > li {
    display: inline-block;
  }

  .site-brand {
    height: 60px;
  }

  .contain-to-grid {
    padding: 0;
    background: #fff;
  }

  .pager .pager-item,
  .pager .pager-next,
  .pager .pager-last {
    display: inline-block !important;
  }
}

@media screen and (max-width: 48em) {
  .no-js .top-bar {
    display: none;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .no-js .title-bar {
    display: none;
  }
}

picture.thumbnail,
picture.th {
  width: 100%;
}

.views-field-field-report-picture a,
.field-name-field-report-picture a {
  width: 100%;
}

.views-field-field-report-picture img,
.field-name-field-report-picture img {
  width: 100%;
  height: 100%;
}

.field-name-field-header-image {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.field-name-field-header-image img {
  width: 100% !important;
}

@media print, screen and (min-width: 48.0625em) {
  .page-node-5300 .hero-intro .title-container,
  .page-node-5294 .hero-intro .title-container,
  .page-node-5301 .hero-intro .title-container {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 50%;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .page-node-5300 .hero-intro .title-container,
  .page-node-5294 .hero-intro .title-container,
  .page-node-5301 .hero-intro .title-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .page-node-5300 .hero-intro .title-container:last-child:not(:first-child),
  .page-node-5294 .hero-intro .title-container:last-child:not(:first-child),
  .page-node-5301 .hero-intro .title-container:last-child:not(:first-child) {
    float: right;
  }

  .page-node-5300 .title,
  .page-node-5294 .title,
  .page-node-5301 .title {
    font-size: 4.5em;
  }
}

.page-node-5300 .title,
.page-node-5294 .title,
.page-node-5301 .title {
  text-transform: uppercase;
}

.page-node-5300 .hero-intro,
.page-node-5294 .hero-intro,
.page-node-5301 .hero-intro {
  display: none !important;
}

.orbit {
  min-height: 15em !important;
}

.orbit .preloader {
  position: absolute;
  z-index: 199;
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat center center;
}

.no-js .play-orbit {
  display: none;
}

.play-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
  width: 4em;
  height: 4em;
  color: #fff;
  cursor: pointer;
}

.play-orbit i {
  color: #fff;
  font-size: 4em;
}

@media screen and (max-width: 63.9375em) {
  .play-orbit i {
    font-size: 3em;
  }
}

#walls-slider {
  margin-top: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#walls-slider .orbit-container,
#walls-slider .scroll-image,
#walls-slider .scroll-cover,
#walls-slider .orbit-container {
  background: black;
}

#walls-slider .orbit-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#walls-slider .orbit-previous,
#walls-slider .orbit-next {
  z-index: 200;
  display: none !important;
}

#walls-slider .orbit-caption,
#walls-slider .title-caption {
  z-index: 1000;
  padding: .25rem;
}

@media print, screen and (min-width: 48.0625em) {
  #walls-slider .orbit-caption,
  #walls-slider .title-caption {
    padding: 1em;
  }
}

#walls-slider .columns,
#walls-slider #agroecology-landing section,
#agroecology-landing #walls-slider section {
  display: block;
  -webkit-flex: 0 0 91.6667%;
}

#walls-slider blockquote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  border: 0;
}

@media screen and (max-width: 48em) {
  #walls-slider blockquote {
    padding: .5rem;
    margin-bottom: 0;
  }
}

#walls-slider blockquote h5,
#walls-slider blockquote h2,
#walls-slider blockquote p {
  font-weight: 400;
  line-height: 1em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

#walls-slider blockquote h2 {
  font-size: 2.5em;
  font-weight: 600;
  text-transform: uppercase;
}

@media print, screen and (min-width: 48.0625em) {
  #walls-slider blockquote h2 {
    font-size: 3em;
  }
}

@media print, screen and (min-width: 64em) {
  #walls-slider blockquote h2 {
    font-size: 5em;
  }
}

#walls-slider blockquote h5 {
  font-size: 1.125em;
}

@media print, screen and (min-width: 48.0625em) {
  #walls-slider blockquote h5 {
    font-size: 2em;
  }
}

@media print, screen and (min-width: 64em) {
  #walls-slider blockquote h5 {
    font-size: 2.25em;
  }
}

#walls-slider blockquote p {
  font-size: 1.125em;
  line-height: 1.25em;
}

@media print, screen and (min-width: 48.0625em) {
  #walls-slider blockquote p {
    font-size: 1.125em;
    line-height: 1em;
  }
}

@media print, screen and (min-width: 64em) {
  #walls-slider blockquote p {
    font-size: 1.25em;
    line-height: 1em;
  }
}

#walls-slider .walls-black-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
}

#walls-slider .walls-black-title .title-caption {
  position: absolute;
  height: 100%;
  width: 100%;
}

#walls-slider .walls-black-title .title-caption p {
  font-size: 1.125em;
  color: #fff;
}

@media print, screen and (min-width: 48.0625em) {
  #walls-slider .walls-black-title .title-caption p {
    font-size: 2.5em;
    line-height: 1.25em;
  }
}

.scroll-title-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 102;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
}

.scroll-title-container blockquote {
  width: 100%;
  height: 100%;
  color: #fff;
  border: 0;
}

.scroll-title-container blockquote h2 {
  line-height: 1em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

@media print, screen and (min-width: 48.0625em) {
  .scroll-title-container blockquote h2 {
    font-size: 3em;
  }
}

@media print, screen and (min-width: 64em) {
  .scroll-title-container blockquote h2 {
    font-size: 4em;
  }
}

.scroll-container {
  height: auto;
}

.scroll-image,
.scroll-image-title {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}

.scroll-image img,
.scroll-image-title img {
  width: 100%;
}

.scroll-cover {
  z-index: 100;
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.didactic-caption {
  background: transparent;
  top: 0;
}

.scroll-didactic p {
  font-size: 1.25em;
  line-height: 1.5em;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.85);
}

@media print, screen and (min-width: 48.0625em) {
  .scroll-didactic p {
    font-size: 2.5em !important;
    line-height: 1.5em !important;
  }
}

.animate-faster.is-animating {
  animation-duration: 7500ms !important;
  transition-duration: 500ms !important;
}

/*.animate-slower.is-animating {
  transition-duration: 5s!important;
  animation-duration: 3s!important;
}
*/

.scroll-title-container {
  animation-name: custom-1;
  animation-duration: 3s;
  animation-delay: 0s;
}

@keyframes custom-1 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-cover {
  animation-name: fade-0-to-100;
  animation-duration: 0;
  animation-delay: 0s;
}

@keyframes fade-0-to-100 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.didactic-caption blockquote {
  animation-name: fade-0-to-100;
  animation-duration: 500ms;
  animation-delay: 0s;
}

@keyframes fade-0-to-100 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.title-caption {
  animation-name: fade-0-to-100;
  animation-duration: 2s;
  animation-delay: 0s;
}

@keyframes fade-0-to-100 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.orbit-caption {
  animation-name: fade-0-to-100;
  animation-duration: 2s;
  animation-delay: 2s;
}

@keyframes fade-0-to-100 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.scroll-left {
  animation-name: custom-2;
  animation-duration: 8500ms;
  animation-delay: 0s;
}

@keyframes custom-2 {
  0% {
    transform: scale(1.25) translateX(1.5%);
  }

  100% {
    transform: scale(1.185) translateX(0);
  }
}

.scroll-right {
  animation-name: custom-3;
  animation-duration: 8500ms;
  animation-delay: 0s;
}

@keyframes custom-3 {
  0% {
    transform: scale(1.25) translateX(-1.5%);
  }

  100% {
    transform: scale(1.185) translateX(0);
  }
}

.scroll-down {
  animation-name: custom-4;
  animation-duration: 8500ms;
  animation-delay: 0s;
}

@keyframes custom-4 {
  0% {
    transform: scale(1.25) translateY(-1.5%);
  }

  100% {
    transform: scale(1.185) translateY(0);
  }
}

.fade-out .scroll-image-title {
  animation-name: custom-5;
  animation-duration: 2s;
  animation-delay: 0s;
}

@keyframes custom-5 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.walls-slide-3 blockquote p,
.walls-slide-7 blockquote p,
.walls-slide-20 blockquote p {
  text-align: center;
}

.walls-slide-interstitial .orbit-caption {
  display: none !important;
}

.main-content .sticky-container {
  margin-bottom: 3em;
  z-index: 997;
}

.main-content .sticky-container .is-stuck {
  margin-top: 4.5em !important;
}

/* Admin menu */

body #admin-menu {
  font-size: 1em;
}

.logged-in .tabs {
  margin-top: 2px;
  margin-left: auto !important;
}

#page-title + .tabs:first-of-type .tabs.primary,
#content > .tabs:first-of-type .tabs.primary,
.issue-content-wrapper .tabs:first-of-type .tabs.primary {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

#page-title + .tabs:first-of-type .tabs.primary li a,
#content > .tabs:first-of-type .tabs.primary li a,
.issue-content-wrapper .tabs:first-of-type .tabs.primary li a {
  color: #5e4a21;
}

#page-title + .tabs:first-of-type .tabs.primary li a:hover,
#content > .tabs:first-of-type .tabs.primary li a:hover,
.issue-content-wrapper .tabs:first-of-type .tabs.primary li a:hover {
  background-color: #eee;
}

#page-title + .tabs:first-of-type .tabs.primary .active a,
#content > .tabs:first-of-type .tabs.primary .active a,
.issue-content-wrapper .tabs:first-of-type .tabs.primary .active a {
  color: #000;
}

/* Case Study Landing Page */

.page-node-4980 .hero-intro .field-name-body p {
  font-size: 1.125em;
}

@media screen and (min-width: 75em) {
  .page-node-4980 .hero-intro .field-name-body p {
    font-size: 1.35em;
  }
}

@media screen and (min-width: 90em) {
  .page-node-4980 .hero-intro .field-name-body p {
    font-size: 1.65em;
  }
}

#agroecology-landing section {
  margin-top: 4em;
}

#agroecology-landing section hr {
  margin-bottom: 1em;
}

#agroecology-landing h2 {
  text-align: center;
}

#map {
  margin-top: 2em;
}

.magellan-container {
  clear: both;
}

.sub-nav {
  background-color: rgba(209, 160, 128, 0.5);
  padding: 10px 10px 10px 0;
}

#case-overview img {
  width: 100%;
  margin-top: 1.5em;
}

#case-overview dd,
#contributors dd {
  margin: 0 1em;
}

#case-overview p a,
#contributors p a {
  box-shadow: inset 0 -2px 0 #d7be8e;
  text-decoration: none;
  color: #382c14;
}

#case-overview p a:hover,
#contributors p a:hover {
  text-decoration: none;
  background-color: #d7be8e;
  box-shadow: 0 0;
  border-color: transparent;
  border-top: 3px solid transparent;
  color: initial;
}

#case-overview .content.active,
#contributors .content.active {
  background-color: none;
}

.agro-more-container {
  padding-top: 1em;
}

.agro-more {
  text-align: center !important;
}

#case-study-intro {
  width: 60%;
  float: left;
}

#case-study_content_wrap #page-title {
  text-transform: uppercase;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-size: 3em;
  float: left;
  width: 100%;
  font-weight: bold;
  margin: 0;
  padding: 50px 10px 10px 0;
}

#case-study_content_wrap .field-name-body {
  width: 95%;
  float: left;
}

#case-study_content_wrap .field-name-body p {
  font-size: 1em;
  line-height: 1.5em;
}

#case-study_content_wrap .field-name-field-image img {
  float: left;
  width: 40%;
  height: 40%;
}

#case-study_content_wrap .field-name-field-facts,
#case-study_content_wrap .field-name-field-what {
  clear: both;
  padding: 15px 0;
}

#case-study_content_wrap .field-name-field-what {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
}

#case-study_content_wrap .field-label {
  text-transform: uppercase;
  font-family: "FranklinGothicURW-Dem", Arial, sans-serif;
  font-size: 1.5em;
}

#case-study_content_wrap h1.page-title {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}

#case-study-set {
  border-top: 3px solid #231f20;
  border-bottom: 3px solid #231f20;
  margin-bottom: 20px;
}

.case-study-content {
  border-bottom: 3px solid #ccc;
}

.case-study-content #leaflet-map {
  margin: 1em 0;
}

/* Style Leaflet map popup */

#leaflet-map .leaflet-popup a {
  text-decoration: none;
}

.leaflet-popup-content-wrapper {
  overflow: hidden;
}

/* Style node location map */

.taxonomy-case-study .region .block-views {
  padding: 1em;
  margin-top: 2em;
}

.taxonomy-case-study .region .block-views h2 {
  font-size: 2em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}

/* explore-case-studies */

.page-node-4982 .title {
  margin-top: 1em;
}

.page-node-4982 .leaflet-container {
  width: 100%;
}

.main-content .view-case-studies .views-field-title {
  margin: 0;
  font-size: 1.5em;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
}

.main-content .view-case-studies .views-field-title,
.main-content .view-case-studies .views-field-body,
.main-content .view-case-studies .views-field-field-report-picture {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .main-content .view-case-studies .views-field-title,
  .main-content .view-case-studies .views-field-body,
  .main-content .view-case-studies .views-field-field-report-picture {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.main-content .view-case-studies .views-field-title:last-child:not(:first-child),
.main-content .view-case-studies .views-field-body:last-child:not(:first-child),
.main-content .view-case-studies .views-field-field-report-picture:last-child:not(:first-child) {
  float: right;
}

.main-content .view-case-studies .views-field-body p {
  padding: 0;
}

.main-content .view-case-studies .views-field-field-report-picture img {
  margin: 1px;
}

.main-content .view-case-studies h3 {
  margin-top: 0;
  font-size: 1em;
  font-weight: 600;
  color: #247596;
}

/* Style Explore Case Study Button */

#agro-explore {
  background-color: rgba(209, 160, 128, 0.75);
  border-color: #d1a080;
}

#agro-explore:hover {
  background-color: rgba(209, 160, 128, 0.9);
}

/* Case Study landing page blocks */

.case-study-block-top,
.case-study-block {
  margin: 0.5em;
}

.case-study-block-top img,
.case-study-block img {
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.case-study-block-top:hover,
.case-study-block:hover {
  opacity: 0.75;
}

.case-study-block-top h2,
.case-study-block h2 {
  line-height: 2em;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 3px 0 20px 0;
  margin: 0;
  position: absolute;
  bottom: -5px;
  width: 100%;
  text-align: center;
}

.case-study-block-top:hover h2,
.case-study-block:hover h2 {
  background: rgba(255, 255, 255, 0.95);
  bottom: 0;
}

.case-study-block-top {
  border-bottom: 3px solid #231f20;
  overflow: hidden;
}

.case-study-block-padder {
  position: relative;
  padding: 5px;
}

.case-study-row {
  width: 24.9%;
  float: left;
  border-right: 1px  dotted #231f20;
  margin-top: 5px;
  margin-bottom: 5px;
}

.case-study-row p {
  margin: 0;
}

/* Case Study Left Column -- Content */

.case-study-left h2 {
  font-size: 2.5em;
  padding: 1em 0 0.5em 0;
}

/* Agroecology report page field-items */

.taxonomy-agroecology-case-studies .field .field-label,
.taxonomy-agroecology-case-studies .field-items {
  font-weight: normal;
  line-height: 1.65em;
}

.field-name-field-issues {
  margin: 20px 0 10px 0;
  font-size: 11px;
}

.field-name-field-issues .field-item {
  float: left;
  padding: 0 4px;
  font-size: 11px;
}

/* Acknowledgements Section */

#contributors ul {
  margin: 2em 0;
}

#contributors .large-block-grid-2 li {
  padding-bottom: 3em;
}

#contributors h3 {
  font-size: 2em;
  margin: 3em 0 2em 0;
  text-align: center;
}

@media print, screen and (min-width: 48.0625em) {
  .main-content .view-case-studies .views-field-content-wrap {
    width: 75%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    left: 25%;
  }

  .main-content .view-case-studies .views-field-content-wrap:last-child:not(:first-child) {
    float: right;
  }

  .main-content .view-case-studies .views-field-field-report-picture {
    width: 25%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    left: -75%;
  }

  .main-content .view-case-studies .views-field-field-report-picture:last-child:not(:first-child) {
    float: right;
  }
}

.view-blog h3 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.125em;
}

.view-blog .view-display-id-block_1 h1 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.125em;
}

.view-blog .featured-blog-image {
  margin-bottom: 1.5em;
}

.view-blog .featured-blog-image img {
  width: 100%;
}

.view-blog .date-display-single,
.view-blog .views-field-field-author-name {
  display: inline-block;
  display: inline-block;
}

.view-blog .date-display-single a,
.view-blog .views-field-field-author-name a {
  color: #247596 !important;
}

.view-blog .date-display-single {
  margin-right: 1em;
}

.view-blog .label,
.view-blog .more-link a,
.more-link .view-blog a,
.view-blog
.views-more-link,
.view-blog .main-content .views-field-field-language a,
.main-content .views-field-field-language .view-blog a {
  margin-top: .5em;
}

/* Image styles */

.node-type-blog-post .field-name-field-author-name {
  color: #247596;
}

.node-type-blog-post .field-name-field-author-name * {
  display: inline-block;
}

.node-type-blog-post .field-name-field-author-name a {
  color: #247596;
}

.node-type-blog-post .field-label {
  padding-right: .25em;
}

.node-type-blog-post .field-name-body {
  margin-top: 1em;
}

.node-type-blog-post figure {
  max-width: 600px;
  margin: 2em auto;
}

.node-type-blog-post .view-mode-author_blog_profile,
.node-type-blog-post .field-name-field-author {
  margin-top: 2em;
  padding: 1em;
  border: 1px solid rgba(169, 133, 60, 0.25);
}

.node-type-blog-post .view-mode-author_blog_profile .field-label,
.node-type-blog-post .field-name-field-author .field-label {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #247596;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #247596;
}

.node-type-blog-post .view-mode-author_blog_profile .field-items,
.node-type-blog-post .field-name-field-author .field-items {
  padding-top: 1rem;
}

.node-type-blog-post .view-mode-author_blog_profile h4,
.node-type-blog-post .field-name-field-author h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

.node-type-blog-post .view-mode-author_blog_profile .group-left,
.node-type-blog-post .field-name-field-author .group-left {
  width: 16.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.node-type-blog-post .view-mode-author_blog_profile .group-left:last-child:not(:first-child),
.node-type-blog-post .field-name-field-author .group-left:last-child:not(:first-child) {
  float: right;
}

.node-type-blog-post .view-mode-author_blog_profile .group-right,
.node-type-blog-post .field-name-field-author .group-right {
  width: 83.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .node-type-blog-post .view-mode-author_blog_profile .group-right,
  .node-type-blog-post .field-name-field-author .group-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.node-type-blog-post .view-mode-author_blog_profile .group-right:last-child:not(:first-child),
.node-type-blog-post .field-name-field-author .group-right:last-child:not(:first-child) {
  float: right;
}

.node-type-blog-post .view-mode-author_blog_profile .field-name-body,
.node-type-blog-post .field-name-field-author .field-name-body {
  margin: 0;
}

@media screen and (max-width: 63.9375em) {
  .node-type-blog-post .view-mode-author_blog_profile .group-left,
  .node-type-blog-post .field-name-field-author .group-left {
    width: 33.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .node-type-blog-post .view-mode-author_blog_profile .group-left:last-child:not(:first-child),
  .node-type-blog-post .field-name-field-author .group-left:last-child:not(:first-child) {
    float: right;
  }

  .node-type-blog-post .view-mode-author_blog_profile .group-right,
  .node-type-blog-post .field-name-field-author .group-right {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 63.9375em) and (min-width: 48.0625em) {
  .node-type-blog-post .view-mode-author_blog_profile .group-right,
  .node-type-blog-post .field-name-field-author .group-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .node-type-blog-post .view-mode-author_blog_profile .group-right:last-child:not(:first-child),
  .node-type-blog-post .field-name-field-author .group-right:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 26.25em) {
  .node-type-blog-post .view-mode-author_blog_profile .group-left,
  .node-type-blog-post .field-name-field-author .group-left {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 1em;
  }

  .node-type-blog-post .view-mode-author_blog_profile .group-left:last-child:not(:first-child),
  .node-type-blog-post .field-name-field-author .group-left:last-child:not(:first-child) {
    float: right;
  }

  .node-type-blog-post .view-mode-author_blog_profile .group-left picture,
  .node-type-blog-post .field-name-field-author .group-left picture {
    width: 41.66667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .node-type-blog-post .view-mode-author_blog_profile .group-left picture:last-child:not(:first-child),
  .node-type-blog-post .field-name-field-author .group-left picture:last-child:not(:first-child) {
    float: right;
  }

  .node-type-blog-post .view-mode-author_blog_profile .group-right,
  .node-type-blog-post .field-name-field-author .group-right {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .node-type-blog-post .view-mode-author_blog_profile .group-right:last-child:not(:first-child),
  .node-type-blog-post .field-name-field-author .group-right:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 48em) {
  .view-blog h3 {
    font-size: 1.4em;
  }

  .view-blog .label,
  .view-blog .more-link a,
  .more-link .view-blog a,
  .view-blog
  .views-more-link,
  .view-blog .main-content .views-field-field-language a,
  .main-content .views-field-field-language .view-blog a {
    display: none;
  }
}

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

	Image Galleries

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

.node-image-gallery .field-name-field-images .field-items {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.node-image-gallery .field-name-field-images .field-items::before,
.node-image-gallery .field-name-field-images .field-items::after {
  display: table;
  content: ' ';
}

.node-image-gallery .field-name-field-images .field-items::after {
  clear: both;
}

.node-image-gallery .field-name-field-images .field-item {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 48.0625em) {
  .node-image-gallery .field-name-field-images .field-item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.node-image-gallery .field-name-field-images .field-item:last-child:not(:first-child) {
  float: right;
}

.node-image-gallery .field-name-field-images .field-item a {
  display: block;
  overflow: hidden;
  max-height: 8.5em;
}

.node-image-gallery .field-name-field-images .field-item img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 48.0625em) {
  .node-image-gallery .field-name-field-images .field-item {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .node-image-gallery .field-name-field-images .field-item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .node-image-gallery .field-name-field-images .field-item:last-child:not(:first-child) {
    float: right;
  }
}

.node-contract .content > .field-name-field-pdf-preview .field-item {
  float: left;
  width: 25%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .node-contract .content > .field-name-field-pdf-preview .field-item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.node-contract .content > .field-name-field-pdf-preview .field-item:nth-of-type(1n) {
  clear: none;
}

.node-contract .content > .field-name-field-pdf-preview .field-item:nth-of-type(4n+1) {
  clear: both;
}

.node-contract .content > .field-name-field-pdf-preview .field-item:last-child {
  float: left;
}

.node-contract .content .pdfpreview-field_pdf_preview img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
  margin-top: 1px;
}

/* Footer */

.content-info {
  width: 100%;
  min-height: 26em;
  margin: 3em 0 0;
  color: #ddd;
}

.content-info a {
  color: #ddd;
  text-decoration: none;
}

.content-info a:hover {
  color: #dd8f39;
}

.content-info .menu,
.content-info .inline-list {
  list-style-type: none;
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
}

.content-info li {
  display: block;
  padding-top: .5em;
}

.content-info li a {
  padding-left: 0;
  text-decoration: none;
  color: #ccc;
  text-transform: capitalize;
  font-size: 1.125em;
  font-weight: 500;
}

.content-info li.first {
  padding-top: 0;
}

.content-info li.first a {
  margin: 2px 0 0;
}

.content-info li.leaf {
  padding-left: 1em;
}

.content-info li.last a {
  border-right: none;
}

/* Newsletter Sign Up */

.newsletter-sign-up {
  overflow: auto;
  padding: 1.5em 0;
  background-color: #925e60;
}

.newsletter-sign-up h3 {
  text-align: center;
  font-size: 1.5em;
  padding-bottom: .5em;
  color: #fff;
}

.newsletter-sign-up label {
  display: none;
}

.newsletter-sign-up input {
  width: 100%;
  height: 2.5em;
  border-radius: 4px;
  padding: .175em 1em;
  line-height: 2em;
  font-size: .875rem;
  color: #5e5e5e;
}

.newsletter-sign-up:-ms-input-placeholder {
  font-size: 1.5em !important;
  font-weight: 200;
}

.newsletter-sign-up::placeholder {
  font-size: 1.5em !important;
  font-weight: 200;
}

.newsletter-sign-up .vr-notice {
  position: absolute;
  top: -2em;
}

.newsletter-sign-up .submit {
  margin-top: 2em;
  color: #fff;
}

.newsletter-sign-up .vr-signup-form {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .newsletter-sign-up .vr-signup-form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.newsletter-sign-up .vr-signup-form:last-child:not(:first-child) {
  float: right;
}

.page-node-4273 .newsletter-sign-up {
  display: none;
}

.brand-menu {
  min-height: 100%;
  border-top: 2px solid #231f20;
  padding-top: 1.5em;
  background: #382c14;
  background: url("../images/noise.png"), radial-gradient(center top, ellipse cover, #5e4a21 0%, black 100%);
  background-attachment: fixed;
}

.region-footer {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 0;
}

.region-footer::before,
.region-footer::after {
  display: table;
  content: ' ';
}

.region-footer::after {
  clear: both;
}

.footer-logo,
.footer-about {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .footer-logo,
  .footer-about {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.footer-logo:last-child:not(:first-child),
.footer-about:last-child:not(:first-child) {
  float: right;
}

.footer-logo img {
  padding-bottom: 1em;
}

.footer-about p {
  margin-bottom: 0;
  font-size: 0.95em !important;
}

.footer-donate-container {
  text-align: center;
  margin: 3em 0;
}

.footer-donate.button,
#block-menu-menu-media-navigation .content ul a.footer-donate,
.footer-donate.form-submit {
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .footer-donate.button,
  #block-menu-menu-media-navigation .content ul a.footer-donate,
  .footer-donate.form-submit {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 48em) {
  .footer-donate.button,
  #block-menu-menu-media-navigation .content ul a.footer-donate,
  .footer-donate.form-submit {
    margin-left: auto;
    margin-right: auto;
  }
}

#block-menu-menu-footer-menu h2,
#block-block-70 h2 {
  display: none;
}

#block-block-70 p {
  margin-top: 0;
}

.copyright-container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 0;
  text-align: center;
}

.copyright-container::before,
.copyright-container::after {
  display: table;
  content: ' ';
}

.copyright-container::after {
  clear: both;
}

.copyright {
  display: inline-block;
  margin-top: 2em;
  font-size: 75%;
}

@media screen and (max-width: 48em) {
  .copyright {
    display: block;
  }
}

.legal {
  margin-left: 2.5em;
}

.legal a {
  text-decoration: none;
  font-size: 95%;
  color: #ccc;
}

@media screen and (max-width: 48em) {
  .legal {
    display: block;
    margin-left: 0;
  }
}

.footer-brand,
.footer-donate-container,
#block-menu-menu-footer-menu,
#block-menu-menu-issues-menu {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 2em;
}

@media print, screen and (min-width: 48.0625em) {
  .footer-brand,
  .footer-donate-container,
  #block-menu-menu-footer-menu,
  #block-menu-menu-issues-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.footer-brand:last-child:not(:first-child),
.footer-donate-container:last-child:not(:first-child),
#block-menu-menu-footer-menu:last-child:not(:first-child),
#block-menu-menu-issues-menu:last-child:not(:first-child) {
  float: right;
}

#block-menu-menu-issues-menu h2,
#block-menu-menu-footer-menu h2 {
  line-height: 1em;
  color: #fff;
  text-align: center;
}

#block-menu-menu-issues-menu ul,
#block-menu-menu-footer-menu ul {
  margin: 0;
  padding: 0;
}

#block-menu-menu-issues-menu li,
#block-menu-menu-footer-menu li {
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}

#block-menu-menu-issues-menu h2,
#block-menu-menu-footer-menu h2 {
  font-size: 2em;
  text-align: left;
}

#block-menu-menu-issues-menu li,
#block-menu-menu-footer-menu li {
  text-align: left;
}

@media screen and (max-width: 48em) {
  .footer-about {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #faf8f4;
  }

  #block-menu-menu-issues-menu {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 48em) and (min-width: 48.0625em) {
  #block-menu-menu-issues-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 48em) {
  #block-menu-menu-issues-menu:last-child:not(:first-child) {
    float: right;
  }

  #block-menu-menu-footer-menu {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 48em) and (min-width: 48.0625em) {
  #block-menu-menu-footer-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 48em) {
  #block-menu-menu-footer-menu:last-child:not(:first-child) {
    float: right;
  }

  .footer-donate-container {
    margin-top: 0;
    padding-top: 2em;
    border-top: 1px solid #faf8f4;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .footer-brand {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .footer-brand {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .footer-brand:last-child:not(:first-child) {
    float: right;
  }

  .footer-donate-container {
    text-align: left;
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 1.75em;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .footer-donate-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .footer-donate-container:last-child:not(:first-child) {
    float: right;
  }

  #block-menu-menu-footer-menu {
    width: 16.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  #block-menu-menu-footer-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  #block-menu-menu-footer-menu:last-child:not(:first-child) {
    float: right;
  }

  #block-menu-menu-issues-menu {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  #block-menu-menu-issues-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  #block-menu-menu-issues-menu:last-child:not(:first-child) {
    float: right;
  }

  #block-menu-menu-issues-menu li,
  #block-menu-menu-issues-menu h2,
  #block-menu-menu-footer-menu li,
  #block-menu-menu-footer-menu h2 {
    text-align: left;
  }

  .newsletter-sign-up .submit {
    margin-top: 0 !important;
  }

  .newsletter-sign-up .vr-signup-form {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .newsletter-sign-up .vr-signup-form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .newsletter-sign-up .vr-signup-form:last-child:not(:first-child) {
    float: right;
  }

  .newsletter-sign-up .vr-signup-form,
  .newsletter-sign-up .vr-signup-form:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .legal {
    margin-left: inherit;
  }
}

/* Main Menu Region */

/* Site Branding */

#masthead {
  background-color: #727342;
}

.home-link {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-left: 0 !important;
}

@media print, screen and (min-width: 48.0625em) {
  .home-link {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.home-link:last-child:not(:first-child) {
  float: right;
}

#tagline {
  width: 75%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-left: 1.5em;
  color: #fff;
  font-family: "Cantarell", "Arial Narrow", sans-serif;
  font-size: 0.6rem;
  line-height: 1.25em;
  border-left: 1px solid #fff;
}

@media print, screen and (min-width: 48.0625em) {
  #tagline {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#tagline:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 64em) {
  #tagline {
    font-size: 0.95em;
  }
}

.action-tag {
  display: block;
  font-weight: bold;
  font-size: 110%;
}

#site-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
}

.site-brand {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  /* Donate, social links */
}

.site-brand::before,
.site-brand::after {
  display: table;
  content: ' ';
}

.site-brand::after {
  clear: both;
}

.site-brand .title-container {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 60px;
}

@media print, screen and (min-width: 48.0625em) {
  .site-brand .title-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.site-brand .title-container:last-child:not(:first-child) {
  float: right;
}

.site-brand img {
  max-height: 55px;
  padding-bottom: 0.25rem;
}

.site-brand .brand-social-donate {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}

.site-brand .brand-social-donate:last-child:not(:first-child) {
  float: right;
}

.site-brand .brand-social-donate .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.site-brand .brand-social-donate .social-brand {
  width: 66.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.site-brand .brand-social-donate .social-brand:last-child:not(:first-child) {
  float: right;
}

.site-brand .brand-social-donate .social-brand li a:hover {
  color: #382c14;
}

.site-brand .brand-social-donate .donate-brand {
  padding: 0;
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.site-brand .brand-social-donate .donate-brand:last-child:not(:first-child) {
  float: right;
}

.site-brand .brand-social-donate .donate-brand .button,
.site-brand .brand-social-donate .donate-brand #block-menu-menu-media-navigation .content ul a,
#block-menu-menu-media-navigation .content ul .site-brand .brand-social-donate .donate-brand a,
.site-brand .brand-social-donate .donate-brand .form-submit {
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  color: #fff;
}

.site-brand .brand-social-donate .donate-brand .button:hover,
.site-brand .brand-social-donate .donate-brand #block-menu-menu-media-navigation .content ul a:hover,
#block-menu-menu-media-navigation .content ul .site-brand .brand-social-donate .donate-brand a:hover,
.site-brand .brand-social-donate .donate-brand .form-submit:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 64em) {
  .site-brand .brand-social-donate .donate-brand .button,
  .site-brand .brand-social-donate .donate-brand #block-menu-menu-media-navigation .content ul a,
  #block-menu-menu-media-navigation .content ul .site-brand .brand-social-donate .donate-brand a,
  .site-brand .brand-social-donate .donate-brand .form-submit {
    font-size: 1.25rem;
  }
}

/* Breadcrumbs */

.breadcrumb {
  margin: 10px 0 0 15px;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  color: #f05822;
  font-size: 1em;
  width: 640px;
}

#breadcrumb_views {
  margin: 10px 0 0 3px;
  color: #f05822;
  float: left;
}

#breadcrumb_views a {
  color: #000;
}

.breadcrumb_seperator {
  margin: 0 5px;
  color: #000;
  font-size: 1em;
}

.title {
  color: #000;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  padding: 20px 20px 15px 0px;
  margin: 5px 0 0 0;
  letter-spacing: -0.02em;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}

.hero-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  min-height: 375px;
  height: 375px;
  margin-bottom: 2em;
  background-size: cover !important;
  border-bottom: 1px solid #ccc;
}

.hero-intro .title-container,
.hero-intro .field-name-body {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .hero-intro .title-container,
  .hero-intro .field-name-body {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.hero-intro .title-container:last-child:not(:first-child),
.hero-intro .field-name-body:last-child:not(:first-child) {
  float: right;
}

.hero-intro #page-title {
  font-size: 3.25em;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(95, 95, 95, 0.9);
}

.hero-intro .field-name-body,
.hero-intro .intro-summary {
  height: 400px;
  position: relative;
  height: 375px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjNmQ2ZDZkIiBzdG9wLW9wYWNpdHk9IjAuMzIiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC40NCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMC42OSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiMwNzA3MDciIHN0b3Atb3BhY2l0eT0iMC43OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(109, 109, 109, 0.32) 5%, rgba(51, 51, 51, 0.44) 7%, rgba(33, 33, 33, 0.69) 11%, rgba(7, 7, 7, 0.79) 17%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#c9070707', GradientType=1);
  /* IE6-8 */
}

.hero-intro .field-name-body p,
.hero-intro .intro-summary p {
  max-width: 30em;
  padding-top: 0;
  padding-left: 3em;
  padding-right: 1em;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 1px;
}

.hero-intro .field-name-body p,
.hero-intro .intro-summary p {
  color: #fff;
}

.hero-intro .caption {
  display: block;
  position: relative;
  margin-top: 1em;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1em;
  color: #aaa;
}

.hero-intro .field-name-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}

.hero-intro .field-name-body p {
  font-size: 1.35em;
}

@media print, screen and (min-width: 48.0625em) {
  .hero-intro #page-title {
    font-size: 3.25em;
    text-align: center;
  }

  .hero-intro .title-container {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .hero-intro .title-container:last-child:not(:first-child) {
    float: right;
  }

  .hero-intro .field-name-body {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .hero-intro .field-name-body:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .hero-intro {
    min-height: 500px;
  }

  .hero-intro .field-name-body,
  .hero-intro .intro-summary {
    height: 500px;
  }

  .hero-intro .field-name-body p {
    font-size: 2em;
    line-height: 1.5em;
  }

  .hero-intro #page-title {
    font-size: 4em;
  }
}

.page-node-5324 .hero-intro .title-container {
  width: 100% !important;
}

/* Homepage
 *
*/

/* Slideshow */

.style {
  display: block;
}

.view-front-page-slideshow {
  width: 100%;
  overflow: hidden;
}

/* Flexslider */

.region-front-slideshow .flexslider {
  border: 0;
}

.region-front-slideshow .slide-content-container {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.region-front-slideshow .slide-content-container:hover {
  text-decoration: none;
}

.region-front-slideshow .slide-content {
  display: table-cell;
  vertical-align: middle;
}

.region-front-slideshow .slide-article-title {
  padding: .25em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.125em;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  background: transparent;
  display: inline-block;
  border: 0;
  margin-bottom: .25em;
}

.region-front-slideshow .slide-article-subtitle {
  display: block;
  padding: .25em;
  font-size: 1.25em;
  font-family: "Cantarell", "Arial Narrow", sans-serif;
  line-height: 1.25em;
  color: #fff;
}

@media screen and (max-width: 21.875em) {
  .region-front-slideshow .slide-article-subtitle {
    display: none;
  }
}

@media screen and (max-width: 48em) {
  .region-front-slideshow .slide-article-title {
    font-size: 1.125em;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.5);
  }

  .region-front-slideshow .slide-article-subtitle {
    font-size: .9em;
    background: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 48.0625em) {
  .region-front-slideshow .slide-article-subtitle {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 64em) {
  .region-front-slideshow .slide-article-title {
    font-size: 3.5em;
  }

  .region-front-slideshow .slide-article-subtitle {
    font-size: 2.125em;
    line-height: 1em;
  }
}

@media screen and (min-width: 75em) {
  .region-front-slideshow .slide-article-title {
    font-size: 4.5em;
  }

  .region-front-slideshow .slide-article-subtitle {
    font-size: 2.25em;
    line-height: 1.125em;
  }
}

.region-front-slideshow .view-content {
  overflow: hidden;
}

.region-front-slideshow .flex-control-nav {
  bottom: 20px;
  z-index: 100;
}

.region-front-slideshow .flex-direction-nav a {
  height: 48px;
}

/* End Frontpage slider */

#updates {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5em;
}

#updates::before,
#updates::after {
  display: table;
  content: ' ';
}

#updates::after {
  clear: both;
}

#updates h2 {
  border: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.125em;
  text-align: left;
}

#updates p {
  font-size: 19px;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35em;
}

#updates img {
  padding-bottom: 1em;
}

#updates .views-field-view-node,
#updates .readmore {
  display: none;
}

#events {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  #events {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#events:last-child:not(:first-child) {
  float: right;
}

#events img {
  height: 100%;
  width: 100%;
}

#reports {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 2em;
}

@media print, screen and (min-width: 48.0625em) {
  #reports {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#reports:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 48em) {
  #reports {
    margin-top: 2em;
  }
}

#news {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  #news {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#news:last-child:not(:first-child) {
  float: right;
}

#news h2 {
  color: #5e4a21;
}

#news h3 a {
  text-transform: none;
  font-weight: 600;
  font-size: 21px;
}

#frontpage_bottom_row .views-field-view-node {
  margin: 5px 0;
}

/* Front page news */

.view-front-page-news .views-row {
  margin-bottom: 0;
  padding: 0;
  padding-top: .5em;
}

.view-front-page-news .views-field-title h3 {
  padding: 0;
  line-height: 1.125em;
}

@media print, screen and (min-width: 48.0625em) {
  #events,
  #reports,
  #news {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  #events,
  #reports,
  #news {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  #events:last-child:not(:first-child),
  #reports:last-child:not(:first-child),
  #news:last-child:not(:first-child) {
    float: right;
  }
}

/* Landing Page - Single Column Wide Layout */

.landing-page-wrapper .content .field-name-body {
  padding: 0;
}

/* Issue and Case Study Content */

/* Container for content */

.issue-content,
.case-study-content {
  border-top: 3px solid #ccc;
  margin: 20px 0 0 0;
}

/* Issue Landing Pages */

.node-type-landing .main-content,
.node-type-landing-page .main-content {
  margin-top: 0;
  padding-top: 0;
}

.intro-summary {
  height: 375px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjNmQ2ZDZkIiBzdG9wLW9wYWNpdHk9IjAuMzIiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC40NCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMC42OSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiMwNzA3MDciIHN0b3Atb3BhY2l0eT0iMC43OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(109, 109, 109, 0.32) 5%, rgba(51, 51, 51, 0.44) 7%, rgba(33, 33, 33, 0.69) 11%, rgba(7, 7, 7, 0.79) 17%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#c9070707', GradientType=1);
  /* IE6-8 */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
  padding: 2em 1em 0 2em;
  color: white;
}

.intro-summary p {
  max-width: 30em;
  padding-top: 0;
  padding-left: 3em;
  padding-right: 1em;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 1px;
}

.intro-summary p {
  padding-left: 3em;
  padding-right: 1em;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.7em;
  letter-spacing: 1px;
}

.issue-content-wrapper .field-name-field-facts,
.issue-content-wrapper .field-name-field-what {
  margin-bottom: 3em;
}

.issue-content-wrapper .field-name-field-facts .field-label,
.issue-content-wrapper .field-name-field-what .field-label {
  line-height: 1.125em;
  padding-bottom: .5em;
}

.issue-content-wrapper .field-name-field-quickfacts {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #dceff7;
}

.issue-content-wrapper .field-name-field-quickfacts p {
  font-size: 1.125em;
}

.issue-content-wrapper .field-name-field-quickfacts strong {
  font-size: 1.125em;
}

.issue-content-wrapper .field-name-field-quickfacts .field-label {
  font-size: 1.5em;
}

.issue-content-wrapper .field-name-field-what {
  border-bottom: 2px solid #ccc;
  padding: 0 0 20px 0;
}

.issue-content-wrapper .field-label {
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-weight: 700;
  font-size: 2em;
  text-transform: capitalize;
}

.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* Issues landing page blocks */

.issue-container {
  position: relative;
  overflow: hidden;
  box-shadow: 2px 5px 9px -4px rgba(140, 140, 140, 0.47);
}

.issue-block-container > li {
  float: left;
  width: 25%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .issue-block-container > li {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.issue-block-container > li:nth-of-type(1n) {
  clear: none;
}

.issue-block-container > li:nth-of-type(4n+1) {
  clear: both;
}

.issue-block-container > li:last-child {
  float: left;
}

@media screen and (max-width: 63.9375em) {
  .issue-block-container > li {
    float: left;
    width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 63.9375em) and (min-width: 48.0625em) {
  .issue-block-container > li {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .issue-block-container > li:nth-of-type(1n) {
    clear: none;
  }

  .issue-block-container > li:nth-of-type(2n+1) {
    clear: both;
  }

  .issue-block-container > li:last-child {
    float: left;
  }
}

@media screen and (max-width: 48em) {
  .issue-block-container > li {
    float: left;
    width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 48em) and (min-width: 48.0625em) {
  .issue-block-container > li {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 48em) {
  .issue-block-container > li:nth-of-type(1n) {
    clear: none;
  }

  .issue-block-container > li:nth-of-type(1n+1) {
    clear: both;
  }

  .issue-block-container > li:last-child {
    float: left;
  }
}

.issue-block-container li {
  margin-bottom: 1em;
}

.issue-block-container li img {
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.issue-block-container li:hover {
  opacity: 0.75;
}

.issue-block-container li:hover h2 {
  background: rgba(255, 255, 255, 0.95);
  bottom: 0;
}

.issue-block-container li h2 {
  text-transform: uppercase;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2em;
  color: #231f20;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 3px 0 20px 0;
  margin: 0;
  position: absolute;
  bottom: -5px;
  width: 100%;
  text-align: center;
  transition: all 200ms ease-out;
}

.issue-block-container li h2 a {
  color: #231f20;
  text-decoration: none;
}

.node-type-longform-report .main-content {
  margin-top: 0;
}

.node-type-longform-report .header-title-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.node-type-longform-report .header-title-container h2 {
  padding: .25rem;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.125em;
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.node-type-longform-report .has-tip {
  display: inline;
  border-bottom: 0;
}

.node-type-longform-report .card-article-hover img {
  width: 100%;
  height: auto;
}

.small-header-intro {
  margin-bottom: 2em;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.small-header-intro .article-subtitle {
  margin-top: .5em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
}

.small-header-intro .article-info {
  padding-bottom: .5em;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.article-hero {
  height: 38em;
  position: relative;
  margin-bottom: 4em;
  display: table;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.article-hero .series-title-container {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  width: 100%;
  padding: 1em;
  background: #780032;
  text-align: center;
}

.article-hero .series-title {
  display: block;
  text-align: left;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

.article-hero .series-title a {
  color: #fff;
}

.article-hero .series-title a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 48.0625em) {
  .article-hero .series-title {
    font-size: 1.5em;
  }
}

.article-hero .header-intro {
  display: block;
  padding: .5em;
  color: #fff;
}

.article-hero .header-intro h3,
.article-hero .header-intro p {
  color: #fff;
}

.article-hero .header-intro .article-info {
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
}

.article-hero .article-subtitle {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 48em) {
  .article-hero {
    height: 42em;
  }
}

.article-description-container {
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 3em;
}

.article-description {
  font-style: italic;
  font-size: 1.125rem;
}

.article-intro p {
  font-size: 1.125rem;
}

.article-section {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  margin-bottom: 3em;
}

.article-section::before,
.article-section::after {
  display: table;
  content: ' ';
}

.article-section::after {
  clear: both;
}

.article-content h1,
.article-content h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 2.5em;
  line-height: 1.125em;
}

.section-hero {
  margin-bottom: 2em;
}

.section-hero img {
  width: 100%;
}

.article-body footer {
  margin-top: 2em;
}

.article-body footer small {
  line-height: 1em;
}

.article-content p,
.article-lead p {
  font-size: 1.125em;
}

.article-content p a,
.article-lead p a {
  box-shadow: inset 0 -2px 0 #d7be8e;
  text-decoration: none;
  color: #382c14;
}

.article-content p a:hover,
.article-lead p a:hover {
  text-decoration: none;
  background-color: #d7be8e;
  box-shadow: 0 0;
  border-color: transparent;
  border-top: 3px solid transparent;
  color: initial;
}

.article-content > p:first-of-type:first-letter,
.article-lead > p:first-of-type:first-letter {
  float: left;
  padding-right: 6px;
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  font-size: 5.25em;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  color: #780032;
}

.article-content figure,
.article-lead figure {
  margin-bottom: 2em;
}

.article-lead {
  width: 58.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  float: right;
}

@media print, screen and (min-width: 48.0625em) {
  .article-lead {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.article-lead:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 48em) {
  .article-lead {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 48em) and (min-width: 48.0625em) {
  .article-lead {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 48em) {
  .article-lead:last-child:not(:first-child) {
    float: right;
  }
}

.article-quotation {
  border-left: 4px solid rgba(56, 44, 20, 0.035);
}

.article-quotation p {
  color: #83672f;
}

.article-quotation cite {
  font-size: .95rem;
  font-weight: 400;
  color: #83672f;
}

.pull-left {
  width: 41.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .pull-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.pull-left:last-child:not(:first-child) {
  float: right;
}

.aside-lead {
  width: 41.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48.0625em) {
  .aside-lead {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.aside-lead:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.9375em) {
  .aside-lead {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 63.9375em) and (min-width: 48.0625em) {
  .aside-lead {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .aside-lead:last-child:not(:first-child) {
    float: right;
  }
}

.article-map {
  background-color: transparent;
  margin-bottom: 2em;
}

@media print, screen and (min-width: 48.0625em) {
  .article-map {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .article-map {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .article-map:last-child:not(:first-child) {
    float: right;
  }
}

.article-map figure img {
  width: 100%;
  border: 0;
  box-shadow: none;
}

.article-aside {
  width: 41.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 2em;
  border-left: 0;
  background-color: rgba(204, 180, 141, 0.1);
  font-family: "FranklinGotURWT-Lig", Arial, sans-serif;
  color: black;
}

@media print, screen and (min-width: 48.0625em) {
  .article-aside {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.article-aside:last-child:not(:first-child) {
  float: right;
}

.article-aside figure {
  margin-bottom: 1em;
}

.article-aside h3 {
  margin-bottom: 1em;
  line-height: 1em;
}

.article-aside p {
  line-height: 1.35em;
  font-size: 1.125rem;
}

.article-aside figcaption p {
  font-size: 1rem;
  color: #382c14;
}

.article-aside blockquote,
.article-aside blockquote.article-quotation {
  border-left: 3px solid rgba(117, 82, 11, 0.025);
  font-size: 1.125em;
  color: #503807;
}

.article-aside blockquote p,
.article-aside blockquote.article-quotation p {
  color: #503807;
}

.article-aside blockquote cite,
.article-aside blockquote.article-quotation cite {
  font-size: 1em;
  color: #503807;
}

.article-media {
  background: transparent;
}

.article-media figcaption p {
  text-shadow: none;
  font-size: 1rem;
  color: #382c14;
}

@media print, screen and (min-width: 48.0625em) {
  .article-media figure .longform-gallery-image {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border: 0;
    padding: 0;
    box-shadow: none;
  }
}

@media print, screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .article-media figure .longform-gallery-image {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .article-media figure .longform-gallery-image:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .article-media figure .longform-gallery-image {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48.0625em) {
  .article-media figure .longform-gallery-image {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .article-media figure .longform-gallery-image:last-child:not(:first-child) {
    float: right;
  }
}

.article-media figure figcaption {
  display: inline-block;
  padding-left: 1em;
}

.article-media figure .article-fullscreen {
  right: 1em;
}

.aside-content figcaption {
  margin-top: 1em;
}

.longform-gallery-image,
.longform-image-modal {
  position: relative;
  display: block;
}

.longform-gallery-image:hover,
.longform-image-modal:hover {
  text-decoration: none;
}

.longform-gallery-image:hover .article-fullscreen,
.longform-image-modal:hover .article-fullscreen {
  background-color: #f05822;
}

.longform-gallery-image:hover .article-fullscreen .inline-expand-image__svg,
.longform-image-modal:hover .article-fullscreen .inline-expand-image__svg {
  fill: white;
}