@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/*----------  Underlay  ----------*/
/*----------  Block Hovers  ----------*/
@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,400i,700");
* {
  outline: none; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*----------  Underlay  ----------*/
/*----------  Block Hovers  ----------*/
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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 {
  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; }

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

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

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

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

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .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: "Montserrat", "Helvetica Neue", 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: 40em) {
  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: #4a6782;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #405970; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 72.125rem;
  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: #0a0a0a;
  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: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

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

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

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #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; } }

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

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

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

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

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'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

label > [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 {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .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 {
  border-radius: 0;
  height: 2.5rem; }

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

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

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #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>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #4a6782;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #3f586f;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #4a6782;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #3b5268;
      color: #fefefe; }
  .button.secondary {
    background-color: #c3d515;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #9caa11;
      color: #0a0a0a; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #4a6782;
    color: #4a6782; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #253441;
      color: #253441; }
    .button.hollow.primary {
      border: 1px solid #4a6782;
      color: #4a6782; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #253441;
        color: #253441; }
    .button.hollow.secondary {
      border: 1px solid #c3d515;
      color: #c3d515; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #626b0b;
        color: #626b0b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #4a6782;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #4a6782;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #c3d515;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::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.arrow-only::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: #4a6782; }
  :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: '–'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #4a6782;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #3b5268;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #c3d515;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #9caa11;
      color: #0a0a0a; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

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

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -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 {
    position: absolute;
    content: ' ';
    top: 50%;
    margin-top: -10px;
    right: 30px;
    display: block;
    width: 12px;
    height: 19px;
    background: url("../images/svg/caret.svg") 80% center no-repeat;
    -webkit-background-size: 12px 19px;
            background-size: 12px 19px; }

.js-drilldown-back > a::before {
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
  content: ' ';
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 12px;
  height: 19px;
  background: url("../images/svg/caret.svg") 80% center no-repeat;
  -webkit-background-size: 12px 19px;
          background-size: 12px 19px; }

.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 {
  width: 200px; }

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown.menu.vertical > li.opens-right > 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 #4a6782; }

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

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

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

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

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .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-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4a6782 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > 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 #4a6782; }
  .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 {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #4a6782;
  color: #fefefe; }
  .label.primary {
    background: #4a6782;
    color: #fefefe; }
  .label.secondary {
    background: #c3d515;
    color: #0a0a0a; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

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

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

.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%;
  -webkit-transform: translateY(-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: 40em) {
      .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: #4a6782;
    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'; }

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

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

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

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

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

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

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.snap {
  -webkit-transition-timing-function: cubic-bezier(0.72, 0.01, 0.24, 1) !important;
          transition-timing-function: cubic-bezier(0.72, 0.01, 0.24, 1) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.snap {
  -webkit-animation-timing-function: cubic-bezier(0.72, 0.01, 0.24, 1) !important;
          animation-timing-function: cubic-bezier(0.72, 0.01, 0.24, 1) !important; }

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

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

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
/*----------  Globals  ----------*/
[data-interchange] {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

[data-url] {
  cursor: pointer; }

.no-pad {
  padding: 0 !important; }

.remove-left-space {
  margin-left: -15px; }

.remove-right-space {
  margin-right: -15px; }

#__bs_notify__ {
  top: 50% !important;
  padding: 10px !important;
  border-radius: 5px 0 0 5px !important;
  font-size: 12px !important;
  letter-spacing: 0; }

.light-grey-bg {
  background: #f2f2f2; }

.section-title {
  width: 100%;
  text-align: center;
  margin: 70px 0 25px 0;
  font-weight: bold;
  font-size: 18px;
  float: left;
  text-transform: uppercase; }

.outer-container {
  clear: both;
  width: 94.5%;
  margin: 0 auto; }
  .outer-container.similar-wrapper {
    padding-bottom: 60px; }

.inner-container {
  width: 82%;
  margin: 0 auto; }

#small-article-intro .date {
  text-transform: uppercase;
  margin-bottom: 30px; }

#small-article-intro .author {
  float: none; }

.generic-page-head {
  width: 100%;
  padding: 100px 0;
  min-height: 50vh;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  font-family: 'Montserrat', sans-serif; }
  @media print, screen and (min-width: 40em) {
    .generic-page-head {
      padding: 240px 0 140px 0;
      height: auto; } }
  .generic-page-head .title {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold; }
  .generic-page-head hr {
    width: 86px;
    margin: 30px 0 30px 0;
    border: 3px solid #c3d515;
    float: left; }
  .generic-page-head .header-snippet {
    font-size: 18px;
    color: #fff;
    width: 100%;
    float: left; }
  .generic-page-head.no-header {
    background: #4a6782; }

.big-first-letter p:first-of-type:first-letter {
  color: #000;
  float: left;
  font-size: 55px;
  padding: 14px 11px 14px 0;
  line-height: 17px;
  font-weight: bold;
  margin: 5px 0 0; }

.opportunities .generic-content-block:not(:first-child) {
  margin-top: 0;
  border-top: 2px solid #eaeaea; }

.generic-content-block {
  font-family: 'Montserrat', sans-serif;
  padding: 5%;
  background: #fff;
  margin-top: -53px;
  float: left;
  font-size: 14px;
  width: 100%;
  position: relative;
  z-index: 100;
  padding-top: 50px; }
  @media print, screen and (min-width: 40em) {
    .generic-content-block {
      padding-top: 5%; } }
  .generic-content-block p,
  .generic-content-block td,
  .generic-content-block li,
  .generic-content-block div {
    font-size: 14px;
    line-height: 27px; }
  .generic-content-block p,
  .generic-content-block ul {
    margin-bottom: 20px; }
  .generic-content-block ul li {
    list-style: none;
    position: relative; }
    .generic-content-block ul li::before {
      content: ' ';
      width: 5px;
      height: 5px;
      border-radius: 5px;
      background: #c3d515;
      position: absolute;
      left: -18px;
      top: 10px; }
  .generic-content-block h1 {
    font-size: 25px !important;
    line-height: 25px;
    margin: 0px 0 20px !important; }
    @media print, screen and (min-width: 40em) {
      .generic-content-block h1 {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-top: 0 !important; } }
  .generic-content-block .content-button {
    width: 220px;
    height: 43px;
    float: right;
    text-align: center;
    padding: 0;
    border: none;
    margin-bottom: 25px !important;
    background: #c3d515;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 43px; }
  .generic-content-block h2 {
    margin-top: 55px;
    font-size: 24px;
    font-weight: bold; }
  .generic-content-block hr {
    width: 86px;
    margin: 30px 0 30px 0;
    border: 3px solid #c3d515; }
  .fullscreen.single .generic-content-block {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    max-width: none !important; }
    .fullscreen.single .generic-content-block .share-section {
      position: relative;
      left: auto;
      right: auto;
      width: auto;
      text-align: left;
      padding: 0 15px 40px; }
      .fullscreen.single .generic-content-block .share-section .title {
        position: relative;
        top: -5px; }
      .fullscreen.single .generic-content-block .share-section > div {
        display: inline-block; }
      .fullscreen.single .generic-content-block .share-section .distraction-free {
        background: rgba(0, 0, 0, 0.2); }
    .fullscreen.single .generic-content-block .large-12,
    .fullscreen.single .generic-content-block .share-section {
      max-width: 800px;
      float: none !important;
      clear: both;
      margin: auto !important; }
  .generic-content-block .is-video .image {
    position: relative; }
    .generic-content-block .is-video .image::before {
      content: ' ';
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -30px 0 0 -30px;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      overflow: hidden;
      background: #fff url("../images/svg/play.svg") 50% 50% no-repeat;
      -webkit-background-size: 60px 60px;
              background-size: 60px 60px; }

.background-color-chooser {
  width: 100%;
  float: left;
  background: #f2f2f2; }

.meet-blocks {
  margin-top: 30px;
  background: #264e62;
  padding: 50px 0 80px 60px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  float: left; }
  .meet-blocks a {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold; }
  .meet-blocks svg {
    width: 51px;
    height: 15px; }
    .meet-blocks svg path {
      fill: #c3d515; }

.contact-info div {
  padding: 20px 0 20px 35px; }
  .contact-info div:nth-child(2) {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }

.contact-us-form h2 {
  margin: 0; }

.contact-us-form hr {
  width: 100%;
  margin: 0 0 50px 0;
  border: 1px solid #eaeaea; }

.contact-us-form input {
  width: 100%;
  height: 54px;
  padding-left: 20px;
  border: none;
  margin-bottom: 25px !important;
  background: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000; }
  .contact-us-form input:focus {
    background: #f6f6f6;
    border: none; }

.contact-us-form br {
  height: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  display: none; }

.contact-us-form textarea {
  width: 100%;
  height: 185px;
  padding: 20px;
  border: none;
  margin-bottom: 25px !important;
  background: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000; }

.contact-us-form select {
  width: 100%;
  height: 54px;
  padding-left: 20px;
  border: none;
  margin-bottom: 0 !important;
  background: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000; }
  @media print, screen and (min-width: 40em) {
    .contact-us-form select {
      width: 92%;
      margin-bottom: 25px !important; } }

.contact-us-form .wpcf7-submit {
  width: 220px;
  height: 43px;
  float: right;
  text-align: center;
  padding: 0;
  border: none;
  margin-bottom: 25px !important;
  background: #c3d515;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .contact-us-form .wpcf7-submit:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #c3d515; }

.contact-us-form input[type='checkbox'] {
  width: 23px;
  float: left;
  height: 23px;
  background: red;
  margin-right: 16px;
  border: 0 !important;
  display: block; }

.contact-us-form .wpcf7-form-control-wrap newsletter {
  margin-top: 20px !important; }

.contact-us-form .wpcf7-form-control-wrap.newsletter {
  display: block;
  padding-top: 10px; }

.no-top-pad {
  padding-top: 0 !important; }

.no-background {
  background: none; }

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

.smaller-container {
  max-width: 60.125rem !important; }

.full-width-bar {
  padding: 50px 0 20px 0;
  border: none !important; }
  .full-width-bar:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    max-width: 100%;
    width: 100%;
    border: 3px solid #f2f2f2; }

.intro-style {
  margin-top: -50px;
  opacity: 0; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left !important; }

.top-hundred {
  margin-top: 100px; }

/*----------  Map Test Stuff  ----------*/
#world-map {
  width: 80%;
  height: auto;
  margin: 50px 0 0 10%; }
  #world-map [data-post-id] {
    -webkit-transition: fill 100ms ease-in-out;
    transition: fill 100ms ease-in-out;
    -webkit-animation: pulse 1s infinite alternate;
            animation: pulse 1s infinite alternate;
    cursor: pointer; }
    #world-map [data-post-id]:hover {
      -webkit-animation: none;
              animation: none;
      fill: #c3d515; }

@-webkit-keyframes pulse {
  0% {
    fill: #f6f6f6; }
  100% {
    fill: #c3c3c3; } }

@keyframes pulse {
  0% {
    fill: #f6f6f6; }
  100% {
    fill: #c3c3c3; } }

/*----------  Has Overlay  ----------*/
.has-overlay {
  position: relative; }
  .has-overlay * {
    position: relative;
    z-index: 10; }
  .has-overlay:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(38, 78, 98, 0.8); }

/*----------  Iframe  ----------*/
.iframewrap {
  margin: 40px 0;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .iframewrap iframe {
    margin: 40px 0 20px; }
  .iframewrap .iframesource {
    display: block;
    font-size: 11px;
    line-height: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
    color: rgba(0, 0, 0, 0.4); }

/*----------  Repeater  ----------*/
.repeater-wrapper {
  width: 100%;
  float: left; }
  .repeater-wrapper .repeater-row {
    margin-top: 30px; }
  .repeater-wrapper hr:last-of-type {
    display: none; }

.post-link svg path,
.post-link svg polygon {
  fill: #c3d515; }

#mapblock {
  position: relative; }
  #mapblock svg {
    display: none; }
    @media print, screen and (min-width: 64em) {
      #mapblock svg {
        display: block;
        overflow: hidden; } }
  #mapblock g {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  #mapblock path {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  #mapblock path.amcharts-bg {
    -webkit-transform: scale(-2.4);
        -ms-transform: scale(-2.4);
            transform: scale(-2.4); }
  #mapblock path.amcharts-bg {
    -webkit-transform: scale(-2.4);
        -ms-transform: scale(-2.4);
            transform: scale(-2.4); }
  #mapblock [data-post-id] {
    -webkit-transition: fill 100ms ease-in-out;
    transition: fill 100ms ease-in-out;
    -webkit-animation: pulse 1s infinite alternate;
    animation: pulse 1s infinite alternate;
    cursor: pointer; }
    #mapblock [data-post-id]:hover {
      stroke: #c2d501;
      -webkit-animation: none;
              animation: none;
      fill: #c2d501 !important; }

.geo-tooltip {
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 10px;
  position: absolute;
  font-weight: 600;
  z-index: 1000;
  display: none;
  border-radius: 2px; }
  .geo-tooltip.active {
    display: block; }

.read-more path {
  fill: #c3d515 !important; }

.pagination li {
  display: inline-block; }

#gform_3 li {
  list-style: none; }

#gform_3 label {
  display: none; }

/*----------  Type Rules + Mixins  ----------*/
.post-content-wrapper h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 30px 0;
  line-height: 1.5; }
  @media print, screen and (min-width: 64em) {
    .post-content-wrapper h2 {
      font-size: 30px;
      font-weight: 600; } }

.post-content-wrapper h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0;
  line-height: 1.5; }
  @media print, screen and (min-width: 64em) {
    .post-content-wrapper h3 {
      font-size: 27px;
      font-weight: 600; } }

.post-content-wrapper h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
  line-height: 1.5; }
  @media print, screen and (min-width: 64em) {
    .post-content-wrapper h4 {
      font-size: 25px;
      font-weight: 600; } }

.post-content-wrapper h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0;
  line-height: 1.5; }
  @media print, screen and (min-width: 64em) {
    .post-content-wrapper h4 {
      font-size: 22px;
      font-weight: 500; } }

.post-content-wrapper h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0;
  line-height: 1.5; }
  @media print, screen and (min-width: 64em) {
    .post-content-wrapper h4 {
      font-size: 20px;
      font-weight: 500; } }

.post-content-wrapper h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0;
  line-height: 1.5; }
  @media print, screen and (min-width: 64em) {
    .post-content-wrapper h5 {
      font-size: 18px;
      font-weight: 500; } }

.post-content-wrapper h5,
.post-content-wrapper h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0;
  line-height: 1.5; }
  @media print, screen and (min-width: 64em) {
    .post-content-wrapper h5,
    .post-content-wrapper h6 {
      font-size: 17px;
      font-weight: 500; } }

body {
  padding-top: 80px; }
  body.single {
    padding-top: 0; }

a.mega-menu-link {
  text-transform: inherit !important; }

/*----------  Header  ----------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9990;
  height: 80px;
  padding-left: 80px;
  padding-right: 80px; }
  header .header-left {
    float: left;
    position: relative; }
  header .header-right {
    float: right; }
    .single-post header .header-right {
      display: none; }
  .single-post header:hover .header-right {
    display: block; }
  .single-post header:hover .article-header {
    display: none; }
  header #logo {
    float: left;
    margin: 17px 0 0 23px; }
    header #logo svg {
      width: 154px;
      height: 46px; }
  header #beta {
    position: absolute;
    top: 25px;
    left: 190px;
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4); }

.article-body {
  margin-top: 80px; }

.progress-bar {
  height: 5px;
  background: #c3d600;
  left: 0;
  position: fixed;
  margin-top: 80px;
  z-index: 2000;
  display: none;
  -webkit-transition: width 100ms ease-in-out;
  transition: width 100ms ease-in-out;
  will-change: width; }
  .single-post .progress-bar {
    display: block; }
  @media (max-width: 768px) {
    .progress-bar {
      display: none !important; } }

.mega-sub-menu hr {
  border-color: #c2d510 !important; }

/*----------  Article Header  ----------*/
.article-header {
  position: fixed;
  width: 100%;
  z-index: 2000;
  display: none;
  margin-left: 300px;
  line-height: 80px;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: bold; }
  .article-header span {
    color: #c7d90d; }
  .single-post .article-header {
    display: block; }
  .article-header .now-reading {
    display: none; }
    @media print, screen and (min-width: 64em) {
      .article-header .now-reading {
        display: inline-block; } }

/*----------  Search Overlay  ----------*/
#search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 9998;
  pointer-events: none;
  padding: 5% 10%;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .search-in #search-overlay {
    pointer-events: all;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1); }
  #search-overlay form {
    width: 100%;
    position: relative;
    height: 100px; }
    #search-overlay form input {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      border-bottom: 2px solid #98a6b3;
      height: 80px;
      font-size: 15px;
      font-weight: bold;
      color: #000; }
      @media print, screen and (min-width: 40em) {
        #search-overlay form input {
          font-size: 25px; } }
    #search-overlay form button {
      width: 80px;
      height: 80px;
      position: absolute;
      z-index: 100;
      top: 0;
      right: 0;
      text-align: center; }
      #search-overlay form button svg {
        height: 28px;
        width: 100%; }
  #search-overlay .loading {
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
    opacity: 0; }
  #search-overlay #search-results {
    margin: 30px 0 0;
    padding: 0 10px;
    height: calc( 100vh - 150px);
    width: 100%;
    overflow: scroll; }
    #search-overlay #search-results li {
      font-size: 15px;
      margin-bottom: 20px;
      font-weight: bold;
      list-style: none; }
      @media print, screen and (min-width: 40em) {
        #search-overlay #search-results li {
          font-size: 25px; } }
      #search-overlay #search-results li a {
        color: #989899; }
        #search-overlay #search-results li a:hover {
          color: #000; }

/*----------  Search Toggle  ----------*/
#searchtoggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
  width: 5rem;
  height: 5rem;
  -webkit-transition: background 200ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: background 200ms cubic-bezier(0.72, 0.01, 0.24, 1); }
  #searchtoggle .search-open {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    height: 5rem;
    width: 5rem;
    opacity: 1; }
    #searchtoggle .search-open svg {
      height: 5rem;
      width: 1.75rem; }
      #searchtoggle .search-open svg path {
        fill: #58585a; }
    .search-in #searchtoggle .search-open {
      opacity: 0; }
  #searchtoggle .search-close {
    position: absolute;
    top: 0;
    left: 0;
    height: 5rem;
    width: 5rem;
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 200ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 200ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 200ms cubic-bezier(0.72, 0.01, 0.24, 1);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
    #searchtoggle .search-close span {
      position: absolute;
      height: 3px;
      left: 25px;
      right: 25px;
      background: #58585a;
      top: 50%;
      margin-top: -2px;
      -webkit-transition: all 200ms cubic-bezier(0.72, 0.01, 0.24, 1);
      transition: all 200ms cubic-bezier(0.72, 0.01, 0.24, 1);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center; }
      #searchtoggle .search-close span.line1 {
        -webkit-transform: translate(0, -10px);
            -ms-transform: translate(0, -10px);
                transform: translate(0, -10px); }
      #searchtoggle .search-close span.line3 {
        -webkit-transform: translate(0, 10px);
            -ms-transform: translate(0, 10px);
                transform: translate(0, 10px); }
    .search-in #searchtoggle .search-close {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      background: #c3d515; }
      .search-in #searchtoggle .search-close span.line1 {
        -webkit-transform: translate(0, 0) rotate(45deg);
            -ms-transform: translate(0, 0) rotate(45deg);
                transform: translate(0, 0) rotate(45deg);
        background: #fff; }
      .search-in #searchtoggle .search-close span.line2 {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }
      .search-in #searchtoggle .search-close span.line3 {
        -webkit-transform: translate(0, 0) rotate(-45deg);
            -ms-transform: translate(0, 0) rotate(-45deg);
                transform: translate(0, 0) rotate(-45deg);
        background: #fff; }

body.menu-in, body.search-in {
  overflow: hidden; }

/*----------  #offcanvas-menu  ----------*/
#offcanvas-menu {
  position: fixed;
  z-index: 9995;
  pointer-events: none;
  width: calc( 100% - 80px);
  max-width: 500px;
  background: #fff;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }
  .menu-in #offcanvas-menu {
    pointer-events: all;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1); }
  #offcanvas-menu .scrollable {
    overflow: scroll;
    height: 100vh; }
  #offcanvas-menu #menu-logo {
    display: block;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #dedede;
    padding-left: 30px; }
    #offcanvas-menu #menu-logo svg {
      width: 154px;
      height: 100%; }
  #offcanvas-menu #menu-sidebar-menu {
    margin: 0;
    padding: 0; }
    #offcanvas-menu #menu-sidebar-menu ul {
      margin: 0; }
      #offcanvas-menu #menu-sidebar-menu ul li {
        border-bottom: 1px solid #dedede; }
    #offcanvas-menu #menu-sidebar-menu > li {
      width: 100%;
      font-size: 17px;
      font-weight: bold;
      border-bottom: 1px solid #dedede; }
      #offcanvas-menu #menu-sidebar-menu > li a {
        display: block;
        color: #58585a;
        padding: 25px 30px;
        -webkit-transition: background 150ms ease-in-out;
        transition: background 150ms ease-in-out;
        font-size: 15px; }
        #offcanvas-menu #menu-sidebar-menu > li a:hover {
          background: #f2f2f2; }
      #offcanvas-menu #menu-sidebar-menu > li > ul > li {
        font-size: 15px; }
        #offcanvas-menu #menu-sidebar-menu > li > ul > li a {
          display: block;
          color: #989899;
          padding: 25px 30px;
          -webkit-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
          #offcanvas-menu #menu-sidebar-menu > li > ul > li a:hover {
            background: #f2f2f2;
            color: #58585a; }

/*----------  Underlay  ----------*/
.underlay {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9991;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0); }
  .menu-in .underlay {
    pointer-events: all;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1); }

/*----------  Menu Toggle  ----------*/
#menutoggle {
  float: left;
  display: block;
  width: 5rem;
  height: 5rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid #dedede;
  z-index: 9998 !important;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
  transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1); }
  #menutoggle span {
    position: absolute;
    height: 3px;
    left: 25px;
    right: 25px;
    background: #58585a;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 300ms cubic-bezier(0.72, 0.01, 0.24, 1);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
    #menutoggle span.line1 {
      -webkit-transform: translate(0, -10px);
          -ms-transform: translate(0, -10px);
              transform: translate(0, -10px); }
    #menutoggle span.line3 {
      -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
              transform: translate(0, 10px); }
  .menu-in #menutoggle {
    -webkit-transform: translate(calc( 100vw - 100%), 0);
        -ms-transform: translate(calc( 100vw - 100%), 0);
            transform: translate(calc( 100vw - 100%), 0);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    transition: transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 400ms cubic-bezier(0.72, 0.01, 0.24, 1);
    background: #c3d515;
    border: none;
    z-index: 99999 !important; }
    @media print, screen and (min-width: 40em) {
      .menu-in #menutoggle {
        -webkit-transform: translate(500px, 0);
            -ms-transform: translate(500px, 0);
                transform: translate(500px, 0); } }
    .menu-in #menutoggle span.line1 {
      -webkit-transform: translate(0, 0) rotate(45deg);
          -ms-transform: translate(0, 0) rotate(45deg);
              transform: translate(0, 0) rotate(45deg); }
    .menu-in #menutoggle span.line2 {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .menu-in #menutoggle span.line3 {
      -webkit-transform: translate(0, 0) rotate(-45deg);
          -ms-transform: translate(0, 0) rotate(-45deg);
              transform: translate(0, 0) rotate(-45deg); }

/*----------  Cenfri Menu  ----------*/
header .cenfri-menu {
  float: left;
  position: relative;
  padding-right: 0;
  display: none; }
  @media screen and (min-width: 81.25em) {
    header .cenfri-menu {
      display: block;
      padding-right: 20px; } }
  header .cenfri-menu::after {
    content: ' ';
    width: 1px;
    height: 45px;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -22px;
    background: #e5e5e5; }
  header .cenfri-menu #mega-menu-main-menu > li {
    margin-left: 10px !important; }
  header .cenfri-menu ul .mega-menu-item > .mega-sub-menu {
    border-top: 1px solid #e5e5e5 !important; }
  header .cenfri-menu ul .mega-menu-item a {
    font-weight: bold !important; }
  header .cenfri-menu ul .mega-sub-menu li a {
    font-weight: normal !important; }
  header .cenfri-menu ul .mega-align-bottom-right .mega-sub-menu {
    right: 0 !important;
    left: unset !important; }
  header .cenfri-menu ul .mega-sub-menu hr {
    border-color: #c2d510 !important; }
  header .cenfri-menu ul .mega-sub-menu .mega-menu-row:first-of-type h4 {
    font-size: 15px !important;
    line-height: 22px !important;
    text-transform: none !important;
    padding: 0 !important;
    margin: 0 0 -10px !important; }
  header .cenfri-menu ul .mega-sub-menu .mega-menu-row:last-of-type a {
    font-weight: 400 !important;
    text-transform: none !important; }

.footer {
  background: #353535;
  float: left;
  width: 100%;
  text-align: center; }
  .footer #menu-footer-menu {
    margin: 0; }
  @media print, screen and (min-width: 40em) {
    .footer {
      text-align: left; } }
  .footer .columns {
    padding-left: 0;
    padding-right: 0; }
  .footer .top-footer {
    border-bottom: 1px solid #535353;
    padding-top: 30px; }
    @media print, screen and (min-width: 40em) {
      .footer .top-footer {
        height: 80px;
        padding-top: 0; } }
    @media print, screen and (min-width: 40em) {
      .footer .top-footer ul {
        height: 80px;
        margin: 0;
        line-height: 80px; } }
    .footer .top-footer ul li {
      list-style: none;
      width: 100%;
      float: none; }
      @media print, screen and (min-width: 40em) {
        .footer .top-footer ul li {
          float: left;
          width: auto; } }
      .footer .top-footer ul li a {
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        padding: 0 8px 0 7px; }
    .footer .top-footer .social-icons {
      margin-top: 25px;
      text-align: right;
      margin-bottom: 30px;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        .footer .top-footer .social-icons {
          text-align: right;
          margin-bottom: 0; } }
      .footer .top-footer .social-icons a {
        padding-left: 10px;
        padding-right: 10px; }
        @media print, screen and (min-width: 40em) {
          .footer .top-footer .social-icons a {
            padding-left: 25px;
            padding-right: 0; } }
        .footer .top-footer .social-icons a:last-of-type {
          position: relative;
          top: 2px; }
  .footer .bottom-footer {
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 100%;
    float: left; }
    .footer .bottom-footer .terms-and-conditions {
      height: 120px;
      line-height: 120px;
      height: 70px;
      line-height: 70px; }
      @media print, screen and (min-width: 64em) {
        .footer .bottom-footer .terms-and-conditions {
          height: 120px;
          line-height: 120px; } }

/*----------  featured-post-types  ----------*/
#featured-post-types {
  position: relative;
  z-index: 100; }
  #featured-post-types .intro-block {
    position: relative;
    cursor: pointer; }
    #featured-post-types .intro-block:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
    #featured-post-types .intro-block hr {
      border-width: 2px; }
    #featured-post-types .intro-block * {
      position: relative;
      z-index: 10; }

/*----------  home-latest-research  ----------*/
#home-latest-research {
  background: -webkit-linear-gradient(#98a6b3 0, #98a6b3 280px, #f2f2f2 280px, #f2f2f2);
  background: linear-gradient(#98a6b3 0, #98a6b3 280px, #f2f2f2 280px, #f2f2f2);
  padding-bottom: 50px; }
  #home-latest-research .section-title {
    color: #fff;
    margin: 50px 0 40px; }
  #home-latest-research .image {
    height: auto;
    padding: 26% 0; }
  #home-latest-research .content-section {
    height: auto; }
    #home-latest-research .content-section .snippet {
      margin-bottom: 0; }
    #home-latest-research .content-section .title {
      font-size: 24px;
      line-height: 29px; }
  #home-latest-research .slick-arrow {
    background: rgba(0, 0, 0, 0.2); }
    #home-latest-research .slick-arrow:hover {
      background: rgba(0, 0, 0, 0.4); }
    #home-latest-research .slick-arrow.slick-prev {
      left: -80px; }
    #home-latest-research .slick-arrow.slick-next {
      right: -80px; }

/*----------  home-latest-research  ----------*/
#home-latest-news {
  padding-bottom: 50px; }
  @media print, screen and (min-width: 40em) {
    #home-latest-news {
      padding-bottom: 100px; } }
  #home-latest-news .content-section {
    height: auto; }

/*----------  home-latest-insights  ----------*/
#home-latest-insights {
  padding-bottom: 50px; }
  @media print, screen and (min-width: 40em) {
    #home-latest-insights {
      padding-bottom: 100px; } }
  #home-latest-insights .small-post-listing .content-section {
    height: 215px; }
    #home-latest-insights .small-post-listing .content-section .snippet {
      min-height: 80px; }

.theme-listing-title {
  text-align: center;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 60px 0 30px 0; }

.programmes {
  font-family: 'Montserrat', sans-serif;
  margin-top: -53px;
  float: left;
  font-size: 14px;
  width: 100%; }
  .programmes .programme {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-bottom: 25px; }
    .programmes .programme .read-more {
      width: 100%;
      font-weight: bold;
      float: left;
      text-transform: uppercase;
      font-size: 12px;
      margin-top: 40px; }
      .programmes .programme .read-more svg {
        width: 51px; }
      .programmes .programme .read-more polygon {
        fill: #c3d515; }
      .programmes .programme .read-more div {
        float: left; }
      .programmes .programme .read-more a {
        margin: 3px 0 0 18px !important;
        float: left; }
    .programmes .programme .programme-image {
      height: 350px;
      -webkit-background-size: cover;
              background-size: cover; }
    .programmes .programme .programme-content {
      padding: 35px 35px 0 35px;
      height: 350px;
      background: #fff;
      height: auto; }
      @media print, screen and (min-width: 40em) {
        .programmes .programme .programme-content {
          height: 350px; } }
      @media print, screen and (min-width: 64em) {
        .programmes .programme .programme-content {
          height: 350px; } }
      .programmes .programme .programme-content h2 {
        font-size: 24px;
        font-weight: bold;
        color: #000; }
      .programmes .programme .programme-content hr {
        margin-top: 25px;
        border-bottom: 2px solid #c3d515;
        width: 94px;
        margin-bottom: 25px;
        float: left; }
      .programmes .programme .programme-content .snippet {
        float: left;
        width: 100%;
        font-size: 14px;
        color: #3d3d3d; }
      .programmes .programme .programme-content a {
        float: left;
        font-size: 13px;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
        margin-top: 25px; }

.team-holder {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 35px; }
  .team-holder .team-member {
    padding: 37px;
    font-family: 'Montserrat', sans-serif;
    border: 1.5px solid #f2f2f2;
    height: 420px; }
    .team-holder .team-member:hover .profile-image {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .team-holder .team-member svg {
      width: 51px;
      height: 15px; }
      .team-holder .team-member svg path {
        fill: #c3d515; }
    .team-holder .team-member .read-more-arrow {
      margin-top: 24px; }
      .team-holder .team-member .read-more-arrow polygon {
        fill: #c3d515; }
    .team-holder .team-member .profile-image {
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 50% 50%;
      width: 100px;
      height: 100px;
      margin-bottom: 40px;
      border-radius: 100%;
      display: block;
      -webkit-transition: -webkit-transform 150ms cubic-bezier(0.72, 0.01, 0.24, 1);
      transition: -webkit-transform 150ms cubic-bezier(0.72, 0.01, 0.24, 1);
      transition: transform 150ms cubic-bezier(0.72, 0.01, 0.24, 1);
      transition: transform 150ms cubic-bezier(0.72, 0.01, 0.24, 1), -webkit-transform 150ms cubic-bezier(0.72, 0.01, 0.24, 1); }
    .team-holder .team-member .name {
      font-size: 16px;
      color: #000;
      font-weight: bold; }
    .team-holder .team-member .job-title {
      color: #767676;
      font-size: 14px; }
    .team-holder .team-member .snippet {
      font-size: 12px;
      color: #000; }
    .team-holder .team-member hr {
      width: 86px;
      margin: 25px 0 30px 0;
      border: 3px solid #c3d515; }

.team-bio {
  padding-right: 0; }
  @media print, screen and (min-width: 40em) {
    .team-bio {
      padding-right: 80px; } }

.team-details .team-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-position: 50% 50%;
  border-radius: 100%;
  -webkit-background-size: cover;
          background-size: cover; }

.team-details hr {
  width: 93px;
  border: 3px solid #c3d515; }

.team-details h6 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #3d3d3d; }

.team-details a {
  margin-right: 10px; }
  .team-details a svg {
    width: 20px; }
  .team-details a.team-social-facebook path {
    fill: #3b5998; }
  .team-details a.team-social-linkedin path {
    fill: #0077b5; }
  .team-details a.team-social-twitter path {
    fill: #1da1f2; }
  .team-details a.team-social-email path {
    fill: #aaadb0; }

.more-author-posts {
  width: 100%;
  float: left;
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
  text-transform: uppercase; }

/*----------  Newsletter Subscription  ----------*/
.newsletter-subscription {
  font-family: 'Montserrat', sans-serif;
  margin-top: 70px;
  width: 100%;
  float: left;
  background: #c3d515;
  padding: 25px;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .newsletter-subscription {
      margin-top: 100px;
      padding: 0;
      text-align: left; } }
  .newsletter-subscription .title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px; }
    @media print, screen and (min-width: 40em) {
      .newsletter-subscription .title {
        font-size: 25px; } }
  .newsletter-subscription .sub-title {
    color: #fff;
    font-size: 17px;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .newsletter-subscription .sub-title {
        display: block; } }
  .newsletter-subscription .newsletter-signup-holder {
    display: block;
    height: auto;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .newsletter-subscription .newsletter-signup-holder {
        display: table;
        height: 220px; } }
    @media print, screen and (min-width: 40em) {
      .newsletter-subscription .newsletter-signup-holder .newsletter-signup-content {
        display: table-cell;
        vertical-align: middle; } }
    @media print, screen and (min-width: 40em) {
      .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form {
        height: 40px;
        display: table-cell;
        vertical-align: middle; } }
    .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .gform_heading {
      display: none; }
    .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .email input {
      float: left;
      width: 100%;
      height: 40px;
      border: none;
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #fff;
      margin-bottom: 0;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .email input {
          text-align: left;
          width: 70%;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); } }
      .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .email input:focus {
        border-bottom: 2px solid #fff !important; }
      .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .email input::-webkit-input-placeholder {
        color: #fff; }
      .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .email input:-ms-input-placeholder {
        color: #fff; }
      .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .email input::-ms-input-placeholder {
        color: #fff; }
      .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .email input::placeholder {
        color: #fff; }
    .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .news-button {
      width: 100%;
      float: left;
      height: 40px;
      border: 2px solid #fff;
      background: none;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media print, screen and (min-width: 40em) {
        .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .news-button {
          width: 30%; } }
      .newsletter-subscription .newsletter-signup-holder .newsletter-signup-form .news-button:hover {
        color: #000;
        background-color: #fff; }

.newsletter-signup-form ul {
  margin: 0  !important;
  padding: 0  !important; }
  .newsletter-signup-form ul li {
    margin: 0 !important;
    padding: 0  !important;
    list-style: none !important;
    width: 70%;
    float: left; }
    .newsletter-signup-form ul li input {
      float: left;
      width: 100%;
      height: 40px;
      border: none;
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #fff;
      margin-bottom: 0;
      text-align: left;
      border-bottom: 1px solid #fff !important; }
      .newsletter-signup-form ul li input:focus {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: none;
        border-bottom: 2px solid #fff !important; }
      .newsletter-signup-form ul li input::-webkit-input-placeholder {
        color: #fff; }
      .newsletter-signup-form ul li input:-ms-input-placeholder {
        color: #fff; }
      .newsletter-signup-form ul li input::-ms-input-placeholder {
        color: #fff; }
      .newsletter-signup-form ul li input::placeholder {
        color: #fff; }

.newsletter-signup-form #gform_submit_button_2 {
  width: 30%;
  float: left;
  height: 40px;
  border: 2px solid #fff;
  background: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .newsletter-signup-form #gform_submit_button_2:hover {
    color: #000;
    background-color: #fff; }

.observer-section {
  min-height: 100vh;
  width: 100%;
  float: left;
  position: relative; }
  .observer-section .vertical-center {
    display: table;
    min-height: 100vh; }
    .observer-section .vertical-center .vertical-center-child {
      vertical-align: middle;
      display: table-cell; }
  .observer-section .scroll-down {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .observer-section .scroll-down {
        display: block; } }
  .observer-section .center-text {
    text-align: center; }
  .observer-section .nav-ctas {
    margin-top: 80px; }
    .observer-section .nav-ctas a {
      text-transform: uppercase;
      font-weight: bold;
      color: #4a4a4a;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .observer-section .nav-ctas a:hover {
        padding-bottom: 5px;
        border-bottom: 5px solid #c1d82f; }
  .observer-section .big-text {
    font-size: 20px;
    color: #fff;
    padding-left: 5%;
    padding-right: 5%; }
    .observer-section .big-text br {
      display: none; }
    .observer-section .big-text p {
      margin-bottom: 2rem; }
    .observer-section .big-text span {
      color: #c1d82f; }
    @media print, screen and (min-width: 64em) {
      .observer-section .big-text {
        width: 95%;
        font-size: 32px;
        padding-left: 0;
        padding-right: 0; } }
  .observer-section .forces-list {
    margin-top: 60px; }
    .observer-section .forces-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin: 0;
      padding: 0; }
      @media print, screen and (min-width: 64em) {
        .observer-section .forces-list ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .observer-section .forces-list li {
      list-style: none;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 50px;
      padding-right: 50px;
      margin-bottom: 40px; }
      @media print, screen and (min-width: 64em) {
        .observer-section .forces-list li {
          width: 20%;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 20%;
                  flex: 0 1 20%;
          margin-bottom: 0;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .observer-section .forces-list li a {
        color: #000; }
      .observer-section .forces-list li span {
        display: block; }
      .observer-section .forces-list li svg {
        margin-bottom: 20px;
        width: 142px;
        height: 142px; }
        .observer-section .forces-list li svg path,
        .observer-section .forces-list li svg circle {
          -webkit-transition: all 0.15s ease;
          transition: all 0.15s ease; }
        .observer-section .forces-list li svg path {
          fill: #58595b;
          stroke-width: 0; }
        .observer-section .forces-list li svg circle {
          stroke: #58595b; }
      .observer-section .forces-list li a:hover svg path {
        fill: #c1d82f;
        stroke-width: 0; }
      .observer-section .forces-list li a:hover svg circle {
        stroke: #c1d82f; }
  .observer-section .graph-title {
    color: #c1d82f;
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-bottom: 60px; }
  .observer-section .force-name {
    color: #fff !important;
    font-size: 18px; }
  .observer-section .graph-stroke {
    stroke: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .observer-section .graph-stroke:hover {
      stroke: #c1d82f; }
  .observer-section .country-name {
    opacity: 0;
    fill: #c1d82f; }
  .observer-section .country-list {
    padding-top: 50px; }
    @media print, screen and (min-width: 40em) {
      .observer-section .country-list {
        padding-top: 100px; } }
    .observer-section .country-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
    .observer-section .country-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      width: 100%;
      text-align: center;
      list-style: none; }
      @media print, screen and (min-width: 40em) {
        .observer-section .country-list li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%;
          width: 50%; } }
      @media print, screen and (min-width: 64em) {
        .observer-section .country-list li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 20%;
                  flex: 0 1 20%;
          width: 20%; } }
  .observer-section .water-drops {
    display: block;
    margin-top: 20px; }
    @media print, screen and (min-width: 40em) {
      .observer-section .water-drops {
        margin-top: 220px; } }
    .observer-section .water-drops #Water-drops .fill-drop {
      -webkit-transition: 1s;
      transition: 1s; }
    .observer-section .water-drops #Water-drops path {
      fill: rgba(78, 141, 183, 0);
      stroke: #fff;
      stroke-width: 2px; }
  .observer-section .crops {
    display: block;
    margin-top: 20px; }
    @media print, screen and (min-width: 40em) {
      .observer-section .crops {
        margin-top: 220px; } }
    .observer-section .crops #crops g path {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      fill: #fff; }
  .observer-section .force-title {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 10px; }
  .observer-section .smaller-content {
    font-size: 18px;
    line-height: 28px;
    margin-top: 100px; }
  .observer-section .ref {
    color: #c1d82f;
    font-size: 13px;
    line-height: 17px;
    margin-top: 60px; }
  .observer-section .source {
    font-size: 11px;
    font-style: italic;
    line-height: 21px;
    margin-top: 20px; }
  .observer-section .full-svg svg {
    width: 100%;
    height: auto; }
    @media print, screen and (min-width: 40em) {
      .observer-section .full-svg svg {
        width: auto; } }
  .observer-section .smaller-container {
    padding: 0 30px; }
    .observer-section .smaller-container br {
      display: none; }
    @media print, screen and (min-width: 40em) {
      .observer-section .smaller-container {
        width: auto; }
        .observer-section .smaller-container br {
          display: block; } }

#pp-nav span {
  background: #abaeb0 !important;
  border-color: #abaeb0 !important; }

#pp-nav .active span {
  -webkit-box-shadow: 0 0 12px #abaeb0;
          box-shadow: 0 0 12px #abaeb0; }

#obs-intro {
  padding-top: -80px; }
  #obs-intro p {
    max-width: 650px; }

.grey-text {
  color: #58595b !important; }

.first {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  display: block;
  padding-top: 100px; }

.second {
  opacity: 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
  display: block;
  padding-top: 100px; }

.third {
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
  display: block;
  padding-top: 100px; }

.fourth {
  opacity: 0;
  -webkit-transition: 3.5s;
  transition: 3.5s;
  display: block;
  padding-top: 100px; }

.active .first {
  opacity: 1;
  padding-top: 0; }

.active .second {
  opacity: 1;
  padding-top: 0; }

.active .third {
  opacity: 1;
  padding-top: 0; }

.active .fourth {
  opacity: 1;
  padding-top: 0; }

.active .large-map {
  -webkit-animation: mymove 5s;
  animation: mymove 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  height: 100vh;
  width: 100%; }

@-webkit-keyframes mymove {
  0% {
    background-image: url("https://cenfri.org/wp-content/uploads/2018/11/World.png");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%; }
  50% {
    background-image: url("https://cenfri.org/wp-content/uploads/2018/11/Map-graphic-2017.png");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%; }
  99% {
    background-image: url("https://cenfri.org/wp-content/uploads/2018/11/Map-graphic-2017-countries.png");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%; }
  100% {
    background-image: none; } }

/* Standard syntax */
@keyframes mymove {
  0% {
    background-image: url("https://cenfri.org/wp-content/uploads/2018/11/World.png");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%; }
  50% {
    background-image: url("https://cenfri.org/wp-content/uploads/2018/11/Map-graphic-2017.png");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%; }
  99% {
    background-image: url("https://cenfri.org/wp-content/uploads/2018/11/Map-graphic-2017-countries.png");
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%; }
  100% {
    background-image: none; } }

.vertical-slider {
  position: fixed;
  right: 2%;
  top: 50%;
  z-index: 9999999; }
  .vertical-slider ul {
    padding: 0;
    margin: 0; }
    .vertical-slider ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: 35px; }
      .vertical-slider ul li a {
        font-size: 21px;
        position: relative;
        color: #ff000000;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .vertical-slider ul li a:after {
          content: '';
          width: 10px;
          height: 10px;
          position: absolute;
          background-color: #abaeb0;
          border-radius: 100%;
          left: 3px;
          top: 9px; }
        .vertical-slider ul li a:hover:after {
          -webkit-box-shadow: 0 0 15px #000;
                  box-shadow: 0 0 15px #000; }

.cenfri-logo {
  position: fixed;
  top: 40px;
  left: 40px; }

.years {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none; }
  @media print, screen and (min-width: 40em) {
    .years {
      display: block; } }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5%; }

.scenarios-cta {
  text-align: center;
  margin-top: 100px;
  width: 100%;
  float: left; }
  .scenarios-cta h2 {
    font-size: 24px;
    font-weight: bold; }
  .scenarios-cta a {
    padding: 20px 50px;
    display: inline-block;
    border: 1px solid #c3d515;
    margin-top: 20px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .scenarios-cta a:hover {
      background: #c3d515;
      color: #fff; }

#forces-intro {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media print, screen and (min-width: 40em) {
    #forces-intro {
      padding-top: 0;
      padding-bottom: 0; } }

#youth-demographic .source,
#changing-nature .source,
#climate_water .source,
#climate_crops .source {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    #youth-demographic .source,
    #changing-nature .source,
    #climate_water .source,
    #climate_crops .source {
      margin-top: 100px; } }

#changing-nature .source {
  margin-bottom: 50px; }

.berkshire {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .berkshire {
      width: 800px; } }

.map-tab {
  margin-top: -40px; }
  @media print, screen and (min-width: 40em) {
    .map-tab {
      margin-top: 0; } }

.single-scenario {
  background: #fff; }
  .single-scenario .large-scenario-header {
    height: 100vh;
    -webkit-background-size: cover;
            background-size: cover;
    position: relative;
    margin-top: -80px; }
    .single-scenario .large-scenario-header .backto-scenario {
      position: absolute;
      top: 120px;
      left: 40px;
      z-index: 200;
      text-align: left; }
      .single-scenario .large-scenario-header .backto-scenario a {
        color: #fff;
        line-height: 40px;
        font-size: 18px;
        text-decoration: none;
        padding-left: 5px; }
      .single-scenario .large-scenario-header .backto-scenario svg {
        margin-bottom: -3.5px; }
    .single-scenario .large-scenario-header .scroll-down {
      width: 100%;
      position: absolute;
      bottom: 10px;
      text-align: center; }
  .single-scenario .generic-content-block {
    margin-top: 0; }
  .single-scenario .share-section {
    background: #f2f2f2;
    padding: 10px;
    width: 82px; }
    .single-scenario .share-section .title {
      color: #000; }
  .single-scenario .snip {
    color: #c3d515;
    font-weight: bold;
    padding-left: 25px;
    border-left: 4px solid #c3d515;
    margin-bottom: 20px; }
  .single-scenario #small-article-intro {
    position: relative;
    margin-bottom: 40px; }
    .single-scenario #small-article-intro .audio-button {
      padding: 20px 70px 20px 20px;
      border: 1px solid #c3d515;
      margin-top: 60px;
      font-size: 14px;
      color: #4a4a4a;
      line-height: 14px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      float: left;
      position: relative;
      right: 0;
      top: -30px; }
      @media print, screen and (min-width: 40em) {
        .single-scenario #small-article-intro .audio-button {
          position: absolute;
          margin-top: 20px; } }
      .single-scenario #small-article-intro .audio-button svg {
        height: 20px;
        margin-bottom: -5px;
        margin-left: 15px;
        position: absolute;
        top: 14px;
        right: 23px; }
      .single-scenario #small-article-intro .audio-button:hover {
        background: #c3d515;
        color: #fff; }
        .single-scenario #small-article-intro .audio-button:hover svg path {
          fill: #fff; }

.scenario-page {
  background: #fff; }
  .scenario-page .generic-content-block {
    text-align: center; }
  .scenario-page h2 {
    color: #c3d515;
    margin: 40px 0;
    font-size: 24px; }

.scenario-graph {
  background: #f2f2f2;
  padding-bottom: 240px; }
  @media print, screen and (min-width: 40em) {
    .scenario-graph {
      padding-bottom: 350px; } }
  .scenario-graph h2 {
    color: #c3d515;
    margin: 40px 0;
    font-size: 24px;
    text-align: center; }
  .scenario-graph .generic-content-block {
    margin-top: 0;
    background: #f2f2f2; }
    .scenario-graph .generic-content-block svg {
      height: auto;
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        .scenario-graph .generic-content-block svg {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content; } }

.scenario-listing {
  max-width: 1175px;
  margin: 0 auto;
  margin-top: -290px; }
  .scenario-listing .clampdown {
    border-color: #3183b1 !important; }
  .scenario-listing .indifference {
    border-color: #6b6c6f !important; }
  .scenario-listing .shape-it {
    border-color: #c1d82f !important; }
  .scenario-listing .scenario-item {
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 60px; }
    .scenario-listing .scenario-item .featured-image {
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 50%;
      height: 312px;
      text-align: center;
      display: table;
      width: 100%;
      position: relative; }
      .scenario-listing .scenario-item .featured-image::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
      .scenario-listing .scenario-item .featured-image .intro-content {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        z-index: 10; }
        .scenario-listing .scenario-item .featured-image .intro-content h3 {
          font-size: 24px;
          font-weight: bold;
          margin-bottom: 60px; }
    .scenario-listing .scenario-item .read-more-scenario {
      text-align: center;
      line-height: 80px;
      color: #4a4a4a;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.39px; }
      .scenario-listing .scenario-item .read-more-scenario svg {
        width: 68px;
        height: 20px;
        -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1);
        margin: 0 0 0 10px;
        position: relative;
        top: 3px; }

.scenario-list {
  background: #fff;
  position: relative; }
  .scenario-list .newsletter-subscription {
    margin-top: 0; }
    @media print, screen and (min-width: 40em) {
      .scenario-list .newsletter-subscription {
        margin-top: 200px; } }
  .scenario-list .years {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999999999; }
  .scenario-list .scenario-item {
    overflow: hidden; }
    .scenario-list .scenario-item .featured-image {
      width: 101%; }

.backto-scenario {
  position: relative;
  width: 100%;
  margin: 40px 0 00px 0;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .backto-scenario {
      position: absolute;
      top: 120px;
      left: 40px;
      z-index: 200;
      text-align: left;
      width: auto; } }
  .backto-scenario a {
    color: #4a4a4a;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;
    padding-left: 5px; }
  .backto-scenario svg {
    margin-bottom: -3.5px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }

.scenario-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .scenario-links a:first-of-type {
      margin-left: -78px; }
    .scenario-links a:last-of-type {
      margin-right: -78px; } }
  .scenario-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .scenario-links a:last-of-type {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .scenario-links a:last-of-type svg {
        margin-right: 0;
        margin-left: 10px;
        -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1); }
  .scenario-links svg {
    width: 51px;
    height: 15px;
    margin-right: 10px; }
    @media print, screen and (min-width: 40em) {
      .scenario-links svg {
        width: 68px;
        height: 20px; } }

.scen-count {
  font-size: 18px;
  color: #6b6c6f;
  display: block;
  margin-bottom: 10px; }

.article-read-counter {
  position: relative;
  margin: 40px 0 30px;
  color: #58595b; }
  .article-read-counter::before {
    content: ' ';
    width: 100%;
    height: 1px;
    background: #58595b;
    top: 50%;
    position: absolute;
    z-index: 0; }
  .article-read-counter span {
    background: #fff;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    z-index: 10; }

#changing-nature {
  background: #274e62; }
  #changing-nature .graph-title {
    max-width: 450px; }
  #changing-nature ul {
    margin: 0;
    padding: 0; }
    #changing-nature ul li {
      list-style: none; }
      #changing-nature ul li button {
        font-family: "Montserrat", "Helvetica Neue", sans-serif;
        font-weight: 600;
        font-size: 24px;
        padding: 5px;
        display: block;
        color: #fff;
        cursor: pointer; }
        #changing-nature ul li button.active {
          color: #c2d500; }
  #changing-nature .linkingconnectivity {
    font-size: 24px;
    line-height: 1.3;
    max-width: 300px;
    margin: 250px auto 50px 0; }
    @media screen and (min-width: 28.125em) {
      #changing-nature .linkingconnectivity {
        margin-top: 400px; } }
    @media print, screen and (min-width: 64em) {
      #changing-nature .linkingconnectivity {
        margin-top: 150px; } }
  #changing-nature #force-03-images {
    position: relative; }
    #changing-nature #force-03-images #map2014,
    #changing-nature #force-03-images #map2017 {
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-background-size: 130% auto;
              background-size: 130% auto;
      background-position: 40% 40%;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
      #changing-nature #force-03-images #map2014.active,
      #changing-nature #force-03-images #map2017.active {
        opacity: 1; }
      @media screen and (min-width: 48em) {
        #changing-nature #force-03-images #map2014,
        #changing-nature #force-03-images #map2017 {
          -webkit-background-size: auto 80%;
                  background-size: auto 80%;
          background-position: 60% center; } }
      @media print, screen and (min-width: 64em) {
        #changing-nature #force-03-images #map2014,
        #changing-nature #force-03-images #map2017 {
          background-position: center center; } }
    #changing-nature #force-03-images #map2014 {
      background-image: url("../images/digi-obs/map2014.jpg"); }
    #changing-nature #force-03-images #map2017 {
      background-image: url("../images/digi-obs/map2017.jpg"); }
  #changing-nature .vertical-center {
    position: relative;
    z-index: 100;
    display: block;
    padding-top: 50px; }
    @media screen and (min-width: 80.9375em) {
      #changing-nature .vertical-center {
        display: table; } }

.slick-slide .large-post-listing {
  padding-bottom: 60px; }

.large-post-listing {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 100ms ease-in-out;
  transition: -webkit-box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out, -webkit-box-shadow 100ms ease-in-out; }
  .large-post-listing:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
    transition: -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out; }
  .large-post-listing .listing-footer {
    width: 100%;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .large-post-listing .listing-footer {
        position: absolute;
        bottom: 27px;
        left: 40px; } }
  .large-post-listing .image {
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    background-position: 50% 50%;
    height: 200px; }
    @media print, screen and (min-width: 40em) {
      .large-post-listing .image {
        height: 350px; } }
  .large-post-listing .content-section {
    padding: 25px;
    width: 100%;
    height: auto; }
    @media print, screen and (min-width: 40em) {
      .large-post-listing .content-section {
        padding: 40px;
        height: 395px; } }
    .large-post-listing .content-section a:hover .title {
      color: #98a6b3; }
    .large-post-listing .content-section .tax {
      color: #c2d510;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
    .large-post-listing .content-section .title {
      font-size: 24px;
      line-height: 29px;
      font-weight: bold;
      color: #000;
      margin-bottom: 40px;
      -webkit-transition: color 100ms ease-in-out;
      transition: color 100ms ease-in-out; }
    .large-post-listing .content-section .snippet {
      font-size: 14px;
      color: #3d3d3d;
      padding-bottom: 20px; }
      @media print, screen and (min-width: 40em) {
        .large-post-listing .content-section .snippet {
          padding-bottom: 0; } }
  .large-post-listing .post-icon {
    position: absolute;
    margin-top: -15px;
    background: #fff;
    right: 0;
    padding: 0 0 0 30px; }
    @media print, screen and (min-width: 40em) {
      .large-post-listing .post-icon {
        padding: 0 30px 0 30px;
        right: 40px; } }
    .large-post-listing .post-icon svg {
      width: 24px;
      height: 24px; }
      .large-post-listing .post-icon svg path,
      .large-post-listing .post-icon svg polygon {
        fill: #000; }
  .large-post-listing .date {
    font-size: 12px;
    color: #3d3d3d; }
  .large-post-listing hr {
    margin: 15px 0 10px 0;
    border: 2px solid #cacaca; }
  .large-post-listing .padded-area {
    padding: 0 40px 40px; }

.small-post-listing {
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 25px;
  padding-bottom: 100px !important;
  -webkit-transition: -webkit-box-shadow 100ms ease-in-out;
  transition: -webkit-box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out, -webkit-box-shadow 100ms ease-in-out; }
  @media print, screen and (min-width: 40em) {
    .small-post-listing {
      padding-bottom: 65px !important; } }
  .small-post-listing:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
    transition: -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out; }
  .small-post-listing .listing-footer {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    padding-left: 25px;
    padding-right: 25px; }
    .small-post-listing .listing-footer hr {
      width: 98%; }
  .small-post-listing .image {
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    background-position: 50% 50%;
    height: 200px; }
    @media print, screen and (min-width: 40em) {
      .small-post-listing .image {
        height: 160px; } }
  .small-post-listing .content-section {
    padding: 25px;
    width: 100%; }
    .small-post-listing .content-section a:hover .title {
      color: #98a6b3; }
    .small-post-listing .content-section .tax {
      color: #c2d510;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase; }
    .small-post-listing .content-section .title {
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      color: #000;
      margin-bottom: 25px;
      -webkit-transition: color 100ms ease-in-out;
      transition: color 100ms ease-in-out;
      margin-top: 10px; }
    .small-post-listing .content-section .snippet {
      font-size: 14px;
      color: #3d3d3d;
      line-height: 23px; }
  .small-post-listing .post-icon {
    position: absolute;
    margin-top: -15px;
    background: #fff;
    padding: 0 25px 0 25px;
    right: 0; }
    .small-post-listing .post-icon svg {
      width: 24px;
      height: 24px; }
      .small-post-listing .post-icon svg path,
      .small-post-listing .post-icon svg polygon {
        fill: #000; }
  .small-post-listing .padded-area {
    padding: 0 25px 25px; }
  .small-post-listing hr {
    margin: 20px 0 10px 0;
    border: 2px solid #cacaca; }
  .small-post-listing .date {
    font-size: 12px;
    color: #3d3d3d;
    float: left; }
  .small-post-listing .author {
    color: #9c9c9c;
    font-weight: bold;
    font-size: 14px; }

.news-listing {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  margin-bottom: 25px;
  -webkit-transition: 0.7s;
  transition: 0.7s; }
  .news-listing .news-footer {
    width: 100%;
    float: left; }
  .news-listing .image {
    -webkit-background-size: cover;
            background-size: cover;
    width: 100%;
    height: 160px; }
  .news-listing .content-section {
    padding: 25px;
    width: 100%;
    height: 205px; }
    .news-listing .content-section .tax {
      color: #c2d510;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase; }
    .news-listing .content-section .title {
      font-size: 18px;
      font-weight: bold;
      color: #000; }
      .news-listing .content-section .title a {
        color: #000; }
    .news-listing .content-section hr {
      width: 94px;
      margin: 24px 0 25px 0;
      border: 2px solid #c3d515;
      float: left; }
    .news-listing .content-section .date {
      font-size: 13px;
      color: #000;
      font-weight: bold; }
    .news-listing .content-section .address {
      font-size: 13px;
      color: #767676; }
  .news-listing .floating-date {
    width: 53px;
    height: 53px;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    padding-top: 13px;
    text-align: center;
    background: #c3d515;
    font-weight: bold;
    text-transform: uppercase; }
    .news-listing .floating-date span {
      float: left;
      width: 100%;
      display: block;
      line-height: 15px; }
    .news-listing .floating-date .day {
      font-size: 20px; }
    .news-listing .floating-date .month {
      font-size: 20px; }

.aligncenter {
  text-align: center !important; }

.custom-tabs input:checked + label {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-size: 16px;
  color: #98a6b3;
  font-weight: bold;
  border-bottom: 5px solid #98a6b3; }

.custom-tabs label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50%;
  float: left;
  display: block;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #d8dee4;
  font-weight: bold;
  border-bottom: 5px solid #d8dee4; }

.custom-tabs input {
  display: none; }

.custom-tabs #content1, .custom-tabs #content2 {
  display: none; }

.custom-tabs #tab1:checked ~ #content1,
.custom-tabs #tab2:checked ~ #content2 {
  display: block;
  width: 100%;
  margin-top: 45px;
  float: left; }

.custom-tabs-three input:checked + label {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-size: 16px;
  color: #98a6b3;
  font-weight: bold;
  border-bottom: 5px solid #98a6b3; }

.custom-tabs-three {
  margin-top: 50px;
  float: left;
  width: 100%; }
  .custom-tabs-three label {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #d8dee4;
    font-weight: bold;
    border-bottom: 5px solid #d8dee4; }
  .custom-tabs-three input {
    display: none; }
  .custom-tabs-three #content1, .custom-tabs-three #content2, .custom-tabs-three #content3 {
    display: none; }
  .custom-tabs-three #tab1:checked ~ #content1,
  .custom-tabs-three #tab2:checked ~ #content2,
  .custom-tabs-three #tab3:checked ~ #content3 {
    display: block;
    width: 100%;
    float: left; }
  .custom-tabs-three label {
    width: 100%;
    line-height: 50px; }
  @media print, screen and (min-width: 40em) {
    .custom-tabs-three label {
      width: 50%; } }
  @media print, screen and (min-width: 64em) {
    .custom-tabs-three label {
      width: 50%; } }

.add-to-calendar {
  display: none;
  width: 100%;
  height: 43px;
  background: #c3d515;
  color: #fff;
  line-height: 43px !important;
  text-align: center;
  float: right;
  font-weight: bold;
  font-size: 13px !important;
  margin-bottom: 30px; }

.event-info {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  float: left; }
  .event-info .info-item {
    float: left;
    width: 100%;
    height: 65px;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    line-height: 65px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding-left: 35px; }
    .event-info .info-item span {
      position: absolute;
      left: 0;
      bottom: -6px; }
      .event-info .info-item span path {
        fill: #c3d515; }

.smaller-container h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px; }

.smaller-container .date {
  font-size: 14px;
  font-weight: bold; }
  @media print, screen and (min-width: 40em) {
    .smaller-container .date {
      margin-bottom: 60px;
      display: block;
      float: left; } }

.smaller-container .author {
  color: #9c9c9c;
  font-weight: bold;
  font-size: 14px;
  float: left; }

.smaller-container div.author {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 40em) {
    .smaller-container div.author {
      margin-bottom: 0; } }

.download-pdf-block {
  width: 300px;
  background: #264e62;
  color: #fff;
  font-weight: bold;
  padding: 20px 40px 5px 30px;
  margin-right: 45px !important;
  display: inline-block;
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out; }
  .download-pdf-block:hover {
    background: #1f3f50; }
  .download-pdf-block .download {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #183a4b;
    text-align: center; }
  .download-pdf-block .size {
    width: 100%;
    float: left;
    line-height: 45px;
    padding-left: 60px; }
    .download-pdf-block .size strong {
      text-transform: uppercase; }
    .download-pdf-block .size span {
      margin-top: 6px;
      display: block;
      float: left;
      width: 26px;
      margin-right: 10px; }
      .download-pdf-block .size span path {
        fill: #c2d510; }

.breadcrumb {
  text-transform: uppercase;
  margin-top: 30px; }
  .breadcrumb a {
    text-transform: uppercase;
    color: #9d9d9d;
    margin: 0 10px  10px;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif; }
  .breadcrumb .current {
    color: #000;
    background: 0;
    font-weight: bold;
    margin: 0 10px 0 10px;
    font-size: 14px !important; }
  .breadcrumb .left-crumb {
    text-align: left;
    color: #000; }
    .breadcrumb .left-crumb a {
      color: #000;
      font-weight: bold !important; }
    .breadcrumb .left-crumb span {
      font-size: 20px;
      font-family: monospace;
      font-weight: bold; }
  .breadcrumb .center-crumb {
    text-align: center; }
    .breadcrumb .center-crumb a {
      color: #9d9d9d; }
    .breadcrumb .center-crumb .current a {
      color: #000;
      font-weight: bold !important; }
  .breadcrumb .right-crumb {
    text-align: right;
    color: #000; }
    .breadcrumb .right-crumb a {
      color: #000;
      font-weight: bold !important; }
    .breadcrumb .right-crumb span {
      font-size: 20px;
      font-family: monospace;
      font-weight: bold; }

.map-list {
  overflow: hidden;
  margin-left: 0; }
  .map-list li {
    padding-right: 5px;
    float: left;
    margin: 10px;
    color: #c3d515; }
    .map-list li a {
      font-weight: bold;
      color: #000; }

#gform_1 {
  float: left;
  position: relative; }
  #gform_1 .gfield_required {
    display: none; }
  #gform_1 #gform_fields_1 {
    margin: 0; }
    #gform_1 #gform_fields_1 li {
      float: left;
      width: 50%;
      list-style: none;
      width: 100%; }
      @media print, screen and (min-width: 40em) {
        #gform_1 #gform_fields_1 li {
          width: 50%; } }
      @media print, screen and (min-width: 64em) {
        #gform_1 #gform_fields_1 li {
          width: 50%; } }
      #gform_1 #gform_fields_1 li textarea {
        width: 100%; }
        @media print, screen and (min-width: 40em) {
          #gform_1 #gform_fields_1 li textarea {
            width: 96%; } }
      #gform_1 #gform_fields_1 li input {
        width: 100%; }
        @media print, screen and (min-width: 40em) {
          #gform_1 #gform_fields_1 li input {
            width: 92%; } }
  #gform_1 #field_1_8 {
    position: absolute;
    top: -25px;
    right: 0;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      #gform_1 #field_1_8 {
        position: absolute; } }
    @media print, screen and (min-width: 64em) {
      #gform_1 #field_1_8 {
        position: absolute; } }
  #gform_1 #field_1_5 {
    width: 100% !important; }
  #gform_1 #field_1_6 {
    width: 100% !important; }
    #gform_1 #field_1_6 #choice_1_6_1 {
      width: 23px !important; }
  #gform_1 .gform_button {
    width: 100%;
    height: 43px;
    float: right;
    text-align: center;
    padding: 0;
    border: none;
    margin-bottom: 25px !important;
    background: #c3d515;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media print, screen and (min-width: 40em) {
      #gform_1 .gform_button {
        width: 220px; } }
  #gform_1 .gform_footer {
    float: none;
    margin-top: 0;
    margin-right: 0; }
    @media print, screen and (min-width: 40em) {
      #gform_1 .gform_footer {
        float: right;
        margin-top: -60px;
        margin-right: 4%; } }
    @media print, screen and (min-width: 64em) {
      #gform_1 .gform_footer {
        float: right;
        margin-top: -60px;
        margin-right: 4%; } }
  #gform_1 .gform_heading {
    margin-bottom: 40px;
    padding-bottom: 20px;
    margin-top: 0;
    border-bottom: 2px solid #f6f6f6;
    width: 96%; }
    @media print, screen and (min-width: 40em) {
      #gform_1 .gform_heading {
        margin-top: -20px; } }

/*----------  Partners  ----------*/
.partner-item .small-post-listing {
  padding-bottom: 0 !important; }

.partner-item .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
  padding-right: 30px; }
  .partner-item .image img {
    max-height: 100px;
    display: block;
    margin: auto; }

.partner-item a {
  background: #264e62; }

.main-slider {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  width: 100%;
  clear: both; }
  .main-slider#home-page-slider .slide {
    overflow: hidden;
    height: 70vh;
    margin-bottom: -10px; }
    @media print, screen and (min-width: 40em) {
      .main-slider#home-page-slider .slide {
        height: 515px; } }
    .main-slider#home-page-slider .slide .slide-title {
      max-width: 1000px; }
    .main-slider#home-page-slider .slide .post-link svg path,
    .main-slider#home-page-slider .slide .post-link svg polygon {
      fill: #c3d515; }
    .main-slider#home-page-slider .slide .author a {
      color: #fff; }
  .main-slider .slide {
    cursor: pointer;
    padding: 70px 0 100px;
    width: 100%;
    position: relative; }
    .main-slider .slide:before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
    @media print, screen and (min-width: 40em) {
      .main-slider .slide {
        padding: 8% 0 13%; } }
    .main-slider .slide .slide-inside {
      position: relative;
      z-index: 10;
      max-width: 76%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; }
      @media print, screen and (min-width: 40em) {
        .main-slider .slide .slide-inside {
          padding-left: 45px;
          padding-right: 45px; } }
    .main-slider .slide .slide-title {
      font-size: 20px;
      line-height: 25px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 20px; }
      @media print, screen and (min-width: 40em) {
        .main-slider .slide .slide-title {
          font-size: 30px;
          line-height: 35px; } }
      @media print, screen and (min-width: 64em) {
        .main-slider .slide .slide-title {
          font-size: 40px;
          line-height: 45px; } }
    .main-slider .slide .details {
      font-family: 'Montserrat', sans-serif;
      float: left;
      width: 100%;
      color: #fff;
      font-size: 15px;
      margin-bottom: 20px; }
      .main-slider .slide .details div {
        float: left; }
    .main-slider .slide .post-link {
      margin-top: 40px; }
      .main-slider .slide .post-link path {
        fill: #c3d515; }
  .main-slider .left {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer; }
  .main-slider .right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    cursor: pointer; }
  .main-slider .slick-dots {
    position: absolute;
    width: 76%;
    left: 12%;
    bottom: 25%;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .main-slider .slick-dots {
        padding-left: 45px;
        padding-right: 45px; } }
    .main-slider .slick-dots li {
      list-style: none;
      float: left;
      padding-right: 10px; }
    .main-slider .slick-dots button {
      height: 5px;
      width: 18px;
      font-size: 0px;
      background: rgba(255, 255, 255, 0.5); }
    .main-slider .slick-dots .slick-active button {
      background: #fff;
      cursor: pointer; }
  .main-slider .slick-arrow {
    background: rgba(255, 255, 255, 0.2);
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    margin-top: -62px;
    cursor: pointer;
    -webkit-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    z-index: 1000; }
    .main-slider .slick-arrow:hover {
      background: rgba(255, 255, 255, 0.4); }
    .main-slider .slick-arrow svg {
      width: 19px;
      height: 62px; }
      .main-slider .slick-arrow svg polygon,
      .main-slider .slick-arrow svg path {
        fill: #fff; }
    .main-slider .slick-arrow.slick-prev {
      left: 0;
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
    .main-slider .slick-arrow.slick-next {
      right: 0; }

.post-slide-hold .slick-dots {
  position: relative;
  left: 0;
  bottom: auto;
  right: 0;
  text-align: center;
  width: 100%; }
  .post-slide-hold .slick-dots li {
    display: inline-block;
    float: none; }
    .post-slide-hold .slick-dots li button {
      background: rgba(0, 0, 0, 0.1); }
    .post-slide-hold .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, 0.3); }

.post-slide-hold .left {
  position: absolute;
  top: 38%;
  left: -5%;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5); }

.post-slide-hold .right {
  position: absolute;
  top: 38%;
  right: -5%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5); }

/*----------  Intro Block  ----------*/
.intro-block {
  height: auto;
  width: 100%;
  padding: 8%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media print, screen and (min-width: 40em) {
    .intro-block {
      height: 300px;
      padding: 40px; } }
  .intro-block .title {
    color: #fff;
    font-weight: bold;
    font-size: 25px; }
  .intro-block .learn-more {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase; }
    .intro-block .learn-more svg {
      position: relative;
      top: 3px;
      width: 51px;
      height: 14px;
      margin-left: 20px; }
      .intro-block .learn-more svg polygon {
        fill: #c3d515; }
  .intro-block hr {
    margin: 15px 0 25px;
    border: 4px solid rgba(255, 255, 255, 0.5); }
  @media print, screen and (min-width: 40em) {
    .intro-block .intro-excerpt {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; } }
  .intro-block .intro-excerpt p {
    margin: 0;
    padding-bottom: 25px;
    color: #fff;
    font-size: 15px;
    line-height: 23px; }
  @media print, screen and (min-width: 40em) {
    .intro-block:hover .intro-excerpt {
      max-height: 70px; } }

/*----------  Share  ----------*/
.share-section {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  width: 62px;
  right: 100%;
  top: 0%;
  margin: 100px 50px 0 0;
  text-align: center;
  z-index: 1; }
  .share-section .share-item {
    width: 62px;
    height: 62px;
    line-height: 74px;
    text-align: center;
    background: #fff;
    margin-bottom: 7px; }
  .share-section .facebook path {
    fill: #08507f; }
  .share-section .twitter path {
    fill: #61a9db; }
  .share-section .email path {
    fill: #aaadb0; }
  .share-section .distraction-free path {
    fill: #aaadb0; }
  .share-section .title {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #999fa3;
    font-weight: bold; }

/*----------  Comments  ----------*/
.commentable {
  position: relative;
  /*----------  Style floating comment form:  ----------*/ }
  .commentable .comment-bubble {
    position: absolute;
    bottom: 100%;
    left: 100%;
    cursor: pointer;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    opacity: 0; }
    .commentable .comment-bubble span {
      position: absolute;
      z-index: 10;
      color: #fff;
      font-weight: bold;
      width: 100%;
      font-size: 11px;
      text-align: center;
      line-height: 20px; }
    .commentable .comment-bubble svg path {
      fill: #438db7; }
  .commentable:hover .comment-bubble, .commentable.now-commenting .comment-bubble {
    opacity: 1; }
  .commentable .ajax-comment-form {
    width: 100%;
    z-index: 100;
    top: 100%;
    right: 0%;
    margin-top: 1rem;
    background: #efefef;
    border-bottom: 5px solid #c3d515;
    padding: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .commentable .ajax-comment-form::before {
      content: ' ';
      position: absolute;
      left: 50px;
      bottom: 100%;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #efefef; }
    .commentable .ajax-comment-form input,
    .commentable .ajax-comment-form textarea {
      width: 100%;
      height: 54px;
      padding: 5px 10px;
      border: none;
      margin-bottom: 15px !important;
      background: #f6f6f6;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #000;
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      font-size: 14px;
      line-height: 1.6; }
      .commentable .ajax-comment-form input:focus,
      .commentable .ajax-comment-form textarea:focus {
        background: #f6f6f6;
        border: none; }
      .commentable .ajax-comment-form input.comment-author, .commentable .ajax-comment-form input.comment-email,
      .commentable .ajax-comment-form textarea.comment-author,
      .commentable .ajax-comment-form textarea.comment-email {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
        @media print, screen and (min-width: 64em) {
          .commentable .ajax-comment-form input.comment-author, .commentable .ajax-comment-form input.comment-email,
          .commentable .ajax-comment-form textarea.comment-author,
          .commentable .ajax-comment-form textarea.comment-email {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 49%;
                    flex: 0 1 49%; } }
    .commentable .ajax-comment-form button {
      margin-bottom: 0;
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      background: #438db7; }
    .commentable .ajax-comment-form textarea {
      height: 60px; }
    .commentable .ajax-comment-form .form-close {
      position: absolute;
      top: 0;
      left: 100%;
      width: 30px;
      height: 30px;
      color: #fff;
      font-size: 25px;
      font-weight: bold;
      line-height: 30px;
      text-align: center;
      background: #438db7; }

/*----------  The Comments  ----------*/
#the-comments h3 {
  margin: 0;
  padding: 3%;
  background: #4a6782;
  font-size: 20px;
  color: #fff;
  font-weight: 500; }

#the-comments .a-comment {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.1);
  padding: 3%; }
  #the-comments .a-comment:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.15); }
  #the-comments .a-comment p {
    margin: 0 0 20px; }
  #the-comments .a-comment .comment-meta {
    font-size: 80%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px; }
    #the-comments .a-comment .comment-meta::before, #the-comments .a-comment .comment-meta::after {
      display: table;
      content: ' '; }
    #the-comments .a-comment .comment-meta::after {
      clear: both; }
    #the-comments .a-comment .comment-meta a {
      padding: 3px 5px;
      float: right; }

/*# sourceMappingURL=foundation.css.map */
