@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
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

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

#tinymce {
  background: #fefefe; }

.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 */
  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: #162768;
  font-family: "Arial", 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

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

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

pre {
  overflow: auto; }

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

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

.row {
  max-width: 60rem;
  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.46875rem;
    margin-left: -0.46875rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  .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.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.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.3333333333%; }
  .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.6666666667%; }
  .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.2857142857%; }
  .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.46875rem;
  padding-left: 0.46875rem; }

.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.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
    .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.6666666667%; }
    .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.2857142857%; }
    .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.625rem;
    padding-left: 0.625rem; }
  .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.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
    .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.6666666667%; }
    .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.2857142857%; }
    .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.625rem;
    padding-left: 0.625rem; }
  .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: 0.9375rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.25rem; }
      .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: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

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

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

h3 {
  font-size: 1.125rem;
  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.375rem; }
  h3 {
    font-size: 1.125rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 60rem;
  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; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #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::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: #162768; }

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)::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: #792573;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #671f62;
    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: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .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 #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .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, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .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.dropdown.hollow::after {
    border-top-color: #792573; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .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: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

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

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

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

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

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

.sticky-container {
  position: relative; }

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

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

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

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

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

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(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 {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 60rem; } }
  @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: 60rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 60rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 60rem; } }
  .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; }

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

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 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; }

.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; }

.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
*/
/*@font-face {
font-family: "Nunito Sans";
src: url("../fonts/Nunito_Sans/NunitoSans-Regular.ttf");
}+/

/*@font-face {
font-family: "Nunito Sans";
font-weight: 400;
src: url("../fonts/Nunito_Sans/NunitoSans-Bold.ttf");
}*/
/*@font-face {
font-family: "Nunito Sans";
font-weight: bold;
src: url("../fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf");
}*/
h1 {
  font-weight: bold; }
  article h1 {
    margin-bottom: 25px; }

h2 {
  font-weight: bold; }

h3 {
  font-weight: bold; }

.site-header {
  z-index: 3;
  background: #522974;
  background: -webkit-gradient(linear, left top, right top, from(#522974), color-stop(50%, #522974), color-stop(51%, #792573), to(#792573));
  background: -webkit-linear-gradient(left, #522974 0%, #522974 50%, #792573 51%, #792573 100%);
  background: linear-gradient(to right, #522974 0%, #522974 50%, #792573 51%, #792573 100%); }

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9; }

.top-bar {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar .menu .home a {
    font-size: 1rem;
    color: #B9B9B9; }
  .top-bar .menu a {
    line-height: 45px;
    color: #e6e6e6;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1; }
    .top-bar .menu a:hover:not(.button) {
      background-color: #42525D; }
  .top-bar .menu .active > a {
    background-color: #a03198; }
  .top-bar .menu > li:not(.menu-text) > a {
    padding: 1rem; }
  .top-bar .menu li:not(:last-child) {
    border-right: 1px solid #4e4e4e; }
  .top-bar .dropdown.menu .submenu {
    border: 0; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1rem; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
    border: 0; }
  .top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
    display: none; }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }
  #footer-container #footer {
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.875rem 0;
    text-align: right; }
    #footer-container #footer::before, #footer-container #footer::after {
      display: table;
      content: ' '; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer ul {
      display: inline-block;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #footer-container #footer ul a {
        color: #fefefe; }
        #footer-container #footer ul a:hover, #footer-container #footer ul a:focus {
          color: #009BDC;
          text-decoration: underline; }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      width: 33.3333333333%;
      float: left;
      padding-right: 0.46875rem;
      padding-left: 0.46875rem;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }

body#tinymce {
  height: auto;
  max-width: 60rem;
  padding: 1.25rem !important; }

.analysis-container {
  background: #005EC2;
  color: #fefefe;
  padding-top: 4.375rem;
  padding-bottom: 2.5rem; }
  .analysis-container .tabset {
    overflow: hidden; }
  .analysis-container .buttons {
    padding-left: 15px;
    padding-right: 15px;
    background: #fefefe;
    overflow: hidden; }
  .analysis-container .bg-container {
    background: #fefefe; }
  .analysis-container .section-container {
    position: relative;
    height: 140px;
    overflow: hidden; }
  .analysis-container .section-heading {
    text-align: center;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .analysis-container .section-heading.is-visible {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
    .analysis-container .section-heading.is-invisible {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
  .analysis-container .overlay {
    background: #162768; }
    .analysis-container .overlay button {
      float: right;
      clear: both; }
    .analysis-container .overlay img {
      width: 25%;
      float: right;
      clear: both; }
  .analysis-container .overlay {
    position: absolute; }
    .analysis-container .overlay .is-visible {
      position: relative; }
  .analysis-container .parties-container,
  .analysis-container .implications-container {
    position: relative; }
    .analysis-container .parties-container .tab-nav,
    .analysis-container .parties-container .inside,
    .analysis-container .implications-container .tab-nav,
    .analysis-container .implications-container .inside {
      background: #fefefe;
      color: #0a0a0a;
      padding-left: 10px;
      padding-right: 10px; }
      .analysis-container .parties-container .tab-nav p,
      .analysis-container .parties-container .tab-nav div,
      .analysis-container .parties-container .inside p,
      .analysis-container .parties-container .inside div,
      .analysis-container .implications-container .tab-nav p,
      .analysis-container .implications-container .tab-nav div,
      .analysis-container .implications-container .inside p,
      .analysis-container .implications-container .inside div {
        text-align: left; }
    .analysis-container .parties-container .more,
    .analysis-container .implications-container .more {
      margin-top: 15px;
      text-align: left; }
    .analysis-container .parties-container .story,
    .analysis-container .implications-container .story {
      display: block;
      width: 100%;
      background: #fefefe;
      overflow: hidden;
      border: 1px solid #fefefe;
      margin-bottom: 20px; }
      .analysis-container .parties-container .story p,
      .analysis-container .implications-container .story p {
        text-align: center;
        padding: 5px;
        padding-top: 13px;
        color: #0a0a0a;
        font-size: 14px; }
      .analysis-container .parties-container .story img,
      .analysis-container .implications-container .story img {
        width: 60px;
        float: left; }
      .analysis-container .parties-container .story:hover p,
      .analysis-container .parties-container .story:focus p,
      .analysis-container .implications-container .story:hover p,
      .analysis-container .implications-container .story:focus p {
        text-decoration: underline;
        color: #792573; }
    .analysis-container .parties-container .modal .inside,
    .analysis-container .implications-container .modal .inside {
      overflow: hidden; }
    .analysis-container .parties-container .btn-next,
    .analysis-container .parties-container .btn-prev,
    .analysis-container .implications-container .btn-next,
    .analysis-container .implications-container .btn-prev {
      background: transparent;
      text-transform: uppercase;
      color: #0a0a0a;
      background: url(../images/icons/chevron-left.svg) no-repeat left center;
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      float: none; }
      @media print, screen and (min-width: 40em) {
        .analysis-container .parties-container .btn-next,
        .analysis-container .parties-container .btn-prev,
        .analysis-container .implications-container .btn-next,
        .analysis-container .implications-container .btn-prev {
          display: inline;
          text-align: left;
          float: left; } }
      .analysis-container .parties-container .btn-next:hover, .analysis-container .parties-container .btn-next:focus,
      .analysis-container .parties-container .btn-prev:hover,
      .analysis-container .parties-container .btn-prev:focus,
      .analysis-container .implications-container .btn-next:hover,
      .analysis-container .implications-container .btn-next:focus,
      .analysis-container .implications-container .btn-prev:hover,
      .analysis-container .implications-container .btn-prev:focus {
        color: #792573;
        text-decoration: underline; }
    .analysis-container .parties-container .btn-next,
    .analysis-container .implications-container .btn-next {
      background: url(../images/icons/chevron-right.svg) no-repeat right center; }
      @media print, screen and (min-width: 40em) {
        .analysis-container .parties-container .btn-next,
        .analysis-container .implications-container .btn-next {
          float: right; } }
    .analysis-container .parties-container .btn-prev,
    .analysis-container .implications-container .btn-prev {
      float: left; }
    .analysis-container .parties-container .overlay,
    .analysis-container .implications-container .overlay {
      top: 0; }
      .analysis-container .parties-container .overlay button,
      .analysis-container .parties-container .overlay img,
      .analysis-container .implications-container .overlay button,
      .analysis-container .implications-container .overlay img {
        margin-top: 10px;
        margin-right: 10px; }
      .analysis-container .parties-container .overlay div,
      .analysis-container .implications-container .overlay div {
        padding: 10px; }
    .analysis-container .parties-container .accordion,
    .analysis-container .implications-container .accordion {
      background: transparent;
      text-align: left; }
      .analysis-container .parties-container .accordion .accordion-item,
      .analysis-container .implications-container .accordion .accordion-item {
        margin-bottom: 15px; }
        .analysis-container .parties-container .accordion .accordion-item .accordion-title,
        .analysis-container .implications-container .accordion .accordion-item .accordion-title {
          background: #fefefe;
          font-size: 1em;
          color: #0a0a0a;
          border: 1px solid #fefefe;
          -webkit-transition: all 0.25s linear 0s;
          transition: all 0.25s linear 0s;
          width: 100%;
          text-align: left; }
          .analysis-container .parties-container .accordion .accordion-item .accordion-title::before,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title::before {
            content: ' ';
            width: 20px;
            height: 20px;
            background: url(../images/icons/chevron-down.svg) no-repeat center center;
            -webkit-background-size: contain;
                    background-size: contain; }
          .analysis-container .parties-container .accordion .accordion-item .accordion-title:hover, .analysis-container .parties-container .accordion .accordion-item .accordion-title:focus,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title:hover,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title:focus {
            background-color: #792573;
            color: #fefefe;
            border-color: #792573;
            cursor: pointer;
            text-decoration: underline; }
          .analysis-container .parties-container .accordion .accordion-item .accordion-title.is-active::before,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title.is-active::before {
            background-image: url(../images/icons/chevron-up.svg);
            background-position: top center; }
          .analysis-container .parties-container .accordion .accordion-item .accordion-title.is-active,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title.is-active {
            background: transparent;
            border-color: #009BDC;
            color: #fefefe; }
          .analysis-container .parties-container .accordion .accordion-item .accordion-title:focus.is-active,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title:focus.is-active {
            border-color: #792573; }
          .analysis-container .parties-container .accordion .accordion-item .accordion-title.diakonie strong, .analysis-container .parties-container .accordion .accordion-item .accordion-title.diakonie em,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title.diakonie strong,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title.diakonie em {
            color: #792573; }
          .analysis-container .parties-container .accordion .accordion-item .accordion-title:hover.diakonie strong, .analysis-container .parties-container .accordion .accordion-item .accordion-title:hover.diakonie em, .analysis-container .parties-container .accordion .accordion-item .accordion-title:focus.diakonie strong, .analysis-container .parties-container .accordion .accordion-item .accordion-title:focus.diakonie em, .analysis-container .parties-container .accordion .accordion-item .accordion-title.diakonie.is-active strong, .analysis-container .parties-container .accordion .accordion-item .accordion-title.diakonie.is-active em,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title:hover.diakonie strong,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title:hover.diakonie em,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title:focus.diakonie strong,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title:focus.diakonie em,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title.diakonie.is-active strong,
          .analysis-container .implications-container .accordion .accordion-item .accordion-title.diakonie.is-active em {
            color: #fefefe; }
        .analysis-container .parties-container .accordion .accordion-item .accordion-content,
        .analysis-container .implications-container .accordion .accordion-item .accordion-content {
          background-color: transparent;
          border-left: none;
          border-right: none;
          border-top: none;
          padding-left: 0;
          padding-right: 0;
          color: #fefefe; }
  .analysis-container .questioncard.is-invisible {
    width: 100%;
    padding-right: 20px; }
  .analysis-container .img-container {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 90px;
    overflow: hidden; }
    .analysis-container .img-container img {
      height: 100%; }
  .analysis-container .card h2 {
    font-size: 1.125rem;
    font-weight: bold; }
  .analysis-container h5 {
    font-size: 1rem;
    font-weight: bold; }
  .analysis-container .end {
    text-align: center;
    margin-top: 50px; }
    @media print, screen and (min-width: 40em) {
      .analysis-container .end {
        margin-top: 0;
        padding-right: 30px; } }
  .analysis-container .end .button {
    margin-top: 50px;
    text-transform: uppercase; }
  .analysis-container .button.white {
    margin-top: 0;
    text-transform: none;
    background: #fefefe;
    color: #0a0a0a; }
    .analysis-container .button.white:hover, .analysis-container .button.white:focus {
      background: #792573;
      color: #fefefe; }

:last-child > .accordion-content:last-child {
  border-bottom: none; }

.party-percentage {
  padding: 10px 15px;
  border: 1px solid #fefefe;
  position: relative;
  color: #0a0a0a;
  margin-bottom: 5px; }
  .party-percentage::before {
    content: ' ';
    background-color: #fefefe;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .party-percentage p {
    position: relative;
    z-index: 2;
    margin-bottom: 0; }

.percentage-1:before {
  width: 1%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-2:before {
  width: 2%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-3:before {
  width: 3%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-4:before {
  width: 4%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-5:before {
  width: 5%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-6:before {
  width: 6%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-7:before {
  width: 7%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-8:before {
  width: 8%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-9:before {
  width: 9%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-10:before {
  width: 10%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-11:before {
  width: 11%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-12:before {
  width: 12%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-13:before {
  width: 13%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-14:before {
  width: 14%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-15:before {
  width: 15%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-16:before {
  width: 16%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-17:before {
  width: 17%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-18:before {
  width: 18%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-19:before {
  width: 19%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-20:before {
  width: 20%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-21:before {
  width: 21%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-22:before {
  width: 22%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-23:before {
  width: 23%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-24:before {
  width: 24%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-25:before {
  width: 25%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-26:before {
  width: 26%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-27:before {
  width: 27%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-28:before {
  width: 28%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-29:before {
  width: 29%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-30:before {
  width: 30%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-31:before {
  width: 31%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-32:before {
  width: 32%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-33:before {
  width: 33%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-34:before {
  width: 34%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-35:before {
  width: 35%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-36:before {
  width: 36%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-37:before {
  width: 37%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-38:before {
  width: 38%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-39:before {
  width: 39%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-40:before {
  width: 40%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-41:before {
  width: 41%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-42:before {
  width: 42%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-43:before {
  width: 43%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-44:before {
  width: 44%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-45:before {
  width: 45%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-46:before {
  width: 46%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-47:before {
  width: 47%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-48:before {
  width: 48%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-49:before {
  width: 49%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-50:before {
  width: 50%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-51:before {
  width: 51%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-52:before {
  width: 52%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-53:before {
  width: 53%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-54:before {
  width: 54%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-55:before {
  width: 55%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-56:before {
  width: 56%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-57:before {
  width: 57%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-58:before {
  width: 58%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-59:before {
  width: 59%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-60:before {
  width: 60%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-61:before {
  width: 61%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-62:before {
  width: 62%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-63:before {
  width: 63%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-64:before {
  width: 64%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-65:before {
  width: 65%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-66:before {
  width: 66%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-67:before {
  width: 67%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-68:before {
  width: 68%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-69:before {
  width: 69%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-70:before {
  width: 70%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-71:before {
  width: 71%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-72:before {
  width: 72%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-73:before {
  width: 73%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-74:before {
  width: 74%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-75:before {
  width: 75%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-76:before {
  width: 76%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-77:before {
  width: 77%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-78:before {
  width: 78%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-79:before {
  width: 79%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-80:before {
  width: 80%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-81:before {
  width: 81%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-82:before {
  width: 82%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-83:before {
  width: 83%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-84:before {
  width: 84%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-85:before {
  width: 85%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-86:before {
  width: 86%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-87:before {
  width: 87%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-88:before {
  width: 88%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-89:before {
  width: 89%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-90:before {
  width: 90%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-91:before {
  width: 91%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-92:before {
  width: 92%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-93:before {
  width: 93%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-94:before {
  width: 94%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-95:before {
  width: 95%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-96:before {
  width: 96%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-97:before {
  width: 97%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-98:before {
  width: 98%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-99:before {
  width: 99%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

.percentage-100:before {
  width: 100%;
  -webkit-animation: fadein 3s ease-in-out;
          animation: fadein 3s ease-in-out; }

@-webkit-keyframes fadein {
  from {
    max-width: 0; }
  to {
    max-width: 100%; } }

@keyframes fadein {
  from {
    max-width: 0; }
  to {
    max-width: 100%; } }

.accordion-content {
  max-height: 0;
  overflow: hidden;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s; }
  .accordion-content.is-active {
    max-height: 1000px;
    padding-top: 15px;
    padding-bottom: 15px; }

.register-email {
  margin-top: 40px; }

.input-group-button {
  padding-left: 10px; }
  .input-group-button button {
    text-transform: uppercase; }

.end-container h2 {
  border-bottom: 1px solid #fefefe;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem; }

.end-container h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 1.25rem; }
  .end-container h3.events {
    border-top: 1px solid white;
    padding-top: 1.875rem; }

.end-container ul.social-big {
  display: inline-block; }
  .end-container ul.social-big li {
    float: left;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 40em) {
      .end-container ul.social-big li {
        margin-right: 20px; } }
    .end-container ul.social-big li a {
      display: block;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 50px;
      height: 50px; }
      @media print, screen and (min-width: 40em) {
        .end-container ul.social-big li a {
          width: 90px;
          height: 90px; } }
      .end-container ul.social-big li a:hover, .end-container ul.social-big li a:focus {
        -webkit-animation: wiggle .3s 2;
                animation: wiggle .3s 2; }
    .end-container ul.social-big li.whatsapp a {
      background-image: url(../images/icons/whatsapp-big.svg); }
    .end-container ul.social-big li.twitter a {
      background-image: url(../images/icons/twitter-big.svg); }
    .end-container ul.social-big li.facebook a {
      background-image: url(../images/icons/facebook-big.svg); }
    .end-container ul.social-big li.mail a {
      background-image: url(../images/icons/mail-big.svg); }

.end-container ul.events {
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #fefefe;
  overflow: hidden;
  margin-left: 0;
  padding-bottom: 20px; }
  .end-container ul.events li {
    float: left;
    padding-right: 0.9375rem;
    margin-bottom: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .end-container ul.events li {
        width: 50%;
        padding-left: 16.6666666667%; }
        .end-container ul.events li.even {
          padding-left: 0.9375rem;
          padding-right: 16.6666666667%; } }
  .end-container ul.events a {
    text-transform: uppercase;
    color: #fefefe; }
    .end-container ul.events a:hover, .end-container ul.events a:focus {
      color: #792573; }

.end-container .button.large {
  text-transform: uppercase;
  display: block; }
  @media print, screen and (min-width: 40em) {
    .end-container .button.large {
      display: inline-block;
      margin-left: 20px; }
      .end-container .button.large.restart {
        float: right;
        margin-left: 0;
        margin-right: 20px; } }

.end-container .border-top {
  border-top: 1px solid #fefefe;
  padding-top: 20px; }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.button.btn-agree,
.button.btn-neutral,
.button.btn-refuse {
  width: 3.75rem;
  height: 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media print, screen and (min-width: 40em) {
    .button.btn-agree,
    .button.btn-neutral,
    .button.btn-refuse {
      width: 5.625rem;
      height: 5.625rem; } }
  .button.btn-agree:hover,
  .button.btn-neutral:hover,
  .button.btn-refuse:hover {
    -webkit-animation: wiggle .3s 2;
            animation: wiggle .3s 2; }
  .button.btn-agree:focus, .button.btn-agree:hover, .button.btn-agree:active,
  .button.btn-neutral:focus,
  .button.btn-neutral:hover,
  .button.btn-neutral:active,
  .button.btn-refuse:focus,
  .button.btn-refuse:hover,
  .button.btn-refuse:active {
    background-color: transparent; }
  .button.btn-agree:focus,
  .button.btn-neutral:focus,
  .button.btn-refuse:focus {
    border: 5px solid #792573;
    border-radius: 50%; }
  .button.btn-agree.is-choosen,
  .button.btn-neutral.is-choosen,
  .button.btn-refuse.is-choosen {
    border: 5px solid #792573;
    border-radius: 50%; }

.button:hover {
  text-decoration: underline; }

.button.btn-agree {
  background: url(../images/icons/agree.svg) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-right: 0.9375rem; }

.button.btn-neutral {
  background: url(../images/icons/neutral.svg) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-right: 0.9375rem; }

.button.btn-refuse {
  background: url(../images/icons/refuse.svg) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg); }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg); }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg); } }

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg); }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg); }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg); } }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

#featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    #featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    #featured-hero {
      height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background .1s linear .45s;
  transition: background .1s linear .45s;
  background: -webkit-gradient(linear, left top, right top, from(#522974), color-stop(3%, #522974), color-stop(3%, #792573), to(#792573));
  background: -webkit-linear-gradient(left, #522974 0%, #522974 3%, #792573 3%, #792573 100%);
  background: linear-gradient(to right, #522974 0%, #522974 3%, #792573 3%, #792573 100%); }
  .is-reveal-open .top-bar {
    background: #fefefe;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .top-bar .top-bar-left {
    width: 41.6666666667%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      .top-bar .top-bar-left {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    .top-bar .top-bar-left:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .top-bar .top-bar-left {
        width: 25%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .top-bar .top-bar-left {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        .top-bar .top-bar-left:last-child:not(:first-child) {
          float: right; } }
    .top-bar .top-bar-left,
    .top-bar .top-bar-left ul,
    .top-bar .top-bar-left a:hover:not(.button) {
      background: #522974; }
    .top-bar .top-bar-left .menu > li:not(.menu-text) > a {
      padding-left: 0;
      margin-top: 4px;
      margin-bottom: 4px;
      padding-right: 2em; }
      @media print, screen and (min-width: 64em) {
        .top-bar .top-bar-left .menu > li:not(.menu-text) > a {
          padding-right: 5em;
          margin-top: 8px;
          margin-bottom: 8px; } }
      .top-bar .top-bar-left .menu > li:not(.menu-text) > a:focus {
        background: #792573; }
  .top-bar .top-bar-center {
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 41.6666666667%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    .top-bar .top-bar-center.p-left-30 img {
      padding-left: 30px;
    }
    @media print, screen and (min-width: 40em) {
      .top-bar .top-bar-center {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    .top-bar .top-bar-center:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .top-bar .top-bar-center {
        width: 33.3333333333%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .top-bar .top-bar-center {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        .top-bar .top-bar-center:last-child:not(:first-child) {
          float: right; } }
    .top-bar .top-bar-center .site-title {
      color: #fefefe;
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 0;
      margin-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .top-bar .top-bar-center .site-title {
          font-size: 1.5rem;
          margin-left: 2em; } }
  .top-bar .top-bar-right {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
    width: 16.6666666667%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      .top-bar .top-bar-right {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    .top-bar .top-bar-right:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .top-bar .top-bar-right {
        width: 41.6666666667%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .top-bar .top-bar-right {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        .top-bar .top-bar-right:last-child:not(:first-child) {
          float: right; } }
    .top-bar .top-bar-right button {
      background: transparent;
      margin-bottom: 0;
      padding: 0;
      text-transform: uppercase; }
      .top-bar .top-bar-right button:focus {
        outline-width: 5px;
        outline: auto;
        outline-color: #3b99fc; }
      @media print, screen and (min-width: 40em) {
        .top-bar .top-bar-right button:hover, .top-bar .top-bar-right button:focus {
          color: #009BDC;
          text-decoration: underline; }
        .top-bar .top-bar-right button span.is-open {
          display: none; }
        .is-reveal-open .top-bar .top-bar-right button span.is-open {
          display: inline-block;
          color: #0a0a0a; }
          .is-reveal-open .top-bar .top-bar-right button span.is-open:hover, .is-reveal-open .top-bar .top-bar-right button span.is-open:focus {
            color: #005EC2;
            text-decoration: underline; }
        .is-reveal-open .top-bar .top-bar-right button span.is-closed {
          display: none; } }
    .top-bar .top-bar-right button .burger-icon {
      border: none; }
      @media screen and (max-width: 39.9375em) {
        .top-bar .top-bar-right button .burger-icon {
          position: relative;
          margin-top: 8px;
          margin-bottom: 8px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .top-bar .top-bar-right button .burger-icon, .top-bar .top-bar-right button .burger-icon::before, .top-bar .top-bar-right button .burger-icon::after {
            display: block;
            width: 25px;
            height: 3px;
            background-color: #fefefe;
            outline: 1px solid transparent;
            -webkit-transition-property: background-color, -webkit-transform;
            transition-property: background-color, -webkit-transform;
            transition-property: background-color, transform;
            transition-property: background-color, transform, -webkit-transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
          .top-bar .top-bar-right button .burger-icon::before, .top-bar .top-bar-right button .burger-icon::after {
            position: absolute;
            content: ""; }
          .top-bar .top-bar-right button .burger-icon::before {
            top: -8px; }
          .top-bar .top-bar-right button .burger-icon::after {
            top: 8px; }
          .is-reveal-open .top-bar .top-bar-right button .burger-icon {
            background-color: transparent; }
          .is-reveal-open .top-bar .top-bar-right button .burger-icon::before {
            -webkit-transform: translateY(8px) rotate(45deg);
            -ms-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg); }
          .is-reveal-open .top-bar .top-bar-right button .burger-icon::after {
            -webkit-transform: translateY(-8px) rotate(-45deg);
            -ms-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg); }
          .is-reveal-open .top-bar .top-bar-right button .burger-icon::after, .is-reveal-open .top-bar .top-bar-right button .burger-icon::before {
            background-color: #0a0a0a !important; }
          .top-bar .top-bar-right button .burger-icon span {
            display: none; } }

.full.reveal {
  z-index: 2;
  background: transparent;
  padding: 0; }
  .full.reveal .row {
    background: #fefefe;
    height: 100vh; }
  .full.reveal .desktop-menu {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.5rem; }
    @media print, screen and (min-width: 40em) {
      .full.reveal .desktop-menu {
        width: 50%; } }
    @media print, screen and (min-width: 40em) {
      .full.reveal .desktop-menu {
        margin-top: 12.5rem; } }
    .full.reveal .desktop-menu li {
      display: block; }
      .full.reveal .desktop-menu li a {
        font-size: 1.125rem;
        line-height: 1.875rem;
        padding-left: 2.5em;
        color: #0a0a0a; }
        .full.reveal .desktop-menu li a:hover, .full.reveal .desktop-menu li a:focus {
          color: #1779ba;
          text-decoration: underline; }
        .full.reveal .desktop-menu li a::before {
          width: 1.875rem;
          height: 1.875rem;
          margin-right: 0.875rem;
          margin-left: -2.5em;
          display: inline-block;
          border-radius: 50%;
          content: '\00a0';
          background: #1779ba; }
      .full.reveal .desktop-menu li.strong-item a {
        font-weight: bold; }
      .full.reveal .desktop-menu li.menu-item-type-custom a::after {
        display: inline-block;
        content: '\00a0';
        width: 1.375rem;
        height: 1.375rem;
        margin-left: 10px;
        background: url(../images/icons/arrow.svg) no-repeat bottom left; }

.social {
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75rem;
  border-top: 1px solid #0a0a0a;
  list-style: none; }
  @media print, screen and (min-width: 40em) {
    .social {
      width: 50%; } }
  .social li {
    float: right; }
  .social .twitter-ico a,
  .social .facebook-ico a,
  .social .email-ico a,
  .social .instagram-ico a {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 1.25rem;
    margin-top: 1.25rem;
    background: url(../images/icons/twitter.svg) no-repeat bottom left; }
    .social .twitter-ico a:hover, .social .twitter-ico a:focus,
    .social .facebook-ico a:hover,
    .social .facebook-ico a:focus,
    .social .email-ico a:hover,
    .social .email-ico a:focus,
    .social .instagram-ico a:hover,
    .social .instagram-ico a:focus {
      -webkit-animation: wiggle .3s 2;
              animation: wiggle .3s 2; }
  .social .facebook-ico a {
    background-image: url(../images/icons/facebook.svg); }
  .social .email-ico a {
    background-image: url(../images/icons/email.svg); }
  .social .instagram-ico a {
    background-image: url(../images/icons/instagram.svg); }
  .questions.card .social {
    border-top: none;
    margin-top: 0;
    width: auto;
    position: absolute;
    right: 8.3333333333%; }
    .questions.card .social li {
      float: right; }
    .questions.card .social a {
      text-indent: -9999px;
      margin-top: 0;
      margin-left: 0.625rem; }

.overlay-social {
  display: none;
  background: red;
  overflow: hidden; }
  .overlay-social.is-visible {
    display: block; }
  .overlay-social .social {
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px;
    bottom: 1px; }
    @media print, screen and (min-width: 40em) {
      .overlay-social .social {
        margin-bottom: 15px;
        position: absolute; } }

.analysis-container .card,
.questions.card {
  position: relative; }

.tabs {
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s; }

.card .is-invisible {
  position: absolute;
  top: 0;
  opacity: 0; }

.card .overlay {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  background: #162768;
  color: #fefefe;
  z-index: 2;
  position: relative;
  top: 15px;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 40em) {
    .card .overlay {
      margin-bottom: 0; } }
  .card .overlay button {
    float: right;
    text-transform: uppercase;
    background: transparent;
    padding: 3px; }
    .card .overlay button:hover, .card .overlay button:focus {
      background-color: #792573; }
  .card .overlay img {
    border-radius: 50%; }
  .card .overlay .columns {
    padding-top: 15px;
    padding-bottom: 15px; }

.card .overlay.is-visible {
  display: block;
  max-height: 3000px; }

#front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  #front-hero .marketing {
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 55rem; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      display: table;
      content: ' '; }
    #front-hero .marketing::after {
      clear: both; }
  @media print, screen and (min-width: 40em) {
    #front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  #front-hero #watch {
    width: 58.3333333333%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
    position: relative;
    left: -41.6666666667%; }
    @media print, screen and (min-width: 40em) {
      #front-hero #watch {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem;
        position: relative;
        left: 0%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero #watch {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        #front-hero #watch:last-child:not(:first-child) {
          float: right; } }
    #front-hero #watch section {
      display: inline; }
    #front-hero #watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    #front-hero #watch a:hover {
      color: #fff; }
    #front-hero #watch #stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
    #front-hero #watch #twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
  #front-hero .tagline {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      #front-hero .tagline {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #front-hero .tagline {
        width: 41.6666666667%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem;
        padding-top: 6rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero .tagline {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        #front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  #front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media print, screen and (min-width: 40em) {
      #front-hero h1 {
        font-size: 2.875rem; } }
  #front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  #front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto; }
  .intro::before, .intro::after {
    display: table;
    content: ' '; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.3333333333%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem;
        margin-left: 8.3333333333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto; }
  .section-divider::before, .section-divider::after {
    display: table;
    content: ' '; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media print, screen and (min-width: 40em) {
      .section-divider hr {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    display: table;
    content: ' '; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      .benefits header {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      display: table;
      content: ' '; }
    .benefits .why-foundation::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#kitchen-sink {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    display: table;
    content: ' '; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      #kitchen-sink header {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media print, screen and (min-width: 40em) {
      #kitchen-sink #components {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #components {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 64em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media print, screen and (min-width: 64em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem;
        display: block;
        float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 64em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  -webkit-transition: min-height 1s linear 0s;
  transition: min-height 1s linear 0s;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  background: #fefefe;
  overflow: hidden; }
  #page::before, #page::after {
    display: table;
    content: ' '; }
  #page::after {
    clear: both; }
  #page .main-content {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      #page .main-content {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page .main-content {
        width: 66.6666666667%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page .main-content {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }

#page-sidebar-left {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    display: table;
    content: ' '; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        width: 66.6666666667%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem;
        position: relative;
        left: 33.3333333333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .main-content {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        width: 33.3333333333%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem;
        position: relative;
        left: -66.6666666667%;
        margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  background: #fefefe; }
  #page-full-width::before, #page-full-width::after {
    display: table;
    content: ' '; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    padding-top: 30px;
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      #page-full-width .main-content {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }
    #page-full-width .main-content header,
    #page-full-width .main-content .entry-content,
    #page-full-width .main-content footer {
      margin-left: 8.3333333333%;
      width: 83.3333333333%;
      float: left;
      padding-right: 0.46875rem;
      padding-left: 0.46875rem; }
      @media print, screen and (min-width: 40em) {
        #page-full-width .main-content header,
        #page-full-width .main-content .entry-content,
        #page-full-width .main-content footer {
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
      #page-full-width .main-content header:last-child:not(:first-child),
      #page-full-width .main-content .entry-content:last-child:not(:first-child),
      #page-full-width .main-content footer:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 40em) {
        #page-full-width .main-content header,
        #page-full-width .main-content .entry-content,
        #page-full-width .main-content footer {
          margin-left: 16.6666666667%;
          width: 66.6666666667%;
          float: left;
          padding-right: 0.46875rem;
          padding-left: 0.46875rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page-full-width .main-content header,
    #page-full-width .main-content .entry-content,
    #page-full-width .main-content footer {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
      @media print, screen and (min-width: 40em) {
          #page-full-width .main-content header:last-child:not(:first-child),
          #page-full-width .main-content .entry-content:last-child:not(:first-child),
          #page-full-width .main-content footer:last-child:not(:first-child) {
            float: right; } }
    #page-full-width .main-content .entry-content a:hover {
      text-decoration: underline; }
    #page-full-width .main-content .button.start {
      text-transform: uppercase; }

#single-post {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #single-post::before, #single-post::after {
    display: table;
    content: ' '; }
  #single-post::after {
    clear: both; }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; }
    @media print, screen and (min-width: 40em) {
      #single-post .main-content {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #single-post .main-content {
        width: 66.6666666667%;
        float: left;
        padding-right: 0.46875rem;
        padding-left: 0.46875rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }

.section-heading {
  height: 12.5rem;
  position: relative; }
  .section-heading .content {
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%; }
    .section-heading .content.mui-enter {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear;
      -webkit-transition-duration: 1s;
              transition-duration: 1s;
      opacity: 0;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
    .section-heading .content.mui-enter.mui-enter-active {
      opacity: 1; }
    .section-heading .content .img-container {
      float: right;
      overflow: hidden;
      text-align: center;
      -webkit-transition: all .9s ease-in-out 0s;
      transition: all .9s ease-in-out 0s; }
      .section-heading .content .img-container img {
        display: block;
        margin: 0 auto;
        max-height: 100%; }
    .section-heading .content h2 {
      -webkit-transition: all .1s linear .0s;
      transition: all .1s linear .0s; }
    .section-heading .content h3 {
      -webkit-transition: all .1s linear .6s;
      transition: all .1s linear .6s;
      text-align: center; }
    .section-heading .content a {
      color: #fefefe; }
    .section-heading .content .section-content {
      -webkit-transition: all .1s linear .0s;
      transition: all .1s linear .0s; }
    .section-heading .content.is-closed {
      height: 11.5625rem !important;
      overflow: hidden;
      padding-top: 15px; }
      .section-heading .content.is-closed .img-container {
        width: 33%;
        height: 8.125rem;
        padding-left: 0;
        padding-right: 33.5%;
        padding-bottom: 15px; }
      .section-heading .content.is-closed h2,
      .section-heading .content.is-closed .section-content {
        opacity: 0; }
      .section-heading .content.is-closed h3 {
        clear: both;
        opacity: 1; }
    .section-heading .content.is-open {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      z-index: 2; }
      @media all and (-ms-high-contrast: none) {
        .section-heading .content.is-open {
          height: auto !important; } }
      .section-heading .content.is-open .img-container {
        -webkit-transition-duration: 0s;
                transition-duration: 0s;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        height: 18.75rem;
        width: 33%;
        padding-left: 8.3333333333%; }
      .section-heading .content.is-open h2,
      .section-heading .content.is-open .section-content {
        -webkit-transition-duration: 0s;
                transition-duration: 0s;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        opacity: 1; }
      .section-heading .content.is-open h3 {
        -webkit-transition-duration: 0s;
                transition-duration: 0s;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        opacity: 0; }
    .section-heading .content.is-incoming {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .section-heading .content button {
      text-transform: uppercase;
      float: right; }
  .section-heading .content.text-black a {
    color: #0a0a0a; }
  .section-heading .flucht,
  .section-heading .familie,
  .section-heading .pflege,
  .section-heading .armut {
    height: 12.5rem;
    -webkit-background-size: auto 80px;
            background-size: auto 80px;
    background-position: center 20px;
    background-repeat: no-repeat;
    list-style: none; }
    @media print, screen and (min-width: 40em) {
      .section-heading .flucht,
      .section-heading .familie,
      .section-heading .pflege,
      .section-heading .armut {
        -webkit-background-size: auto 130px;
                background-size: auto 130px;
        background-position: center 20px; } }
    .section-heading .flucht strong,
    .section-heading .familie strong,
    .section-heading .pflege strong,
    .section-heading .armut strong {
      display: block;
      color: #fefefe;
      font-weight: bold;
      font-size: 1rem;
      padding-top: 110px;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        .section-heading .flucht strong,
        .section-heading .familie strong,
        .section-heading .pflege strong,
        .section-heading .armut strong {
          padding-top: 160px; } }
  .section-heading .flucht {
    background-image: url(/custom/uploads/2017/07/161127_FCiccolella_Diakonie_FINAL_05_A.png);
    background-color: #ffd205; }
    .section-heading .flucht strong {
      color: #0a0a0a; }
  .section-heading .familie {
    background-image: url(/custom/uploads/2017/07/161127_FCiccolella_Diakonie_FINAL_09_A.png);
    background-color: #0063ab; }
  .section-heading .pflege {
    background-image: url(/custom/uploads/2019/05/Diakonie_FCiccolella_A_Bildung-1.jpg);
    background-color: #00b3bd; }
  .section-heading .armut {
    background-image: url(/custom/uploads/2021/06/Diakonie_FCiccolella_A_Pflege_738.jpg);
    background-color: #ea5e0b; }

article.main-content,
.questions {
  position: relative;
  padding-bottom: 2rem;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s; }
  article.main-content:before,
  .questions:before {
    -webkit-box-shadow: -1.25rem 0 0 0 #162768 inset;
            box-shadow: -1.25rem 0 0 0 #162768 inset;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      article.main-content:before,
      .questions:before {
        -webkit-box-shadow: -2.1875rem 0 0 0 #162768 inset;
                box-shadow: -2.1875rem 0 0 0 #162768 inset;
        width: 2.1875rem; } }
  article.main-content:after,
  .questions:after {
    -webkit-box-shadow: 1.25rem 0 0 0 #162768 inset;
            box-shadow: 1.25rem 0 0 0 #162768 inset;
    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      article.main-content:after,
      .questions:after {
        -webkit-box-shadow: -2.1875rem 0 0 0 #162768 inset;
                box-shadow: -2.1875rem 0 0 0 #162768 inset;
        width: 2.1875rem; } }

.tabset {
  text-align: center; }

.nav-pills {
  list-style: none;
  display: inline-block;
  margin-top: 15px; }
  .nav-pills li {
    float: left;
    margin-right: 10px; }
  .nav-pills a.btn::before {
    content: ' ';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #cacaca; }
  .nav-pills a.btn.disabled {
    pointer-events: none; }
    .nav-pills a.btn.disabled::before {
      background: #e6e6e6; }
  .nav-pills a.btn span {
    display: none; }
  .nav-pills li.active a::before {
    background: #0a0a0a; }

.tabset-content {
  position: relative;
  height: 200px;
  -webkit-transition: height .5s ease 0s;
  transition: height .5s ease 0s; }
  .tabset-content .modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.meta {
  margin-top: 25px;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden; }
  .meta .prev-tab,
  .meta .next-tab,
  .meta button {
    background: none;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 14px;
    background: url(../images/icons/arrows.svg) no-repeat center right;
    padding-right: 20px;
    padding-left: 0; }
    .meta .prev-tab:hover, .meta .prev-tab:focus, .meta .prev-tab.active,
    .meta .next-tab:hover,
    .meta .next-tab:focus,
    .meta .next-tab.active,
    .meta button:hover,
    .meta button:focus,
    .meta button.active {
      color: #792573;
      background-color: transparent;
      text-decoration: underline; }
    .meta .prev-tab.next-tab,
    .meta .next-tab.next-tab,
    .meta button.next-tab {
      float: right; }
    .meta .prev-tab.prev-tab,
    .meta .next-tab.prev-tab,
    .meta button.prev-tab {
      padding-left: 20px;
      padding-right: 0;
      background: url(../images/icons/arrows_left.svg) no-repeat center left; }
  .meta img {
    float: left;
    margin-right: 5px; }
  .meta button.story-btn {
    font-size: 13px;
    color: #0a0a0a;
    text-transform: none;
    display: inline;
    vertical-align: center;
    overflow: hidden;
    background: none;
    cursor: pointer; }
    .meta button.story-btn:hover, .meta button.story-btn:focus {
      color: #792573;
      text-decoration: underline; }
    .meta button.story-btn div {
      padding-top: 4px; }
  .questions.card .meta .social {
    position: relative;
    right: auto; }

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