﻿/* CSS Document */
@media print,
screen and (min-width: 40em) {
    .reveal,
    .reveal.tiny,
    .reveal.small,
    .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

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
}

input {
    overflow: visible
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&xmedium=53.125em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=120em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "nexaFont", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    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
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto
}

.row::before,
.row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.row::after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media print,
screen and (min-width: 40em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width: 53.125em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media screen and (min-width: 75em) {
    .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.row.gutter-xlarge>.column,
.row.gutter-xlarge>.columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.row.gutter-xxlarge>.column,
.row.gutter-xxlarge>.columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media print,
screen and (min-width: 40em) {
    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width: 75em) {
    .column,
    .columns {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (min-width: 90em) {
    .column,
    .columns {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    position: relative;
    left: 8.33333%
}

.small-pull-1 {
    position: relative;
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    position: relative;
    left: 16.66667%
}

.small-pull-2 {
    position: relative;
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    position: relative;
    left: 25%
}

.small-pull-3 {
    position: relative;
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    position: relative;
    left: 33.33333%
}

.small-pull-4 {
    position: relative;
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    position: relative;
    left: 41.66667%
}

.small-pull-5 {
    position: relative;
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    position: relative;
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    position: relative;
    left: 58.33333%
}

.small-pull-7 {
    position: relative;
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    position: relative;
    left: 66.66667%
}

.small-pull-8 {
    position: relative;
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    position: relative;
    left: 75%
}

.small-pull-9 {
    position: relative;
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    position: relative;
    left: 83.33333%
}

.small-pull-10 {
    position: relative;
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    position: relative;
    left: 91.66667%
}

.small-pull-11 {
    position: relative;
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1>.column,
.small-up-1>.columns {
    float: left;
    width: 100%
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,
.small-up-2>.columns {
    float: left;
    width: 50%
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,
.small-up-3>.columns {
    float: left;
    width: 33.33333%
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,
.small-up-4>.columns {
    float: left;
    width: 25%
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,
.small-up-5>.columns {
    float: left;
    width: 20%
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,
.small-up-6>.columns {
    float: left;
    width: 16.66667%
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,
.small-up-7>.columns {
    float: left;
    width: 14.28571%
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,
.small-up-8>.columns {
    float: left;
    width: 12.5%
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-collapse .row {
    margin-right: 0;
    margin-left: 0
}

.expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.small-centered {
    margin-right: auto;
    margin-left: auto
}

.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0
}

@media print,
screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .medium-offset-0 {
        margin-left: 0%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3,
    .callout--square .callout--media {
        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,
    .callout--square .callout--content-wrapper {
        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: .9375rem;
        padding-left: .9375rem
    }
    .medium-centered {
        margin-right: auto;
        margin-left: auto
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-1 {
        width: 8.33333%
    }
    .xmedium-push-1,
    .callout--square .callout--media {
        position: relative;
        left: 8.33333%
    }
    .xmedium-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .xmedium-offset-0 {
        margin-left: 0%
    }
    .xmedium-2 {
        width: 16.66667%
    }
    .xmedium-push-2 {
        position: relative;
        left: 16.66667%
    }
    .xmedium-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .xmedium-offset-1 {
        margin-left: 8.33333%
    }
    .xmedium-3 {
        width: 25%
    }
    .xmedium-push-3 {
        position: relative;
        left: 25%
    }
    .xmedium-pull-3 {
        position: relative;
        left: -25%
    }
    .xmedium-offset-2 {
        margin-left: 16.66667%
    }
    .xmedium-4 {
        width: 33.33333%
    }
    .xmedium-push-4 {
        position: relative;
        left: 33.33333%
    }
    .xmedium-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .xmedium-offset-3 {
        margin-left: 25%
    }
    .xmedium-5 {
        width: 41.66667%
    }
    .xmedium-push-5 {
        position: relative;
        left: 41.66667%
    }
    .xmedium-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .xmedium-offset-4 {
        margin-left: 33.33333%
    }
    .xmedium-6 {
        width: 50%
    }
    .xmedium-push-6 {
        position: relative;
        left: 50%
    }
    .xmedium-pull-6 {
        position: relative;
        left: -50%
    }
    .xmedium-offset-5 {
        margin-left: 41.66667%
    }
    .xmedium-7 {
        width: 58.33333%
    }
    .xmedium-push-7 {
        position: relative;
        left: 58.33333%
    }
    .xmedium-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .xmedium-offset-6 {
        margin-left: 50%
    }
    .xmedium-8 {
        width: 66.66667%
    }
    .xmedium-push-8 {
        position: relative;
        left: 66.66667%
    }
    .xmedium-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .xmedium-offset-7 {
        margin-left: 58.33333%
    }
    .xmedium-9 {
        width: 75%
    }
    .xmedium-push-9 {
        position: relative;
        left: 75%
    }
    .xmedium-pull-9 {
        position: relative;
        left: -75%
    }
    .xmedium-offset-8 {
        margin-left: 66.66667%
    }
    .xmedium-10 {
        width: 83.33333%
    }
    .xmedium-push-10 {
        position: relative;
        left: 83.33333%
    }
    .xmedium-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .xmedium-offset-9 {
        margin-left: 75%
    }
    .xmedium-11 {
        width: 91.66667%
    }
    .xmedium-push-11 {
        position: relative;
        left: 91.66667%
    }
    .xmedium-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .xmedium-offset-10 {
        margin-left: 83.33333%
    }
    .xmedium-12 {
        width: 100%
    }
    .xmedium-offset-11 {
        margin-left: 91.66667%
    }
    .xmedium-up-1>.column,
    .xmedium-up-1>.columns {
        float: left;
        width: 100%
    }
    .xmedium-up-1>.column:nth-of-type(1n),
    .xmedium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .xmedium-up-1>.column:nth-of-type(1n+1),
    .xmedium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .xmedium-up-1>.column:last-child,
    .xmedium-up-1>.columns:last-child {
        float: left
    }
    .xmedium-up-2>.column,
    .xmedium-up-2>.columns {
        float: left;
        width: 50%
    }
    .xmedium-up-2>.column:nth-of-type(1n),
    .xmedium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .xmedium-up-2>.column:nth-of-type(2n+1),
    .xmedium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .xmedium-up-2>.column:last-child,
    .xmedium-up-2>.columns:last-child {
        float: left
    }
    .xmedium-up-3>.column,
    .xmedium-up-3>.columns {
        float: left;
        width: 33.33333%
    }
    .xmedium-up-3>.column:nth-of-type(1n),
    .xmedium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .xmedium-up-3>.column:nth-of-type(3n+1),
    .xmedium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .xmedium-up-3>.column:last-child,
    .xmedium-up-3>.columns:last-child {
        float: left
    }
    .xmedium-up-4>.column,
    .xmedium-up-4>.columns {
        float: left;
        width: 25%
    }
    .xmedium-up-4>.column:nth-of-type(1n),
    .xmedium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .xmedium-up-4>.column:nth-of-type(4n+1),
    .xmedium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .xmedium-up-4>.column:last-child,
    .xmedium-up-4>.columns:last-child {
        float: left
    }
    .xmedium-up-5>.column,
    .xmedium-up-5>.columns {
        float: left;
        width: 20%
    }
    .xmedium-up-5>.column:nth-of-type(1n),
    .xmedium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .xmedium-up-5>.column:nth-of-type(5n+1),
    .xmedium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .xmedium-up-5>.column:last-child,
    .xmedium-up-5>.columns:last-child {
        float: left
    }
    .xmedium-up-6>.column,
    .xmedium-up-6>.columns {
        float: left;
        width: 16.66667%
    }
    .xmedium-up-6>.column:nth-of-type(1n),
    .xmedium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .xmedium-up-6>.column:nth-of-type(6n+1),
    .xmedium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .xmedium-up-6>.column:last-child,
    .xmedium-up-6>.columns:last-child {
        float: left
    }
    .xmedium-up-7>.column,
    .xmedium-up-7>.columns {
        float: left;
        width: 14.28571%
    }
    .xmedium-up-7>.column:nth-of-type(1n),
    .xmedium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .xmedium-up-7>.column:nth-of-type(7n+1),
    .xmedium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .xmedium-up-7>.column:last-child,
    .xmedium-up-7>.columns:last-child {
        float: left
    }
    .xmedium-up-8>.column,
    .xmedium-up-8>.columns {
        float: left;
        width: 12.5%
    }
    .xmedium-up-8>.column:nth-of-type(1n),
    .xmedium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .xmedium-up-8>.column:nth-of-type(8n+1),
    .xmedium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .xmedium-up-8>.column:last-child,
    .xmedium-up-8>.columns:last-child {
        float: left

    }
    .xmedium-collapse>.column,
    .xmedium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .xmedium-collapse .row {
        margin-right: 0;
        margin-left: 0
    }
    .expanded.row .xmedium-collapse.row {
        margin-right: 0;
        margin-left: 0
    }
    .xmedium-uncollapse>.column,
    .xmedium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    .xmedium-centered {
        margin-right: auto;
        margin-left: auto
    }
    .xmedium-centered,
    .xmedium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .xmedium-uncentered,
    .xmedium-push-0,
    .xmedium-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: .9375rem;
        padding-left: .9375rem
    }
    .large-centered {
        margin-right: auto;
        margin-left: auto
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0,
    .callout--square .callout--content-wrapper {
        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: 1.25rem;
        padding-left: 1.25rem
    }
    .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
    }
}

.column-block {
    margin-bottom: 1.875rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 75em) {
    .column-block {
        margin-bottom: 2.5rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 90em) {
    .column-block {
        margin-bottom: 3.75rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media print,
screen and (min-width: 40em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width: 53.125em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media screen and (min-width: 75em) {
    .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    min-width: 0
}

@media print,
screen and (min-width: 40em) {
    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width: 75em) {
    .column,
    .columns {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (min-width: 90em) {
    .column,
    .columns {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
    -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: .9375rem;
    padding-left: .9375rem
}

@media print,
screen and (min-width: 40em) {
    .medium-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .medium-offset-0 {
        margin-left: 0%
    }
    .medium-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3,
    .callout--square .callout--media {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9,
    .callout--square .callout--content-wrapper {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,
screen and (min-width: 40em) {
    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .xmedium-offset-0 {
        margin-left: 0%
    }
    .xmedium-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xmedium-offset-1 {
        margin-left: 8.33333%
    }
    .xmedium-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .xmedium-offset-2 {
        margin-left: 16.66667%
    }
    .xmedium-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xmedium-offset-3 {
        margin-left: 25%
    }
    .xmedium-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .xmedium-offset-4 {
        margin-left: 33.33333%
    }
    .xmedium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .xmedium-offset-5 {
        margin-left: 41.66667%
    }
    .xmedium-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .xmedium-offset-6 {
        margin-left: 50%
    }
    .xmedium-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .xmedium-offset-7 {
        margin-left: 58.33333%
    }
    .xmedium-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .xmedium-offset-8 {
        margin-left: 66.66667%
    }
    .xmedium-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .xmedium-offset-9 {
        margin-left: 75%
    }
    .xmedium-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .xmedium-offset-10 {
        margin-left: 83.33333%
    }
    .xmedium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .xmedium-offset-11 {
        margin-left: 91.66667%
    }
    .xmedium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-1>.column,
    .xmedium-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .xmedium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-2>.column,
    .xmedium-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .xmedium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-3>.column,
    .xmedium-up-3>.columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xmedium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-4>.column,
    .xmedium-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .xmedium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-5>.column,
    .xmedium-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .xmedium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-6>.column,
    .xmedium-up-6>.columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xmedium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-7>.column,
    .xmedium-up-7>.columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .xmedium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xmedium-up-8>.column,
    .xmedium-up-8>.columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width: 53.125em) and (min-width: 53.125em) {
    .xmedium-expand {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xmedium-unstack>.column,
.row.xmedium-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,
screen and (min-width: 53.125em) {
    .row.xmedium-unstack>.column,
    .row.xmedium-unstack>.columns {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-collapse>.column,
    .xmedium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .xmedium-uncollapse>.column,
    .xmedium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .large-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .large-offset-0 {
        margin-left: 0%
    }
    .large-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        -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 {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,
screen and (min-width: 64em) {
    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -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: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width: 75em) {
    .xlarge-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .xlarge-offset-0 {
        margin-left: 0%
    }
    .xlarge-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xlarge-offset-1 {
        margin-left: 8.33333%
    }
    .xlarge-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .xlarge-offset-2 {
        margin-left: 16.66667%
    }
    .xlarge-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xlarge-offset-3 {
        margin-left: 25%
    }
    .xlarge-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .xlarge-offset-4 {
        margin-left: 33.33333%
    }
    .xlarge-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .xlarge-offset-5 {
        margin-left: 41.66667%
    }
    .xlarge-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .xlarge-offset-6 {
        margin-left: 50%
    }
    .xlarge-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .xlarge-offset-7 {
        margin-left: 58.33333%
    }
    .xlarge-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .xlarge-offset-8 {
        margin-left: 66.66667%
    }
    .xlarge-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .xlarge-offset-9 {
        margin-left: 75%
    }
    .xlarge-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .xlarge-offset-10 {
        margin-left: 83.33333%
    }
    .xlarge-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .xlarge-offset-11 {
        margin-left: 91.66667%
    }
    .xlarge-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xlarge-up-1>.column,
    .xlarge-up-1>.columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .xlarge-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xlarge-up-2>.column,
    .xlarge-up-2>.columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .xlarge-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xlarge-up-3>.column,
    .xlarge-up-3>.columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xlarge-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xlarge-up-4>.column,
    .xlarge-up-4>.columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .xlarge-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xlarge-up-5>.column,
    .xlarge-up-5>.columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .xlarge-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xlarge-up-6>.column,
    .xlarge-up-6>.columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xlarge-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xlarge-up-7>.column,
    .xlarge-up-7>.columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .xlarge-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .xlarge-up-8>.column,
    .xlarge-up-8>.columns {
        -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 {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 75em) {
    .row.xlarge-unstack>.column,
    .row.xlarge-unstack>.columns {
        -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: 1.25rem;
        padding-left: 1.25rem
    }
}

.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.875rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 75em) {
    .column-block {
        margin-bottom: 2.5rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 90em) {
    .column-block {
        margin-bottom: 3.75rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin: 0 auto
}

@media print,
screen and (min-width: 40em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin: 0 auto
}

@media print,
screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
}

.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%
}

.cell.auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width: 40em) {
    .grid-x>.medium-shrink,
    .grid-x>.medium-full,
    .grid-x>.medium-1,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .callout--square .grid-x>.callout--media,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .callout--square .grid-x>.callout--content-wrapper,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width: 53.125em) {
    .grid-x>.xmedium-shrink,
    .grid-x>.xmedium-full,
    .grid-x>.xmedium-1,
    .grid-x>.xmedium-2,
    .grid-x>.xmedium-3,
    .grid-x>.xmedium-4,
    .grid-x>.xmedium-5,
    .grid-x>.xmedium-6,
    .grid-x>.xmedium-7,
    .grid-x>.xmedium-8,
    .grid-x>.xmedium-9,
    .grid-x>.xmedium-10,
    .grid-x>.xmedium-11,
    .grid-x>.xmedium-12 {
        -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 {
        -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 {
        -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: 40em) {
    .grid-x>.medium-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.medium-shrink {
        -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,
    .callout--square .grid-x>.callout--media {
        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,
    .callout--square .grid-x>.callout--content-wrapper {
        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: 53.125em) {
    .grid-x>.xmedium-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.xmedium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .grid-x>.xmedium-1 {
        width: 8.33333%
    }
    .grid-x>.xmedium-2 {
        width: 16.66667%
    }
    .grid-x>.xmedium-3 {
        width: 25%
    }
    .grid-x>.xmedium-4 {
        width: 33.33333%
    }
    .grid-x>.xmedium-5 {
        width: 41.66667%
    }
    .grid-x>.xmedium-6 {
        width: 50%
    }
    .grid-x>.xmedium-7 {
        width: 58.33333%
    }
    .grid-x>.xmedium-8 {
        width: 66.66667%
    }
    .grid-x>.xmedium-9 {
        width: 75%
    }
    .grid-x>.xmedium-10 {
        width: 83.33333%
    }
    .grid-x>.xmedium-11 {
        width: 91.66667%
    }
    .grid-x>.xmedium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-x>.large-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.large-shrink {
        -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 {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.xlarge-shrink {
        -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%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x>.cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x>.auto {
    width: auto
}

.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .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,
    .callout--square .grid-margin-x>.callout--media {
        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,
    .callout--square .grid-margin-x>.callout--content-wrapper {
        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: 53.125em) {
    .grid-margin-x>.xmedium-auto {
        width: auto
    }
    .grid-margin-x>.xmedium-shrink {
        width: auto
    }
    .grid-margin-x>.xmedium-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.xmedium-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.xmedium-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.xmedium-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.xmedium-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.xmedium-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.xmedium-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.xmedium-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.xmedium-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.xmedium-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.xmedium-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.xmedium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .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)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x>.cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-x>.cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.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: 40em) {
    .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: 53.125em) {
    .xmedium-up-1>.cell {
        width: 100%
    }
    .xmedium-up-2>.cell {
        width: 50%
    }
    .xmedium-up-3>.cell {
        width: 33.33333%
    }
    .xmedium-up-4>.cell {
        width: 25%
    }
    .xmedium-up-5>.cell {
        width: 20%
    }
    .xmedium-up-6>.cell {
        width: 16.66667%
    }
    .xmedium-up-7>.cell {
        width: 14.28571%
    }
    .xmedium-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%
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 1.25rem)
    }
    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 1.25rem)
    }
    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 1.25rem)
    }
    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 1.25rem)
    }
    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 1.25rem)
    }
    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 1.25rem)
    }
    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 1.25rem)
    }
    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 1.25rem)
    }
    .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: 53.125em) {
    .grid-margin-x.xmedium-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.xmedium-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.xmedium-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.xmedium-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.xmedium-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.xmedium-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.xmedium-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.xmedium-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .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)
    }
}

.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: 40em) {
    .small-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .small-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .small-margin-collapse>.medium-3,
    .callout--square .small-margin-collapse>.callout--media {
        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,
    .callout--square .small-margin-collapse>.callout--content-wrapper {
        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: 53.125em) {
    .small-margin-collapse>.xmedium-1 {
        width: 8.33333%
    }
    .small-margin-collapse>.xmedium-2 {
        width: 16.66667%
    }
    .small-margin-collapse>.xmedium-3 {
        width: 25%
    }
    .small-margin-collapse>.xmedium-4 {
        width: 33.33333%
    }
    .small-margin-collapse>.xmedium-5 {
        width: 41.66667%
    }
    .small-margin-collapse>.xmedium-6 {
        width: 50%
    }
    .small-margin-collapse>.xmedium-7 {
        width: 58.33333%
    }
    .small-margin-collapse>.xmedium-8 {
        width: 66.66667%
    }
    .small-margin-collapse>.xmedium-9 {
        width: 75%
    }
    .small-margin-collapse>.xmedium-10 {
        width: 83.33333%
    }
    .small-margin-collapse>.xmedium-11 {
        width: 91.66667%
    }
    .small-margin-collapse>.xmedium-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%
    }
}

.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: 40em) {
    .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: 40em) {
    .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: 40em) {
    .medium-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.medium-3,
    .callout--square .medium-margin-collapse>.callout--media {
        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,
    .callout--square .medium-margin-collapse>.callout--content-wrapper {
        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: 53.125em) {
    .medium-margin-collapse>.xmedium-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.xmedium-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.xmedium-3 {
        width: 25%
    }
    .medium-margin-collapse>.xmedium-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.xmedium-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.xmedium-6 {
        width: 50%
    }
    .medium-margin-collapse>.xmedium-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.xmedium-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.xmedium-9 {
        width: 75%
    }
    .medium-margin-collapse>.xmedium-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.xmedium-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.xmedium-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 print,
screen and (min-width: 40em) {
    .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: 53.125em) {
    .xmedium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .xmedium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-margin-collapse>.small-1 {
        width: 8.33333%
    }
    .xmedium-margin-collapse>.small-2 {
        width: 16.66667%
    }
    .xmedium-margin-collapse>.small-3 {
        width: 25%
    }
    .xmedium-margin-collapse>.small-4 {
        width: 33.33333%
    }
    .xmedium-margin-collapse>.small-5 {
        width: 41.66667%
    }
    .xmedium-margin-collapse>.small-6 {
        width: 50%
    }
    .xmedium-margin-collapse>.small-7 {
        width: 58.33333%
    }
    .xmedium-margin-collapse>.small-8 {
        width: 66.66667%
    }
    .xmedium-margin-collapse>.small-9 {
        width: 75%
    }
    .xmedium-margin-collapse>.small-10 {
        width: 83.33333%
    }
    .xmedium-margin-collapse>.small-11 {
        width: 91.66667%
    }
    .xmedium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .xmedium-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .xmedium-margin-collapse>.medium-3,
    .callout--square .xmedium-margin-collapse>.callout--media {
        width: 25%
    }
    .xmedium-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .xmedium-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .xmedium-margin-collapse>.medium-6 {
        width: 50%
    }
    .xmedium-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .xmedium-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .xmedium-margin-collapse>.medium-9,
    .callout--square .xmedium-margin-collapse>.callout--content-wrapper {
        width: 75%
    }
    .xmedium-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .xmedium-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .xmedium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-margin-collapse>.xmedium-1 {
        width: 8.33333%
    }
    .xmedium-margin-collapse>.xmedium-2 {
        width: 16.66667%
    }
    .xmedium-margin-collapse>.xmedium-3 {
        width: 25%
    }
    .xmedium-margin-collapse>.xmedium-4 {
        width: 33.33333%
    }
    .xmedium-margin-collapse>.xmedium-5 {
        width: 41.66667%
    }
    .xmedium-margin-collapse>.xmedium-6 {
        width: 50%
    }
    .xmedium-margin-collapse>.xmedium-7 {
        width: 58.33333%
    }
    .xmedium-margin-collapse>.xmedium-8 {
        width: 66.66667%
    }
    .xmedium-margin-collapse>.xmedium-9 {
        width: 75%
    }
    .xmedium-margin-collapse>.xmedium-10 {
        width: 83.33333%
    }
    .xmedium-margin-collapse>.xmedium-11 {
        width: 91.66667%
    }
    .xmedium-margin-collapse>.xmedium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .xmedium-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .xmedium-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .xmedium-margin-collapse>.large-3 {
        width: 25%
    }
    .xmedium-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .xmedium-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .xmedium-margin-collapse>.large-6 {
        width: 50%
    }
    .xmedium-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .xmedium-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .xmedium-margin-collapse>.large-9 {
        width: 75%
    }
    .xmedium-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .xmedium-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .xmedium-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xmedium-margin-collapse>.xlarge-1 {
        width: 8.33333%
    }
    .xmedium-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }
    .xmedium-margin-collapse>.xlarge-3 {
        width: 25%
    }
    .xmedium-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }
    .xmedium-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }
    .xmedium-margin-collapse>.xlarge-6 {
        width: 50%
    }
    .xmedium-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }
    .xmedium-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }
    .xmedium-margin-collapse>.xlarge-9 {
        width: 75%
    }
    .xmedium-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }
    .xmedium-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }
    .xmedium-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .xmedium-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,
    .callout--square .large-margin-collapse>.callout--media {
        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,
    .callout--square .large-margin-collapse>.callout--content-wrapper {
        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>.xmedium-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.xmedium-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.xmedium-3 {
        width: 25%
    }
    .large-margin-collapse>.xmedium-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.xmedium-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.xmedium-6 {
        width: 50%
    }
    .large-margin-collapse>.xmedium-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.xmedium-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.xmedium-9 {
        width: 75%
    }
    .large-margin-collapse>.xmedium-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.xmedium-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.xmedium-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 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,
    .callout--square .xlarge-margin-collapse>.callout--media {
        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,
    .callout--square .xlarge-margin-collapse>.callout--content-wrapper {
        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>.xmedium-1 {
        width: 8.33333%
    }
    .xlarge-margin-collapse>.xmedium-2 {
        width: 16.66667%
    }
    .xlarge-margin-collapse>.xmedium-3 {
        width: 25%
    }
    .xlarge-margin-collapse>.xmedium-4 {
        width: 33.33333%
    }
    .xlarge-margin-collapse>.xmedium-5 {
        width: 41.66667%
    }
    .xlarge-margin-collapse>.xmedium-6 {
        width: 50%
    }
    .xlarge-margin-collapse>.xmedium-7 {
        width: 58.33333%
    }
    .xlarge-margin-collapse>.xmedium-8 {
        width: 66.66667%
    }
    .xlarge-margin-collapse>.xmedium-9 {
        width: 75%
    }
    .xlarge-margin-collapse>.xmedium-10 {
        width: 83.33333%
    }
    .xlarge-margin-collapse>.xmedium-11 {
        width: 91.66667%
    }
    .xlarge-margin-collapse>.xmedium-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: 75em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .xlarge-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% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

@media print,
screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0%
    }
    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-offset-0 {
        margin-left: 0%
    }
    .grid-margin-x>.xmedium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .xmedium-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.xmedium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .xmedium-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.xmedium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .xmedium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.xmedium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .xmedium-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.xmedium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)

    }
    .xmedium-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.xmedium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .xmedium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.xmedium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .xmedium-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.xmedium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .xmedium-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.xmedium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .xmedium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.xmedium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .xmedium-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.xmedium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .xmedium-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.xmedium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0%
    }
    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media screen and (min-width: 75em) {
    .xlarge-offset-0 {
        margin-left: 0%
    }
    .grid-margin-x>.xlarge-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .xlarge-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .xlarge-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .xlarge-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .xlarge-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .xlarge-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .xlarge-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .xlarge-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .xlarge-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .xlarge-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .xlarge-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .xlarge-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.grid-y {
    display: -ms-flexbox;
    display: flex;
    -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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width: 40em) {
    .grid-y>.medium-shrink,
    .grid-y>.medium-full,
    .grid-y>.medium-1,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .callout--square .grid-y>.callout--media,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .callout--square .grid-y>.callout--content-wrapper,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width: 53.125em) {
    .grid-y>.xmedium-shrink,
    .grid-y>.xmedium-full,
    .grid-y>.xmedium-1,
    .grid-y>.xmedium-2,
    .grid-y>.xmedium-3,
    .grid-y>.xmedium-4,
    .grid-y>.xmedium-5,
    .grid-y>.xmedium-6,
    .grid-y>.xmedium-7,
    .grid-y>.xmedium-8,
    .grid-y>.xmedium-9,
    .grid-y>.xmedium-10,
    .grid-y>.xmedium-11,
    .grid-y>.xmedium-12 {
        -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 {
        -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 {
        -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: 40em) {
    .grid-y>.medium-auto {
        -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,
    .callout--square .grid-y>.callout--media {
        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,
    .callout--square .grid-y>.callout--content-wrapper {
        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: 53.125em) {
    .grid-y>.xmedium-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }
    .grid-y>.xmedium-shrink {
        height: auto
    }
    .grid-y>.xmedium-1 {
        height: 8.33333%
    }
    .grid-y>.xmedium-2 {
        height: 16.66667%
    }
    .grid-y>.xmedium-3 {
        height: 25%
    }
    .grid-y>.xmedium-4 {
        height: 33.33333%
    }
    .grid-y>.xmedium-5 {
        height: 41.66667%
    }
    .grid-y>.xmedium-6 {
        height: 50%
    }
    .grid-y>.xmedium-7 {
        height: 58.33333%
    }
    .grid-y>.xmedium-8 {
        height: 66.66667%
    }
    .grid-y>.xmedium-9 {
        height: 75%
    }
    .grid-y>.xmedium-10 {
        height: 83.33333%
    }
    .grid-y>.xmedium-11 {
        height: 91.66667%
    }
    .grid-y>.xmedium-12 {
        height: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-y>.large-auto {
        -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 {
        -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%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y>.cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-y>.cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .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,
    .callout--square .grid-margin-y>.callout--media {
        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,
    .callout--square .grid-margin-y>.callout--content-wrapper {
        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: 53.125em) {
    .grid-margin-y>.xmedium-auto {
        height: auto
    }
    .grid-margin-y>.xmedium-shrink {
        height: auto
    }
    .grid-margin-y>.xmedium-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.xmedium-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.xmedium-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.xmedium-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.xmedium-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.xmedium-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.xmedium-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.xmedium-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.xmedium-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.xmedium-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.xmedium-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.xmedium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .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)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print,
screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -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: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -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: 53.125em) {
    .xmedium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }
    .cell .xmedium-grid-frame {
        width: 100%
    }
    .xmedium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
    .xmedium-cell-block-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .xmedium-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .xmedium-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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -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: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -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: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -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
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print,
screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,
screen and (min-width: 53.125em) {
    .grid-y.xmedium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width: 53.125em) {
    .cell .grid-y.xmedium-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%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .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,
    .callout--square .grid-margin-y>.callout--media {
        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,
    .callout--square .grid-margin-y>.callout--content-wrapper {
        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: 53.125em) {
    .grid-margin-y>.xmedium-auto {
        height: auto
    }
    .grid-margin-y>.xmedium-shrink {
        height: auto
    }
    .grid-margin-y>.xmedium-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.xmedium-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.xmedium-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.xmedium-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.xmedium-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.xmedium-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.xmedium-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.xmedium-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.xmedium-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.xmedium-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.xmedium-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.xmedium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .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)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width: 53.125em) {
    .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 print,
screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width: 53.125em) {
    .grid-margin-y.xmedium-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)
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "nexaFont", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    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: #626363
}

h1,
.h1 {
    font-size: 2.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2,
.h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h3,
.h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h5,
.h5 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h6,
.h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,
screen and (min-width: 40em) {
    h1,
    .h1 {
        font-size: 2.875rem
    }
    h2,
    .h2 {
        font-size: 2.25rem
    }
    h3,
    .h3 {
        font-size: 1.625rem
    }
    h4,
    .h4 {
        font-size: 1.25rem
    }
    h5,
    .h5 {
        font-size: 1.25rem
    }
    h6,
    .h6 {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width: 64em) {
    h1,
    .h1 {
        font-size: 3.75rem
    }
    h2,
    .h2 {
        font-size: 2.5rem
    }
    h3,
    .h3 {
        font-size: 1.875rem
    }
    h4,
    .h4 {
        font-size: 1.375rem
    }
    h5,
    .h5 {
        font-size: 1.25rem
    }
    h6,
    .h6 {
        font-size: 1.25rem
    }
}

a {
    line-height: inherit;
    color: #333;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:focus {
    color: #2c2c2c
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #626363;
    border-left: 0
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #626363
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #505759
}

cite {
    display: block;
    font-size: .8125rem;
    color: #505759
}

cite:before {
    content: "— "
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #626363;
    background-color: #C8C9C7;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #C8C9C7;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #505759
}

.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: 40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-text-left {
        text-align: left
    }
    .xmedium-text-right {
        text-align: right
    }
    .xmedium-text-center {
        text-align: center
    }
    .xmedium-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
    }
}

.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 #505759;
        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: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #333;
    color: #fff
}

[data-whatinput='mouse'] .button {
    outline: 0
}

.button:hover,
.button:focus {
    background-color: #2b2b2b;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary {
    background-color: #333;
    color: #fff
}

.button.primary:hover,
.button.primary:focus {
    background-color: #292929;
    color: #fff
}

.button.secondary {
    background-color: #767676;
    color: #fff
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #5e5e5e;
    color: #fff
}

.button.success {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.success:hover,
.button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button.warning {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.warning:hover,
.button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button.alert {
    background-color: #cc4b37;
    color: #fff
}

.button.alert:hover,
.button.alert:focus {
    background-color: #a53b2a;
    color: #fff
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #333;
    color: #fff
}

.button.disabled.primary,
.button[disabled].primary {
    opacity: .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: #333;
    color: #fff
}

.button.disabled.secondary,
.button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #767676;
    color: #fff
}

.button.disabled.success,
.button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.disabled.warning,
.button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.disabled.alert,
.button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #cc4b37;
    color: #fff
}

.button.hollow {
    border: 1px solid #333;
    color: #333
}

.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: #1a1a1a;
    color: #1a1a1a
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
    border: 1px solid #333;
    color: #333
}

.button.hollow.primary {
    border: 1px solid #333;
    color: #333
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    border-color: #1a1a1a;
    color: #1a1a1a
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
    border: 1px solid #333;
    color: #333
}

.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:hover,
.button.hollow.success:focus {
    border-color: #157539;
    color: #157539
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
    border-color: #805700;
    color: #805700
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear {
    border: 1px solid #333;
    color: #333
}

.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: #1a1a1a;
    color: #1a1a1a
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
    border: 1px solid #333;
    color: #333
}

.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 #333;
    color: #333
}

.button.clear.primary:hover,
.button.clear.primary:focus {
    border-color: #1a1a1a;
    color: #1a1a1a
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
    border: 1px solid #333;
    color: #333
}

.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 #767676;
    color: #767676
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
    border: 1px solid #767676;
    color: #767676
}

.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 #3adb76;
    color: #3adb76
}

.button.clear.success:hover,
.button.clear.success:focus {
    border-color: #157539;
    color: #157539
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.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 #ffae00;
    color: #ffae00
}

.button.clear.warning:hover,
.button.clear.warning:focus {
    border-color: #805700;
    color: #805700
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.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 #cc4b37;
    color: #cc4b37
}

.button.clear.alert:hover,
.button.clear.alert:focus {
    border-color: #67251a;
    color: #67251a
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.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 .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: 1em
}

.button.dropdown.hollow::after {
    border-top-color: #333
}

.button.dropdown.hollow.primary::after {
    border-top-color: #333
}

.button.dropdown.hollow.secondary::after {
    border-top-color: #767676
}

.button.dropdown.hollow.success::after {
    border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0
}

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.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #505759;
    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: 0;
    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:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #626363
}

input::placeholder,
textarea::placeholder {
    color: #626363
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #C8C9C7;
    cursor: not-allowed
}

[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type='search'] {
    box-sizing: border-box
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
    cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
    margin-right: .5rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1rem;
    padding: .5rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -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 #626363;
    background: #C8C9C7;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -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;
    -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: -ms-flexbox;
    display: flex;
    -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;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #626363
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #505759;
    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%2880, 87, 89%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

select:disabled {
    background-color: #C8C9C7;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: bold;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

.accordion {
    margin-left: 0;
    background: transparent;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: 0 0 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.5rem 2rem;
    border: 0;
    border-bottom: 0;
    font-size: 1.875rem;
    line-height: 1;
    color: #007196
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 0;
    border-radius: 0 0 0 0
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: transparent
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'
}

.is-active>.accordion-title::before {
    content: '\2013'
}

.accordion-content {
    display: none;
    padding: 0.35rem 2rem 2rem;
    border: 0;
    border-bottom: 0;
    background-color: transparent;
    color: #333
}

:last-child>.accordion-content:last-child {
    border-bottom: 0
}

.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: #333 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 {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -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: #333 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded='true']::after {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -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: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #333;
    color: #fff
}

.badge.primary {
    background: #333;
    color: #fff
}

.badge.secondary {
    background: #767676;
    color: #fff
}

.badge.success {
    background: #3adb76;
    color: #0a0a0a
}

.badge.warning {
    background: #ffae00;
    color: #0a0a0a
}

.badge.alert {
    background: #cc4b37;
    color: #fff
}

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none
}

.breadcrumbs::before,
.breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #626363
}

.breadcrumbs a {
    color: #333
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #626363;
    cursor: not-allowed
}

.button-group {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group::before,
.button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.button-group.primary .button {
    background-color: #333;
    color: #fff
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #292929;
    color: #fff
}

.button-group.secondary .button {
    background-color: #767676;
    color: #fff
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #fff
}

.button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a
}

.button-group.success .button:hover,
.button-group.success .button:focus {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #fff
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fff
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #e0e0e0;
    color: #0a0a0a
}

.callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a
}

.callout.success {
    background-color: #e1faea;
    color: #0a0a0a
}

.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a
}

.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #C8C9C7;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background: #C8C9C7
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    -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: #505759;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover,
.close-button:focus {
    color: #0a0a0a
}

.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: -ms-flexbox;
    display: flex;
    -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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -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: 40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.medium-expanded li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.medium-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 53.125em) {
    .menu.xmedium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.xmedium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.xmedium-expanded li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.xmedium-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.large-expanded li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.large-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.xlarge-expanded li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.xlarge-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -ms-flexbox;
    display: flex
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -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: .25rem
}

.menu.icon-right li a {
    -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: .25rem
}

.menu.icon-top li a {
    -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 {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -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 {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: #333;
    color: #fff
}

.menu .active>a {
    background: #333;
    color: #fff
}

.menu.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -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 {
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    -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: #626363;
    box-shadow: 0 7px 0 #626363, 0 14px 0 #626363
}

.menu-icon.dark {
    position: relative;
    display: inline-block;

    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #505759;
    box-shadow: 0 7px 0 #505759, 0 14px 0 #505759
}

.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: transform 0.15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -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 #333
}

.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 #333
}

.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 #333 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 #333 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 #626363;
    border-radius: 0;
    background-color: #fff;
    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: #333 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: #333
}

.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 #333 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 #333
}

@media print,
screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #333 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 #333 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 #333
    }
}

@media print,
screen and (min-width: 53.125em) {
    .dropdown.menu.xmedium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.xmedium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.xmedium-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: #333 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }
    .dropdown.menu.xmedium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.xmedium-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }
    .dropdown.menu.xmedium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.xmedium-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.xmedium-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 #333 transparent transparent
    }
    .dropdown.menu.xmedium-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 #333
    }
}

@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: #333 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 #333 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 #333
    }
}

@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: #333 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 #333 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 #333
    }
}

.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 #626363;
    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 #333 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 #333
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #333;
    color: #fff
}

.label.primary {
    background: #333;
    color: #fff
}

.label.secondary {
    background: #767676;
    color: #fff
}

.label.success {
    background: #3adb76;
    color: #0a0a0a
}

.label.warning {
    background: #ffae00;
    color: #0a0a0a
}

.label.alert {
    background: #cc4b37;
    color: #fff
}

.media-object {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -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 {
    -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 {
    -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 .5s ease, visibility .5s ease;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #C8C9C7
}

[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: 0 0 10px rgba(10, 10, 10, 0.7)
}

.off-canvas.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #C8C9C7
}

[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: 0 0 10px rgba(10, 10, 10, 0.7)
}

.off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto
}

@media screen and (min-width: 15.625em) {
    .position-left {
        -ms-transform: translateX(-);
        transform: translateX(-)
    }
}

@media screen and (min-width: 15.625em) {
    .off-canvas-content .off-canvas.position-left {
        -ms-transform: translateX(-);
        transform: translateX(-)
    }
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (min-width: 15.625em) {
    .off-canvas-content.is-open-left.has-transition-push {
        -ms-transform: translateX();
        transform: translateX()
    }
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto
}

@media screen and (min-width: 15.625em) {
    .position-right {
        -ms-transform: translateX();
        transform: translateX()
    }
}

@media screen and (min-width: 15.625em) {
    .off-canvas-content .off-canvas.position-right {
        -ms-transform: translateX();
        transform: translateX()
    }
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (min-width: 15.625em) {
    .off-canvas-content.is-open-right.has-transition-push {
        -ms-transform: translateX(-);
        transform: translateX(-)
    }
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto
}

@media screen and (min-width: 15.625em) {
    .position-top {
        -ms-transform: translateY(-);
        transform: translateY(-)
    }
}

@media screen and (min-width: 15.625em) {
    .off-canvas-content .off-canvas.position-top {
        -ms-transform: translateY(-);
        transform: translateY(-)
    }
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (min-width: 15.625em) {
    .off-canvas-content.is-open-top.has-transition-push {
        -ms-transform: translateY();
        transform: translateY()
    }
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto
}

@media screen and (min-width: 15.625em) {
    .position-bottom {
        -ms-transform: translateY();
        transform: translateY()
    }
}

@media screen and (min-width: 15.625em) {
    .off-canvas-content .off-canvas.position-bottom {
        -ms-transform: translateY();
        transform: translateY()
    }
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (min-width: 15.625em) {
    .off-canvas-content.is-open-bottom.has-transition-push {
        -ms-transform: translateY(-);
        transform: translateY(-)
    }
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25)
}

.off-canvas-content {
    -ms-transform: none;
    transform: none;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print,
screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-medium {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-medium {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-medium {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,
screen and (min-width: 53.125em) {
    .position-left.reveal-for-xmedium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-xmedium .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-xmedium {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-xmedium ~ .off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-xmedium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-xmedium .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-xmedium {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-xmedium ~ .off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-xmedium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-xmedium .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-xmedium {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-xmedium ~ .off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-xmedium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-xmedium .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-xmedium {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-xmedium ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,
screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-large {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-large {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-large {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-large {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width: 75em) {
    .position-left.reveal-for-xlarge {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-xlarge {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-xlarge {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-xlarge {
        -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 {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,
screen and (min-width: 40em) {
    .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;
        -ms-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,
screen and (min-width: 53.125em) {
    .off-canvas.in-canvas-for-xmedium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }
    .off-canvas.in-canvas-for-xmedium.position-left,
    .off-canvas.in-canvas-for-xmedium.position-right,
    .off-canvas.in-canvas-for-xmedium.position-top,
    .off-canvas.in-canvas-for-xmedium.position-bottom {
        box-shadow: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-xmedium .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;
        -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;
        -ms-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-xlarge .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(10, 10, 10, 0.5);
    color: #fff
}

.orbit-previous,
.orbit-next {
    position: absolute;
    top: 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(10, 10, 10, 0.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #626363
}

.orbit-bullets button:hover {
    background-color: #505759
}

.orbit-bullets button.is-active {
    background-color: #505759
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::before,
.pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;

    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 0;
    font-size: .875rem;
    display: none
}

.pagination li:last-child,
.pagination li:first-child {
    display: inline-block
}

@media print,
screen and (min-width: 40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #0a0a0a
}

.pagination a:hover,
.pagination button:hover {
    background: #C8C9C7
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #333;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #626363;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #0a0a0a
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab'
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb'
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #626363
}

.progress.primary .progress-meter {
    background-color: #333
}

.progress.secondary .progress-meter {
    background-color: #767676
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #cc4b37
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #333
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #C8C9C7;
    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: .5rem;
    background-color: #626363;
    transition: all 0.2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #333;
    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: #2b2b2b
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    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(10, 10, 10, 0.45);
    overflow-y: scroll
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #626363;
    border-radius: 0;
    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: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width: 40em) {
    .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: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .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: 0;
    background: #626363;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''
}

input:checked ~ .switch-paddle {
    background: #333
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .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: .75rem
}

.switch.small .switch-paddle::after {
    top: .25rem;
    left: .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: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

table thead,
table tbody,
table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

table caption {
    padding: 1.0625rem .9375rem .9375rem;
    font-weight: bold
}

table thead {
    background: #fff;
    color: #0a0a0a
}

table tfoot {
    background: #f2f2f2;
    color: #0a0a0a
}

table thead tr,
table tfoot tr {
    background: transparent
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
    padding: 1.0625rem .9375rem .9375rem;
    font-weight: bold;
    text-align: left
}

table tbody th,
table tbody td {
    padding: 1.0625rem .9375rem .9375rem
}

table tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff
}

table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2
}

@media screen and (max-width: 53.0625em) {
    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: #fafafa
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover.striped tr:nth-of-type(even):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    border: 1px solid #C8C9C7;
    background: #fff;
    list-style-type: none
}

.tabs::before,
.tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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: #333
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #3d3d3d
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #333
}

.tabs-title>a:hover {
    background: #fff;
    color: #2c2c2c
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #C8C9C7;
    color: #333
}

.tabs-content {
    border: 1px solid #C8C9C7;
    border-top: 0;
    background: #fff;
    color: #0a0a0a;
    transition: all 0.5s ease
}

.tabs-content.vertical {
    border: 1px solid #C8C9C7;
    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: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 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(51, 51, 51, 0.5)
}

a.thumbnail image {
    box-shadow: none
}

.title-bar {
    padding: .5rem;
    background: #0a0a0a;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    -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 #505759;
    font-weight: bold;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fff
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #C8C9C7
}

.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 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width: 40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }
    .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media screen and (max-width: 53.0625em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-xmedium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-xmedium .top-bar-left,
    .top-bar.stacked-for-xmedium .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0
}

.top-bar-left,
.top-bar-right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 53.0625em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 53.125em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width: 53.125em) {
    .hide-for-xmedium {
        display: none !important
    }
}

@media screen and (max-width: 53.0625em) {
    .show-for-xmedium {
        display: none !important
    }
}

@media screen and (min-width: 53.125em) and (max-width: 63.9375em) {
    .hide-for-xmedium-only {
        display: none !important
    }
}

@media screen and (max-width: 53.0625em),
screen and (min-width: 64em) {
    .show-for-xmedium-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
    }
}

.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 {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-right.vertical.menu>li>a {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width: 40em) {
    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .xmedium-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .xmedium-order-3 {
        -ms-flex-order: 3;
        order: 3

    }
    .xmedium-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .xmedium-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .xmedium-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width: 64em) {
    .large-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .large-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .large-order-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .large-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .large-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .large-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .xlarge-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .xlarge-order-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .xlarge-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .xlarge-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .xlarge-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
    .medium-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .medium-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width: 53.125em) {
    .xmedium-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .xmedium-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .xmedium-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .xmedium-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .xmedium-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .xmedium-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .xmedium-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .xmedium-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width: 64em) {
    .large-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .large-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .xlarge-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .xlarge-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .xlarge-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .xlarge-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .xlarge-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .xlarge-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .xlarge-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}


.slide-out-up.mui-leave.mui-leave-active {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    transition-property: transform, opacity;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    transition-property: transform, opacity;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    transition-delay: 300ms !important
}

.long-delay {
    transition-delay: 700ms !important
}

.shake {
    animation-name: shake-7
}

@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%)
    }
}

.spin-cw {
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn)
    }
    100% {
        transform: rotate(0)
    }
}

.spin-ccw {
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg)
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg)
    }
    0%,
    30%,
    70%,
    100% {
        transform: rotate(0)
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    animation-duration: 500ms
}

.infinite {
    animation-iteration-count: infinite
}

.slow {
    animation-duration: 750ms !important
}

.fast {
    animation-duration: 250ms !important
}

.linear {
    animation-timing-function: linear !important
}

.ease {
    animation-timing-function: ease !important
}

.ease-in {
    animation-timing-function: ease-in !important
}

.ease-out {
    animation-timing-function: ease-out !important
}

.ease-in-out {
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    animation-delay: 300ms !important
}

.long-delay {
    animation-delay: 700ms !important
}

body {
    background-color: #f1f1f1;
    color: #505759;
    font-family: "nexaFont", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25rem
}

p,
li {
    font-size: 1.25rem
}

h1 {
    color: #002f6c
}

h2 {
    font-family: "nexaFontLight"
}

h2.h2--alt {
    color: #002f6c;
    font-family: "nexaFont"
}

h2.h2--white {
    color: #fff;
    font-family: "nexaFont"
}

h3 {
    font-family: "nexaFontBold"
}

h3.h3--alt {
    color: #002f6c;
    font-family: "nexaFont"
}

h4 {
    font-family: "nexaFontBold"
}

h4.h4--alt {
    color: #002f6c
}

h5 {
    font-family: "nexaFontBold"
}

h6 {
    font-family: "nexaFontHeavy"
}

sub,
sup {
    font-size: 50%
}

sup {
    top: -1em
}

a {
    color: #007196;
    transition: all .3s ease-in-out
}

a:focus,
a:hover {
    outline: 0
}

input:focus {
    outline: 0
}

.arrow--item {
    position: relative
}

.arrow--item:hover::after,
.arrow--item:focus::after {
    right: -16px
}

.arrow--item::before,
.arrow--item::after {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background-image: url("../images/arrow-left.png");
    background-repeat: no-repeat;
    color: #007196;
    height: 20px;
    margin-top: 4px;
    right: 0;
    width: 20px
}

.arrow--item::after {
    background-image: url("../images/arrow-right.png");
    right: -8px;
    transition: right 0.3s
}

.link-arrow {
    font-family: "nexaFontBold";
    padding-right: 1.05em;
    position: relative
}

.link-arrow::before,
.link-arrow::after {
    content: '';
    display: block;
    position: absolute
}

.link-arrow::before {
    border: solid #007196;
    border-width: 0 0 2px 2px;
    border-bottom-left-radius: .25em;
    height: .4em;
    margin-top: -.2em;
    right: 0;
    top: 50%;
    transition: width .3s ease-in-out;
    width: .8em
}

.link-arrow::after {
    border: solid #007196;
    border-width: 0 2px 2px 0px;
    height: .3em;
    margin-bottom: -.12em;
    right: 0;
    top: 50%;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: .3em
}

.link-arrow:hover {
    padding-right: 1.45em
}

.link-arrow:hover::before {
    width: 1.2em
}

.link-arrow:hover,
.link-arrow:focus {
    text-decoration: underline
}

.curved-arrow {
    display: inline-block;
    height: .4em;
    margin-bottom: .1em;
    position: relative;
    transition: width .3s ease-in-out;
    width: .8em
}

.curved-arrow::before,
.curved-arrow::after {
    content: '';
    display: block;
    position: absolute
}

.curved-arrow::before {
    border: solid #007196;
    border-width: 0 0 2px 2px;
    border-bottom-left-radius: .25em;
    height: 100%;
    width: 100%
}

.curved-arrow::after {
    border: solid #007196;
    border-width: 0 2px 2px 0px;
    bottom: 0;
    height: .3em;
    margin-bottom: -.12em;
    right: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: .3em
}

.curved-arrow:hover {
    width: 1.2em
}

.button {
    background-color: #c55400;
    border-radius: 8px;
    margin-top: 5px;
    padding: .875rem 1.875rem;
    position: relative
}

.button a,
.button span {
    color: #fff;
    font-size: 1.25rem;
    font-family: "nexaFontBold";
    position: relative;
    z-index: 1
}

.button:hover {
    background-color: #c55400
}

.button:hover a,
.button:hover span {
    color: #fff
}

.button:hover:before,
.button:hover:after {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.button:before,
.button:after {
    content: "";
    border-radius: 8px;
    box-shadow: 6px 0px rgba(197, 84, 0, 0.35), 12px 0px rgba(197, 84, 0, 0.35), 18px 0px rgba(197, 84, 0, 0.35);
    height: calc(100% + 2px);
    right: 1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    width: 50%;
    z-index: 0;
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: opacity 0.3s ease, transform 0.5s ease
}

.button:after {
    box-shadow: -6px 0px 0px rgba(197, 84, 0, 0.35), -12px 0px 0px rgba(197, 84, 0, 0.35), -18px 0px 0px rgba(197, 84, 0, 0.35);
    left: 1px;
    right: auto;
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

.button--alt {
    background-color: #c55400;
    border: 1px solid #c55400;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    font-size: 1.25rem;
    margin: .9375rem;
    padding: 0
}

.button--alt a,
.button--alt span {
    color: #fff;
    display: block;
    font-family: "nexaFontHeavy";
    text-transform: uppercase;
    padding: 0.85em 1em
}

.button--alt:hover,
.button--alt:focus {
    background-color: #fff;
    border-color: #c55400
}

.button--alt:hover a,
.button--alt:hover span,
.button--alt:focus a,
.button--alt:focus span {
    color: #c55400
}

.button--alt.small a {
    font-size: 1rem
}

.button--alt.white {
    background-color: #fff
}

.button--alt.white a,
.button--alt.white span {
    color: #c55400
}

.button--alt.white:hover,
.button--alt.white:focus {
    background-color: #c55400;
    border-color: #c55400
}

.button--alt.white:hover a,
.button--alt.white:hover span,
.button--alt.white:focus a,
.button--alt.white:focus span {
    color: #fff
}

a[href=""] {
    cursor: default
}

.table-wrapper .currency:before {
    content: '$'
}

@font-face {
    font-family: "nexaFont";
    src: url("../fonts/nexafonts/NexaRegular.otf");
    src: url("../fonts/1279290/06727d37-7c85-4caa-ab18-fdaea97d11a9.eot?#iefix") format("eot"), url("../fonts/1279290/9b9f0e33-9d84-4474-85d5-07a0a5c00bae.woff2") format("woff2"), url("../fonts/1279290/8d2052bf-185a-4419-b3e8-02fdd2034fb3.woff") format("woff"), url("../fonts/1279290/d40c047d-1a56-424f-9c3a-1fdddcf28eb1.ttf") format("truetype")
}

@font-face {
    font-family: "nexaFontBook";
    src: url("../fonts/nexafonts/NexaBook.otf");
    src: url("../fonts/1279270/53ab90f6-7683-41a6-928a-7e7dd18f7e4e.eot?#iefix") format("eot"), url("../fonts/1279270/a2f3c35a-5bc3-4a54-8a4a-006e0cb9a381.woff2") format("woff2"), url("../fonts/1279270/27373b7d-c38b-471d-99ca-a4de98412073.woff") format("woff"), url("../fonts/1279270/d4d9fbf1-2306-456f-b514-1ac216d601a1.ttf") format("truetype")
}

@font-face {
    font-family: "nexaFontHeavy";
    src: url("../fonts/nexafonts/NexaHeavy.otf");
    src: url("../fonts/1279276/447e8198-0ac1-4287-ba2b-d63678378e37.eot?#iefix") format("eot"), url("../fonts/1279276/e08ab50d-f822-42f4-9d33-a0a1fad08d2d.woff2") format("woff2"), url("../fonts/1279276/1914b2d7-de7a-4879-8740-da3f6c79cd81.woff") format("woff"), url("../fonts/1279276/243ca121-30dc-43e3-abb9-2b2991d96721.ttf") format("truetype")
}

@font-face {
    font-family: "nexaFontThin";
    src: url("../fonts/nexafonts/NexaThin.otf");
    src: url("../fonts/1279296/dea17b22-2515-40b9-8738-84a7a1d83810.eot?#iefix") format("eot"), url("../fonts/1279296/726c41f1-0b76-431a-9097-47ea27589c26.woff2") format("woff2"), url("../fonts/1279296/adf84e8e-2735-46ce-a427-3edf67d735f6.woff") format("woff"), url("../fonts/1279296/65aa8b0b-e95d-4fc3-854f-aa67210b4656.ttf") format("truetype")
}

@font-face {
    font-family: "nexaFontBold";
    src: url("../fonts/nexafonts/NexaBold.otf");
    src: url("../fonts/1279264/4112d278-c766-447e-82db-a373cae947ae.eot?#iefix") format("eot"), url("../fonts/1279264/d1be9d43-f670-4889-bd62-760ac3232688.woff2") format("woff2"), url("../fonts/1279264/164e44ab-0cdc-4122-8077-674a1358cf8c.woff") format("woff"), url("../fonts/1279264/2282267c-f0dc-47dc-a9fd-044b441c6b39.ttf") format("truetype")
}

@font-face {
    font-family: "nexaFontLight";
    src: url("../fonts/nexafonts/NexaLight.otf");
    src: url("../fonts/1279284/1a3362c8-030e-498b-9aa2-682bca2f03c6.eot?#iefix") format("eot"), url("../fonts/1279284/54dc2c0e-74ac-4648-a076-904a6ff0921c.woff2") format("woff2"), url("../fonts/1279284/834de728-bab0-4ef9-acfb-5a3da563d625.woff") format("woff"), url("../fonts/1279284/0c84d411-3d61-4a9b-a128-7a623ebea0ac.ttf") format("truetype")
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?f9lya0");
    src: url("../fonts/icomoon/icomoon.eot?f9lya0#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?f9lya0") format("truetype"), url("../fonts/icomoon/icomoon.woff?f9lya0") format("woff"), url("../fonts/icomoon/icomoon.svg?f9lya0#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cross:before {
    content: "\e90a"
}

.icon-arrow-end:before {
    content: "\e91a"
}

.icon-arrow-right:before {
    content: "\e91b"
}

.icon-caret:before {
    content: "\e919"
}

.icon-calendar:before {
    content: "\e904"
}

.icon-email:before {
    content: "\e905"
}

.icon-family:before {
    content: "\e906"
}

.icon-Globe:before {
    content: "\e907"
}

.icon-arrow-thin:before {
    content: "\e908"
}

.icon-home:before {
    content: "\e909"
}

.icon-arrow-white:before {
    content: "\e90b"
}

.icon-large-group:before {
    content: "\e90c"
}

.icon-pdf:before {
    content: "\0000a0";
    background: url("../images/icon-pdf.png") center center no-repeat;
    padding: 6px
}

.icon-plus:before {
    content: "\e915"
}

.icon-search-white:before {
    content: "\e916"
}

.icon-small-business:before {
    content: "\e917"
}

.icon-small-group:before {
    content: "\e918"
}

.icon-facebook:before {
    content: "\e900"
}

.icon-instagram:before {
    content: "\e901"
}

.icon-linkedIn:before {
    content: "\e902"
}

.icon-twitter:before {
    content: "\e903"
}

.font--bold {
    font-weight: 600
}

.font--upper {
    text-transform: uppercase
}

.text--underline {
    text-decoration: underline
}

.mr-10 {
    margin-right: 10px
}

.ml-10 {
    margin-left: 10px
}

.ml-30 {
    margin-left: 30px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.inline--style {
    display: inline-block
}

.display--none {
    display: none
}

.no-pl {
    padding-left: 0
}

.no-pr {
    padding-right: 0
}

header {
    background-color: #fff;
    height: 85px
}

@media print,
screen and (min-width: 53.125em) {
    header {
        height: 150px
    }
}

header.home--header {
    background-color: transparent
}

.nav--wrapper {
    height: 100%;
    padding: .3125rem 0
}

@media screen and (max-width: 53.0625em) {
    .nav--wrapper {
        background-color: #fff;
        position: relative;
        z-index: 10
    }
}

.site--logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

.site--logo a {
    width: 90%
}

@media screen and (max-width: 53.0625em) {
    .site--logo a {
        height: 100%
    }
    .site--logo a img {
        height: 100%
    }
}

.site--nav ul.menu:not(.audience--menu) li a,
.dropdown--panel ul.menu:not(.audience--menu) li a {
    position: relative
}

.site--nav ul.menu:not(.audience--menu) li a:hover::after,
.site--nav ul.menu:not(.audience--menu) li a:focus::after,
.dropdown--panel ul.menu:not(.audience--menu) li a:hover::after,
.dropdown--panel ul.menu:not(.audience--menu) li a:focus::after {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.site--nav ul.menu:not(.audience--menu) li a::after,
.dropdown--panel ul.menu:not(.audience--menu) li a::after {
    content: "\e90b";
    bottom: 12px;
    color: #007196;
    font-family: 'icomoon' !important;
    font-size: 70%;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    opacity: 0;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: all 0.3s ease
}

.site--nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.utility--nav {
    padding: 5px
}

@media screen and (max-width: 53.0625em) {
    .utility--nav {
        display: none
    }
}

.utility--nav>ul.menu {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.utility--nav>ul.menu>li {
    padding-left: 1.25rem
}

.utility--nav .search--icon {
    color: #626363;
    cursor: pointer;
    font-size: 1.375rem;
    padding: 0 .625rem;
    padding-top: 5px;
    vertical-align: middle
}

.utility--nav .search--icon:hover,
.utility--nav .search--icon:focus {
    color: #007196
}

.utility--nav .search--icon span {
    font-weight: 600
}

.utility--nav-mobile {
    background-color: #007196
}

.utility--nav-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 1px)
}

.utility--nav-search .search--icon {
    color: #fff;
    cursor: pointer;
    font-size: 0;
    padding-top: 3px
}

.utility--nav-search .search--icon span {
    font-size: 30px;
    font-weight: 600
}

.sign-in--dropdown {
    padding: 0 1.25rem;
    padding-top: 3px;
    position: relative
}

@media screen and (max-width: 53.0625em) {
    .sign-in--dropdown {
        border-right: 1px solid #fff;
        color: #fff;
        font-family: "nexaFontBold";
        font-size: 1.25rem;
        padding: 15px;
        text-align: center;
        width: 50%
    }
}

.sign-in--dropdown_menu {
    background-color: #002f6c;
    border: 0;
    left: auto !important;
    padding: 15px 10px 20px;
    right: -68px !important;
    text-align: left;
    top: auto !important;
    width: 245px;
    z-index: 20
}

@media screen and (max-width: 53.0625em) {
    .sign-in--dropdown_menu {
        left: 0 !important;
        margin-top: 15px;
        min-width: 230px;
        width: calc(50vw - 9px)
    }
}

.sign-in--dropdown_menu li a {
    color: #fff;
    font-family: "nexaFontBold"
}

.sign-in--dropdown_menu li a::after {
    color: #fff !important;
    right: auto
}

.utility--nav-language {
    margin-right: 1.25rem;
    padding-left: 10px;
    position: relative
}

@media screen and (max-width: 53.0625em) {
    .utility--nav-language {
        display: inline-block;
        padding-left: 1rem
    }
}

.utility--nav-language::before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e907";
    color: #626363;
    font-family: 'icomoon' !important;
    font-size: 120%;
    left: 0;
    padding-top: 5px
}

@media screen and (max-width: 53.0625em) {
    .utility--nav-language::before {
        content: none
    }
}

.utility--nav-language::after {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e919";
    color: #626363;
    font-family: 'icomoon' !important;
    font-size: 8px;
    font-weight: 600;
    height: auto;
    padding-top: 4px;
    right: 8px;
    width: auto;
    z-index: 0
}

@media screen and (max-width: 53.0625em) {
    .utility--nav-language::after {
        color: #fff;
        margin-top: -10px;
        padding-top: 0;
        right: 5px
    }
}

@media screen and (max-width: 39.9375em) {
    .utility--nav-language::after {
        bottom: 0;
        color: #fff;
        margin-top: 7px;
        right: 15px;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (min-width: 53.125em) and (max-width: 63.9375em) {
    .utility--nav-language form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

@media screen and (min-width: 40em) and (max-width: 53.0625em) {
    .utility--nav-language form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }
}

.utility--nav-language form label {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-transform: none
}

.utility--nav-language form select {
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #626363;
    color: #626363;
    cursor: pointer;
    margin-left: 1rem;
    max-width: 300px;
    min-width: 120px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 53.0625em) {
    .utility--nav-language form select {
        border-color: #fff;
        color: #fff;
        font-size: 1.125rem;
        height: 45px;
        margin-left: 0;
        margin-top: 15px
    }
}

@media screen and (min-width: 40em) and (max-width: 53.0625em) {
    .utility--nav-language form select {
        margin-left: 30px;
        margin-top: 0;
        width: 200px
    }
}

#google_translate_element .goog-te-gadget {
    color: #626363;
    font-family: "nexaFont";
    font-size: 1.125rem
}

#google_translate_element .goog-te-gadget .goog-te-gadget-simple {
    background-color: transparent;
    border: 0;
    color: #626363;
    font-family: "nexaFont";
    font-size: 1.125rem
}

#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-gadget-icon {
    display: none
}

#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
    border-bottom: 1px solid #626363;
    color: #626363;
    font-size: 1.125rem;
    padding-left: 5px;
    margin-left: 22px;
    min-width: 180px;
    padding-bottom: 9px;
    z-index: 1
}

#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value img {
    display: none
}

#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value span:not(:first-child) {
    display: none
}

#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value::after {
    content: none
}

.main--nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .9375rem 0
}

.main--nav ul.audience--menu {
    padding-right: 3vw
}

@media screen and (max-width: 53.0625em) {
    .main--nav ul.audience--menu {
        display: none
    }
}

.main--nav ul.audience--menu li {
    padding-left: 0.5rem
}

.main--nav ul.audience--menu li a {
    color: #002f6c;
    font-size: 1.25rem;
    font-family: "nexaFontBold";
    padding-left: 0.5rem;
    padding-right: 1rem;
    position: relative
}

.main--nav ul.audience--menu li a:after {
    content: '';
    background-color: #e9741c;
    bottom: 0;
    height: 4px;
    left: 8px;
    position: absolute;
    width: 0;
    -ms-transform-origin: left;
    transform-origin: left;
    transition: width 0.3s ease
}

.main--nav ul.audience--menu li a:hover:after {
    width: 25%
}

.menu-icon {
    background-color: #002f6c;
    border-radius: 50%;
    height: 45px;
    position: relative;
    width: 45px;
    z-index: 10
}

.menu-icon:hover::after {
    background: #fff;
    box-shadow: none
}

.menu-icon::before,
.menu-icon::after {
    background: #fff;
    box-shadow: none;
    left: 10px;
    top: 28px;
    width: 56%;
    transition: transform 0.3s ease
}

.menu-icon::before {
    content: '';
    box-shadow: 0 7px 0 #fff;
    height: 2px;
    position: absolute;
    top: 14px
}

.menu-icon.open::before {
    box-shadow: none;
    top: 21px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.menu-icon.open::after {
    top: 21px;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.search--panel-wrapper {
    padding-top: 25vw;
    position: relative
}

@media print,
screen and (min-width: 53.125em) {
    .search--panel-wrapper {
        padding-top: 5vw
    }
}

.search--panel-wrapper .search--panel-form {
    border-bottom: 1px solid #C8C9C7;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem
}

.search--panel-wrapper .search--panel-form input {
    font-size: 1.25rem;
    margin-bottom: 0;
    height: 50px;
    padding: 10px 16px;
    width: 85%
}

@media print,
screen and (min-width: 53.125em) {
    .search--panel-wrapper .search--panel-form input {
        font-size: 1.375rem;
        height: 60px;
        width: 88%
    }
}

.search--panel-wrapper .search--panel-form .search--btn {
    color: #002f6c;
    cursor: pointer;
    font-size: 0;
    padding: 0 10px;
    width: 15%
}

@media print,
screen and (min-width: 53.125em) {
    .search--panel-wrapper .search--panel-form .search--btn {
        width: 12%
    }
}

.search--panel-wrapper .search--panel-form .search--btn:hover span {
    font-weight: 600
}

.search--panel-wrapper .search--panel-form .search--btn span {
    font-size: 28px
}

.search--panel-wrapper .search-close--btn {
    color: #002f6c;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    right: 1.875rem;
    top: .8125rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print,
screen and (min-width: 53.125em) {
    .search--panel-wrapper .search-close--btn {
        left: auto;
        right: 10vw;
        top: -60px
    }
}

@media print,
screen and (min-width: 64em) {
    .search--panel-wrapper .search-close--btn {
        right: 15vw
    }
}

.search--panel-wrapper .search-close--btn span {
    font-size: 2.5rem
}

.search--panel,
.dropdown--panel {
    display: none;
    background-color: rgba(255, 255, 255, 0.93);
    height: 100vh;
    left: 0;
    padding-top: 85px;
    position: absolute;
    top: 0;
    width: 100%;
    transition-timing-function: ease-in;
    z-index: 6
}

@media print,
screen and (min-width: 53.125em) {
    .search--panel,
    .dropdown--panel {
        padding-top: 180px
    }
}

.search--panel {
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 20
}

.dropdown--panel .mega--menu {
    background-color: rgba(255, 255, 255, 0.93);
    min-height: 65vw;
    opacity: 0;
    -ms-transform: translate(0px, -20px);
    transform: translate(0px, -20px)
}

.dropdown--panel .mega--menu.show {
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    transform-style: preserve-3d;
    transition: opacity 400ms ease, transform 400ms ease
}

@media print,
screen and (min-width: 53.125em) {
    .mega--menu .accordion-menu {
        padding: 0 1.25rem
    }
}

.mega--menu .mega--menu-item_title {
    font-size: 1.25rem
}

@media screen and (max-width: 53.0625em) {
    .mega--menu .mega--menu-item_title {
        font-size: 1.375rem;
        position: relative
    }
    .mega--menu .mega--menu-item_title:after {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        background-color: #C8C9C7;
        bottom: 0;
        height: 1px;
        width: calc(100vw - 15px)
    }
    .mega--menu .mega--menu-item_title>a {
        margin-right: 15%;
        padding: 1.2rem 0.5rem;
        padding-left: 1.875rem
    }
    .mega--menu .mega--menu-item_title>a::after {
        bottom: 19px !important
    }
}

@media print,
screen and (min-width: 53.125em) {
    .mega--menu .mega--menu-item_title {
        font-size: 2.25rem
    }
    .mega--menu .mega--menu-item_title>a {
        margin-right: 0
    }
}

.mega--menu .submenu-toggle {
    height: 58px;
    width: 15%
}

.mega--menu .submenu-toggle[aria-expanded='true']::after {
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.mega--menu .submenu-toggle::after {
    content: "\e919";
    border: 0;
    color: #007196;
    font-family: 'icomoon' !important;
    font-size: 60%;
    font-weight: 600;
    height: auto;
    width: auto;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media print,
screen and (min-width: 53.125em) {
    .mega--menu .submenu-toggle {
        display: none
    }
}

.mega--menu .mega--menu-item {
    margin-bottom: 1.875rem;
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important
}

@media print,
screen and (min-width: 53.125em) {
    .mega--menu .mega--menu-item {
        display: block !important;
        margin-bottom: 3.75rem;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.mega--menu .mega--menu-item li a {
    position: relative
}

.mega--side-nav {
    padding-top: 3.625rem
}

@media screen and (max-width: 53.0625em) {
    .mega--side-nav {
        background-color: #007196;
        padding-bottom: 2.5rem;
        padding-top: 1.875rem
    }
}

@media screen and (min-width: 53.125em) and (max-width: 63.9375em) {
    .mega--side-nav {
        border-top: 1px solid #C8C9C7;
        margin-bottom: 2.5rem;
        padding-top: 1.875rem
    }
}

@media screen and (min-width: 53.125em) and (max-width: 63.9375em) {
    .mega--side-nav .mega--side-menu {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 53.125em) and (max-width: 63.9375em) {
    .mega--side-nav .mega--side-menu li {
        margin-right: 1.875rem
    }
}

.mega--side-nav .mega--side-menu li a {
    font-size: 1.125rem;
    padding: 1rem
}

@media screen and (max-width: 53.0625em) {
    .mega--side-nav .mega--side-menu li a {
        color: #fff
    }
    .mega--side-nav .mega--side-menu li a::after {
        content: none
    }
    .mega--side-nav .mega--side-menu li a:hover {
        text-decoration: underline
    }
}

.mega--side-nav .mega--side-menu li a::after {
    bottom: 17px !important
}

footer {
    background-color: #002f6c;
    padding-bottom: 1.875rem;
    overflow: hidden
}

footer ul.menu li.footer--menu-title {
    color: #c3dbe5;
    font-family: "nexaFontBold";
    font-size: 1.875rem;
    line-height: 1.2;
    padding: 0.7rem 1rem
}

footer ul.menu li a {
    color: #fff;
    font-size: 1.125rem
}

footer ul.menu li a:hover {
    text-decoration: underline
}

.footer--color-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.footer--color-block_1 {
    background-color: #00c9b7;
    height: 10px;
    width: 30vw
}

.footer--color-block_2 {
    background-color: #c73887;
    height: 10px;
    width: 30vw
}

.footer--color-block_3 {
    background-color: #e9741c;
    height: 10px;
    width: 30vw
}

.footer--color-block_4 {
    background-color: #007196;
    height: 10px;
    width: 10vw
}

.footer--main-nav {
    padding-top: 1.875rem
}

@media print,
screen and (min-width: 64em) {
    .footer--main-nav {
        padding-top: 3.75rem
    }
}

.footer--main-nav .footer--menu {
    margin-bottom: 1.875rem
}

.footer--side-column {
    position: relative;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
}

@media print,
screen and (min-width: 40em) {
    .footer--side-column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media print,
screen and (min-width: 64em) {
    .footer--side-column {
        margin-bottom: 1.875rem;
        padding-top: 3.75rem
    }
}

.footer--side-column>.row {
    width: 100%
}

.footer--side-column .footer--form {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 63.9375em) {
    .footer--side-column .footer--form {
        padding-right: 1.875rem;
        width: 60%
    }
}

@media screen and (max-width: 39.9375em) {
    .footer--side-column .footer--form {
        width: auto
    }
}

.footer--side-column .footer--form h3 {
    color: #c3dbe5;
    font-size: 1.875rem;
    padding-top: .375rem
}

.footer--side-column .footer--form .sign_up--form {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    margin-top: 1.875rem;
    max-width: 360px;
    position: relative;
    width: auto
}

.footer--side-column .footer--form .sign_up--form h5 {
    color: #fff
}

.footer--side-column .footer--form .sign_up--form .form--wrapper::before {
    content: none
}

.footer--side-column .footer--form .sign_up--form input {
    color: #fff;
    margin-left: 0;
    margin-top: 5px
}

.footer--side-column .footer--form .sign_up--form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.72)
}

.footer--side-column .footer--form .sign_up--form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.72)
}

.footer--side-column .footer--form .sign_up--form input::placeholder {
    color: rgba(255, 255, 255, 0.72)
}

.footer--side-column .footer--form .sign_up--form .form--btn {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    height: 30px;
    margin-left: 5%;
    padding-left: 2px;
    padding-top: 2px;
    width: 30px
}

.footer--side-column .footer--form .sign_up--form .form--btn span {
    font-size: 14px
}

.footer--side-column .footer--image {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
    padding-left: 1.5rem !important;
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width: 64em) {
    .footer--side-column .footer--image {
        margin-top: 0
    }
}

.footer--social {
    margin-bottom: 1.875rem
}

@media print,
screen and (min-width: 40em) {
    .footer--social {
        margin-top: 15px
    }
}

.footer--social ul.menu li a.footer--social-icon {
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
   /* margin: 0 1rem;*/
	margin: 0 .5rem; /* New style as of 0809019 */
    /*margin-right: 1.875rem;*/
	margin-right: 0 .5rem; /* New style as of 080919 */
    height: 40px;
    width: 40px;
    padding: 10px;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -ms-transform-origin: center;
    transform-origin: center;
    transition: transform 0.3s ease
}

@media print,
screen and (min-width: 40em) {
    .footer--social ul.menu li a.footer--social-icon {
        margin: 0 calc(10px + 0.5vw)
    }
}

@media print,
screen and (min-width: 64em) {
    .footer--social ul.menu li a.footer--social-icon {
        margin-right: calc(16px + 1vw)
    }
}

.footer--social ul.menu li a.footer--social-icon:hover {
    text-decoration: none;
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.footer--social ul.menu li a.footer--social-icon span {
    font-size: 1.125rem
}

.footer--social ul.menu li a.footer--social-icon.icon-facebook {
    background-color: #3b5998
}

.footer--social ul.menu li a.footer--social-icon.icon-twitter {
    background-color: #0080a5
}

.footer--social ul.menu li a.footer--social-icon.icon-linkedIn {
    background-color: #0077B5
}

.footer--social ul.menu li a.footer--social-icon.icon-instagram {
    background-color: #004266
} /* added this to footer - social icons 072219 */

.footer--language {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem
}

@media print,
screen and (min-width: 40em) {
    .footer--language {
        margin-top: 0
    }
}

.footer--language ul.menu li:first-child {
    color: #fff;
    font-size: 1.125rem;
    font-family: "nexaFontBold";
    line-height: 0.7;
    padding: 0.7rem .75rem
}

.footer--language ul.menu li a {
    font-size: 1rem;
    line-height: 0.8;
    padding-left: .75rem;
    padding-right: .75rem;
    position: relative
}

.footer--language ul.menu li a:after {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "|";
    color: #fff;
    right: -2px;
    margin-top: 1px
}

ul.footer--utility {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 39.9375em) {
    ul.footer--utility {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

@media screen and (max-width: 53.0625em) {
    ul.footer--utility li a {
        font-size: 1rem;
        padding: .3125rem .625rem
    }
}

ul.footer--utility li:nth-child(2) a {
    position: relative
}

ul.footer--utility li:nth-child(2) a::before,
ul.footer--utility li:nth-child(2) a::after {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "|";
    color: #fff;
    left: -2px;
    margin-top: 1px
}

ul.footer--utility li:nth-child(2) a::after {
    left: auto;
    right: 0
}

@media print,
screen and (min-width: 53.125em) {
    .footer--bottom-content {
        margin-left: 10px
    }
}

.footer--bottom-content p {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding: 0 0.8rem;
    width: 100%
}

.footer--bottom-content p span {
    color: #c3dbe5
}

@media screen and (max-width: 53.0625em) {
    .footer--bottom-content p {
        font-size: 1rem;
        padding: .3125rem .625rem
    }
}

.hero {
    margin-bottom: 30px
}

@media print,
screen and (min-width: 53.125em) {
    .hero {
        margin-bottom: 60px
    }
}

.hero h1 {
    font-family: "nexaFontLight";
    margin-bottom: 20px
}

@media print,
screen and (min-width: 64em) {
    .hero h1 {
        font-size: 3.125rem
    }
}

.hero h2 {
    font-family: "nexaFont"
}

.hero p {
    font-family: "nexaFontBold"
}

.hero-image--wrapper {
    background-color: #002f6c;
    border-bottom-left-radius: 35px;
    box-shadow: -15px 0px 0px rgba(0, 47, 108, 0.45), -30px 0px 0px rgba(0, 47, 108, 0.35), -45px 0px 0px rgba(0, 47, 108, 0.25);
    height: calc(100vw * 3/5);
    margin-left: 45px;
    max-height: 380px
}

@media print,
screen and (min-width: 40em) {
    .hero-image--wrapper {
        box-shadow: -20px 0px 0px rgba(0, 47, 108, 0.45), -40px 0px 0px rgba(0, 47, 108, 0.35), -60px 0px 0px rgba(0, 47, 108, 0.25);
        height: calc(100vw * 2/5);
        margin-left: 60px
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-image--wrapper {
        box-shadow: -30px 0px 0px rgba(0, 47, 108, 0.45), -60px 0px 0px rgba(0, 47, 108, 0.35), -90px 0px 0px rgba(0, 47, 108, 0.25);
        height: calc(100vw * 1/4);
        margin-left: 90px
    }
}

.hero-image--wrapper.green {
    background-color: #00a88f;
    box-shadow: -15px 0px 0px rgba(0, 168, 143, 0.45), -30px 0px 0px rgba(0, 168, 143, 0.35), -45px 0px 0px rgba(0, 168, 143, 0.25)
}

@media print,
screen and (min-width: 40em) {
    .hero-image--wrapper.green {
        box-shadow: -20px 0px 0px rgba(0, 168, 143, 0.45), -40px 0px 0px rgba(0, 168, 143, 0.35), -60px 0px 0px rgba(0, 168, 143, 0.25)
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-image--wrapper.green {
        box-shadow: -30px 0px 0px rgba(0, 168, 143, 0.45), -60px 0px 0px rgba(0, 168, 143, 0.35), -90px 0px 0px rgba(0, 168, 143, 0.25)
    }
}

.hero-image--wrapper.blue {
    background-color: #002f6c;
    box-shadow: -15px 0px 0px rgba(0, 47, 108, 0.45), -30px 0px 0px rgba(0, 47, 108, 0.35), -45px 0px 0px rgba(0, 47, 108, 0.25)
}

@media print,
screen and (min-width: 40em) {
    .hero-image--wrapper.blue {
        box-shadow: -20px 0px 0px rgba(0, 47, 108, 0.45), -40px 0px 0px rgba(0, 47, 108, 0.35), -60px 0px 0px rgba(0, 47, 108, 0.25)
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-image--wrapper.blue {
        box-shadow: -30px 0px 0px rgba(0, 47, 108, 0.45), -60px 0px 0px rgba(0, 47, 108, 0.35), -90px 0px 0px rgba(0, 47, 108, 0.25)
    }
}

.hero-image--wrapper.light-blue {
    background-color: #007196;
    box-shadow: -15px 0px 0px rgba(0, 113, 150, 0.45), -30px 0px 0px rgba(0, 113, 150, 0.35), -45px 0px 0px rgba(0, 113, 150, 0.25)
}

@media print,
screen and (min-width: 40em) {
    .hero-image--wrapper.light-blue {
        box-shadow: -20px 0px 0px rgba(0, 113, 150, 0.45), -40px 0px 0px rgba(0, 113, 150, 0.35), -60px 0px 0px rgba(0, 113, 150, 0.25)
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-image--wrapper.light-blue {
        box-shadow: -30px 0px 0px rgba(0, 113, 150, 0.45), -60px 0px 0px rgba(0, 113, 150, 0.35), -90px 0px 0px rgba(0, 113, 150, 0.25)
    }
}

.hero-image--wrapper.orange {
    background-color: #e9741c;
    box-shadow: -15px 0px 0px rgba(233, 116, 28, 0.45), -30px 0px 0px rgba(233, 116, 28, 0.35), -45px 0px 0px rgba(233, 116, 28, 0.25)
}

@media print,
screen and (min-width: 40em) {
    .hero-image--wrapper.orange {
        box-shadow: -20px 0px 0px rgba(233, 116, 28, 0.45), -40px 0px 0px rgba(233, 116, 28, 0.35), -60px 0px 0px rgba(233, 116, 28, 0.25)
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-image--wrapper.orange {
        box-shadow: -30px 0px 0px rgba(233, 116, 28, 0.45), -60px 0px 0px rgba(233, 116, 28, 0.35), -90px 0px 0px rgba(233, 116, 28, 0.25)
    }
}

.hero-image--wrapper.pink {
    background-color: #Ae2573;
    box-shadow: -15px 0px 0px rgba(174, 37, 115, 0.45), -30px 0px 0px rgba(174, 37, 115, 0.35), -45px 0px 0px rgba(174, 37, 115, 0.25)
}

@media print,
screen and (min-width: 40em) {
    .hero-image--wrapper.pink {
        box-shadow: -20px 0px 0px rgba(174, 37, 115, 0.45), -40px 0px 0px rgba(174, 37, 115, 0.35), -60px 0px 0px rgba(174, 37, 115, 0.25)
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-image--wrapper.pink {
        box-shadow: -30px 0px 0px rgba(174, 37, 115, 0.45), -60px 0px 0px rgba(174, 37, 115, 0.35), -90px 0px 0px rgba(174, 37, 115, 0.25)
    }
}

.hero-image--wrapper img {
    bottom: 0;
    margin-left: -10%;
    position: absolute
}

.home-hero--wrapper {
    position: relative
}

.home--hero {
    margin-top: 30px
}

@media print,
screen and (min-width: 53.125em) {
    .home--hero {
        margin-top: 60px
    }
}

.home--hero .hero--content {
    margin-bottom: 30px
}

@media print,
screen and (min-width: 64em) {
    .home--hero .hero--content {
        padding-right: 17vw
    }
}

@media screen and (min-width: 120em) {
    .home--hero .hero--content {
        margin-bottom: 3.75rem
    }
}

@media screen and (min-width: 90em) {
    .home--hero .hero-image--wrapper {
        margin-top: 5vw
    }
}

.home--hero .hero-image--wrapper .hero--image {
    position: relative
}

@media screen and (max-width: 39.9375em) {
    .home--hero .hero-image--wrapper .hero--image {
        margin-left: auto;
        margin-right: 0
    }
}

@media screen and (min-width: 120em) {
    .home--hero .hero-image--wrapper .hero--image img {
        margin-left: 5%
    }
}

.hero-links--component {
    padding: 0 15px
}

@media print,
screen and (min-width: 53.125em) {
    .hero-links--component {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 420px;
        min-width: 300px;
        width: 25vw
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-links--component {
        right: 2vw;
        min-width: 360px
    }
}

@media screen and (min-width: 90em) {
    .hero-links--component {
        right: 4vw
    }
}

.hero-links--wrapper {
    background-color: #fff;
    padding: 30px
}

@media screen and (max-width: 53.0625em) {
    .hero-links--wrapper {
        top: 0 !important
    }
}

.hero-links--wrapper h2 {
    font-family: "nexaFont";
    margin-bottom: 20px;
    line-height: 1.2
}

@media print,
screen and (min-width: 53.125em) {
    .hero-links--wrapper h2 {
        font-size: 1.875rem
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-links--wrapper h2 {
        font-size: 2.25rem
    }
}

.hero-links--wrapper .hero-links--menu {
    margin-left: 0
}

@media print,
screen and (min-width: 64em) {
    .hero-links--wrapper .hero-links--menu {
        padding-right: 3%
    }
}

.hero-links--wrapper .hero-links--menu li {
    list-style: none
}

.hero-links--wrapper .hero-links--menu li a {
    display: block;
    width: 100%
}

.hero-links--wrapper .hero-links--menu li a .arrow--item {
    margin-left: 40px;
    vertical-align: middle
}

.hero-links--wrapper .hero-links--menu li a:hover .arrow--item::after,
.hero-links--wrapper .hero-links--menu li a:focus .arrow--item::after {
    right: -16px
}

.hero-links--wrapper .hero-links--menu li h3 {
    display: inline-block;
    width: 100%
}

@media print,
screen and (min-width: 53.125em) {
    .hero-links--wrapper .hero-links--menu li h3 {
        font-size: 1.375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-links--wrapper .hero-links--menu li h3 {
        font-size: 1.625rem
    }
}

.hero-links--wrapper .hero-links--menu li p {
    line-height: 1.2
}

@media print,
screen and (min-width: 40em) {
    .hero-links--wrapper .hero-links--menu li p {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 53.125em) and (max-width: 63.9375em) {
    .hero-links--wrapper .hero-links--menu li p {
        font-size: 1rem
    }
}

.inner--hero {
    overflow: hidden;
    margin-bottom: 60px
}

@media print,
screen and (min-width: 40em) {
    .inner--hero {
        margin-bottom: 80px
    }
}

.inner--hero .hero--content {
    margin-bottom: 30px;
    padding-top: 30px
}

@media print,
screen and (min-width: 40em) {
    .inner--hero .hero--content {
        padding-right: 5%
    }
}

.inner--hero .hero--content h1 {
    margin-top: 30px
}

.inner--hero .hero-image--wrapper {
    margin-right: -30px;
    margin-top: 15px;
    position: relative;
    max-height: 500px
}

@media screen and (min-width: 40em) and (max-width: 53.0625em) {
    .inner--hero .hero-image--wrapper {
        margin-top: 60px
    }
}

@media print,
screen and (min-width: 53.125em) {
    .inner--hero .hero-image--wrapper {
        height: calc(100vw * 1/3);
        margin-top: 0;
        min-height: 430px;
        margin-right: -90px
    }
}

.inner--hero .hero-image--wrapper img {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 65%
}

@media screen and (min-width: 40em) and (max-width: 53.0625em) {
    .inner--hero .hero-image--wrapper img {
        max-width: 55%
    }
}

.inner--hero_newsroom-landing .hero--top {
    padding-top: 30px
}

.inner--hero_newsroom-landing .hero--top h1 {
    margin-top: 30px
}

.inner--hero_newsroom-landing .hero--content,
.inner--hero_newsroom-landing .hero-newsroom--contact {
    margin-bottom: 15px
}

@media print,
screen and (min-width: 53.125em) {
    .inner--hero_newsroom-landing .hero--content,
    .inner--hero_newsroom-landing .hero-newsroom--contact {
        margin-bottom: 30px
    }
}

.hero-contact--info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.hero-contact--info p {
    font-family: "nexaFont";
    margin-bottom: 0;
    margin-right: 10px;
    position: relative
}

.hero-contact--info p:not(:first-child) {
    padding-left: 13px
}

.hero-contact--info p:not(:first-child)::before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "|";
    font-size: 105%;
    left: 0
}

.hero-contact--info_links p {
    color: #007196
}

@media print,
screen and (min-width: 64em) {
    .row {
        max-width: 90rem
    }
}

.sign_up--form {
    border-bottom: 1px solid #C8C9C7;
    margin-bottom: 1.875rem;
    margin-top: 2.8125rem
}

@media print,
screen and (min-width: 53.125em) {
    .sign_up--form {
        margin-bottom: 3vw;
        width: 65%
    }
}

.sign_up--form h5 {
    color: #007196
}

.sign_up--form .form--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.sign_up--form .form--wrapper::before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e905";
    background-color: #007196;
    border: 1px solid #007196;
    border-radius: 50%;
    color: #fff;
    font-family: 'icomoon' !important;
    font-size: 95%;
    height: 32px;
    width: 32px;
    padding-left: 7px;
    padding-top: 2px;
    overflow: hidden
}

.sign_up--form .form--wrapper .form--btn {
    color: #007196;
    font-size: 0;
    padding-top: .625rem;
    opacity: 1;
    width: 20%;
    transition: opacity 0.3s ease
}

.sign_up--form .form--wrapper .form--btn:hover,
.sign_up--form .form--wrapper .form--btn:focus {
    opacity: 0.7
}

.sign_up--form .form--wrapper .form--btn span {
    font-size: 14px
}

.sign_up--form input {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-left: 36px;
    width: 80%
}

.color-listing--item .color--circle {
    background-color: #007196;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
    margin: 10px auto
}

.color-listing--item.blue .color--circle {
    background-color: #002f6c
}

.color-listing--item.light-blue .color--circle {
    background-color: #007196
}

.color-listing--item.green .color--circle {
    background-color: #00a88f
}

.color-listing--item.pink .color--circle {
    background-color: #Ae2573
}

.color-listing--item.orange .color--circle {
    background-color: #e9741c
}

.accordion-content table,
.table-wrapper table {
    border: solid 2px #e1e1e1;
    border-collapse: collapse;
    font-size: inherit;
    margin: 0
}

.accordion-content table th,
.accordion-content table td,
.table-wrapper table th,
.table-wrapper table td {
    border: solid 1px #e1e1e1;
    min-width: 10rem
}

.accordion-content table th,
.table-wrapper table th {
    font-family: "nexaFontBold";
    font-weight: normal;
    position: relative;
    padding-right: 40px
}

.accordion-content table th.table--header::before,
.accordion-content table th.table--header::after,
.table-wrapper table th.table--header::before,
.table-wrapper table th.table--header::after {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    cursor: pointer;
    border-bottom: 8px solid #e1e1e1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    height: 0;
    width: 0;
    margin-top: -7px;
    position: absolute;
    right: 18px
}

.accordion-content table th.table--header::after,
.table-wrapper table th.table--header::after {
    border-bottom: 0;
    border-top: 8px solid #e1e1e1;
    margin-top: 7px
}

.accordion-content table td .pdf-links--wrapper,
.table-wrapper table td .pdf-links--wrapper {
    margin-top: 0
}

.accordion-content table td .pdf-links--wrapper li,
.table-wrapper table td .pdf-links--wrapper li {
    font-size: inherit;
    min-width: 220px
}

@media print,
screen and (min-width: 40em) {
    .accordion-content table td .pdf-links--wrapper li,
    .table-wrapper table td .pdf-links--wrapper li {
        min-width: 250px
    }
}

.accordion-content table td .pdf-links--wrapper li a,
.table-wrapper table td .pdf-links--wrapper li a {
    word-break: break-all
}

@media print,
screen and (min-width: 40em) {
    .accordion-content,
    .table-wrapper {
        font-size: 1rem
    }
}

@media print,
screen and (min-width: 64em) {
    .accordion-content,
    .table-wrapper {
        font-size: 1.1rem
    }
}

@media screen and (min-width: 75em) {
    .accordion-content,
    .table-wrapper {
        font-size: 1.2rem
    }
}

.table-wrapper {
    font-size: .85rem;
    margin: 1.85em 0;
    overflow: auto
}

.table-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1;
    border-radius: 50px
}

.table-wrapper::-webkit-scrollbar {
    height: 6px;
    background-color: #f1f1f1
}

.table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 50px;
    width: 50px;
    background-color: #002f6c
}

.table-wrapper::-webkit-scrollbar-track-piece {
    height: 30px;
    width: 60px
}

.table-scroll_top {
    margin-bottom: -1.85em;
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width: 40em) {
    .table-scroll_top {
        display: none
    }
}

.table-scroll_top .dummy--table {
    height: 1px;
    min-width: 420px
}

.article--wrapper {
    background-color: #fff;
    background-clip: content-box
}

.article--header {
    border-bottom: solid 5px #e9741c
}

.article--image img {
    display: block;
    width: 100%;
    height: auto
}

.article--title,
.article--meta {
    padding: .4em 15px 0
}

.article--title {
    font-family: "nexaFontBold";
    line-height: 1.15
}

.article--meta {
    font-family: "nexaFontBold"
}

.article--author::before {
    content: '/';
    margin-right: .25em
}

.article--content a {
    font-family: "nexaFontBold";
    text-decoration: underline
}

.article--body {
    padding: 15px
}

.article--aside {
    margin-bottom: 15px
}

.article--aside .share-links {
    margin: 0 auto;
    max-width: 400px
}

@media screen and (max-width: 63.9375em) {
    .article--aside .share-links {
        margin: 15px auto 30px
    }
}

@media screen and (max-width: 39.9375em) {
    .article--author {
        display: block
    }
    .article--author::before {
        content: none
    }
}

@media print,
screen and (min-width: 53.125em) {
    .article--header {
        padding-right: 50%
    }
    .article--header::after {
        clear: both;
        content: '';
        display: table
    }
    .article--image {
        float: right;
        margin: 0 -100% 0 0;
        width: 100%
    }
    .article--title,
    .article--meta {
        padding: .5em 20px 0
    }
    .article--body {
        padding: 20px
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .article--title {
        font-size: 2.875rem
    }
}

@media print,
screen and (min-width: 64em) {
    .article--body::after {
        clear: both;
        content: '';
        display: table
    }
    .article--content {
        width: 75%
    }
    .article--aside {
        float: right;
        width: 20%
    }
}

@media screen and (min-width: 75em) {
    .article--title,
    .article--meta {
        padding: .7em 40px 0
    }
    .article--body {
        padding: 40px
    }
}

.external--modal {
    border: 0;
    padding: 3.75rem 1.875rem 1.875rem
}

@media print,
screen and (min-width: 40em) {
    .external--modal {
        min-width: 580px
    }
}

.external--modal h3 {
    margin-bottom: 1.875rem
}

.callout--wrapper {
    margin-bottom: 3.75rem;
    margin-top: 1.875rem;
    position: relative
}

@media print,
screen and (min-width: 40em) {
    .callout--wrapper {
        padding: 0 1.875rem
    }
}

@media print,
screen and (min-width: 40em) {
    .callout--video {
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .9375rem
    }
}

@media print,
screen and (min-width: 53.125em) {
    .callout--video {
        padding: 0 5vw
    }
}

@media print,
screen and (min-width: 64em) {
    .callout--video {
        padding: 0 10vw
    }
}

@media print,
screen and (min-width: 40em) {
    .callout--square {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.callout--square .callout--media {
    min-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

@media screen and (max-width: 39.9375em) {
    .callout--square .callout--media {
        max-height: 360px
    }
}

.callout--square .callout--media::before {
    content: "";
    display: block;
    padding-top: 100%
}

.callout--square .callout--media .callout--title {
    margin-bottom: 0;
    position: absolute;
    top: 30px;
    left: 15px;
    width: calc(100% - 30px)
}

.callout--square .callout--content-wrapper {
    z-index: 1
}

@media screen and (max-width: 39.9375em) {
    .callout--square .callout--content-wrapper {
        margin-top: -40%
    }
}

@media print,
screen and (min-width: 40em) {
    .callout--square .callout--content-wrapper {
        margin-left: -6%
    }
}

@media print,
screen and (min-width: 64em) {
    .callout--square .callout--content-wrapper {
        margin-left: -10%;
        margin-top: 13%
    }
}

@media screen and (min-width: 75em) {
    .callout--square .callout--content-wrapper {
        margin-top: 10%
    }
}

.callout--square .callout--content-wrapper .callout--content {
    padding: 1.875rem
}

@media print,
screen and (min-width: 53.125em) {
    .callout--square .callout--content-wrapper .callout--content {
        padding: 3.75rem;
        padding-bottom: 1.875rem
    }
}

.callout--media {
    background-color: #Ae2573;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 400px;
    min-width: 300px;
    padding-left: 0;
    padding-top: 2.5rem;
    position: relative
}

@media print,
screen and (min-width: 53.125em) {
    .callout--media {
        padding-right: 3vw
    }
}

.callout--media.green {
    background-color: #00a88f
}

.callout--media.blue {
    background-color: #002f6c
}

.callout--media.light-blue {
    background-color: #007196
}

.callout--media.pink {
    background-color: #Ae2573
}

.callout--media.orange {
    background-color: #e9741c
}

.callout--media .callout--title {
    margin-bottom: 30px
}

.callout--media .callout--image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 250px
}

.callout--media h2 {
    margin-bottom: .9375rem;
    margin-left: 1.875rem
}

@media screen and (max-width: 39.9375em) {
    .callout--media h2 {
        font-size: 1.875rem
    }
}

.callout--media img {
    max-width: 350px
}

@media screen and (min-width: 90em) {
    .callout--media img {
        min-width: 220px
    }
}

.callout--content {
    background-color: #fff;
    padding: 3.75rem 1.875rem;
    padding-bottom: 1.875rem;
    padding-right: 3vw;
    position: relative
}

@media print,
screen and (min-width: 64em) {
    .callout--content {
        margin-right: 10%
    }
}

.callout--content-wrapper,
.callout--content-newsletter {
    margin: 0 auto;
    margin-top: -20%
}

@media print,
screen and (min-width: 40em) {
    .callout--content-wrapper,
    .callout--content-newsletter {
        margin: 0;
        margin-top: -28%
    }
}

@media print,
screen and (min-width: 53.125em) {
    .callout--content-wrapper,
    .callout--content-newsletter {
        margin-top: -22%
    }
}

@media screen and (min-width: 75em) {
    .callout--content-wrapper,
    .callout--content-newsletter {
        margin-top: -18%
    }
}

@media screen and (max-width: 39.9375em) {
    .callout--content-link {
        margin: 0 auto;
        margin-top: -10%;
        z-index: 1
    }
}

@media print,
screen and (min-width: 40em) {
    .callout--content-link {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.callout--content-link .callout--content {
    padding-bottom: 1.25rem;
    padding-top: 1.875rem
}

@media print,
screen and (min-width: 40em) {
    .callout--content-link .callout--content {
        margin-left: 3.75rem;
        margin-top: 15%;
        padding-right: 15px;
        width: 85%
    }
}

@media print,
screen and (min-width: 53.125em) {
    .callout--content-link .callout--content {
        min-height: 200px
    }
}

@media screen and (min-width: 75em) {
    .callout--content-link .callout--content {
        margin-left: -5%;
        margin-top: 10%;
        width: 80%
    }
}

.callout--content-link h3 {
    font-family: "nexaFont";
    margin-bottom: 1.25rem
}

.callout--content-link a {
    font-family: "nexaFontHeavy"
}

.callout--content-link .phone--link {
    color: #505759
}

@media screen and (max-width: 53.0625em) {
    .callout--content-link .phone--link {
        display: block
    }
}

.callout--video .callout--media {
    background-color: transparent;
    min-height: 0;
    min-width: auto;
    padding: 0
}

.callout--video .callout--media img {
    width: 100%;
    max-width: 100%;
    min-width: auto
}

.callout--content-video {
    margin: 0 auto
}

@media screen and (min-width: 40em) and (max-width: 53.0625em) {
    .callout--content-video {
        margin: 0
    }
}

.callout--content-video .callout--content {
    background-color: transparent;
    margin-right: 0;
    padding-left: 0;
    padding-top: 1.875rem
}

@media print,
screen and (min-width: 64em) {
    .columns--component .callout--wrapper {
        padding: 0;
        padding-left: 1.875rem
    }
}

.columns--component .callout--wrapper .callout--media {
    max-height: 300px;
    overflow: hidden;
    position: relative
}

@media print,
screen and (min-width: 40em) {
    .columns--component .callout--wrapper .callout--media {
        max-height: 400px;
        max-width: 400px;
        margin-left: 6%
    }
}

@media print,
screen and (min-width: 64em) {
    .columns--component .callout--wrapper .callout--media {
        margin-left: 0;
        min-height: 300px;
        max-height: 300px
    }
}

@media screen and (min-width: 75em) {
    .columns--component .callout--wrapper .callout--media {
        max-height: 350px
    }
}

@media screen and (min-width: 90em) {
    .columns--component .callout--wrapper .callout--media {
        max-height: 400px
    }
}

.columns--component .callout--wrapper .callout--media::before {
    content: "";
    display: block;
    padding-top: 100%
}

.columns--component .callout--wrapper .callout--media .callout--title {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 30px;
    width: calc(100% - 30px)
}

.columns--component .callout--wrapper .callout--media .callout--image {
    bottom: 0;
    max-width: 65%;
    position: absolute
}

.columns--component .callout--wrapper .callout--content-wrapper {
    z-index: 1
}

@media print,
screen and (min-width: 40em) {
    .columns--component .callout--wrapper .callout--content-wrapper {
        margin-top: -35%
    }
}

@media screen and (min-width: 53.125em) and (max-width: 63.9375em) {
    .columns--component .callout--wrapper .callout--content-wrapper {
        margin-top: -25%
    }
}

.columns--component .callout--wrapper .callout--content {
    margin-right: 0
}

@media print,
screen and (min-width: 64em) {
    .columns--component .callout--wrapper .callout--content {
        padding-right: .9375rem
    }
}

.video--modal__btn {
    cursor: pointer;
    position: relative
}

.video--modal__btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background-color: #fff;
    border-radius: 100%;
    color: #e9741c;
    display: block;
    font-size: 26px;
    height: 66px;
    line-height: 68px;
    text-align: center;
    width: 66px;
    z-index: 3;
    opacity: 1;
    transition: all 0.3s ease-out
}

@media print,
screen and (min-width: 64em) {
    .video--modal__btn::before {
        font-size: 38px;
        height: 96px;
        line-height: 98px;
        width: 96px
    }
}

.video--modal__btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    font-size: 10px;
    border-top: 1.1em solid transparent;
    border-bottom: 1.1em solid transparent;
    border-left: 2.2em solid #e9741c;
    margin-left: 2px;
    height: 0;
    width: 0;
    z-index: 4;
    opacity: 1
}

@media print,
screen and (min-width: 64em) {
    .video--modal__btn::after {
        font-size: 13px
    }
}

.video--modal__btn:hover::before,
.video--modal__btn:hover::after {
    opacity: 0.86
}

.video--modal {
    background-color: transparent;
    border: 0;
    padding-top: 25%;
    text-align: center
}

@media print,
screen and (min-width: 40em) {
    .video--modal {
        padding-top: 15%
    }
}

@media print,
screen and (min-width: 64em) {
    .video--modal {
        padding-top: 5%
    }
}

.video--modal .close-button {
    color: #fff;
    font-size: 3.75rem;
    top: 0;
    right: 0
}

@media print,
screen and (min-width: 40em) {
    .video--modal .close-button {
        top: -10px
    }
}

.image-card--component {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px
}

.image-card--component.image-card--component-center {
    -ms-flex-pack: center;
    justify-content: center
}

.image-card--component .image-card--wrapper {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 39.9375em) {
    .image-card--component .image-card--wrapper {
        margin: 0 auto
    }
}

.image-card--component .image-card--wrapper .image-card--item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.image-card--component .image-card--wrapper .image-card--item .image-card--content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.image-card--item {
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%
}

.image-card--item:hover .image-card--content h4,
.image-card--item:focus .image-card--content h4 {
    text-decoration: underline
}

.image-card--item:hover .image-card--arrow .arrow--item::after,
.image-card--item:focus .image-card--arrow .arrow--item::after {
    right: -16px
}

.image-card--item .image-card--image {
    background-color: #007196;
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    overflow: hidden
}

@media print,
screen and (min-width: 40em) {
    .image-card--item .image-card--image {
        height: 130px
    }
}

@media print,
screen and (min-width: 53.125em) {
    .image-card--item .image-card--image {
        height: 168px
    }
}

.image-card--item .image-card--content {
    background-color: #fff;
    border-top: 5px solid #e9741c;
    color: #505759;
    padding: 20px 15px 5px;
    position: relative
}

.image-card--item .image-card--content h4 {
    color: #007196;
    margin-bottom: 15px
}

.image-card--item .image-card--arrow {
    margin-right: 30px;
    text-align: right
}

.news-listing--component {
    padding: 30px 0
}

.news-listing--component .columns {
    padding: 0 15px
}

.news-listing--component .news-listing--header {
    margin-bottom: 30px
}

@media screen and (min-width: 75em) {
    .news-listing--component .news-listing--header {
        padding-right: 3%
    }
}

.news-listing--component .news-listing--header h2 {
    font-family: "nexaFont";
    font-size: 2.25rem;
    margin-bottom: 15px
}

@media print,
screen and (min-width: 64em) {
    .news-listing--component .news-listing--header h2 {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 39.9375em) {
    .news-listing--component .news-listing--header {
        margin: 30px auto
    }
}

.news-listing--component .news-listing--btn {
    margin-bottom: 30px;
    margin-top: 15px
}

.news-featured--component {
    margin-bottom: 30px
}

@media print,
screen and (min-width: 53.125em) {
    .news-featured--component .news-featured--image {
        padding-right: 0
    }
}

.news-featured--component .news-featured--image img {
    width: 100%
}

@media print,
screen and (min-width: 53.125em) {
    .news-featured--content {
        padding-left: 0
    }
}

.news-featured--content a {
    background-color: #fff;
    display: block;
    height: 100%;
    padding: 30px;
    position: relative
}

.news-featured--content a:hover .arrow--item::after {
    right: -16px
}

.news-featured--content h3 {
    border-bottom: 5px solid #e9741c;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.news-featured--content p {
    color: #505759;
    width: 85%
}

.news-featured--content .news-featured--arrow {
    position: absolute;
    bottom: 25px;
    right: 35px
}

.benefits-listing--component {
    margin: 30px auto
}

@media print,
screen and (min-width: 40em) {
    .benefits-listing--component {
        margin: 60px 0
    }
}

.benefits-listing--component .benefits-listing--wrapper {
    margin: 30px 0
}

.benefits-listing--component .benefits-listing--wrapper .benefits-listing--item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0
}

@media print,
screen and (min-width: 64em) {
    .benefits-listing--component .benefits-listing--wrapper .benefits-listing--item {
        padding-left: 0
    }
}

.benefits-listing--component .benefits-listing--wrapper .benefits-listing--item span {
    color: #007196;
    font-size: calc(30px + 1.5vw);
    margin-right: 20px
}

.benefits-listing--component .benefits-listing--wrapper .benefits-listing--item.blue span {
    color: #002f6c
}

.benefits-listing--component .benefits-listing--wrapper .benefits-listing--item.light-blue span {
    color: #007196
}

.benefits-listing--component .benefits-listing--wrapper .benefits-listing--item.green span {
    color: #00a88f
}

.benefits-listing--component .benefits-listing--wrapper .benefits-listing--item.orange span {
    color: #e9741c
}

.benefits-listing--component .benefits-listing--wrapper .benefits-listing--item.pink span {
    color: #Ae2573
}

.cta-box--component {
    margin: 30px auto
}

@media print,
screen and (min-width: 40em) {
    .cta-box--component {
        margin: 60px auto
    }
}

.cta-box--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.cta-box--wrapper .icon-card--wrapper {
    width: 100%
}

@media print,
screen and (min-width: 40em) {
    .cta-box--wrapper .icon-card--wrapper {
        width: 33.33%
    }
}

.cta-box--wrapper_alt .icon-card--wrapper {
    width: 100%
}

@media print,
screen and (min-width: 40em) {
    .cta-box--wrapper_alt .icon-card--wrapper {
        width: 50%
    }
}

@media print,
screen and (min-width: 53.125em) {
    .cta-box--wrapper_alt .icon-card--wrapper {
        width: 25%
    }
}

.icon-card--item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

@media print,
screen and (min-width: 40em) {
    .icon-card--item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 40px 0;
        padding: 0 15px;
        text-align: center
    }
}

.icon-card--item:hover .icon-card--icon::after {
    -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2)
}

.icon-card--item:hover .arrow--item::after {
    right: -16px
}

.icon-card--item .icon-card--icon {
    background-color: #007196;
    border-radius: 50%;
    font-size: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.5em;
    width: 4.5em;
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative
}

.icon-card--item .icon-card--icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background-color: rgba(0, 113, 150, 0.3);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform-origin: center;
    transform-origin: center;
    transition: transform 0.3s ease;
    z-index: 0
}

@media print,
screen and (min-width: 40em) {
    .icon-card--item .icon-card--icon {
        font-size: 1.5625rem;
        margin-right: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .icon-card--item .icon-card--icon {
        font-size: 1.875rem
    }
}

.icon-card--item .icon-card--icon span {
    color: #fff;
    font-size: 2.5rem;
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width: 40em) {
    .icon-card--item .icon-card--icon span {
        font-size: 3.125rem
    }
}

@media print,
screen and (min-width: 64em) {
    .icon-card--item .icon-card--icon span {
        font-size: 3.75rem
    }
}

.icon-card--item .icon-card--content {
    padding: 0 15px;
    width: 100%
}

@media screen and (max-width: 39.9375em) {
    .icon-card--item .icon-card--content {
        width: 70%
    }
}

@media screen and (min-width: 40em) and (max-width: 53.0625em) {
    .icon-card--item .icon-card--content {
        padding: 0 10px
    }
}

.icon-card--item .icon-card--content h4 {
    color: #505759;
    margin-bottom: 30px
}

@media screen and (max-width: 39.9375em) {
    .icon-card--item .icon-card--content .arrow--item {
        margin-left: 23px
    }
}

.steps-box--component {
    margin: 30px auto
}

@media print,
screen and (min-width: 40em) {
    .steps-box--component {
        margin: 60px auto
    }
}

.steps-box--items {
    padding: 0 5px
}

.steps-box--items .step-box {
    margin-top: 15px
}

@media screen and (max-width: 39.9375em) {
    .steps-box--items .step-box {
        padding-top: 60px
    }
}

@media print,
screen and (min-width: 40em) {
    .steps-box--items .step-box {
        margin-top: 20px
    }
}

@media screen and (max-width: 39.9375em) {
    .steps-box--items .step-box--icon {
        height: 2em;
        left: 9rem;
        top: .85rem;
        width: 2em
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .steps-box--items .step-box--icon {
        left: 12rem
    }
}

@media screen and (max-width: 39.9375em) {
    .steps-box--items .step-box--title {
        font-size: 1.4em;
        height: 6rem;
        width: 7.5rem
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .steps-box--items .step-box--title {
        font-size: 1.9em;
        height: 10rem;
        width: 10rem
    }
}

@media print,
screen and (min-width: 64em) {
    .steps-box--items {
        padding: 0 10px
    }
}

@media screen and (min-width: 90em) {
    .steps-box--items {
        padding: 0 20px
    }
}

.step-box {
    padding: 80px 10px 0 25px;
    position: relative
}

.step-box--icon {
    display: block;
    height: 2.4em;
    left: 14rem;
    position: absolute;
    top: 1.2rem;
    width: 2.4em
}

.step-box--icon::before,
.step-box--icon::after {
    content: '';
    display: block;
    position: absolute
}

.step-box--icon::before {
    background: #00a88f;
    height: 2px;
    left: 0;
    margin-top: -1px;
    top: 50%;
    width: 100%
}

.step-box--icon::after {
    border: solid 2px #00a88f;
    border-width: 0 2px 2px 0;
    height: 60%;
    left: 50%;
    margin-left: -20%;
    margin-top: -30%;
    top: 50%;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 60%
}

.step-box--title {
    background: #00a88f;
    color: #fff;
    font-family: "nexaFont", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2em;
    height: 11rem;
    left: 10px;
    margin: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 12rem
}

.step-box--description {
    background: #fff;
    font-size: 1.125rem;
    height: 100%;
    margin: 0;
    padding: 15px;
    position: relative
}

.related-news {
    margin: 30px auto
}

.related-news--items {
    padding: 0 5px
}

.related-news--items .columns {
    padding: 10px
}

.related-news--items .image-card--item {
    display: block;
    height: 100%;
    margin-bottom: 0;
    position: relative
}

.related-news--items .image-card--item .image-card--arrow {
    bottom: 30px;
    position: absolute;
    right: 0
}

@media print,
screen and (min-width: 40em) {
    .related-news {
        margin: 60px auto
    }
}

@media print,
screen and (min-width: 64em) {
    .related-news--items {
        padding: 0 10px
    }
}

@media screen and (min-width: 90em) {
    .related-news--items {
        padding: 0 20px
    }
}

.quote {
    margin: 30px auto
}

.quote--content {
    background: #fff;
    border: none;
    margin: 0;
    padding: 0
}

.quote--content p {
    color: #002f6c;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 700px;
    padding: 1.8em;
    position: relative;
    text-align: center
}

.quote--content p::before {
    content: open-quote;
    font-size: 3.6em;
    left: .3em;
    line-height: .3em;
    position: absolute;
    top: .6em
}

@media print,
screen and (min-width: 40em) {
    .quote {
        margin: 60px auto
    }
    .quote--content p {
        font-size: 1.2em
    }
}

@media print,
screen and (min-width: 64em) {
    .quote--content p {
        font-size: 1.4em
    }
}

.cta-buttons {
    margin: 30px auto
}

@media print,
screen and (min-width: 40em) {
    .cta-buttons {
        margin: 60px auto
    }
}

.breadcrumbs--component ul.breadcrumbs li a {
    color: #6e6e6e;
    font-size: 1.125rem;
    font-family: "nexaFontBold";
    text-transform: capitalize
}

.breadcrumbs--component ul.breadcrumbs li a.breadcrumbs--home {
    font-size: 0
}

.breadcrumbs--component ul.breadcrumbs li a.breadcrumbs--home span {
    font-size: 1.125rem
}

.breadcrumbs--component ul.breadcrumbs li:not(:last-child)::after {
    font-size: 18px;
    margin: 0 6px
}

header+.breadcrumbs--component {
    margin: 30px auto
}

header+.breadcrumbs--component .breadcrumbs {
    margin: 0
}

.accordion--component {
    margin: 30px auto
}

@media print,
screen and (min-width: 40em) {
    .accordion--component {
        margin: 60px auto;
        padding: 0 15px
    }
}

.accordion--component .accordion {
    border-bottom: 5px solid #00a88f
}

.accordion--component .accordion .accordion-item {
    border-top: 5px solid #00a88f
}

.accordion--component .accordion .accordion-title {
    line-height: 1.2;
    position: relative;
    padding-right: 12%
}

@media screen and (max-width: 39.9375em) {
    .accordion--component .accordion .accordion-title {
        font-size: 1.625rem;
        padding: 1.5rem 1rem;
        padding-right: 15%
    }
}

@media print,
screen and (min-width: 64em) {
    .accordion--component .accordion .accordion-title {
        padding-right: 10%
    }
}

.accordion--component .accordion .accordion-title::before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 65px;
    font-family: "nexaFontThin";
    margin-top: 0;
    right: 1.5rem
}

@media screen and (max-width: 39.9375em) {
    .accordion--component .accordion .accordion-title::before {
        font-size: 58px;
        right: 1rem
    }
}

@media screen and (max-width: 39.9375em) {
    .accordion--component .accordion .accordion-content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.accordion--component .accordion .accordion-content>h2,
.accordion--component .accordion .accordion-content>h3,
.accordion--component .accordion .accordion-content>h4,
.accordion--component .accordion .accordion-content>h5,
.accordion--component .accordion .accordion-content>p,
.accordion--component .accordion .accordion-content>small {
    width: 90%
}

@media print,
screen and (min-width: 40em) {
    .accordion--component .accordion .accordion-content>h2,
    .accordion--component .accordion .accordion-content>h3,
    .accordion--component .accordion .accordion-content>h4,
    .accordion--component .accordion .accordion-content>h5,
    .accordion--component .accordion .accordion-content>p,
    .accordion--component .accordion .accordion-content>small {
        width: 80%
    }
}

@media print,
screen and (min-width: 64em) {
    .accordion--component .accordion .accordion-content>h2,
    .accordion--component .accordion .accordion-content>h3,
    .accordion--component .accordion .accordion-content>h4,
    .accordion--component .accordion .accordion-content>h5,
    .accordion--component .accordion .accordion-content>p,
    .accordion--component .accordion .accordion-content>small {
        width: 70%
    }
}

.accordion--component .accordion .accordion-content h4 {
    margin-bottom: 15px
}

.accordion--component .accordion .accordion-content p {
    margin-bottom: 10px
}

.accordion--component .accordion .accordion-content small {
    color: #333;
    display: block;
    margin-bottom: 10px
}

.pdf-links--component {
    padding-left: 15px
}

@media print,
screen and (min-width: 40em) {
    .pdf-links--component {
        padding-left: 30px
    }
}

@media print,
screen and (min-width: 64em) {
    .pdf-links--component {
        padding-left: 60px
    }
}

.pdf-links--wrapper {
    margin-left: 0;
    margin-top: 30px
}

.pdf-links--wrapper li {
    list-style: none;
    margin-bottom: 5px
}

.pdf-links--wrapper li a {
    text-decoration: underline
}

.pdf-links--wrapper li span {
    margin: 0 10px
}

.pdf-links--wrapper li span[class^="icon-"] {
    margin-left: 0
}

.share-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.share-links li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33.33%
}

.share-links li a {
    display: block;
    font-size: 0
}

.share-links li a::after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 54%;
    border-radius: 50%;
    content: '';
    display: block;
    height: 38px;
    width: 38px
}

.share-links li a[href*="facebook.com"]::after {
    background-color: #3d549d;
    background-image: url(../images/icon-facebook.svg)
}

.share-links li a[href*="twitter.com"]::after {
    background-color: #60d7ff;
    background-image: url(../images/icon-twitter.svg)
}

.share-links li a[href*="linkedin.com"]::after {
    background-color: #0d6ebd;
    background-image: url(../images/icon-linkedin.svg)
}

.share-links li a[href*="instagram.com"]::after {
    background-color: #000000;
    background-image: url(../images/icon-instagram.svg)
} /* added this for instagram on 072219 */
