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

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

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

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

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

/**
     * Add the correct margin in IE 8.
     */
figure {
    margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px; }

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

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

pre {
    overflow: auto; }

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

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

.float-left {
    float: left !important; }

.float-right {
    float: right !important; }

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

.clearfix::before, .clearfix::after {
    display: table;
    content: ' '; }

.clearfix::after {
    clear: both; }

.hide {
    display: none !important; }

.invisible {
    visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto; }

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

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

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

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

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

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

.is-accordion-submenu-parent > a {
    position: relative; }
.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; }

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

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

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

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

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

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto; }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0; }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0; }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        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 {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #2ba6cb transparent transparent; }
    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #2ba6cb; } }

.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;
    margin-top: -6px; }
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    display: none;
    min-width: 14.8em;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent; }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb; }
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
.is-dropdown-submenu > li {
    width: 100%; }
.is-dropdown-submenu.js-dropdown-active {
    display: block; }
.top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
.top-bar::after {
    clear: both; }
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
.top-bar input.button {
    width: auto; }
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%; }
@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%; } }
@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%; } }

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

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

.top-bar-right {
    float: right; }
.is-off-canvas-open {
    overflow: hidden; }

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

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

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
[data-whatinput='mouse'] .off-canvas {
    outline: 0; }
.off-canvas.is-transition-push {
    z-index: 12; }
.off-canvas.is-closed {
    visibility: hidden; }
.off-canvas.is-transition-overlap {
    z-index: 13; }
.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0px 0px 9.424em 0.618em rgba(0,0,0,0.02);
    -moz-box-shadow: 0px 0px 9.424em 0.618em rgba(0,0,0,0.02);
    box-shadow: 0px 0px 9.424em 0.618em rgba(0,0,0,0.02);
}
.off-canvas.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6; }
[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
.off-canvas-absolute.is-transition-push {
    z-index: 12; }
.off-canvas-absolute.is-closed {
    visibility: hidden; }
.off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
.off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 18em;
    -ms-transform: translateX(-18em);
    transform: translateX(-18em); }
.off-canvas-content .off-canvas.position-left {
    -ms-transform: translateX(-18em);
    transform: translateX(-18em); }
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.off-canvas-content.is-open-left.has-transition-push {
    -ms-transform: translateX(18em);
    transform: translateX(18em); }
.position-left.is-transition-push {
    -webkit-box-shadow: inset 0 0 2.618em 0.618em rgba(0,0,0,0.06);
    -moz-box-shadow: inset 0 0 2.618em 0.618em rgba(0,0,0,0.06);
    box-shadow: inset 0 0 2.618em 0.618em rgba(0,0,0,0.06);
}
.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 18em;
    -ms-transform: translateX(18em);
    transform: translateX(18em); }
.off-canvas-content .off-canvas.position-right {
    -ms-transform: translateX(18em);
    transform: translateX(18em); }
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.off-canvas-content.is-open-right.has-transition-push {
    -ms-transform: translateX(-18em);
    transform: translateX(-18em); }
.position-right.is-transition-push {
    -webkit-box-shadow: inset 0 0 2.618em 0.618em rgba(0,0,0,0.06);
    -moz-box-shadow: inset 0 0 2.618em 0.618em rgba(0,0,0,0.06);
    box-shadow: inset 0 0 2.618em 0.618em rgba(0,0,0,0.06);
}
.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 18em;
    -ms-transform: translateY(-18em);
    transform: translateY(-18em); }
.off-canvas-content .off-canvas.position-top {
    -ms-transform: translateY(-18em);
    transform: translateY(-18em); }
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.off-canvas-content.is-open-top.has-transition-push {
    -ms-transform: translateY(18em);
    transform: translateY(18em); }
.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 18em;
    -ms-transform: translateY(18em);
    transform: translateY(18em); }
.off-canvas-content .off-canvas.position-bottom {
    -ms-transform: translateY(18em);
    transform: translateY(18em); }
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
.off-canvas-content.is-open-bottom.has-transition-push {
    -ms-transform: translateY(-18em);
    transform: translateY(-18em); }
.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

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

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

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

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

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

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px; }
table thead,
table tbody,
table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
table thead tr,
table tfoot tr {
    background: transparent; }
table thead th,
table thead td,
table tfoot th,
table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
table tbody th,
table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
table.unstriped tbody {
    background-color: #fefefe; }
table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe; }

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

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

table.hover thead tr:hover {
    background-color: #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 {
    overflow-x: auto; }
.table-scroll table {
    width: auto; }

.sticky-container {
    position: relative; }

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

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

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

.row {
    margin-right: auto;
    margin-left: auto; }
.row::before, .row::after {
    display: table;
    content: ' '; }
.row::after {
    clear: both; }
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
.row .row {
    margin-right: -0.6875em;
    margin-left: -0.6875em; }
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.6875em;
        margin-left: -0.6875em; } }
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.6875em;
        margin-left: -0.6875em; } }
.row .row.collapse {
    margin-right: 0;
    margin-left: 0; }
.row.expanded {
    max-width: none; }
.row.expanded .row {
    margin-right: auto;
    margin-left: auto; }
.row:not(.expanded) .row {
    max-width: none; }

.column, .columns {
    width: 100%;
    float: left;
    padding-right: 0.6875em;
    padding-left: 0.6875em; }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
    width: 8.33333%; }

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

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

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

.small-2 {
    width: 16.66667%; }

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

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

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

.small-3 {
    width: 25%; }

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

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

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

.small-4 {
    width: 33.33333%; }

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

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

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

.small-5 {
    width: 41.66667%; }

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

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

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

.small-6 {
    width: 50%; }

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

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

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

.small-7 {
    width: 58.33333%; }

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

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

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

.small-8 {
    width: 66.66667%; }

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

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

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

.small-9 {
    width: 75%; }

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

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

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

.small-10 {
    width: 83.33333%; }

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

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

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

.small-11 {
    width: 91.66667%; }

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

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

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

.small-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.6875em;
    padding-left: 0.6875em; }

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

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

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

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

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

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Icons */
@font-face {
    font-family: 'icons';
    src: url('../font/icons.eot?88486579');
    src: url('../font/icons.eot?88486579#iefix') format('embedded-opentype'),
    url('../font/icons.woff?88486579') format('woff'),
    url('../font/icons.ttf?88486579') format('truetype'),
    url('../font/icons.svg?88486579#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?88486579#icons') format('svg');
  }
}
*/

[class^="i-"]:before, [class*=" i-"]:before, [class*='lightcase-icon-']:before  {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.i-down-open:before { content: '\e800'; } /* '' */
.i-menu:before { content: '\e801'; } /* '' */
.i-vcard:before { content: '\e802'; } /* '' */
.i-phone:before { content: '\e803'; } /* '' */
.i-doc-text:before { content: '\e804'; } /* '' */
.i-location:before { content: '\e805'; } /* '' */
.i-docs:before { content: '\e806'; } /* '' */
.i-link-ext:before { content: '\e807'; } /* '' */
.i-rss-squared:before { content: '\e808'; } /* '' */
.i-share:before { content: '\e809'; } /* '' */
.i-arrows-ccw:before { content: '\e80a'; } /* '' */
.i-tag:before { content: '\e80b'; } /* '' */
.i-headphones:before { content: '\e80c'; } /* '' */
.i-vkontakte:before { content: '\e80d'; } /* '' */
.i-info-circled:before { content: '\e80e'; } /* '' */
.i-youtube-squared:before { content: '\e80f'; } /* '' */
.i-left-open:before { content: '\e810'; } /* '' */
.i-plus:before { content: '\e811'; } /* '' */
.i-quote:before { content: '\e812'; } /* '' */
.i-video:before { content: '\e813'; } /* '' */
.i-pin-outline:before { content: '\e814'; } /* '' */
.i-mail-squared:before { content: '\e816'; } /* '' */
.i-cancel-circled-outline:before { content: '\e817'; } /* '' */
.i-right-open:before { content: '\e818'; } /* '' */
.i-ok-circled:before { content: '\e819'; } /* '' */
.i-gplus-squared:before { content: '\e81a'; } /* '' */
.i-tumblr-squared:before { content: '\e81b'; } /* '' */
.i-linkedin-squared:before { content: '\e81c'; } /* '' */
.i-search:before { content: '\e81d'; } /* '' */
.i-pencil:before { content: '\e81e'; } /* '' */
.i-up-open:before { content: '\e820'; } /* '' */
.i-comment-1:before { content: '\e821'; } /* '' */
.i-basket:before { content: '\e822'; } /* '' */
.i-facebook-squared:before { content: '\e824'; } /* '' */
.i-git-squared:before { content: '\e825'; } /* '' */
.i-twitter-squared:before { content: '\e827'; } /* '' */
.i-play:before { content: '\e828'; } /* '' */
.i-instagram:before { content: '\e82a'; } /* '' */
.i-pinterest-squared:before { content: '\e82b'; } /* '' */
.i-skype:before { content: '\e82c'; } /* '' */
.i-vimeo-squared:before { content: '\e82d'; } /* '' */
.i-pause:before { content: '\e82e'; } /* '' */
.i-spin6:before { content: '\e839'; } /* '' */
.i-twitter:before { content: '\f099'; } /* '' */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */

.lightcase-icon-play:before {
    content: '\e828';
}

.lightcase-icon-pause:before {
    content: '\e82e';
}

.lightcase-icon-close:before {
    content: '\e817';
}
.lightcase-icon-prev:before {
    content: '\e810';
}

.lightcase-icon-next:before {
    content: '\e818';
}

.lightcase-icon-spin:before {
    content: '\e839';
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 0.85em;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 39.9375em) {
    html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 3.6em 0 4.501em 0;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important;
    }
}

@media screen and (min-width: 40em) {
    html:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2.023em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 2.023em rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 2.023em rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 2.023em rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden;
    }
}
@media screen and (min-width: 40em) {
    html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
        background-color: #242626;
    }
}
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 39.9375em) {
    html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 39.9375em) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding: 1em;
    }
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
        width: 100% !important;
        max-width: none !important;
    }
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
        height: auto !important;
        max-height: none !important;
    }
}
@media screen and (max-width: 39.9375em) {
    html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
    html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: 0.75;
    }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow: hidden !important;
}
@media screen and (max-width: 39.9375em) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}
@media screen and (min-width: 40em) {
    html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 2.023em;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 39.9375em) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #aaa;
    }
}
@media screen and (min-width: 40em) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #333;
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 1.063em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
@media screen and (max-width: 39.9375em) {
    #lightcase-case p.lightcase-error {
        padding: 2.023em 0;
    }
}
@media screen and (min-width: 40em) {
    #lightcase-case p.lightcase-error {
        padding: 0;
    }
}

.lightcase-open body {
    overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
}

#lightcase-info {
    position: absolute;
    padding: 0.85em 0;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.375;
    font-weight: normal;
    text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
    font-size: 1.063em;
    color: #fff;
    color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 39.9375em) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 0.618em;
        left: 0;
        max-width: 87.5%;
        padding: 0.382em 1em;
        background: #242626;
    }
}
#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 0.85em;
    color: #fff;
    color: rgba(255,255,255,0.8);
}
#lightcase-info #lightcase-sequenceInfo {
    font-size: 0.85em;
    color: #fff;
    color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 39.9375em) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 1em;
        padding-right: 1em;
    }
    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static;
    }
}

#lightcase-loading {
    position: fixed;
    width: 1.123em;
    height: auto;
    font-size: 2.225em;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin 0.5s infinite linear;
    -moz-animation: lightcase-spin 0.5s infinite linear;
    -o-animation: lightcase-spin 0.5s infinite linear;
    animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    color: rgba(255,255,255,0.8);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px;
}

a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 9999;
    width: 1.25em;
    height: auto;
    font-size: 2.225em;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer;
}
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
}
a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px;
}
a[class*='lightcase-icon-']:hover {
    color: white;
}
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
    color: #fff;
}
a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
    top: 1em;
    right: 1em;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none;
    font-size: 1.618em;
}
a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 1em;
}
a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 1em;
}
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em;
}
@media screen and (min-width: 40em) {
    a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0;
    }
}
@media screen and (max-width: 39.9375em) {
    a[class*='lightcase-icon-'] {
        bottom: 1em;
        font-size: 1.618em;
    }
}
@media screen and (min-width: 40em) {
    a[class*='lightcase-icon-'] {
        bottom: 50%;
        margin-bottom: -0.5em;
    }
    a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
        opacity: 1;
    }
}
#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #242626;
}
@media screen and (max-width: 39.9375em) {
    #lightcase-overlay {
        opacity: 1 !important;
    }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }


/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../img/owl/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

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

.animated.hinge {
    animation-duration: 2s;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}
