@charset "utf-8";
@import url("/fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,800");
@import url(/fonts.googleapis.com/css?family=Montserrat:900);
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * 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: 1em 40px
    }
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    }
/**
     * Add the correct display in IE.
     */
main {
    display: block
    }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
    }
/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
    }
/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active, a:hover {
    outline-width: 0
    }
/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
    }
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b, strong {
    font-weight: inherit
    }
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b, strong {
    font-weight: bolder
    }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
    }
/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
    font-style: italic
    }
/**
     * Add the correct background and color in IE 9-.
     */
mark {
    background-color: #ff0;
    color: #000
    }
/**
     * Add the correct font size in all browsers.
     */
small {
    font-size: 80%
    }
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
    }
sub {
    bottom: -0.25em
    }
sup {
    top: -0.5em
    }
/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio, video {
    display: inline-block
    }
/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
    display: none;
    height: 0
    }
/**
     * Remove the border on images inside links in IE 10-.
     */
img {
    border-style: none
    }
/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
    overflow: hidden
    }
/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    }
/**
     * Show the overflow in IE.
     */
button {
    overflow: visible
    }
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button, select {
    /* 1 */
    text-transform: none
    }
/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    }
button, [type="button"], [type="reset"], [type="submit"] {
    /**
           * Remove the inner border and padding in Firefox.
           */
    /**
           * Restore the focus styles unset by the previous rule.
           */
    }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
    }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
    }
/**
     * Show the overflow in Edge.
     */
input {
    overflow: visible
    }
/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    }
/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
    }
/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
           * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
           */
    }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
    }
/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
    }
/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
    }
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
    }
/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
    }
/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
    overflow: auto
    }
/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
    display: block
    }
/*
     * Add the correct display in all browsers.
     */
summary {
    display: list-item
    }
/*
     * Add the correct display in IE 9-.
     */
menu {
    display: block
    }
/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
    display: inline-block
    }
/**
     * Add the correct display in IE.
     */
template {
    display: none
    }
/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
    display: none
    }
.foundation-mq {
    font-family: "small=0em&medium=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;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #43444D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
    }
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
    }
select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
    }
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
    }
button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
    }
[data-whatinput="mouse"] button {
    outline: 0
    }
pre {
    overflow: auto
    }
button, input, optgroup, select, textarea {
    font-family: inherit
    }
.is-visible {
    display: block !important
    }
.is-hidden {
    display: none !important
    }
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto
    }
.row::before, .row::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
    }
.row::after {
    clear: both
    }
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0
    }
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem
    }
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
        }
    }
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
        }
    }
.row .row.collapse {
    margin-right: 0;
    margin-left: 0
    }
.row.expanded {
    max-width: none
    }
.row.expanded .row {
    margin-right: auto;
    margin-left: auto
    }
.row:not(.expanded) .row {
    max-width: none
    }
.row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem
    }
.row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem
    }
.column, .columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem
    }
@media print, screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
        }
    }
.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.625rem;
    padding-left: 0.625rem
    }
.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.9375rem;
        padding-left: 0.9375rem
        }
    .medium-centered {
        margin-right: auto;
        margin-left: auto
        }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
        }
    .medium-uncentered, .medium-push-0, .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
        }
    }
@media print, screen and (min-width: 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.9375rem;
        padding-left: 0.9375rem
        }
    .large-centered {
        margin-right: auto;
        margin-left: auto
        }
    .large-centered, .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
        }
    .large-uncentered, .large-push-0, .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
        }
    }
.column-block {
    margin-bottom: 1.25rem
    }
.column-block > :last-child {
    margin-bottom: 0
    }
@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem
        }
    .column-block > :last-child {
        margin-bottom: 0
        }
    }
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
    }
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.5;
    text-rendering: optimizeLegibility
    }
em, i {
    font-style: italic;
    line-height: inherit
    }
strong, b {
    font-weight: 500;
    line-height: inherit
    }
small {
    font-size: 80%;
    line-height: inherit
    }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 800;
    color: inherit;
    text-rendering: optimizeLegibility
    }
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    line-height: 0;
    color: #cacaca
    }
h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem
    }
@media print, screen and (min-width: 40em) {
    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
        }
    }
a {
    line-height: inherit;
    color: #F2E500;
    text-decoration: none;
    cursor: pointer
    }
a:hover, a:focus {
    color: #d0c500
    }
a img {
    border: 0
    }
hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
    }
ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.5
    }
li {
    font-size: inherit
    }
ul {
    margin-left: 1.25rem;
    list-style-type: disc
    }
ol {
    margin-left: 1.25rem
    }
ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
    }
dl {
    margin-bottom: 1rem
    }
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 500
    }
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
    }
blockquote, blockquote p {
    line-height: 1.5;
    color: #43444D
    }
cite {
    display: block;
    font-size: 0.8125rem;
    color: #43444D
    }
cite:before {
    content: "â "
    }
abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
    }
figure {
    margin: 0
    }
code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #0a0a0a
    }
kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a
    }
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #43444D
    }
.lead {
    font-size: 125%;
    line-height: 1.6
    }
.stat {
    font-size: 2.5rem;
    line-height: 1
    }
p + .stat {
    margin-top: -1rem
    }
ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none
    }
.text-left {
    text-align: left
    }
.text-right {
    text-align: right
    }
.text-center {
    text-align: center
    }
.text-justify {
    text-align: justify
    }
@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
        }
    .medium-text-right {
        text-align: right
        }
    .medium-text-center {
        text-align: center
        }
    .medium-text-justify {
        text-align: justify
        }
    }
@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
        }
    .large-text-right {
        text-align: right
        }
    .large-text-center {
        text-align: center
        }
    .large-text-justify {
        text-align: justify
        }
    }
.show-for-print {
    display: none !important
    }
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important
        }
    .show-for-print {
        display: block !important
        }
    .hide-for-print {
        display: none !important
        }
    table.show-for-print {
        display: table !important
        }
    thead.show-for-print {
        display: table-header-group !important
        }
    tbody.show-for-print {
        display: table-row-group !important
        }
    tr.show-for-print {
        display: table-row !important
        }
    td.show-for-print {
        display: table-cell !important
        }
    th.show-for-print {
        display: table-cell !important
        }
    a, a:visited {
        text-decoration: underline
        }
    a[href]:after {
        content: " (" attr(href) ")"
        }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
        }
    abbr[title]:after {
        content: " (" attr(title) ")"
        }
    pre, blockquote {
        border: 1px solid #43444D;
        page-break-inside: avoid
        }
    thead {
        display: table-header-group
        }
    tr, img {
        page-break-inside: avoid
        }
    img {
        max-width: 100% !important
        }
    @page {
        margin: 0.5cm
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    .print-break-inside {
        page-break-inside: auto
        }
    }
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none
    }
[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
    outline: none;
    border: 1px solid #43444D;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
    }
textarea {
    max-width: 100%
    }
textarea[rows] {
    height: auto
    }
input::placeholder, textarea::placeholder {
    color: #cacaca
    }
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
    }
[type="submit"], [type="button"] {
    appearance: none;
    border-radius: 0
    }
input[type="search"] {
    box-sizing: border-box
    }
[type="file"], [type="checkbox"], [type="radio"] {
    margin: 0 0 1rem
    }
[type="checkbox"] + label, [type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0
    }
[type="checkbox"] + label[for], [type="radio"] + label[for] {
    cursor: pointer
    }
label > [type="checkbox"], label > [type="radio"] {
    margin-right: 0.5rem
    }
[type="file"] {
    width: 100%
    }
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
    }
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0
    }
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a
    }
.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch
    }
.input-group > :first-child {
    border-radius: 0 0 0 0
    }
.input-group > :last-child > * {
    border-radius: 0 0 0 0
    }
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    margin: 0;
    white-space: nowrap
    }
.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center
    }
.input-group-label:first-child {
    border-right: 0
    }
.input-group-label:last-child {
    border-left: 0
    }
.input-group-field {
    border-radius: 0;
    flex: 1 1 0;
    height: auto;
    min-width: 0
    }
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto
    }
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
    }
fieldset {
    margin: 0;
    padding: 0;
    border: 0
    }
legend {
    max-width: 100%;
    margin-bottom: 0.5rem
    }
.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
    }
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem
    }
select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2867, 68, 77%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
    }
@media screen and (min-width: 0 ) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
        }
    }
select:focus {
    outline: none;
    border: 1px solid #43444D;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
    }
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
    }
select::-ms-expand {
    display: none
    }
select[multiple] {
    height: auto;
    background-image: none
    }
.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
    }
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
    }
.is-invalid-label {
    color: #cc4b37
    }
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #cc4b37
    }
.form-error.is-visible {
    display: block
    }
@font-face {
    font-family: "lg";
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: normal;
    font-style: normal
    }
.lg-icon {
    font-family: "lg";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none
    }
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5
    }
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF
    }
.lg-actions .lg-next {
    right: 20px
    }
.lg-actions .lg-next:before {
    content: ""
    }
.lg-actions .lg-prev {
    left: 20px
    }
.lg-actions .lg-prev:after {
    content: ""
    }
@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
        } 50% {
        left: -30px;
        } 100% {
        left: 0;
        }
    }
@-moz-keyframes lg-right-end {
    0% {
        left: 0;
        } 50% {
        left: -30px;
        } 100% {
        left: 0;
        }
    }
@-ms-keyframes lg-right-end {
    0% {
        left: 0;
        } 50% {
        left: -30px;
        } 100% {
        left: 0;
        }
    }
@keyframes lg-right-end {
    0% {
        left: 0;
        } 50% {
        left: -30px;
        } 100% {
        left: 0;
        }
    }
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
        } 50% {
        left: 30px;
        } 100% {
        left: 0;
        }
    }
@-moz-keyframes lg-left-end {
    0% {
        left: 0;
        } 50% {
        left: 30px;
        } 100% {
        left: 0;
        }
    }
@-ms-keyframes lg-left-end {
    0% {
        left: 0;
        } 50% {
        left: 30px;
        } 100% {
        left: 0;
        }
    }
@keyframes lg-left-end {
    0% {
        left: 0;
        } 50% {
        left: 30px;
        } 100% {
        left: 0;
        }
    }
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative
    }
.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative
    }
.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45)
    }
.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
    }
.lg-toolbar .lg-icon:hover {
    color: #FFF
    }
.lg-toolbar .lg-close:after {
    content: ""
    }
.lg-toolbar .lg-download:after {
    content: ""
    }
.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
    }
.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold
    }
.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
    }
#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
    }
.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear
    }
.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
    }
.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
    }
.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
    }
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
    }
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
    }
.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s
    }
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
    }
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
    }
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
    }
.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0)
    }
.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
    }
.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
    }
@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease
        }
    }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
    }
.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
    }
.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
    }
.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
    }
.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease
    }
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
    }
.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
    }
.lg-outer .lg-toogle-thumb:after {
    content: ""
    }
.lg-outer .lg-toogle-thumb:hover {
    color: #FFF
    }
.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
    }
.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
    }
.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
    }
.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
    }
.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
    }
.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
    }
.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
    }
.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8
    }
.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
    }
.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
    }
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent
    }
.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
    }
.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
    }
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
    }
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
    }
.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s
    }
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
    }
.lg-progress-bar.lg-start .lg-progress {
    width: 100%
    }
.lg-show-autoplay .lg-progress-bar {
    opacity: 1
    }
.lg-autoplay-button:after {
    content: ""
    }
.lg-show-autoplay .lg-autoplay-button:after {
    content: ""
    }
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
    }
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s
    }
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s
    }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
    }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
    }
#lg-zoom-in:after {
    content: ""
    }
#lg-actual-size {
    font-size: 20px
    }
#lg-actual-size:after {
    content: ""
    }
#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none
    }
#lg-zoom-out:after {
    content: ""
    }
.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
    }
.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
    }
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
    }
.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
    }
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset
    }
.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
    }
.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
    }
.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px
    }
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset
    }
.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
    }
.lg-fullscreen:after {
    content: ""
    }
.lg-fullscreen-on .lg-fullscreen:after {
    content: ""
    }
.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s
    }
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
    }
.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
    }
.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s
    }
.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
    }
.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
    }
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333
    }
.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
    }
.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07)
    }
.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
    }
.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
    }
.lg-outer #lg-share {
    position: relative
    }
.lg-outer #lg-share:after {
    content: ""
    }
.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
    }
.lg-outer #lg-share-facebook .lg-icon:after {
    content: ""
    }
.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
    }
.lg-outer #lg-share-twitter .lg-icon:after {
    content: ""
    }
.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
    }
.lg-outer #lg-share-googleplus .lg-icon:after {
    content: ""
    }
.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
    }
.lg-outer #lg-share-pinterest .lg-icon:after {
    content: ""
    }
.lg-group:after {
    content: "";
    display: table;
    clear: both
    }
.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
    }
.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.lg-outer.lg-visible {
    opacity: 1
    }
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
    }
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
    }
.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
    }
.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
    }
.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
    }
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
    }
.lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat scroll center center transparent;
    display: none !important
    }
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important
    }
.lg-outer.lg-css .lg-current {
    display: inline-block !important
    }
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
    }
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
    }
.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
    }
.lg-outer .lg-item.lg-complete {
    background-image: none
    }
.lg-outer .lg-item.lg-current {
    z-index: 1060
    }
.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
    }
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
    }
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
    }
.lg-outer .lg-empty-html {
    display: none
    }
.lg-outer.lg-hide-download #lg-download {
    display: none
    }
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s
    }
.lg-backdrop.in {
    opacity: 1
    }
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
    }
.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
    }
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
    }
.lg-css3.lg-fade .lg-item {
    opacity: 0
    }
.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
    }
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
    }
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s
    }
.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
    }
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s
    }
@font-face {
    font-family: "hague";
    src: url(/site/templates/fonts/fontello/hague.eot?64196292);
    src: url(/site/templates/fonts/fontello/hague.eot?64196292#iefix) format("embedded-opentype"), url(/site/templates/fonts/fontello/hague.woff2?64196292) format("woff2"), url(/site/templates/fonts/fontello/hague.woff?64196292) format("woff"), url(/site/templates/fonts/fontello/hague.ttf?64196292) format("truetype"), url(/site/templates/fonts/fontello/hague.svg?64196292#hague) 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: 'hague';
    src: url('/site/templates/fonts/fontello/hague.svg?64196292#hague') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "hague";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
.icon-cancel:before {
    content: ""
    }
/* 'î ' */
.icon-right:before {
    content: ""
    }
/* 'î ' */
.icon-left:before {
    content: ""
    }
/* 'î ' */
.icon-left-open-1:before {
    content: ""
    }
/* 'î ' */
.icon-right-open-1:before {
    content: ""
    }
/* 'î ' */
.icon-facebook:before {
    content: ""
    }
/* 'ï' */
.icon-mail-alt:before {
    content: ""
    }
/* 'ï ' */
.icon-youtube:before {
    content: ""
    }
/* 'ï§' */
.icon-instagram:before {
    content: ""
    }
/* 'ï­' */
.icon-left-1:before {
    content: ""
    }
/* 'ï·' */
.icon-right-1:before {
    content: ""
    }
/* 'ï¸' */
.icon-vimeo:before {
    content: ""
    }
/* 'ï½' */
.icon-twitter:before {
    content: ""
    }
/* 'ï' */
.icon-linkedin:before {
    content: ""
    }
/* 'ï' */
/* 
 *  Core Owl Carousel CSS File
 */
.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
    }
.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(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%;
    -webkit-transform-style: preserve-3d
    }
.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 {
    display: none
    }
.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: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
    }
.owl-carousel.owl-rtl {
    direction: rtl
    }
.owl-carousel.owl-rtl .owl-item {
    float: right
    }
/* No Js */
.no-js .owl-carousel {
    display: block
    }
html {
    height: 100%
    }
body {
    transition: opacity 0.5s ease;
    opacity: 0;
    height: 100%;
    background-color: #F2E500
    }
body.loaded {
    opacity: 1
    }
.foreground {
    position: relative;
    z-index: 2;
    margin-top: 100px
    }
h1, h2, h3 {
    text-transform: uppercase
    }
.fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
    }
.fullrow::before, .fr::before, .themes::before, .fullrow::after, .fr::after, .themes::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
    }
.fullrow::after, .fr::after, .themes::after {
    clear: both
    }
.title, .tpl-text_video .about-container .content h1, .tpl-split-page .fullrow .content-left h1, .tpl-split-page .fr .content-left h1, .tpl-split-page .themes .content-left h1 {
    font-size: 1.5em;
    text-transform: normal
    }
.title.centered, .tpl-text_video .about-container .content h1.centered, .tpl-split-page .fullrow .content-left h1.centered, .tpl-split-page .fr .content-left h1.centered, .tpl-split-page .themes .content-left h1.centered {
    text-align: center;
    margin-bottom: 2em
    }
.arrow-down, .themes .our-themes:after, .theme-sterk-en-duurzaam.active:after, .theme-sterk-en-digitaal.active:after, .theme-sterk-en-sociaal.active:after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0a0a0a
    }
.button {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    display: inline-block;
    background-color: #43444D;
    color: #F2E500;
    text-decoration: none;
    padding: 5px 30px
    }
.wb {
    background-color: #fff;
    padding: 40px
    }
#mCCForm {
    display: inline-block;
    background-color: #1D6B34;
    color: #43444D;
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 50%;
    right: 0;
    color: white
    }
#mCCForm #mCCButton {
    padding: 10px;
    background-color: #1D6B34;
    background-color: #F2E500;
    cursor: pointer
    }
form ul {
    margin: 0;
    padding: 0
    }
form ul li {
    list-style: none;
    margin: 0;
    padding: 0
    }
form button {
    background-color: #F2E500;
    font-weight: bold;
    padding: 10px;
    cursor: pointer
    }
form .InputfieldStateRequired label:after {
    content: " *";
    color: #cc4b37
    }
form .InputfieldRadiosStacked li {
    display: inline-block;
    margin-right: 20px
    }
form .InputfieldRadiosStacked li label:after {
    content: ""
    }
.uk-alert, .uk-text-danger, .uk-alert-danger {
    color: #cc4b37
    }
.FormBuilderErrors {
    color: #cc4b37
    }
strong {
    font-weight: bold
    }
.content h1 {
    font-size: 2em
    }
.content h2 {
    font-size: 1.5em
    }
.content a {
    color: inherit;
    text-decoration: underline
    }
.content blockquote {
    margin: 20px 0;
    border: none;
    font-size: 1.5em;
    font-weight: 900
    }
.content blockquote p {
    display: inline
    }
.content blockquote:before {
    content: open-quote
    }
.content blockquote:after {
    content: close-quote
    }
.content.ns {
    text-decoration: none
    }
#topbar {
    display: flex;
    font-size: 1em;
    font-weight: 700;
    background-color: #43444D;
    text-transform: uppercase
    }
#topbar ul, #topbar li {
    list-style: none;
    margin: 0;
    padding: 0
    }
#topbar .logo-wrapper {
    flex: 0 0 55px;
    z-index: 1;
    background-color: #43444D
    }
#topbar .logo-wrapper .logo {
    display: block;
    width: 100%;
    height: 55px;
    padding: 7px
    }
#topbar .logo-wrapper .logo figure {
    width: 100%;
    height: 100%
    }
#topbar .logo-wrapper .logo svg {
    height: 100%;
    width: 100%
    }
#topbar .logo-wrapper .logo svg path {
    fill: #F2E500
    }
#topbar .navigation-wrapper {
    flex: 1 1 auto
    }
#topbar .navigation-wrapper .navigation-top {
    display: flex;
    justify-content: flex-end;
    font-size: 0.8em;
    padding: 4px 0 2px 0
    }
#topbar .navigation-wrapper .navigation-top > * {
    margin: 0 10px
    }
#topbar .navigation-wrapper .navigation-top > a {
    color: orange
    }
#topbar .navigation-wrapper .navigation-top #lang-switch {
    display: flex;
    color: #F2E500
    }
#topbar .navigation-wrapper .navigation-top #lang-switch a {
    color: #F2E500
    }
#topbar .navigation-wrapper .navigation-top #lang-switch > li {
    position: relative;
    margin: 0 10px
    }
#topbar .navigation-wrapper .navigation-top #lang-switch > li > ul {
    display: none;
    position: absolute;
    background-color: #43444D;
    padding: 15px
    }
#topbar .navigation-wrapper .navigation-top #lang-switch > li:hover > ul {
    display: flex
    }
#topbar .navigation-wrapper .navigation-bottom {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 4px 0
    }
#topbar .navigation-wrapper .navigation-bottom #main-navigation {
    display: flex
    }
#topbar .navigation-wrapper .navigation-bottom #main-navigation li {
    margin: 0 10px
    }
#topbar .hamburger-wrapper {
    display: none
    }
@media screen and (max-width: 850px) {
    #topbar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
        }
    #topbar .logo-wrapper {
        flex: 0 0 50%;
        justify-content: flex-start
        }
    #topbar .logo-wrapper .logo {
        width: 60px
        }
    #topbar .navigation-wrapper {
        display: none;
        flex: 0 0 100%;
        order: 3
        }
    #topbar .navigation-wrapper .navigation-top {
        display: flex;
        flex-direction: column;
        justify-content: flex-end
        }
    #topbar .navigation-wrapper .navigation-top > a {
        display: flex;
        padding: 30px;
        font-size: 1.3em;
        border-top: 1px solid #F2E500;
        margin: 0
        }
    #topbar .navigation-wrapper .navigation-top #lang-switch {
        padding: 25px;
        margin: 0
        }
    #topbar .navigation-wrapper .navigation-top #lang-switch li {
        font-size: 1.1em;
        flex: 0 0 100%
        }
    #topbar .navigation-wrapper .navigation-top #lang-switch > li {
        display: flex;
        flex-direction: row
        }
    #topbar .navigation-wrapper .navigation-top #lang-switch > li > ul {
        position: relative;
        display: flex;
        flex: 1 1 50%;
        text-shadow-align: center;
        padding: inherit
        }
    #topbar .navigation-wrapper .navigation-top #lang-switch > li > span {
        flex: 1 1 50%;
        text-decoration: underline;
        text-align: center
        }
    #topbar .navigation-wrapper .navigation-bottom {
        flex: 1 1 50%;
        order: 2;
        border-top: 1px solid #F2E500
        }
    #topbar .navigation-wrapper .navigation-bottom #main-navigation {
        flex-direction: column;
        width: 100%
        }
    #topbar .navigation-wrapper .navigation-bottom #main-navigation li {
        padding: 25px;
        font-size: 1.1em
        }
    #topbar .hamburger-wrapper {
        display: flex;
        flex: 0 0 50%;
        justify-content: flex-end;
        align-items: center
        }
    #topbar.active .navigation-wrapper {
        display: block
        }
    }
* {
    margin: 0;
    padding: 0
    }
.hamburger {
    margin-right: 15px;
    width: 100%;
    height: 100%;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer
    }
.hamburger:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    top: calc(50% - 4px);
    transform: translatey(-12px)
    }
.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    top: calc(50% - 4px)
    }
.hamburger:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    top: calc(50% - 4px);
    transform: translatey(12px)
    }
.active .hamburger:before {
    transform: translatey(0) scale(0)
    }
.active .hamburger span {
    transform: rotate(45deg) translatey(0)
    }
.active .hamburger:after {
    transform: rotate(-45deg) translatey(0)
    }
.slider-container {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 400px;
    width: 100%;
    overflow: hidden
    }
.slider-container .owl-carousel {
    height: 400px
    }
.slider-container .nav-button {
    transition: color 0.5s ease;
    position: relative;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    z-index: 9999;
    position: absolute;
    display: inline-block;
    color: white;
    font-size: 4em;
    cursor: pointer
    }
.slider-container .nav-button:hover {
    color: #43444D
    }
.slider-container .nav-button.nav-button-previous {
    right: 0
    }
.slider-container .nav-button.nav-button-previous:before {
    font-family: "hague";
    content: ""
    }
.slider-container .nav-button.nav-button-next {
    left: 0
    }
.slider-container .nav-button.nav-button-next:before {
    font-family: "hague";
    content: ""
    }
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 1
    }
#header .header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
    }
#header .quote-wrap {
    position: absolute;
    top: 250px;
    width: 100%;
    height: auto;
    padding: 0 15px;
    text-align: left;
    color: white
    }
#header .quote-wrap .quote {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    line-height: 1;
    text-shadow: 1px 1px #43444D
    }
#header .quote-wrap .summary {
    line-height: 1.2em;
    font-size: 0.8em
    }
#header .logo {
    position: absolute;
    display: block;
    top: 100px;
    left: 20px;
    width: 200px;
    height: 10px
    }
#header .logo svg path {
    fill: #F2E500
    }
#header .logo .arch {
    transform-origin: 50% 50%;
    transition: all 0.5s ease;
    transform: scale(1);
    fill: blue
    }
#header .logo:hover .arch {
    transform: rotate(180deg) scale(0.1)
    }
@media print, screen and (min-width: 40em) {
    #header .logo {
        width: 300px;
        left: 50px
        }
    #header .quote-wrap {
        display: inline-block;
        right: 0;
        top: 100px;
        width: 350px;
        height: auto;
        bottom: inherit;
        text-align: center
        }
    #header .quote-wrap .quote {
        font-size: 3em
        }
    #header .quote-wrap .summary {
        margin-top: 20px;
        font-size: 1em;
        line-height: 1.4em
        }
    }
.themes .our-themes {
    font-size: 2em;
    position: relative;
    text-align: center;
    background-color: #F2E500;
    padding: 20px 0;
    font-weight: 900
    }
.themes .our-themes:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-style: solid;
    border-width: 28px;
    border-top-color: #F2E500;
    z-index: 10
    }
.tpl-home .themes .our-themes {
    font-size: 1em
    }
.themes-container::before, .themes-container::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
    }
.themes-container::after {
    clear: both
    }
.themes-container .theme {
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    height: 280px;
    padding: 40px 10px
    }
.themes-container .theme svg .cls-1 {
    transition: all 0.3s ease
    }
.themes-container .theme .title-wrapper .theme-title {
    font-size: 14px
    }
.themes-container .theme .theme-icon {
    display: inline-block;
    width: 100px;
    width: 80%;
    margin: 0 3%;
    max-width: 180px
    }
.themes-container .theme:hover:not(.active) {
    background-color: #F2E500;
    color: #43444D
    }
.themes-container .theme:hover:not(.active) svg .cls-1 {
    fill: #43444D
    }
.themes-container .theme:hover:not(.active):after {
    bottom: -35px;
    border-top-style: solid;
    border-width: 40px
    }
.theme-description {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff
    }
.theme-projects {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #43444D;
    color: #fff
    }
.theme-projects .theme-project {
    color: #fff;
    margin-bottom: 50px
    }
.theme-projects .theme-project .thumbnail {
    height: 250px;
    margin-bottom: 15px;
    overflow: hidden
    }
.theme-projects .theme-project .thumbnail img {
    transition: all 1s ease;
    width: 100%;
    height: 100%;
    object-fit: cover
    }
.theme-projects .theme-project:hover img {
    transform: scale(1.2)
    }
.theme-projects .theme-project .theme-project-description {
    font-size: 0.9em
    }
.theme-projects .theme-project .theme-project-description .project-title {
    font-size: 1.2em
    }
.theme-sterk-en-duurzaam {
    background-color: #43444D
    }
.theme-sterk-en-duurzaam.active:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-style: solid;
    border-width: 28px;
    border-top-color: #43444D;
    z-index: 10
    }
.theme-sterk-en-digitaal {
    background-color: #4C7253
    }
.theme-sterk-en-digitaal.active:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-style: solid;
    border-width: 28px;
    border-top-color: #4C7253;
    z-index: 10
    }
.theme-sterk-en-sociaal {
    background-color: #1D6B34
    }
.theme-sterk-en-sociaal.active:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-style: solid;
    border-width: 28px;
    border-top-color: #1D6B34;
    z-index: 10
    }
@media print, screen and (min-width: 40em) {
    .themes-container .theme .title-wrapper {
        position: relative;
        float: left;
        width: 50%;
        height: 100%
        }
    .themes-container .theme .title-wrapper .theme-title {
        position: relative;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        font-size: 1.5em
        }
    .themes-container .theme .theme-icon {
        position: relative;
        float: right;
        width: 30%;
        height: 100%
        }
    .themes-container .theme .theme-icon svg {
        position: relative;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%)
        }
    }
@media print, screen and (min-width: 64em) {
    .themes-container .theme .title-wrapper .theme-title {
        font-size: 2em
        }
    .themes-container .theme .title-wrapper .theme-title span {
        font-weight: 300
        }
    .themes-container .theme .theme-icon {
        position: relative;
        float: right;
        height: 100%
        }
    .themes-container .theme .theme-icon svg {
        position: relative;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%)
        }
    .theme-projects .theme-project .thumbnail {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        height: inherit
        }
    }
@media print, screen and (min-width: 64em) and (min-width: 40em) {
    .theme-projects .theme-project .thumbnail {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
        }
    }
@media print, screen and (min-width: 64em) {
    .theme-projects .theme-project .theme-project-description {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem
        }
    }
@media print, screen and (min-width: 64em) and (min-width: 40em) {
    .theme-projects .theme-project .theme-project-description {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
        }
    }
#partners {
    background-color: #F2E500;
    background-color: #fff
    }
#partners::before, #partners::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
    }
#partners::after {
    clear: both
    }
#partners h3 {
    color: #43444D;
    text-align: center;
    padding-top: 20px
    }
#partners .row {
    padding: 50px 0
    }
#partners a {
    text-align: center
    }
#partners img {
    height: 100px
    }
#footer ul, #footer li {
    list-style: none
    }
#footer .footer-top {
    background-color: #fff;
    padding: 50px;
    text-align: center
    }
#footer .footer-top::before, #footer .footer-top::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
    }
#footer .footer-top::after {
    clear: both
    }
#footer .footer-top .logo {
    display: inline-block;
    width: 200px
    }
#footer .footer-bottom {
    background-color: #43444D;
    padding: 50px;
    display: flex;
    flex-direction: column
    }
#footer .footer-bottom::before, #footer .footer-bottom::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
    }
#footer .footer-bottom::after {
    clear: both
    }
#footer .footer-bottom .footer-links {
    display: flex;
    justify-content: center;
    background-color: #43444D
    }
#footer .footer-bottom .socials {
    display: flex;
    justify-content: center
    }
#footer .footer-bottom .socials .social {
    padding: 0 20px
    }
#footer .footer-bottom .socials .social a {
    line-height: 60px;
    color: #F2E500;
    font-size: 2em
    }
#footer .footer-bottom .socials .social a:before {
    font-family: "hague"
    }
#footer .footer-bottom .socials .social.facebook a:before {
    content: ""
    }
#footer .footer-bottom .socials .social.twitter a:before {
    content: ""
    }
#footer .footer-bottom .socials .social.linkedin a:before {
    content: ""
    }
#footer .footer-bottom .socials .social.youtube a {
    font-weight: 100
    }
#footer .footer-bottom .socials .social.youtube a:before {
    content: ""
    }
.theme-mark {
    position: relative;
    width: 100%;
    color: #43444D;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 1.4em;
    margin-bottom: 20px
    }
.theme-mark-title-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 70%
    }
.theme-mark-title {
    padding: 0 5%
    }
.theme-mark-title:after {
    transition: all 0.7s ease;
    content: "";
    width: 0;
    display: block;
    height: 2px;
    background-color: #43444D
    }
.theme-mark-icon {
    display: table-cell;
    width: 30%
    }
.theme-mark-icon svg .cls-1 {
    fill: #43444D
    }
.theme-mark:hover .theme-mark-title:after {
    width: 100%
    }
.video-container {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden
    }
.video-container .video-gallery {
    position: relative;
    height: 100%;
    width: 100%
    }
.video-container .video-gallery a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%
    }
.video-container .video-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
    }
.video-container .video-gallery a:before {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    content: " ";
    display: block;
    position: absolute;
    z-index: 4;
    background-image: url(../img/video-play.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    margin: 0 auto
    }
.video-container .video-container-wrapper {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.video-container .video-container-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.video-container .video-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3
    }
.video-container .video-overlay .play-button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px
    }
.video-container .video-overlay .play-button svg .element {
    cursor: pointer;
    fill: #43444D
    }
.video-container .video-overlay .play-button:hover svg .element {
    fill: #fff
    }
.MarkupSocialShareButtons {
    margin: 40px 0;
    text-align: center
    }
.MarkupSocialShareButtons .mssb-item {
    font-size: 1.5em;
    display: inline-block;
    list-style: none;
    margin: 0 20px
    }
.MarkupSocialShareButtons .mssb-item a {
    color: inherit
    }
.MarkupSocialShareButtons .mssb-item a:before {
    content: "";
    font-family: "hague"
    }
.MarkupSocialShareButtons .mssb-item a i {
    display: none
    }
.MarkupSocialShareButtons .mssb-item.mssb-facebook a:before {
    content: ""
    }
.MarkupSocialShareButtons .mssb-item.mssb-twitter a:before {
    content: ""
    }
.MarkupSocialShareButtons .mssb-item.mssb-linkedin a:before {
    content: ""
    }
.MarkupSocialShareButtons .mssb-item.mssb-email a:before {
    content: ""
    }
#home .foreground {
    margin-top: 60%
    }
#home #topbar {
    position: fixed;
    width: 100%;
    z-index: 100
    }
#intro {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
    top: 0;
    background-color: rgba(242, 229, 0, 0.8);
    padding-bottom: 50px
    }
#intro .content {
    column-count: 1
    }
#intro .intro-title {
    margin: 40px 0;
    text-align: center
    }
@media print, screen and (min-width: 40em) {
    #intro .content {
        column-count: 2
        }
    }
.tpl-project .project {
    padding-top: 80px
    }
.project .video-container {
    margin: 25px 0
    }
.project .cnt-sgl-img {
    margin: 25px 0
    }
.project-description {
    background-color: #F2E500;
    color: #43444D;
    padding-top: 50px;
    padding-bottom: 50px
    }
.project-navigation {
    font-family: "Montserrat", sans-serif;
    color: #43444D;
    text-align: center;
    padding: 50px 0
    }
.project-navigation .project-navigation-prev {
    color: inherit;
    margin-right: 15px
    }
.project-navigation .project-navigation-prev:before {
    margin-right: 5px;
    font-family: "hague";
    content: ""
    }
.project-navigation .project-navigation-next {
    margin-left: 15px;
    color: inherit
    }
.project-navigation .project-navigation-next:after {
    margin-left: 5px;
    font-family: "hague";
    content: ""
    }
.tpl-text_video .about-container {
    background-color: #F2E500;
    padding-top: 100px;
    padding-bottom: 100px
    }
#over-de-sterke-stad .button {
    margin-top: 10px;
    width: 100%
    }
.tpl-split-page .fullrow, .tpl-split-page .fr, .tpl-split-page .themes {
    background-color: #F2E500;
    padding-top: 100px;
    padding-bottom: 100px
    }
.tpl-split-page .fullrow .content-right, .tpl-split-page .fr .content-right, .tpl-split-page .themes .content-right {
    margin-top: 50px;
    padding: 30px;
    background-color: #fff
    }
.downloads {
    list-style: none;
    padding: 0;
    margin: 0
    }
.downloads .download {
    position: relative
    }
.downloads .download img {
    object-fit: cover;
    width: 100%;
    height: 100%
    }
.downloads .download a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
    }
.downloads .download a span {
    display: inline-block;
    background-color: #F2E500;
    color: #43444D;
    padding: 20px 30px;
    font-weight: bold
    }
.downloads .download a:hover span {
    background-color: #fff326;
    /*text-decoration: underline;*/
    }
.downloads {
    display: flex;
    flex-wrap: wrap
    }
.downloads .download {
    position: relative;
    height: 40vh;
    flex: 1 1 100%
    }
@media screen and (min-width: 31.25em) {
    .downloads {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap
        }
    .downloads .download {
        position: relative;
        height: 40vh;
        flex: 0 0 50%
        }
    }
@media screen and (min-width: 56.25em) {
    .downloads {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap
        }
    .downloads .download {
        position: relative;
        height: 40vh;
        flex: 0 0 33.333333%
        }
    }