@charset "UTF-8";
@font-face {
    font-family: Akkurat;
    src: url("/assets/fonts/Akkurat-Regular.otf") format("opentype");
    font-weight: 400; }

@font-face {
    font-family: Akkurat;
    font-weight: 600;
    src: url("/assets/fonts/Akkurat-Bold.otf") format("opentype"); }

@font-face {
    font-family: Akkurat;
    font-style: italic;
    src: url("/assets/fonts/Akkurat-Italic.otf") format("opentype"); }

@font-face {
    font-family: Akkurat;
    font-weight: 600;
    font-style: italic;
    src: url("/assets/fonts/Akkurat-Bold-Italic.otf") format("opentype"); }

@font-face {
    font-family: Akkurat Light;
    font-weight: 300;
    src: url("/assets/fonts/Akkurat-Light-Regular.otf") format("opentype"); }

@font-face {
    font-family: Akkurat Light;
    font-weight: 400;
    font-style: italic;
    src: url("/assets/fonts/Akkurat-Light-Italic.otf") format("opentype"); }

@font-face {
    font-family: Gravur;
    src: url("/assets/fonts/gravur.ttf") format("opentype") url("/assets/fonts/gravur.woff") format("woff");
    font-weight: 400; }

.dark {
    color: #1A2738 !important; }

.light {
    color: #FFF !important;
    border-color: #FFF !important; }

p .block {
    display: block;
    margin: 0.5em 0; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
    margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
    display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
    display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
    margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pre {
    overflow: auto; }

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; }

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

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

.small-1 {
    width: 8.33333%; }

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

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

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

.small-2 {
    width: 16.66667%; }

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

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

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

.small-3 {
    width: 25%; }

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

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

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

.small-4 {
    width: 33.33333%; }

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

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

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

.small-5 {
    width: 41.66667%; }

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

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

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

.small-6 {
    width: 50%; }

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

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

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

.small-7 {
    width: 58.33333%; }

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

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

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

.small-8 {
    width: 66.66667%; }

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

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

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

.small-9 {
    width: 75%; }

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

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

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

.small-10 {
    width: 83.33333%; }

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

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

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

.small-11 {
    width: 91.66667%; }

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

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

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

.small-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-block {
    margin-bottom: 2.5rem; }
.column-block > :last-child {
    margin-bottom: 0; }
@media print, screen and (min-width: 48em) {
    .column-block {
        margin-bottom: 5rem; }
    .column-block > :last-child {
        margin-bottom: 0; } }

.small-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

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

.small-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

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

.small-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

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

.small-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

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

.small-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

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

.small-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

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

.small-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

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

.small-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

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

.small-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

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

.small-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

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

.small-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

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

.small-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

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

.small-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media print, screen and (min-width: 48em) {
    .medium-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .medium-offset-0 {
        margin-left: 0%; }
    .medium-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .medium-offset-1 {
        margin-left: 8.33333%; }
    .medium-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .medium-offset-2 {
        margin-left: 16.66667%; }
    .medium-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .medium-offset-3 {
        margin-left: 25%; }
    .medium-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .medium-offset-4 {
        margin-left: 33.33333%; }
    .medium-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .medium-offset-5 {
        margin-left: 41.66667%; }
    .medium-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .medium-offset-6 {
        margin-left: 50%; }
    .medium-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .medium-offset-7 {
        margin-left: 58.33333%; }
    .medium-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .medium-offset-8 {
        margin-left: 66.66667%; }
    .medium-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .medium-offset-9 {
        margin-left: 75%; }
    .medium-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .medium-offset-10 {
        margin-left: 83.33333%; }
    .medium-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .medium-offset-11 {
        margin-left: 91.66667%; }
    .medium-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .medium-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .medium-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .medium-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .medium-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
    .medium-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .medium-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }
    .medium-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
    .medium-expand {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
@media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0; }
    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: 2.5rem;
        padding-left: 2.5rem; } }

@media print, screen and (min-width: 64em) {
    .large-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .large-offset-0 {
        margin-left: 0%; }
    .large-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .large-offset-1 {
        margin-left: 8.33333%; }
    .large-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .large-offset-2 {
        margin-left: 16.66667%; }
    .large-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .large-offset-3 {
        margin-left: 25%; }
    .large-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .large-offset-4 {
        margin-left: 33.33333%; }
    .large-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .large-offset-5 {
        margin-left: 41.66667%; }
    .large-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .large-offset-6 {
        margin-left: 50%; }
    .large-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .large-offset-7 {
        margin-left: 58.33333%; }
    .large-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .large-offset-8 {
        margin-left: 66.66667%; }
    .large-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .large-offset-9 {
        margin-left: 75%; }
    .large-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .large-offset-10 {
        margin-left: 83.33333%; }
    .large-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .large-offset-11 {
        margin-left: 91.66667%; }
    .large-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .large-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .large-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .large-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .large-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
    .large-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .large-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }
    .large-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0; }
    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 2.5rem;
        padding-left: 2.5rem; } }

@media screen and (min-width: 75em) {
    .xlarge-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .xlarge-offset-0 {
        margin-left: 0%; }
    .xlarge-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .xlarge-offset-1 {
        margin-left: 8.33333%; }
    .xlarge-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .xlarge-offset-2 {
        margin-left: 16.66667%; }
    .xlarge-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .xlarge-offset-3 {
        margin-left: 25%; }
    .xlarge-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .xlarge-offset-4 {
        margin-left: 33.33333%; }
    .xlarge-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .xlarge-offset-5 {
        margin-left: 41.66667%; }
    .xlarge-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .xlarge-offset-6 {
        margin-left: 50%; }
    .xlarge-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .xlarge-offset-7 {
        margin-left: 58.33333%; }
    .xlarge-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .xlarge-offset-8 {
        margin-left: 66.66667%; }
    .xlarge-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .xlarge-offset-9 {
        margin-left: 75%; }
    .xlarge-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .xlarge-offset-10 {
        margin-left: 83.33333%; }
    .xlarge-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .xlarge-offset-11 {
        margin-left: 91.66667%; }
    .xlarge-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .xlarge-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .xlarge-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .xlarge-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .xlarge-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
    .xlarge-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .xlarge-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }
    .xlarge-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
    .xlarge-expand {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
@media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
    .xlarge-collapse > .column, .xlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0; }
    .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
        padding-right: 2.5rem;
        padding-left: 2.5rem; } }

@media screen and (min-width: 90em) {
    .xxlarge-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .xxlarge-offset-0 {
        margin-left: 0%; }
    .xxlarge-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .xxlarge-offset-1 {
        margin-left: 8.33333%; }
    .xxlarge-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .xxlarge-offset-2 {
        margin-left: 16.66667%; }
    .xxlarge-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .xxlarge-offset-3 {
        margin-left: 25%; }
    .xxlarge-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .xxlarge-offset-4 {
        margin-left: 33.33333%; }
    .xxlarge-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .xxlarge-offset-5 {
        margin-left: 41.66667%; }
    .xxlarge-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .xxlarge-offset-6 {
        margin-left: 50%; }
    .xxlarge-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .xxlarge-offset-7 {
        margin-left: 58.33333%; }
    .xxlarge-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .xxlarge-offset-8 {
        margin-left: 66.66667%; }
    .xxlarge-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .xxlarge-offset-9 {
        margin-left: 75%; }
    .xxlarge-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .xxlarge-offset-10 {
        margin-left: 83.33333%; }
    .xxlarge-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .xxlarge-offset-11 {
        margin-left: 91.66667%; }
    .xxlarge-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .xxlarge-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .xxlarge-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .xxlarge-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .xxlarge-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
    .xxlarge-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .xxlarge-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }
    .xxlarge-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
    .xxlarge-expand {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
@media screen and (min-width: 90em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
    .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0; }
    .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
        padding-right: 2.5rem;
        padding-left: 2.5rem; } }

@media screen and (min-width: 105em) {
    .xxxlarge-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .xxxlarge-offset-0 {
        margin-left: 0%; }
    .xxxlarge-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .xxxlarge-offset-1 {
        margin-left: 8.33333%; }
    .xxxlarge-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .xxxlarge-offset-2 {
        margin-left: 16.66667%; }
    .xxxlarge-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .xxxlarge-offset-3 {
        margin-left: 25%; }
    .xxxlarge-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .xxxlarge-offset-4 {
        margin-left: 33.33333%; }
    .xxxlarge-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .xxxlarge-offset-5 {
        margin-left: 41.66667%; }
    .xxxlarge-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .xxxlarge-offset-6 {
        margin-left: 50%; }
    .xxxlarge-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .xxxlarge-offset-7 {
        margin-left: 58.33333%; }
    .xxxlarge-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .xxxlarge-offset-8 {
        margin-left: 66.66667%; }
    .xxxlarge-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .xxxlarge-offset-9 {
        margin-left: 75%; }
    .xxxlarge-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .xxxlarge-offset-10 {
        margin-left: 83.33333%; }
    .xxxlarge-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .xxxlarge-offset-11 {
        margin-left: 91.66667%; }
    .xxxlarge-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .xxxlarge-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .xxxlarge-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .xxxlarge-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .xxxlarge-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; }
    .xxxlarge-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .xxxlarge-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }
    .xxxlarge-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%; } }

@media screen and (min-width: 105em) and (min-width: 105em) {
    .xxxlarge-expand {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
@media screen and (min-width: 105em) {
    .row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media screen and (min-width: 105em) {
    .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0; }
    .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
        padding-right: 2.5rem;
        padding-left: 2.5rem; } }

.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }

.column-block {
    margin-bottom: 2.5rem; }
.column-block > :last-child {
    margin-bottom: 0; }
@media print, screen and (min-width: 48em) {
    .column-block {
        margin-bottom: 5rem; }
    .column-block > :last-child {
        margin-bottom: 0; } }

.grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 75rem;
    margin: 0 auto; }
@media print, screen and (min-width: 48em) {
    .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-container {
        padding-right: 0;
        padding-left: 0; } }
.grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 100%;
    margin: 0 auto; }
@media print, screen and (min-width: 48em) {
    .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-container.fluid {
        padding-right: 0;
        padding-left: 0; } }
.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

.cell {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%; }
.cell.auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
.cell.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.grid-x > .auto {
    width: auto; }

.grid-x > .shrink {
    width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

@media print, screen and (min-width: 48em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 75em) {
    .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 90em) {
    .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 105em) {
    .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1 {
    width: 8.33333%; }

.grid-x > .small-2 {
    width: 16.66667%; }

.grid-x > .small-3 {
    width: 25%; }

.grid-x > .small-4 {
    width: 33.33333%; }

.grid-x > .small-5 {
    width: 41.66667%; }

.grid-x > .small-6 {
    width: 50%; }

.grid-x > .small-7 {
    width: 58.33333%; }

.grid-x > .small-8 {
    width: 66.66667%; }

.grid-x > .small-9 {
    width: 75%; }

.grid-x > .small-10 {
    width: 83.33333%; }

.grid-x > .small-11 {
    width: 91.66667%; }

.grid-x > .small-12 {
    width: 100%; }

@media print, screen and (min-width: 48em) {
    .grid-x > .medium-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto; }
    .grid-x > .medium-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }
    .grid-x > .medium-1 {
        width: 8.33333%; }
    .grid-x > .medium-2 {
        width: 16.66667%; }
    .grid-x > .medium-3 {
        width: 25%; }
    .grid-x > .medium-4 {
        width: 33.33333%; }
    .grid-x > .medium-5 {
        width: 41.66667%; }
    .grid-x > .medium-6 {
        width: 50%; }
    .grid-x > .medium-7 {
        width: 58.33333%; }
    .grid-x > .medium-8 {
        width: 66.66667%; }
    .grid-x > .medium-9 {
        width: 75%; }
    .grid-x > .medium-10 {
        width: 83.33333%; }
    .grid-x > .medium-11 {
        width: 91.66667%; }
    .grid-x > .medium-12 {
        width: 100%; } }

@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto; }
    .grid-x > .large-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }
    .grid-x > .large-1 {
        width: 8.33333%; }
    .grid-x > .large-2 {
        width: 16.66667%; }
    .grid-x > .large-3 {
        width: 25%; }
    .grid-x > .large-4 {
        width: 33.33333%; }
    .grid-x > .large-5 {
        width: 41.66667%; }
    .grid-x > .large-6 {
        width: 50%; }
    .grid-x > .large-7 {
        width: 58.33333%; }
    .grid-x > .large-8 {
        width: 66.66667%; }
    .grid-x > .large-9 {
        width: 75%; }
    .grid-x > .large-10 {
        width: 83.33333%; }
    .grid-x > .large-11 {
        width: 91.66667%; }
    .grid-x > .large-12 {
        width: 100%; } }

@media screen and (min-width: 75em) {
    .grid-x > .xlarge-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto; }
    .grid-x > .xlarge-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }
    .grid-x > .xlarge-1 {
        width: 8.33333%; }
    .grid-x > .xlarge-2 {
        width: 16.66667%; }
    .grid-x > .xlarge-3 {
        width: 25%; }
    .grid-x > .xlarge-4 {
        width: 33.33333%; }
    .grid-x > .xlarge-5 {
        width: 41.66667%; }
    .grid-x > .xlarge-6 {
        width: 50%; }
    .grid-x > .xlarge-7 {
        width: 58.33333%; }
    .grid-x > .xlarge-8 {
        width: 66.66667%; }
    .grid-x > .xlarge-9 {
        width: 75%; }
    .grid-x > .xlarge-10 {
        width: 83.33333%; }
    .grid-x > .xlarge-11 {
        width: 91.66667%; }
    .grid-x > .xlarge-12 {
        width: 100%; } }

@media screen and (min-width: 90em) {
    .grid-x > .xxlarge-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto; }
    .grid-x > .xxlarge-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }
    .grid-x > .xxlarge-1 {
        width: 8.33333%; }
    .grid-x > .xxlarge-2 {
        width: 16.66667%; }
    .grid-x > .xxlarge-3 {
        width: 25%; }
    .grid-x > .xxlarge-4 {
        width: 33.33333%; }
    .grid-x > .xxlarge-5 {
        width: 41.66667%; }
    .grid-x > .xxlarge-6 {
        width: 50%; }
    .grid-x > .xxlarge-7 {
        width: 58.33333%; }
    .grid-x > .xxlarge-8 {
        width: 66.66667%; }
    .grid-x > .xxlarge-9 {
        width: 75%; }
    .grid-x > .xxlarge-10 {
        width: 83.33333%; }
    .grid-x > .xxlarge-11 {
        width: 91.66667%; }
    .grid-x > .xxlarge-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .grid-x > .xxxlarge-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto; }
    .grid-x > .xxxlarge-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }
    .grid-x > .xxxlarge-1 {
        width: 8.33333%; }
    .grid-x > .xxxlarge-2 {
        width: 16.66667%; }
    .grid-x > .xxxlarge-3 {
        width: 25%; }
    .grid-x > .xxxlarge-4 {
        width: 33.33333%; }
    .grid-x > .xxxlarge-5 {
        width: 41.66667%; }
    .grid-x > .xxxlarge-6 {
        width: 50%; }
    .grid-x > .xxxlarge-7 {
        width: 58.33333%; }
    .grid-x > .xxxlarge-8 {
        width: 66.66667%; }
    .grid-x > .xxxlarge-9 {
        width: 75%; }
    .grid-x > .xxxlarge-10 {
        width: 83.33333%; }
    .grid-x > .xxxlarge-11 {
        width: 91.66667%; }
    .grid-x > .xxxlarge-12 {
        width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
    width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
    height: auto; }

.grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-margin-x {
        margin-left: -0;
        margin-right: -0; } }
.grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-margin-x > .cell {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
.grid-margin-x > .auto {
    width: auto; }
.grid-margin-x > .shrink {
    width: auto; }
.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem); }
.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem); }
.grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem); }
.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem); }
.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem); }
.grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem); }
.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem); }
.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem); }
.grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem); }
.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem); }
.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem); }
.grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem); }
@media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
        width: auto; }
    .grid-margin-x > .shrink {
        width: auto; }
    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
        width: auto; }
    .grid-margin-x > .medium-shrink {
        width: auto; }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem); } }
@media print, screen and (min-width: 64em) {
    .grid-margin-x > .auto {
        width: auto; }
    .grid-margin-x > .shrink {
        width: auto; }
    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
        width: auto; }
    .grid-margin-x > .medium-shrink {
        width: auto; }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem); }
    .grid-margin-x > .large-auto {
        width: auto; }
    .grid-margin-x > .large-shrink {
        width: auto; }
    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem); } }
@media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
        width: auto; }
    .grid-margin-x > .xlarge-shrink {
        width: auto; }
    .grid-margin-x > .xlarge-1 {
        width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-2 {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.875rem); }
    .grid-margin-x > .xlarge-4 {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-5 {
        width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.875rem); }
    .grid-margin-x > .xlarge-7 {
        width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-8 {
        width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.875rem); }
    .grid-margin-x > .xlarge-10 {
        width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-11 {
        width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.875rem); } }
@media screen and (min-width: 90em) {
    .grid-margin-x > .auto {
        width: auto; }
    .grid-margin-x > .shrink {
        width: auto; }
    .grid-margin-x > .small-1 {
        width: 8.33333%; }
    .grid-margin-x > .small-2 {
        width: 16.66667%; }
    .grid-margin-x > .small-3 {
        width: 25%; }
    .grid-margin-x > .small-4 {
        width: 33.33333%; }
    .grid-margin-x > .small-5 {
        width: 41.66667%; }
    .grid-margin-x > .small-6 {
        width: 50%; }
    .grid-margin-x > .small-7 {
        width: 58.33333%; }
    .grid-margin-x > .small-8 {
        width: 66.66667%; }
    .grid-margin-x > .small-9 {
        width: 75%; }
    .grid-margin-x > .small-10 {
        width: 83.33333%; }
    .grid-margin-x > .small-11 {
        width: 91.66667%; }
    .grid-margin-x > .small-12 {
        width: 100%; }
    .grid-margin-x > .medium-auto {
        width: auto; }
    .grid-margin-x > .medium-shrink {
        width: auto; }
    .grid-margin-x > .medium-1 {
        width: 8.33333%; }
    .grid-margin-x > .medium-2 {
        width: 16.66667%; }
    .grid-margin-x > .medium-3 {
        width: 25%; }
    .grid-margin-x > .medium-4 {
        width: 33.33333%; }
    .grid-margin-x > .medium-5 {
        width: 41.66667%; }
    .grid-margin-x > .medium-6 {
        width: 50%; }
    .grid-margin-x > .medium-7 {
        width: 58.33333%; }
    .grid-margin-x > .medium-8 {
        width: 66.66667%; }
    .grid-margin-x > .medium-9 {
        width: 75%; }
    .grid-margin-x > .medium-10 {
        width: 83.33333%; }
    .grid-margin-x > .medium-11 {
        width: 91.66667%; }
    .grid-margin-x > .medium-12 {
        width: 100%; }
    .grid-margin-x > .large-auto {
        width: auto; }
    .grid-margin-x > .large-shrink {
        width: auto; }
    .grid-margin-x > .large-1 {
        width: 8.33333%; }
    .grid-margin-x > .large-2 {
        width: 16.66667%; }
    .grid-margin-x > .large-3 {
        width: 25%; }
    .grid-margin-x > .large-4 {
        width: 33.33333%; }
    .grid-margin-x > .large-5 {
        width: 41.66667%; }
    .grid-margin-x > .large-6 {
        width: 50%; }
    .grid-margin-x > .large-7 {
        width: 58.33333%; }
    .grid-margin-x > .large-8 {
        width: 66.66667%; }
    .grid-margin-x > .large-9 {
        width: 75%; }
    .grid-margin-x > .large-10 {
        width: 83.33333%; }
    .grid-margin-x > .large-11 {
        width: 91.66667%; }
    .grid-margin-x > .large-12 {
        width: 100%; }
    .grid-margin-x > .xxlarge-auto {
        width: auto; }
    .grid-margin-x > .xxlarge-shrink {
        width: auto; }
    .grid-margin-x > .xxlarge-1 {
        width: 8.33333%; }
    .grid-margin-x > .xxlarge-2 {
        width: 16.66667%; }
    .grid-margin-x > .xxlarge-3 {
        width: 25%; }
    .grid-margin-x > .xxlarge-4 {
        width: 33.33333%; }
    .grid-margin-x > .xxlarge-5 {
        width: 41.66667%; }
    .grid-margin-x > .xxlarge-6 {
        width: 50%; }
    .grid-margin-x > .xxlarge-7 {
        width: 58.33333%; }
    .grid-margin-x > .xxlarge-8 {
        width: 66.66667%; }
    .grid-margin-x > .xxlarge-9 {
        width: 75%; }
    .grid-margin-x > .xxlarge-10 {
        width: 83.33333%; }
    .grid-margin-x > .xxlarge-11 {
        width: 91.66667%; }
    .grid-margin-x > .xxlarge-12 {
        width: 100%; } }
@media screen and (min-width: 105em) {
    .grid-margin-x > .xxxlarge-auto {
        width: auto; }
    .grid-margin-x > .xxxlarge-shrink {
        width: auto; }
    .grid-margin-x > .xxxlarge-1 {
        width: 8.33333%; }
    .grid-margin-x > .xxxlarge-2 {
        width: 16.66667%; }
    .grid-margin-x > .xxxlarge-3 {
        width: 25%; }
    .grid-margin-x > .xxxlarge-4 {
        width: 33.33333%; }
    .grid-margin-x > .xxxlarge-5 {
        width: 41.66667%; }
    .grid-margin-x > .xxxlarge-6 {
        width: 50%; }
    .grid-margin-x > .xxxlarge-7 {
        width: 58.33333%; }
    .grid-margin-x > .xxxlarge-8 {
        width: 66.66667%; }
    .grid-margin-x > .xxxlarge-9 {
        width: 75%; }
    .grid-margin-x > .xxxlarge-10 {
        width: 83.33333%; }
    .grid-margin-x > .xxxlarge-11 {
        width: 91.66667%; }
    .grid-margin-x > .xxxlarge-12 {
        width: 100%; } }

.grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0;
        margin-left: -0; } }

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0;
        margin-left: -0; } }

.grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-padding-x > .cell {
        padding-right: 0;
        padding-left: 0; } }

.small-up-1 > .cell {
    width: 100%; }

.small-up-2 > .cell {
    width: 50%; }

.small-up-3 > .cell {
    width: 33.33333%; }

.small-up-4 > .cell {
    width: 25%; }

.small-up-5 > .cell {
    width: 20%; }

.small-up-6 > .cell {
    width: 16.66667%; }

.small-up-7 > .cell {
    width: 14.28571%; }

.small-up-8 > .cell {
    width: 12.5%; }

@media print, screen and (min-width: 48em) {
    .medium-up-1 > .cell {
        width: 100%; }
    .medium-up-2 > .cell {
        width: 50%; }
    .medium-up-3 > .cell {
        width: 33.33333%; }
    .medium-up-4 > .cell {
        width: 25%; }
    .medium-up-5 > .cell {
        width: 20%; }
    .medium-up-6 > .cell {
        width: 16.66667%; }
    .medium-up-7 > .cell {
        width: 14.28571%; }
    .medium-up-8 > .cell {
        width: 12.5%; } }

@media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
        width: 100%; }
    .large-up-2 > .cell {
        width: 50%; }
    .large-up-3 > .cell {
        width: 33.33333%; }
    .large-up-4 > .cell {
        width: 25%; }
    .large-up-5 > .cell {
        width: 20%; }
    .large-up-6 > .cell {
        width: 16.66667%; }
    .large-up-7 > .cell {
        width: 14.28571%; }
    .large-up-8 > .cell {
        width: 12.5%; } }

@media screen and (min-width: 75em) {
    .xlarge-up-1 > .cell {
        width: 100%; }
    .xlarge-up-2 > .cell {
        width: 50%; }
    .xlarge-up-3 > .cell {
        width: 33.33333%; }
    .xlarge-up-4 > .cell {
        width: 25%; }
    .xlarge-up-5 > .cell {
        width: 20%; }
    .xlarge-up-6 > .cell {
        width: 16.66667%; }
    .xlarge-up-7 > .cell {
        width: 14.28571%; }
    .xlarge-up-8 > .cell {
        width: 12.5%; } }

@media screen and (min-width: 90em) {
    .xxlarge-up-1 > .cell {
        width: 100%; }
    .xxlarge-up-2 > .cell {
        width: 50%; }
    .xxlarge-up-3 > .cell {
        width: 33.33333%; }
    .xxlarge-up-4 > .cell {
        width: 25%; }
    .xxlarge-up-5 > .cell {
        width: 20%; }
    .xxlarge-up-6 > .cell {
        width: 16.66667%; }
    .xxlarge-up-7 > .cell {
        width: 14.28571%; }
    .xxlarge-up-8 > .cell {
        width: 12.5%; } }

@media screen and (min-width: 105em) {
    .xxxlarge-up-1 > .cell {
        width: 100%; }
    .xxxlarge-up-2 > .cell {
        width: 50%; }
    .xxxlarge-up-3 > .cell {
        width: 33.33333%; }
    .xxxlarge-up-4 > .cell {
        width: 25%; }
    .xxxlarge-up-5 > .cell {
        width: 20%; }
    .xxxlarge-up-6 > .cell {
        width: 16.66667%; }
    .xxxlarge-up-7 > .cell {
        width: 14.28571%; }
    .xxxlarge-up-8 > .cell {
        width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }

@media print, screen and (min-width: 48em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem); }
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem); }
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem); }
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem); }
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem); }
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem); }
    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem); }
    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem); }
    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem); }
    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem); }
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem); }
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem); }
    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem); }
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem); }
    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem); }
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem); }
    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem); }
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem); }
    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem); }
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem); }
    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem); }
    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem); }
    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem); }
    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 75em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.875rem); }
    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.875rem); }
    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.875rem); }
    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.875rem); }
    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 90em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem); }
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem); }
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem); }
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem); }
    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem); }
    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem); }
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem); }
    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem); }
    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem); }
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem); }
    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem); }
    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem); }
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem); }
    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem); }
    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem); }
    .grid-margin-x.xxlarge-up-1 > .cell {
        width: 100%; }
    .grid-margin-x.xxlarge-up-2 > .cell {
        width: 50%; }
    .grid-margin-x.xxlarge-up-3 > .cell {
        width: 33.33333%; }
    .grid-margin-x.xxlarge-up-4 > .cell {
        width: 25%; }
    .grid-margin-x.xxlarge-up-5 > .cell {
        width: 20%; }
    .grid-margin-x.xxlarge-up-6 > .cell {
        width: 16.66667%; }
    .grid-margin-x.xxlarge-up-7 > .cell {
        width: 14.28571%; }
    .grid-margin-x.xxlarge-up-8 > .cell {
        width: 12.5%; } }

@media screen and (min-width: 105em) {
    .grid-margin-x.xxxlarge-up-1 > .cell {
        width: 100%; }
    .grid-margin-x.xxxlarge-up-2 > .cell {
        width: 50%; }
    .grid-margin-x.xxxlarge-up-3 > .cell {
        width: 33.33333%; }
    .grid-margin-x.xxxlarge-up-4 > .cell {
        width: 25%; }
    .grid-margin-x.xxxlarge-up-5 > .cell {
        width: 20%; }
    .grid-margin-x.xxxlarge-up-6 > .cell {
        width: 16.66667%; }
    .grid-margin-x.xxxlarge-up-7 > .cell {
        width: 14.28571%; }
    .grid-margin-x.xxxlarge-up-8 > .cell {
        width: 12.5%; } }

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
.small-margin-collapse > .small-1 {
    width: 8.33333%; }
.small-margin-collapse > .small-2 {
    width: 16.66667%; }
.small-margin-collapse > .small-3 {
    width: 25%; }
.small-margin-collapse > .small-4 {
    width: 33.33333%; }
.small-margin-collapse > .small-5 {
    width: 41.66667%; }
.small-margin-collapse > .small-6 {
    width: 50%; }
.small-margin-collapse > .small-7 {
    width: 58.33333%; }
.small-margin-collapse > .small-8 {
    width: 66.66667%; }
.small-margin-collapse > .small-9 {
    width: 75%; }
.small-margin-collapse > .small-10 {
    width: 83.33333%; }
.small-margin-collapse > .small-11 {
    width: 91.66667%; }
.small-margin-collapse > .small-12 {
    width: 100%; }
@media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
        width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
        width: 25%; }
    .small-margin-collapse > .medium-4 {
        width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
        width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
        width: 50%; }
    .small-margin-collapse > .medium-7 {
        width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
        width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
        width: 75%; }
    .small-margin-collapse > .medium-10 {
        width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
        width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
        width: 100%; } }
@media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%; }
    .small-margin-collapse > .large-2 {
        width: 16.66667%; }
    .small-margin-collapse > .large-3 {
        width: 25%; }
    .small-margin-collapse > .large-4 {
        width: 33.33333%; }
    .small-margin-collapse > .large-5 {
        width: 41.66667%; }
    .small-margin-collapse > .large-6 {
        width: 50%; }
    .small-margin-collapse > .large-7 {
        width: 58.33333%; }
    .small-margin-collapse > .large-8 {
        width: 66.66667%; }
    .small-margin-collapse > .large-9 {
        width: 75%; }
    .small-margin-collapse > .large-10 {
        width: 83.33333%; }
    .small-margin-collapse > .large-11 {
        width: 91.66667%; }
    .small-margin-collapse > .large-12 {
        width: 100%; } }
@media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
        width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
        width: 25%; }
    .small-margin-collapse > .xlarge-4 {
        width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
        width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
        width: 50%; }
    .small-margin-collapse > .xlarge-7 {
        width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
        width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
        width: 75%; }
    .small-margin-collapse > .xlarge-10 {
        width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
        width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
        width: 100%; } }
@media screen and (min-width: 90em) {
    .small-margin-collapse > .xxlarge-1 {
        width: 8.33333%; }
    .small-margin-collapse > .xxlarge-2 {
        width: 16.66667%; }
    .small-margin-collapse > .xxlarge-3 {
        width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
        width: 33.33333%; }
    .small-margin-collapse > .xxlarge-5 {
        width: 41.66667%; }
    .small-margin-collapse > .xxlarge-6 {
        width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
        width: 58.33333%; }
    .small-margin-collapse > .xxlarge-8 {
        width: 66.66667%; }
    .small-margin-collapse > .xxlarge-9 {
        width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
        width: 83.33333%; }
    .small-margin-collapse > .xxlarge-11 {
        width: 91.66667%; }
    .small-margin-collapse > .xxlarge-12 {
        width: 100%; } }
@media screen and (min-width: 105em) {
    .small-margin-collapse > .xxxlarge-1 {
        width: 8.33333%; }
    .small-margin-collapse > .xxxlarge-2 {
        width: 16.66667%; }
    .small-margin-collapse > .xxxlarge-3 {
        width: 25%; }
    .small-margin-collapse > .xxxlarge-4 {
        width: 33.33333%; }
    .small-margin-collapse > .xxxlarge-5 {
        width: 41.66667%; }
    .small-margin-collapse > .xxxlarge-6 {
        width: 50%; }
    .small-margin-collapse > .xxxlarge-7 {
        width: 58.33333%; }
    .small-margin-collapse > .xxxlarge-8 {
        width: 66.66667%; }
    .small-margin-collapse > .xxxlarge-9 {
        width: 75%; }
    .small-margin-collapse > .xxxlarge-10 {
        width: 83.33333%; }
    .small-margin-collapse > .xxxlarge-11 {
        width: 91.66667%; }
    .small-margin-collapse > .xxxlarge-12 {
        width: 100%; } }

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
.small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0; }
    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }

@media print, screen and (min-width: 48em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%; }
    .medium-margin-collapse > .small-2 {
        width: 16.66667%; }
    .medium-margin-collapse > .small-3 {
        width: 25%; }
    .medium-margin-collapse > .small-4 {
        width: 33.33333%; }
    .medium-margin-collapse > .small-5 {
        width: 41.66667%; }
    .medium-margin-collapse > .small-6 {
        width: 50%; }
    .medium-margin-collapse > .small-7 {
        width: 58.33333%; }
    .medium-margin-collapse > .small-8 {
        width: 66.66667%; }
    .medium-margin-collapse > .small-9 {
        width: 75%; }
    .medium-margin-collapse > .small-10 {
        width: 83.33333%; }
    .medium-margin-collapse > .small-11 {
        width: 91.66667%; }
    .medium-margin-collapse > .small-12 {
        width: 100%; } }

@media print, screen and (min-width: 48em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%; }
    .medium-margin-collapse > .medium-2 {
        width: 16.66667%; }
    .medium-margin-collapse > .medium-3 {
        width: 25%; }
    .medium-margin-collapse > .medium-4 {
        width: 33.33333%; }
    .medium-margin-collapse > .medium-5 {
        width: 41.66667%; }
    .medium-margin-collapse > .medium-6 {
        width: 50%; }
    .medium-margin-collapse > .medium-7 {
        width: 58.33333%; }
    .medium-margin-collapse > .medium-8 {
        width: 66.66667%; }
    .medium-margin-collapse > .medium-9 {
        width: 75%; }
    .medium-margin-collapse > .medium-10 {
        width: 83.33333%; }
    .medium-margin-collapse > .medium-11 {
        width: 91.66667%; }
    .medium-margin-collapse > .medium-12 {
        width: 100%; } }

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%; }
    .medium-margin-collapse > .large-2 {
        width: 16.66667%; }
    .medium-margin-collapse > .large-3 {
        width: 25%; }
    .medium-margin-collapse > .large-4 {
        width: 33.33333%; }
    .medium-margin-collapse > .large-5 {
        width: 41.66667%; }
    .medium-margin-collapse > .large-6 {
        width: 50%; }
    .medium-margin-collapse > .large-7 {
        width: 58.33333%; }
    .medium-margin-collapse > .large-8 {
        width: 66.66667%; }
    .medium-margin-collapse > .large-9 {
        width: 75%; }
    .medium-margin-collapse > .large-10 {
        width: 83.33333%; }
    .medium-margin-collapse > .large-11 {
        width: 91.66667%; }
    .medium-margin-collapse > .large-12 {
        width: 100%; } }

@media screen and (min-width: 75em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.33333%; }
    .medium-margin-collapse > .xlarge-2 {
        width: 16.66667%; }
    .medium-margin-collapse > .xlarge-3 {
        width: 25%; }
    .medium-margin-collapse > .xlarge-4 {
        width: 33.33333%; }
    .medium-margin-collapse > .xlarge-5 {
        width: 41.66667%; }
    .medium-margin-collapse > .xlarge-6 {
        width: 50%; }
    .medium-margin-collapse > .xlarge-7 {
        width: 58.33333%; }
    .medium-margin-collapse > .xlarge-8 {
        width: 66.66667%; }
    .medium-margin-collapse > .xlarge-9 {
        width: 75%; }
    .medium-margin-collapse > .xlarge-10 {
        width: 83.33333%; }
    .medium-margin-collapse > .xlarge-11 {
        width: 91.66667%; }
    .medium-margin-collapse > .xlarge-12 {
        width: 100%; } }

@media screen and (min-width: 90em) {
    .medium-margin-collapse > .xxlarge-1 {
        width: 8.33333%; }
    .medium-margin-collapse > .xxlarge-2 {
        width: 16.66667%; }
    .medium-margin-collapse > .xxlarge-3 {
        width: 25%; }
    .medium-margin-collapse > .xxlarge-4 {
        width: 33.33333%; }
    .medium-margin-collapse > .xxlarge-5 {
        width: 41.66667%; }
    .medium-margin-collapse > .xxlarge-6 {
        width: 50%; }
    .medium-margin-collapse > .xxlarge-7 {
        width: 58.33333%; }
    .medium-margin-collapse > .xxlarge-8 {
        width: 66.66667%; }
    .medium-margin-collapse > .xxlarge-9 {
        width: 75%; }
    .medium-margin-collapse > .xxlarge-10 {
        width: 83.33333%; }
    .medium-margin-collapse > .xxlarge-11 {
        width: 91.66667%; }
    .medium-margin-collapse > .xxlarge-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .medium-margin-collapse > .xxxlarge-1 {
        width: 8.33333%; }
    .medium-margin-collapse > .xxxlarge-2 {
        width: 16.66667%; }
    .medium-margin-collapse > .xxxlarge-3 {
        width: 25%; }
    .medium-margin-collapse > .xxxlarge-4 {
        width: 33.33333%; }
    .medium-margin-collapse > .xxxlarge-5 {
        width: 41.66667%; }
    .medium-margin-collapse > .xxxlarge-6 {
        width: 50%; }
    .medium-margin-collapse > .xxxlarge-7 {
        width: 58.33333%; }
    .medium-margin-collapse > .xxxlarge-8 {
        width: 66.66667%; }
    .medium-margin-collapse > .xxxlarge-9 {
        width: 75%; }
    .medium-margin-collapse > .xxxlarge-10 {
        width: 83.33333%; }
    .medium-margin-collapse > .xxxlarge-11 {
        width: 91.66667%; }
    .medium-margin-collapse > .xxxlarge-12 {
        width: 100%; } }

@media print, screen and (min-width: 48em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0; }
    .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }

@media print, screen and (min-width: 64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0; }
    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%; }
    .large-margin-collapse > .small-2 {
        width: 16.66667%; }
    .large-margin-collapse > .small-3 {
        width: 25%; }
    .large-margin-collapse > .small-4 {
        width: 33.33333%; }
    .large-margin-collapse > .small-5 {
        width: 41.66667%; }
    .large-margin-collapse > .small-6 {
        width: 50%; }
    .large-margin-collapse > .small-7 {
        width: 58.33333%; }
    .large-margin-collapse > .small-8 {
        width: 66.66667%; }
    .large-margin-collapse > .small-9 {
        width: 75%; }
    .large-margin-collapse > .small-10 {
        width: 83.33333%; }
    .large-margin-collapse > .small-11 {
        width: 91.66667%; }
    .large-margin-collapse > .small-12 {
        width: 100%; } }

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%; }
    .large-margin-collapse > .medium-2 {
        width: 16.66667%; }
    .large-margin-collapse > .medium-3 {
        width: 25%; }
    .large-margin-collapse > .medium-4 {
        width: 33.33333%; }
    .large-margin-collapse > .medium-5 {
        width: 41.66667%; }
    .large-margin-collapse > .medium-6 {
        width: 50%; }
    .large-margin-collapse > .medium-7 {
        width: 58.33333%; }
    .large-margin-collapse > .medium-8 {
        width: 66.66667%; }
    .large-margin-collapse > .medium-9 {
        width: 75%; }
    .large-margin-collapse > .medium-10 {
        width: 83.33333%; }
    .large-margin-collapse > .medium-11 {
        width: 91.66667%; }
    .large-margin-collapse > .medium-12 {
        width: 100%; } }

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%; }
    .large-margin-collapse > .large-2 {
        width: 16.66667%; }
    .large-margin-collapse > .large-3 {
        width: 25%; }
    .large-margin-collapse > .large-4 {
        width: 33.33333%; }
    .large-margin-collapse > .large-5 {
        width: 41.66667%; }
    .large-margin-collapse > .large-6 {
        width: 50%; }
    .large-margin-collapse > .large-7 {
        width: 58.33333%; }
    .large-margin-collapse > .large-8 {
        width: 66.66667%; }
    .large-margin-collapse > .large-9 {
        width: 75%; }
    .large-margin-collapse > .large-10 {
        width: 83.33333%; }
    .large-margin-collapse > .large-11 {
        width: 91.66667%; }
    .large-margin-collapse > .large-12 {
        width: 100%; } }

@media screen and (min-width: 75em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.33333%; }
    .large-margin-collapse > .xlarge-2 {
        width: 16.66667%; }
    .large-margin-collapse > .xlarge-3 {
        width: 25%; }
    .large-margin-collapse > .xlarge-4 {
        width: 33.33333%; }
    .large-margin-collapse > .xlarge-5 {
        width: 41.66667%; }
    .large-margin-collapse > .xlarge-6 {
        width: 50%; }
    .large-margin-collapse > .xlarge-7 {
        width: 58.33333%; }
    .large-margin-collapse > .xlarge-8 {
        width: 66.66667%; }
    .large-margin-collapse > .xlarge-9 {
        width: 75%; }
    .large-margin-collapse > .xlarge-10 {
        width: 83.33333%; }
    .large-margin-collapse > .xlarge-11 {
        width: 91.66667%; }
    .large-margin-collapse > .xlarge-12 {
        width: 100%; } }

@media screen and (min-width: 90em) {
    .large-margin-collapse > .xxlarge-1 {
        width: 8.33333%; }
    .large-margin-collapse > .xxlarge-2 {
        width: 16.66667%; }
    .large-margin-collapse > .xxlarge-3 {
        width: 25%; }
    .large-margin-collapse > .xxlarge-4 {
        width: 33.33333%; }
    .large-margin-collapse > .xxlarge-5 {
        width: 41.66667%; }
    .large-margin-collapse > .xxlarge-6 {
        width: 50%; }
    .large-margin-collapse > .xxlarge-7 {
        width: 58.33333%; }
    .large-margin-collapse > .xxlarge-8 {
        width: 66.66667%; }
    .large-margin-collapse > .xxlarge-9 {
        width: 75%; }
    .large-margin-collapse > .xxlarge-10 {
        width: 83.33333%; }
    .large-margin-collapse > .xxlarge-11 {
        width: 91.66667%; }
    .large-margin-collapse > .xxlarge-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .large-margin-collapse > .xxxlarge-1 {
        width: 8.33333%; }
    .large-margin-collapse > .xxxlarge-2 {
        width: 16.66667%; }
    .large-margin-collapse > .xxxlarge-3 {
        width: 25%; }
    .large-margin-collapse > .xxxlarge-4 {
        width: 33.33333%; }
    .large-margin-collapse > .xxxlarge-5 {
        width: 41.66667%; }
    .large-margin-collapse > .xxxlarge-6 {
        width: 50%; }
    .large-margin-collapse > .xxxlarge-7 {
        width: 58.33333%; }
    .large-margin-collapse > .xxxlarge-8 {
        width: 66.66667%; }
    .large-margin-collapse > .xxxlarge-9 {
        width: 75%; }
    .large-margin-collapse > .xxxlarge-10 {
        width: 83.33333%; }
    .large-margin-collapse > .xxxlarge-11 {
        width: 91.66667%; }
    .large-margin-collapse > .xxxlarge-12 {
        width: 100%; } }

@media print, screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0; }
    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0; }
    .xlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .small-1 {
        width: 8.33333%; }
    .xlarge-margin-collapse > .small-2 {
        width: 16.66667%; }
    .xlarge-margin-collapse > .small-3 {
        width: 25%; }
    .xlarge-margin-collapse > .small-4 {
        width: 33.33333%; }
    .xlarge-margin-collapse > .small-5 {
        width: 41.66667%; }
    .xlarge-margin-collapse > .small-6 {
        width: 50%; }
    .xlarge-margin-collapse > .small-7 {
        width: 58.33333%; }
    .xlarge-margin-collapse > .small-8 {
        width: 66.66667%; }
    .xlarge-margin-collapse > .small-9 {
        width: 75%; }
    .xlarge-margin-collapse > .small-10 {
        width: 83.33333%; }
    .xlarge-margin-collapse > .small-11 {
        width: 91.66667%; }
    .xlarge-margin-collapse > .small-12 {
        width: 100%; } }

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .medium-1 {
        width: 8.33333%; }
    .xlarge-margin-collapse > .medium-2 {
        width: 16.66667%; }
    .xlarge-margin-collapse > .medium-3 {
        width: 25%; }
    .xlarge-margin-collapse > .medium-4 {
        width: 33.33333%; }
    .xlarge-margin-collapse > .medium-5 {
        width: 41.66667%; }
    .xlarge-margin-collapse > .medium-6 {
        width: 50%; }
    .xlarge-margin-collapse > .medium-7 {
        width: 58.33333%; }
    .xlarge-margin-collapse > .medium-8 {
        width: 66.66667%; }
    .xlarge-margin-collapse > .medium-9 {
        width: 75%; }
    .xlarge-margin-collapse > .medium-10 {
        width: 83.33333%; }
    .xlarge-margin-collapse > .medium-11 {
        width: 91.66667%; }
    .xlarge-margin-collapse > .medium-12 {
        width: 100%; } }

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .large-1 {
        width: 8.33333%; }
    .xlarge-margin-collapse > .large-2 {
        width: 16.66667%; }
    .xlarge-margin-collapse > .large-3 {
        width: 25%; }
    .xlarge-margin-collapse > .large-4 {
        width: 33.33333%; }
    .xlarge-margin-collapse > .large-5 {
        width: 41.66667%; }
    .xlarge-margin-collapse > .large-6 {
        width: 50%; }
    .xlarge-margin-collapse > .large-7 {
        width: 58.33333%; }
    .xlarge-margin-collapse > .large-8 {
        width: 66.66667%; }
    .xlarge-margin-collapse > .large-9 {
        width: 75%; }
    .xlarge-margin-collapse > .large-10 {
        width: 83.33333%; }
    .xlarge-margin-collapse > .large-11 {
        width: 91.66667%; }
    .xlarge-margin-collapse > .large-12 {
        width: 100%; } }

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.33333%; }
    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.66667%; }
    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%; }
    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.33333%; }
    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.66667%; }
    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%; }
    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.33333%; }
    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.66667%; }
    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%; }
    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.33333%; }
    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.66667%; }
    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%; } }

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse > .xxlarge-1 {
        width: 8.33333%; }
    .xlarge-margin-collapse > .xxlarge-2 {
        width: 16.66667%; }
    .xlarge-margin-collapse > .xxlarge-3 {
        width: 25%; }
    .xlarge-margin-collapse > .xxlarge-4 {
        width: 33.33333%; }
    .xlarge-margin-collapse > .xxlarge-5 {
        width: 41.66667%; }
    .xlarge-margin-collapse > .xxlarge-6 {
        width: 50%; }
    .xlarge-margin-collapse > .xxlarge-7 {
        width: 58.33333%; }
    .xlarge-margin-collapse > .xxlarge-8 {
        width: 66.66667%; }
    .xlarge-margin-collapse > .xxlarge-9 {
        width: 75%; }
    .xlarge-margin-collapse > .xxlarge-10 {
        width: 83.33333%; }
    .xlarge-margin-collapse > .xxlarge-11 {
        width: 91.66667%; }
    .xlarge-margin-collapse > .xxlarge-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .xlarge-margin-collapse > .xxxlarge-1 {
        width: 8.33333%; }
    .xlarge-margin-collapse > .xxxlarge-2 {
        width: 16.66667%; }
    .xlarge-margin-collapse > .xxxlarge-3 {
        width: 25%; }
    .xlarge-margin-collapse > .xxxlarge-4 {
        width: 33.33333%; }
    .xlarge-margin-collapse > .xxxlarge-5 {
        width: 41.66667%; }
    .xlarge-margin-collapse > .xxxlarge-6 {
        width: 50%; }
    .xlarge-margin-collapse > .xxxlarge-7 {
        width: 58.33333%; }
    .xlarge-margin-collapse > .xxxlarge-8 {
        width: 66.66667%; }
    .xlarge-margin-collapse > .xxxlarge-9 {
        width: 75%; }
    .xlarge-margin-collapse > .xxxlarge-10 {
        width: 83.33333%; }
    .xlarge-margin-collapse > .xxxlarge-11 {
        width: 91.66667%; }
    .xlarge-margin-collapse > .xxxlarge-12 {
        width: 100%; } }

@media screen and (min-width: 75em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0; }
    .xlarge-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0; }
    .xxlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .small-1 {
        width: 8.33333%; }
    .xxlarge-margin-collapse > .small-2 {
        width: 16.66667%; }
    .xxlarge-margin-collapse > .small-3 {
        width: 25%; }
    .xxlarge-margin-collapse > .small-4 {
        width: 33.33333%; }
    .xxlarge-margin-collapse > .small-5 {
        width: 41.66667%; }
    .xxlarge-margin-collapse > .small-6 {
        width: 50%; }
    .xxlarge-margin-collapse > .small-7 {
        width: 58.33333%; }
    .xxlarge-margin-collapse > .small-8 {
        width: 66.66667%; }
    .xxlarge-margin-collapse > .small-9 {
        width: 75%; }
    .xxlarge-margin-collapse > .small-10 {
        width: 83.33333%; }
    .xxlarge-margin-collapse > .small-11 {
        width: 91.66667%; }
    .xxlarge-margin-collapse > .small-12 {
        width: 100%; } }

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .medium-1 {
        width: 8.33333%; }
    .xxlarge-margin-collapse > .medium-2 {
        width: 16.66667%; }
    .xxlarge-margin-collapse > .medium-3 {
        width: 25%; }
    .xxlarge-margin-collapse > .medium-4 {
        width: 33.33333%; }
    .xxlarge-margin-collapse > .medium-5 {
        width: 41.66667%; }
    .xxlarge-margin-collapse > .medium-6 {
        width: 50%; }
    .xxlarge-margin-collapse > .medium-7 {
        width: 58.33333%; }
    .xxlarge-margin-collapse > .medium-8 {
        width: 66.66667%; }
    .xxlarge-margin-collapse > .medium-9 {
        width: 75%; }
    .xxlarge-margin-collapse > .medium-10 {
        width: 83.33333%; }
    .xxlarge-margin-collapse > .medium-11 {
        width: 91.66667%; }
    .xxlarge-margin-collapse > .medium-12 {
        width: 100%; } }

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .large-1 {
        width: 8.33333%; }
    .xxlarge-margin-collapse > .large-2 {
        width: 16.66667%; }
    .xxlarge-margin-collapse > .large-3 {
        width: 25%; }
    .xxlarge-margin-collapse > .large-4 {
        width: 33.33333%; }
    .xxlarge-margin-collapse > .large-5 {
        width: 41.66667%; }
    .xxlarge-margin-collapse > .large-6 {
        width: 50%; }
    .xxlarge-margin-collapse > .large-7 {
        width: 58.33333%; }
    .xxlarge-margin-collapse > .large-8 {
        width: 66.66667%; }
    .xxlarge-margin-collapse > .large-9 {
        width: 75%; }
    .xxlarge-margin-collapse > .large-10 {
        width: 83.33333%; }
    .xxlarge-margin-collapse > .large-11 {
        width: 91.66667%; }
    .xxlarge-margin-collapse > .large-12 {
        width: 100%; } }

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .xlarge-1 {
        width: 8.33333%; }
    .xxlarge-margin-collapse > .xlarge-2 {
        width: 16.66667%; }
    .xxlarge-margin-collapse > .xlarge-3 {
        width: 25%; }
    .xxlarge-margin-collapse > .xlarge-4 {
        width: 33.33333%; }
    .xxlarge-margin-collapse > .xlarge-5 {
        width: 41.66667%; }
    .xxlarge-margin-collapse > .xlarge-6 {
        width: 50%; }
    .xxlarge-margin-collapse > .xlarge-7 {
        width: 58.33333%; }
    .xxlarge-margin-collapse > .xlarge-8 {
        width: 66.66667%; }
    .xxlarge-margin-collapse > .xlarge-9 {
        width: 75%; }
    .xxlarge-margin-collapse > .xlarge-10 {
        width: 83.33333%; }
    .xxlarge-margin-collapse > .xlarge-11 {
        width: 91.66667%; }
    .xxlarge-margin-collapse > .xlarge-12 {
        width: 100%; } }

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .xxlarge-1 {
        width: 8.33333%; }
    .xxlarge-margin-collapse > .xxlarge-2 {
        width: 16.66667%; }
    .xxlarge-margin-collapse > .xxlarge-3 {
        width: 25%; }
    .xxlarge-margin-collapse > .xxlarge-4 {
        width: 33.33333%; }
    .xxlarge-margin-collapse > .xxlarge-5 {
        width: 41.66667%; }
    .xxlarge-margin-collapse > .xxlarge-6 {
        width: 50%; }
    .xxlarge-margin-collapse > .xxlarge-7 {
        width: 58.33333%; }
    .xxlarge-margin-collapse > .xxlarge-8 {
        width: 66.66667%; }
    .xxlarge-margin-collapse > .xxlarge-9 {
        width: 75%; }
    .xxlarge-margin-collapse > .xxlarge-10 {
        width: 83.33333%; }
    .xxlarge-margin-collapse > .xxlarge-11 {
        width: 91.66667%; }
    .xxlarge-margin-collapse > .xxlarge-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .xxlarge-margin-collapse > .xxxlarge-1 {
        width: 8.33333%; }
    .xxlarge-margin-collapse > .xxxlarge-2 {
        width: 16.66667%; }
    .xxlarge-margin-collapse > .xxxlarge-3 {
        width: 25%; }
    .xxlarge-margin-collapse > .xxxlarge-4 {
        width: 33.33333%; }
    .xxlarge-margin-collapse > .xxxlarge-5 {
        width: 41.66667%; }
    .xxlarge-margin-collapse > .xxxlarge-6 {
        width: 50%; }
    .xxlarge-margin-collapse > .xxxlarge-7 {
        width: 58.33333%; }
    .xxlarge-margin-collapse > .xxxlarge-8 {
        width: 66.66667%; }
    .xxlarge-margin-collapse > .xxxlarge-9 {
        width: 75%; }
    .xxlarge-margin-collapse > .xxxlarge-10 {
        width: 83.33333%; }
    .xxlarge-margin-collapse > .xxxlarge-11 {
        width: 91.66667%; }
    .xxlarge-margin-collapse > .xxxlarge-12 {
        width: 100%; } }

@media screen and (min-width: 90em) {
    .xxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0; }
    .xxlarge-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }

@media screen and (min-width: 105em) {
    .xxxlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0; }
    .xxxlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0; } }

@media screen and (min-width: 105em) {
    .xxxlarge-margin-collapse > .small-1 {
        width: 8.33333%; }
    .xxxlarge-margin-collapse > .small-2 {
        width: 16.66667%; }
    .xxxlarge-margin-collapse > .small-3 {
        width: 25%; }
    .xxxlarge-margin-collapse > .small-4 {
        width: 33.33333%; }
    .xxxlarge-margin-collapse > .small-5 {
        width: 41.66667%; }
    .xxxlarge-margin-collapse > .small-6 {
        width: 50%; }
    .xxxlarge-margin-collapse > .small-7 {
        width: 58.33333%; }
    .xxxlarge-margin-collapse > .small-8 {
        width: 66.66667%; }
    .xxxlarge-margin-collapse > .small-9 {
        width: 75%; }
    .xxxlarge-margin-collapse > .small-10 {
        width: 83.33333%; }
    .xxxlarge-margin-collapse > .small-11 {
        width: 91.66667%; }
    .xxxlarge-margin-collapse > .small-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .xxxlarge-margin-collapse > .medium-1 {
        width: 8.33333%; }
    .xxxlarge-margin-collapse > .medium-2 {
        width: 16.66667%; }
    .xxxlarge-margin-collapse > .medium-3 {
        width: 25%; }
    .xxxlarge-margin-collapse > .medium-4 {
        width: 33.33333%; }
    .xxxlarge-margin-collapse > .medium-5 {
        width: 41.66667%; }
    .xxxlarge-margin-collapse > .medium-6 {
        width: 50%; }
    .xxxlarge-margin-collapse > .medium-7 {
        width: 58.33333%; }
    .xxxlarge-margin-collapse > .medium-8 {
        width: 66.66667%; }
    .xxxlarge-margin-collapse > .medium-9 {
        width: 75%; }
    .xxxlarge-margin-collapse > .medium-10 {
        width: 83.33333%; }
    .xxxlarge-margin-collapse > .medium-11 {
        width: 91.66667%; }
    .xxxlarge-margin-collapse > .medium-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .xxxlarge-margin-collapse > .large-1 {
        width: 8.33333%; }
    .xxxlarge-margin-collapse > .large-2 {
        width: 16.66667%; }
    .xxxlarge-margin-collapse > .large-3 {
        width: 25%; }
    .xxxlarge-margin-collapse > .large-4 {
        width: 33.33333%; }
    .xxxlarge-margin-collapse > .large-5 {
        width: 41.66667%; }
    .xxxlarge-margin-collapse > .large-6 {
        width: 50%; }
    .xxxlarge-margin-collapse > .large-7 {
        width: 58.33333%; }
    .xxxlarge-margin-collapse > .large-8 {
        width: 66.66667%; }
    .xxxlarge-margin-collapse > .large-9 {
        width: 75%; }
    .xxxlarge-margin-collapse > .large-10 {
        width: 83.33333%; }
    .xxxlarge-margin-collapse > .large-11 {
        width: 91.66667%; }
    .xxxlarge-margin-collapse > .large-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .xxxlarge-margin-collapse > .xlarge-1 {
        width: 8.33333%; }
    .xxxlarge-margin-collapse > .xlarge-2 {
        width: 16.66667%; }
    .xxxlarge-margin-collapse > .xlarge-3 {
        width: 25%; }
    .xxxlarge-margin-collapse > .xlarge-4 {
        width: 33.33333%; }
    .xxxlarge-margin-collapse > .xlarge-5 {
        width: 41.66667%; }
    .xxxlarge-margin-collapse > .xlarge-6 {
        width: 50%; }
    .xxxlarge-margin-collapse > .xlarge-7 {
        width: 58.33333%; }
    .xxxlarge-margin-collapse > .xlarge-8 {
        width: 66.66667%; }
    .xxxlarge-margin-collapse > .xlarge-9 {
        width: 75%; }
    .xxxlarge-margin-collapse > .xlarge-10 {
        width: 83.33333%; }
    .xxxlarge-margin-collapse > .xlarge-11 {
        width: 91.66667%; }
    .xxxlarge-margin-collapse > .xlarge-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .xxxlarge-margin-collapse > .xxlarge-1 {
        width: 8.33333%; }
    .xxxlarge-margin-collapse > .xxlarge-2 {
        width: 16.66667%; }
    .xxxlarge-margin-collapse > .xxlarge-3 {
        width: 25%; }
    .xxxlarge-margin-collapse > .xxlarge-4 {
        width: 33.33333%; }
    .xxxlarge-margin-collapse > .xxlarge-5 {
        width: 41.66667%; }
    .xxxlarge-margin-collapse > .xxlarge-6 {
        width: 50%; }
    .xxxlarge-margin-collapse > .xxlarge-7 {
        width: 58.33333%; }
    .xxxlarge-margin-collapse > .xxlarge-8 {
        width: 66.66667%; }
    .xxxlarge-margin-collapse > .xxlarge-9 {
        width: 75%; }
    .xxxlarge-margin-collapse > .xxlarge-10 {
        width: 83.33333%; }
    .xxxlarge-margin-collapse > .xxlarge-11 {
        width: 91.66667%; }
    .xxxlarge-margin-collapse > .xxlarge-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .xxxlarge-margin-collapse > .xxxlarge-1 {
        width: 8.33333%; }
    .xxxlarge-margin-collapse > .xxxlarge-2 {
        width: 16.66667%; }
    .xxxlarge-margin-collapse > .xxxlarge-3 {
        width: 25%; }
    .xxxlarge-margin-collapse > .xxxlarge-4 {
        width: 33.33333%; }
    .xxxlarge-margin-collapse > .xxxlarge-5 {
        width: 41.66667%; }
    .xxxlarge-margin-collapse > .xxxlarge-6 {
        width: 50%; }
    .xxxlarge-margin-collapse > .xxxlarge-7 {
        width: 58.33333%; }
    .xxxlarge-margin-collapse > .xxxlarge-8 {
        width: 66.66667%; }
    .xxxlarge-margin-collapse > .xxxlarge-9 {
        width: 75%; }
    .xxxlarge-margin-collapse > .xxxlarge-10 {
        width: 83.33333%; }
    .xxxlarge-margin-collapse > .xxxlarge-11 {
        width: 91.66667%; }
    .xxxlarge-margin-collapse > .xxxlarge-12 {
        width: 100%; } }

@media screen and (min-width: 105em) {
    .xxxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0; }
    .xxxlarge-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0; } }

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

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 0.9375rem); }

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

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }

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

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }

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

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.9375rem); }

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

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }

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

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }

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

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.9375rem); }

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

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }

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

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }

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

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.9375rem); }

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

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }

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

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); }

@media print, screen and (min-width: 48em) {
    .medium-offset-0 {
        margin-left: 0%; }
    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 0.9375rem); }
    .medium-offset-1 {
        margin-left: 8.33333%; }
    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem); }
    .medium-offset-2 {
        margin-left: 16.66667%; }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem); }
    .medium-offset-3 {
        margin-left: 25%; }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.9375rem); }
    .medium-offset-4 {
        margin-left: 33.33333%; }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem); }
    .medium-offset-5 {
        margin-left: 41.66667%; }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem); }
    .medium-offset-6 {
        margin-left: 50%; }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.9375rem); }
    .medium-offset-7 {
        margin-left: 58.33333%; }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem); }
    .medium-offset-8 {
        margin-left: 66.66667%; }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem); }
    .medium-offset-9 {
        margin-left: 75%; }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.9375rem); }
    .medium-offset-10 {
        margin-left: 83.33333%; }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem); }
    .medium-offset-11 {
        margin-left: 91.66667%; }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0%; }
    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 0.9375rem); }
    .large-offset-1 {
        margin-left: 8.33333%; }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem); }
    .large-offset-2 {
        margin-left: 16.66667%; }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem); }
    .large-offset-3 {
        margin-left: 25%; }
    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 0.9375rem); }
    .large-offset-4 {
        margin-left: 33.33333%; }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem); }
    .large-offset-5 {
        margin-left: 41.66667%; }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem); }
    .large-offset-6 {
        margin-left: 50%; }
    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 0.9375rem); }
    .large-offset-7 {
        margin-left: 58.33333%; }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem); }
    .large-offset-8 {
        margin-left: 66.66667%; }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem); }
    .large-offset-9 {
        margin-left: 75%; }
    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 0.9375rem); }
    .large-offset-10 {
        margin-left: 83.33333%; }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem); }
    .large-offset-11 {
        margin-left: 91.66667%; }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 75em) {
    .xlarge-offset-0 {
        margin-left: 0%; }
    .grid-margin-x > .xlarge-offset-0 {
        margin-left: calc(0% + 0.9375rem); }
    .xlarge-offset-1 {
        margin-left: 8.33333%; }
    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem); }
    .xlarge-offset-2 {
        margin-left: 16.66667%; }
    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem); }
    .xlarge-offset-3 {
        margin-left: 25%; }
    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + 0.9375rem); }
    .xlarge-offset-4 {
        margin-left: 33.33333%; }
    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem); }
    .xlarge-offset-5 {
        margin-left: 41.66667%; }
    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem); }
    .xlarge-offset-6 {
        margin-left: 50%; }
    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + 0.9375rem); }
    .xlarge-offset-7 {
        margin-left: 58.33333%; }
    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem); }
    .xlarge-offset-8 {
        margin-left: 66.66667%; }
    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem); }
    .xlarge-offset-9 {
        margin-left: 75%; }
    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + 0.9375rem); }
    .xlarge-offset-10 {
        margin-left: 83.33333%; }
    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem); }
    .xlarge-offset-11 {
        margin-left: 91.66667%; }
    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 90em) {
    .xxlarge-offset-0 {
        margin-left: 0%; }
    .grid-margin-x > .xxlarge-offset-0 {
        margin-left: calc(0% + 0); }
    .xxlarge-offset-1 {
        margin-left: 8.33333%; }
    .grid-margin-x > .xxlarge-offset-1 {
        margin-left: calc(8.33333% + 0); }
    .xxlarge-offset-2 {
        margin-left: 16.66667%; }
    .grid-margin-x > .xxlarge-offset-2 {
        margin-left: calc(16.66667% + 0); }
    .xxlarge-offset-3 {
        margin-left: 25%; }
    .grid-margin-x > .xxlarge-offset-3 {
        margin-left: calc(25% + 0); }
    .xxlarge-offset-4 {
        margin-left: 33.33333%; }
    .grid-margin-x > .xxlarge-offset-4 {
        margin-left: calc(33.33333% + 0); }
    .xxlarge-offset-5 {
        margin-left: 41.66667%; }
    .grid-margin-x > .xxlarge-offset-5 {
        margin-left: calc(41.66667% + 0); }
    .xxlarge-offset-6 {
        margin-left: 50%; }
    .grid-margin-x > .xxlarge-offset-6 {
        margin-left: calc(50% + 0); }
    .xxlarge-offset-7 {
        margin-left: 58.33333%; }
    .grid-margin-x > .xxlarge-offset-7 {
        margin-left: calc(58.33333% + 0); }
    .xxlarge-offset-8 {
        margin-left: 66.66667%; }
    .grid-margin-x > .xxlarge-offset-8 {
        margin-left: calc(66.66667% + 0); }
    .xxlarge-offset-9 {
        margin-left: 75%; }
    .grid-margin-x > .xxlarge-offset-9 {
        margin-left: calc(75% + 0); }
    .xxlarge-offset-10 {
        margin-left: 83.33333%; }
    .grid-margin-x > .xxlarge-offset-10 {
        margin-left: calc(83.33333% + 0); }
    .xxlarge-offset-11 {
        margin-left: 91.66667%; }
    .grid-margin-x > .xxlarge-offset-11 {
        margin-left: calc(91.66667% + 0); } }

@media screen and (min-width: 105em) {
    .xxxlarge-offset-0 {
        margin-left: 0%; }
    .grid-margin-x > .xxxlarge-offset-0 {
        margin-left: calc(0% + 0); }
    .xxxlarge-offset-1 {
        margin-left: 8.33333%; }
    .grid-margin-x > .xxxlarge-offset-1 {
        margin-left: calc(8.33333% + 0); }
    .xxxlarge-offset-2 {
        margin-left: 16.66667%; }
    .grid-margin-x > .xxxlarge-offset-2 {
        margin-left: calc(16.66667% + 0); }
    .xxxlarge-offset-3 {
        margin-left: 25%; }
    .grid-margin-x > .xxxlarge-offset-3 {
        margin-left: calc(25% + 0); }
    .xxxlarge-offset-4 {
        margin-left: 33.33333%; }
    .grid-margin-x > .xxxlarge-offset-4 {
        margin-left: calc(33.33333% + 0); }
    .xxxlarge-offset-5 {
        margin-left: 41.66667%; }
    .grid-margin-x > .xxxlarge-offset-5 {
        margin-left: calc(41.66667% + 0); }
    .xxxlarge-offset-6 {
        margin-left: 50%; }
    .grid-margin-x > .xxxlarge-offset-6 {
        margin-left: calc(50% + 0); }
    .xxxlarge-offset-7 {
        margin-left: 58.33333%; }
    .grid-margin-x > .xxxlarge-offset-7 {
        margin-left: calc(58.33333% + 0); }
    .xxxlarge-offset-8 {
        margin-left: 66.66667%; }
    .grid-margin-x > .xxxlarge-offset-8 {
        margin-left: calc(66.66667% + 0); }
    .xxxlarge-offset-9 {
        margin-left: 75%; }
    .grid-margin-x > .xxxlarge-offset-9 {
        margin-left: calc(75% + 0); }
    .xxxlarge-offset-10 {
        margin-left: 83.33333%; }
    .grid-margin-x > .xxxlarge-offset-10 {
        margin-left: calc(83.33333% + 0); }
    .xxxlarge-offset-11 {
        margin-left: 91.66667%; }
    .grid-margin-x > .xxxlarge-offset-11 {
        margin-left: calc(91.66667% + 0); } }

.grid-y {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
.grid-y > .cell {
    width: auto; }
.grid-y > .auto {
    height: auto; }
.grid-y > .shrink {
    height: auto; }
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
@media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
@media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
@media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
@media screen and (min-width: 90em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
@media screen and (min-width: 105em) {
    .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
.grid-y > .small-1 {
    height: 8.33333%; }
.grid-y > .small-2 {
    height: 16.66667%; }
.grid-y > .small-3 {
    height: 25%; }
.grid-y > .small-4 {
    height: 33.33333%; }
.grid-y > .small-5 {
    height: 41.66667%; }
.grid-y > .small-6 {
    height: 50%; }
.grid-y > .small-7 {
    height: 58.33333%; }
.grid-y > .small-8 {
    height: 66.66667%; }
.grid-y > .small-9 {
    height: 75%; }
.grid-y > .small-10 {
    height: 83.33333%; }
.grid-y > .small-11 {
    height: 91.66667%; }
.grid-y > .small-12 {
    height: 100%; }
@media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto; }
    .grid-y > .medium-shrink {
        height: auto; }
    .grid-y > .medium-1 {
        height: 8.33333%; }
    .grid-y > .medium-2 {
        height: 16.66667%; }
    .grid-y > .medium-3 {
        height: 25%; }
    .grid-y > .medium-4 {
        height: 33.33333%; }
    .grid-y > .medium-5 {
        height: 41.66667%; }
    .grid-y > .medium-6 {
        height: 50%; }
    .grid-y > .medium-7 {
        height: 58.33333%; }
    .grid-y > .medium-8 {
        height: 66.66667%; }
    .grid-y > .medium-9 {
        height: 75%; }
    .grid-y > .medium-10 {
        height: 83.33333%; }
    .grid-y > .medium-11 {
        height: 91.66667%; }
    .grid-y > .medium-12 {
        height: 100%; } }
@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto; }
    .grid-y > .large-shrink {
        height: auto; }
    .grid-y > .large-1 {
        height: 8.33333%; }
    .grid-y > .large-2 {
        height: 16.66667%; }
    .grid-y > .large-3 {
        height: 25%; }
    .grid-y > .large-4 {
        height: 33.33333%; }
    .grid-y > .large-5 {
        height: 41.66667%; }
    .grid-y > .large-6 {
        height: 50%; }
    .grid-y > .large-7 {
        height: 58.33333%; }
    .grid-y > .large-8 {
        height: 66.66667%; }
    .grid-y > .large-9 {
        height: 75%; }
    .grid-y > .large-10 {
        height: 83.33333%; }
    .grid-y > .large-11 {
        height: 91.66667%; }
    .grid-y > .large-12 {
        height: 100%; } }
@media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto; }
    .grid-y > .xlarge-shrink {
        height: auto; }
    .grid-y > .xlarge-1 {
        height: 8.33333%; }
    .grid-y > .xlarge-2 {
        height: 16.66667%; }
    .grid-y > .xlarge-3 {
        height: 25%; }
    .grid-y > .xlarge-4 {
        height: 33.33333%; }
    .grid-y > .xlarge-5 {
        height: 41.66667%; }
    .grid-y > .xlarge-6 {
        height: 50%; }
    .grid-y > .xlarge-7 {
        height: 58.33333%; }
    .grid-y > .xlarge-8 {
        height: 66.66667%; }
    .grid-y > .xlarge-9 {
        height: 75%; }
    .grid-y > .xlarge-10 {
        height: 83.33333%; }
    .grid-y > .xlarge-11 {
        height: 91.66667%; }
    .grid-y > .xlarge-12 {
        height: 100%; } }
@media screen and (min-width: 90em) {
    .grid-y > .xxlarge-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto; }
    .grid-y > .xxlarge-shrink {
        height: auto; }
    .grid-y > .xxlarge-1 {
        height: 8.33333%; }
    .grid-y > .xxlarge-2 {
        height: 16.66667%; }
    .grid-y > .xxlarge-3 {
        height: 25%; }
    .grid-y > .xxlarge-4 {
        height: 33.33333%; }
    .grid-y > .xxlarge-5 {
        height: 41.66667%; }
    .grid-y > .xxlarge-6 {
        height: 50%; }
    .grid-y > .xxlarge-7 {
        height: 58.33333%; }
    .grid-y > .xxlarge-8 {
        height: 66.66667%; }
    .grid-y > .xxlarge-9 {
        height: 75%; }
    .grid-y > .xxlarge-10 {
        height: 83.33333%; }
    .grid-y > .xxlarge-11 {
        height: 91.66667%; }
    .grid-y > .xxlarge-12 {
        height: 100%; } }
@media screen and (min-width: 105em) {
    .grid-y > .xxxlarge-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto; }
    .grid-y > .xxxlarge-shrink {
        height: auto; }
    .grid-y > .xxxlarge-1 {
        height: 8.33333%; }
    .grid-y > .xxxlarge-2 {
        height: 16.66667%; }
    .grid-y > .xxxlarge-3 {
        height: 25%; }
    .grid-y > .xxxlarge-4 {
        height: 33.33333%; }
    .grid-y > .xxxlarge-5 {
        height: 41.66667%; }
    .grid-y > .xxxlarge-6 {
        height: 50%; }
    .grid-y > .xxxlarge-7 {
        height: 58.33333%; }
    .grid-y > .xxxlarge-8 {
        height: 66.66667%; }
    .grid-y > .xxxlarge-9 {
        height: 75%; }
    .grid-y > .xxxlarge-10 {
        height: 83.33333%; }
    .grid-y > .xxxlarge-11 {
        height: 91.66667%; }
    .grid-y > .xxxlarge-12 {
        height: 100%; } }

.grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0;
        margin-bottom: -0; } }

.grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-padding-y > .cell {
        padding-top: 0;
        padding-bottom: 0; } }

.grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-margin-y {
        margin-top: -0;
        margin-bottom: -0; } }
.grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-margin-y > .cell {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0; } }
.grid-margin-y > .auto {
    height: auto; }
.grid-margin-y > .shrink {
    height: auto; }
.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }
.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }
.grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }
.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }
.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }
.grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }
.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }
.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }
.grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }
.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }
.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }
.grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }
@media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
        height: auto; }
    .grid-margin-y > .shrink {
        height: auto; }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
        height: auto; }
    .grid-margin-y > .medium-shrink {
        height: auto; }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem); } }
@media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
        height: auto; }
    .grid-margin-y > .shrink {
        height: auto; }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
        height: auto; }
    .grid-margin-y > .medium-shrink {
        height: auto; }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem); }
    .grid-margin-y > .large-auto {
        height: auto; }
    .grid-margin-y > .large-shrink {
        height: auto; }
    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem); } }
@media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
        height: auto; }
    .grid-margin-y > .xlarge-shrink {
        height: auto; }
    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.875rem); } }
@media screen and (min-width: 90em) {
    .grid-margin-y > .auto {
        height: auto; }
    .grid-margin-y > .shrink {
        height: auto; }
    .grid-margin-y > .small-1 {
        height: 8.33333%; }
    .grid-margin-y > .small-2 {
        height: 16.66667%; }
    .grid-margin-y > .small-3 {
        height: 25%; }
    .grid-margin-y > .small-4 {
        height: 33.33333%; }
    .grid-margin-y > .small-5 {
        height: 41.66667%; }
    .grid-margin-y > .small-6 {
        height: 50%; }
    .grid-margin-y > .small-7 {
        height: 58.33333%; }
    .grid-margin-y > .small-8 {
        height: 66.66667%; }
    .grid-margin-y > .small-9 {
        height: 75%; }
    .grid-margin-y > .small-10 {
        height: 83.33333%; }
    .grid-margin-y > .small-11 {
        height: 91.66667%; }
    .grid-margin-y > .small-12 {
        height: 100%; }
    .grid-margin-y > .medium-auto {
        height: auto; }
    .grid-margin-y > .medium-shrink {
        height: auto; }
    .grid-margin-y > .medium-1 {
        height: 8.33333%; }
    .grid-margin-y > .medium-2 {
        height: 16.66667%; }
    .grid-margin-y > .medium-3 {
        height: 25%; }
    .grid-margin-y > .medium-4 {
        height: 33.33333%; }
    .grid-margin-y > .medium-5 {
        height: 41.66667%; }
    .grid-margin-y > .medium-6 {
        height: 50%; }
    .grid-margin-y > .medium-7 {
        height: 58.33333%; }
    .grid-margin-y > .medium-8 {
        height: 66.66667%; }
    .grid-margin-y > .medium-9 {
        height: 75%; }
    .grid-margin-y > .medium-10 {
        height: 83.33333%; }
    .grid-margin-y > .medium-11 {
        height: 91.66667%; }
    .grid-margin-y > .medium-12 {
        height: 100%; }
    .grid-margin-y > .large-auto {
        height: auto; }
    .grid-margin-y > .large-shrink {
        height: auto; }
    .grid-margin-y > .large-1 {
        height: 8.33333%; }
    .grid-margin-y > .large-2 {
        height: 16.66667%; }
    .grid-margin-y > .large-3 {
        height: 25%; }
    .grid-margin-y > .large-4 {
        height: 33.33333%; }
    .grid-margin-y > .large-5 {
        height: 41.66667%; }
    .grid-margin-y > .large-6 {
        height: 50%; }
    .grid-margin-y > .large-7 {
        height: 58.33333%; }
    .grid-margin-y > .large-8 {
        height: 66.66667%; }
    .grid-margin-y > .large-9 {
        height: 75%; }
    .grid-margin-y > .large-10 {
        height: 83.33333%; }
    .grid-margin-y > .large-11 {
        height: 91.66667%; }
    .grid-margin-y > .large-12 {
        height: 100%; }
    .grid-margin-y > .xxlarge-auto {
        height: auto; }
    .grid-margin-y > .xxlarge-shrink {
        height: auto; }
    .grid-margin-y > .xxlarge-1 {
        height: 8.33333%; }
    .grid-margin-y > .xxlarge-2 {
        height: 16.66667%; }
    .grid-margin-y > .xxlarge-3 {
        height: 25%; }
    .grid-margin-y > .xxlarge-4 {
        height: 33.33333%; }
    .grid-margin-y > .xxlarge-5 {
        height: 41.66667%; }
    .grid-margin-y > .xxlarge-6 {
        height: 50%; }
    .grid-margin-y > .xxlarge-7 {
        height: 58.33333%; }
    .grid-margin-y > .xxlarge-8 {
        height: 66.66667%; }
    .grid-margin-y > .xxlarge-9 {
        height: 75%; }
    .grid-margin-y > .xxlarge-10 {
        height: 83.33333%; }
    .grid-margin-y > .xxlarge-11 {
        height: 91.66667%; }
    .grid-margin-y > .xxlarge-12 {
        height: 100%; } }
@media screen and (min-width: 105em) {
    .grid-margin-y > .xxxlarge-auto {
        height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
        height: auto; }
    .grid-margin-y > .xxxlarge-1 {
        height: 8.33333%; }
    .grid-margin-y > .xxxlarge-2 {
        height: 16.66667%; }
    .grid-margin-y > .xxxlarge-3 {
        height: 25%; }
    .grid-margin-y > .xxxlarge-4 {
        height: 33.33333%; }
    .grid-margin-y > .xxxlarge-5 {
        height: 41.66667%; }
    .grid-margin-y > .xxxlarge-6 {
        height: 50%; }
    .grid-margin-y > .xxxlarge-7 {
        height: 58.33333%; }
    .grid-margin-y > .xxxlarge-8 {
        height: 66.66667%; }
    .grid-margin-y > .xxxlarge-9 {
        height: 75%; }
    .grid-margin-y > .xxxlarge-10 {
        height: 83.33333%; }
    .grid-margin-y > .xxxlarge-11 {
        height: 91.66667%; }
    .grid-margin-y > .xxxlarge-12 {
        height: 100%; } }

.grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }

.cell .grid-frame {
    width: 100%; }

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
.cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw; }
    .cell .medium-grid-frame {
        width: 100%; }
    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; }
    .medium-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%; }
    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw; }
    .cell .large-grid-frame {
        width: 100%; }
    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; }
    .large-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%; }
    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw; }
    .cell .xlarge-grid-frame {
        width: 100%; }
    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; }
    .xlarge-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 90em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw; }
    .cell .xxlarge-grid-frame {
        width: 100%; }
    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; }
    .xxlarge-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 105em) {
    .xxxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw; }
    .cell .xxxlarge-grid-frame {
        width: 100%; }
    .xxxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; }
    .xxxlarge-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%; }
    .xxxlarge-cell-block-container > .grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .xxxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; }

@media print, screen and (min-width: 48em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh; } }

@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh; } }

@media screen and (min-width: 75em) {
    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh; } }

@media screen and (min-width: 90em) {
    .grid-y.xxlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh; } }

@media screen and (min-width: 105em) {
    .grid-y.xxxlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh; } }

.cell .grid-y.grid-frame {
    height: 100%; }

@media print, screen and (min-width: 48em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%; } }

@media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%; } }

@media screen and (min-width: 75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%; } }

@media screen and (min-width: 90em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%; } }

@media screen and (min-width: 105em) {
    .cell .grid-y.xxxlarge-grid-frame {
        height: 100%; } }

.grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-margin-y {
        margin-top: -0;
        margin-bottom: -0; } }
.grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
@media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem; } }
@media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem; } }
@media screen and (min-width: 90em) {
    .grid-margin-y > .cell {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0; } }
.grid-margin-y > .auto {
    height: auto; }
.grid-margin-y > .shrink {
    height: auto; }
.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }
.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }
.grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }
.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }
.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }
.grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }
.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }
.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }
.grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }
.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }
.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }
.grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }
@media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
        height: auto; }
    .grid-margin-y > .shrink {
        height: auto; }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
        height: auto; }
    .grid-margin-y > .medium-shrink {
        height: auto; }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem); } }
@media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
        height: auto; }
    .grid-margin-y > .shrink {
        height: auto; }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
        height: auto; }
    .grid-margin-y > .medium-shrink {
        height: auto; }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem); }
    .grid-margin-y > .large-auto {
        height: auto; }
    .grid-margin-y > .large-shrink {
        height: auto; }
    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem); } }
@media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
        height: auto; }
    .grid-margin-y > .xlarge-shrink {
        height: auto; }
    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.875rem); } }
@media screen and (min-width: 90em) {
    .grid-margin-y > .auto {
        height: auto; }
    .grid-margin-y > .shrink {
        height: auto; }
    .grid-margin-y > .small-1 {
        height: 8.33333%; }
    .grid-margin-y > .small-2 {
        height: 16.66667%; }
    .grid-margin-y > .small-3 {
        height: 25%; }
    .grid-margin-y > .small-4 {
        height: 33.33333%; }
    .grid-margin-y > .small-5 {
        height: 41.66667%; }
    .grid-margin-y > .small-6 {
        height: 50%; }
    .grid-margin-y > .small-7 {
        height: 58.33333%; }
    .grid-margin-y > .small-8 {
        height: 66.66667%; }
    .grid-margin-y > .small-9 {
        height: 75%; }
    .grid-margin-y > .small-10 {
        height: 83.33333%; }
    .grid-margin-y > .small-11 {
        height: 91.66667%; }
    .grid-margin-y > .small-12 {
        height: 100%; }
    .grid-margin-y > .medium-auto {
        height: auto; }
    .grid-margin-y > .medium-shrink {
        height: auto; }
    .grid-margin-y > .medium-1 {
        height: 8.33333%; }
    .grid-margin-y > .medium-2 {
        height: 16.66667%; }
    .grid-margin-y > .medium-3 {
        height: 25%; }
    .grid-margin-y > .medium-4 {
        height: 33.33333%; }
    .grid-margin-y > .medium-5 {
        height: 41.66667%; }
    .grid-margin-y > .medium-6 {
        height: 50%; }
    .grid-margin-y > .medium-7 {
        height: 58.33333%; }
    .grid-margin-y > .medium-8 {
        height: 66.66667%; }
    .grid-margin-y > .medium-9 {
        height: 75%; }
    .grid-margin-y > .medium-10 {
        height: 83.33333%; }
    .grid-margin-y > .medium-11 {
        height: 91.66667%; }
    .grid-margin-y > .medium-12 {
        height: 100%; }
    .grid-margin-y > .large-auto {
        height: auto; }
    .grid-margin-y > .large-shrink {
        height: auto; }
    .grid-margin-y > .large-1 {
        height: 8.33333%; }
    .grid-margin-y > .large-2 {
        height: 16.66667%; }
    .grid-margin-y > .large-3 {
        height: 25%; }
    .grid-margin-y > .large-4 {
        height: 33.33333%; }
    .grid-margin-y > .large-5 {
        height: 41.66667%; }
    .grid-margin-y > .large-6 {
        height: 50%; }
    .grid-margin-y > .large-7 {
        height: 58.33333%; }
    .grid-margin-y > .large-8 {
        height: 66.66667%; }
    .grid-margin-y > .large-9 {
        height: 75%; }
    .grid-margin-y > .large-10 {
        height: 83.33333%; }
    .grid-margin-y > .large-11 {
        height: 91.66667%; }
    .grid-margin-y > .large-12 {
        height: 100%; }
    .grid-margin-y > .xxlarge-auto {
        height: auto; }
    .grid-margin-y > .xxlarge-shrink {
        height: auto; }
    .grid-margin-y > .xxlarge-1 {
        height: 8.33333%; }
    .grid-margin-y > .xxlarge-2 {
        height: 16.66667%; }
    .grid-margin-y > .xxlarge-3 {
        height: 25%; }
    .grid-margin-y > .xxlarge-4 {
        height: 33.33333%; }
    .grid-margin-y > .xxlarge-5 {
        height: 41.66667%; }
    .grid-margin-y > .xxlarge-6 {
        height: 50%; }
    .grid-margin-y > .xxlarge-7 {
        height: 58.33333%; }
    .grid-margin-y > .xxlarge-8 {
        height: 66.66667%; }
    .grid-margin-y > .xxlarge-9 {
        height: 75%; }
    .grid-margin-y > .xxlarge-10 {
        height: 83.33333%; }
    .grid-margin-y > .xxlarge-11 {
        height: 91.66667%; }
    .grid-margin-y > .xxlarge-12 {
        height: 100%; } }
@media screen and (min-width: 105em) {
    .grid-margin-y > .xxxlarge-auto {
        height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
        height: auto; }
    .grid-margin-y > .xxxlarge-1 {
        height: 8.33333%; }
    .grid-margin-y > .xxxlarge-2 {
        height: 16.66667%; }
    .grid-margin-y > .xxxlarge-3 {
        height: 25%; }
    .grid-margin-y > .xxxlarge-4 {
        height: 33.33333%; }
    .grid-margin-y > .xxxlarge-5 {
        height: 41.66667%; }
    .grid-margin-y > .xxxlarge-6 {
        height: 50%; }
    .grid-margin-y > .xxxlarge-7 {
        height: 58.33333%; }
    .grid-margin-y > .xxxlarge-8 {
        height: 66.66667%; }
    .grid-margin-y > .xxxlarge-9 {
        height: 75%; }
    .grid-margin-y > .xxxlarge-10 {
        height: 83.33333%; }
    .grid-margin-y > .xxxlarge-11 {
        height: 91.66667%; }
    .grid-margin-y > .xxxlarge-12 {
        height: 100%; } }

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem); }
@media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem); } }
@media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem); } }
@media screen and (min-width: 90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 0); } }
@media screen and (min-width: 105em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 0); } }

@media print, screen and (min-width: 48em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 90em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 0); } }

@media screen and (min-width: 105em) {
    .grid-margin-y.xxxlarge-grid-frame {
        height: calc(100vh + 0); } }

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Akkurat Light", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #1A2738;
    text-rendering: optimizeLegibility; }
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
    line-height: 0;
    color: #909AA4; }

h1, .h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem; }

h2, .h2 {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem; }

h3, .h3 {
    font-size: 1.375rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem; }

h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem; }

h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem; }

h6, .h6 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1rem; }

@media print, screen and (min-width: 48em) {
    h1, .h1 {
        font-size: 2.625rem; }
    h2, .h2 {
        font-size: 2rem; }
    h3, .h3 {
        font-size: 1.75rem; }
    h4, .h4 {
        font-size: 1.5rem; }
    h5, .h5 {
        font-size: 1.375rem; }
    h6, .h6 {
        font-size: 1.25rem; } }

@media print, screen and (min-width: 64em) {
    h1, .h1 {
        font-size: 3rem; }
    h2, .h2 {
        font-size: 2.125rem; }
    h3, .h3 {
        font-size: 1.75rem; }
    h4, .h4 {
        font-size: 1.5rem; }
    h5, .h5 {
        font-size: 1.25rem; }
    h6, .h6 {
        font-size: 1.125rem; } }

a {
    line-height: inherit;
    color: #2C74D3;
    text-decoration: underline;
    cursor: pointer; }
a:hover, a:focus {
    color: #2664b5; }
a img {
    border: 0; }

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

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

li {
    font-size: inherit; }

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

ol {
    margin-left: 1.25rem; }

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

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

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #909AA4; }
blockquote, blockquote p {
    line-height: 1.8;
    color: #616c76; }

cite {
    display: block;
    font-size: 0.8125rem;
    color: #616c76; }
cite:before {
    content: "— "; }

abbr, abbr[title] {
    border-bottom: 1px dotted #909AA4;
    cursor: help;
    text-decoration: none; }

figure {
    margin: 0; }

code {
    padding: 0 0.3125rem;
    border: 1px solid rgba(26, 39, 56, 0.2);
    background-color: rgba(26, 39, 56, 0.1);
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-weight: 400;
    color: rgba(26, 39, 56, 0.8); }

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e3e6e8;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    color: #1A2738;
    border-radius: 1.125rem; }

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

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

.stat {
    font-size: 2.5rem;
    line-height: 1; }
p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

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

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

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

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important; }
    .show-for-print {
        display: block !important; }
    .hide-for-print {
        display: none !important; }
    table.show-for-print {
        display: table !important; }
    thead.show-for-print {
        display: table-header-group !important; }
    tbody.show-for-print {
        display: table-row-group !important; }
    tr.show-for-print {
        display: table-row !important; }
    td.show-for-print {
        display: table-cell !important; }
    th.show-for-print {
        display: table-cell !important; }
    a,
    a:visited {
        text-decoration: underline; }
    a[href]:after {
        content: " (" attr(href) ")"; }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''; }
    abbr[title]:after {
        content: " (" attr(title) ")"; }
    pre,
    blockquote {
        border: 1px solid #616c76;
        page-break-inside: avoid; }
    thead {
        display: table-header-group; }
    tr,
    img {
        page-break-inside: avoid; }
    img {
        max-width: 100% !important; }
    @page {
        margin: 0.5cm; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    h2,
    h3 {
        page-break-after: avoid; }
    .print-break-inside {
        page-break-inside: auto; } }

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 1em 2em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #2C74D3;
    color: #fff; }
[data-whatinput='mouse'] .button {
    outline: 0; }
.button:hover, .button:focus {
    background-color: #2563b3;
    color: #fff; }
.button.tiny {
    font-size: 0.75rem; }
.button.small {
    font-size: 0.875rem; }
.button.large {
    font-size: 1.25rem; }
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
.button.primary {
    background-color: #2C74D3;
    color: #fff; }
.button.primary:hover, .button.primary:focus {
    background-color: #235da9;
    color: #fff; }
.button.secondary {
    background-color: #1A2738;
    color: #fff; }
.button.secondary:hover, .button.secondary:focus {
    background-color: #151f2d;
    color: #fff; }
.button.success {
    background-color: #8BC34A;
    color: #1A2738; }
.button.success:hover, .button.success:focus {
    background-color: #70a236;
    color: #1A2738; }
.button.warning {
    background-color: #FF5252;
    color: #1A2738; }
.button.warning:hover, .button.warning:focus {
    background-color: #ff0f0f;
    color: #1A2738; }
.button.alert {
    background-color: #F5A623;
    color: #1A2738; }
.button.alert:hover, .button.alert:focus {
    background-color: #d6890a;
    color: #1A2738; }
.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    background-color: #2C74D3;
    color: #fff; }
.button.disabled.primary, .button[disabled].primary {
    opacity: 0.25;
    cursor: not-allowed; }
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
    background-color: #2C74D3;
    color: #fff; }
.button.disabled.secondary, .button[disabled].secondary {
    opacity: 0.25;
    cursor: not-allowed; }
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #1A2738;
    color: #fff; }
.button.disabled.success, .button[disabled].success {
    opacity: 0.25;
    cursor: not-allowed; }
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #8BC34A;
    color: #1A2738; }
.button.disabled.warning, .button[disabled].warning {
    opacity: 0.25;
    cursor: not-allowed; }
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #FF5252;
    color: #1A2738; }
.button.disabled.alert, .button[disabled].alert {
    opacity: 0.25;
    cursor: not-allowed; }
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #F5A623;
    color: #1A2738; }
.button.hollow {
    border: 1px solid #2C74D3;
    color: #2C74D3; }
.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent; }
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
.button.hollow:hover, .button.hollow:focus {
    border-color: #163a6a;
    color: #163a6a; }
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
    border: 1px solid #2C74D3;
    color: #2C74D3; }
.button.hollow.primary {
    border: 1px solid #2C74D3;
    color: #2C74D3; }
.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #163a6a;
    color: #163a6a; }
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
    border: 1px solid #2C74D3;
    color: #2C74D3; }
.button.hollow.secondary {
    border: 1px solid #1A2738;
    color: #1A2738; }
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #0d141c;
    color: #0d141c; }
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
    border: 1px solid #1A2738;
    color: #1A2738; }
.button.hollow.success {
    border: 1px solid #8BC34A;
    color: #8BC34A; }
.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #466521;
    color: #466521; }
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
    border: 1px solid #8BC34A;
    color: #8BC34A; }
.button.hollow.warning {
    border: 1px solid #FF5252;
    color: #FF5252; }
.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #a90000;
    color: #a90000; }
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
    border: 1px solid #FF5252;
    color: #FF5252; }
.button.hollow.alert {
    border: 1px solid #F5A623;
    color: #F5A623; }
.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #865606;
    color: #865606; }
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
    border: 1px solid #F5A623;
    color: #F5A623; }
.button.clear {
    border: 1px solid #2C74D3;
    color: #2C74D3; }
.button.clear, .button.clear:hover, .button.clear:focus {
    background-color: transparent; }
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    background-color: transparent; }
.button.clear:hover, .button.clear:focus {
    border-color: #163a6a;
    color: #163a6a; }
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border: 1px solid #2C74D3;
    color: #2C74D3; }
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border-color: transparent; }
.button.clear.primary {
    border: 1px solid #2C74D3;
    color: #2C74D3; }
.button.clear.primary:hover, .button.clear.primary:focus {
    border-color: #163a6a;
    color: #163a6a; }
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border: 1px solid #2C74D3;
    color: #2C74D3; }
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border-color: transparent; }
.button.clear.secondary {
    border: 1px solid #1A2738;
    color: #1A2738; }
.button.clear.secondary:hover, .button.clear.secondary:focus {
    border-color: #0d141c;
    color: #0d141c; }
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border: 1px solid #1A2738;
    color: #1A2738; }
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border-color: transparent; }
.button.clear.success {
    border: 1px solid #8BC34A;
    color: #8BC34A; }
.button.clear.success:hover, .button.clear.success:focus {
    border-color: #466521;
    color: #466521; }
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border: 1px solid #8BC34A;
    color: #8BC34A; }
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border-color: transparent; }
.button.clear.warning {
    border: 1px solid #FF5252;
    color: #FF5252; }
.button.clear.warning:hover, .button.clear.warning:focus {
    border-color: #a90000;
    color: #a90000; }
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border: 1px solid #FF5252;
    color: #FF5252; }
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border-color: transparent; }
.button.clear.alert {
    border: 1px solid #F5A623;
    color: #F5A623; }
.button.clear.alert:hover, .button.clear.alert:focus {
    border-color: #865606;
    color: #865606; }
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border: 1px solid #F5A623;
    color: #F5A623; }
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border-color: transparent; }
.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 2em; }
.button.dropdown.hollow::after {
    border-top-color: #2C74D3; }
.button.dropdown.hollow.primary::after {
    border-top-color: #2C74D3; }
.button.dropdown.hollow.secondary::after {
    border-top-color: #1A2738; }
.button.dropdown.hollow.success::after {
    border-top-color: #8BC34A; }
.button.dropdown.hollow.warning::after {
    border-top-color: #FF5252; }
.button.dropdown.hollow.alert::after {
    border-top-color: #F5A623; }
.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
    text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.875rem;
    margin: 0 0 0.3125rem;
    padding: 0.625rem 0;
    border: 1px solid #909AA4;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1A2738;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
    outline: none;
    border: 2px solid #2C74D3;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

input::placeholder,
textarea::placeholder {
    color: #909AA4; }

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

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

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

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

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

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

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

label {
    display: block;
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.8;
    color: #1A2738; }
label.middle {
    margin: 0 0 0.3125rem;
    padding: 0.21875rem 0; }

.help-text {
    margin-top: -0.15625rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #1A2738; }

.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0.3125rem;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
.input-group > :first-child {
    border-radius: 0 0 0 0; }
.input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap; }

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #909AA4;
    background: #e3e6e8;
    color: #1A2738;
    text-align: center;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.input-group-label:first-child {
    border-right: 0; }
.input-group-label:last-child {
    border-left: 0; }

.input-group-field {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
    min-width: 0; }

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.125rem; }

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

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

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

select {
    height: 2.875rem;
    margin: 0 0 0.3125rem;
    padding: 0.625rem 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #909AA4;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1A2738;
    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%2844, 116, 211%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -0.3125rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 0.46875rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
select:focus {
    outline: none;
    border: 2px solid #2C74D3;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
select:disabled {
    background-color: #c8cdd2;
    cursor: not-allowed; }
select::-ms-expand {
    display: none; }
select[multiple] {
    height: auto;
    background-image: none; }

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

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

.form-error {
    display: none;
    margin-top: -0.15625rem;
    margin-bottom: 0.3125rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #F5A623; }
.form-error.is-visible {
    display: block; }

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none; }
.accordion[disabled] .accordion-title {
    cursor: not-allowed; }

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

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

.accordion-title {
    position: relative;
    display: block;
    padding: 0;
    border: 1px solid #e3e6e8;
    border-bottom: 0;
    font-size: 1.125rem;
    line-height: 1;
    color: #2C74D3; }
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e3e6e8;
    border-radius: 0 0 1.125rem 1.125rem; }
.accordion-title:hover, .accordion-title:focus {
    background-color: #e3e6e8; }

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e3e6e8;
    border-bottom: 0;
    background-color: #fff;
    color: #1A2738; }
:last-child > .accordion-content:last-child {
    border-bottom: 0!important; }

.accordion-menu li {
    width: 100%; }

.accordion-menu a {
    padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2C74D3 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    left: auto;
    right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem; }

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

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

.has-submenu-toggle > a {
    margin-right: 40px; }

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px; }
.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2C74D3 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

.submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0; }

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #2C74D3;
    color: #fff; }
.badge.primary {
    background: #2C74D3;
    color: #fff; }
.badge.secondary {
    background: #1A2738;
    color: #fff; }
.badge.success {
    background: #8BC34A;
    color: #1A2738; }
.badge.warning {
    background: #FF5252;
    color: #1A2738; }
.badge.alert {
    background: #F5A623;
    color: #1A2738; }

.breadcrumbs {
    margin: 0.9375rem 0;
    list-style: none; }
.breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
.breadcrumbs::after {
    clear: both; }
.breadcrumbs li {
    float: left;
    font-size: 0.75rem;
    color: #1A2738;
    cursor: default; }
.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 0.625rem;
    opacity: 1;
    content: ">";
    color: #909AA4; }
.breadcrumbs a {
    color: #1A2738; }
.breadcrumbs a:hover {
    text-decoration: underline; }
.breadcrumbs .disabled {
    color: #909AA4;
    cursor: not-allowed; }

.button-group {
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
.button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
.button-group::after {
    clear: both; }
.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0; }
.button-group .button:last-child {
    margin-right: 0; }
.button-group .button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.button-group .button:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.button-group.tiny .button {
    font-size: 0.75rem; }
.button-group.small .button {
    font-size: 0.875rem; }
.button-group.large .button {
    font-size: 1.25rem; }
.button-group.expanded .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
.button-group.primary .button {
    background-color: #2C74D3;
    color: #fff; }
.button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #235da9;
    color: #fff; }
.button-group.secondary .button {
    background-color: #1A2738;
    color: #fff; }
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #151f2d;
    color: #fff; }
.button-group.success .button {
    background-color: #8BC34A;
    color: #1A2738; }
.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #70a236;
    color: #1A2738; }
.button-group.warning .button {
    background-color: #FF5252;
    color: #1A2738; }
.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #ff0f0f;
    color: #1A2738; }
.button-group.alert .button {
    background-color: #F5A623;
    color: #1A2738; }
.button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #d6890a;
    color: #1A2738; }
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 0; }
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0; }
.button-group.stacked .button:first-child, .button-group.stacked-for-small .button:first-child, .button-group.stacked-for-medium .button:first-child {
    border-top-left-radius: 1.125rem;
    border-top-right-radius: 1.125rem; }
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem; }
@media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0; }
    .button-group.stacked-for-small .button:first-child {
        border-top-left-radius: 1.125rem;
        border-top-right-radius: 0;
        border-bottom-left-radius: 1.125rem; }
    .button-group.stacked-for-small .button:last-child {
        border-top-right-radius: 1.125rem;
        border-bottom-right-radius: 1.125rem;
        border-bottom-left-radius: 0; } }
@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0; }
    .button-group.stacked-for-medium .button:first-child {
        border-top-left-radius: 1.125rem;
        border-top-right-radius: 0;
        border-bottom-left-radius: 1.125rem; }
    .button-group.stacked-for-medium .button:last-child {
        border-top-right-radius: 1.125rem;
        border-bottom-right-radius: 1.125rem;
        border-bottom-left-radius: 0; } }
@media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block; }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    background-color: white;
    color: #1A2738; }
.callout > :first-child {
    margin-top: 0; }
.callout > :last-child {
    margin-bottom: 0; }
.callout.primary {
    background-color: #f4f8fd;
    color: #1A2738; }
.callout.secondary {
    background-color: #f0f4f8;
    color: #1A2738; }
.callout.success {
    background-color: #f9fcf6;
    color: #1A2738; }
.callout.warning {
    background-color: #fff6f6;
    color: #1A2738; }
.callout.alert {
    background-color: #fffbf4;
    color: #1A2738; }
.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e3e6e8;
    border-radius: 1.125rem;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #1A2738; }
.card > :last-child {
    margin-bottom: 0; }

.card-divider {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background: #e3e6e8; }
.card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem; }
.card-section > :last-child {
    margin-bottom: 0; }

.card-image {
    min-height: 1px; }

.close-button {
    position: absolute;
    color: #616c76;
    cursor: pointer; }
[data-whatinput='mouse'] .close-button {
    outline: 0; }
.close-button:hover, .close-button:focus {
    color: #1A2738; }
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
[data-whatinput='mouse'] .menu li {
    outline: 0; }
.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0; }
.menu input {
    display: inline-block; }
.menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
.menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.menu.expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
.menu.simple {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.menu.simple li + li {
    margin-left: 1rem; }
.menu.simple a {
    padding: 0; }
@media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .menu.medium-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
    .menu.medium-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .menu.large-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
    .menu.large-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }
@media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .menu.xlarge-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .menu.xlarge-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
    .menu.xlarge-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }
@media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .menu.xxlarge-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .menu.xxlarge-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
    .menu.xxlarge-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }
@media screen and (min-width: 105em) {
    .menu.xxxlarge-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .menu.xxxlarge-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .menu.xxxlarge-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
    .menu.xxxlarge-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }
.menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
.menu.icons a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.menu.icon-left li a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
    margin-right: 0.25rem; }
.menu.icon-right li a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
    margin-left: 0.25rem; }
.menu.icon-top li a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center; }
.menu.icon-bottom li a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center; }
.menu .is-active > a {
    background: #2C74D3;
    color: #fff; }
.menu .active > a {
    background: #2C74D3;
    color: #fff; }
.menu.align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.menu.align-right li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.menu.align-right li .submenu li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.menu.align-right.vertical li {
    display: block;
    text-align: right; }
.menu.align-right.vertical li .submenu li {
    text-align: right; }
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
.menu.align-center li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.menu.align-center li .submenu li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.menu-centered > .menu li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.menu-centered > .menu li .submenu li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

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

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

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

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

.drilldown a {
    padding: 0.7rem 1rem;
    background: #fff; }

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0; }

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

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

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    left: auto;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2C74D3; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    right: auto;
    left: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2C74D3 transparent transparent; }

.drilldown .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 #2C74D3 transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    border-left-width: 0; }

.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #909AA4;
    border-radius: 0;
    background-color: #f9fafa;
    font-size: 1rem; }
.dropdown-pane.is-opening {
    display: block; }
.dropdown-pane.is-open {
    visibility: visible;
    display: block; }

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

.dropdown-pane.small {
    width: 200px; }

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

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

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

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

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

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

.dropdown.menu .is-active > a {
    background: transparent;
    color: #2C74D3; }

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

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-dropdown-submenu-parent {
    position: relative; }
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #909AA4;
    background: #fff; }
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2C74D3 transparent transparent; }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2C74D3; }
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
.is-dropdown-submenu > li {
    width: 100%; }
.is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden; }
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 1.125rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #2C74D3;
    color: #fff; }
.label.primary {
    background: #2C74D3;
    color: #fff; }
.label.secondary {
    background: #1A2738;
    color: #fff; }
.label.success {
    background: #8BC34A;
    color: #1A2738; }
.label.warning {
    background: #FF5252;
    color: #1A2738; }
.label.alert {
    background: #F5A623;
    color: #1A2738; }

.media-object {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
.media-object img {
    max-width: none; }
@media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
@media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
    .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
.media-object-section:first-child {
    padding-right: 1rem; }
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
.media-object-section > :last-child {
    margin-bottom: 0; }
.media-object-section.main-section {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

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

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
.js-off-canvas-overlay.is-closable {
    cursor: pointer; }
.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

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

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #1A2738; }
[data-whatinput='mouse'] .off-canvas {
    outline: 0; }
.off-canvas.is-transition-push {
    z-index: 12; }
.off-canvas.is-closed {
    visibility: hidden; }
.off-canvas.is-transition-overlap {
    z-index: 13; }
.off-canvas.is-transition-overlap.is-open {
    box-shadow: 2px 0 3px rgba(26, 39, 56, 0.2); }
.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #1A2738; }
[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
.off-canvas-absolute.is-transition-push {
    z-index: 12; }
.off-canvas-absolute.is-closed {
    visibility: hidden; }
.off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 2px 0 3px rgba(26, 39, 56, 0.2); }
.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 80%;
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%); }
@media print, screen and (min-width: 48em) {
    .position-left {
        width: 280px;
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px); } }
.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%); }
@media print, screen and (min-width: 48em) {
    .off-canvas-content .off-canvas.position-left {
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px); } }
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transform: translateX(80%); }
@media print, screen and (min-width: 48em) {
    .off-canvas-content.is-open-left.has-transition-push {
        -webkit-transform: translateX(280px);
        -ms-transform: translateX(280px);
        transform: translateX(280px); } }
.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(26, 39, 56, 0.25); }

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 80%;
    -webkit-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transform: translateX(80%); }
@media print, screen and (min-width: 48em) {
    .position-right {
        width: 280px;
        -webkit-transform: translateX(280px);
        -ms-transform: translateX(280px);
        transform: translateX(280px); } }
.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transform: translateX(80%); }
@media print, screen and (min-width: 48em) {
    .off-canvas-content .off-canvas.position-right {
        -webkit-transform: translateX(280px);
        -ms-transform: translateX(280px);
        transform: translateX(280px); } }
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%); }
@media print, screen and (min-width: 48em) {
    .off-canvas-content.is-open-right.has-transition-push {
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px); } }
.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(26, 39, 56, 0.25); }

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 80%;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%); }
@media print, screen and (min-width: 48em) {
    .position-top {
        height: 250px;
        -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
        transform: translateY(-250px); } }
.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%); }
@media print, screen and (min-width: 48em) {
    .off-canvas-content .off-canvas.position-top {
        -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
        transform: translateY(-250px); } }
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%); }
@media print, screen and (min-width: 48em) {
    .off-canvas-content.is-open-top.has-transition-push {
        -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
        transform: translateY(250px); } }
.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(26, 39, 56, 0.25); }

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 80%;
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%); }
@media print, screen and (min-width: 48em) {
    .position-bottom {
        height: 250px;
        -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
        transform: translateY(250px); } }
.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%); }
@media print, screen and (min-width: 48em) {
    .off-canvas-content .off-canvas.position-bottom {
        -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
        transform: translateY(250px); } }
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%); }
@media print, screen and (min-width: 48em) {
    .off-canvas-content.is-open-bottom.has-transition-push {
        -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
        transform: translateY(-250px); } }
.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(26, 39, 56, 0.25); }

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

@media print, screen and (min-width: 48em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-left.reveal-for-medium .close-button {
        display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-left {
        margin-left: 280px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 280px; }
    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-right.reveal-for-medium .close-button {
        display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-right {
        margin-right: 280px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 280px; }
    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-top.reveal-for-medium .close-button {
        display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-top {
        margin-top: 280px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 280px; }
    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
        display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 280px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 280px; } }

@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-left.reveal-for-large .close-button {
        display: none; }
    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-left {
        margin-left: 280px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 280px; }
    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-right.reveal-for-large .close-button {
        display: none; }
    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-right {
        margin-right: 280px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 280px; }
    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-top.reveal-for-large .close-button {
        display: none; }
    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-top {
        margin-top: 280px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 280px; }
    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
        display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 280px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 280px; } }

@media screen and (min-width: 75em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
        display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-left {
        margin-left: 280px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 280px; }
    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
        display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-right {
        margin-right: 280px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 280px; }
    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
        display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-top {
        margin-top: 280px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 280px; }
    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
        display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 280px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 280px; } }

@media screen and (min-width: 90em) {
    .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
        display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-left {
        margin-left: 280px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
        margin-left: 280px; }
    .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
        display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-right {
        margin-right: 280px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
        margin-right: 280px; }
    .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
        display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-top {
        margin-top: 280px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
        margin-top: 280px; }
    .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
        display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 280px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
        margin-bottom: 280px; } }

@media screen and (min-width: 105em) {
    .position-left.reveal-for-xxxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-left.reveal-for-xxxlarge .close-button {
        display: none; }
    .off-canvas-content .position-left.reveal-for-xxxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-left {
        margin-left: 280px; }
    .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
        margin-left: 280px; }
    .position-right.reveal-for-xxxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-right.reveal-for-xxxlarge .close-button {
        display: none; }
    .off-canvas-content .position-right.reveal-for-xxxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-right {
        margin-right: 280px; }
    .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
        margin-right: 280px; }
    .position-top.reveal-for-xxxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-top.reveal-for-xxxlarge .close-button {
        display: none; }
    .off-canvas-content .position-top.reveal-for-xxxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-top {
        margin-top: 280px; }
    .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
        margin-top: 280px; }
    .position-bottom.reveal-for-xxxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible; }
    .position-bottom.reveal-for-xxxlarge .close-button {
        display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxxlarge {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 280px; }
    .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
        margin-bottom: 280px; } }

@media print, screen and (min-width: 48em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none; } }

@media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
        display: none; } }

@media screen and (min-width: 75em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none; } }

@media screen and (min-width: 90em) {
    .off-canvas.in-canvas-for-xxlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
        display: none; } }

@media screen and (min-width: 105em) {
    .off-canvas.in-canvas-for-xxxlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit; }
    .off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top, .off-canvas.in-canvas-for-xxxlarge.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
    .off-canvas.in-canvas-for-xxxlarge .close-button {
        display: none; } }

.orbit {
    position: relative; }

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

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

.orbit-figure {
    margin: 0; }

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

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

.orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff; }
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(26, 39, 56, 0.5); }

.orbit-previous {
    left: 0; }

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

.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center; }
[data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #909AA4; }
.orbit-bullets button:hover {
    background-color: #616c76; }
.orbit-bullets button.is-active {
    background-color: #616c76; }

.pagination {
    margin-left: 0;
    margin-bottom: 1rem; }
.pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
.pagination::after {
    clear: both; }
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 1.125rem;
    font-size: 0.875rem;
    display: none; }
.pagination li:last-child, .pagination li:first-child {
    display: inline-block; }
@media print, screen and (min-width: 48em) {
    .pagination li {
        display: inline-block; } }
.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 1.125rem;
    color: #1A2738; }
.pagination a:hover,
.pagination button:hover {
    background: #e3e6e8; }
.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2C74D3;
    color: #fff;
    cursor: default; }
.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #909AA4;
    cursor: not-allowed; }
.pagination .disabled:hover {
    background: transparent; }
.pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #1A2738; }

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

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

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 1.125rem;
    background-color: #909AA4; }
.progress.primary .progress-meter {
    background-color: #2C74D3; }
.progress.secondary .progress-meter {
    background-color: #1A2738; }
.progress.success .progress-meter {
    background-color: #8BC34A; }
.progress.warning .progress-meter {
    background-color: #FF5252; }
.progress.alert .progress-meter {
    background-color: #F5A623; }

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #2C74D3;
    border-radius: 1.125rem; }

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

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

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

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.125rem;
    background-color: #2C74D3;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
[data-whatinput='mouse'] .slider-handle {
    outline: 0; }
.slider-handle:hover {
    background-color: #2563b3; }
.slider-handle.is-dragging {
    transition: all 0s linear; }

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

.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }
.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sticky-container {
    position: relative; }

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

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

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

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

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

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

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

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

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

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 1.125rem;
    background: #909AA4;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer; }
input + .switch-paddle {
    margin: 0; }
.switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 1.125rem;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
input:checked ~ .switch-paddle {
    background: #2C74D3; }
input:checked ~ .switch-paddle::after {
    left: 2.25rem; }
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

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

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

.switch.tiny {
    height: 1.5rem; }
.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
    height: 1.75rem; }
.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
.switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
    height: 2.5rem; }
.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
.switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0!important;
    border-radius: 1.125rem; }
table thead,
table tbody,
table tfoot {
    border: none;
    background-color: #fff; }
table caption {
    padding: 0.9375rem;
    font-weight: 600; }
table thead {
    background: #E4E4E4;
    color: #1A2738; }
table tfoot {
    background: #fff;
    color: #1A2738; }
table thead tr,
table tfoot tr {
    background: transparent; }
table thead th,
table thead td,
table tfoot th,
table tfoot td {
    padding: 0.9375rem;
    font-weight: 600;
    text-align: left; }
table tbody th,
table tbody td {
    padding: 0.9375rem; }
table tbody tr {
    border-bottom: 0;
    border-bottom: none;
    background-color: #fff; }
table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f9fafa; }

@media screen and (max-width: 47.9375em) {
    table.stack thead {
        display: none; }
    table.stack tfoot {
        display: none; }
    table.stack tr,
    table.stack th,
    table.stack td {
        display: block; }
    table.stack td {
        border-top: 0; } }

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

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

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

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

table.hover.striped tr:nth-of-type(even):hover {
    background-color: #ebebeb; }

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

.tabs {
    margin: 0;
    border: 1px solid #e3e6e8;
    background: #fff;
    list-style-type: none; }
.tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
.tabs::after {
    clear: both; }

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

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

.tabs.primary {
    background: #2C74D3; }
.tabs.primary > li > a {
    color: #fff; }
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #2a6ec8; }

.tabs-title {
    float: left; }
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #2C74D3; }
.tabs-title > a:hover {
    background: #fff;
    color: #2664b5; }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #e3e6e8;
    color: #2C74D3; }

.tabs-content {
    border: 1px solid #e3e6e8;
    border-top: 0;
    background: #fff;
    color: #1A2738;
    transition: all 0.5s ease; }

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

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

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fff;
    border-radius: 1.125rem;
    box-shadow: 0 0 0 1px rgba(26, 39, 56, 0.2);
    line-height: 0; }

a.thumbnail {
    transition: box-shadow 200ms ease-out; }
a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(44, 116, 211, 0.5); }
a.thumbnail image {
    box-shadow: none; }

.title-bar {
    padding: 0.5rem;
    background: #1A2738;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

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

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

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #616c76;
    font-weight: 600;
    cursor: help; }

.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 1.125rem;
    background-color: #1A2738;
    font-size: 80%;
    color: #fff; }
.tooltip::before {
    position: absolute; }
.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #1A2738;
    bottom: 100%; }
.tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1A2738 transparent transparent;
    top: 100%;
    bottom: auto; }
.tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.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 #1A2738;
    left: 100%; }
.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1A2738 transparent transparent;
    right: 100%;
    left: auto; }
.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
.tooltip.align-left::before {
    left: 10%;
    right: auto; }
.tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.top-bar,
.top-bar ul {
    background-color: #fff; }
.top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
.top-bar input.button {
    width: auto; }
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
@media print, screen and (min-width: 48em) {
    .top-bar {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto; }
    .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto; } }
@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
@media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
@media screen and (max-width: 104.9375em) {
    .top-bar.stacked-for-xxlarge {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
.top-bar.stacked-for-xxxlarge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.top-bar.stacked-for-xxxlarge .top-bar-left,
.top-bar.stacked-for-xxxlarge .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.top-bar-title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.hide {
    display: none !important; }

.invisible {
    visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0; }

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none; }

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

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

.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

.align-right.vertical.menu > li > a {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.align-center.vertical.menu > li > a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

.align-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

.align-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

.align-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }

.align-center-middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }

.small-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

.small-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

.small-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

.small-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

.small-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

.small-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

@media print, screen and (min-width: 48em) {
    .medium-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .medium-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .medium-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .medium-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .medium-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .medium-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .large-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .large-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .large-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .large-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .large-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .xlarge-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .xlarge-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .xlarge-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .xlarge-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .xlarge-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 90em) {
    .xxlarge-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .xxlarge-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .xxlarge-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .xxlarge-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .xxlarge-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .xxlarge-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 105em) {
    .xxxlarge-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .xxxlarge-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .xxxlarge-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .xxxlarge-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .xxxlarge-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
    .xxxlarge-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; } }

.flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

.flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

.flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

.flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
    .medium-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .medium-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .medium-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    .medium-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
    .medium-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .medium-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .medium-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .medium-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .large-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .large-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    .large-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
    .large-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .large-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .large-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .large-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .xlarge-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .xlarge-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    .xlarge-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
    .xlarge-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .xlarge-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .xlarge-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .xlarge-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
    .xxlarge-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .xxlarge-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .xxlarge-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    .xxlarge-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
    .xxlarge-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .xxlarge-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .xxlarge-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .xxlarge-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 105em) {
    .xxxlarge-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .xxxlarge-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .xxxlarge-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    .xxxlarge-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
    .xxxlarge-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
    .xxxlarge-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .xxxlarge-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .xxxlarge-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: Akkurat;
    src: url("/assets/fonts/Akkurat-Regular.otf") format("opentype");
    font-weight: 400; }

@font-face {
    font-family: Akkurat;
    font-weight: 600;
    src: url("/assets/fonts/Akkurat-Bold.otf") format("opentype"); }

@font-face {
    font-family: Akkurat;
    font-style: italic;
    src: url("/assets/fonts/Akkurat-Italic.otf") format("opentype"); }

@font-face {
    font-family: Akkurat;
    font-weight: 600;
    font-style: italic;
    src: url("/assets/fonts/Akkurat-Bold-Italic.otf") format("opentype"); }

@font-face {
    font-family: Akkurat Light;
    font-weight: 300;
    src: url("/assets/fonts/Akkurat-Light-Regular.otf") format("opentype"); }

@font-face {
    font-family: Akkurat Light;
    font-weight: 400;
    font-style: italic;
    src: url("/assets/fonts/Akkurat-Light-Italic.otf") format("opentype"); }

@font-face {
    font-family: Gravur;
    src: url("/assets/fonts/gravur.ttf") format("opentype") url("/assets/fonts/gravur.woff") format("woff");
    font-weight: 400; }

.dark {
    color: #1A2738 !important; }

.light {
    color: #FFF !important;
    border-color: #FFF !important; }

p .block {
    display: block;
    margin: 0.5em 0; }

@font-face {
    font-family: 'td-icons';
    src: url("/assets/icons/td-original-icons.eot");
    src: url("/assets/icons/td-original-icons.eot?#iefix") format("embedded-opentype"), url("/assets/icons/td-original-icons.woff") format("woff"), url("/assets/icons/td-original-icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

.td-icon,
.td-icon-xs,
.td-icon-sm,
.td-icon-md,
.td-icon-lg,
.td-icon-xl {
    position: relative;
    font-family: "td-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.td-icon.icon-lock,
.td-icon-xs.icon-lock,
.td-icon-sm.icon-lock,
.td-icon-md.icon-lock,
.td-icon-lg.icon-lock,
.td-icon-xl.icon-lock {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 4px !important;
    border-radius: 20px;
    border: 1px solid transparent; }
.td-icon p,
.td-icon-xs p,
.td-icon-sm p,
.td-icon-md p,
.td-icon-lg p,
.td-icon-xl p {
    margin: 0;
    font-size: 0.875rem; }

.td-icon-hover:hover {
    text-decoration: none; }

.td-icon-xs {
    font-size: 1rem; }

.td-icon-sm {
    font-size: 2.625rem; }

.td-icon-md {
    font-size: 4.375rem; }

.td-icon-lg {
    font-size: 7.375rem; }

.td-icon-xl {
    font-size: 10.5rem; }

.icon-alert-solid-round:before {
    content: "\e95c"; }

.icon-alert-solid-triangle:before {
    content: "\e95d"; }

.icon-troubleshooting:before {
    content: "\e95b"; }

.icon-telstra-vantage:before {
    content: "\e957"; }

.icon-information-solid:before {
    content: "\e956"; }

.icon-crowd-support-filled:before {
    content: "\e955"; }

.icon-marketing-choices:before {
    content: "\e954"; }

.icon-law-enforcement:before {
    content: "\e953"; }

.icon-advertising:before {
    content: "\e94d"; }

.icon-aggregating-info:before {
    content: "\e94e"; }

.icon-cookies:before {
    content: "\e94f"; }

.icon-encryption:before {
    content: "\e950"; }

.icon-keep-information:before {
    content: "\e951"; }

.icon-lan-enforcement:before {
    content: "\e952"; }

.icon-marketing:before {
    content: "\e958"; }

.icon-online-safety:before {
    content: "\e959"; }

.icon-research-analytics:before {
    content: "\e95a"; }

.icon-help-support:before {
    content: "\e723"; }

.icon-contactus:before {
    content: "\e722"; }

.icon-gst:before {
    content: "\e934"; }

.icon-promo:before {
    content: "\e94c"; }

.icon-14-days-free-poc:before {
    content: "\e918"; }

.icon-14-days-free-trial:before {
    content: "\e919"; }

.icon-30-days-free-poc:before {
    content: "\e91a"; }

.icon-30-days-free-trial:before {
    content: "\e91b"; }

.icon-access-permissions:before {
    content: "\e91c"; }

.icon-ato-compliant:before {
    content: "\e91d"; }

.icon-barcode-scanning:before {
    content: "\e91e"; }

.icon-blog:before {
    content: "\e91f"; }

.icon-branding:before {
    content: "\e920"; }

.icon-business-apps:before {
    content: "\e921"; }

.icon-collect-mobile-payments:before {
    content: "\e922"; }

.icon-concierge-service:before {
    content: "\e923"; }

.icon-consultancy-design-service:before {
    content: "\e924"; }

.icon-convert-paper-to-digital:before {
    content: "\e925"; }

.icon-crm2:before {
    content: "\e926"; }

.icon-customer-testimonials:before {
    content: "\e927"; }

.icon-design:before {
    content: "\e928"; }

.icon-desktop-mob-tab-access:before {
    content: "\e929"; }

.icon-dispatch-workflow:before {
    content: "\e92a"; }

.icon-document-tracking:before {
    content: "\e92b"; }

.icon-drag-and-drop-form:before {
    content: "\e92c"; }

.icon-electronic-signatures:before {
    content: "\e92d"; }

.icon-email-support:before {
    content: "\e92e"; }

.icon-file-sharing:before {
    content: "\e92f"; }

.icon-free-demo:before {
    content: "\e930"; }

.icon-gps-mobile-tracking:before {
    content: "\e931"; }

.icon-gps-tablet-tracking:before {
    content: "\e932"; }

.icon-gps-vehicle-tracking:before {
    content: "\e933"; }

.icon-human-verified:before {
    content: "\e935"; }

.icon-inbuilt-integration:before {
    content: "\e936"; }

.icon-magic-envelopes:before {
    content: "\e937"; }

.icon-maps-directions:before {
    content: "\e938"; }

.icon-non-profit:before {
    content: "\e939"; }

.icon-offline-access:before {
    content: "\e93a"; }

.icon-paying-invoice:before {
    content: "\e93b"; }

.icon-payroll:before {
    content: "\e93c"; }

.icon-profitable:before {
    content: "\e93d"; }

.icon-receipt-management:before {
    content: "\e93e"; }

.icon-recognition:before {
    content: "\e93f"; }

.icon-sale:before {
    content: "\e940"; }

.icon-science:before {
    content: "\e941"; }

.icon-secure-storage:before {
    content: "\e942"; }

.icon-single-sign-on:before {
    content: "\e943"; }

.icon-staff-rostering:before {
    content: "\e944"; }

.icon-technologies2:before {
    content: "\e945"; }

.icon-telstra-apps-marketplace:before {
    content: "\e946"; }

.icon-time-entries-approval:before {
    content: "\e947"; }

.icon-timesheets:before {
    content: "\e948"; }

.icon-tracking-time:before {
    content: "\e949"; }

.icon-unlimited-users:before {
    content: "\e94a"; }

.icon-webinar:before {
    content: "\e94b"; }

.icon-number-eight-invert:before {
    content: "\e90e"; }

.icon-number-five-invert:before {
    content: "\e90f"; }

.icon-number-four-invert:before {
    content: "\e910"; }

.icon-number-nine-invert:before {
    content: "\e911"; }

.icon-number-one-invert:before {
    content: "\e912"; }

.icon-number-seven-invert:before {
    content: "\e913"; }

.icon-number-six-invert:before {
    content: "\e914"; }

.icon-number-ten-invert:before {
    content: "\e915"; }

.icon-number-three-invert:before {
    content: "\e916"; }

.icon-number-two-invert:before {
    content: "\e917"; }

.icon-iot:before {
    content: "\e90d"; }

.icon-smart-home:before {
    content: "\e90c"; }

.icon-calling-pack:before {
    content: "\e90a"; }

.icon-foxtel:before {
    content: "\e90b"; }

.icon-linkedin:before {
    content: "\e909"; }

.icon-google-plus:before {
    content: "\e908"; }

.icon-round-tick:before {
    content: "\e906"; }

.icon-round-cross:before {
    content: "\e907"; }

.icon-arts:before {
    content: "\e905"; }

.icon-id:before {
    content: "\e904"; }

.icon-hashtag:before {
    content: "\e903"; }

.icon-message:before {
    content: "\e902"; }

.icon-speed-guide:before {
    content: "\e900"; }

.icon-location:before {
    content: "\e901"; }

.icon-telstra-tv:before {
    content: "\e721"; }

.icon-telstra-air:before {
    content: "\e71f"; }

.icon-wayfinding:before {
    content: "\e720"; }

.icon-ui-largearrow-down:before {
    content: "\e71e"; }

.icon-ui-video-play:before {
    content: "\e71d"; }

.icon-credit-meu:before {
    content: "\e719"; }

.icon-mobile-plan:before {
    content: "\e71a"; }

.icon-outside-link-arrow:before {
    content: "\e71b"; }

.icon-security-shield:before {
    content: "\e71c"; }

.icon-leave-it-with-us:before {
    content: "\e70f"; }

.icon-works-on-nbn:before {
    content: "\e716"; }

.icon-alert-round:before {
    content: "\e714"; }

.icon-alert-triangle:before {
    content: "\e715"; }

.thumbs-down:before {
    content: "\e710"; }

.thumbs-up:before {
    content: "\e711"; }

.icon-collaboration:before {
    content: "\e706"; }

.icon-customer-contact-solution:before {
    content: "\e707"; }

.icon-digital-media:before {
    content: "\e708"; }

.icon-education:before {
    content: "\e709"; }

.icon-financial-services:before {
    content: "\e70a"; }

.icon-machine-to-machine:before {
    content: "\e70b"; }

.icon-mining-resources:before {
    content: "\e70c"; }

.icon-self-service-apps:before {
    content: "\e70d"; }

.icon-transport-logistics:before {
    content: "\e70e"; }

.icon-aged-care:before {
    content: "\e700"; }

.icon-general-practitioner:before {
    content: "\e701"; }

.icon-hospital:before {
    content: "\e702"; }

.icon-pharmacy:before {
    content: "\e703"; }

.icon-telstra-heroes:before {
    content: "\e704"; }

.icon-computer-protection:before {
    content: "\e6f9"; }

.icon-safe-browser:before {
    content: "\e6fa"; }

.icon-new-phone-feeling:before {
    content: "\e6fb"; }

.icon-new-phone-feeling-free:before {
    content: "\e6fc"; }

.icon-parental-control:before {
    content: "\e6fd"; }

.icon-4g-double-coverage:before {
    content: "\e601"; }

.icon-4g-network-speed:before {
    content: "\e602"; }

.icon-add-ons:before {
    content: "\e603"; }

.icon-alerts-reminders:before {
    content: "\e604"; }

.icon-anti-spam:before {
    content: "\e605"; }

.icon-anti-virus:before {
    content: "\e606"; }

.icon-application-ngdr:before {
    content: "\e607"; }

.icon-application-site-minder:before {
    content: "\e608"; }

.icon-application-uc:before {
    content: "\e609"; }

.icon-application-vistabridge:before {
    content: "\e60a"; }

.icon-application-vistacockpit:before {
    content: "\e60b"; }

.icon-application-vistamart:before {
    content: "\e60c"; }

.icon-apps-24x7:before {
    content: "\e60d"; }

.icon-audio-web:before {
    content: "\e60e"; }

.icon-backup:before {
    content: "\e60f"; }

.icon-backup-safe:before {
    content: "\e610"; }

.icon-bill-date:before {
    content: "\e611"; }

.icon-bill-edit-details:before {
    content: "\e612"; }

.icon-billing:before {
    content: "\e613"; }

.icon-bill-manage:before {
    content: "\e614"; }

.icon-bill-paper:before {
    content: "\e615"; }

.icon-bill-paperless:before {
    content: "\e616"; }

.icon-bill-payment:before {
    content: "\e617"; }

.icon-bill-payment-extension:before {
    content: "\e618"; }

.icon-bluetooth:before {
    content: "\e619"; }

.icon-bundle:before {
    content: "\e61a"; }

.icon-business-centers:before {
    content: "\e61b"; }

.icon-business-resources:before {
    content: "\e61c"; }

.icon-business-building:before {
    content: "\e61d"; }

.icon-business-secure:before {
    content: "\e61e"; }

.icon-business-small-building:before {
    content: "\e61f"; }

.icon-calendar:before {
    content: "\e620"; }

.icon-camera:before {
    content: "\e621"; }

.icon-case-studies:before {
    content: "\e622"; }

.icon-chat-forums:before {
    content: "\e623"; }

.icon-check-usage:before {
    content: "\e624"; }

.icon-cloud:before {
    content: "\e625"; }

.icon-cloud-payg:before {
    content: "\e626"; }

.icon-cloud-tipt-phone:before {
    content: "\e627"; }

.icon-cloud-video-conferencing:before {
    content: "\e628"; }

.icon-computer-cpu:before {
    content: "\e629"; }

.icon-coverage-maps:before {
    content: "\e62a"; }

.icon-crm:before {
    content: "\e62b"; }

.icon-crowd-support:before {
    content: "\e62c"; }

.icon-customer-relationship-management:before {
    content: "\e62d"; }

.icon-data-calculator:before {
    content: "\e62e"; }

.icon-desk:before {
    content: "\e62f"; }

.icon-machine-to-machine2:before {
    content: "\e712"; }

.icon-device-support:before {
    content: "\e630"; }

.icon-direct-debit:before {
    content: "\e631"; }

.icon-document-service-improve-reporting:before {
    content: "\e632"; }

.icon-document-zip:before {
    content: "\e633"; }

.icon-dot:before {
    content: "\e634"; }

.icon-download:before {
    content: "\e635"; }

.icon-international-roaming-data-pack:before {
    content: "\e636"; }

.icon-data-plus-pack:before {
    content: "\e637"; }

.icon-download-exe:before {
    content: "\e638"; }

.icon-download-jpg:before {
    content: "\e639"; }

.icon-download-pdf:before {
    content: "\e63a"; }

.icon-download-png:before {
    content: "\e63b"; }

.icon-email:before {
    content: "\e63c"; }

.icon-email-security:before {
    content: "\e63d"; }

.icon-find-telstra-store:before {
    content: "\e63e"; }

.icon-firewall:before {
    content: "\e63f"; }

.icon-flash-usb:before {
    content: "\e640"; }

.icon-flybuys:before {
    content: "\e641"; }

.icon-forgotten-password:before {
    content: "\e642"; }

.icon-forgotten-username:before {
    content: "\e643"; }

.icon-free-banner:before {
    content: "\e645"; }

.icon-free-delivery:before {
    content: "\e646"; }

.icon-games:before {
    content: "\e647"; }

.icon-government:before {
    content: "\e648"; }

.icon-greater-reliability:before {
    content: "\e649"; }

.icon-health-care:before {
    content: "\e64a"; }

.icon-help:before {
    content: "\e64b"; }

.icon-home:before {
    content: "\e64c"; }

.icon-hosted-cloud-services:before {
    content: "\e64d"; }

.icon-industries:before {
    content: "\e64e"; }

.icon-information:before {
    content: "\e64f"; }

.icon-installation:before {
    content: "\e650"; }

.icon-installation-platinum:before {
    content: "\e651"; }

.icon-interactive-voice-response:before {
    content: "\e652"; }

.icon-interface-me:before {
    content: "\e653"; }

.icon-international-roaming:before {
    content: "\e654"; }

.icon-domain-name:before {
    content: "\e655"; }

.icon-online-portal:before {
    content: "\e656"; }

.icon-internet:before {
    content: "\e657"; }

.icon-internet-security:before {
    content: "\e658"; }

.icon-internet-support:before {
    content: "\e659"; }

.icon-upgrade-dial-up:before {
    content: "\e65a"; }

.icon-ip-address:before {
    content: "\e65b"; }

.icon-lan-switch:before {
    content: "\e65c"; }

.icon-laptop:before {
    content: "\e65d"; }

.icon-laptop-phone:before {
    content: "\e65e"; }

.icon-live-chat-24x7:before {
    content: "\e65f"; }

.icon-live-help:before {
    content: "\e660"; }

.icon-load-balancer:before {
    content: "\e661"; }

.icon-lock:before {
    content: "\e662"; }

.icon-mail:before {
    content: "\e663"; }

.icon-managed-phone:before {
    content: "\e664"; }

.icon-managed-video-conferencing:before {
    content: "\e665"; }

.icon-manage-services:before {
    content: "\e666"; }

.icon-mms:before {
    content: "\e667"; }

.icon-mobile:before {
    content: "\e668"; }

.icon-prepaid-mobile-broadband:before {
    content: "\e669"; }

.icon-mobile-broadband:before {
    content: "\e66a"; }

.icon-mobile-byo:before {
    content: "\e66b"; }

.icon-mobile-car-kit:before {
    content: "\e66c"; }

.icon-mobile-data-pack:before {
    content: "\e66d"; }

.icon-mobile-foxtel:before {
    content: "\e66e"; }

.icon-mobile-insurance:before {
    content: "\e66f"; }

.icon-mobile-mentor:before {
    content: "\e670"; }

.icon-mobile-modem:before {
    content: "\e671"; }

.icon-mobile-no-lock-in:before {
    content: "\e672"; }

.icon-mobile-on-plan:before {
    content: "\e673"; }

.icon-mobile-prepaid:before {
    content: "\e674"; }

.icon-modem:before {
    content: "\e675"; }

.icon-movies:before {
    content: "\e676"; }

.icon-movies-hd:before {
    content: "\e677"; }

.icon-multi-lay-switch:before {
    content: "\e678"; }

.icon-music:before {
    content: "\e679"; }

.icon-my-details:before {
    content: "\e67a"; }

.icon-my-profile:before {
    content: "\e67b"; }

.icon-my-profile-tick-presence:before {
    content: "\e67c"; }

.icon-network-australia-wide:before {
    content: "\e67d"; }

.icon-network-coverage:before {
    content: "\e67e"; }

.icon-network-elem-managers:before {
    content: "\e67f"; }

.icon-network-email:before {
    content: "\e680"; }

.icon-network-speed:before {
    content: "\e681"; }

.icon-news:before {
    content: "\e682"; }

.icon-no-excess:before {
    content: "\e683"; }

.icon-note:before {
    content: "\e684"; }

.icon-operating-system:before {
    content: "\e685"; }

.icon-operations-centre:before {
    content: "\e686"; }

.icon-overseas-branch:before {
    content: "\e687"; }

.icon-pay-online:before {
    content: "\e688"; }

.icon-phone:before {
    content: "\e689"; }

.icon-phone-add-features:before {
    content: "\e68a"; }

.icon-phone-change-plans:before {
    content: "\e68b"; }

.icon-phone-hd-voice:before {
    content: "\e68c"; }

.icon-phone-ip:before {
    content: "\e68d"; }

.icon-phone-office:before {
    content: "\e68e"; }

.icon-phone-tipt:before {
    content: "\e68f"; }

.icon-prepaid-activation:before {
    content: "\e690"; }

.icon-prepaid-register:before {
    content: "\e691"; }

.icon-price-promise:before {
    content: "\e692"; }

.icon-print:before {
    content: "\e693"; }

.icon-profile-suit:before {
    content: "\e694"; }

.icon-public-safety-security:before {
    content: "\e695"; }

.icon-puk-code:before {
    content: "\e696"; }

.icon-recharge:before {
    content: "\e697"; }

.icon-register:before {
    content: "\e698"; }

.icon-research-insights:before {
    content: "\e699"; }

.icon-router:before {
    content: "\e69a"; }

.icon-search-find:before {
    content: "\e69b"; }

.icon-secure-delivery:before {
    content: "\e69c"; }

.icon-server:before {
    content: "\e69d"; }

.icon-service-desk:before {
    content: "\e69e"; }

.icon-service-status:before {
    content: "\e69f"; }

.icon-settings:before {
    content: "\e6a0"; }

.icon-shared-wifi:before {
    content: "\e6a1"; }

.icon-shop-online:before {
    content: "\e6a2"; }

.icon-shop-track-order:before {
    content: "\e6a3"; }

.icon-sim-card:before {
    content: "\e6a4"; }

.icon-sim-card-no-lock:before {
    content: "\e6a5"; }

.icon-sip-connect:before {
    content: "\e6a6"; }

.icon-small-business:before {
    content: "\e6a7"; }

.icon-sms:before {
    content: "\e6a8"; }

.icon-software-apps:before {
    content: "\e6a9"; }

.icon-special-offer:before {
    content: "\e6aa"; }

.icon-sports:before {
    content: "\e6ab"; }

.icon-star:before {
    content: "\e6ac"; }

.icon-storage:before {
    content: "\e6ad"; }

.icon-support:before {
    content: "\e6ae"; }

.icon-tablet:before {
    content: "\e6af"; }

.icon-target:before {
    content: "\e6b0"; }

.icon-tv:before {
    content: "\e6b1"; }

.icon-tv-clear:before {
    content: "\e713"; }

.icon-tbox:before {
    content: "\e6b2"; }

.icon-telepres:before {
    content: "\e6b3"; }

.icon-technologies:before {
    content: "\e6b4"; }

.icon-teg-portal:before {
    content: "\e6b5"; }

.icon-telstra-firewall:before {
    content: "\e6b6"; }

.icon-telstra-lan-switch:before {
    content: "\e6b7"; }

.icon-telstra-plus:before {
    content: "\e6b8"; }

.icon-telstra-plus-home-support:before {
    content: "\e6b9"; }

.icon-thub2:before {
    content: "\e6ba"; }

.icon-tick-square:before {
    content: "\e6bb"; }

.icon-thick-tick:before {
    content: "\e6f7"; }

.icon-tick:before {
    content: "\e6f8"; }

.icon-time:before {
    content: "\e6bc"; }

.icon-transfer-data:before {
    content: "\e6bd"; }

.icon-transfer-plan:before {
    content: "\e6be"; }

.icon-twitter:before {
    content: "\e6bf"; }

.icon-unified-comms:before {
    content: "\e6c0"; }

.icon-unlock:before {
    content: "\e6c1"; }

.icon-volume-off:before {
    content: "\e6c2"; }

.icon-volume-on:before {
    content: "\e6c3"; }

.icon-wan-accelerate:before {
    content: "\e6c4"; }

.icon-warranty-2yr:before {
    content: "\e6c5"; }

.icon-weather:before {
    content: "\e6c6"; }

.icon-wireless-access-point:before {
    content: "\e6c7"; }

.icon-telstra-router:before {
    content: "\e6c8"; }

.icon-sess-border-control:before {
    content: "\e6c9"; }

.icon-wireless-router:before {
    content: "\e6ca"; }

.icon-facebook:before {
    content: "\e6cb"; }

.icon-twitter-bird:before {
    content: "\e6cc"; }

.icon-youtube:before {
    content: "\e6cd"; }

.icon-telstra:before {
    content: "\e6ce"; }

.icon-bigpond:before {
    content: "\e6cf"; }

.icon-inventory-system:before {
    content: "\e6d0"; }

.icon-research-evaluation:before {
    content: "\e6d1"; }

.icon-sass:before {
    content: "\e6d2"; }

.icon-teg:before {
    content: "\e6d3"; }

.icon-infra-service-iaas:before {
    content: "\e6d4"; }

.icon-number-one:before {
    content: "\e600"; }

.icon-number-two:before {
    content: "\e6d5"; }

.icon-number-three:before {
    content: "\e6d6"; }

.icon-number-four:before {
    content: "\e6d7"; }

.icon-number-five:before {
    content: "\e6d8"; }

.icon-number-six:before {
    content: "\e6d9"; }

.icon-number-seven:before {
    content: "\e6da"; }

.icon-number-eight:before {
    content: "\e6db"; }

.icon-number-nine:before {
    content: "\e6dc"; }

.icon-number-ten:before {
    content: "\e6dd"; }

.icon-ui-left-arrow-round:before {
    content: "\e6fe"; }

.icon-ui-right-arrow-round:before {
    content: "\e6ff"; }

.icon-ui-slider-button:before {
    content: "\e705"; }

.icon-ui-cross:before {
    content: "\e6de"; }

.icon-ui-plus:before {
    content: "\e6df"; }

.icon-ui-minus:before {
    content: "\e6e0"; }

.icon-ui-left-arrow-thick:before {
    content: "\e6e1"; }

.icon-ui-right-arrow-thick:before {
    content: "\e6e2"; }

.icon-ui-down-arrow-thick:before {
    content: "\e6e3"; }

.icon-ui-up-arrow-thick:before {
    content: "\e6e4"; }

.icon-ui-left-arrow:before {
    content: "\e6f3"; }

.icon-ui-right-arrow:before {
    content: "\e6f4"; }

.icon-ui-down-arrow:before {
    content: "\e6f5"; }

.icon-ui-up-arrow:before {
    content: "\e6f6"; }

.icon-ui-play:before {
    content: "\e6e5"; }

.icon-ui-pause:before {
    content: "\e6e6"; }

.icon-ui-stop:before {
    content: "\e6e7"; }

.icon-ui-replay:before {
    content: "\e6e8"; }

.icon-ui-start:before {
    content: "\e6e9"; }

.icon-ui-end:before {
    content: "\e6ea"; }

.icon-ui-rewind:before {
    content: "\e6eb"; }

.icon-ui-fast-forward:before {
    content: "\e6ec"; }

.icon-ui-left-arrow-button:before {
    content: "\e6ed"; }

.icon-ui-right-arrow-button:before {
    content: "\e6ee"; }

.icon-ui-down-arrow-button:before {
    content: "\e6ef"; }

.icon-ui-up-arrow-button:before {
    content: "\e6f0"; }

.icon-ui-play-button:before {
    content: "\e6f1"; }

.icon-ui-search:before {
    content: "\e6f2"; }

.icon-retail-store:before {
    content: "\e717"; }

.icon-flagship-store:before {
    content: "\e718"; }

.ta-header--main, .ta-header--sub {
    display: block;
    padding: 0;
    margin: 0; }
.ta-header--main p, .ta-header--sub p {
    margin: 0; }
.ta-header--main .ta-header--container, .ta-header--sub .ta-header--container {
    padding-right: 0;
    padding-left: 0;
    max-width: 75rem;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
@media screen and (min-width: 75em) {
    .ta-header--main .ta-header--container, .ta-header--sub .ta-header--container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        max-width: 75rem;
        margin: 0 auto; } }
.ta-header--main .ta-header--nav, .ta-header--sub .ta-header--nav {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.ta-header--main .ta-header--nav svg, .ta-header--sub .ta-header--nav svg {
    font-size: 1.25rem;
    color: #FFF; }
.ta-header--main .ta-header--nav--button, .ta-header--sub .ta-header--nav--button {
    background: #2C74D3;
    padding: 1.125rem; }
@media print, screen and (min-width: 48em) {
    .ta-header--main .ta-header--nav--button, .ta-header--sub .ta-header--nav--button {
        padding: 1.125rem; } }
.ta-header--main .ta-header--title, .ta-header--sub .ta-header--title {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.ta-header--main .ta-header--title h1, .ta-header--sub .ta-header--title h1 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    color: #1A2738;
    margin: 0;
    border-left: 1px solid #e3e6e8;
    padding-left: 1.125rem; }
@media print, screen and (min-width: 48em) {
    .ta-header--main .ta-header--title h1, .ta-header--sub .ta-header--title h1 {
        font-size: 1.125rem; } }
.ta-header--main .ta-header--logout, .ta-header--sub .ta-header--logout {
    font-family: "Akkurat", Helvetica, Roboto, Arial, sans-serif;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.ta-header--main .ta-header--logout a, .ta-header--sub .ta-header--logout a {
    display: block;
    border: none;
    text-decoration: none;
    color: #2C74D3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.ta-header--main .ta-header--logout a:hover, .ta-header--sub .ta-header--logout a:hover {
    background-color: #2C74D3;
    color: #FFF; }
.ta-header--main .ta-header--logout svg, .ta-header--sub .ta-header--logout svg {
    font-size: 1.375rem; }
@media print, screen and (min-width: 48em) {
    .ta-header--main .ta-header--logout svg, .ta-header--sub .ta-header--logout svg {
        font-size: 1rem;
        margin-top: 0.3125rem; } }
.ta-header--main .ta-header--logout span, .ta-header--sub .ta-header--logout span {
    display: inline-block;
    margin-right: 0.625rem; }

.ta-header--main {
    background: #FFF; }
.ta-header--main.is-stuck {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    margin-top: 0 !important; }
.ta-header--main .ta-header--nav + .ta-header--logo {
    padding-left: 0.9375rem; }
@media screen and (min-width: 75em) {
    .ta-header--main .ta-header--nav + .ta-header--logo {
        padding-left: 1.125rem; } }
.ta-header--main .ta-header--logo {
    padding: 0 0.9375rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
@media screen and (min-width: 75em) {
    .ta-header--main .ta-header--logo {
        padding-left: 0; } }
.ta-header--main .ta-header--title {
    padding: 0.9375rem;
    padding-left: 0 !important; }
@media print, screen and (min-width: 48em) {
    .ta-header--main .ta-header--title {
        padding: 1.125rem; } }
.ta-header--main .ta-header--logout a {
    padding: 0.9375rem; }
@media print, screen and (min-width: 48em) {
    .ta-header--main .ta-header--logout a {
        padding: 1.125rem; } }

.sticky-container:last-of-type .ta-header--main {
    border-bottom: 1px solid #e3e6e8; }
.sticky-container:last-of-type .ta-header--main.is-stuck {
    border-bottom: none; }

.ta-header--sub {
    background-color: #1A2738; }
.ta-header--sub .ta-header--nav {
    display: none; }
.ta-header--sub.is-stuck {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    margin-top: 0 !important; }
.ta-header--sub.is-stuck .ta-header--nav {
    display: inherit;
    transition: all 0.3s ease; }
.ta-header--sub.is-stuck .ta-header--nav + .ta-header--title {
    padding-left: 0.9375rem; }
.ta-header--sub .ta-header--title {
    padding: 0.9375rem;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-right: 0;
    margin-left: 0; }
@media screen and (min-width: 75em) {
    .ta-header--sub .ta-header--title {
        padding: 1.125rem;
        padding-left: 0; } }
.ta-header--sub .ta-header--title p {
    color: #FFF;
    font-size: 1rem; }
@media print, screen and (min-width: 48em) {
    .ta-header--sub .ta-header--title p {
        font-size: 1.125rem; } }
.ta-header--sub .ta-header--logout {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.ta-header--sub .ta-header--logout a {
    padding: 0.9375rem;
    color: #FFF; }
@media screen and (min-width: 75em) {
    .ta-header--sub .ta-header--logout a {
        padding: 1.125rem; } }
.ta-header--sub .ta-header--logout a span {
    margin-top: 0.125rem; }
.ta-header--sub .ta-header--logout a svg {
    margin-top: 0.1875rem; }
@media print, screen and (min-width: 48em) {
    .ta-header--sub .ta-header--logout a svg {
        margin-top: 0.4375rem; } }

.td-header {
    position: absolute;
    margin-bottom: -6px;
    z-index: 10000; }
.td-header:hover {
    height: 100vh; }
@media print, screen and (min-width: 48em) {
    .td-header {
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top; } }

.ta-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #dee1e4;
    padding: 1.5rem 0.9375rem; }
@media print, screen and (min-width: 48em) {
    .ta-footer {
        padding: 1.5rem 0.9375rem; } }
.ta-footer ul {
    margin: 0; }
.ta-footer li {
    display: block;
    margin-right: 2.25rem;
    font-size: 0.875rem; }
@media print, screen and (min-width: 64em) {
    .ta-footer li {
        display: inline-block; } }
.ta-footer a {
    color: #1A2738 !important;
    font-weight: 400; }

.td-footer {
    height: 400px; }
@media print, screen and (min-width: 64em) {
    .td-footer {
        height: 300px; } }

.navigation--panel {
    font-family: "Akkurat", Helvetica, Roboto, Arial, sans-serif; }
.navigation--panel a {
    display: block;
    color: #FFF !important;
    outline: none;
    padding: 0.5rem 0.9375rem;
    text-decoration: none; }
.navigation--panel a:hover {
    background-color: #2C74D3; }
.navigation--panel li {
    margin-bottom: 0;
    color: #FFF; }
.navigation--panel li ul {
    margin-top: 0.3125rem;
    border-bottom: 1px solid #4d4d4d; }
.navigation--panel li ul > li {
    font-weight: 400;
    font-size: 0.875rem;
    border-bottom: none;
    margin-bottom: 0; }
.navigation--panel .accordion-content {
    background: none;
    padding: 0; }
.navigation--panel .menu {
    margin-top: 50px; }
.navigation--panel .close-button {
    color: #FFF;
    font-size: 1rem; }
.navigation--panel .close-button i {
    font-size: 1.75rem;
    color: #FFF; }

.navigation {
    margin-top: 1.5rem; }

.navigation--title {
    display: block;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 2em;
    color: #FFF;
    font-size: 1.875rem; }

.navigation--item-l1 {
    background: none;
    font-size: 1rem;
    border-bottom: 1px solid #4d4d4d; }
.navigation--item-l1.is-active {
    padding-bottom: 0;
    border-bottom: 0; }
.navigation--item-l1.is-active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.navigation--item-l1.is-active a {
    font-weight: 600; }
.navigation--item-l1 svg {
    float: right;
    margin: 0.5rem 0 0 0.3125rem;
    font-size: 0.75rem; }

.navigation--item-l2 {
    font-size: 1rem;
    padding: 0.3125rem 0 0.3125rem 1.875rem; }
.navigation--item-l2 a {
    display: inline-block;
    border: none;
    padding: 0;
    font-weight: 400 !important; }
.navigation--item-l2 a:hover {
    background: none;
    text-decoration: underline; }

.navigation--logout {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1A2738; }
.navigation--logout svg {
    margin-left: 0.3125rem;
    margin-bottom: -0.0625rem; }
.navigation--logout a {
    display: block;
    color: #FFF !important;
    outline: none;
    text-decoration: none;
    font-weight: 600;
    padding: 0.9375rem; }
.navigation--logout a:hover {
    background-color: #2C74D3; }

.accordion--item {
    /*border-bottom: 1px solid #e3e6e8;*/
}
.accordion--item:first-of-type {
    margin-top: 0!important; }
@media print, screen and (min-width: 48em) {
    .accordion--item:first-of-type {
        margin-top: 30px; } }
.accordion--item.is-active .accordion--item--title {
    background: #2C74D3;
    color: #FFF;
    font-weight: 500; }
.accordion--item.is-active .accordion--item--title:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    background-clip: content-box;
    width: 100%;
    padding: 0 0.9375rem; }
.accordion--item.is-active .accordion--item--title:hover:before {
    color: #FFF; }
.accordion--item.is-active .accordion-content {
    background: #FFF;
    color: #000000; }

.accordion--item--title {
    display: block;
    position: relative;
    padding: 0.9375rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #1A2738;
    text-decoration: none; }
.accordion--item--title:hover {
    background: #2C74D3;
    color: #FFF !important; }
.accordion--item--title:hover:before {
    color: #FFF; }
.accordion--item--title:hover svg {
    color: #FFF; }
.accordion--item--title svg {
    margin-right: 0.9375rem;
    font-size: 1.25rem;
    color: #2C74D3;
    width: 2.25rem !important; }

.accordion-content {
    border: none; }

.alert-info--bar, .alert-warning--bar, .alert-success--bar, .alert-info, .alert-warning, .alert-success {
    position: relative;
    margin-bottom: 2.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    border-radius: 1.125rem; }
.alert-info--bar .button, .alert-warning--bar .button, .alert-success--bar .button, .alert-info .button, .alert-warning .button, .alert-success .button {
    margin-bottom: 0; }

.alert-info--bar, .alert-warning--bar, .alert-success--bar {
    padding: 0.9375rem; }
.alert-info--bar .grid-container, .alert-warning--bar .grid-container, .alert-success--bar .grid-container {
    padding: 0; }
.top.alert-info--bar, .top.alert-warning--bar, .top.alert-success--bar {
    margin-top: -0.9375rem;
    border-radius: 0; }
@media print, screen and (min-width: 48em) {
    .top.alert-info--bar, .top.alert-warning--bar, .top.alert-success--bar {
        margin-top: -1.5rem; } }
.top.alert-info--bar .grid-container, .top.alert-warning--bar .grid-container, .top.alert-success--bar .grid-container {
    padding: 0; }
@media screen and (min-width: 75em) {
    .top.alert-info--bar .grid-container, .top.alert-warning--bar .grid-container, .top.alert-success--bar .grid-container {
        padding-left: 0.9375rem; } }

.alert-info--bar .alert--icon svg, .alert-warning--bar .alert--icon svg, .alert-success--bar .alert--icon svg {
    font-size: 1.5rem;
    margin-bottom: -0.1875rem;
    margin-right: 0.625rem; }

.alert-info--bar .alert-info--heading, .alert-warning--bar .alert-warning--heading, .alert-success--bar .alert-success--heading, .alert-info .alert-info--heading, .alert-warning .alert-warning--heading, .alert-success .alert-success--heading {
    padding: 0.9375rem;
    border-radius: 1.125rem 1.125rem 0 0; }
.alert-info--bar .alert-info--heading h1, .alert-warning--bar .alert-warning--heading h1, .alert-success--bar .alert-success--heading h1, .alert-info .alert-info--heading h1, .alert-warning .alert-warning--heading h1, .alert-success .alert-success--heading h1 {
    font-family: "Akkurat", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0; }
.alert-info--bar .alert-info--heading svg, .alert-warning--bar .alert-warning--heading svg, .alert-success--bar .alert-success--heading svg, .alert-info .alert-info--heading svg, .alert-warning .alert-warning--heading svg, .alert-success .alert-success--heading svg {
    font-size: 1.5rem;
    margin-right: 0.625rem;
    margin-bottom: -0.125rem; }

.alert-info--bar .alert-info--heading, .alert-warning--bar .alert-warning--heading, .alert-success--bar .alert-success--heading {
    display: inline;
    padding-right: 0.3125rem;
    padding-left: 0; }
.alert-info--bar .alert-info--heading h1, .alert-warning--bar .alert-warning--heading h1, .alert-success--bar .alert-success--heading h1 {
    display: inline;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600; }

.alert-info--bar .alert-info--content, .alert-warning--bar .alert-warning--content, .alert-success--bar .alert-success--content, .alert-info .alert-info--content, .alert-warning .alert-warning--content, .alert-success .alert-success--content {
    padding: 0.9375rem;
    border: 1px solid #e3e6e8;
    border-top: none;
    border-radius: 0 0 1.125rem 1.125rem;
    background: #FFF; }
.alert-info--bar .alert-info--content p, .alert-warning--bar .alert-warning--content p, .alert-success--bar .alert-success--content p, .alert-info .alert-info--content p, .alert-warning .alert-warning--content p, .alert-success .alert-success--content p {
    font-size: 0.9375rem; }
.alert-info--bar .alert-info--content p:last-child, .alert-warning--bar .alert-warning--content p:last-child, .alert-success--bar .alert-success--content p:last-child, .alert-info .alert-info--content p:last-child, .alert-warning .alert-warning--content p:last-child, .alert-success .alert-success--content p:last-child {
    margin-bottom: 0; }

.alert-info--bar .alert-info--content, .alert-warning--bar .alert-warning--content, .alert-success--bar .alert-success--content {
    display: inline;
    border: none;
    padding: 0;
    width: calc(100% - 40px); }
.alert-info--bar .alert-info--content p, .alert-warning--bar .alert-warning--content p, .alert-success--bar .alert-success--content p {
    line-height: 1.4em;
    margin: 0;
    display: inline;
    font-size: 0.9375rem; }

.alert-info--bar .alert--container, .alert-warning--bar .alert--container, .alert-success--bar .alert--container {
    padding-right: 2.25rem; }

.alert-info .alert--close, .alert-info--bar .alert--close, .alert-warning .alert--close, .alert-warning--bar .alert--close, .alert-success .alert--close, .alert-success--bar .alert--close {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0;
    height: 2.25rem;
    width: 2.25rem;
    font-size: 1.5rem; }

.alert-info .alert-info--heading {
    background-color: #7f8b96; }
.alert-info .alert-info--heading h1 {
    color: #FFF; }

.alert-info .button {
    background-color: #909AA4 !important;
    color: #FFF !important; }
.alert-info .button:hover {
    background: #6f7b87 !important; }

.alert-info .alert--close {
    color: #FFF; }

.alert-info--bar {
    border-radius: 1.125rem;
    background-color: #7f8b96; }
.alert-info--bar .alert--icon {
    color: #FFF; }
.alert-info--bar .alert-info--heading h1 {
    color: #FFF; }
.alert-info--bar .alert-info--content {
    color: #FFF; }
.alert-info--bar .alert-info--action {
    color: #FFF; }
.alert-info--bar .alert-info--action svg {
    font-size: 1.375rem;
    margin-bottom: -3px; }
.alert-info--bar .alert--close {
    right: 0.25rem;
    top: 0.625rem;
    color: #FFF; }

.alert-warning .alert-warning--heading {
    background-color: #FF5252; }
.alert-warning .alert-warning--heading h1 {
    color: #FFF; }

.alert-warning .button {
    background-color: #FF5252 !important;
    color: #FFF; }
.alert-warning .button:hover {
    background: #ef0000 !important; }

.alert-warning .alert--close {
    color: #FFF; }

.alert-warning--bar {
    border-radius: 1.125rem;
    background-color: #FF5252; }
.alert-warning--bar .alert--icon {
    color: #FFF; }
.alert-warning--bar .alert-warning--heading h1 {
    color: #FFF; }
.alert-warning--bar .alert-warning--content {
    color: #FFF; }
.alert-warning--bar .alert-warning--action {
    color: #FFF; }
.alert-warning--bar .alert-warning--action svg {
    font-size: 1.375rem;
    margin-bottom: -3px; }
.alert-warning--bar .alert--close {
    right: 0.25rem;
    top: 0.625rem;
    color: #FFF; }

.alert-success .alert-success--heading {
    background-color: #8BC34A; }
.alert-success .alert-success--heading h1 {
    color: #1A2738; }

.alert-success .button {
    background-color: #8BC34A !important;
    color: #000 !important; }
.alert-success .button:hover {
    background: #77ac39 !important; }

.alert-success .alert--close {
    color: #000; }

.alert-success--bar {
    border-radius: 1.125rem;
    background-color: #8BC34A; }
.alert-success--bar .alert--icon {
    color: #1A2738; }
.alert-success--bar .alert-success--heading h1 {
    color: #1A2738; }
.alert-success--bar .alert-success--content {
    color: #1A2738; }
.alert-success--bar .alert-success--action {
    color: #1A2738; }
.alert-success--bar .alert-success--action svg {
    font-size: 1.375rem;
    margin-bottom: -3px; }
.alert-success--bar .alert--close {
    right: 0.25rem;
    top: 0.625rem;
    color: #1A2738; }

.ta-breadcrumbs {
    border-top: 1px solid #e3e6e8;
    padding: 0.9375rem 0 0 0; }
.ta-breadcrumbs a {
    border-bottom: none; }
.ta-breadcrumbs span {
    font-weight: 600; }

.td-breadcrumbs {
    background: #FFF;
    font-weight: 600;
    display: none; }
@media only screen and (min-width: 770px) {
    .td-breadcrumbs {
        display: block;
        position: absolute;
        width: 100%; } }
.td-breadcrumbs li {
    margin: 0; }
.td-breadcrumbs a {
    text-decoration: none;
    font-weight: 400; }
.td-breadcrumbs a:hover {
    text-decoration: underline; }

.button {
    position: relative;
    width: 100%;
    border-radius: 5rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none; }
@media print, screen and (min-width: 48em) {
    .button {
        width: auto; } }
.button svg {
    margin: 0 0 -2px 0.5rem;
    font-size: 1.25rem; }

.button.primary {
    border: none;
    background: #2C74D3;
    color: #FFF;
    z-index: 1; }

.button.secondary.hollow:hover {
    background: #e3e6e8;
    border-color: transparent; }

.callout--numerals {
    font-family: "Gravur", Helvetica, Roboto, Arial, sans-serif;
    font-size: 400%; }

.callout--units {
    font-family: "Gravur", Helvetica, Roboto, Arial, sans-serif;
    font-size: 150%;
    margin-left: 0.375rem; }

.callout--title {
    font-family: "Akkurat", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4em; }

.callout--content p {
    font-size: 0.9375rem;
    line-height: 1.5em; }

.page-content {
    position: relative; }
.ta-template .page-content {
    padding: 1.5rem 0 12.5rem 0; }
@media print, screen and (min-width: 64em) {
    .ta-template .page-content {
        padding-bottom: 6.25rem; } }
.td-template .page-content {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
    min-height: calc(100vh - 400px); }
@media print, screen and (min-width: 48em) {
    .td-template .page-content {
        padding-top: 78px;
        padding-top: 6.25rem;
        padding-bottom: 3.75rem;
        min-height: calc(100vh - 300px); } }

.app-content {
    position: relative;
    padding-bottom: 12.5rem; }
@media print, screen and (min-width: 64em) {
    .app-content {
        padding-bottom: 6.25rem; } }

.panel-title {
    background: #333;
    padding: 2.25rem 0; }
@media print, screen and (min-width: 48em) {
    .panel-title {
        padding: 4.5rem 0; } }
.panel-title h1 {
    font-size: 2.25rem;
    color: #1964C8; }
@media print, screen and (min-width: 48em) {
    .panel-title h1 {
        font-size: 3rem; } }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
select {
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 600;
    transition: all 0.3s ease;
    background-color: transparent; }
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
select:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 3px; }

[type='checkbox'] {
    border: 1px solid #1A2738; }

select {
    margin-top: -0.625rem;
    background-image: url("data:image/svg+xml;utf8,<svg class='svg-inline--fa fa-chevron-down fa-w-14' aria-hidden='true' data-fa-processed='' data-prefix='far' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'></path></svg>");
    background-size: 0.875rem;
    background-position: right -0.3125rem center; }

textarea {
    padding: 0.9375rem;
    height: auto; }

fieldset {
    margin-bottom: 1.5rem; }

legend {
    font-weight: 600;
    margin-bottom: 0.9375rem; }

.field-group {
    margin: 1.5rem 0 2.25rem 0; }
.field-group + .button {
    margin-top: -0.9375rem; }

.text-field {
    position: relative;
    display: block;
    margin-top: 2.25rem; }
.text-field label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0.625rem;
    transition: all 0.3s ease;
    font-size: 1.125rem;
    line-height: 1.4em; }
.text-field input:focus + label,
.text-field input:valid + label {
    top: -1.125rem;
    font-size: 0.9375rem; }
.text-field input:focus + label {
    color: #2C74D3; }
.text-field input:valid + label {
    color: #1A2738; }

.field-valid input {
    padding-right: 2.25rem; }

.field-valid svg {
    position: absolute;
    right: 0;
    bottom: 0.9375rem;
    color: #8BC34A; }

.field-error input {
    border-bottom-color: #db0000 !important; }

.field-error textarea {
    border-color: #db0000 !important; }

.field-error * {
    color: #db0000 !important; }

.field-error .help-text {
    padding-left: 1.25rem;
    color: #db0000 !important;
    background-image: url('data:image/svg+xml;utf8,<svg class="svg-inline--fa fa-exclamation-triangle fa-w-18" aria-hidden="true" data-fa-processed="" data-prefix="far" data-icon="exclamation-triangle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="#db0000" d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.054-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.952 83.154 0l239.94 416.028zm-27.658 15.991l-240-416c-6.16-10.678-21.583-10.634-27.718 0l-240 416C27.983 466.678 35.731 480 48 480h480c12.323 0 19.99-13.369 13.859-23.996zM288 372c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28zm-11.49-212h22.979c6.823 0 12.274 5.682 11.99 12.5l-7 168c-.268 6.428-5.556 11.5-11.99 11.5h-8.979c-6.433 0-11.722-5.073-11.99-11.5l-7-168c-.283-6.818 5.167-12.5 11.99-12.5zM288 372c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28z"></path></svg>');
    background-size: 0.9375rem;
    background-repeat: no-repeat;
    background-position: left 0.125rem; }

.help-text {
    margin-top: 0;
    line-height: 1.125rem; }

html,
body {
    height: 100%; }

body {
    position: relative;
    min-height: 100%; }

.debug {
    border: 1px dashed #E83319; }

iframe {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0; }

.ta-template,
.td-template {
    position: relative; }


.off-canvas-wrapper {
    display:flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right:auto;
    padding: 0;
    width:calc(80vw + 1rem);
}

.off-canvas-content {
    position: relative;
    min-height: 100%; }

.ta-page-task {
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.ta-page-task p {
    color: #FFF; }
.ta-page-task p.lead {
    font-size: 1.5rem; }

a {
    text-decoration: underline;
    transition: all 0.3s ease;
    font-weight: 500; }
a:visited {
    color: #5A1991; }
a:focus {
    z-index: 1; }

.link--external {
    display: inline-block;
    margin-right: 0.125rem; }
.link--external svg {
    font-size: 0.7em;
    margin-left: 0.25rem; }

.login-panel {
    position: relative;
    overflow: hidden;
    background: #1A2738;
    min-height: calc(100vh - 300px - 78px);
    margin-bottom: -3.75rem; }
.login-panel input {
    border-color: rgba(255, 255, 255, 0.4) !important; }
.login-panel input:focus {
    border-color: white !important; }

.login-panel--background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url("/assets/img/girl-music-blurred.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4; }

.login-panel--content {
    position: relative;
    padding: 2.25rem 0; }
@media print, screen and (min-width: 64em) {
    .login-panel--content {
        padding: 3.75rem 0; } }

.panel-dark {
    padding: 1.5rem 0.9375rem 0.9375rem 0.9375rem;
    background-color: #1A2738; }
.panel-dark * {
    color: #FFF; }
@media print, screen and (min-width: 64em) {
    .panel-dark {
        min-height: calc(100vh - 58px);
        padding-top: 10%; } }

@media print, screen and (min-width: 64em) {
    .panel-app {
        padding-top: 10%; } }

.swatch {
    border-left: 0;
    border-top: 0;
    padding: 0.9375rem; }
.swatch span {
    display: block;
    font-weight: 400; }
.swatch span + span {
    font-size: 0.75rem; }
.swatch code {
    display: block;
    padding: 0;
    background: none;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    widows: 6; }
.swatch p {
    font-size: 0.875rem;
    font-weight: 600; }
.swatch p:last-of-type {
    margin-bottom: 0; }

.bg--ta-blue-black {
    background: #1A2738; }
.bg--ta-blue-black p, .bg--ta-blue-black code {
    color: #FFF; }

.bg--ta-blue-grey {
    background: #909AA4; }
.bg--ta-blue-grey p, .bg--ta-blue-grey code {
    color: #1A2738; }

.bg--ta-blue {
    background: #2C74D3; }
.bg--ta-blue p, .bg--ta-blue code {
    color: #FFF; }

.bg--ta-purple {
    background: #5A1991; }
.bg--ta-purple p, .bg--ta-purple code {
    color: #FFF; }

.bg--ta-green {
    background: #8BC34A; }
.bg--ta-green p, .bg--ta-green code {
    color: #1A2738; }

.bg--ta-orange {
    background: #F5A623; }
.bg--ta-orange p, .bg--ta-orange code {
    color: #1A2738; }

.bg--ta-red {
    background: #FF5252; }
.bg--ta-red p, .bg--ta-red code {
    color: #000; }

.bg--blue-primary {
    background: #00AAF3; }
.bg--blue-primary p, .bg--blue-primary code {
    color: #000; }
.bg--blue-primary a {
    color: #333 !important;
    border-bottom: 1px solid #333 !important; }

.bg--blue-secondary {
    background: #1964C8; }
.bg--blue-secondary p, .bg--blue-secondary code {
    color: #FFF; }

.bg--blue-grad-1 {
    background: #E1EEF8; }
.bg--blue-grad-1 p, .bg--blue-grad-1 code {
    color: #000; }

.bg--blue-grad-2 {
    background: #00B4FF; }
.bg--blue-grad-2 p, .bg--blue-grad-2 code {
    color: #000; }

.bg--blue-grad-3 {
    background: #2D86CA; }
.bg--blue-grad-3 p, .bg--blue-grad-3 code {
    color: #FFF; }

.bg--blue-grad-4 {
    background: #2C74D3; }
.bg--blue-grad-4 p, .bg--blue-grad-4 code {
    color: #FFF; }

.bg--blue-grad-5 {
    background: #1A5199; }
.bg--blue-grad-5 p, .bg--blue-grad-5 code {
    color: #FFF; }

.bg--blue-grad-6 {
    background: #26336E; }
.bg--blue-grad-6 p, .bg--blue-grad-6 code {
    color: #FFF; }

.bg--purple-primary {
    background: #8779B7; }
.bg--purple-primary p, .bg--purple-primary code {
    color: #000; }
.bg--purple-primary a {
    color: #333 !important;
    border-bottom: 1px solid #333 !important; }

.bg--purple-secondary {
    background: #4C479F; }
.bg--purple-secondary p, .bg--purple-secondary code {
    color: #FFF; }

.bg--purple-grad-1 {
    background: #ECEEF6; }
.bg--purple-grad-1 p, .bg--purple-grad-1 code {
    color: #000; }

.bg--purple-grad-2 {
    background: #7C69B8; }
.bg--purple-grad-2 p, .bg--purple-grad-2 code {
    color: #FFF; }

.bg--purple-grad-3 {
    background: #644AB8; }
.bg--purple-grad-3 p, .bg--purple-grad-3 code {
    color: #FFF; }

.bg--purple-grad-4 {
    background: #513D9A; }
.bg--purple-grad-4 p, .bg--purple-grad-4 code {
    color: #FFF; }

.bg--purple-grad-5 {
    background: #422D8D; }
.bg--purple-grad-5 p, .bg--purple-grad-5 code {
    color: #FFF; }

.bg--purple-grad-6 {
    background: #2D177B; }
.bg--purple-grad-6 p, .bg--purple-grad-6 code {
    color: #FFF; }

.bg--magenta-primary {
    background: #C31B96; }
.bg--magenta-primary p, .bg--magenta-primary code {
    color: #FFF; }
.bg--magenta-primary a {
    color: #333 !important;
    border-bottom: 1px solid #333 !important; }

.bg--magenta-secondary {
    background: #841F8D; }
.bg--magenta-secondary p, .bg--magenta-secondary code {
    color: #FFF; }

.bg--magenta-grad-1 {
    background: #FAE1EE; }
.bg--magenta-grad-1 p, .bg--magenta-grad-1 code {
    color: #000; }

.bg--magenta-grad-2 {
    background: #E8398D; }
.bg--magenta-grad-2 p, .bg--magenta-grad-2 code {
    color: #000; }

.bg--magenta-grad-3 {
    background: #CF156F; }
.bg--magenta-grad-3 p, .bg--magenta-grad-3 code {
    color: #FFF; }

.bg--magenta-grad-4 {
    background: #C01F8A; }
.bg--magenta-grad-4 p, .bg--magenta-grad-4 code {
    color: #FFF; }

.bg--magenta-grad-5 {
    background: #9A2685; }
.bg--magenta-grad-5 p, .bg--magenta-grad-5 code {
    color: #FFF; }

.bg--magenta-grad-6 {
    background: #502462; }
.bg--magenta-grad-6 p, .bg--magenta-grad-6 code {
    color: #FFF; }

.bg--turquoise-primary {
    background: #00A6A4; }
.bg--turquoise-primary p, .bg--turquoise-primary code {
    color: #000; }

.bg--turquoise-secondary {
    background: #227E7D; }
.bg--turquoise-secondary p, .bg--turquoise-secondary code {
    color: #FFF; }

.bg--turquoise-grad-1 {
    background: #DFEFF0; }
.bg--turquoise-grad-1 p, .bg--turquoise-grad-1 code {
    color: #000; }

.bg--turquoise-grad-2 {
    background: #29A4A2; }
.bg--turquoise-grad-2 p, .bg--turquoise-grad-2 code {
    color: #000; }

.bg--turquoise-grad-3 {
    background: #008D8A; }
.bg--turquoise-grad-3 p, .bg--turquoise-grad-3 code {
    color: #000; }

.bg--turquoise-grad-4 {
    background: #007A78; }
.bg--turquoise-grad-4 p, .bg--turquoise-grad-4 code {
    color: #FFF; }

.bg--turquoise-grad-5 {
    background: #0B5854; }
.bg--turquoise-grad-5 p, .bg--turquoise-grad-5 code {
    color: #FFF; }

.bg--turquoise-grad-6 {
    background: #0A403D; }
.bg--turquoise-grad-6 p, .bg--turquoise-grad-6 code {
    color: #FFF; }

.bg--green-primary {
    background: #13A129; }
.bg--green-primary p, .bg--green-primary code {
    color: #000; }

.bg--green-secondary {
    background: #1D5F27; }
.bg--green-secondary p, .bg--green-secondary code {
    color: #FFF; }

.bg--green-grad-1 {
    background: #DEEDDF; }
.bg--green-grad-1 p, .bg--green-grad-1 code {
    color: #000; }

.bg--green-grad-2 {
    background: #00AC1A; }
.bg--green-grad-2 p, .bg--green-grad-2 code {
    color: #000; }

.bg--green-grad-3 {
    background: #22A737; }
.bg--green-grad-3 p, .bg--green-grad-3 code {
    color: #000; }

.bg--green-grad-4 {
    background: #058B38; }
.bg--green-grad-4 p, .bg--green-grad-4 code {
    color: #FFF; }

.bg--green-grad-5 {
    background: #1C734E; }
.bg--green-grad-5 p, .bg--green-grad-5 code {
    color: #FFF; }

.bg--green-grad-6 {
    background: #074F30; }
.bg--green-grad-6 p, .bg--green-grad-6 code {
    color: #FFF; }

.bg--orange-primary {
    background: #E83319; }
.bg--orange-primary p, .bg--orange-primary code {
    color: #000; }

.bg--orange-secondary {
    background: #BB2914; }
.bg--orange-secondary p, .bg--orange-secondary code {
    color: #FFF; }

.bg--orange-grad-1 {
    background: #FCE6DA; }
.bg--orange-grad-1 p, .bg--orange-grad-1 code {
    color: #000; }

.bg--orange-grad-2 {
    background: #EC5600; }
.bg--orange-grad-2 p, .bg--orange-grad-2 code {
    color: #000; }

.bg--orange-grad-3 {
    background: #EE4126; }
.bg--orange-grad-3 p, .bg--orange-grad-3 code {
    color: #000; }

.bg--orange-grad-4 {
    background: #D62828; }
.bg--orange-grad-4 p, .bg--orange-grad-4 code {
    color: #FFF; }

.bg--orange-grad-5 {
    background: #A31945; }
.bg--orange-grad-5 p, .bg--orange-grad-5 code {
    color: #FFF; }

.bg--orange-grad-6 {
    background: #741030; }
.bg--orange-grad-6 p, .bg--orange-grad-6 code {
    color: #FFF; }

.bg--grey-primary {
    background: #DADADA; }
.bg--grey-primary p, .bg--grey-primary code {
    color: #000; }

.bg--grey-secondary {
    background: #A5A5A5; }
.bg--grey-secondary p, .bg--grey-secondary code {
    color: #000; }

.bg--grey-grad-1 {
    background: #F4F4F4; }
.bg--grey-grad-1 p, .bg--grey-grad-1 code {
    color: #000; }

.bg--grey-grad-2 {
    background: #E4E4E4; }
.bg--grey-grad-2 p, .bg--grey-grad-2 code {
    color: #000; }

.bg--grey-grad-3 {
    background: #CDCDCD; }
.bg--grey-grad-3 p, .bg--grey-grad-3 code {
    color: #000; }

.bg--grey-grad-4 {
    background: #949494; }
.bg--grey-grad-4 p, .bg--grey-grad-4 code {
    color: #000; }

.bg--grey-grad-5 {
    background: #555; }
.bg--grey-grad-5 p, .bg--grey-grad-5 code {
    color: #FFF; }

.bg--grey-grad-6 {
    background: #333; }
.bg--grey-grad-6 p, .bg--grey-grad-6 code {
    color: #FFF; }

.grid-column {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-collapse: collapse; }
.grid-column .grid-column {
    border-bottom: none; }
.grid-column code {
    display: inline-block;
    background: none;
    padding: 0;
    border: none;
    margin: 0.9375rem 0; }
.grid-column p {
    margin: 0.9375rem 0; }
.grid-column.green {
    background: rgba(139, 195, 74, 0.2); }
.grid-column.blue {
    background: rgba(44, 116, 211, 0.2); }
.grid-column.purple {
    background: rgba(90, 25, 145, 0.2); }
.grid-column:last-child {
    border-right: none; }

.ta-table thead {
    border-top: 3px solid #c8cdd2;
    background: #e3e6e8;
    color: #333; }

.ta-table tbody,
.ta-table tfoot {
    border: none; }

.ta-table tfoot {
    border-top: 2px solid #d3d7db; }
.ta-table tfoot td.highlighted {
    border-top: 2px solid #c0d5f2; }

.ta-table tr {
    border-bottom: 1px solid #e9ebed !important; }

.ta-table th,
.ta-table td {
    padding: 0.9375rem;
    vertical-align: top;
    font-size: 1rem;
    font-size: 0.875rem;
    padding-top: 12px;
    padding-bottom: 12px; }
.ta-table th.highlighted,
.ta-table td.highlighted {
    border-bottom: 1px solid #dfeaf8; }

.ta-table th {
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2em; }
.ta-table th span {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 400; }
.ta-table th.highlighted {
    background: #2C74D3;
    color: #FFF;
    border-top: 3px solid #235da9;
    border-bottom: 1px solid #2C74D3; }
.ta-table th.highlighted:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FF5252;
    position: absolute;
    left: 50%;
    top: 100%; }

.ta-table td.highlighted {
    background: #f4f8fd; }

.ta-table svg {
    font-size: 1.25rem; }

.ta-table .fa-info-circle {
    margin-bottom: -0.1875rem;
    margin-left: 0.3125rem; }

.ta-table .green {
    color: #8BC34A; }

.ta-table .blue {
    color: #2C74D3; }

.ta-table .greyed-out {
    background: #f7f7f7; }

.tabs {
    background: none;
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.tabs-title {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-right: 0;
    margin-left: 0; }
.tabs-title:first-child a {
    border-radius: 1.125rem 0 0 0; }
.tabs-title:last-child a {
    border-radius: 0 1.125rem 0 0; }
.tabs-title a {
    display: block;
    text-align: center;
    background: #e3e6e8;
    border: 1px solid #e3e6e8;
    border-bottom: none;
    text-decoration: none;
    font-family: "Akkurat Light", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    outline: none; }
.tabs-title a:visited {
    color: #1A2738; }
.tabs-title a:hover {
    background: #2C74D3;
    color: #FFF; }
.tabs-title a:focus, .tabs-title a:active {
    background: #1A2738;
    color: #FFF; }
@media print, screen and (min-width: 48em) {
    .tabs-title a {
        font-size: 1.25rem; } }
.tabs-title.is-active a {
    background-color: #FFF;
    font-weight: 600;
    color: #2C74D3; }

.tabs-panel *:last-child {
    margin-bottom: 0; }

.tile, .tile-secondary {
    display: block;
    position: relative;
    padding: 1.125rem 0.9375rem;
    text-decoration: none;
    text-align: left;
    transition: all 0.3s ease; }
.tile:hover, .tile-secondary:hover {
    background-color: #2C74D3;
    color: #FFF !important; }
.tile:hover *, .tile-secondary:hover * {
    color: #FFF !important; }
.tile:active, .tile-secondary:active {
    background-color: #1A2738; }
.tile .tile--icon, .tile-secondary .tile--icon {
    position: relative;
    display: inline-block;
    float: left;
    width: 2.25rem;
    text-align: center; }
.tile .tile--icon .td-icon, .tile-secondary .tile--icon .td-icon, .tile .tile--icon svg, .tile-secondary .tile--icon svg {
    position: relative;
    right: auto;
    font-size: 1.625rem;
    color: #2C74D3; }
.tile .tile--icon + .tile--label, .tile-secondary .tile--icon + .tile--label {
    margin-left: 3rem; }
.tile .tile--icon + .tile--label + .tile--description, .tile-secondary .tile--icon + .tile--label + .tile--description {
    margin-left: 3rem; }
.tile .tile--label, .tile-secondary .tile--label {
    display: block;
    color: #1A2738;
    font-family: "Akkurat Light", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4em; }
@media print, screen and (min-width: 48em) {
    .tile .tile--label, .tile-secondary .tile--label {
        font-size: 1.5rem; } }
.tile .tile--description, .tile-secondary .tile--description {
    display: block;
    color: #1A2738;
    font-size: 0.9375rem; }
.tile svg, .tile-secondary svg {
    position: absolute;
    right: 0.9375rem;
    top: 40%;
    font-size: 1.125rem;
    color: #2C74D3; }

.tile {
    border-bottom: 1px solid #e3e6e8;
    width: 100%;
    background-color: #FFF; }
.tile:first-of-type {
    border-top: 1px solid #e3e6e8; }
.tile:last-of-type {
    margin-bottom: 30px; }
.tile .tile--icon {
    margin-top: 0.25rem; }

.tile-secondary {
    background-color: #FFF;
    border: 1px solid #e3e6e8;
    border-radius: 3.75rem;
    padding: 0.9375rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.9375rem; }
.tile-secondary .tile--label {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400; }
@media print, screen and (min-width: 64em) {
    .tile-secondary .tile--label {
        font-size: 1.125rem; } }

.greyed-out {
    opacity: 0.5 !important; }

.no-space {
    margin: 0 !important; }

.top-space {
    margin-top: 2.25rem !important; }

.bottom-space {
    margin-bottom: 2.25rem !important; }

.break-out-grid {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
@media print, screen and (min-width: 48em) {
    .break-out-grid {
        margin-left: auto;
        margin-right: auto; } }
