/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
audio,
canvas,
img,
progress,
video {
    display: inline-block
}

pre,
textarea {
    overflow: auto
}

body,
button,
legend {
    padding: 0
}

button,
hr,
input {
    overflow: visible
}

.button.disabled,
.button.disabled.alert,
.button.disabled.primary,
.button.disabled.secondary,
.button.disabled.success,
.button.disabled.warning,
.button[disabled],
.button[disabled].alert,
.button[disabled].primary,
.button[disabled].secondary,
.button[disabled].success,
.button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

a,
a.button:focus,
a.button:hover,
abbr,
abbr[title] {
    text-decoration: none
}

.slider,
html.is-reveal-open,
html.is-reveal-open body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.breadcrumbs::after,
.button-group::after,
.clearfix::after,
.pagination::after,
.tabs::after,
hr {
    clear: both
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

a:active,
a:hover {
    outline-width: 0
}

dfn {
    font-style: italic
}

mark {
    color: #000;
    background-color: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

.orbit-caption,
.position-bottom,
.reveal-overlay,
.sticky.is-anchored.is-at-bottom,
.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

[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] {
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

b,
em,
i,
small,
strong {
    line-height: inherit
}

legend {
    display: table;
    box-sizing: border-box;
    white-space: normal;
    color: inherit
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

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

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

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

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

button {
    line-height: 1;
    cursor: auto;
    border: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[data-whatinput=mouse] button {
    outline: 0
}

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

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.row {
    display: -ms-flexbox;
    display: flex;
    max-width: 82rem;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row.expanded,
.row:not(.expanded) .row {
    max-width: none
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

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

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

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

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns {
    min-width: 0;
    padding-right: .625rem;
    padding-left: .625rem;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 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 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.shrink,
legend,
textarea {
    max-width: 100%
}

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

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

.row.large-unstack>.column,
.row.large-unstack>.columns,
.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.column-block {
    margin-bottom: 1.25rem
}

.column-block>:last-child {
    margin-bottom: 0
}

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

ol,
ul {
    margin-left: 1.25rem
}

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

em,
i {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

code,
kbd {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a;
    background-color: #e6e6e6
}

.h1,
h1 {
    font-size: 1.5rem
}

.h2,
h2 {
    font-size: 1.25rem
}

.h3,
h3 {
    font-size: 1.1875rem
}

.h4,
h4 {
    font-size: 1.125rem
}

.h5,
h5 {
    font-size: 1.0625rem
}

.h6,
h6 {
    font-size: 1rem
}

dl,
ol,
ul {
    margin-bottom: 1rem
}

figure,
kbd {
    margin: 0
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    line-height: inherit;
    cursor: pointer;
    color: #1779ba
}

a:focus,
a:hover {
    color: #1468a0
}

a img {
    border: 0
}

hr {
    box-sizing: content-box;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

dl,
ol,
ul {
    line-height: 1.6;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

.accordion,
.tabs {
    list-style-type: none
}

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

dl dt {
    font-weight: 700;
    margin-bottom: .3rem
}

.subheader,
code,
label,
select {
    font-weight: 400
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    font-size: .8125rem;
    display: block;
    color: #8a8a8a
}

cite:before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â "
}

abbr,
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #0a0a0a
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca
}

kbd {
    padding: .125rem .25rem 0
}

.subheader {
    line-height: 1.4;
    margin-top: .2rem;
    margin-bottom: .5rem;
    color: #8a8a8a
}

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

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,
ul.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
}

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

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=tel],
[type=time],
[type=url],
[type=color],
[type=number],
[type=search],
textarea {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    -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=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
[type=number]:focus,
[type=search]:focus,
textarea:focus {
    transition: box-shadow .5s, border-color .25s ease-in-out;
    border: 1px solid #8a8a8a;
    outline: 0;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca
}

textarea {
    min-height: 50px
}

textarea[rows] {
    height: auto
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cacaca
}

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

input::placeholder,
textarea::placeholder {
    color: #cacaca
}

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

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

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;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: .5rem;
    vertical-align: baseline
}

.button,
.menu-icon,
.menu-icon.dark,
.title-bar-title {
    vertical-align: middle
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    font-size: .875rem;
    line-height: 1.8;
    display: block;
    margin: 0;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    font-size: .8125rem;
    font-style: italic;
    margin-top: -.5rem;
    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,
.input-group>:last-child>* {
    border-radius: 0
}

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

.input-group-label {
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
    text-align: center;
    white-space: nowrap;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center
}

select,
select:focus {
    transition: box-shadow .5s, border-color .25s ease-in-out;
    background-color: #fefefe
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

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

.fieldset,
select {
    border: 1px solid #cacaca
}

.input-group-button {
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

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

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

legend {
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem
}

.fieldset legend {
    margin: 0 0 0 -.1875rem;
    padding: 0 .1875rem
}

select {
    box-sizing: border-box;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem 1.5rem .5rem .5rem;
    color: #0a0a0a;
    border-radius: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-repeat: no-repeat;
    background-position: right -1rem center;
    background-origin: content-box;
    background-size: 9px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-error,
.is-invalid-label {
    color: #cc4b37
}

select:focus {
    border: 1px solid #8a8a8a;
    outline: 0;
    box-shadow: 0 0 5px #cacaca
}

select:disabled {
    cursor: not-allowed;
    background-color: #e6e6e6
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

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

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.form-error {
    font-size: .75rem;
    font-weight: 700;
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem
}

.form-error.is-visible {
    display: block
}

.button {
    font-family: inherit;
    font-size: .9rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 1rem;
    padding: .85em 1em;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    color: #fefefe;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #1779ba;
    -webkit-appearance: none
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus,
.button:hover {
    color: #fefefe;
    background-color: #14679e
}

.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 {
    color: #fefefe;
    background-color: #1779ba
}

.button.primary:focus,
.button.primary:hover {
    color: #fefefe;
    background-color: #126195
}

.button.secondary {
    color: #fefefe;
    background-color: #767676
}

.button.secondary:focus,
.button.secondary:hover {
    color: #fefefe;
    background-color: #5e5e5e
}

.button.success {
    color: #0a0a0a;
    background-color: #3adb76
}

.button.success:focus,
.button.success:hover {
    color: #0a0a0a;
    background-color: #22bb5b
}

.button.warning {
    color: #0a0a0a;
    background-color: #ffae00
}

.button.warning:focus,
.button.warning:hover {
    color: #0a0a0a;
    background-color: #cc8b00
}

.button.alert {
    color: #fefefe;
    background-color: #cc4b37
}

.button.alert:focus,
.button.alert:hover {
    color: #fefefe;
    background-color: #a53b2a
}

.button.disabled,
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover,
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
    color: #fefefe;
    background-color: #767676
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
    color: #0a0a0a;
    background-color: #3adb76
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
    color: #0a0a0a;
    background-color: #ffae00
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
    color: #fefefe;
    background-color: #cc4b37
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover,
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow {
    color: #1779ba;
    border: 1px solid #1779ba
}

.button.hollow:focus,
.button.hollow:hover {
    color: #0c3d5d;
    border-color: #0c3d5d
}

.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
    color: #1779ba;
    border: 1px solid #1779ba
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    color: #0c3d5d;
    border-color: #0c3d5d
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
    color: #1779ba;
    border: 1px solid #1779ba
}

.button.hollow.secondary {
    color: #767676;
    border: 1px solid #767676
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    color: #3b3b3b;
    border-color: #3b3b3b
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
    color: #767676;
    border: 1px solid #767676
}

.button.hollow.success {
    color: #3adb76;
    border: 1px solid #3adb76
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    color: #157539;
    border-color: #157539
}

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
    color: #3adb76;
    border: 1px solid #3adb76
}

.button.hollow.warning {
    color: #ffae00;
    border: 1px solid #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    color: #805700;
    border-color: #805700
}

.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
    color: #ffae00;
    border: 1px solid #ffae00
}

.button.hollow.alert {
    color: #cc4b37;
    border: 1px solid #cc4b37
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    color: #67251a;
    border-color: #67251a
}

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
    color: #cc4b37;
    border: 1px solid #cc4b37
}

.button.clear {
    color: #1779ba;
    border: 1px solid #1779ba
}

.button.clear:focus,
.button.clear:hover {
    color: #0c3d5d
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
    color: #1779ba;
    border: 1px solid #1779ba
}

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
    border-color: transparent
}

.button.clear.primary {
    color: #1779ba;
    border: 1px solid #1779ba
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    color: #0c3d5d
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
    color: #1779ba;
    border: 1px solid #1779ba
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
    border-color: transparent
}

.button.clear.secondary {
    color: #767676;
    border: 1px solid #767676
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    color: #3b3b3b
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
    color: #767676;
    border: 1px solid #767676
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
    border-color: transparent
}

.button.clear.success {
    color: #3adb76;
    border: 1px solid #3adb76
}

.button.clear.success:focus,
.button.clear.success:hover {
    color: #157539
}

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
    color: #3adb76;
    border: 1px solid #3adb76
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
    border-color: transparent
}

.button.clear.warning {
    color: #ffae00;
    border: 1px solid #ffae00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
    color: #805700
}

.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
    color: #ffae00;
    border: 1px solid #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
    border-color: transparent
}

.button.clear.alert {
    color: #cc4b37;
    border: 1px solid #cc4b37
}

.button.clear.alert:focus,
.button.clear.alert:hover {
    color: #67251a
}

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
    color: #cc4b37;
    border: 1px solid #cc4b37
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
    border-color: transparent
}

.button.dropdown::after {
    position: relative;
    top: .4em;
    display: block;
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    margin-left: 1em;
    content: "";
    border: .4em inset;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0
}

.button.dropdown.hollow.primary::after,
.button.dropdown.hollow::after {
    border-top-color: #1779ba
}

.button.dropdown.hollow.secondary::after {
    border-top-color: #767676
}

.button.dropdown.hollow.success::after {
    border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after {
    top: -.1em;
    float: none;
    margin-left: 0
}

.accordion {
    margin-left: 0;
    background: #fefefe
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child,
.accordion-item:last-child>:last-child {
    border-radius: 0
}

.accordion-title {
    font-size: .75rem;
    line-height: 1;
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    color: #1779ba;
    border: 1px solid #e6e6e6;
    border-bottom: 0
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active>.accordion-title::before {
    content: "\2013"
}

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

.badge,
.badge.primary {
    background: #1779ba;
    color: #fefefe
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.accordion-menu li {
    width: 100%
}

.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: .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 {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: "";
    border: 6px inset;
    border-color: #1779ba transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0
}

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

.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 {
    transform: rotate(180deg);
    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;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    top: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    border: 6px inset;
    border-color: #1779ba transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0
}

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

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

.badge {
    font-size: .6rem;
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    text-align: center;
    border-radius: 50%
}

.badge.secondary {
    color: #fefefe;
    background: #767676
}

.badge.success {
    color: #0a0a0a;
    background: #3adb76
}

.badge.warning {
    color: #0a0a0a;
    background: #ffae00
}

.badge.alert {
    color: #fefefe;
    background: #cc4b37
}

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none
}

.breadcrumbs::after,
.breadcrumbs::before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs li {
    font-size: .6875rem;
    float: left;
    cursor: default;
    text-transform: uppercase;
    color: #0a0a0a
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    content: "/";
    opacity: 1;
    color: #cacaca
}

.breadcrumbs a {
    color: #1779ba
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    cursor: not-allowed;
    color: #cacaca
}

.button-group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group::after,
.button-group::before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.card,
.card-divider {
    display: -ms-flexbox
}

.menu-icon.dark::after,
.menu-icon::after {
    left: 0;
    content: ""
}

.button-group .button {
    font-size: .9rem;
    margin: 0 1px 1px 0;
    -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 0;
    flex: 1 1 0
}

.button-group.primary .button {
    color: #fefefe;
    background-color: #1779ba
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    color: #fefefe;
    background-color: #126195
}

.button-group.secondary .button {
    color: #fefefe;
    background-color: #767676
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    color: #fefefe;
    background-color: #5e5e5e
}

.button-group.success .button {
    color: #0a0a0a;
    background-color: #3adb76
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    color: #0a0a0a;
    background-color: #22bb5b
}

.button-group.warning .button {
    color: #0a0a0a;
    background-color: #ffae00
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    color: #0a0a0a;
    background-color: #cc8b00
}

.button-group.alert .button {
    color: #fefefe;
    background-color: #cc4b37
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    color: #fefefe;
    background-color: #a53b2a
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    color: #0a0a0a;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 0;
    background-color: #fff
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    color: #0a0a0a;
    background-color: #d7ecfa
}

.callout.secondary {
    color: #0a0a0a;
    background-color: #eaeaea
}

.callout.success {
    color: #0a0a0a;
    background-color: #e1faea
}

.callout.warning {
    color: #0a0a0a;
    background-color: #fff3d9
}

.callout.alert {
    color: #0a0a0a;
    background-color: #f7e4e1
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 1rem;
    color: #0a0a0a;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    -ms-flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card-divider>:last-child,
.card-section>:last-child,
.card>:last-child,
.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.card-divider {
    display: flex;
    padding: 1rem;
    background: #e6e6e6;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.card-section {
    padding: 1rem;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

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

.close-button {
    position: absolute;
    cursor: pointer;
    color: #8a8a8a
}

.menu,
.menu-icon {
    position: relative
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}

.close-button.small {
    font-size: 1.5em;
    line-height: 1;
    top: .33em;
    right: .66rem
}

.close-button,
.close-button.medium {
    font-size: 2em;
    line-height: 1;
    top: .5rem;
    right: 1rem
}

.menu {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu.nested,
.menu.simple li+li {
    margin-left: 1rem
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button,
.menu a {
    line-height: 1;
    display: block;
    padding: .7rem 1rem;
    text-decoration: none
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row
}

.menu.vertical {
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column
}

.menu.expanded li {
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.menu.simple {
    -ms-flex-align: center;
    align-items: center
}

.menu.simple a {
    padding: 0
}

.drilldown .is-drilldown-submenu a,
.drilldown a,
.menu .menu-text {
    padding: .7rem 1rem
}

.menu.nested {
    margin-right: 0
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons 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 i,
.menu.icon-left li a img,
.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 i,
.menu.icon-right li a img,
.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 i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    margin-bottom: .25rem;
    text-align: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.menu.icon-bottom li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    margin-bottom: .25rem;
    text-align: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.menu .active>a,
.menu .is-active>a {
    color: #fefefe;
    background: #1779ba
}

.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 {
    font-weight: 700;
    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 {
    display: inline-block;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.off-canvas-absolute.is-transition-overlap.is-open,
.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.is-drilldown {
    position: relative;
    overflow: hidden;
    max-width: 100% !important;
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height .5s
}

.drilldown a {
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 100%;
    width: 100%;
    transition: transform .15s linear;
    background: #fefefe
}

.drilldown .is-drilldown-submenu-parent>a::after,
.drilldown .js-drilldown-back>a::before,
.drilldown.align-left .is-drilldown-submenu-parent>a::after,
.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    content: "";
    height: 0
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%)
}

.off-canvas-absolute.is-open,
.off-canvas.is-open {
    transform: translate(0, 0);
}

.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%;
    right: 1rem;
    margin-top: -6px;
    border: 6px inset;
    border-color: transparent transparent transparent #1779ba;
    border-right-width: 0;
    border-left-style: solid
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    right: 1rem;
    left: auto;
    border: 6px inset;
    border-color: transparent transparent transparent #1779ba;
    border-right-width: 0;
    border-left-style: solid
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    right: auto;
    left: 1rem;
    border: 6px inset;
    border-color: transparent #1779ba transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.drilldown .js-drilldown-back>a::before {
    display: inline-block;
    margin-right: .75rem;
    vertical-align: middle;
    border: 6px inset;
    border-color: transparent #1779ba transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.dropdown-pane {
    font-size: 1rem;
    position: absolute;
    z-index: 10;
    display: none;
    visibility: hidden;
    width: 300px;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

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

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

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

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

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

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

.dropdown .is-dropdown-submenu a,
.dropdown.menu a {
    padding: .7rem 1rem
}

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

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

.dropdown.menu .is-active>a {
    color: #1779ba;
    background: 0 0
}

.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 {
    top: 0;
    right: 100%;
    left: auto
}

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

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

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

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

.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;
    z-index: 1;
    top: 0;
    left: 100%;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.label,
.label.primary {
    background: #1779ba;
    color: #fefefe
}

.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;
    content: "";
    border: 6px inset;
    border-color: transparent #1779ba transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 6px inset;
    border-color: transparent transparent transparent #1779ba;
    border-right-width: 0;
    border-left-style: solid
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.flex-video,
.responsive-embed {
    position: relative;
    overflow: hidden;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.js-off-canvas-overlay,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.label {
    font-size: .8rem;
    line-height: 1;
    display: inline-block;
    padding: .33333rem .5rem;
    cursor: default;
    white-space: nowrap;
    border-radius: 0
}

.label.secondary {
    color: #fefefe;
    background: #767676
}

.label.success {
    color: #0a0a0a;
    background: #3adb76
}

.label.warning {
    color: #0a0a0a;
    background: #ffae00
}

.label.alert {
    color: #fefefe;
    background: #cc4b37
}

.media-object {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object-section>:last-child,
.orbit-caption {
    margin-bottom: 0
}

.media-object img {
    max-width: none
}

.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.main-section {
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

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

.js-off-canvas-overlay {
    z-index: 11;
    visibility: hidden;
    overflow: hidden;
    transition: opacity .5s ease, visibility .5s ease;
    opacity: 0;
    background: rgba(254, 254, 254, .25)
}

.js-off-canvas-overlay.is-visible {
    visibility: visible;
    opacity: 1
}

.invisible,
.off-canvas-absolute.is-closed,
.off-canvas.is-closed {
    visibility: hidden
}

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

.position-left,
.position-right {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0;
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .9s ease;
    background: #e6e6e6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.off-canvas-absolute,
.off-canvas-content {
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    background: #e6e6e6;
    backface-visibility: hidden
}

.orbit,
.orbit-container {
    position: relative
}

.orbit-caption,
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(10, 10, 10, .5)
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-content .off-canvas.position-left,
.position-left {
    transform: translateX(-250px)
}

.position-left {
    left: 0
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.position-right,
.off-canvas-content.is-open-left.has-transition-push,
.position-right {
    transform: translateX(1450px);
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-right {
    right: 0;
}

.position-bottom,
.position-top {
    overflow-x: auto;
    height: 250px;
    width: 100%;
    left: 0
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-top,
.position-top {
    transform: translateY(-250px)
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-top {
    top: 0
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.position-bottom,
.off-canvas-content.is-open-top.has-transition-push,
.position-bottom {
    transform: translateY(250px)
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25)
}

.off-canvas-content {
    transform: none;
    backface-visibility: hidden
}

.off-canvas-content .off-canvas.is-open,
.off-canvas-content.has-transition-push {
    transform: translate(0, 0)
}

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

.orbit-caption,
.orbit-next,
.orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe
}

.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 {
    width: 100%
}

.orbit-next,
.orbit-previous {
    z-index: 10;
    top: 50%;
    transform: translateY(-50%)
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-previous {
    left: 0
}

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

.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: #cacaca
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.pagination {
    margin-bottom: 1rem;
    margin-left: 0
}

.pagination::after,
.pagination::before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.pagination li {
    font-size: .875rem;
    display: none;
    margin-right: .0625rem;
    border-radius: 0
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

.pagination a,
.pagination button {
    display: block;
    padding: .1875rem .625rem;
    color: #0a0a0a;
    border-radius: 0
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .1875rem .625rem;
    cursor: default;
    color: #fefefe;
    background: #1779ba
}

.pagination .disabled {
    padding: .1875rem .625rem;
    cursor: not-allowed;
    color: #cacaca
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: "\2026";
    color: #0a0a0a
}

.progress-meter-text,
.switch {
    font-weight: 700;
    color: #fefefe
}

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

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

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca
}

.progress.primary .progress-meter {
    background-color: #1779ba
}

.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: #1779ba
}

.progress-meter-text {
    font-size: .75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.slider-fill,
.slider-handle {
    left: 0;
    display: inline-block
}

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

.slider-fill {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: .5rem;
    transition: all .2s ease-in-out;
    background-color: #cacaca
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transition: all .2s ease-in-out;
    transform: translateY(-50%);
    border-radius: 0;
    background-color: #1779ba;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #14679e
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

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

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    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;
    transform: translateX(-50%)
}

.sticky,
.sticky-container {
    position: relative
}

.sticky {
    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-anchored {
    position: relative;
    right: auto;
    left: auto
}

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

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

.table-scroll,
table.scroll {
    overflow-x: auto
}

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

.reveal {
    position: relative;
    z-index: 1006;
    top: 100px;
    display: none;
    overflow-y: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.switch-paddle,
.switch-paddle::after {
    display: block;
    transition: all .25s ease-out
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

.reveal.collapse {
    padding: 0
}

table caption,
table tbody td,
table tbody th {
    padding: .5rem .625rem .625rem
}

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

.reveal.without-overlay {
    position: fixed
}

.switch {
    font-size: .875rem;
    position: relative;
    height: 2rem;
    margin-bottom: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

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

.switch-paddle {
    font-weight: inherit;
    position: relative;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    color: inherit;
    border-radius: 0;
    background: #cacaca
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe
}

input:checked~.switch-paddle {
    background: #1779ba
}

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%;
    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 {
    font-size: .625rem;
    width: 3rem;
    height: 1.5rem
}

.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 {
    font-size: .75rem;
    width: 3.5rem;
    height: 1.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 {
    font-size: 1rem;
    width: 5rem;
    height: 2.5rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
    left: 2.75rem
}

.tooltip.bottom.align-center::before,
.tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%)
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
    border-radius: 0
}

table tbody,
table tfoot,
table thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

table caption {
    font-weight: 700
}

table thead {
    color: #0a0a0a;
    background: #f8f8f8
}

table tfoot {
    color: #0a0a0a;
    background: #f1f1f1
}

table tfoot tr,
table thead tr {
    background: 0 0
}

table tfoot td,
table tfoot th,
table thead td,
table thead th {
    font-weight: 700;
    padding: .5rem .625rem .625rem;
    text-align: left
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody,
table.unstriped tbody tr {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1
}

.tabs,
.tabs-content {
    border: 1px solid #e6e6e6
}

table.scroll {
    display: block;
    width: 100%
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

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

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

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    background: #fefefe
}

.tabs::after,
.tabs::before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

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

.tabs.simple>li>a {
    padding: 0
}

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

.tabs.primary {
    background: #1779ba
}

.tabs.primary>li>a {
    color: #fefefe
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #1673b1
}

.tabs-title {
    float: left
}

.tabs-title>a {
    font-size: .75rem;
    line-height: 1;
    display: block;
    padding: 1.25rem 1.5rem;
    color: #1779ba
}

.tabs-title>a:hover {
    color: #1468a0;
    background: #fefefe
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
/*    color: #1779ba;
    background: #e6e6e6*/
}

.tabs-content {
    transition: all .5s ease;
    color: #0a0a0a;
    border-top: 0;
    background: #fefefe
}

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

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

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    line-height: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .2)
}

a.thumbnail {
    transition: box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, .5)
}

a.thumbnail image {
    box-shadow: none
}

.title-bar {
    display: -ms-flexbox;
    display: flex;
    padding: .5rem;
    color: #fefefe;
    background: #0a0a0a;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.has-tip,
.title-bar-title {
    font-weight: 700;
    display: inline-block
}

.title-bar .menu-icon {
    margin-right: .25rem;
    margin-left: .25rem
}

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

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

.has-tip {
    position: relative;
    cursor: help;
    border-bottom: dotted 1px #8a8a8a
}

.tooltip,
.tooltip::before {
    position: absolute
}

.tooltip {
    font-size: 80%;
    z-index: 1200;
    top: calc(100% + .6495rem);
    max-width: 10rem;
    padding: .75rem;
    color: #fefefe;
    border-radius: 0;
    background-color: #0a0a0a
}

.tooltip.bottom::before {
    bottom: 100%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: .75rem inset;
    border-color: transparent transparent #0a0a0a;
    border-top-width: 0;
    border-bottom-style: solid
}

.tooltip.left::before,
.tooltip.top::before {
    border: .75rem inset;
    display: block;
    width: 0;
    height: 0;
    content: ""
}

.tooltip.top::before {
    top: 100%;
    bottom: auto;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0
}

.tooltip.left.align-center::before,
.tooltip.right.align-center::before {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto
}

.tooltip.left::before {
    left: 100%;
    border-color: transparent transparent transparent #0a0a0a;
    border-right-width: 0;
    border-left-style: solid
}

.tooltip.right::before {
    right: 100%;
    left: auto;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: .75rem inset;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.tooltip.align-top::before {
    top: 10%;
    bottom: auto
}

.tooltip.align-bottom::before {
    top: auto;
    bottom: 10%
}

.tooltip.align-left::before {
    right: auto;
    left: 10%
}

.tooltip.align-right::before {
    right: 10%;
    left: auto
}

.top-bar {
    display: -ms-flexbox;
    display: flex;
    padding: .5rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6
}

.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 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

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

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

.hide {
    display: none !important
}

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

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

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

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

.clearfix::after,
.clearfix::before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

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

.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 {
    flex-direction: row;
    -ms-flex-direction: row
}

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

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

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

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

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

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

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

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

@media print,
screen and (min-width:40em) {

    .position-bottom.reveal-for-medium,
    .position-left.reveal-for-medium,
    .position-right.reveal-for-medium,
    .position-top.reveal-for-medium {
        z-index: 12;
        transition: none;
        visibility: visible;
        transform: none
    }

    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }

    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }

    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }

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

    .medium-offset-0 {
        margin-left: 0
    }

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

    .medium-offset-1 {
        margin-left: 8.33333%
    }

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

    .medium-offset-2 {
        margin-left: 16.66667%
    }

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

    .medium-offset-3 {
        margin-left: 25%
    }

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

    .medium-offset-4 {
        margin-left: 33.33333%
    }

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

    .medium-offset-5 {
        margin-left: 41.66667%
    }

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

    .medium-offset-6 {
        margin-left: 50%
    }

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

    .medium-offset-7 {
        margin-left: 58.33333%
    }

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

    .medium-offset-8 {
        margin-left: 66.66667%
    }

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

    .medium-offset-9 {
        margin-left: 75%
    }

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

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 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 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 82rem;
    }

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

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        /* flex-wrap:wrap */
    }

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

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }

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

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .column-block {
        margin-bottom: 3rem;
    }

    .column-block>:last-child {
        margin-bottom: 0
    }

    .h1,
    h1 {
        font-size: 3rem
    }

    .h2,
    h2 {
        font-size: 2.5rem
    }

    .h3,
    h3 {
        font-size: 1.9375rem
    }

    .h4,
    h4 {
        font-size: 1.5625rem
    }

    .h5,
    h5 {
        font-size: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }

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

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

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

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

    .button-group.stacked-for-small .button {
        margin-bottom: 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }

    .menu.medium-horizontal {
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row
    }

    .menu.medium-vertical {
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column
    }

    .menu.medium-expanded li,
    .menu.medium-simple li {
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }

    .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 {
        right: 5px;
        left: auto;
        display: block;
        width: 0;
        height: 0;
        margin-top: -3px;
        content: "";
        border: 6px inset;
        border-color: #1779ba transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0
    }

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

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

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

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

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

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

    .off-canvas.in-canvas-for-medium .close-button,
    .position-bottom.reveal-for-medium .close-button,
    .position-left.reveal-for-medium .close-button,
    .position-right.reveal-for-medium .close-button,
    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .off-canvas-content .position-right.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }

    .off-canvas-content .position-top.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 250px
    }

    .off-canvas.in-canvas-for-medium {
        position: static;
        visibility: visible;
        overflow: inherit;
        width: inherit;
        height: auto;
        transition: inherit;
        background: inherit
    }

    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        transform: none;
        box-shadow: none
    }

    .pagination li {
        display: inline-block
    }

    .reveal {
        min-height: 0;
        width: 600px;
        max-width: 75rem
    }

    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }

    .reveal.small {
        width: 50%;
        max-width: 75rem
    }

    .reveal.large {
        width: 90%;
        max-width: 75rem
    }

    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        margin-right: auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .top-bar .top-bar-right {
        margin-left: auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .hide-for-medium {
        display: none !important
    }

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

    .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 {
        flex-direction: row;
        -ms-flex-direction: row
    }

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

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

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

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

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

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

@media print,
screen and (min-width:64em) {

    .position-bottom.reveal-for-large,
    .position-left.reveal-for-large,
    .position-right.reveal-for-large,
    .position-top.reveal-for-large {
        z-index: 12;
        transition: none;
        visibility: visible;
        transform: none
    }

    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }

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

    .large-offset-0 {
        margin-left: 0
    }

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

    .large-offset-1 {
        margin-left: 8.33333%
    }

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

    .large-offset-2 {
        margin-left: 16.66667%
    }

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

    .large-offset-3 {
        margin-left: 25%
    }

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

    .large-offset-4 {
        margin-left: 33.33333%
    }

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

    .large-offset-5 {
        margin-left: 41.66667%
    }

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

    .large-offset-6 {
        margin-left: 50%
    }

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

    .large-offset-7 {
        margin-left: 58.33333%
    }

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

    .large-offset-8 {
        margin-left: 66.66667%
    }

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

    .large-offset-9 {
        margin-left: 75%
    }

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

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 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 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    .large-up-3 {
        -ms-flex-wrap: wrap;
        /* flex-wrap:wrap */
    }

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

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }

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

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }

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

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

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

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

    .button-group.stacked-for-medium .button {
        margin-bottom: 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }

    .menu.large-horizontal {
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row
    }

    .menu.large-vertical {
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column
    }

    .menu.large-expanded li,
    .menu.large-simple li {
        -ms-flex: 1 1 0;
        flex: 1 1 0
    }

    .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 {
        right: 5px;
        left: auto;
        display: block;
        width: 0;
        height: 0;
        margin-top: -3px;
        content: "";
        border: 6px inset;
        border-color: #1779ba transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0
    }

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

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

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

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

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

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

    .off-canvas.in-canvas-for-large .close-button,
    .position-bottom.reveal-for-large .close-button,
    .position-left.reveal-for-large .close-button,
    .position-right.reveal-for-large .close-button,
    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }

    .off-canvas-content .position-right.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }

    .off-canvas-content .position-top.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 250px
    }

    .off-canvas.in-canvas-for-large {
        position: static;
        visibility: visible;
        overflow: inherit;
        width: inherit;
        height: auto;
        transition: inherit;
        background: inherit
    }

    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        transform: none;
        box-shadow: none
    }

    .hide-for-large {
        display: none !important
    }

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

    .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 {
        flex-direction: row;
        -ms-flex-direction: row
    }

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

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

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

@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 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media screen and (max-width:63.9375em) {

    table.stack tfoot,
    table.stack thead {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }

    .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 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .show-for-large {
        display: none !important
    }
}

@media screen and (max-width:39.9375em) {

    .media-object.stack-for-small .media-object-section img,
    .reveal {
        width: 100%
    }

    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }

    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .media-object.stack-for-small .media-object-section {
        max-width: 100%;
        padding: 0 0 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .reveal {
        top: 0;
        left: 0;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }

    .hide-for-small-only,
    .show-for-medium {
        display: none !important
    }
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    * {
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !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,
    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) ")"
    }

    blockquote,
    pre {
        border: 1px solid #8a8a8a
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

header.s-header.row.align-left {

    max-width: 82rem !important;

}

.sticky {
    z-index: 900;
}