﻿@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
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; }

.foundationScope {
  /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
  /* Grouping content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct margin in IE 8.
     */
  /**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
  /**
     * Add the correct display in IE.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /* Links
       ========================================================================== */
  /**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
  /**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
  /* Text-level semantics
       ========================================================================== */
  /**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
  /**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
  /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /**
     * Add the correct font style in Android 4.3-.
     */
  /**
     * Add the correct background and color in IE 9-.
     */
  /**
     * Add the correct font size in all browsers.
     */
  /**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
  /* Embedded content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in iOS 4-7.
     */
  /**
     * Remove the border on images inside links in IE 10-.
     */
  /**
     * Hide the overflow in IE.
     */
  /* Forms
       ========================================================================== */
  /**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
  /**
     * Show the overflow in IE.
     */
  /**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
  /**
     * 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.
     */
  /**
     * Show the overflow in Edge.
     */
  /**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
  /**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
  /**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
  /**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
  /**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
  /**
     * 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.
     */
  /**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
  /**
     * Remove the default vertical scrollbar in IE.
     */
  /* Interactive
       ========================================================================== */
  /*
     * Add the correct display in Edge, IE, and Firefox.
     */
  /*
     * Add the correct display in all browsers.
     */
  /*
     * Add the correct display in IE 9-.
     */
  /* Scripting
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in IE.
     */
  /* Hidden
       ========================================================================== */
  /**
     * Add the correct display in IE 10-.
     */ }
  .foundationScope * {
    box-sizing: border-box !important; }
  .foundationScope h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .foundationScope figcaption,
  .foundationScope figure {
    display: block; }
  .foundationScope figure {
    margin: 1em 40px; }
  .foundationScope hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  .foundationScope main {
    display: block; }
  .foundationScope pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .foundationScope a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }
  .foundationScope a:active,
  .foundationScope a:hover {
    outline-width: 0; }
  .foundationScope abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
  .foundationScope b,
  .foundationScope strong {
    font-weight: inherit; }
  .foundationScope b,
  .foundationScope strong {
    font-weight: bolder; }
  .foundationScope code,
  .foundationScope kbd,
  .foundationScope samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .foundationScope dfn {
    font-style: italic; }
  .foundationScope mark {
    background-color: #ff0;
    color: #000; }
  .foundationScope small {
    font-size: 80%; }
  .foundationScope sub,
  .foundationScope sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .foundationScope sub {
    bottom: -0.25em; }
  .foundationScope sup {
    top: -0.5em; }
  .foundationScope audio,
  .foundationScope video {
    display: inline-block; }
  .foundationScope audio:not([controls]) {
    display: none;
    height: 0; }
  .foundationScope img {
    border-style: none; }
  .foundationScope svg:not(:root) {
    overflow: hidden; }
  .foundationScope button,
  .foundationScope input,
  .foundationScope optgroup,
  .foundationScope select,
  .foundationScope textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }
  .foundationScope button {
    overflow: visible; }
  .foundationScope button,
  .foundationScope select {
    /* 1 */
    text-transform: none; }
  .foundationScope button,
  .foundationScope html [type="button"],
  .foundationScope [type="reset"],
  .foundationScope [type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }
  .foundationScope button,
  .foundationScope [type="button"],
  .foundationScope [type="reset"],
  .foundationScope [type="submit"] {
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */ }
  .foundationScope button::-moz-focus-inner,
  .foundationScope [type="button"]::-moz-focus-inner,
  .foundationScope [type="reset"]::-moz-focus-inner,
  .foundationScope [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  .foundationScope button:-moz-focusring,
  .foundationScope [type="button"]:-moz-focusring,
  .foundationScope [type="reset"]:-moz-focusring,
  .foundationScope [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  .foundationScope input {
    overflow: visible; }
  .foundationScope [type="checkbox"],
  .foundationScope [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .foundationScope [type="number"]::-webkit-inner-spin-button,
  .foundationScope [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .foundationScope [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  .foundationScope [type="search"]::-webkit-search-cancel-button, .foundationScope [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .foundationScope ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  .foundationScope fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .foundationScope legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */ }
  .foundationScope progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  .foundationScope textarea {
    overflow: auto; }
  .foundationScope details {
    display: block; }
  .foundationScope summary {
    display: list-item; }
  .foundationScope menu {
    display: block; }
  .foundationScope canvas {
    display: inline-block; }
  .foundationScope template {
    display: none; }
  .foundationScope [hidden] {
    display: none; }
  .foundationScope .foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
  .foundationScope html {
    box-sizing: border-box;
    font-size: 100%; }
  .foundationScope *,
  .foundationScope *::before,
  .foundationScope *::after {
    box-sizing: inherit; }
  .foundationScope body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .foundationScope img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic; }
  .foundationScope textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0; }
  .foundationScope select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0; }
  .foundationScope .map_canvas img,
  .foundationScope .map_canvas embed,
  .foundationScope .map_canvas object,
  .foundationScope .mqa-display img,
  .foundationScope .mqa-display embed,
  .foundationScope .mqa-display object {
    max-width: none !important; }
  .foundationScope button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1; }
  .foundationScope [data-whatinput='mouse'] button {
    outline: 0; }
  .foundationScope pre {
    overflow: auto; }
  .foundationScope .is-visible {
    display: block !important; }
  .foundationScope .is-hidden {
    display: none !important; }
  .foundationScope .row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
  .foundationScope .row::before, .foundationScope .row::after {
    display: table;
    content: ' '; }
  .foundationScope .row::after {
    clear: both; }
  .foundationScope .row.collapse > .column, .foundationScope .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .foundationScope .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .foundationScope .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  .foundationScope .row .row.collapse {
    margin-right: 0;
    margin-left: 0; }
  .foundationScope .row.expanded {
    max-width: none; }
  .foundationScope .row.expanded .row {
    margin-right: auto;
    margin-left: auto; }
  .foundationScope .row:not(.expanded) .row {
    max-width: none; }
  .foundationScope .row.gutter-small > .column, .foundationScope .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .foundationScope .row.gutter-medium > .column, .foundationScope .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .foundationScope .column, .foundationScope .columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .column, .foundationScope .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .foundationScope .column:last-child:not(:first-child), .foundationScope .columns:last-child:not(:first-child) {
    float: right; }
  .foundationScope .column.end:last-child:last-child, .foundationScope .end.columns:last-child:last-child {
    float: left; }
  .foundationScope .column.row.row, .foundationScope .row.row.columns {
    float: none; }
  .foundationScope .row .column.row.row, .foundationScope .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0; }
  .foundationScope .small-1 {
    width: 8.33333%; }
  .foundationScope .small-push-1 {
    position: relative;
    left: 8.33333%; }
  .foundationScope .small-pull-1 {
    position: relative;
    left: -8.33333%; }
  .foundationScope .small-offset-0 {
    margin-left: 0%; }
  .foundationScope .small-2 {
    width: 16.66667%; }
  .foundationScope .small-push-2 {
    position: relative;
    left: 16.66667%; }
  .foundationScope .small-pull-2 {
    position: relative;
    left: -16.66667%; }
  .foundationScope .small-offset-1 {
    margin-left: 8.33333%; }
  .foundationScope .small-3 {
    width: 25%; }
  .foundationScope .small-push-3 {
    position: relative;
    left: 25%; }
  .foundationScope .small-pull-3 {
    position: relative;
    left: -25%; }
  .foundationScope .small-offset-2 {
    margin-left: 16.66667%; }
  .foundationScope .small-4 {
    width: 33.33333%; }
  .foundationScope .small-push-4 {
    position: relative;
    left: 33.33333%; }
  .foundationScope .small-pull-4 {
    position: relative;
    left: -33.33333%; }
  .foundationScope .small-offset-3 {
    margin-left: 25%; }
  .foundationScope .small-5 {
    width: 41.66667%; }
  .foundationScope .small-push-5 {
    position: relative;
    left: 41.66667%; }
  .foundationScope .small-pull-5 {
    position: relative;
    left: -41.66667%; }
  .foundationScope .small-offset-4 {
    margin-left: 33.33333%; }
  .foundationScope .small-6 {
    width: 50%; }
  .foundationScope .small-push-6 {
    position: relative;
    left: 50%; }
  .foundationScope .small-pull-6 {
    position: relative;
    left: -50%; }
  .foundationScope .small-offset-5 {
    margin-left: 41.66667%; }
  .foundationScope .small-7 {
    width: 58.33333%; }
  .foundationScope .small-push-7 {
    position: relative;
    left: 58.33333%; }
  .foundationScope .small-pull-7 {
    position: relative;
    left: -58.33333%; }
  .foundationScope .small-offset-6 {
    margin-left: 50%; }
  .foundationScope .small-8 {
    width: 66.66667%; }
  .foundationScope .small-push-8 {
    position: relative;
    left: 66.66667%; }
  .foundationScope .small-pull-8 {
    position: relative;
    left: -66.66667%; }
  .foundationScope .small-offset-7 {
    margin-left: 58.33333%; }
  .foundationScope .small-9 {
    width: 75%; }
  .foundationScope .small-push-9 {
    position: relative;
    left: 75%; }
  .foundationScope .small-pull-9 {
    position: relative;
    left: -75%; }
  .foundationScope .small-offset-8 {
    margin-left: 66.66667%; }
  .foundationScope .small-10 {
    width: 83.33333%; }
  .foundationScope .small-push-10 {
    position: relative;
    left: 83.33333%; }
  .foundationScope .small-pull-10 {
    position: relative;
    left: -83.33333%; }
  .foundationScope .small-offset-9 {
    margin-left: 75%; }
  .foundationScope .small-11 {
    width: 91.66667%; }
  .foundationScope .small-push-11 {
    position: relative;
    left: 91.66667%; }
  .foundationScope .small-pull-11 {
    position: relative;
    left: -91.66667%; }
  .foundationScope .small-offset-10 {
    margin-left: 83.33333%; }
  .foundationScope .small-12 {
    width: 100%; }
  .foundationScope .small-offset-11 {
    margin-left: 91.66667%; }
  .foundationScope .small-up-1 > .column, .foundationScope .small-up-1 > .columns {
    float: left;
    width: 100%; }
  .foundationScope .small-up-1 > .column:nth-of-type(1n), .foundationScope .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .foundationScope .small-up-1 > .column:nth-of-type(1n+1), .foundationScope .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .foundationScope .small-up-1 > .column:last-child, .foundationScope .small-up-1 > .columns:last-child {
    float: left; }
  .foundationScope .small-up-2 > .column, .foundationScope .small-up-2 > .columns {
    float: left;
    width: 50%; }
  .foundationScope .small-up-2 > .column:nth-of-type(1n), .foundationScope .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .foundationScope .small-up-2 > .column:nth-of-type(2n+1), .foundationScope .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .foundationScope .small-up-2 > .column:last-child, .foundationScope .small-up-2 > .columns:last-child {
    float: left; }
  .foundationScope .small-up-3 > .column, .foundationScope .small-up-3 > .columns {
    float: left;
    width: 33.33333%; }
  .foundationScope .small-up-3 > .column:nth-of-type(1n), .foundationScope .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .foundationScope .small-up-3 > .column:nth-of-type(3n+1), .foundationScope .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .foundationScope .small-up-3 > .column:last-child, .foundationScope .small-up-3 > .columns:last-child {
    float: left; }
  .foundationScope .small-up-4 > .column, .foundationScope .small-up-4 > .columns {
    float: left;
    width: 25%; }
  .foundationScope .small-up-4 > .column:nth-of-type(1n), .foundationScope .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .foundationScope .small-up-4 > .column:nth-of-type(4n+1), .foundationScope .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .foundationScope .small-up-4 > .column:last-child, .foundationScope .small-up-4 > .columns:last-child {
    float: left; }
  .foundationScope .small-up-5 > .column, .foundationScope .small-up-5 > .columns {
    float: left;
    width: 20%; }
  .foundationScope .small-up-5 > .column:nth-of-type(1n), .foundationScope .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .foundationScope .small-up-5 > .column:nth-of-type(5n+1), .foundationScope .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .foundationScope .small-up-5 > .column:last-child, .foundationScope .small-up-5 > .columns:last-child {
    float: left; }
  .foundationScope .small-up-6 > .column, .foundationScope .small-up-6 > .columns {
    float: left;
    width: 16.66667%; }
  .foundationScope .small-up-6 > .column:nth-of-type(1n), .foundationScope .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .foundationScope .small-up-6 > .column:nth-of-type(6n+1), .foundationScope .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .foundationScope .small-up-6 > .column:last-child, .foundationScope .small-up-6 > .columns:last-child {
    float: left; }
  .foundationScope .small-up-7 > .column, .foundationScope .small-up-7 > .columns {
    float: left;
    width: 14.28571%; }
  .foundationScope .small-up-7 > .column:nth-of-type(1n), .foundationScope .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .foundationScope .small-up-7 > .column:nth-of-type(7n+1), .foundationScope .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .foundationScope .small-up-7 > .column:last-child, .foundationScope .small-up-7 > .columns:last-child {
    float: left; }
  .foundationScope .small-up-8 > .column, .foundationScope .small-up-8 > .columns {
    float: left;
    width: 12.5%; }
  .foundationScope .small-up-8 > .column:nth-of-type(1n), .foundationScope .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .foundationScope .small-up-8 > .column:nth-of-type(8n+1), .foundationScope .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .foundationScope .small-up-8 > .column:last-child, .foundationScope .small-up-8 > .columns:last-child {
    float: left; }
  .foundationScope .small-collapse > .column, .foundationScope .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .foundationScope .small-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .foundationScope .expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .foundationScope .small-uncollapse > .column, .foundationScope .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .foundationScope .small-centered {
    margin-right: auto;
    margin-left: auto; }
  .foundationScope .small-centered, .foundationScope .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .foundationScope .small-uncentered,
  .foundationScope .small-push-0,
  .foundationScope .small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .medium-1 {
      width: 8.33333%; }
    .foundationScope .medium-push-1 {
      position: relative;
      left: 8.33333%; }
    .foundationScope .medium-pull-1 {
      position: relative;
      left: -8.33333%; }
    .foundationScope .medium-offset-0 {
      margin-left: 0%; }
    .foundationScope .medium-2 {
      width: 16.66667%; }
    .foundationScope .medium-push-2 {
      position: relative;
      left: 16.66667%; }
    .foundationScope .medium-pull-2 {
      position: relative;
      left: -16.66667%; }
    .foundationScope .medium-offset-1 {
      margin-left: 8.33333%; }
    .foundationScope .medium-3 {
      width: 25%; }
    .foundationScope .medium-push-3 {
      position: relative;
      left: 25%; }
    .foundationScope .medium-pull-3 {
      position: relative;
      left: -25%; }
    .foundationScope .medium-offset-2 {
      margin-left: 16.66667%; }
    .foundationScope .medium-4 {
      width: 33.33333%; }
    .foundationScope .medium-push-4 {
      position: relative;
      left: 33.33333%; }
    .foundationScope .medium-pull-4 {
      position: relative;
      left: -33.33333%; }
    .foundationScope .medium-offset-3 {
      margin-left: 25%; }
    .foundationScope .medium-5 {
      width: 41.66667%; }
    .foundationScope .medium-push-5 {
      position: relative;
      left: 41.66667%; }
    .foundationScope .medium-pull-5 {
      position: relative;
      left: -41.66667%; }
    .foundationScope .medium-offset-4 {
      margin-left: 33.33333%; }
    .foundationScope .medium-6 {
      width: 50%; }
    .foundationScope .medium-push-6 {
      position: relative;
      left: 50%; }
    .foundationScope .medium-pull-6 {
      position: relative;
      left: -50%; }
    .foundationScope .medium-offset-5 {
      margin-left: 41.66667%; }
    .foundationScope .medium-7 {
      width: 58.33333%; }
    .foundationScope .medium-push-7 {
      position: relative;
      left: 58.33333%; }
    .foundationScope .medium-pull-7 {
      position: relative;
      left: -58.33333%; }
    .foundationScope .medium-offset-6 {
      margin-left: 50%; }
    .foundationScope .medium-8 {
      width: 66.66667%; }
    .foundationScope .medium-push-8 {
      position: relative;
      left: 66.66667%; }
    .foundationScope .medium-pull-8 {
      position: relative;
      left: -66.66667%; }
    .foundationScope .medium-offset-7 {
      margin-left: 58.33333%; }
    .foundationScope .medium-9 {
      width: 75%; }
    .foundationScope .medium-push-9 {
      position: relative;
      left: 75%; }
    .foundationScope .medium-pull-9 {
      position: relative;
      left: -75%; }
    .foundationScope .medium-offset-8 {
      margin-left: 66.66667%; }
    .foundationScope .medium-10 {
      width: 83.33333%; }
    .foundationScope .medium-push-10 {
      position: relative;
      left: 83.33333%; }
    .foundationScope .medium-pull-10 {
      position: relative;
      left: -83.33333%; }
    .foundationScope .medium-offset-9 {
      margin-left: 75%; }
    .foundationScope .medium-11 {
      width: 91.66667%; }
    .foundationScope .medium-push-11 {
      position: relative;
      left: 91.66667%; }
    .foundationScope .medium-pull-11 {
      position: relative;
      left: -91.66667%; }
    .foundationScope .medium-offset-10 {
      margin-left: 83.33333%; }
    .foundationScope .medium-12 {
      width: 100%; }
    .foundationScope .medium-offset-11 {
      margin-left: 91.66667%; }
    .foundationScope .medium-up-1 > .column, .foundationScope .medium-up-1 > .columns {
      float: left;
      width: 100%; }
    .foundationScope .medium-up-1 > .column:nth-of-type(1n), .foundationScope .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .medium-up-1 > .column:nth-of-type(1n+1), .foundationScope .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .foundationScope .medium-up-1 > .column:last-child, .foundationScope .medium-up-1 > .columns:last-child {
      float: left; }
    .foundationScope .medium-up-2 > .column, .foundationScope .medium-up-2 > .columns {
      float: left;
      width: 50%; }
    .foundationScope .medium-up-2 > .column:nth-of-type(1n), .foundationScope .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .medium-up-2 > .column:nth-of-type(2n+1), .foundationScope .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .foundationScope .medium-up-2 > .column:last-child, .foundationScope .medium-up-2 > .columns:last-child {
      float: left; }
    .foundationScope .medium-up-3 > .column, .foundationScope .medium-up-3 > .columns {
      float: left;
      width: 33.33333%; }
    .foundationScope .medium-up-3 > .column:nth-of-type(1n), .foundationScope .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .medium-up-3 > .column:nth-of-type(3n+1), .foundationScope .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .foundationScope .medium-up-3 > .column:last-child, .foundationScope .medium-up-3 > .columns:last-child {
      float: left; }
    .foundationScope .medium-up-4 > .column, .foundationScope .medium-up-4 > .columns {
      float: left;
      width: 25%; }
    .foundationScope .medium-up-4 > .column:nth-of-type(1n), .foundationScope .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .medium-up-4 > .column:nth-of-type(4n+1), .foundationScope .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .foundationScope .medium-up-4 > .column:last-child, .foundationScope .medium-up-4 > .columns:last-child {
      float: left; }
    .foundationScope .medium-up-5 > .column, .foundationScope .medium-up-5 > .columns {
      float: left;
      width: 20%; }
    .foundationScope .medium-up-5 > .column:nth-of-type(1n), .foundationScope .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .medium-up-5 > .column:nth-of-type(5n+1), .foundationScope .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .foundationScope .medium-up-5 > .column:last-child, .foundationScope .medium-up-5 > .columns:last-child {
      float: left; }
    .foundationScope .medium-up-6 > .column, .foundationScope .medium-up-6 > .columns {
      float: left;
      width: 16.66667%; }
    .foundationScope .medium-up-6 > .column:nth-of-type(1n), .foundationScope .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .medium-up-6 > .column:nth-of-type(6n+1), .foundationScope .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .foundationScope .medium-up-6 > .column:last-child, .foundationScope .medium-up-6 > .columns:last-child {
      float: left; }
    .foundationScope .medium-up-7 > .column, .foundationScope .medium-up-7 > .columns {
      float: left;
      width: 14.28571%; }
    .foundationScope .medium-up-7 > .column:nth-of-type(1n), .foundationScope .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .medium-up-7 > .column:nth-of-type(7n+1), .foundationScope .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .foundationScope .medium-up-7 > .column:last-child, .foundationScope .medium-up-7 > .columns:last-child {
      float: left; }
    .foundationScope .medium-up-8 > .column, .foundationScope .medium-up-8 > .columns {
      float: left;
      width: 12.5%; }
    .foundationScope .medium-up-8 > .column:nth-of-type(1n), .foundationScope .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .medium-up-8 > .column:nth-of-type(8n+1), .foundationScope .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .foundationScope .medium-up-8 > .column:last-child, .foundationScope .medium-up-8 > .columns:last-child {
      float: left; }
    .foundationScope .medium-collapse > .column, .foundationScope .medium-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }
    .foundationScope .medium-collapse .row {
      margin-right: 0;
      margin-left: 0; }
    .foundationScope .expanded.row .medium-collapse.row {
      margin-right: 0;
      margin-left: 0; }
    .foundationScope .medium-uncollapse > .column, .foundationScope .medium-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
    .foundationScope .medium-centered {
      margin-right: auto;
      margin-left: auto; }
    .foundationScope .medium-centered, .foundationScope .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
    .foundationScope .medium-uncentered,
    .foundationScope .medium-push-0,
    .foundationScope .medium-pull-0 {
      position: static;
      float: left;
      margin-right: 0;
      margin-left: 0; } }
  @media print, screen and (min-width: 64em) {
    .foundationScope .large-1 {
      width: 8.33333%; }
    .foundationScope .large-push-1 {
      position: relative;
      left: 8.33333%; }
    .foundationScope .large-pull-1 {
      position: relative;
      left: -8.33333%; }
    .foundationScope .large-offset-0 {
      margin-left: 0%; }
    .foundationScope .large-2 {
      width: 16.66667%; }
    .foundationScope .large-push-2 {
      position: relative;
      left: 16.66667%; }
    .foundationScope .large-pull-2 {
      position: relative;
      left: -16.66667%; }
    .foundationScope .large-offset-1 {
      margin-left: 8.33333%; }
    .foundationScope .large-3 {
      width: 25%; }
    .foundationScope .large-push-3 {
      position: relative;
      left: 25%; }
    .foundationScope .large-pull-3 {
      position: relative;
      left: -25%; }
    .foundationScope .large-offset-2 {
      margin-left: 16.66667%; }
    .foundationScope .large-4 {
      width: 33.33333%; }
    .foundationScope .large-push-4 {
      position: relative;
      left: 33.33333%; }
    .foundationScope .large-pull-4 {
      position: relative;
      left: -33.33333%; }
    .foundationScope .large-offset-3 {
      margin-left: 25%; }
    .foundationScope .large-5 {
      width: 41.66667%; }
    .foundationScope .large-push-5 {
      position: relative;
      left: 41.66667%; }
    .foundationScope .large-pull-5 {
      position: relative;
      left: -41.66667%; }
    .foundationScope .large-offset-4 {
      margin-left: 33.33333%; }
    .foundationScope .large-6 {
      width: 50%; }
    .foundationScope .large-push-6 {
      position: relative;
      left: 50%; }
    .foundationScope .large-pull-6 {
      position: relative;
      left: -50%; }
    .foundationScope .large-offset-5 {
      margin-left: 41.66667%; }
    .foundationScope .large-7 {
      width: 58.33333%; }
    .foundationScope .large-push-7 {
      position: relative;
      left: 58.33333%; }
    .foundationScope .large-pull-7 {
      position: relative;
      left: -58.33333%; }
    .foundationScope .large-offset-6 {
      margin-left: 50%; }
    .foundationScope .large-8 {
      width: 66.66667%; }
    .foundationScope .large-push-8 {
      position: relative;
      left: 66.66667%; }
    .foundationScope .large-pull-8 {
      position: relative;
      left: -66.66667%; }
    .foundationScope .large-offset-7 {
      margin-left: 58.33333%; }
    .foundationScope .large-9 {
      width: 75%; }
    .foundationScope .large-push-9 {
      position: relative;
      left: 75%; }
    .foundationScope .large-pull-9 {
      position: relative;
      left: -75%; }
    .foundationScope .large-offset-8 {
      margin-left: 66.66667%; }
    .foundationScope .large-10 {
      width: 83.33333%; }
    .foundationScope .large-push-10 {
      position: relative;
      left: 83.33333%; }
    .foundationScope .large-pull-10 {
      position: relative;
      left: -83.33333%; }
    .foundationScope .large-offset-9 {
      margin-left: 75%; }
    .foundationScope .large-11 {
      width: 91.66667%; }
    .foundationScope .large-push-11 {
      position: relative;
      left: 91.66667%; }
    .foundationScope .large-pull-11 {
      position: relative;
      left: -91.66667%; }
    .foundationScope .large-offset-10 {
      margin-left: 83.33333%; }
    .foundationScope .large-12 {
      width: 100%; }
    .foundationScope .large-offset-11 {
      margin-left: 91.66667%; }
    .foundationScope .large-up-1 > .column, .foundationScope .large-up-1 > .columns {
      float: left;
      width: 100%; }
    .foundationScope .large-up-1 > .column:nth-of-type(1n), .foundationScope .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .large-up-1 > .column:nth-of-type(1n+1), .foundationScope .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .foundationScope .large-up-1 > .column:last-child, .foundationScope .large-up-1 > .columns:last-child {
      float: left; }
    .foundationScope .large-up-2 > .column, .foundationScope .large-up-2 > .columns {
      float: left;
      width: 50%; }
    .foundationScope .large-up-2 > .column:nth-of-type(1n), .foundationScope .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .large-up-2 > .column:nth-of-type(2n+1), .foundationScope .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .foundationScope .large-up-2 > .column:last-child, .foundationScope .large-up-2 > .columns:last-child {
      float: left; }
    .foundationScope .large-up-3 > .column, .foundationScope .large-up-3 > .columns {
      float: left;
      width: 33.33333%; }
    .foundationScope .large-up-3 > .column:nth-of-type(1n), .foundationScope .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .large-up-3 > .column:nth-of-type(3n+1), .foundationScope .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .foundationScope .large-up-3 > .column:last-child, .foundationScope .large-up-3 > .columns:last-child {
      float: left; }
    .foundationScope .large-up-4 > .column, .foundationScope .large-up-4 > .columns {
      float: left;
      width: 25%; }
    .foundationScope .large-up-4 > .column:nth-of-type(1n), .foundationScope .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .large-up-4 > .column:nth-of-type(4n+1), .foundationScope .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .foundationScope .large-up-4 > .column:last-child, .foundationScope .large-up-4 > .columns:last-child {
      float: left; }
    .foundationScope .large-up-5 > .column, .foundationScope .large-up-5 > .columns {
      float: left;
      width: 20%; }
    .foundationScope .large-up-5 > .column:nth-of-type(1n), .foundationScope .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .large-up-5 > .column:nth-of-type(5n+1), .foundationScope .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .foundationScope .large-up-5 > .column:last-child, .foundationScope .large-up-5 > .columns:last-child {
      float: left; }
    .foundationScope .large-up-6 > .column, .foundationScope .large-up-6 > .columns {
      float: left;
      width: 16.66667%; }
    .foundationScope .large-up-6 > .column:nth-of-type(1n), .foundationScope .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .large-up-6 > .column:nth-of-type(6n+1), .foundationScope .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .foundationScope .large-up-6 > .column:last-child, .foundationScope .large-up-6 > .columns:last-child {
      float: left; }
    .foundationScope .large-up-7 > .column, .foundationScope .large-up-7 > .columns {
      float: left;
      width: 14.28571%; }
    .foundationScope .large-up-7 > .column:nth-of-type(1n), .foundationScope .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .large-up-7 > .column:nth-of-type(7n+1), .foundationScope .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .foundationScope .large-up-7 > .column:last-child, .foundationScope .large-up-7 > .columns:last-child {
      float: left; }
    .foundationScope .large-up-8 > .column, .foundationScope .large-up-8 > .columns {
      float: left;
      width: 12.5%; }
    .foundationScope .large-up-8 > .column:nth-of-type(1n), .foundationScope .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .foundationScope .large-up-8 > .column:nth-of-type(8n+1), .foundationScope .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .foundationScope .large-up-8 > .column:last-child, .foundationScope .large-up-8 > .columns:last-child {
      float: left; }
    .foundationScope .large-collapse > .column, .foundationScope .large-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }
    .foundationScope .large-collapse .row {
      margin-right: 0;
      margin-left: 0; }
    .foundationScope .expanded.row .large-collapse.row {
      margin-right: 0;
      margin-left: 0; }
    .foundationScope .large-uncollapse > .column, .foundationScope .large-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }
    .foundationScope .large-centered {
      margin-right: auto;
      margin-left: auto; }
    .foundationScope .large-centered, .foundationScope .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
    .foundationScope .large-uncentered,
    .foundationScope .large-push-0,
    .foundationScope .large-pull-0 {
      position: static;
      float: left;
      margin-right: 0;
      margin-left: 0; } }
  .foundationScope .column-block {
    margin-bottom: 1.25rem; }
  .foundationScope .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .column-block {
      margin-bottom: 1.875rem; }
    .foundationScope .column-block > :last-child {
      margin-bottom: 0; } }
  .foundationScope div,
  .foundationScope dl,
  .foundationScope dt,
  .foundationScope dd,
  .foundationScope ul,
  .foundationScope ol,
  .foundationScope li,
  .foundationScope h1,
  .foundationScope h2,
  .foundationScope h3,
  .foundationScope h4,
  .foundationScope h5,
  .foundationScope h6,
  .foundationScope pre,
  .foundationScope form,
  .foundationScope p,
  .foundationScope blockquote,
  .foundationScope th,
  .foundationScope td {
    margin: 0;
    padding: 0; }
  .foundationScope p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }
  .foundationScope em,
  .foundationScope i {
    font-style: italic;
    line-height: inherit; }
  .foundationScope strong,
  .foundationScope b {
    font-weight: bold;
    line-height: inherit; }
  .foundationScope small {
    font-size: 80%;
    line-height: inherit; }
  .foundationScope h1,
  .foundationScope h2,
  .foundationScope h3,
  .foundationScope h4,
  .foundationScope h5,
  .foundationScope h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility; }
  .foundationScope h1 small,
  .foundationScope h2 small,
  .foundationScope h3 small,
  .foundationScope h4 small,
  .foundationScope h5 small,
  .foundationScope h6 small {
    line-height: 0;
    color: #cacaca; }
  .foundationScope h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundationScope h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundationScope h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundationScope h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundationScope h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundationScope h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .foundationScope h1 {
      font-size: 3rem; }
    .foundationScope h2 {
      font-size: 2.5rem; }
    .foundationScope h3 {
      font-size: 1.9375rem; }
    .foundationScope h4 {
      font-size: 1.5625rem; }
    .foundationScope h5 {
      font-size: 1.25rem; }
    .foundationScope h6 {
      font-size: 1rem; } }
  .foundationScope a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer; }
  .foundationScope a:hover, .foundationScope a:focus {
    color: #1468a0; }
  .foundationScope a img {
    border: 0; }
  .foundationScope hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0; }
  .foundationScope ul,
  .foundationScope ol,
  .foundationScope dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6; }
  .foundationScope li {
    font-size: inherit; }
  .foundationScope ul {
    margin-left: 1.25rem;
    list-style-type: disc; }
  .foundationScope ol {
    margin-left: 1.25rem; }
  .foundationScope ul ul, .foundationScope ol ul, .foundationScope ul ol, .foundationScope ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }
  .foundationScope dl {
    margin-bottom: 1rem; }
  .foundationScope dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }
  .foundationScope blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca; }
  .foundationScope blockquote, .foundationScope blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }
  .foundationScope cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a; }
  .foundationScope cite:before {
    content: "— "; }
  .foundationScope abbr {
    border-bottom: 1px dotted #0a0a0a;
    color: #0a0a0a;
    cursor: help; }
  .foundationScope figure {
    margin: 0; }
  .foundationScope 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; }
  .foundationScope kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a; }
  .foundationScope .subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a; }
  .foundationScope .lead {
    font-size: 125%;
    line-height: 1.6; }
  .foundationScope .stat {
    font-size: 2.5rem;
    line-height: 1; }
  .foundationScope p + .stat {
    margin-top: -1rem; }
  .foundationScope .no-bullet {
    margin-left: 0;
    list-style: none; }
  .foundationScope .text-left {
    text-align: left; }
  .foundationScope .text-right {
    text-align: right; }
  .foundationScope .text-center {
    text-align: center; }
  .foundationScope .text-justify {
    text-align: justify; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .medium-text-left {
      text-align: left; }
    .foundationScope .medium-text-right {
      text-align: right; }
    .foundationScope .medium-text-center {
      text-align: center; }
    .foundationScope .medium-text-justify {
      text-align: justify; } }
  @media print, screen and (min-width: 64em) {
    .foundationScope .large-text-left {
      text-align: left; }
    .foundationScope .large-text-right {
      text-align: right; }
    .foundationScope .large-text-center {
      text-align: center; }
    .foundationScope .large-text-justify {
      text-align: justify; } }
  .foundationScope .show-for-print {
    display: none !important; }
  @media print {
    .foundationScope * {
      background: transparent !important;
      box-shadow: none !important;
      color: black !important;
      text-shadow: none !important; }
    .foundationScope .show-for-print {
      display: block !important; }
    .foundationScope .hide-for-print {
      display: none !important; }
    .foundationScope table.show-for-print {
      display: table !important; }
    .foundationScope thead.show-for-print {
      display: table-header-group !important; }
    .foundationScope tbody.show-for-print {
      display: table-row-group !important; }
    .foundationScope tr.show-for-print {
      display: table-row !important; }
    .foundationScope td.show-for-print {
      display: table-cell !important; }
    .foundationScope th.show-for-print {
      display: table-cell !important; }
    .foundationScope a,
    .foundationScope a:visited {
      text-decoration: underline; }
    .foundationScope a[href]:after {
      content: " (" attr(href) ")"; }
    .foundationScope .ir a:after,
    .foundationScope a[href^='javascript:']:after,
    .foundationScope a[href^='#']:after {
      content: ''; }
    .foundationScope abbr[title]:after {
      content: " (" attr(title) ")"; }
    .foundationScope pre,
    .foundationScope blockquote {
      border: 1px solid #8a8a8a;
      page-break-inside: avoid; }
    .foundationScope thead {
      display: table-header-group; }
    .foundationScope tr,
    .foundationScope img {
      page-break-inside: avoid; }
    .foundationScope img {
      max-width: 100% !important; }
    @page {
      .foundationScope {
        margin: 0.5cm; } }
    .foundationScope p,
    .foundationScope h2,
    .foundationScope h3 {
      orphans: 3;
      widows: 3; }
    .foundationScope h2,
    .foundationScope h3 {
      page-break-after: avoid; } }
  .foundationScope .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;
    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: #1779ba;
    color: #fefefe; }
  .foundationScope [data-whatinput='mouse'] .button {
    outline: 0; }
  .foundationScope .button:hover, .foundationScope .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .foundationScope .button.tiny {
    font-size: 0.6rem; }
  .foundationScope .button.small {
    font-size: 0.75rem; }
  .foundationScope .button.large {
    font-size: 1.25rem; }
  .foundationScope .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .foundationScope .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
  .foundationScope .button.primary:hover, .foundationScope .button.primary:focus {
    background-color: #126195;
    color: #fefefe; }
  .foundationScope .button.secondary {
    background-color: #767676;
    color: #fefefe; }
  .foundationScope .button.secondary:hover, .foundationScope .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .foundationScope .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
  .foundationScope .button.success:hover, .foundationScope .button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .foundationScope .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
  .foundationScope .button.warning:hover, .foundationScope .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .foundationScope .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
  .foundationScope .button.alert:hover, .foundationScope .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .foundationScope .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .foundationScope .button.hollow, .foundationScope .button.hollow:hover, .foundationScope .button.hollow:focus {
    background-color: transparent; }
  .foundationScope .button.hollow:hover, .foundationScope .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .foundationScope .button.hollow.primary {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .foundationScope .button.hollow.primary:hover, .foundationScope .button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .foundationScope .button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676; }
  .foundationScope .button.hollow.secondary:hover, .foundationScope .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .foundationScope .button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .foundationScope .button.hollow.success:hover, .foundationScope .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .foundationScope .button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .foundationScope .button.hollow.warning:hover, .foundationScope .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .foundationScope .button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .foundationScope .button.hollow.alert:hover, .foundationScope .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .foundationScope .button.disabled, .foundationScope .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .foundationScope .button.disabled, .foundationScope .button.disabled:hover, .foundationScope .button.disabled:focus, .foundationScope .button[disabled], .foundationScope .button[disabled]:hover, .foundationScope .button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .foundationScope .button.disabled.primary, .foundationScope .button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed; }
  .foundationScope .button.disabled.primary, .foundationScope .button.disabled.primary:hover, .foundationScope .button.disabled.primary:focus, .foundationScope .button[disabled].primary, .foundationScope .button[disabled].primary:hover, .foundationScope .button[disabled].primary:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .foundationScope .button.disabled.secondary, .foundationScope .button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed; }
  .foundationScope .button.disabled.secondary, .foundationScope .button.disabled.secondary:hover, .foundationScope .button.disabled.secondary:focus, .foundationScope .button[disabled].secondary, .foundationScope .button[disabled].secondary:hover, .foundationScope .button[disabled].secondary:focus {
    background-color: #767676;
    color: #fefefe; }
  .foundationScope .button.disabled.success, .foundationScope .button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed; }
  .foundationScope .button.disabled.success, .foundationScope .button.disabled.success:hover, .foundationScope .button.disabled.success:focus, .foundationScope .button[disabled].success, .foundationScope .button[disabled].success:hover, .foundationScope .button[disabled].success:focus {
    background-color: #3adb76;
    color: #0a0a0a; }
  .foundationScope .button.disabled.warning, .foundationScope .button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed; }
  .foundationScope .button.disabled.warning, .foundationScope .button.disabled.warning:hover, .foundationScope .button.disabled.warning:focus, .foundationScope .button[disabled].warning, .foundationScope .button[disabled].warning:hover, .foundationScope .button[disabled].warning:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .foundationScope .button.disabled.alert, .foundationScope .button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed; }
  .foundationScope .button.disabled.alert, .foundationScope .button.disabled.alert:hover, .foundationScope .button.disabled.alert:focus, .foundationScope .button[disabled].alert, .foundationScope .button[disabled].alert:hover, .foundationScope .button[disabled].alert:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .foundationScope .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; }
  .foundationScope .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }
  .foundationScope [type='text'], .foundationScope [type='password'], .foundationScope [type='date'], .foundationScope [type='datetime'], .foundationScope [type='datetime-local'], .foundationScope [type='month'], .foundationScope [type='week'], .foundationScope [type='email'], .foundationScope [type='number'], .foundationScope [type='search'], .foundationScope [type='tel'], .foundationScope [type='time'], .foundationScope [type='url'], .foundationScope [type='color'],
  .foundationScope textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .foundationScope [type='text']:focus, .foundationScope [type='password']:focus, .foundationScope [type='date']:focus, .foundationScope [type='datetime']:focus, .foundationScope [type='datetime-local']:focus, .foundationScope [type='month']:focus, .foundationScope [type='week']:focus, .foundationScope [type='email']:focus, .foundationScope [type='number']:focus, .foundationScope [type='search']:focus, .foundationScope [type='tel']:focus, .foundationScope [type='time']:focus, .foundationScope [type='url']:focus, .foundationScope [type='color']:focus,
  .foundationScope textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  .foundationScope textarea {
    max-width: 100%; }
  .foundationScope textarea[rows] {
    height: auto; }
  .foundationScope input::-webkit-input-placeholder,
  .foundationScope textarea::-webkit-input-placeholder {
    color: #cacaca; }
  .foundationScope input::-moz-placeholder,
  .foundationScope textarea::-moz-placeholder {
    color: #cacaca; }
  .foundationScope input:-ms-input-placeholder,
  .foundationScope textarea:-ms-input-placeholder {
    color: #cacaca; }
  .foundationScope input::placeholder,
  .foundationScope textarea::placeholder {
    color: #cacaca; }
  .foundationScope input:disabled, .foundationScope input[readonly],
  .foundationScope textarea:disabled,
  .foundationScope textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  .foundationScope [type='submit'],
  .foundationScope [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }
  .foundationScope input[type='search'] {
    box-sizing: border-box; }
  .foundationScope [type='file'],
  .foundationScope [type='checkbox'],
  .foundationScope [type='radio'] {
    margin: 0 0 1rem; }
  .foundationScope [type='checkbox'] + label,
  .foundationScope [type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0; }
  .foundationScope [type='checkbox'] + label[for],
  .foundationScope [type='radio'] + label[for] {
    cursor: pointer; }
  .foundationScope label > [type='checkbox'],
  .foundationScope label > [type='radio'] {
    margin-right: 0.5rem; }
  .foundationScope [type='file'] {
    width: 100%; }
  .foundationScope label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a; }
  .foundationScope label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }
  .foundationScope .help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a; }
  .foundationScope .input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem; }
  .foundationScope .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .foundationScope .input-group > :last-child > * {
    border-radius: 0 0 0 0; }
  .foundationScope .input-group-label, .foundationScope .input-group-field, .foundationScope .input-group-button, .foundationScope .input-group-button a,
  .foundationScope .input-group-button input,
  .foundationScope .input-group-button button,
  .foundationScope .input-group-button label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle; }
  .foundationScope .input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%; }
  .foundationScope .input-group-label:first-child {
    border-right: 0; }
  .foundationScope .input-group-label:last-child {
    border-left: 0; }
  .foundationScope .input-group-field {
    border-radius: 0;
    height: 2.5rem; }
  .foundationScope .input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%; }
  .foundationScope .input-group-button a,
  .foundationScope .input-group-button input,
  .foundationScope .input-group-button button,
  .foundationScope .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }
  .foundationScope .input-group .input-group-button {
    display: table-cell; }
  .foundationScope fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
  .foundationScope legend {
    max-width: 100%;
    margin-bottom: 0.5rem; }
  .foundationScope .fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca; }
  .foundationScope .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }
  .foundationScope select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    .foundationScope select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  .foundationScope select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  .foundationScope select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  .foundationScope select::-ms-expand {
    display: none; }
  .foundationScope select[multiple] {
    height: auto;
    background-image: none; }
  .foundationScope .is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea; }
  .foundationScope .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .foundationScope .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .foundationScope .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .foundationScope .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }
  .foundationScope .is-invalid-label {
    color: #cc4b37; }
  .foundationScope .form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37; }
  .foundationScope .form-error.is-visible {
    display: block; }
  .foundationScope .accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none; }
  .foundationScope .accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0; }
  .foundationScope .accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0; }
  .foundationScope .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; }
  .foundationScope :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .foundationScope .accordion-title:hover, .foundationScope .accordion-title:focus {
    background-color: #e6e6e6; }
  .foundationScope .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .foundationScope .is-active > .accordion-title::before {
    content: '\2013'; }
  .foundationScope .accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a; }
  .foundationScope :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }
  .foundationScope .is-accordion-submenu-parent > a {
    position: relative; }
  .foundationScope .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }
  .foundationScope .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .foundationScope .badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #1779ba;
    color: #fefefe; }
  .foundationScope .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .foundationScope .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .foundationScope .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .foundationScope .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .foundationScope .badge.alert {
    background: #cc4b37;
    color: #fefefe; }
  .foundationScope .breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none; }
  .foundationScope .breadcrumbs::before, .foundationScope .breadcrumbs::after {
    display: table;
    content: ' '; }
  .foundationScope .breadcrumbs::after {
    clear: both; }
  .foundationScope .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
  .foundationScope .breadcrumbs li:not(:last-child)::after {
    position: relative;
    top: 1px;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #cacaca; }
  .foundationScope .breadcrumbs a {
    color: #1779ba; }
  .foundationScope .breadcrumbs a:hover {
    text-decoration: underline; }
  .foundationScope .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }
  .foundationScope .button-group {
    margin-bottom: 1rem;
    font-size: 0; }
  .foundationScope .button-group::before, .foundationScope .button-group::after {
    display: table;
    content: ' '; }
  .foundationScope .button-group::after {
    clear: both; }
  .foundationScope .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
  .foundationScope .button-group .button:last-child {
    margin-right: 0; }
  .foundationScope .button-group.tiny .button {
    font-size: 0.6rem; }
  .foundationScope .button-group.small .button {
    font-size: 0.75rem; }
  .foundationScope .button-group.large .button {
    font-size: 1.25rem; }
  .foundationScope .button-group.expanded {
    margin-right: -1px; }
  .foundationScope .button-group.expanded::before, .foundationScope .button-group.expanded::after {
    display: none; }
  .foundationScope .button-group.expanded .button:first-child:last-child {
    width: 100%; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(2), .foundationScope .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(2):last-child, .foundationScope .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
    margin-right: -6px; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(3), .foundationScope .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(3):last-child, .foundationScope .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
    margin-right: -6px; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(4), .foundationScope .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(4):last-child, .foundationScope .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
    margin-right: -6px; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(5), .foundationScope .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(5):last-child, .foundationScope .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
    margin-right: -6px; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(6), .foundationScope .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px; }
  .foundationScope .button-group.expanded .button:first-child:nth-last-child(6):last-child, .foundationScope .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
    margin-right: -6px; }
  .foundationScope .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
  .foundationScope .button-group.primary .button:hover, .foundationScope .button-group.primary .button:focus {
    background-color: #126195;
    color: #fefefe; }
  .foundationScope .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
  .foundationScope .button-group.secondary .button:hover, .foundationScope .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .foundationScope .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
  .foundationScope .button-group.success .button:hover, .foundationScope .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .foundationScope .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
  .foundationScope .button-group.warning .button:hover, .foundationScope .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .foundationScope .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
  .foundationScope .button-group.alert .button:hover, .foundationScope .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .foundationScope .button-group.stacked .button, .foundationScope .button-group.stacked-for-small .button, .foundationScope .button-group.stacked-for-medium .button {
    width: 100%; }
  .foundationScope .button-group.stacked .button:last-child, .foundationScope .button-group.stacked-for-small .button:last-child, .foundationScope .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .foundationScope .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .foundationScope .button-group.stacked-for-small.expanded {
      display: block; }
    .foundationScope .button-group.stacked-for-small.expanded .button {
      display: block;
      margin-right: 0; } }
  .foundationScope .card {
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a; }
  .foundationScope .card > :last-child {
    margin-bottom: 0; }
  .foundationScope .card-divider {
    padding: 1rem;
    background: #e6e6e6; }
  .foundationScope .card-divider > :last-child {
    margin-bottom: 0; }
  .foundationScope .card-section {
    padding: 1rem; }
  .foundationScope .card-section > :last-child {
    margin-bottom: 0; }
  .foundationScope .callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a; }
  .foundationScope .callout > :first-child {
    margin-top: 0; }
  .foundationScope .callout > :last-child {
    margin-bottom: 0; }
  .foundationScope .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .foundationScope .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .foundationScope .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .foundationScope .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .foundationScope .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .foundationScope .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .foundationScope .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }
  .foundationScope .close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer; }
  .foundationScope [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .foundationScope .close-button:hover, .foundationScope .close-button:focus {
    color: #0a0a0a; }
  .foundationScope .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .foundationScope .close-button, .foundationScope .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }
  .foundationScope .menu {
    margin: 0;
    list-style-type: none; }
  .foundationScope .menu > li {
    display: table-cell;
    vertical-align: middle; }
  .foundationScope [data-whatinput='mouse'] .menu > li {
    outline: 0; }
  .foundationScope .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .foundationScope .menu input,
  .foundationScope .menu select,
  .foundationScope .menu a,
  .foundationScope .menu button {
    margin-bottom: 0; }
  .foundationScope .menu > li > a img,
  .foundationScope .menu > li > a i,
  .foundationScope .menu > li > a svg {
    vertical-align: middle; }
  .foundationScope .menu > li > a img + span,
  .foundationScope .menu > li > a i + span,
  .foundationScope .menu > li > a svg + span {
    vertical-align: middle; }
  .foundationScope .menu > li > a img,
  .foundationScope .menu > li > a i,
  .foundationScope .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .foundationScope .menu > li, .foundationScope .menu.horizontal > li {
    display: table-cell; }
  .foundationScope .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .foundationScope .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .foundationScope .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .menu.medium-horizontal > li {
      display: table-cell; }
    .foundationScope .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
    .foundationScope .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .foundationScope .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .foundationScope .menu.large-horizontal > li {
      display: table-cell; }
    .foundationScope .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
    .foundationScope .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .foundationScope .menu.large-vertical > li {
      display: block; } }
  .foundationScope .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .foundationScope .menu.simple a {
    padding: 0; }
  .foundationScope .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .foundationScope .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .foundationScope .menu.align-right::before, .foundationScope .menu.align-right::after {
    display: table;
    content: ' '; }
  .foundationScope .menu.align-right::after {
    clear: both; }
  .foundationScope .menu.align-right > li {
    float: right; }
  .foundationScope .menu.icon-top > li > a {
    text-align: center; }
  .foundationScope .menu.icon-top > li > a img,
  .foundationScope .menu.icon-top > li > a i,
  .foundationScope .menu.icon-top > li > a svg {
    display: block;
    margin: 0 auto 0.25rem; }
  .foundationScope .menu.icon-top.vertical a > span {
    margin: auto; }
  .foundationScope .menu.nested {
    margin-left: 1rem; }
  .foundationScope .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .foundationScope .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
  .foundationScope .menu.menu-bordered li:not(:first-child) {
    border-top: 0; }
  .foundationScope .menu.menu-hover li:hover {
    background-color: #e6e6e6; }
  .foundationScope .menu-text {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }
  .foundationScope .menu-centered {
    text-align: center; }
  .foundationScope .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }
  .foundationScope .no-js [data-responsive-menu] ul {
    display: none; }
  .foundationScope .menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer; }
  .foundationScope .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .foundationScope .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
  .foundationScope .menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer; }
  .foundationScope .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .foundationScope .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
  .foundationScope .is-drilldown {
    position: relative;
    overflow: hidden; }
  .foundationScope .is-drilldown li {
    display: block; }
  .foundationScope .is-drilldown.animate-height {
    transition: height 0.5s; }
  .foundationScope .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: transform 0.15s linear; }
  .foundationScope .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .foundationScope .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .foundationScope .drilldown-submenu-cover-previous {
    min-height: 100%; }
  .foundationScope .is-drilldown-submenu-parent > a {
    position: relative; }
  .foundationScope .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }
  .foundationScope .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0; }
  .foundationScope .dropdown-pane {
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem; }
  .foundationScope .dropdown-pane.is-open {
    visibility: visible; }
  .foundationScope .dropdown-pane.tiny {
    width: 100px; }
  .foundationScope .dropdown-pane.small {
    width: 200px; }
  .foundationScope .dropdown-pane.large {
    width: 400px; }
  .foundationScope .dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .foundationScope .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .foundationScope .dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .foundationScope .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .foundationScope [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }
  .foundationScope .no-js .dropdown.menu ul {
    display: none; }
  .foundationScope .dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0; }
  .foundationScope .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .foundationScope .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .foundationScope .dropdown.menu.vertical > li > a::after {
    right: 14px; }
  .foundationScope .dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .foundationScope .dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto; }
    .foundationScope .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
      top: 100%;
      right: auto;
      left: 0; }
    .foundationScope .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
      position: relative;
      padding-right: 1.5rem; }
    .foundationScope .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #1779ba transparent transparent;
      right: 5px;
      margin-top: -3px; }
    .foundationScope .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
      top: 0; }
    .foundationScope .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
      right: 100%;
      left: auto; }
    .foundationScope .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 100%; }
    .foundationScope .dropdown.menu.medium-vertical > li > a::after {
      right: 14px; }
    .foundationScope .dropdown.menu.medium-vertical > li.opens-left > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-left-width: 0;
      border-right-style: solid;
      border-color: transparent #1779ba transparent transparent; }
    .foundationScope .dropdown.menu.medium-vertical > li.opens-right > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-right-width: 0;
      border-left-style: solid;
      border-color: transparent transparent transparent #1779ba; } }
  @media print, screen and (min-width: 64em) {
    .foundationScope .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
      top: 100%;
      right: 0;
      left: auto; }
    .foundationScope .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
      top: 100%;
      right: auto;
      left: 0; }
    .foundationScope .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
      position: relative;
      padding-right: 1.5rem; }
    .foundationScope .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #1779ba transparent transparent;
      right: 5px;
      margin-top: -3px; }
    .foundationScope .dropdown.menu.large-vertical > li .is-dropdown-submenu {
      top: 0; }
    .foundationScope .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
      right: 100%;
      left: auto; }
    .foundationScope .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
      right: auto;
      left: 100%; }
    .foundationScope .dropdown.menu.large-vertical > li > a::after {
      right: 14px; }
    .foundationScope .dropdown.menu.large-vertical > li.opens-left > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-left-width: 0;
      border-right-style: solid;
      border-color: transparent #1779ba transparent transparent; }
    .foundationScope .dropdown.menu.large-vertical > li.opens-right > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-right-width: 0;
      border-left-style: solid;
      border-color: transparent transparent transparent #1779ba; } }
  .foundationScope .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto; }
  .foundationScope .is-dropdown-menu.vertical {
    width: 100px; }
  .foundationScope .is-dropdown-menu.vertical.align-right {
    float: right; }
  .foundationScope .is-dropdown-submenu-parent {
    position: relative; }
  .foundationScope .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .foundationScope .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .foundationScope .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .foundationScope .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .foundationScope .is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe; }
  .foundationScope .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .foundationScope .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .foundationScope .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .foundationScope .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .foundationScope .is-dropdown-submenu > li {
    width: 100%; }
  .foundationScope .is-dropdown-submenu.js-dropdown-active {
    display: block; }
  .foundationScope .responsive-embed,
  .foundationScope .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden; }
  .foundationScope .responsive-embed iframe,
  .foundationScope .responsive-embed object,
  .foundationScope .responsive-embed embed,
  .foundationScope .responsive-embed video,
  .foundationScope .flex-video iframe,
  .foundationScope .flex-video object,
  .foundationScope .flex-video embed,
  .foundationScope .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .foundationScope .responsive-embed.widescreen,
  .foundationScope .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .foundationScope .label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe; }
  .foundationScope .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .foundationScope .label.secondary {
    background: #767676;
    color: #fefefe; }
  .foundationScope .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .foundationScope .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .foundationScope .label.alert {
    background: #cc4b37;
    color: #fefefe; }
  .foundationScope .media-object {
    display: block;
    margin-bottom: 1rem; }
  .foundationScope .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .foundationScope .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
    .foundationScope .media-object.stack-for-small .media-object-section img {
      width: 100%; } }
  .foundationScope .media-object-section {
    display: table-cell;
    vertical-align: top; }
  .foundationScope .media-object-section:first-child {
    padding-right: 1rem; }
  .foundationScope .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .foundationScope .media-object-section > :last-child {
    margin-bottom: 0; }
  .foundationScope .media-object-section.middle {
    vertical-align: middle; }
  .foundationScope .media-object-section.bottom {
    vertical-align: bottom; }
  .foundationScope .is-off-canvas-open {
    overflow: hidden; }
  .foundationScope .js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: rgba(254, 254, 254, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
  .foundationScope .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .foundationScope .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .foundationScope .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .foundationScope .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }
  .foundationScope .off-canvas-wrapper {
    position: relative;
    overflow: hidden; }
  .foundationScope .off-canvas {
    position: fixed;
    z-index: 1;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6; }
  .foundationScope [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .foundationScope .off-canvas.is-transition-overlap {
    z-index: 10; }
  .foundationScope .off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .foundationScope .off-canvas.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .foundationScope .off-canvas-absolute {
    position: absolute;
    z-index: 1;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6; }
  .foundationScope [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .foundationScope .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
  .foundationScope .off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .foundationScope .off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .foundationScope .position-left {
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    overflow-y: auto; }
  .foundationScope .position-left.is-open ~ .off-canvas-content {
    -ms-transform: translateX(250px);
    transform: translateX(250px); }
  .foundationScope .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .foundationScope .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
    transform: none; }
  .foundationScope .position-right {
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    overflow-y: auto; }
  .foundationScope .position-right.is-open ~ .off-canvas-content {
    -ms-transform: translateX(-250px);
    transform: translateX(-250px); }
  .foundationScope .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .foundationScope .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
    transform: none; }
  .foundationScope .position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
    overflow-x: auto; }
  .foundationScope .position-top.is-open ~ .off-canvas-content {
    -ms-transform: translateY(250px);
    transform: translateY(250px); }
  .foundationScope .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .foundationScope .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
    transform: none; }
  .foundationScope .position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -ms-transform: translateY(250px);
    transform: translateY(250px);
    overflow-x: auto; }
  .foundationScope .position-bottom.is-open ~ .off-canvas-content {
    -ms-transform: translateY(-250px);
    transform: translateY(-250px); }
  .foundationScope .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .foundationScope .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
    transform: none; }
  .foundationScope .off-canvas-content {
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .position-left.reveal-for-medium {
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .foundationScope .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
    .foundationScope .position-right.reveal-for-medium {
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .foundationScope .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
    .foundationScope .position-top.reveal-for-medium {
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .foundationScope .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
    .foundationScope .position-bottom.reveal-for-medium {
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .foundationScope .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
  @media print, screen and (min-width: 64em) {
    .foundationScope .position-left.reveal-for-large {
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .foundationScope .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
    .foundationScope .position-right.reveal-for-large {
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .foundationScope .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
    .foundationScope .position-top.reveal-for-large {
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .foundationScope .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
    .foundationScope .position-bottom.reveal-for-large {
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .foundationScope .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
  .foundationScope .orbit {
    position: relative; }
  .foundationScope .orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden; }
  .foundationScope .orbit-slide {
    width: 100%; }
  .foundationScope .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }
  .foundationScope .orbit-figure {
    margin: 0; }
  .foundationScope .orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .foundationScope .orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe; }
  .foundationScope .orbit-previous, .foundationScope .orbit-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe; }
  .foundationScope [data-whatinput='mouse'] .orbit-previous, .foundationScope [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .foundationScope .orbit-previous:hover, .foundationScope .orbit-next:hover, .foundationScope .orbit-previous:active, .foundationScope .orbit-next:active, .foundationScope .orbit-previous:focus, .foundationScope .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }
  .foundationScope .orbit-previous {
    left: 0; }
  .foundationScope .orbit-next {
    left: auto;
    right: 0; }
  .foundationScope .orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center; }
  .foundationScope [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .foundationScope .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
  .foundationScope .orbit-bullets button:hover {
    background-color: #8a8a8a; }
  .foundationScope .orbit-bullets button.is-active {
    background-color: #8a8a8a; }
  .foundationScope .pagination {
    margin-left: 0;
    margin-bottom: 1rem; }
  .foundationScope .pagination::before, .foundationScope .pagination::after {
    display: table;
    content: ' '; }
  .foundationScope .pagination::after {
    clear: both; }
  .foundationScope .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
  .foundationScope .pagination li:last-child, .foundationScope .pagination li:first-child {
    display: inline-block; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .pagination li {
      display: inline-block; } }
  .foundationScope .pagination a,
  .foundationScope .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
  .foundationScope .pagination a:hover,
  .foundationScope .pagination button:hover {
    background: #e6e6e6; }
  .foundationScope .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .foundationScope .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
  .foundationScope .pagination .disabled:hover {
    background: transparent; }
  .foundationScope .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }
  .foundationScope .pagination-previous a::before,
  .foundationScope .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab'; }
  .foundationScope .pagination-next a::after,
  .foundationScope .pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb'; }
  .foundationScope .progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca; }
  .foundationScope .progress.primary .progress-meter {
    background-color: #1779ba; }
  .foundationScope .progress.secondary .progress-meter {
    background-color: #767676; }
  .foundationScope .progress.success .progress-meter {
    background-color: #3adb76; }
  .foundationScope .progress.warning .progress-meter {
    background-color: #ffae00; }
  .foundationScope .progress.alert .progress-meter {
    background-color: #cc4b37; }
  .foundationScope .progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #1779ba; }
  .foundationScope .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }
  .foundationScope body.is-reveal-open {
    overflow: hidden; }
  .foundationScope html.is-reveal-open,
  .foundationScope html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .foundationScope .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; }
  .foundationScope .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; }
  .foundationScope [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .reveal {
      min-height: 0; } }
  .foundationScope .reveal .column, .foundationScope .reveal .columns,
  .foundationScope .reveal .columns {
    min-width: 0; }
  .foundationScope .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .foundationScope .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .foundationScope .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .foundationScope .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .foundationScope .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .foundationScope .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) {
    .foundationScope .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; } }
  .foundationScope .reveal.without-overlay {
    position: fixed; }
  .foundationScope .slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none; }
  .foundationScope .slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out; }
  .foundationScope .slider-fill.is-dragging {
    transition: all 0s linear; }
  .foundationScope .slider-handle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #1779ba;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  .foundationScope [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .foundationScope .slider-handle:hover {
    background-color: #14679e; }
  .foundationScope .slider-handle.is-dragging {
    transition: all 0s linear; }
  .foundationScope .slider.disabled,
  .foundationScope .slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .foundationScope .slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }
  .foundationScope .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .foundationScope .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .foundationScope .sticky-container {
    position: relative; }
  .foundationScope .sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0); }
  .foundationScope .sticky.is-stuck {
    position: fixed;
    z-index: 5; }
  .foundationScope .sticky.is-stuck.is-at-top {
    top: 0; }
  .foundationScope .sticky.is-stuck.is-at-bottom {
    bottom: 0; }
  .foundationScope .sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto; }
  .foundationScope .sticky.is-anchored.is-at-bottom {
    bottom: 0; }
  .foundationScope .switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .foundationScope .switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0; }
  .foundationScope .switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer; }
  .foundationScope input + .switch-paddle {
    margin: 0; }
  .foundationScope .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  .foundationScope input:checked ~ .switch-paddle {
    background: #1779ba; }
  .foundationScope input:checked ~ .switch-paddle::after {
    left: 2.25rem; }
  .foundationScope [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }
  .foundationScope .switch-active, .foundationScope .switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .foundationScope .switch-active {
    left: 8%;
    display: none; }
  .foundationScope input:checked + label > .switch-active {
    display: block; }
  .foundationScope .switch-inactive {
    right: 15%; }
  .foundationScope input:checked + label > .switch-inactive {
    display: none; }
  .foundationScope .switch.tiny {
    height: 1.5rem; }
  .foundationScope .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .foundationScope .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .foundationScope .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }
  .foundationScope .switch.small {
    height: 1.75rem; }
  .foundationScope .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .foundationScope .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .foundationScope .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }
  .foundationScope .switch.large {
    height: 2.5rem; }
  .foundationScope .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .foundationScope .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .foundationScope .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }
  .foundationScope table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0; }
  .foundationScope table thead,
  .foundationScope table tbody,
  .foundationScope table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  .foundationScope table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  .foundationScope table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  .foundationScope table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  .foundationScope table thead tr,
  .foundationScope table tfoot tr {
    background: transparent; }
  .foundationScope table thead th,
  .foundationScope table thead td,
  .foundationScope table tfoot th,
  .foundationScope table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  .foundationScope table tbody th,
  .foundationScope table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  .foundationScope table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  .foundationScope table.unstriped tbody {
    background-color: #fefefe; }
  .foundationScope table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe; }
  @media screen and (max-width: 63.9375em) {
    .foundationScope table.stack thead {
      display: none; }
    .foundationScope table.stack tfoot {
      display: none; }
    .foundationScope table.stack tr,
    .foundationScope table.stack th,
    .foundationScope table.stack td {
      display: block; }
    .foundationScope table.stack td {
      border-top: 0; } }
  .foundationScope table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto; }
  .foundationScope table.hover thead tr:hover {
    background-color: #f3f3f3; }
  .foundationScope table.hover tfoot tr:hover {
    background-color: #ececec; }
  .foundationScope table.hover tbody tr:hover {
    background-color: #f9f9f9; }
  .foundationScope table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec; }
  .foundationScope .table-scroll {
    overflow-x: auto; }
  .foundationScope .table-scroll table {
    width: auto; }
  .foundationScope .tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none; }
  .foundationScope .tabs::before, .foundationScope .tabs::after {
    display: table;
    content: ' '; }
  .foundationScope .tabs::after {
    clear: both; }
  .foundationScope .tabs.vertical > li {
    display: block;
    float: none;
    width: auto; }
  .foundationScope .tabs.simple > li > a {
    padding: 0; }
  .foundationScope .tabs.simple > li > a:hover {
    background: transparent; }
  .foundationScope .tabs.primary {
    background: #1779ba; }
  .foundationScope .tabs.primary > li > a {
    color: #fefefe; }
  .foundationScope .tabs.primary > li > a:hover, .foundationScope .tabs.primary > li > a:focus {
    background: #1673b1; }
  .foundationScope .tabs-title {
    float: left; }
  .foundationScope .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
  .foundationScope .tabs-title > a:hover {
    background: #fefefe;
    color: #1468a0; }
  .foundationScope .tabs-title > a:focus, .foundationScope .tabs-title > a[aria-selected='true'] {
    background: #e6e6e6;
    color: #1779ba; }
  .foundationScope .tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    transition: all 0.5s ease; }
  .foundationScope .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }
  .foundationScope .tabs-panel {
    display: none;
    padding: 1rem; }
  .foundationScope .tabs-panel[aria-hidden="false"] {
    display: block; }
  .foundationScope .thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0; }
  .foundationScope a.thumbnail {
    transition: box-shadow 200ms ease-out; }
  .foundationScope a.thumbnail:hover, .foundationScope a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  .foundationScope a.thumbnail image {
    box-shadow: none; }
  .foundationScope .title-bar {
    padding: 0.5rem;
    background: #0a0a0a;
    color: #fefefe; }
  .foundationScope .title-bar::before, .foundationScope .title-bar::after {
    display: table;
    content: ' '; }
  .foundationScope .title-bar::after {
    clear: both; }
  .foundationScope .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .foundationScope .title-bar-left {
    float: left; }
  .foundationScope .title-bar-right {
    float: right;
    text-align: right; }
  .foundationScope .title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold; }
  .foundationScope .has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    cursor: help; }
  .foundationScope .tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe; }
  .foundationScope .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .foundationScope .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .foundationScope .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .foundationScope .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .foundationScope .top-bar {
    padding: 0.5rem; }
  .foundationScope .top-bar::before, .foundationScope .top-bar::after {
    display: table;
    content: ' '; }
  .foundationScope .top-bar::after {
    clear: both; }
  .foundationScope .top-bar,
  .foundationScope .top-bar ul {
    background-color: #e6e6e6; }
  .foundationScope .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .foundationScope .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .foundationScope .top-bar input.button {
    width: auto; }
  .foundationScope .top-bar .top-bar-left,
  .foundationScope .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .foundationScope .top-bar .top-bar-left,
    .foundationScope .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .foundationScope .top-bar.stacked-for-medium .top-bar-left,
    .foundationScope .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .foundationScope .top-bar.stacked-for-large .top-bar-left,
    .foundationScope .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  .foundationScope .top-bar-title {
    display: inline-block;
    float: left;
    padding: 0.5rem 1rem 0.5rem 0; }
  .foundationScope .top-bar-title .menu-icon {
    bottom: 2px; }
  .foundationScope .top-bar-left {
    float: left; }
  .foundationScope .top-bar-right {
    float: right; }
  .foundationScope .hide {
    display: none !important; }
  .foundationScope .invisible {
    visibility: hidden; }
  @media screen and (max-width: 39.9375em) {
    .foundationScope .hide-for-small-only {
      display: none !important; } }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .foundationScope .show-for-small-only {
      display: none !important; } }
  @media print, screen and (min-width: 40em) {
    .foundationScope .hide-for-medium {
      display: none !important; } }
  @media screen and (max-width: 39.9375em) {
    .foundationScope .show-for-medium {
      display: none !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .foundationScope .hide-for-medium-only {
      display: none !important; } }
  @media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .foundationScope .show-for-medium-only {
      display: none !important; } }
  @media print, screen and (min-width: 64em) {
    .foundationScope .hide-for-large {
      display: none !important; } }
  @media screen and (max-width: 63.9375em) {
    .foundationScope .show-for-large {
      display: none !important; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .foundationScope .hide-for-large-only {
      display: none !important; } }
  @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .foundationScope .show-for-large-only {
      display: none !important; } }
  .foundationScope .show-for-sr,
  .foundationScope .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .foundationScope .show-on-focus:active, .foundationScope .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto; }
  .foundationScope .show-for-landscape,
  .foundationScope .hide-for-portrait {
    display: block !important; }
  @media screen and (orientation: landscape) {
    .foundationScope .show-for-landscape,
    .foundationScope .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .foundationScope .show-for-landscape,
    .foundationScope .hide-for-portrait {
      display: none !important; } }
  .foundationScope .hide-for-landscape,
  .foundationScope .show-for-portrait {
    display: none !important; }
  @media screen and (orientation: landscape) {
    .foundationScope .hide-for-landscape,
    .foundationScope .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .foundationScope .hide-for-landscape,
    .foundationScope .show-for-portrait {
      display: block !important; } }
  .foundationScope .float-left {
    float: left !important; }
  .foundationScope .float-right {
    float: right !important; }
  .foundationScope .float-center {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .foundationScope .clearfix::before, .foundationScope .clearfix::after {
    display: table;
    content: ' '; }
  .foundationScope .clearfix::after {
    clear: both; }
  .foundationScope .slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .foundationScope .slide-in-down.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .foundationScope .slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .foundationScope .slide-in-left.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .foundationScope .slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .foundationScope .slide-in-up.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .foundationScope .slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .foundationScope .slide-in-right.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .foundationScope .slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .foundationScope .slide-out-down.mui-leave.mui-leave-active {
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .foundationScope .slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .foundationScope .slide-out-right.mui-leave.mui-leave-active {
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .foundationScope .slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .foundationScope .slide-out-up.mui-leave.mui-leave-active {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .foundationScope .slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .foundationScope .slide-out-left.mui-leave.mui-leave-active {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .foundationScope .fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity; }
  .foundationScope .fade-in.mui-enter.mui-enter-active {
    opacity: 1; }
  .foundationScope .fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity; }
  .foundationScope .fade-out.mui-leave.mui-leave-active {
    opacity: 0; }
  .foundationScope .hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .foundationScope .hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .foundationScope .hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .foundationScope .hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .foundationScope .hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .foundationScope .hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1; }
  .foundationScope .hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  .foundationScope .hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  .foundationScope .hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0; }
  .foundationScope .hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; }
  .foundationScope .hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  .foundationScope .hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  .foundationScope .scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .scale-in-up.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .foundationScope .scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .scale-in-down.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .foundationScope .scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .scale-out-up.mui-leave.mui-leave-active {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }
  .foundationScope .scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .scale-out-down.mui-leave.mui-leave-active {
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  .foundationScope .spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .spin-in.mui-enter.mui-enter-active {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  .foundationScope .spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .spin-out.mui-leave.mui-leave-active {
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    opacity: 0; }
  .foundationScope .spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    transition-property: transform, opacity;
    opacity: 0; }
  .foundationScope .spin-in-ccw.mui-enter.mui-enter-active {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  .foundationScope .spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1; }
  .foundationScope .spin-out-ccw.mui-leave.mui-leave-active {
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    opacity: 0; }
  .foundationScope .slow {
    transition-duration: 750ms !important; }
  .foundationScope .fast {
    transition-duration: 250ms !important; }
  .foundationScope .linear {
    transition-timing-function: linear !important; }
  .foundationScope .ease {
    transition-timing-function: ease !important; }
  .foundationScope .ease-in {
    transition-timing-function: ease-in !important; }
  .foundationScope .ease-out {
    transition-timing-function: ease-out !important; }
  .foundationScope .ease-in-out {
    transition-timing-function: ease-in-out !important; }
  .foundationScope .bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
  .foundationScope .bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
  .foundationScope .bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
  .foundationScope .short-delay {
    transition-delay: 300ms !important; }
  .foundationScope .long-delay {
    transition-delay: 700ms !important; }
  .foundationScope .shake {
    animation-name: shake-7; }

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

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
  .foundationScope .spin-ccw {
    animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
  .foundationScope .wiggle {
    animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
  .foundationScope .shake,
  .foundationScope .spin-cw,
  .foundationScope .spin-ccw,
  .foundationScope .wiggle {
    animation-duration: 500ms; }
  .foundationScope .infinite {
    animation-iteration-count: infinite; }
  .foundationScope .slow {
    animation-duration: 750ms !important; }
  .foundationScope .fast {
    animation-duration: 250ms !important; }
  .foundationScope .linear {
    animation-timing-function: linear !important; }
  .foundationScope .ease {
    animation-timing-function: ease !important; }
  .foundationScope .ease-in {
    animation-timing-function: ease-in !important; }
  .foundationScope .ease-out {
    animation-timing-function: ease-out !important; }
  .foundationScope .ease-in-out {
    animation-timing-function: ease-in-out !important; }
  .foundationScope .bounce-in {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
  .foundationScope .bounce-out {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
  .foundationScope .bounce-in-out {
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
  .foundationScope .short-delay {
    animation-delay: 300ms !important; }
  .foundationScope .long-delay {
    animation-delay: 700ms !important; }

