/* ==========================================================================
	Imports
============================================================================= */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */

/**
 * 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
    -webkit-text-decoration: underline dotted;
    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.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    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 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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 */
}

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

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

/* 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;
}

/*! formstone v1.4.3 [background.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-background {
    overflow: hidden;
    position: relative;
}

.fs-background, .fs-background-container, .fs-background-media {
    -webkit-transition: none;
    transition: none;
}

.fs-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.fs-background-media {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
}

    .fs-background-media.fs-background-animated {
        -webkit-transition: opacity .5s linear;
        transition: opacity .5s linear;
    }

    .fs-background-media iframe, .fs-background-media img, .fs-background-media video {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-user-drag: none;
    }

    .fs-background-media.fs-background-fixed, .fs-background-media.fs-background-native {
        width: 100%;
        height: 100%;
    }

        .fs-background-media.fs-background-fixed img, .fs-background-media.fs-background-native img {
            display: none;
        }

    .fs-background-media.fs-background-native {
        background-position: center;
        background-size: cover;
    }

    .fs-background-media.fs-background-fixed {
        background-position: center;
        background-attachment: fixed;
    }

.fs-background-embed.fs-background-ready:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
}

.fs-background-embed.fs-background-ready iframe {
    z-index: 0;
}

/*! formstone v1.4.3 [carousel.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-carousel.fs-carousel-enabled {
    width: 100%;
    position: relative;
}

    .fs-carousel.fs-carousel-enabled:after {
        clear: both;
        content: '';
        display: table;
    }

.fs-carousel, .fs-carousel *, .fs-carousel :after, .fs-carousel :before, .fs-carousel:after, .fs-carousel:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.fs-carousel-enabled.fs-carousel-contained, .fs-carousel-enabled.fs-carousel-contained .fs-carousel-container, .fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport, .fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper {
    overflow: hidden;
}

.fs-carousel-enabled .fs-carousel-viewport {
    position: relative;
}

    .fs-carousel-enabled .fs-carousel-viewport:after {
        clear: both;
        content: '';
        display: table;
    }

.fs-carousel-enabled .fs-carousel-wrapper {
    position: relative;
}

    .fs-carousel-enabled .fs-carousel-wrapper:after {
        clear: both;
        content: '';
        display: table;
    }

.fs-carousel-enabled .fs-carousel-container {
    position: relative;
}

.fs-carousel-enabled .fs-carousel-canister {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
    -webkit-transition: height .5s ease,-webkit-transform .5s ease;
    transition: height .5s ease,-webkit-transform .5s ease;
    transition: height .5s ease,transform .5s ease;
    transition: height .5s ease,transform .5s ease,-webkit-transform .5s ease;
}

.fs-carousel-enabled .fs-carousel-item {
    min-height: 1px;
    display: block;
}

    .fs-carousel-enabled .fs-carousel-item img {
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.fs-carousel-single .fs-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

    .fs-carousel-single .fs-carousel-item.fs-carousel-visible {
        position: relative;
        z-index: 2;
    }

.fs-carousel-controls {
    display: none;
}

.fs-carousel-enabled .fs-carousel-controls {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .fs-carousel-controls_custom.fs-carousel-visible, .fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
        display: block;
    }

.fs-carousel-enabled .fs-carousel-control {
    border: none;
    cursor: pointer;
    padding: 0;
}

.fs-carousel-pagination {
    display: none;
}

.fs-carousel-enabled .fs-carousel-pagination {
    width: 100%;
}

    .fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
        display: block;
    }

.fs-carousel-enabled .fs-carousel-page {
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

.fs-carousel-enabled.fs-carousel-rtl {
    direction: rtl;
}

/*! formstone v1.4.3 [checkbox.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-checkbox {
    display: inline-block;
    vertical-align: middle;
}

    .fs-checkbox, .fs-checkbox *, .fs-checkbox :after, .fs-checkbox :before, .fs-checkbox:after, .fs-checkbox:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: none;
        transition: none;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

.fs-checkbox-element_placeholder {
    display: none;
    visibility: hidden;
}

.fs-checkbox-element {
    width: 110%;
    height: 110%;
    position: absolute;
    top: -5%;
    right: -5%;
    bottom: -5%;
    left: -5%;
    z-index: -1;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
    opacity: 0;
    -webkit-appearance: none;
}

.fs-checkbox-label {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-checkbox-marker {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
}

.fs-checkbox-flag {
    width: 100%;
    height: 100%;
    margin: 0;
}

    .fs-checkbox-flag:before {
        width: 5px;
        height: 10px;
        border: 2px solid;
        border-top: 0;
        border-left: 0;
        content: '';
        display: block;
        margin: 3px 0 0 6px;
        -webkit-transition: -webkit-transform .15s ease;
        transition: -webkit-transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease;
        transition: transform .15s ease,-webkit-transform .15s ease;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
    }

.fs-checkbox-checked .fs-checkbox-flag:before {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

.fs-checkbox-radio .fs-checkbox-marker {
    position: relative;
    border-radius: 100%;
}

.fs-checkbox-radio .fs-checkbox-flag {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #666;
    border-radius: 100%;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    transition: transform .15s ease,-webkit-transform .15s ease;
}

    .fs-checkbox-radio .fs-checkbox-flag:before {
        display: none;
    }

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
    -webkit-transform: scale(1);
    transform: scale(1);
}

    .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
        display: none;
    }

.fs-checkbox-disabled {
    cursor: default;
    opacity: .5;
}

.fs-checkbox-label.fs-checkbox-disabled {
    cursor: default;
}

.fs-checkbox-disabled .fs-checkbox-marker {
    cursor: default;
}

.fs-checkbox-toggle {
    position: relative;
}

.fs-checkbox-label.fs-checkbox-toggle {
    line-height: 40px;
}

.fs-checkbox-toggle .fs-checkbox-marker {
    width: 100px;
    height: 40px;
    position: relative;
}

    .fs-checkbox-toggle .fs-checkbox-marker:after {
        clear: both;
        content: '';
        display: table;
    }

.fs-checkbox-toggle .fs-checkbox-flag {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #666;
    display: block;
    -webkit-transition: left .15s ease;
    transition: left .15s ease;
}

.no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
    opacity: 1;
}

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
    left: 50%;
}

    .fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
        display: none;
    }

.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
    display: none;
}

.fs-checkbox-toggle .fs-checkbox-state {
    width: 50%;
    display: block;
    line-height: 40px;
    margin: 0;
    text-align: center;
}

.fs-checkbox-toggle .fs-checkbox-state_on {
    float: left;
}

.fs-checkbox-toggle .fs-checkbox-state_off {
    float: right;
}

/*! formstone v1.4.3 [dropdown.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-dropdown {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
}

    .fs-dropdown, .fs-dropdown *, .fs-dropdown :after, .fs-dropdown :before, .fs-dropdown:after, .fs-dropdown:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: none;
        transition: none;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

.fs-dropdown-element {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

.fs-dropdown-mobile .fs-dropdown-element, .fs-dropdown-native .fs-dropdown-element {
    z-index: 7;
}

.fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element, .fs-dropdown-native.fs-dropdown-multiple .fs-dropdown-element {
    z-index: -1;
}

.fs-dropdown-selected {
    border: none;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid;
    color: #000;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: clip;
}

.fs-dropdown-options {
    width: 100%;
    max-height: 260px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background: #fff;
    border: 1px solid;
    display: none;
    overflow: auto;
    overflow-x: hidden;
}

    .fs-dropdown-options.fs-scrollbar {
        position: absolute;
    }

.fs-dropdown-group {
    display: block;
    font-size: 75%;
}

.fs-dropdown-item {
    border: none;
    padding: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
}

.fs-dropdown-item_placeholder {
    display: none;
}

.fs-dropdown-item_selected {
    background: #ddd;
}

.fs-dropdown-item_disabled {
    cursor: default;
    opacity: .5;
}

.fs-dropdown-open {
    z-index: 3;
}

    .fs-dropdown-open .fs-dropdown-options {
        display: block;
    }

    .fs-dropdown-open .fs-dropdown-selected {
        z-index: 6;
    }

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
    z-index: 4;
}

.fs-dropdown-cover .fs-dropdown-options {
    top: 0;
}

.fs-dropdown-bottom .fs-dropdown-options {
    top: auto;
    bottom: 100%;
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
    top: auto;
    bottom: 0;
}

.fs-dropdown-multiple .fs-dropdown-options {
    width: 100%;
    position: static;
    display: block;
}

.fs-dropdown-disabled {
    opacity: .5;
}

    .fs-dropdown-disabled .fs-dropdown-selected {
        cursor: default;
    }

    .fs-dropdown-disabled .fs-dropdown-group, .fs-dropdown-disabled .fs-dropdown-item {
        cursor: default;
    }

.fs-dropdown-options.fs-scrollbar {
    overflow: hidden;
}

    .fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
        border: 1px solid;
        border-width: 0 0 0 1px;
    }

    .fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
        max-height: 260px;
        height: auto;
    }

    .fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
        padding: 0;
    }

/*! formstone v1.4.3 [lightbox.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-lightbox {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 101;
    background: #fff;
    opacity: 0;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .fs-lightbox, .fs-lightbox :not(input):not(textarea) {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

.fs-lightbox-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
}

.fs-lightbox-animating {
    -webkit-transition: height .25s ease,width .25s ease,opacity .25s linear,top .25s ease;
    transition: height .25s ease,width .25s ease,opacity .25s linear,top .25s ease;
}

    .fs-lightbox-animating .fs-lightbox-content, .fs-lightbox-animating .fs-lightbox-control, .fs-lightbox-animating .fs-lightbox-meta, .fs-lightbox-animating .fs-lightbox-thumbnails, .fs-lightbox-animating .fs-lightbox-tools {
        -webkit-transition: opacity .25s linear .25s,visibility .25s linear .25s;
        transition: opacity .25s linear .25s,visibility .25s linear .25s;
    }

.fs-lightbox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.fs-lightbox-open {
    opacity: 1;
}

.fs-lightbox-overlay.fs-lightbox-open {
    opacity: .75;
}

.fs-lightbox-close {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 105;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
}

.fs-lightbox-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 103;
    background: #fff;
    overflow: hidden;
}

    .fs-lightbox-container:after {
        clear: both;
        content: '';
        display: table;
    }

.fs-lightbox-content {
    width: 100%;
    background: #fff;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    visibility: visible;
}

    .fs-lightbox-content:after {
        clear: both;
        content: '';
        display: table;
    }

.fs-lightbox-inline .fs-lightbox-content {
    width: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.fs-lightbox-iframed .fs-lightbox-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
    width: 1px;
    height: 1px;
    position: absolute;
    margin: 0;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}

.fs-lightbox-image {
    display: block;
}

.fs-lightbox-mobile .fs-lightbox-image {
    position: relative;
}

.fs-lightbox-video {
    width: 100%;
    height: 100%;
}

.fs-lightbox-iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto;
}

.fs-lightbox-meta {
    opacity: 1;
    clear: both;
    visibility: visible;
}

.fs-lightbox-control {
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 105;
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
}

.fs-lightbox-control_previous {
    left: 0;
}

.fs-lightbox-control_next {
    right: 0;
}

.fs-lightbox-control_disabled {
    opacity: 0;
    visibility: hidden;
}

.no-touchevents .fs-lightbox .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
    opacity: 0;
    visibility: hidden;
}

.fs-lightbox-caption:after {
    clear: both;
    content: '';
    display: table;
}

.fs-lightbox-toggle {
    border: none;
    padding: 0;
    display: none;
}

.fs-lightbox-thumbnails {
    height: 60px;
    clear: both;
    overflow: hidden;
    padding: 0;
}

.fs-lightbox-thumbnail_container {
    height: 80px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 30px;
    text-align: center;
    white-space: nowrap;
}

.fs-lightbox-thumbnail_item {
    width: 50px;
    height: 50px;
    position: relative;
    background: 0 0;
    border: none;
    display: inline-block;
    margin: 0 10px 0 0;
    opacity: .25;
    overflow: hidden;
    padding: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

    .fs-lightbox-thumbnail_item:last-child {
        margin: 0;
    }

    .fs-lightbox-thumbnail_item img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        display: block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .fs-lightbox-thumbnail_item.fs-lightbox-active, .no-touchevents .fs-lightbox-thumbnail_item:hover {
        opacity: 1;
    }

.fs-lightbox-loading .fs-lightbox-content, .fs-lightbox-loading .fs-lightbox-control, .fs-lightbox-loading .fs-lightbox-meta, .fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-loading .fs-lightbox-tools {
    opacity: 0;
    -webkit-transition: opacity .25s linear,visibility .25s linear;
    transition: opacity .25s linear,visibility .25s linear;
    visibility: hidden;
}

.fs-lightbox-loading .fs-lightbox-loading_icon, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
    opacity: 1;
    visibility: visible;
}

.fs-lightbox-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #111;
    border-radius: 0;
}

    .fs-lightbox-mobile .fs-lightbox-container {
        position: static;
        background: #111;
    }

    .fs-lightbox-mobile .fs-lightbox-content {
        height: 100%;
        background-color: #111;
    }

    .fs-lightbox-mobile .fs-lightbox-tools {
        width: 100%;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #111;
    }

    .fs-lightbox-mobile .fs-lightbox-controls {
        text-align: center;
    }

    .fs-lightbox-mobile .fs-lightbox-control {
        opacity: 1;
        visibility: visible;
    }

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
    visibility: visible;
}

.fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
    cursor: default !important;
    opacity: 0;
    visibility: hidden;
}

.fs-lightbox-mobile .fs-lightbox-position {
    color: #999;
}

.fs-lightbox-mobile .fs-lightbox-caption p {
    color: #eee;
}

.fs-lightbox-mobile .fs-lightbox-image {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content, .fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
    width: auto;
    position: static;
    background: 0 0;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    background-color: #111;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
    display: inline-block;
    margin: 0 5px;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
    width: 100%;
    height: 80%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 104;
    background: #222;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
    transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
    transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
    transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnails {
    width: 100%;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 104;
    background: #111;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
    transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
    transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
    transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
    height: 100px;
}

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fs-lightbox-lock {
    overflow: hidden !important;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-container, .fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
    overflow: visible;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
    position: relative;
}

.fs-lightbox .fs-viewer {
    top: 0;
    bottom: 0;
}

    .fs-lightbox .fs-viewer, .fs-lightbox .fs-viewer .fs-viewer-wrapper {
        height: auto;
        width: auto;
        position: absolute;
        right: 0;
        left: 0;
        background: #111;
    }

        .fs-lightbox .fs-viewer .fs-viewer-wrapper {
            top: 0;
            bottom: 0;
        }

        .fs-lightbox .fs-viewer .fs-viewer-loading_icon {
            display: none !important;
        }

        .fs-lightbox .fs-viewer .fs-viewer-viewport {
            top: 5px;
            right: 15px;
            bottom: 15px;
            left: 15px;
        }

        .fs-lightbox .fs-viewer .fs-viewer-controls {
            position: absolute;
            bottom: 10px;
        }

/*! formstone v1.4.3 [viewer.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-viewer-source {
    display: none !important;
}

.fs-viewer-wrapper {
    position: relative;
    background: #fff;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    height: 300px;
}

.fs-viewer-viewport {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

.fs-viewer-container {
    width: 1px;
    height: 1px;
    position: absolute;
    margin: 0;
    opacity: 1;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.fs-viewer-loading .fs-viewer-container {
    opacity: 0;
}

.fs-viewer-image {
    position: absolute;
}

.fs-viewer-scaling .fs-viewer-container {
    -webkit-transition: none !important;
    transition: none !important;
}

.fs-viewer-scaling .fs-viewer-image {
    -webkit-transition: none !important;
    transition: none !important;
}

.fs-viewer-controls {
    background: #eee;
    margin: 0 auto;
}

.fs-viewer-control {
    border: none;
    padding: 0;
}

.fs-viewer-control_next, .fs-viewer-control_previous {
    display: none;
}

.fs-viewer-gallery .fs-viewer-control_next, .fs-viewer-gallery .fs-viewer-control_previous {
    display: inline;
}

/*! formstone v1.4.3 [navigation.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-navigation, .fs-navigation *, .fs-navigation :after, .fs-navigation :before, .fs-navigation:after, .fs-navigation:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.fs-navigation-toggle-nav.fs-navigation-enabled {
    display: none;
}

.fs-navigation-toggle-nav.fs-navigation-open {
    display: block;
}

.fs-navigation-toggle-handle.fs-navigation-enabled {
    border: none;
    padding: 0;
    width: 100%;
    cursor: pointer;
    display: block;
}

.fs-navigation-overlay-nav.fs-navigation-enabled, .fs-navigation-push-nav.fs-navigation-enabled, .fs-navigation-reveal-nav.fs-navigation-enabled {
    width: 270px;
    height: 100%;
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    background: #fff;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.fs-navigation-push-nav.fs-navigation-enabled, .fs-navigation-reveal-nav.fs-navigation-enabled {
    visibility: hidden;
}

.fs-navigation-reveal-nav.fs-navigation-animated {
    -webkit-transition: visibility 1ms linear .2s;
    transition: visibility 1ms linear .2s;
}

.fs-navigation-overlay-nav.fs-navigation-animated, .fs-navigation-push-nav.fs-navigation-animated {
    -webkit-transition: visibility 1ms linear .2s,-webkit-transform .2s ease;
    transition: visibility 1ms linear .2s,-webkit-transform .2s ease;
    transition: transform .2s ease,visibility 1ms linear .2s;
    transition: transform .2s ease,visibility 1ms linear .2s,-webkit-transform .2s ease;
}

.fs-navigation-push-nav.fs-navigation-enabled, .fs-navigation-reveal-nav.fs-navigation-enabled {
    z-index: 0;
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled, .fs-navigation-push-left-nav.fs-navigation-enabled, .fs-navigation-reveal-left-nav.fs-navigation-enabled {
    left: 0;
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled, .fs-navigation-push-right-nav.fs-navigation-enabled, .fs-navigation-reveal-right-nav.fs-navigation-enabled {
    right: 0;
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled, .fs-navigation-push-left-nav.fs-navigation-enabled {
    -webkit-transform: translate3D(-270px, 0, 0);
    transform: translate3D(-270px, 0, 0);
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled, .fs-navigation-push-right-nav.fs-navigation-enabled {
    -webkit-transform: translate3D(270px, 0, 0);
    transform: translate3D(270px, 0, 0);
}

.fs-navigation-overlay-nav.fs-navigation-enabled {
    z-index: 3;
}

.fs-navigation-reveal-nav.fs-navigation-open {
    visibility: visible;
    -webkit-transition: visibility 1ms ease;
    transition: visibility 1ms ease;
}

.fs-navigation-overlay-nav.fs-navigation-open, .fs-navigation-push-nav.fs-navigation-open {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-transition: visibility 1ms ease,-webkit-transform .2s ease;
    transition: visibility 1ms ease,-webkit-transform .2s ease;
    transition: transform .2s ease,visibility 1ms ease;
    transition: transform .2s ease,visibility 1ms ease,-webkit-transform .2s ease;
    visibility: visible;
}

.fs-navigation-overlay-handle.fs-navigation-enabled, .fs-navigation-push-handle.fs-navigation-enabled {
    border: none;
    padding: 0;
    cursor: pointer;
    display: block;
}

.fs-navigation-overlay-content:before {
    width: 100%;
    height: 100%;
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    content: '';
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    visibility: hidden;
}

.fs-navigation-overlay-content.fs-navigation-open:before {
    opacity: 1;
    visibility: visible;
}

.fs-navigation-push-content.fs-navigation-enabled, .fs-navigation-reveal-content.fs-navigation-enabled {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}

.fs-navigation-push-content.fs-navigation-animated, .fs-navigation-reveal-content.fs-navigation-animated {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
}

.fs-navigation-push-left-content.fs-navigation-open, .fs-navigation-reveal-left-content.fs-navigation-open {
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
}

.fs-navigation-push-right-content.fs-navigation-open, .fs-navigation-reveal-right-content.fs-navigation-open {
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
}

.fs-navigation-handle.fs-navigation-enabled {
    border: none;
    padding: 0;
}

.fs-navigation-lock {
    overflow: hidden !important;
}

/*! formstone v1.4.3 [pagination.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-pagination-ellipsis, .fs-pagination-page {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    display: inline-block;
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

.fs-pagination-active, .fs-pagination-first, .fs-pagination-last, .fs-pagination-visible {
    width: auto;
    height: auto;
    position: static;
    clip: none;
    margin: 0;
    overflow: visible;
}

.fs-pagination-control {
    border: none;
    padding: 0;
}

.fs-pagination-position, .fs-pagination-select {
    display: none;
}

.fs-pagination-mobile .fs-pagination-pages {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    display: inline-block;
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

.fs-pagination-mobile .fs-pagination-position {
    position: relative;
    display: block;
}

.fs-pagination-mobile .fs-pagination-select {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    margin: auto;
    opacity: 0;
}

/*! formstone v1.4.3 [grid.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-grid .fs-row, .fs_grid_row {
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 739px) {
    .fs-grid .fs-row, .fs_grid_row {
        width: 96%;
        width: calc(100% - 40px);
    }
}

@media screen and (min-width: 740px) {
    .fs-grid .fs-row, .fs_grid_row {
        width: 720px;
    }
}

@media screen and (min-width: 980px) {
    .fs-grid .fs-row, .fs_grid_row {
        width: 960px;
    }
}

@media screen and (min-width: 1220px) {
    .fs-grid .fs-row, .fs_grid_row {
        width: 1200px;
    }
}

.fs-grid-fluid .fs-row, .fs_grid_row_fluid {
    width: 96%;
    width: calc(100% - 40px);
}

@media screen and (max-width: 499px) {
    .fs-grid-adaptive .fs-row, .fs_grid_row_adaptive {
        width: 300px;
    }
}

@media screen and (min-width: 500px) and (max-width: 739px) {
    .fs-grid-adaptive .fs-row, .fs_grid_row_adaptive {
        width: 480px;
    }
}

.fs_grid_row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.fs_grid_row_justify_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

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

.fs_grid_row_justify_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

.fs_grid_row_justify_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

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

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

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

.fs-grid .fs-row .fs-row, .fs_grid_row_row {
    min-width: auto;
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%;
}

.fs-grid .fs-row [class*=fs-cell][class*="-contained"] .fs-row, .fs_grid_row_row_contained {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.fs_grid_row_destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.fs-grid .fs-row [class*=fs-cell], .fs_grid_cell {
    width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%;
}

    .fs-grid .fs-row [class*=fs-cell][class*="-padded"], .fs_grid_cell_padded {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin-left: 0;
        margin-right: 0;
        padding-left: 1.04166667%;
        padding-right: 1.04166667%;
    }

    .fs-grid .fs-row [class*=fs-cell][class*="-contained"], .fs_grid_cell_contained {
        margin-left: 0;
        margin-right: 0;
    }

.fs_grid_cell_justify_start {
    margin-right: auto;
}

.fs_grid_cell_centered, .fs_grid_cell_justify_center {
    margin-right: auto;
    margin-left: auto;
}

.fs_grid_cell_justify_end, .fs_grid_cell_right {
    margin-left: auto;
}

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

.fs_grid_cell_align_center {
    -ms-flex-item-align: center;
    align-self: center;
}

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

.fs-grid .fs-row [class*=fs-cell][class*="-first"], .fs_grid_cell_first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.fs-grid .fs-row [class*=fs-cell][class*="-last"], .fs_grid_cell_last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.fs_grid_cell_destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.fs-grid .fs-row.fs-all-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.fs-grid .fs-row.fs-all-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.fs-grid .fs-row.fs-all-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fs-grid .fs-row.fs-all-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fs-grid .fs-row.fs-all-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fs-grid .fs-row.fs-all-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fs-grid .fs-row.fs-all-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fs-grid .fs-row.fs-all-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fs-grid .fs-row.fs-all-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fs-grid .fs-row .fs-cell.fs-all-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.fs-grid .fs-row .fs-cell.fs-all-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.fs-grid .fs-row .fs-cell.fs-all-align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.fs-grid .fs-row .fs-cell.fs-all-align-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.fs-grid .fs-row .fs-cell.fs-all-align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.fs-grid .fs-row .fs-cell.fs-all-justify-start {
    margin-right: auto;
}

.fs-grid .fs-row .fs-cell.fs-all-justify-center {
    margin-right: auto;
    margin-left: auto;
}

.fs-grid .fs-row .fs-cell.fs-all-justify-end {
    margin-left: auto;
}

.fs-grid .fs-row .fs-all-fifth {
    width: 17.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.91666667%;
    flex: 0 0 17.91666667%;
}

.fs-grid .fs-row .fs-all-fourth {
    width: 22.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.91666667%;
    flex: 0 0 22.91666667%;
}

.fs-grid .fs-row .fs-all-third {
    width: 31.25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
}

.fs-grid .fs-row .fs-all-half {
    width: 47.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.91666667%;
    flex: 0 0 47.91666667%;
}

.fs-grid .fs-row .fs-all-full {
    width: 97.91666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97.91666667%;
    flex: 0 0 97.91666667%;
}

.fs-grid .fs-row .fs-all-push-fifth {
    margin-left: 21.04166667%;
}

.fs-grid .fs-row .fs-all-push-fourth {
    margin-left: 26.04166667%;
}

.fs-grid .fs-row .fs-all-push-third {
    margin-left: 34.375%;
}

.fs-grid .fs-row .fs-all-push-half {
    margin-left: 51.04166667%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-fifth {
    width: 20%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-fourth {
    width: 25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-third {
    width: 33.33333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-half {
    width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-full {
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-fifth {
    margin-left: 20%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-fourth {
    margin-left: 25%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-third {
    margin-left: 33.33333333%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-half {
    margin-left: 50%;
}

.fs-grid .fs-row .fs-all-auto {
    width: auto;
    max-width: 97.91666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fs-grid .fs-row .fs-all-hide {
    display: none;
}

.fs-grid .fs-row .fs-all-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 739px) {
    .fs-grid .fs-row.fs-sm-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .fs-grid .fs-row.fs-sm-justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .fs-grid .fs-row.fs-sm-justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fs-grid .fs-row.fs-sm-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fs-grid .fs-row.fs-sm-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fs-grid .fs-row.fs-sm-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .fs-grid .fs-row.fs-sm-align-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fs-grid .fs-row.fs-sm-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fs-grid .fs-row.fs-sm-align-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .fs-grid .fs-row .fs-sm-1 {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-sm-2 {
        width: 64.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.58333333%;
        flex: 0 0 64.58333333%;
    }

    .fs-grid .fs-row .fs-sm-3 {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-sm-push-1 {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-sm-push-2 {
        margin-left: 67.70833333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-1 {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-2 {
        width: 66.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-3 {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-push-1 {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-push-2 {
        margin-left: 66.66666667%;
    }

    .fs-grid .fs-row .fs-cell.fs-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .fs-grid .fs-row .fs-cell.fs-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fs-grid .fs-row .fs-cell.fs-sm-align-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .fs-grid .fs-row .fs-cell.fs-sm-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .fs-grid .fs-row .fs-cell.fs-sm-align-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .fs-grid .fs-row .fs-cell.fs-sm-justify-start {
        margin-right: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-sm-justify-center {
        margin-right: auto;
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-sm-justify-end {
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-sm-fifth {
        width: 17.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.91666667%;
        flex: 0 0 17.91666667%;
    }

    .fs-grid .fs-row .fs-sm-fourth {
        width: 22.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.91666667%;
        flex: 0 0 22.91666667%;
    }

    .fs-grid .fs-row .fs-sm-third {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-sm-half {
        width: 47.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.91666667%;
        flex: 0 0 47.91666667%;
    }

    .fs-grid .fs-row .fs-sm-full {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-sm-push-fifth {
        margin-left: 21.04166667%;
    }

    .fs-grid .fs-row .fs-sm-push-fourth {
        margin-left: 26.04166667%;
    }

    .fs-grid .fs-row .fs-sm-push-third {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-sm-push-half {
        margin-left: 51.04166667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-fifth {
        width: 20%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-fourth {
        width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-third {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-half {
        width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-full {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-push-fifth {
        margin-left: 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-push-fourth {
        margin-left: 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-push-third {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-sm-push-half {
        margin-left: 50%;
    }

    .fs-grid .fs-row .fs-sm-auto {
        width: auto;
        max-width: 97.91666667%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .fs-grid .fs-row .fs-sm-hide {
        display: none;
    }

    .fs-grid .fs-row .fs-sm-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 499px) {
    .fs-grid .fs-row.fs-xs-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .fs-grid .fs-row.fs-xs-justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .fs-grid .fs-row.fs-xs-justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fs-grid .fs-row.fs-xs-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fs-grid .fs-row.fs-xs-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fs-grid .fs-row.fs-xs-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .fs-grid .fs-row.fs-xs-align-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fs-grid .fs-row.fs-xs-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fs-grid .fs-row.fs-xs-align-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .fs-grid .fs-row .fs-xs-1 {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-xs-2 {
        width: 64.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.58333333%;
        flex: 0 0 64.58333333%;
    }

    .fs-grid .fs-row .fs-xs-3 {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-xs-push-1 {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-xs-push-2 {
        margin-left: 67.70833333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-1 {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-2 {
        width: 66.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-3 {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-push-1 {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-push-2 {
        margin-left: 66.66666667%;
    }

    .fs-grid .fs-row .fs-cell.fs-xs-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .fs-grid .fs-row .fs-cell.fs-xs-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fs-grid .fs-row .fs-cell.fs-xs-align-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .fs-grid .fs-row .fs-cell.fs-xs-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .fs-grid .fs-row .fs-cell.fs-xs-align-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .fs-grid .fs-row .fs-cell.fs-xs-justify-start {
        margin-right: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-xs-justify-center {
        margin-right: auto;
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-xs-justify-end {
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-xs-fifth {
        width: 17.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.91666667%;
        flex: 0 0 17.91666667%;
    }

    .fs-grid .fs-row .fs-xs-fourth {
        width: 22.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.91666667%;
        flex: 0 0 22.91666667%;
    }

    .fs-grid .fs-row .fs-xs-third {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-xs-half {
        width: 47.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.91666667%;
        flex: 0 0 47.91666667%;
    }

    .fs-grid .fs-row .fs-xs-full {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-xs-push-fifth {
        margin-left: 21.04166667%;
    }

    .fs-grid .fs-row .fs-xs-push-fourth {
        margin-left: 26.04166667%;
    }

    .fs-grid .fs-row .fs-xs-push-third {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-xs-push-half {
        margin-left: 51.04166667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-fifth {
        width: 20%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-fourth {
        width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-third {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-half {
        width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-full {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-push-fifth {
        margin-left: 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-push-fourth {
        margin-left: 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-push-third {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xs-push-half {
        margin-left: 50%;
    }

    .fs-grid .fs-row .fs-xs-auto {
        width: auto;
        max-width: 97.91666667%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .fs-grid .fs-row .fs-xs-hide {
        display: none;
    }

    .fs-grid .fs-row .fs-xs-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .fs-grid .fs-row.fs-md-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .fs-grid .fs-row.fs-md-justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .fs-grid .fs-row.fs-md-justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fs-grid .fs-row.fs-md-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fs-grid .fs-row.fs-md-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fs-grid .fs-row.fs-md-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .fs-grid .fs-row.fs-md-align-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fs-grid .fs-row.fs-md-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fs-grid .fs-row.fs-md-align-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .fs-grid .fs-row .fs-md-1 {
        width: 14.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.58333333%;
        flex: 0 0 14.58333333%;
    }

    .fs-grid .fs-row .fs-md-2 {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-md-3 {
        width: 47.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.91666667%;
        flex: 0 0 47.91666667%;
    }

    .fs-grid .fs-row .fs-md-4 {
        width: 64.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.58333333%;
        flex: 0 0 64.58333333%;
    }

    .fs-grid .fs-row .fs-md-5 {
        width: 81.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    }

    .fs-grid .fs-row .fs-md-6 {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-md-push-1 {
        margin-left: 17.70833333%;
    }

    .fs-grid .fs-row .fs-md-push-2 {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-md-push-3 {
        margin-left: 51.04166667%;
    }

    .fs-grid .fs-row .fs-md-push-4 {
        margin-left: 67.70833333%;
    }

    .fs-grid .fs-row .fs-md-push-5 {
        margin-left: 84.375%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-1 {
        width: 16.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-2 {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-3 {
        width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-4 {
        width: 66.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-5 {
        width: 83.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-6 {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-push-1 {
        margin-left: 16.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-push-2 {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-push-3 {
        margin-left: 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-push-4 {
        margin-left: 66.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-push-5 {
        margin-left: 83.33333333%;
    }

    .fs-grid .fs-row .fs-cell.fs-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .fs-grid .fs-row .fs-cell.fs-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fs-grid .fs-row .fs-cell.fs-md-align-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .fs-grid .fs-row .fs-cell.fs-md-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .fs-grid .fs-row .fs-cell.fs-md-align-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .fs-grid .fs-row .fs-cell.fs-md-justify-start {
        margin-right: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-md-justify-center {
        margin-right: auto;
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-md-justify-end {
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-md-fifth {
        width: 17.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.91666667%;
        flex: 0 0 17.91666667%;
    }

    .fs-grid .fs-row .fs-md-fourth {
        width: 22.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.91666667%;
        flex: 0 0 22.91666667%;
    }

    .fs-grid .fs-row .fs-md-third {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-md-half {
        width: 47.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.91666667%;
        flex: 0 0 47.91666667%;
    }

    .fs-grid .fs-row .fs-md-full {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-md-push-fifth {
        margin-left: 21.04166667%;
    }

    .fs-grid .fs-row .fs-md-push-fourth {
        margin-left: 26.04166667%;
    }

    .fs-grid .fs-row .fs-md-push-third {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-md-push-half {
        margin-left: 51.04166667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-fifth {
        width: 20%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-fourth {
        width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-third {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-half {
        width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-full {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-push-fifth {
        margin-left: 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-push-fourth {
        margin-left: 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-push-third {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-md-push-half {
        margin-left: 50%;
    }

    .fs-grid .fs-row .fs-md-auto {
        width: auto;
        max-width: 97.91666667%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .fs-grid .fs-row .fs-md-hide {
        display: none;
    }

    .fs-grid .fs-row .fs-md-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 980px) {
    .fs-grid .fs-row.fs-lg-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .fs-grid .fs-row.fs-lg-justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .fs-grid .fs-row.fs-lg-justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fs-grid .fs-row.fs-lg-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fs-grid .fs-row.fs-lg-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fs-grid .fs-row.fs-lg-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .fs-grid .fs-row.fs-lg-align-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fs-grid .fs-row.fs-lg-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fs-grid .fs-row.fs-lg-align-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .fs-grid .fs-row .fs-lg-1 {
        width: 6.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    }

    .fs-grid .fs-row .fs-lg-2 {
        width: 14.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.58333333%;
        flex: 0 0 14.58333333%;
    }

    .fs-grid .fs-row .fs-lg-3 {
        width: 22.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.91666667%;
        flex: 0 0 22.91666667%;
    }

    .fs-grid .fs-row .fs-lg-4 {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-lg-5 {
        width: 39.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 39.58333333%;
        flex: 0 0 39.58333333%;
    }

    .fs-grid .fs-row .fs-lg-6 {
        width: 47.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.91666667%;
        flex: 0 0 47.91666667%;
    }

    .fs-grid .fs-row .fs-lg-7 {
        width: 56.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    }

    .fs-grid .fs-row .fs-lg-8 {
        width: 64.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.58333333%;
        flex: 0 0 64.58333333%;
    }

    .fs-grid .fs-row .fs-lg-9 {
        width: 72.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72.91666667%;
        flex: 0 0 72.91666667%;
    }

    .fs-grid .fs-row .fs-lg-10 {
        width: 81.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    }

    .fs-grid .fs-row .fs-lg-11 {
        width: 89.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 89.58333333%;
        flex: 0 0 89.58333333%;
    }

    .fs-grid .fs-row .fs-lg-12 {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-lg-push-1 {
        margin-left: 9.375%;
    }

    .fs-grid .fs-row .fs-lg-push-2 {
        margin-left: 17.70833333%;
    }

    .fs-grid .fs-row .fs-lg-push-3 {
        margin-left: 26.04166667%;
    }

    .fs-grid .fs-row .fs-lg-push-4 {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-lg-push-5 {
        margin-left: 42.70833333%;
    }

    .fs-grid .fs-row .fs-lg-push-6 {
        margin-left: 51.04166667%;
    }

    .fs-grid .fs-row .fs-lg-push-7 {
        margin-left: 59.375%;
    }

    .fs-grid .fs-row .fs-lg-push-8 {
        margin-left: 67.70833333%;
    }

    .fs-grid .fs-row .fs-lg-push-9 {
        margin-left: 76.04166667%;
    }

    .fs-grid .fs-row .fs-lg-push-10 {
        margin-left: 84.375%;
    }

    .fs-grid .fs-row .fs-lg-push-11 {
        margin-left: 92.70833333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-1 {
        width: 8.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-2 {
        width: 16.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-3 {
        width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-4 {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-5 {
        width: 41.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-6 {
        width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-7 {
        width: 58.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-8 {
        width: 66.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-9 {
        width: 75%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-10 {
        width: 83.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-11 {
        width: 91.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-12 {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-1 {
        margin-left: 8.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-2 {
        margin-left: 16.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-3 {
        margin-left: 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-4 {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-5 {
        margin-left: 41.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-6 {
        margin-left: 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-7 {
        margin-left: 58.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-8 {
        margin-left: 66.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-9 {
        margin-left: 75%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-10 {
        margin-left: 83.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-11 {
        margin-left: 91.66666667%;
    }

    .fs-grid .fs-row .fs-cell.fs-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .fs-grid .fs-row .fs-cell.fs-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fs-grid .fs-row .fs-cell.fs-lg-align-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .fs-grid .fs-row .fs-cell.fs-lg-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .fs-grid .fs-row .fs-cell.fs-lg-align-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .fs-grid .fs-row .fs-cell.fs-lg-justify-start {
        margin-right: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-lg-justify-center {
        margin-right: auto;
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-lg-justify-end {
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-lg-fifth {
        width: 17.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.91666667%;
        flex: 0 0 17.91666667%;
    }

    .fs-grid .fs-row .fs-lg-fourth {
        width: 22.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.91666667%;
        flex: 0 0 22.91666667%;
    }

    .fs-grid .fs-row .fs-lg-third {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-lg-half {
        width: 47.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.91666667%;
        flex: 0 0 47.91666667%;
    }

    .fs-grid .fs-row .fs-lg-full {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-lg-push-fifth {
        margin-left: 21.04166667%;
    }

    .fs-grid .fs-row .fs-lg-push-fourth {
        margin-left: 26.04166667%;
    }

    .fs-grid .fs-row .fs-lg-push-third {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-lg-push-half {
        margin-left: 51.04166667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-fifth {
        width: 20%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-fourth {
        width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-third {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-half {
        width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-full {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-fifth {
        margin-left: 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-fourth {
        margin-left: 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-third {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-lg-push-half {
        margin-left: 50%;
    }

    .fs-grid .fs-row .fs-lg-auto {
        width: auto;
        max-width: 97.91666667%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .fs-grid .fs-row .fs-lg-hide {
        display: none;
    }

    .fs-grid .fs-row .fs-lg-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1220px) {
    .fs-grid .fs-row.fs-xl-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .fs-grid .fs-row.fs-xl-justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .fs-grid .fs-row.fs-xl-justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fs-grid .fs-row.fs-xl-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fs-grid .fs-row.fs-xl-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fs-grid .fs-row.fs-xl-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .fs-grid .fs-row.fs-xl-align-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fs-grid .fs-row.fs-xl-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fs-grid .fs-row.fs-xl-align-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .fs-grid .fs-row .fs-xl-1 {
        width: 6.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    }

    .fs-grid .fs-row .fs-xl-2 {
        width: 14.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.58333333%;
        flex: 0 0 14.58333333%;
    }

    .fs-grid .fs-row .fs-xl-3 {
        width: 22.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.91666667%;
        flex: 0 0 22.91666667%;
    }

    .fs-grid .fs-row .fs-xl-4 {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-xl-5 {
        width: 39.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 39.58333333%;
        flex: 0 0 39.58333333%;
    }

    .fs-grid .fs-row .fs-xl-6 {
        width: 47.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.91666667%;
        flex: 0 0 47.91666667%;
    }

    .fs-grid .fs-row .fs-xl-7 {
        width: 56.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    }

    .fs-grid .fs-row .fs-xl-8 {
        width: 64.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.58333333%;
        flex: 0 0 64.58333333%;
    }

    .fs-grid .fs-row .fs-xl-9 {
        width: 72.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72.91666667%;
        flex: 0 0 72.91666667%;
    }

    .fs-grid .fs-row .fs-xl-10 {
        width: 81.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    }

    .fs-grid .fs-row .fs-xl-11 {
        width: 89.58333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 89.58333333%;
        flex: 0 0 89.58333333%;
    }

    .fs-grid .fs-row .fs-xl-12 {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-xl-push-1 {
        margin-left: 9.375%;
    }

    .fs-grid .fs-row .fs-xl-push-2 {
        margin-left: 17.70833333%;
    }

    .fs-grid .fs-row .fs-xl-push-3 {
        margin-left: 26.04166667%;
    }

    .fs-grid .fs-row .fs-xl-push-4 {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-xl-push-5 {
        margin-left: 42.70833333%;
    }

    .fs-grid .fs-row .fs-xl-push-6 {
        margin-left: 51.04166667%;
    }

    .fs-grid .fs-row .fs-xl-push-7 {
        margin-left: 59.375%;
    }

    .fs-grid .fs-row .fs-xl-push-8 {
        margin-left: 67.70833333%;
    }

    .fs-grid .fs-row .fs-xl-push-9 {
        margin-left: 76.04166667%;
    }

    .fs-grid .fs-row .fs-xl-push-10 {
        margin-left: 84.375%;
    }

    .fs-grid .fs-row .fs-xl-push-11 {
        margin-left: 92.70833333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-1 {
        width: 8.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-2 {
        width: 16.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-3 {
        width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-4 {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-5 {
        width: 41.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-6 {
        width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-7 {
        width: 58.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-8 {
        width: 66.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-9 {
        width: 75%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-10 {
        width: 83.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-11 {
        width: 91.66666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-12 {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-1 {
        margin-left: 8.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-2 {
        margin-left: 16.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-3 {
        margin-left: 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-4 {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-5 {
        margin-left: 41.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-6 {
        margin-left: 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-7 {
        margin-left: 58.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-8 {
        margin-left: 66.66666667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-9 {
        margin-left: 75%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-10 {
        margin-left: 83.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-11 {
        margin-left: 91.66666667%;
    }

    .fs-grid .fs-row .fs-cell.fs-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .fs-grid .fs-row .fs-cell.fs-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fs-grid .fs-row .fs-cell.fs-xl-align-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .fs-grid .fs-row .fs-cell.fs-xl-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .fs-grid .fs-row .fs-cell.fs-xl-align-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .fs-grid .fs-row .fs-cell.fs-xl-justify-start {
        margin-right: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-xl-justify-center {
        margin-right: auto;
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-xl-justify-end {
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-xl-fifth {
        width: 17.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.91666667%;
        flex: 0 0 17.91666667%;
    }

    .fs-grid .fs-row .fs-xl-fourth {
        width: 22.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.91666667%;
        flex: 0 0 22.91666667%;
    }

    .fs-grid .fs-row .fs-xl-third {
        width: 31.25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-xl-half {
        width: 47.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.91666667%;
        flex: 0 0 47.91666667%;
    }

    .fs-grid .fs-row .fs-xl-full {
        width: 97.91666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.91666667%;
        flex: 0 0 97.91666667%;
    }

    .fs-grid .fs-row .fs-xl-push-fifth {
        margin-left: 21.04166667%;
    }

    .fs-grid .fs-row .fs-xl-push-fourth {
        margin-left: 26.04166667%;
    }

    .fs-grid .fs-row .fs-xl-push-third {
        margin-left: 34.375%;
    }

    .fs-grid .fs-row .fs-xl-push-half {
        margin-left: 51.04166667%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-fifth {
        width: 20%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-fourth {
        width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-third {
        width: 33.33333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-half {
        width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-full {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-fifth {
        margin-left: 20%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-fourth {
        margin-left: 25%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-third {
        margin-left: 33.33333333%;
    }

    .fs-grid .fs-row [class*="-contained"].fs-xl-push-half {
        margin-left: 50%;
    }

    .fs-grid .fs-row .fs-xl-auto {
        width: auto;
        max-width: 97.91666667%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .fs-grid .fs-row .fs-xl-hide {
        display: none;
    }

    .fs-grid .fs-row .fs-xl-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

/*! formstone v1.4.3 [sticky.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-sticky-element {
    will-change: scroll-position;
}

    .fs-sticky-element.fs-sticky-stuck {
        position: fixed;
    }

    .fs-sticky-element.fs-sticky-passed {
        position: absolute;
    }

.fs-sticky-clone {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

    .fs-sticky-clone.fs-sticky-stuck {
        display: block;
    }

.fs-sticky-container {
    position: relative;
}

/*! formstone v1.4.3 [lightbox.css] 2018-01-25 | GPL-3.0 License | formstone.it */
.fs-lightbox.fs-light {
    z-index: 101;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 25px #141a1e;
    box-shadow: 0 0 25px #141a1e;
    padding: 10px;
}

.fs-light.fs-lightbox-inline {
    padding: 30px;
}

.fs-light.fs-lightbox-animating {
    -webkit-transition: height .25s ease,width .25s ease,opacity .25s linear,top .25s ease;
    transition: height .25s ease,width .25s ease,opacity .25s linear,top .25s ease;
}

    .fs-light.fs-lightbox-animating .fs-lightbox-content, .fs-light.fs-lightbox-animating .fs-lightbox-control, .fs-light.fs-lightbox-animating .fs-lightbox-meta, .fs-light.fs-lightbox-animating .fs-lightbox-thumbnails, .fs-light.fs-lightbox-animating .fs-lightbox-tools {
        -webkit-transition: opacity .25s linear .25s,visibility .25s linear .25s;
        transition: opacity .25s linear .25s,visibility .25s linear .25s;
    }

.fs-light.fs-lightbox-overlay {
    z-index: 100;
    background: #141a1e;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

    .fs-light.fs-lightbox-overlay.fs-lightbox-open {
        opacity: .75;
    }

.fs-lightbox.fs-light .fs-lightbox-close {
    width: 30px;
    height: 30px;
    top: -7.5px;
    right: -7.5px;
    z-index: 105;
    background: #fff;
    border-radius: 100%;
    text-indent: 200%;
    white-space: nowrap;
}

    .fs-lightbox.fs-light .fs-lightbox-close:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #263238;
        content: "\00d7";
        display: block;
        font-family: Helvetica,Arial,sans-serif;
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 30px;
        margin: auto;
        text-align: center;
        text-indent: 0;
        -webkit-transition: color .15s linear;
        transition: color .15s linear;
    }

.fs-lightbox.fs-light .fs-lightbox-loading_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    display: block;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .25s linear,visibility .25s linear;
    transition: opacity .25s linear,visibility .25s linear;
    visibility: hidden;
}

    .fs-lightbox.fs-light .fs-lightbox-loading_icon:after, .fs-lightbox.fs-light .fs-lightbox-loading_icon:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 110%;
        content: '';
        display: block;
    }

    .fs-lightbox.fs-light .fs-lightbox-loading_icon:before {
        border: 5px solid rgba(38, 50, 56, 0.25);
    }

    .fs-lightbox.fs-light .fs-lightbox-loading_icon:after {
        -webkit-animation: fs-lightbox-loading-spin .75s linear infinite;
        animation: fs-lightbox-loading-spin .75s linear infinite;
        border: 5px solid transparent;
        border-top-color: #263238;
    }

@-webkit-keyframes fs-lightbox-loading-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fs-lightbox-loading-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fs-lightbox.fs-light .fs-lightbox-container {
    z-index: 103;
    background: #fff;
}

.fs-lightbox.fs-light .fs-lightbox-content {
    background: #fff;
}

.fs-lightbox.fs-light .fs-lightbox-meta {
    padding: 10px 10px 0;
}

.fs-lightbox.fs-light .fs-lightbox-control {
    width: 40px;
    height: 40px;
    z-index: 105;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(20, 26, 30, 0.25);
    box-shadow: 0 0 5px rgba(20, 26, 30, 0.25);
    opacity: 1;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity .15s linear,visibility .15s linear;
    transition: opacity .15s linear,visibility .15s linear;
    visibility: visible;
}

    .fs-lightbox.fs-light .fs-lightbox-control:before {
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        margin: auto;
    }

.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control:hover {
    background: #cfd8dc;
}

.fs-lightbox.fs-light .fs-lightbox-control_previous {
    left: 20px;
}

    .fs-lightbox.fs-light .fs-lightbox-control_previous:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 10.4px solid #263238;
        margin-left: 14px;
    }

.fs-lightbox.fs-light .fs-lightbox-control_next {
    right: 20px;
}

    .fs-lightbox.fs-light .fs-lightbox-control_next:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10.4px solid #263238;
        margin-right: 14px;
    }

.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control {
    opacity: 0;
    visibility: hidden;
}

.no-touchevents .fs-lightbox.fs-light:hover .fs-lightbox-control {
    opacity: 1;
    visibility: visible;
}

.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox.fs-light:hover .fs-lightbox-control_disabled {
    opacity: 0;
    cursor: default;
    visibility: hidden;
}

.fs-lightbox.fs-light .fs-lightbox-position {
    color: #78909c;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 5px 0;
    padding: 0;
}

.fs-lightbox.fs-light .fs-lightbox-caption p {
    color: #546e7a;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 5px 0;
    padding: 0;
}

.fs-lightbox.fs-light .fs-lightbox-error {
    width: 250px;
}

    .fs-lightbox.fs-light .fs-lightbox-error p {
        color: #900;
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0;
        padding: 25px;
        text-align: center;
        text-transform: uppercase;
    }

.fs-lightbox-thumbnails {
    height: 60px;
}

.fs-lightbox-thumbnail_container {
    height: 80px;
    padding: 0 0 30px;
}

.fs-lightbox.fs-light .fs-lightbox-thumbnail_item {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    opacity: .25;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

    .fs-lightbox.fs-light .fs-lightbox-thumbnail_item:last-child {
        margin: 0;
    }

    .fs-lightbox.fs-light .fs-lightbox-thumbnail_item.fs-lightbox-active, .no-touchevents .fs-lightbox.fs-light .fs-lightbox-thumbnail_item:hover {
        opacity: 1;
    }

.fs-light.fs-lightbox-loading .fs-lightbox-content, .fs-light.fs-lightbox-loading .fs-lightbox-control, .fs-light.fs-lightbox-loading .fs-lightbox-meta, .fs-light.fs-lightbox-loading .fs-lightbox-thumbnails, .fs-light.fs-lightbox-loading .fs-lightbox-tools {
    opacity: 0;
    -webkit-transition: opacity .25s linear,visibility .25s linear;
    transition: opacity .25s linear,visibility .25s linear;
    visibility: hidden;
}

.fs-light.fs-lightbox-loading .fs-lightbox-loading_icon, .fs-light.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails, .fs-light.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
    opacity: 1;
    visibility: visible;
}

.fs-light.fs-lightbox-mobile {
    background: #141a1e;
    border-radius: 0;
    padding: 40px 0 0;
}

    .fs-light.fs-lightbox-mobile .fs-lightbox-loading_icon {
        top: 0;
        bottom: 0;
    }

    .fs-light.fs-lightbox-mobile .fs-lightbox-close {
        height: 40px;
        width: 40px;
        top: 0;
        right: 0;
        background: #141a1e;
        border-radius: 0;
    }

        .fs-light.fs-lightbox-mobile .fs-lightbox-close:before {
            color: #78909c;
            font-size: 28px;
            font-size: 1.75rem;
            font-weight: 700;
            line-height: 36px;
        }

    .fs-light.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
        border-color: rgba(144, 164, 174, 0.25);
    }

    .fs-light.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
        border-top-color: #90a4ae;
    }

    .fs-light.fs-lightbox-mobile .fs-lightbox-container {
        background: #141a1e;
    }

    .fs-light.fs-lightbox-mobile .fs-lightbox-content {
        background-color: #141a1e;
        padding: 0 15px;
    }

    .fs-light.fs-lightbox-mobile .fs-lightbox-tools {
        background-color: #263238;
    }

    .fs-light.fs-lightbox-mobile .fs-lightbox-control {
        width: 50px;
        height: 100%;
        min-height: 50px;
        background: #263238;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.no-touchevents .fs-light.fs-lightbox-mobile .fs-lightbox-control:hover {
    background: #263238;
}

.fs-light.fs-lightbox-mobile .fs-lightbox-control_previous {
    left: 0;
}

    .fs-light.fs-lightbox-mobile .fs-lightbox-control_previous:before {
        border-right-color: #90a4ae;
        margin-left: 19px;
    }

.fs-light.fs-lightbox-mobile .fs-lightbox-control_next {
    right: 0;
}

    .fs-light.fs-lightbox-mobile .fs-lightbox-control_next:before {
        border-left-color: #90a4ae;
        margin-right: 19px;
    }

.no-touchevents .fs-light.fs-lightbox-mobile .fs-lightbox-control, .no-touchevents .fs-light.fs-lightbox-mobile:hover .fs-lightbox-control {
    opacity: 1;
    visibility: visible;
}

.fs-light.fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-light.fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-light.fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
    cursor: default !important;
    opacity: 0;
    visibility: hidden;
}

.fs-light.fs-lightbox-mobile .fs-lightbox-meta {
    padding: 15px 65px;
}

.fs-light.fs-lightbox-mobile .fs-lightbox-position {
    color: #90a4ae;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 5px;
    padding: 0 15px 0 0;
}

.fs-light.fs-lightbox-mobile .fs-lightbox-caption p {
    color: #cfd8dc;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.fs-light.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content, .fs-light.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
    height: 100%;
}

.fs-light.fs-lightbox-mobile .fs-lightbox-thumbnail_item:first-child {
    margin-left: 15px;
}

.fs-light.fs-lightbox-mobile .fs-lightbox-thumbnail_item:last-child {
    margin-right: 15px;
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
    width: auto;
    position: static;
    background: 0 0;
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
    width: 100%;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    background-color: #263238;
    padding: 0 65px;
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
    background: 0 0;
    color: #90a4ae;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 50px;
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
    z-index: 104;
    background: #37474f;
    -webkit-box-shadow: 0 0 25px #141a1e;
    box-shadow: 0 0 25px #141a1e;
    padding: 15px 15px 65px;
    -webkit-transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
    transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
    transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
    transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
}

.fs-light.fs-lightbox-touch .fs-lightbox-thumbnails {
    width: 100%;
    height: 130px;
    z-index: 104;
    background: #37474f;
    -webkit-box-shadow: 0 0 25px #141a1e;
    box-shadow: 0 0 25px #141a1e;
    padding: 15px 0 65px;
    -webkit-transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
    transition: opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
    transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
    transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s,-webkit-transform .25s ease;
}

.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
    height: 100px;
}

.fs-light.fs-lightbox-touch .fs-lightbox-thumbnail_item:first-child {
    margin-left: 15px;
}

.fs-light.fs-lightbox-touch .fs-lightbox-thumbnail_item:last-child {
    margin-right: 15px;
}

.fs-lightbox.fs-light.fs-lightbox-mobile .fs-lightbox-container, .fs-lightbox.fs-light.fs-lightbox-mobile .fs-lightbox-content {
    overflow: visible;
}

.fs-lightbox.fs-light.fs-lightbox-mobile .fs-lightbox-content {
    position: relative;
}

.fs-lightbox.fs-light .fs-viewer, .fs-lightbox.fs-light .fs-viewer .fs-viewer-wrapper {
    height: auto;
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    background: #141a1e;
}

.fs-lightbox.fs-light .fs-viewer {
    top: 0;
    bottom: 0;
}

.fs-lightbox.fs-light.fs-lightbox-thumbnailed .fs-viewer {
    bottom: 60px;
}

.fs-lightbox.fs-light.fs-lightbox-touch .fs-viewer, .fs-lightbox.fs-light.fs-lightbox-touch.fs-lightbox-thumbnailed .fs-viewer {
    bottom: 50px;
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-wrapper {
    top: 0;
    bottom: 0;
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-loading_icon {
    display: none !important;
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-viewport {
    top: 5px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-controls {
    height: 40px;
    width: 80px;
    background: #141a1e;
    padding: 0;
}

.fs-lightbox.fs-light .fs-viewer .fs-viewer-control, .no-touchevents .fs-lightbox.fs-light .fs-viewer .fs-viewer-control:hover {
    height: 40px;
    width: 40px;
    background: #141a1e;
    border-radius: 0;
    padding: 0;
}
/* ==========================================================================
	Data Archive Pager by Rakesh
============================================================================= */
.pagerli ul li:before {
    display: none;
}
.pagerli li {
    display: inline;
    padding: 15px;   
}
/* ==========================================================================
	Setup
============================================================================= */
[data-whatinput="mouse"] a:focus,
[data-whatinput="mouse"] button:focus,
[data-whatinput="touch"] a:focus,
[data-whatinput="touch"] button:focus {
    outline: none;
}

/* ==========================================================================
	Colors
============================================================================= */
/* ==========================================================================
	Base Elements
============================================================================= */
html {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    min-width: 300px;
    background-color: #031927;
    color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #EDF7FB;
    text-shadow: none;
}

::selection {
    background: #EDF7FB;
    text-shadow: none;
}

iframe {
    border: none;
}

menu {
    margin: 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

figure {
    margin: 0;
}

hr {
    height: 1px;
    background: #ddd;
    border: none;
    margin: 0;
}

/* ==========================================================================
	Symbols
============================================================================= */
.symbol {
    display: block;
    stroke: inherit;
    fill: currentColor;
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

@media print {
    .symbol {
        fill: inherit !important;
    }
}

.symbol_phone {
    height: 16px;
    width: 16px;
}

.symbol_email {
    height: 16px;
    width: 15px;
}

.symbol_fax {
    height: 15px;
    width: 11px;
}

/* ==========================================================================
	Helper Mixins
============================================================================= */
.cover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cover_image {
    position: relative;
    z-index: 2;
}

    .cover_image img {
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100% !important;
        min-height: 100% !important;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 0;
    }

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center_vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.absolute_center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.hide {
    display: none !important;
    visibility: hidden;
}

.visually_hide {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .visually_hide.focusable:active, .visually_hide.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.offscreen {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -999px;
    overflow: hidden;
    z-index: -999;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

/* ==========================================================================
	Type Base
============================================================================= */
a {
    text-decoration: none;
}

    a[href^=tel] {
        color: inherit;
    }

strong {
    font-weight: 700;
}

.typography {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
}

@media screen and (min-width: 740px) {
    .typography {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.75;
    }
}

.typography h1 + *, .typography h2 + *, .typography h3 + *, .typography h4 + *, .typography h5 + *, .typography h6 + * {
    margin-top: 0;
}

.typography h1 {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
    margin: 20px 0;
}

@media screen and (min-width: 740px) {
    .typography h1 {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media screen and (min-width: 740px) {
    .typography h1 {
        margin: 40px 0 20px;
    }
}

.typography h2 {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
    margin: 40px 0 20px;
}

@media screen and (min-width: 740px) {
    .typography h2 {
        font-size: 48px;
        font-size: 3rem;
    }
}

.typography h3 {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.25;
    margin: 40px 0 20px;
}

@media screen and (min-width: 740px) {
    .typography h3 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.typography h4 {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.33333;
    margin: 40px 0 20px;
}

@media screen and (min-width: 740px) {
    .typography h4 {
        font-size: 32px;
        font-size: 2rem;
    }
}
.accordionTop {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 40px 0 20px;
}
.typography h5 {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 40px 0 20px;
}

@media screen and (min-width: 740px) {
    .typography h5 {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .accordionTop {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.typography h6 {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 40px 0 20px;
}

.typography a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #3DC2CF;
    text-decoration-color: #3DC2CF;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    -webkit-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}

    .typography a:focus, .typography a:hover {
        color: #3DC2CF;
        -webkit-text-decoration-color: #3DC2CF;
        text-decoration-color: #3DC2CF;
    }

.typography p {
    margin: 20px 0;
}

@media screen and (min-width: 740px) {
    .typography p {
        margin: 35px 0;
    }
}

.typography .intro {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.57143;
}

@media screen and (min-width: 740px) {
    .typography .intro {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.typography .copy {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
}

@media screen and (min-width: 740px) {
    .typography .copy {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.75;
    }
}

.typography .caption {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
}

.typography img {
    height: auto;
    max-width: 100%;
}

.typography .block_left,
.typography .block_right,
.typography .block_center,
.typography .alignleft,
.typography .alignright,
.typography .aligncenter,
.typography .alignnone {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    table-layout: fixed;
}

    .typography .block_left img,
    .typography .block_right img,
    .typography .block_center img,
    .typography .alignleft img,
    .typography .alignright img,
    .typography .aligncenter img,
    .typography .alignnone img {
        display: block;
        max-width: 100%;
    }

    .typography .block_left figcaption,
    .typography .block_right figcaption,
    .typography .block_center figcaption,
    .typography .alignleft figcaption,
    .typography .alignright figcaption,
    .typography .aligncenter figcaption,
    .typography .alignnone figcaption {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.57143;
        caption-side: bottom;
        display: table-caption;
        margin-top: 10px;
    }

.typography .block_left,
.typography .block_right,
.typography .alignleft,
.typography .alignright {
    max-width: 50%;
}

@media screen and (max-width: 499px) {
    .typography .block_left,
    .typography .block_right,
    .typography .alignleft,
    .typography .alignright {
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 500px) {
    .typography .block_left,
    .typography .alignleft {
        float: left;
        margin-right: 20px;
    }
}

@media screen and (min-width: 500px) {
    .typography .block_right,
    .typography .alignright {
        float: right;
        margin-left: 20px;
    }
}

.typography .block_center,
.typography .aligncenter {
    text-align: center;
}

    .typography .block_center img,
    .typography .aligncenter img {
        margin-right: auto;
        margin-left: auto;
    }

.typography blockquote {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.25;
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 300;
    color: #3EA0AA;
    line-height: 1.6;
    margin: 20px 0;
}

@media screen and (min-width: 740px) {
    .typography blockquote {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.typography blockquote p {
    margin: 0;
}

.typography .quote {
    position: relative;
    margin: 50px 0 30px;
}

@media screen and (min-width: 740px) {
    .typography .quote {
        margin: 100px 0 70px;
    }
}

@media screen and (min-width: 980px) {
    .typography .quote {
        margin-right: 6%;
        margin-left: 6%;
    }
}

.typography .quote_content {
    position: relative;
    margin: 0;
    quotes: '\201c' '\201d';
}

@media print {
    .typography .quote_content {
        border-width: 0;
        padding: 0;
    }
}

.typography .quote_content:before {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 300;
    position: absolute;
    top: -36px;
    font-size: 80px;
    font-size: 5rem;
    content: open-quote;
    line-height: 1;
    color: #3DC2CF;
}

@media screen and (min-width: 740px) {
    .typography .quote_content:before {
        top: -62px;
        font-size: 140px;
        font-size: 8.75rem;
    }
}

.typography .quote_content p {
    margin: 0;
}

    .typography .quote_content p:last-child:after {
        content: close-quote;
    }

.typography .quote_caption {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    color: #031927;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.33px;
    letter-spacing: 0.14563rem;
    line-height: 1.2;
    margin-top: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 740px) {
    .typography .quote_caption {
        margin-top: 18px;
    }
}

.typography ol,
.typography ul {
    list-style: none;
    line-height: 1.5;
    margin-left: 15px;
    padding-left: 25px;
}

@media screen and (min-width: 740px) {
    .typography ol,
    .typography ul {
        margin-left: 30px;
        padding-left: 35px;
    }
}

.typography ol li,
.typography ul li {
    margin: 10px 0;
}

.typography ol ul,
.typography ol ol,
.typography ul ul,
.typography ul ol {
    margin: 10px 0;
}

.typography ol {
    counter-reset: li;
}

    .typography ol > li {
        margin: 20px 0;
    }

@media screen and (min-width: 740px) {
    .typography ol > li {
        margin: 35px 0;
    }
}

.typography ol > li:before {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    color: #1F6EB7;
    content: counter(li) ". ";
    counter-increment: li;
    float: left;
    margin: 0 0 0 -25px;
}

@media screen and (min-width: 740px) {
    .typography ol > li:before {
        margin-left: -35px;
    }
}

ol[type="A"] li:before {
    content: counter(li, upper-latin) ". ";
}

ol[type="a"] li:before {
    content: counter(li, lower-latin) ". ";
}

.typography ul li {
    margin: 20px 0;
}

@media screen and (min-width: 740px) {
    .typography ul li {
        margin: 35px 0;
    }
}

.typography ul li:before {
    width: 5px;
    height: 5px;
    background: #3DC2CF;
    background-image: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    border-radius: 50%;
    content: "";
    display: block;
    float: left;
    margin: 8px 0 0 -15px;
}

@media screen and (min-width: 740px) {
    .typography ul li:before {
        width: 10px;
        height: 10px;
        margin: 10px 0 0 -30px;
    }
}
table.EditingFormTable {
    
    box-shadow: none !important;
}
.EditingFormTable tr {
    border: none !important;
}

.typography table {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #D0D7DF;
    border-collapse: collapse;
    border-style: hidden;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px #D0D7DF;
    box-shadow: inset 0 0 0 1px #D0D7DF;
}

    .typography table tr {
        border-bottom: 1px solid #D0D7DF;
    }

    .typography table th,
    .typography table td {
        padding: 10px 20px;
        vertical-align: top;
    }

    .typography table th {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 600;
        background-color: #031927;
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2.33px;
        letter-spacing: 0.14563rem;
        text-align: left;
        text-transform: uppercase;
    }

@media screen and (min-width: 740px) {
    .typography table th {
        padding: 10px 20px;
    }
}

.typography table th:first-child {
    border-radius: 3px 0 0 0;
}

.typography table th:last-child {
    border-radius: 0 3px 0 0;
}

.table_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 0.01%;
}

.table_wrapper_overflow {
    position: relative;
    border: 1px solid #ccc;
}

    .table_wrapper_overflow:after {
        background-color: transparent;
        background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.1)));
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
        filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=1)";
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        content: "";
    }

.table_wrapper_inner {
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
	Buttons
============================================================================= */
button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

/* Skip Link
============================================================================= */
.skip_link {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    background-color: #1F6EB7;
    color: #fff;
    display: block;
    opacity: 0;
    -webkit-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
    -webkit-transition: opacity 0.35s, top 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, top 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, top 0.35s, transform 0.35s;
    transition: opacity 0.35s, top 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

    .skip_link .label {
        display: inline-block;
        vertical-align: middle;
    }

    .skip_link .icon {
        display: inline-block;
        vertical-align: middle;
    }

    .skip_link:focus, .skip_link:active {
        opacity: 1;
        -webkit-transform: translate(-50%, 40px);
        transform: translate(-50%, 40px);
    }

    .skip_link:focus, .skip_link:active, .skip_link:hover {
        color: #fff;
    }

.no-csstransforms .skip_link {
    top: -100%;
}

    .no-csstransforms .skip_link:focus, .no-csstransforms .skip_link:active {
        top: 40px;
    }

/* ==========================================================================
	Forms
============================================================================= */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label:not(.fs-checkbox-label) {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-size:1.3rem; /*changed by Rakesh for Impexium Labels from 0.875rem*/
    line-height: 1.5;
    text-transform: uppercase;
    color: #7288A1;
    display: block;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin: 8px 0;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    width: 100%;
}

    input::-ms-clear {
        width: 0;
        height: 0;
    }

textarea {
    display: block;
    min-height: 220px;
    resize: vertical;
}

select {
    height: 40px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 40px 10px 20px;
}
label.fs-checkbox-label.fs-light {
    font-weight: 800;
}
.typography input,
.typography textarea,
.typography label,
.typography select {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
}

[data-whatinput="mouse"] .typography input:focus,
[data-whatinput="touch"] .typography input:focus, [data-whatinput="mouse"] .typography textarea:focus,
[data-whatinput="touch"] .typography textarea:focus, [data-whatinput="mouse"] .typography label:focus,
[data-whatinput="touch"] .typography label:focus, [data-whatinput="mouse"] .typography select:focus,
[data-whatinput="touch"] .typography select:focus {
    outline: none;
}

.typography input[type="text"],
.typography input[type="email"],
.typography input[type="number"],
.typography textarea {
    border-color: #D0D7DF;
    border-width: 2px;
}

.typography select {
    height: auto;
    border-color: #D0D7DF;
    border-width: 2px;
}

.typography input[type="submit"] {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    background-color: #EBEBEC;
    border-width: 0;
    color: #4D4D4D;
    margin: 10px 0;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

    .typography input[type="submit"] .label {
        display: inline-block;
        vertical-align: middle;
    }

    .typography input[type="submit"] .icon {
        display: inline-block;
        vertical-align: middle;
    }

    .typography input[type="submit"] .label {
        display: inline-block;
        vertical-align: middle;
    }

    .typography input[type="submit"] .icon {
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (min-width: 320px) {
    .typography input[type="submit"] {
        display: inline-block;
        margin-right: 8px;
        text-align: left;
    }
}

@media screen and (min-width: 500px) {
    .typography input[type="submit"] {
        width: auto;
    }
}

.typography input[type="submit"]:focus, .typography input[type="submit"]:hover {
    background-color: #3DBC95;
    color: #fff;
}

.typography .fs-checkbox-marker {
    height: 29px;
    width: 29px;
    border-color: #179CD6;
    border-radius: 3px;
    border-width: 2px;
}

.typography .fs-checkbox-radio .fs-checkbox-marker {
    border-radius: 50%;
}

.typography .fs-checkbox-radio .fs-checkbox-flag {
    width: 11px;
    height: 11px;
    background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
}

.form_column_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .form_column_flex > * {
        margin-right: 16px;
    }

        .form_column_flex > *:last-child {
            margin-right: 0;
        }

.form_column_auto > * {
    display: inline-block;
    margin-right: 16px;
}

@media screen and (min-width: 740px) {
    .form_column_2 {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }

        .form_column_2 > * {
            column-break-inside: avoid;
            -webkit-column-break-inside: avoid;
            break-inside: avoid;
        }
}

.form_element {
    margin-bottom: 20px;
}

/* ==========================================================================
	Logo
============================================================================= */
.logo {
    float: left;
    margin: 9px 0 0;
}

@media screen and (min-width: 740px) {
    .logo {
        margin-top: 20px;
    }
}

@media screen and (min-width: 980px) {
    .logo {
        width: 60px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: none;
    }
}

@media screen and (min-width: 1220px) {
    .logo {
        width: 80px;
        height: 65px;
    }
}

.logo_link {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    display: block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

@media print {
    .logo_link {
        display: none;
    }
}

.logo_symbol .logo_link_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .logo_symbol .logo_link_label.focusable:active, .logo_symbol .logo_link_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.logo_link_symbol {
    width: 40px;
    height: 34px;
    display: block;
}

@media screen and (min-width: 740px) {
    .logo_link_symbol {
        width: 60px;
        height: 50px;
    }
}

@media screen and (min-width: 1220px) {
    .logo_link_symbol {
        width: 80px;
        height: 65px;
    }
}

.logo_link_symbol .symbol_logo {
    width: 100%;
    height: 100%;
}

.logo_print {
    display: none;
}

@media print {
    .logo_print {
        display: block;
    }
}

@media print {
    .logo_header {
        margin: 20px 0;
    }
}

/* ==========================================================================
	Site Search
============================================================================= */
.layout_search .typography .page_title {
    margin-bottom: 18px;
}

.site_search_handle {
    position: relative;
}

.site_search_handle_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .site_search_handle_label.focusable:active, .site_search_handle_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.site_search_handle_icon {
    pointer-events: none;
}

.site_search {
    position: relative;
}

.site_search_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .site_search_label.focusable:active, .site_search_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

[data-whatinput="mouse"] .site_search_input:focus,
[data-whatinput="touch"] .site_search_input:focus {
    outline: none;
}

.site_search_input::-webkit-input-placeholder {
    text-overflow: ellipsis;
}

.site_search_input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.site_search_input::-ms-input-placeholder {
    text-overflow: ellipsis;
}

.site_search_input::placeholder {
    text-overflow: ellipsis;
}

.site_search_input[placeholder] {
    text-overflow: ellipsis;
}

.site_search_button {
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.site_search_button_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .site_search_button_label.focusable:active, .site_search_button_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.site_search_button_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site_search_wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: rgba(3, 25, 39, 0);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.header.js-toggle-active .site_search_wrap {
    pointer-events: auto;
    background-color: #031927;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.site_search_actions {
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
}

.header.js-toggle-active .site_search_actions {
    opacity: 1;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    visibility: visible;
}

.site_search_action {
    height: 100%;
    position: relative;
    padding: 0 0 0 30px;
}

    .site_search_action:focus .symbol, .site_search_action:hover .symbol {
        fill: #3DC2CF;
    }

    .site_search_action .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
    }

    .site_search_action .symbol {
        fill: #7288A1;
        -webkit-transition: fill 0.25s;
        transition: fill 0.25s;
    }

    .site_search_action .symbol_close {
        width: 20px;
        height: 20px;
    }

    .site_search_action .label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .site_search_action .label.focusable:active, .site_search_action .label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

.site_search_lg {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 979px) {
    .site_search_lg {
        display: none;
    }
}

.site_search_lg .site_search_form {
    width: 100%;
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.site_search_lg .site_search_input {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    background-color: transparent;
    border-width: 0;
    font-size: 16px;
    font-size: 1rem;
    opacity: 0;
    padding: 10px;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    vertical-align: middle;
    visibility: 0;
}

[data-whatinput="mouse"] .site_search_lg .site_search_input:focus,
[data-whatinput="touch"] .site_search_lg .site_search_input:focus {
    outline: none;
}

.header.js-toggle-active .site_search_lg .site_search_input {
    opacity: 1;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
    visibility: visible;
}

.site_search_lg .site_search_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.site_search_lg .site_search_input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.site_search_lg .site_search_input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.site_search_lg .site_search_input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.site_search_lg .site_search_input[placeholder] {
    color: rgba(255, 255, 255, 0.7);
}

.site_search_lg .site_search_button {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-transform: translate3d(923px, 0, 0);
    transform: translate3d(923px, 0, 0);
    -webkit-transition: padding 0.4s, -webkit-transform 0.4s;
    transition: padding 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, padding 0.4s;
    transition: transform 0.4s, padding 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

@media screen and (min-width: 1220px) {
    .site_search_lg .site_search_button {
        -webkit-transform: translate3d(1158px, 0, 0);
        transform: translate3d(1158px, 0, 0);
    }
}

.header.js-toggle-active .site_search_lg .site_search_button {
    padding: 0 26px 0 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.site_search_lg .site_search_button:focus .site_search_button_icon .symbol, .site_search_lg .site_search_button:hover .site_search_button_icon .symbol {
    fill: #3DC2CF;
    stroke: #3DC2CF;
}

.site_search_lg .site_search_button_icon {
    position: static;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: none;
    transform: none;
    visibility: hidden;
}

.header.js-toggle-active .site_search_lg .site_search_button_icon {
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

.site_search_lg .site_search_button_icon .symbol {
    fill: #fff;
    stroke: #fff;
    -webkit-transition: fill 0.25s, stroke 0.25s;
    transition: fill 0.25s, stroke 0.25s;
}

.site_search_lg .site_search_button_icon .symbol_search {
    width: 17px;
    height: 17px;
}

/* ==========================================================================
   Site Search Small
============================================================================= */
.mobile_search_wrap {
    padding-right: calc(20px + 1.04166667%);
    padding-left: calc(20px + 1.04166667%);
}

@media screen and (min-width: 740px) {
    .mobile_search_wrap {
        padding-right: calc((100% - 720px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 980px) {
    .mobile_search_wrap {
        padding-right: calc((100% - 960px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 1220px) {
    .mobile_search_wrap {
        padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 740px) {
    .mobile_search_wrap {
        padding-left: calc((100% - 720px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 980px) {
    .mobile_search_wrap {
        padding-left: calc((100% - 960px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 1220px) {
    .mobile_search_wrap {
        padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
    }
}

.site_search_sm {
    border: 1px solid rgba(120, 168, 212, 0.4);
    border-radius: 3px;
    margin: 28px 0 2px;
}

    .site_search_sm .site_search_input {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 600;
        border-width: 0;
        color: #031927;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        padding: 15px 20px 16px 40px;
    }

        .site_search_sm .site_search_input::-webkit-input-placeholder {
            color: #031927;
            opacity: 1;
        }

        .site_search_sm .site_search_input:-ms-input-placeholder {
            color: #031927;
            opacity: 1;
        }

        .site_search_sm .site_search_input::-ms-input-placeholder {
            color: #031927;
            opacity: 1;
        }

        .site_search_sm .site_search_input::placeholder {
            color: #031927;
            opacity: 1;
        }

        .site_search_sm .site_search_input[placeholder] {
            color: #031927;
            opacity: 1;
        }

    .site_search_sm .site_search_button {
        width: 30px;
        right: auto;
        left: 10px;
    }

        .site_search_sm .site_search_button:focus .symbol_search, .site_search_sm .site_search_button:hover .symbol_search {
            fill: #3DC2CF;
            stroke: #3DC2CF;
        }

    .site_search_sm .site_search_button_icon .symbol {
        position: relative;
        top: -1px;
        display: block;
    }

    .site_search_sm .site_search_button_icon .symbol_search {
        width: 14px;
        height: 14px;
        fill: #1F6EB7;
        stroke: #1F6EB7;
        -webkit-transition: fill 0.25s, stroke 0.25s;
        transition: fill 0.25s, stroke 0.25s;
    }

/* ==========================================================================
   Mini
============================================================================= */
.mini_site_search_wrap {
    position: absolute;
    top: 0;
    right: 105px;
    bottom: 0;
    left: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: rgba(255, 255, 255, 0);
    color: #7288A1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

@media screen and (min-width: 980px) and (max-width: 1139px), (min-width: 1220px) and (max-width: 1379px) {
    .mini_site_search_wrap {
        right: 195px;
    }
}

.header_mini.js-toggle-active .mini_site_search_wrap {
    pointer-events: auto;
    background-color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.site_search_mini {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .site_search_mini .site_search_form {
        width: 100%;
        height: 100%;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .site_search_mini .site_search_input {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 600;
        height: 100%;
        background-color: transparent;
        border-width: 0;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1;
        opacity: 0;
        padding: 10px;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
        vertical-align: middle;
        visibility: 0;
    }

[data-whatinput="mouse"] .site_search_mini .site_search_input:focus,
[data-whatinput="touch"] .site_search_mini .site_search_input:focus {
    outline: none;
}

.header_mini.js-toggle-active .site_search_mini .site_search_input {
    opacity: 1;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
    visibility: visible;
}

.site_search_mini .site_search_input::-webkit-input-placeholder {
    color: #7288A1;
}

.site_search_mini .site_search_input:-ms-input-placeholder {
    color: #7288A1;
}

.site_search_mini .site_search_input::-ms-input-placeholder {
    color: #7288A1;
}

.site_search_mini .site_search_input::placeholder {
    color: #7288A1;
}

.site_search_mini .site_search_input[placeholder] {
    color: #7288A1;
}

.site_search_mini .site_search_button {
    width: auto;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-transform: translate3d(690px, 0, 0);
    transform: translate3d(690px, 0, 0);
    -webkit-transition: padding 0.4s, -webkit-transform 0.4s;
    transition: padding 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, padding 0.4s;
    transition: transform 0.4s, padding 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

@media screen and (min-width: 1140px) {
    .site_search_mini .site_search_button {
        -webkit-transform: translate3d(780px, 0, 0);
        transform: translate3d(780px, 0, 0);
    }
}

@media screen and (min-width: 1220px) {
    .site_search_mini .site_search_button {
        -webkit-transform: translate3d(925px, 0, 0);
        transform: translate3d(925px, 0, 0);
    }
}

@media screen and (min-width: 1380px) {
    .site_search_mini .site_search_button {
        -webkit-transform: translate3d(1015px, 0, 0);
        transform: translate3d(1015px, 0, 0);
    }
}

.header_mini.js-toggle-active .site_search_mini .site_search_button {
    padding: 0 26px 0 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.site_search_mini .site_search_button:focus .site_search_button_icon .symbol, .site_search_mini .site_search_button:hover .site_search_button_icon .symbol {
    fill: #031927;
    stroke: #031927;
}

.site_search_mini .site_search_button_icon {
    position: static;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: none;
    transform: none;
    visibility: hidden;
}

.header_mini.js-toggle-active .site_search_mini .site_search_button_icon {
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

.site_search_mini .site_search_button_icon .symbol {
    fill: #179CD6;
    stroke: #179CD6;
    -webkit-transition: fill 0.25s, stroke 0.25s;
    transition: fill 0.25s, stroke 0.25s;
}

.site_search_mini .site_search_button_icon .symbol_search {
    width: 18px;
    height: 18px;
}

.mini_search_actions {
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
}

.header_mini.js-toggle-active .mini_search_actions {
    opacity: 1;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    visibility: visible;
}

.mini_search_action {
    height: 100%;
    padding: 0 30px;
}

    .mini_search_action .symbol {
        fill: rgba(114, 136, 161, 0.5);
        -webkit-transition: fill 0.25s;
        transition: fill 0.25s;
    }

    .mini_search_action .symbol_close {
        width: 20px;
        height: 20px;
    }

    .mini_search_action .label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .mini_search_action .label.focusable:active, .mini_search_action .label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .mini_search_action:focus .symbol, .mini_search_action:hover .symbol {
        fill: #3DC2CF;
    }

.sitemap_search_block {
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .sitemap_search_block {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .sitemap_search_block {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .sitemap_search_block {
        margin-bottom: 80px;
    }
}

.sitemap_search_form {
    position: relative;
    background-color: #3DC2CF;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background-image: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    border-radius: 2px;
    margin-bottom: 30px;
    overflow: hidden;
}

.sitemap_search_form_inner {
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    color: #031927;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3px;
    vertical-align: middle;
}

.sitemap_search_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .sitemap_search_label.focusable:active, .sitemap_search_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.sitemap_search_input {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    height: 45px;
    background-color: transparent;
    border-width: 0;
    color: #031927;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
}

[data-whatinput="mouse"] .sitemap_search_input:focus,
[data-whatinput="touch"] .sitemap_search_input:focus {
    outline: none;
}

@media screen and (min-width: 740px) {
    .sitemap_search_input {
        height: 75px;
        font-size: 20px;
        font-size: 1.25rem;
        padding: 0 35px;
    }
}

.sitemap_search_button {
    padding: 0 30px;
}

.sitemap_search_button_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .sitemap_search_button_label.focusable:active, .sitemap_search_button_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.sitemap_search_button_icon .symbol {
    width: 22px;
    height: 22px;
    fill: #3DC2CF;
    stroke: #3DC2CF;
    -webkit-transition: fill 0.25s, stroke 0.25s;
    transition: fill 0.25s, stroke 0.25s;
}

.sitemap_search_button_icon:focus .symbol, .sitemap_search_button_icon:hover .symbol {
    fill: #031927;
    stroke: #031927;
}

.sitemap_search_results {
    color: #4D4D4D;
}

.sitemap_search_results_count {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sitemap_search_result_list {
    border-top: 3px solid rgba(160, 176, 193, 0.4);
}

.sitemap_search_result_item {
    border-bottom: 1px solid rgba(160, 176, 193, 0.4);
    padding: 20px 0 30px;
}

@media screen and (min-width: 740px) {
    .sitemap_search_result_item {
        padding: 30px 0 40px;
    }
}

.sitemap_search_result_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.33333;
    color: #031927;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .sitemap_search_result_title {
        font-size: 32px;
        font-size: 2rem;
    }
}

.sitemap_search_result_title strong {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
}

.sitemap_search_result_title_link {
    color: inherit;
}

.sitemap_search_result_description {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
}

@media screen and (min-width: 740px) {
    .sitemap_search_result_description {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.75;
    }
}

.sitemap_search_result_description p {
    margin: 0;
}

.sitemap_search_result_url {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #1F6EB7;
    margin: 4px 0 10px;
}

.sitemap_search_result_url_link {
    color: inherit;
}

.sitemap_search_block .pagination {
    border-top-width: 0;
    border-bottom-width: 0;
    margin-top: 0;
}

/* ==========================================================================
	Photo Size Helper
============================================================================= */
.photo_prop {
    max-width: 240px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: .15em;
    display: none;
    font-family: sans-serif;
    line-height: 1.35;
}

    .photo_prop.visible {
        display: block;
    }

    .photo_prop.lower-region {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
        padding: 10px 10px 60px;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

    .photo_prop.upper-region {
        -webkit-clip-path: polygon(0 100%, 0 50px, 50% 0, 100% 50px, 100% 100%);
        clip-path: polygon(0 100%, 0 50px, 50% 0, 100% 50px, 100% 100%);
        padding: 60px 10px 10px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

.photo_prop_close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    border-radius: 1em 0 0 1em;
    -webkit-box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: background .25s, color .25s;
    transition: background .25s, color .25s;
}

    .photo_prop_close:focus, .photo_prop_close:hover {
        background: #333;
        color: #fff;
    }

.lower-region .photo_prop_close {
    -webkit-transform: translate(0, calc(-50% - 25px));
    transform: translate(0, calc(-50% - 25px));
}

.upper-region .photo_prop_close {
    -webkit-transform: translate(0, calc(-50% + 25px));
    transform: translate(0, calc(-50% + 25px));
}

.photo_prop_detail {
    background: #f0f0f0;
    border-radius: .15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15% 20px;
}

/* ==========================================================================
	Generic Filter Styles
============================================================================= */
@media screen and (max-width: 739px) {
    .filter_lock {
        max-height: 100vh;
        overflow: hidden !important;
    }
}

.layout_404 .page {
    position: relative;
}

.layout_404 .page_content {
    color: #fff;
}

@media screen and (min-width: 740px) {
    .layout_404 .page_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        min-height: calc(100vh - 140px);
    }
}

@media screen and (min-width: 980px) {
    .layout_404 .page_content {
        min-height: calc(100vh - 191px);
    }
}

@media screen and (min-width: 1220px) {
    .layout_404 .page_content {
        min-height: calc(100vh - 237px);
    }
}

.background_404 {
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #031927;
    background-size: cover;
}

    .background_404:after {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 25, 39, 0.9)), to(rgba(3, 25, 39, 0)));
        background: linear-gradient(0deg, rgba(3, 25, 39, 0.9) 0%, rgba(3, 25, 39, 0) 100%);
    }

/* ==========================================================================
	Footer
============================================================================= */
.footer {
    position: relative;
    background-color: #031927;
    color: #fff;
    padding: 0;
}

@media screen and (max-width: 739px) {
    .footer {
        text-align: center;
    }
}

@media print {
    .footer {
        display: none;
    }
}

.footer_ribbon_inner {
    padding: 30px 0;
}

@media screen and (min-width: 740px) {
    .footer_ribbon_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 8px 0 10px;
    }
}

/* ==========================================================================
   Logo
============================================================================= */
.logo_footer {
    margin: 2px 0;
}

@media screen and (min-width: 740px) {
    .logo_footer {
        width: 48px;
        margin: 0 auto 0 0;
    }
}

.logo_footer .logo_link {
    width: 58px;
    height: 52px;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

@media screen and (min-width: 740px) {
    .logo_footer .logo_link {
        width: 48px;
        height: 48px;
        padding: 8px 10px 8px 0;
    }
}

.logo_footer .logo_link .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .logo_footer .logo_link .label.focusable:active, .logo_footer .logo_link .label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.logo_footer .logo_link .symbol {
    width: 38px;
    height: 32px;
}

/* ==========================================================================
   Copyright
============================================================================= */
@media screen and (min-width: 740px) {
    .footer_copyright_lockup {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .footer_copyright_lockup {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        margin-top: 8px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 8px;
    }
}

.footer_copyright {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #A7A9AC;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    margin-top: 20px;
}

@media screen and (min-width: 740px) {
    .footer_copyright {
        margin-top: 0;
    }
}

@media screen and (min-width: 740px) {
    .footer_copyright_sm {
        display: none;
    }
}

.footer_copyright_lg {
    margin-right: 30px;
}

@media screen and (max-width: 739px) {
    .footer_copyright_lg {
        display: none;
    }
}

@media screen and (min-width: 980px) and (max-width: 1219px) {
    .footer_copyright_lg {
        margin-right: 20px;
    }
}

/* ==========================================================================
	Header
============================================================================= */
.header {
    position: relative;
    z-index: 8;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    color: #000;
    padding: 0 0;
    -webkit-transition: opacity 0.01s, visibility 0.01s, -webkit-box-shadow 0.4s;
    transition: opacity 0.01s, visibility 0.01s, -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s, opacity 0.01s, visibility 0.01s;
    transition: box-shadow 0.4s, opacity 0.01s, visibility 0.01s, -webkit-box-shadow 0.4s;
}
@media screen and (max-width: 739px) {
    .nullheader .header {
        height: 100%;
    }
}
@media screen and (max-width: 739px) {
    .header {
        height: 50px;
    }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .header {
        height: 90px;
    }
}

@media screen and (max-width: 979px) {
    .fs-navigation-open .header {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.01s 0.4s, visibility 0.01s 0.4s, -webkit-box-shadow 0.4s;
        transition: opacity 0.01s 0.4s, visibility 0.01s 0.4s, -webkit-box-shadow 0.4s;
        transition: box-shadow 0.4s, opacity 0.01s 0.4s, visibility 0.01s 0.4s;
        transition: box-shadow 0.4s, opacity 0.01s 0.4s, visibility 0.01s 0.4s, -webkit-box-shadow 0.4s;
        visibility: hidden;
    }
}

.js .layout_home .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media print {
    .js .layout_home .header {
        position: static;
    }
}

.header_ribbon {
    position: relative;
    z-index: 1;
    background-color: #031927;
    color: #fff;
}

@media print, screen and (max-width: 979px) {
    .header_ribbon {
        display: none;
    }
}

.header_ribbon_inner {
    position: relative;
}

    .header_ribbon_inner:after {
        clear: both;
        content: "";
        display: table;
    }

.header_bar {
    position: relative;
}

.header_bar_inner:after {
    clear: both;
    content: "";
    display: table;
}

/* ==========================================================================
   Fixed Header
============================================================================= */
.header_mini {
    display: none;
}

.js .header_mini {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    will-change: opacity, transform;
}

@media print, screen and (max-width: 979px) {
    .js .header_mini {
        display: none;
    }
}

.js.csstransforms3d .header_mini {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.js .header_mini.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.js.csstransforms3d .header_mini.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header_mini_inner {
    position: relative;
}

    .header_mini_inner:after {
        clear: both;
        content: "";
        display: table;
    }

.header_mini_logo {
    float: left;
}

.header_mini_logo_link {
    display: block;
    padding: 12px 12px 12px 0;
}

    .header_mini_logo_link .label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .header_mini_logo_link .label.focusable:active, .header_mini_logo_link .label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .header_mini_logo_link .symbol {
        width: 54px;
        height: 45px;
    }

.header_mini_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin-top: 16px;
}

@media screen and (min-width: 980px) and (max-width: 1139px), (min-width: 1220px) and (max-width: 1379px) {
    .header_mini_controls {
        margin-right: 90px;
    }
}

.header_mini_control:not(:last-child) {
    border-right: 1px solid #D3D2D3;
}

.header_mini_search_handle {
    display: block;
    padding: 10px 37px;
}

    .header_mini_search_handle .label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .header_mini_search_handle .label.focusable:active, .header_mini_search_handle .label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .header_mini_search_handle .symbol {
        width: 18px;
        height: 18px;
        fill: #179CD6;
        stroke: #179CD6;
        -webkit-transition: fill 0.25s, stroke 0.25s;
        transition: fill 0.25s, stroke 0.25s;
    }

    .header_mini_search_handle:focus .symbol, .header_mini_search_handle:hover .symbol {
        fill: #143862;
        stroke: #143862;
    }

.desktop_sidebar_handle {
    color: transparent;
    display: block;
    font-size: 0;
    padding: 16px 40px !important;
}

    .desktop_sidebar_handle:before, .desktop_sidebar_handle:after {
        width: 24px;
        height: 3px;
        content: "";
        display: block;
        margin: 0 auto;
        -webkit-transition: background-color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
        transition: background-color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
        transition: background-color 0.25s, box-shadow 0.25s, transform 0.25s;
        transition: background-color 0.25s, box-shadow 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    }

    .desktop_sidebar_handle:before {
        background-color: #3DC2CF;
        -webkit-box-shadow: 0 -8px 0 #1F6EB7, 0 8px 0 #3DBC95;
        box-shadow: 0 -8px 0 #1F6EB7, 0 8px 0 #3DBC95;
    }

    .desktop_sidebar_handle:after {
        background-color: transparent;
        margin-top: -3px;
    }

    .desktop_sidebar_handle:focus:before, .desktop_sidebar_handle:hover:before {
        background-color: #143862;
        -webkit-box-shadow: 0 -8px 0 #143862, 0 8px 0 #143862;
        box-shadow: 0 -8px 0 #143862, 0 8px 0 #143862;
    }

.desktop_sidebar_handle_wrapper.takeover_lock .desktop_sidebar_handle:before, .desktop_sidebar_handle_wrapper.takeover_lock .desktop_sidebar_handle:after {
    background-color: #3DC2CF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.desktop_sidebar_handle_wrapper.takeover_lock .desktop_sidebar_handle:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.desktop_sidebar_handle_wrapper.takeover_lock .desktop_sidebar_handle:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Nuclear Now Tab
============================================================================= */
.nuclear_tab {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: transform;
}

.csstransforms3d .nuclear_tab {
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
}

.nuclear_tab:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 120px 120px 0;
    border-color: transparent #143862 transparent transparent;
    content: "";
    display: block;
}

.header_mini.active .nuclear_tab {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.csstransforms3d .header_mini.active .nuclear_tab {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}

.layout_home .nuclear_tab {
    display: none;
}

.nuclear_tab_inner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    will-change: opacity;
}

.header_mini.active .nuclear_tab_inner {
    opacity: 1;
}

.nuclear_tab_inner .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .nuclear_tab_inner .label.focusable:active, .nuclear_tab_inner .label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.nuclear_tab_inner .icon {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 27px;
    height: 30px;
}

.nuclear_tab_inner .symbol {
    width: 27px;
    height: 30px;
    fill: #3DC2CF;
}

/* ==========================================================================
	Mobile Sidebar
============================================================================= */
.mobile_sidebar_handle_wrapper {
    position: relative;
    margin: 6px -10px 0 0;
    float: right;
}

@media print {
    .mobile_sidebar_handle_wrapper {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .mobile_sidebar_handle_wrapper {
        margin: 16px -20px 0 0;
    }
}

@media screen and (min-width: 980px) {
    .mobile_sidebar_handle_wrapper {
        display: none;
    }
}

.mobile_sidebar_handle {
    color: transparent;
    display: block;
    font-size: 0;
    padding: 18px 10px !important;
}

@media screen and (min-width: 740px) {
    .mobile_sidebar_handle {
        padding: 28px 20px !important;
    }
}

.mobile_sidebar_handle:before, .mobile_sidebar_handle:after {
    width: 18px;
    height: 2px;
    content: "";
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 740px) {
    .mobile_sidebar_handle:before, .mobile_sidebar_handle:after {
        width: 24px;
        height: 3px;
    }
}

.mobile_sidebar_handle:before {
    background-color: #3DC2CF;
    -webkit-box-shadow: 0 -6px 0 #1F6EB7, 0 6px 0 #3DBC95;
    box-shadow: 0 -6px 0 #1F6EB7, 0 6px 0 #3DBC95;
}

@media screen and (min-width: 740px) {
    .mobile_sidebar_handle:before {
        -webkit-box-shadow: 0 -8px 0 #1F6EB7, 0 8px 0 #3DBC95;
        box-shadow: 0 -8px 0 #1F6EB7, 0 8px 0 #3DBC95;
    }
}

.mobile_sidebar_handle:focus:before, .mobile_sidebar_handle:hover:before {
    background-color: #1F6EB7;
    -webkit-box-shadow: 0 -6px 0 #1F6EB7, 0 6px 0 #1F6EB7;
    box-shadow: 0 -6px 0 #1F6EB7, 0 6px 0 #1F6EB7;
}

.mobile_sidebar_handle:active:before {
    background-color: #3DBC95;
    -webkit-box-shadow: 0 -6px 0 #3DBC95, 0 6px 0 #3DBC95;
    box-shadow: 0 -6px 0 #3DBC95, 0 6px 0 #3DBC95;
}

.mobile_sidebar_handle.fs-navigation-open:before, .mobile_sidebar_handle.fs-navigation-open:after {
    background-color: #3DC2CF;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.mobile_sidebar_handle.fs-navigation-open:before {
    -webkit-transform: rotate(-45deg) translateY(1px);
    transform: rotate(-45deg) translateY(1px);
}

.mobile_sidebar_handle.fs-navigation-open:after {
    -webkit-transform: rotate(45deg) translateY(-1px);
    transform: rotate(45deg) translateY(-1px);
}

.mobile_sidebar_header {
    height: 50px;
    border-bottom: 1px solid #EEF0F4;
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .mobile_sidebar_header {
        height: 90px;
    }
}

.no-js .mobile_sidebar_header {
    display: none;
}

.mobile_sidebar_header_inner:after {
    clear: both;
    content: "";
    display: table;
}

.mobile_logo_link {
    float: left;
    margin-top: 9px;
}

@media screen and (min-width: 740px) {
    .mobile_logo_link {
        margin-top: 20px;
    }
}

.mobile_logo_link .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .mobile_logo_link .label.focusable:active, .mobile_logo_link .label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.mobile_logo_link .symbol {
    width: 40px;
    height: 34px;
}

@media screen and (min-width: 740px) {
    .mobile_logo_link .symbol {
        width: 60px;
        height: 50px;
    }
}

.mobile_sidebar_close {
    position: relative;
    float: right;
    margin: 6px -10px 0 0;
    padding: 12px 10px;
}

@media screen and (min-width: 740px) {
    .mobile_sidebar_close {
        margin-top: 25px;
    }
}

.mobile_sidebar_close .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .mobile_sidebar_close .label.focusable:active, .mobile_sidebar_close .label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.mobile_sidebar_close .symbol {
    width: 14px;
    height: 14px;
    fill: url(#coolGradient);
}

@media screen and (min-width: 740px) {
    .mobile_sidebar_close .symbol {
        width: 20px;
        height: 20px;
    }
}

.fs-navigation-lock {
    max-height: 100vh;
}

.mobile_sidebar {
    background-color: #fff;
    color: #031927;
    display: block;
    overflow: hidden;
}

[data-whatinput="mouse"] .mobile_sidebar:focus,
[data-whatinput="touch"] .mobile_sidebar:focus {
    outline: none;
}

@media print {
    .mobile_sidebar {
        display: none;
    }
    #mobile_sidebar {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .mobile_sidebar {
        display: none;
    }
}

.mobile_sidebar_wrapper {
    overflow: hidden;
}

.mobile_sidebar_inner {
    padding-bottom: 20px;
}

.layout_home .mobile_sidebar_inner {
    padding-bottom: 80px;
}

.fs-navigation-overlay-nav.fs-navigation-enabled,
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
    width: 100%;
    z-index: 5;
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-navigation-push-right-nav.fs-navigation-enabled {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.fs-navigation-overlay-nav.fs-navigation-animated,
.fs-navigation-push-nav.fs-navigation-animated {
    -webkit-transition: visibility 1ms linear 0.2s, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: visibility 1ms linear 0.2s, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 1ms linear 0.2s;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 1ms linear 0.2s, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fs-navigation-overlay-right-nav.fs-navigation-open,
.fs-navigation-push-right-nav.fs-navigation-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: visibility 1ms ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: visibility 1ms ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 1ms ease;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 1ms ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ==========================================================================
	Page
============================================================================= */
.page_wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page {
    background-color: #fff;
    color: #031927;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 740px) {
    .page_content {
        padding-top: 40px;
    }
}

@media screen and (min-width: 980px) {
    .page_content {
        padding-top: 80px;
    }
}

.layout_home .page_content {
    position: relative;
    z-index: 4;
    padding-top: 0;
}

@media screen and (min-width: 980px) {
    .aside_cell {
        float: right;
    }
}

.main_content {
    position: relative;
    margin-bottom: 50px;
}

[data-whatinput="mouse"] .main_content:focus,
[data-whatinput="touch"] .main_content:focus {
    outline: none;
}

.layout_home .main_content {
    margin-bottom: 0;
}

.main_content .typography {
    overflow: hidden;
}

@media screen and (min-width: 740px) {
    .main_content .typography > p {
        margin-top: 0;
    }
}

.page_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .page_title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

.page_title + .intro p {
    margin-top: 12px;
}

.typography .page_title {
    margin-bottom: 12px;
}

.sidebar_cell {
    clear: right;
}

.layout_home .full_width_callouts {
    position: relative;
    background-color: #fff;
    margin: 0;
    overflow: hidden;
}

/* ==========================================================================
   WYSIWYG
============================================================================= */
@media screen and (min-width: 740px) {
    .full_width_callouts .wysiwyg_block {
        margin: 50px 0;
    }
}

@media screen and (min-width: 740px) {
    .wysiwyg_block .typography > p {
        margin-top: 35px;
    }
}

/* ==========================================================================
	Breadcrumb Navigation
============================================================================= */
.breadcrumb_nav {
    display: none;
}

@media screen and (min-width: 980px) {
    .breadcrumb_nav {
        display: block;
    }
}

.breadcrumb_list {
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb_item {
    display: inline-block;
}

    .breadcrumb_item:not(:last-child):after {
        content: "/";
    }

.breadcrumb_link,
.breadcrumb_label {
    display: inline-block;
}

/* ==========================================================================
	Footer Navigation
============================================================================= */
.footer_nav_title {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .footer_nav_title.focusable:active, .footer_nav_title.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.footer_nav_list {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
}

@media screen and (min-width: 740px) {
    .footer_nav_item {
        display: inline-block;
    }
}

.footer_nav_link {
    color: inherit;
    display: block;
    padding: 6px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 740px) {
    .footer_nav_link {
        padding: 6px 18px;
    }
}

@media screen and (min-width: 1220px) {
    .footer_nav_link {
        padding-right: 32px;
        padding-left: 33px;
    }
}

.footer_nav_link:focus, .footer_nav_link:hover {
    color: #3DC2CF;
}

/* ==========================================================================
	Main Navigation
============================================================================= */
@media screen and (min-width: 980px) {
    .main_nav_sm {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .main_nav_lg {
        display: none;
    }
}

.main_nav_title {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .main_nav_title.focusable:active, .main_nav_title.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

/* Main Nav Links
============================================================================= */
.main_nav_item_wrapper {
    position: relative;
}

.main_nav_link {
    display: inline-block;
    vertical-align: top;
}

.main_nav_toggle {
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    right: -20px;
    cursor: pointer;
}

.main_nav_toggle_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .main_nav_toggle_label.focusable:active, .main_nav_toggle_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.main_nav_toggle_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

    .main_nav_toggle_icon .symbol {
        width: 14px;
        height: 7px;
        fill: #3DC2CF;
        -webkit-transition: fill 0.25s;
        transition: fill 0.25s;
    }

/* Main Nav Children
============================================================================= */
.main_nav_child_link {
    display: block;
}

/* ==========================================================================
   Small
============================================================================= */
.main_nav_sm .main_nav_list {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 2.57px;
    letter-spacing: 0.16063rem;
    text-transform: uppercase;
}

.main_nav_sm .main_nav_item {
    padding-right: calc(20px + 1.04166667%);
    padding-left: calc(20px + 1.04166667%);
    position: relative;
    border-bottom: 1px solid #EEF0F4;
    -webkit-box-shadow: 200px 0 0 transparent, -200px 0 0 transparent;
    box-shadow: 200px 0 0 transparent, -200px 0 0 transparent;
    -webkit-transition: background-color 0.25s, -webkit-box-shadow 0.25s;
    transition: background-color 0.25s, -webkit-box-shadow 0.25s;
    transition: background-color 0.25s, box-shadow 0.25s;
    transition: background-color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

@media screen and (min-width: 740px) {
    .main_nav_sm .main_nav_item {
        padding-right: calc((100% - 720px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 980px) {
    .main_nav_sm .main_nav_item {
        padding-right: calc((100% - 960px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 1220px) {
    .main_nav_sm .main_nav_item {
        padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 740px) {
    .main_nav_sm .main_nav_item {
        padding-left: calc((100% - 720px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 980px) {
    .main_nav_sm .main_nav_item {
        padding-left: calc((100% - 960px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 1220px) {
    .main_nav_sm .main_nav_item {
        padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
    }
}

.main_nav_sm .main_nav_item:before {
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background-image: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    content: "";
    display: block;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    will-change: width;
}

.main_nav_sm .main_nav_item.fs-swap-enabled .main_nav_children {
    display: none;
}

.main_nav_sm .main_nav_item.fs-swap-active {
    background-color: #F9FAFB;
    -webkit-box-shadow: 200px 0 0 #F9FAFB, -200px 0 0 #F9FAFB;
    box-shadow: 200px 0 0 #F9FAFB, -200px 0 0 #F9FAFB;
}

    .main_nav_sm .main_nav_item.fs-swap-active .main_nav_toggle {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .main_nav_sm .main_nav_item.fs-swap-active .main_nav_children {
        display: block;
    }

    .main_nav_sm .main_nav_item.fs-swap-active .symbol_triangle_down {
        fill: #031927;
    }

    .main_nav_sm .main_nav_item.fs-swap-active:before {
        width: 6px;
    }

.main_nav_sm .main_nav_link {
    color: #031927;
    display: block;
    padding: 22px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .main_nav_sm .main_nav_link:focus, .main_nav_sm .main_nav_link:hover {
        color: #3DC2CF;
    }

.main_nav_sm .main_nav_toggle {
    display: none;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.js .main_nav_sm .main_nav_toggle {
    display: block;
}

.main_nav_sm .main_nav_children {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: normal;
    line-height: 1.2;
    overflow: hidden;
    text-transform: none;
}

.main_nav_sm .main_nav_children_inner {
    margin: 0 0 28px;
}

.main_nav_sm .main_nav_children_feature {
    display: none;
}

.main_nav_sm .main_nav_child_item.active .main_nav_child_link_label:after {
    width: 100%;
    opacity: 1;
}

.main_nav_sm .main_nav_child_item:first-child .main_nav_child_link {
    padding-top: 0;
}

.main_nav_sm .main_nav_child_item:last-child .main_nav_child_link {
    padding-bottom: 0;
}

.main_nav_sm .main_nav_child_link {
    color: #031927;
    padding: 10px 4px 10px 20px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .main_nav_sm .main_nav_child_link:focus, .main_nav_sm .main_nav_child_link:hover {
        color: #3DC2CF;
    }

.main_nav_sm .main_nav_child_link_label {
    position: relative;
    display: inline-block;
}

    .main_nav_sm .main_nav_child_link_label:after {
        height: 2px;
        width: 0%;
        position: absolute;
        right: 0;
        bottom: -5px;
        left: 0;
        background-color: #A6C6E2;
        content: "";
        display: block;
        margin: 0 auto;
        opacity: 0;
        -webkit-transition: opacity 0.35s, width 0.35s;
        transition: opacity 0.35s, width 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: opacity, width;
    }

/* ==========================================================================
   Large
============================================================================= */
@media print {
    .main_nav_lg {
        display: none;
    }
}

.main_nav_lg .main_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_nav_lg .main_nav_item {
    position: static;
    display: inline-block;
}

@media screen and (min-width: 980px) {
    .main_nav_lg .main_nav_item {
        margin-top: 24px;
    }
}

@media screen and (min-width: 1220px) and (min-height: 850px) {
    .main_nav_lg .main_nav_item {
        margin-top: 40px;
    }
}

.main_nav_lg .main_nav_item.active .main_nav_link_label:after {
    width: 100%;
    background-color: #A6C6E2;
    background-image: none;
    opacity: 1;
}

.main_nav_lg .main_nav_item.focused .main_nav_link_label:before, .main_nav_lg .main_nav_item.focused .main_nav_link_label:after, .main_nav_lg .main_nav_item:focus .main_nav_link_label:before, .main_nav_lg .main_nav_item:focus .main_nav_link_label:after, .main_nav_lg .main_nav_item:hover .main_nav_link_label:before, .main_nav_lg .main_nav_item:hover .main_nav_link_label:after {
    opacity: 1;
}

.main_nav_lg .main_nav_item.focused .main_nav_link_label:before, .main_nav_lg .main_nav_item:focus .main_nav_link_label:before, .main_nav_lg .main_nav_item:hover .main_nav_link_label:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.main_nav_lg .main_nav_item.focused .main_nav_link_label:after, .main_nav_lg .main_nav_item:focus .main_nav_link_label:after, .main_nav_lg .main_nav_item:hover .main_nav_link_label:after {
    width: 100%;
    background-color: #3DC2CF;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background-image: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
}

.main_nav_lg .main_nav_item.focused .main_nav_children,
.main_nav_lg .main_nav_item.focused .main_nav_children_feature,
.main_nav_lg .main_nav_item.focused .main_nav_child_item, .main_nav_lg .main_nav_item:focus .main_nav_children,
.main_nav_lg .main_nav_item:focus .main_nav_children_feature,
.main_nav_lg .main_nav_item:focus .main_nav_child_item, .main_nav_lg .main_nav_item:hover .main_nav_children,
.main_nav_lg .main_nav_item:hover .main_nav_children_feature,
.main_nav_lg .main_nav_item:hover .main_nav_child_item {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main_nav_lg .main_nav_item.focused .main_nav_children_feature,
.main_nav_lg .main_nav_item.focused .main_nav_child_item, .main_nav_lg .main_nav_item:focus .main_nav_children_feature,
.main_nav_lg .main_nav_item:focus .main_nav_child_item, .main_nav_lg .main_nav_item:hover .main_nav_children_feature,
.main_nav_lg .main_nav_item:hover .main_nav_child_item {
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main_nav_lg .main_nav_item.focused .main_nav_children_feature, .main_nav_lg .main_nav_item:focus .main_nav_children_feature, .main_nav_lg .main_nav_item:hover .main_nav_children_feature {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(1), .main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(2), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(1), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(2), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(1), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(3), .main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(4), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(3), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(4), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(3), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(5), .main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(6), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(5), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(6), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(5), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(7), .main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(8), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(7), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(8), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(7), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(8) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(9), .main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(10), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(9), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(10), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(9), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(10) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(11), .main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(12), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(11), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(12), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(11), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(12) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(13), .main_nav_lg .main_nav_item.focused .main_nav_child_item:nth-child(14), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(13), .main_nav_lg .main_nav_item:focus .main_nav_child_item:nth-child(14), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(13), .main_nav_lg .main_nav_item:hover .main_nav_child_item:nth-child(14) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.main_nav_lg .main_nav_item:first-child .main_nav_link {
    padding-left: 0;
}

.main_nav_lg .main_nav_item:last-child .main_nav_link {
    padding-right: 0;
}

.main_nav_lg .main_nav_link {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #031927;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 3.14px;
    letter-spacing: 0.19625rem;
    padding: 10px 10px 34px;
    text-transform: uppercase;
}

@media screen and (min-width: 1220px) and (min-height: 850px) {
    .main_nav_lg .main_nav_link {
        font-size: 22px;
        font-size: 1.375rem;
        padding: 12px 10px 52px;
    }
}

.main_nav_lg .main_nav_link_label {
    position: relative;
    display: inline-block;
}

    .main_nav_lg .main_nav_link_label:before, .main_nav_lg .main_nav_link_label:after {
        position: absolute;
        right: 0;
        left: 0;
        content: "";
        display: block;
        margin: 0 auto;
        opacity: 0;
    }

    .main_nav_lg .main_nav_link_label:before {
        width: 0;
        height: 0;
        bottom: -10px;
        border-style: solid;
        border-width: 7px 4.5px 0 4.5px;
        border-color: #39BECF transparent transparent transparent;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: opacity, transform;
    }

    .main_nav_lg .main_nav_link_label:after {
        width: 0%;
        height: 3px;
        bottom: -7px;
        background-color: #3DC2CF;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
        background-image: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
        -webkit-transition: opacity 0.35s, width 0.35s;
        transition: opacity 0.35s, width 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: opacity, width;
    }

.main_nav_lg .main_nav_toggle {
    display: none;
}

.main_nav_lg .main_nav_children {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    color: #031927;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    visibility: hidden;
    will-change: opacity;
}

@media screen and (min-width: 1220px) and (min-height: 850px) {
    .main_nav_lg .main_nav_children {
        padding: 50px 0;
    }
}

.main_nav_lg .main_nav_children_inner {
    width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

@media screen and (min-width: 1220px) {
    .main_nav_lg .main_nav_children_inner {
        width: 1175px;
    }
}

.main_nav_lg .main_nav_children_feature {
    width: 45%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
    transition: opacity 0.4s, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
    will-change: opacity, transform;
}

    .main_nav_lg .main_nav_children_feature .lockup {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0 10px;
    }

    .main_nav_lg .main_nav_children_feature .lockup_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main_nav_lg .main_nav_children_feature .label {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 600;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.33333;
    }

@media screen and (min-width: 740px) {
    .main_nav_lg .main_nav_children_feature .label {
        font-size: 32px;
        font-size: 2rem;
    }
}

.main_nav_lg .main_nav_children_feature .icon {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 2px #169CD6;
    box-shadow: inset 0 0 0 2px #169CD6;
    border-radius: 50%;
    display: block;
    margin-left: 15px;
    overflow: hidden;
}

    .main_nav_lg .main_nav_children_feature .icon:before {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
        border-radius: 50%;
        content: "";
        display: block;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

.main_nav_lg .main_nav_children_feature .symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    fill: #fff;
}

.main_nav_lg .main_nav_children_feature .symbol_arrow_right {
    width: 17px;
    height: 11px;
}

.main_nav_lg .main_nav_children_feature_link {
    position: relative;
    background-color: #000;
    color: #fff;
    display: block;
    margin-right: 80px;
}

@media screen and (min-width: 1220px) {
    .main_nav_lg .main_nav_children_feature_link {
        margin-right: 100px;
    }
}

.main_nav_lg .main_nav_children_feature_link:focus .main_nav_figure, .main_nav_lg .main_nav_children_feature_link:hover .main_nav_figure {
    opacity: 0.25;
}

.main_nav_lg .main_nav_children_feature_link:focus .icon:before, .main_nav_lg .main_nav_children_feature_link:hover .icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.main_nav_lg .main_nav_figure {
    display: block;
    opacity: 0.5;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    will-change: opacity;
}

    .main_nav_lg .main_nav_figure picture {
        display: block;
    }

    .main_nav_lg .main_nav_figure img {
        display: block;
        width: 100%;
    }

.main_nav_lg .main_nav_children_items {
    width: 55%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .main_nav_lg .main_nav_children_items:before, .main_nav_lg .main_nav_children_items:after {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #9BBEDF;
        content: "";
        display: block;
    }

    .main_nav_lg .main_nav_children_items:after {
        left: 50%;
    }

.main_nav_lg .main_nav_children_items_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.main_nav_lg .main_nav_child_item {
    width: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s, -webkit-transform 0.25s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
    will-change: opacity, transform;
}

    .main_nav_lg .main_nav_child_item.active {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 600;
    }

        .main_nav_lg .main_nav_child_item.active .main_nav_child_link_label:after {
            width: 100%;
            opacity: 1;
        }

.main_nav_lg .main_nav_child_link {
    color: inherit;
    padding: 14px;
}

@media screen and (min-width: 1220px) {
    .main_nav_lg .main_nav_child_link {
        padding: 20px 22px;
    }
}

.main_nav_lg .main_nav_child_link:focus .main_nav_child_link_label:after, .main_nav_lg .main_nav_child_link:hover .main_nav_child_link_label:after {
    width: 100%;
    opacity: 1;
}

.main_nav_lg .main_nav_child_link_label {
    position: relative;
    display: inline-block;
}

    .main_nav_lg .main_nav_child_link_label:after {
        height: 2px;
        width: 0%;
        position: absolute;
        right: 0;
        bottom: -5px;
        left: 0;
        background-color: #A6C6E2;
        content: "";
        display: block;
        margin: 0 auto;
        opacity: 0;
        -webkit-transition: opacity 0.35s, width 0.35s;
        transition: opacity 0.35s, width 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: opacity, width;
    }

/* ==========================================================================
   Nav Logo
============================================================================= */
.main_nav_sm .nav_logo {
    display: none;
}

.nav_logo_link {
    display: block;
    padding: 20px;
}

@media screen and (min-width: 1220px) and (min-height: 850px) {
    .nav_logo_link {
        padding: 33px 45px;
    }
}

.nav_logo_link .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .nav_logo_link .label.focusable:active, .nav_logo_link .label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.nav_logo_link .icon {
    width: 60px;
    height: 50px;
    display: block;
}

@media screen and (min-width: 1220px) and (min-height: 850px) {
    .nav_logo_link .icon {
        width: 80px;
        height: 65px;
    }
}

.nav_logo_link .symbol {
    max-width: 100%;
    max-height: 100%;
}

/* ==========================================================================
	Secondary Navigation Common
============================================================================= */
.secondary_nav_title {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .secondary_nav_title.focusable:active, .secondary_nav_title.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.secondary_nav_link {
    display: block;
}

/* Large
============================================================================= */
@media screen and (max-width: 979px) {
    .secondary_nav_lg {
        display: none;
    }
}

.secondary_nav_lg .secondary_nav_list {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
}

@media screen and (min-width: 1220px) {
    .secondary_nav_lg .secondary_nav_list {
        font-size: 16px;
        font-size: 1rem;
    }
}

.secondary_nav_lg .secondary_nav_item {
    display: inline-block;
}

    .secondary_nav_lg .secondary_nav_item:first-child .secondary_nav_link {
        padding-left: 0;
    }

    .secondary_nav_lg .secondary_nav_item:focus .secondary_nav_children,
    .secondary_nav_lg .secondary_nav_item:hover .secondary_nav_children {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

.secondary_nav_lg .secondary_nav_link {
    color: inherit;
    padding: 18px 20px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 1220px) {
    .secondary_nav_lg .secondary_nav_link {
        padding: 20px;
    }
}

.secondary_nav_lg .secondary_nav_link:focus, .secondary_nav_lg .secondary_nav_link:hover {
    color: #3DC2CF;
}

.secondary_nav_lg .secondary_nav_children {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    position: absolute;
    background-color: #031927;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    opacity: 0;
    line-height: 1.3;
    margin-left: -20px;
    padding: 12px 0 25px;
    pointer-events: none;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
    visibility: hidden;
}

.secondary_nav_lg .secondary_nav_child_link {
    color: inherit;
    display: block;
    padding: 8px 30px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .secondary_nav_lg .secondary_nav_child_link:focus, .secondary_nav_lg .secondary_nav_child_link:hover {
        color: #3DC2CF;
    }

/* Small
============================================================================= */
.secondary_nav_sm {
    padding-right: calc(20px + 1.04166667%);
    padding-left: calc(20px + 1.04166667%);
    padding-top: 18px;
    padding-bottom: 18px;
}

@media screen and (min-width: 740px) {
    .secondary_nav_sm {
        padding-right: calc((100% - 720px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 980px) {
    .secondary_nav_sm {
        padding-right: calc((100% - 960px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 1220px) {
    .secondary_nav_sm {
        padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 740px) {
    .secondary_nav_sm {
        padding-left: calc((100% - 720px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 980px) {
    .secondary_nav_sm {
        padding-left: calc((100% - 960px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 1220px) {
    .secondary_nav_sm {
        padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
    }
}

@media screen and (min-width: 980px) {
    .secondary_nav_sm {
        display: none;
    }
}

.secondary_nav_sm .secondary_nav_list {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
}

.secondary_nav_sm .secondary_nav_item.search {
    display: none;
}

.secondary_nav_sm .secondary_nav_link {
    color: #031927;
    padding: 10px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .secondary_nav_sm .secondary_nav_link:focus, .secondary_nav_sm .secondary_nav_link:hover {
        color: #1F6EB7;
    }

.secondary_nav_sm .secondary_nav_children {
    display: none;
}

/* ==========================================================================
   Search
============================================================================= */
.secondary_nav_sm .secondary_nav_item.search {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 0;
}

.secondary_nav_sm .site_search_handle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #031927;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .secondary_nav_sm .site_search_handle .label {
        display: inline-block;
    }

    .secondary_nav_sm .site_search_handle .icon {
        display: inline-block;
    }

    .secondary_nav_sm .site_search_handle .symbol {
        width: 14px;
        height: 14px;
        fill: #1F6EB7;
        margin-left: 8px;
        stroke: #1F6EB7;
    }

    .secondary_nav_sm .site_search_handle:focus, .secondary_nav_sm .site_search_handle:hover {
        color: #1F6EB7;
    }

.secondary_nav_lg .site_search_handle {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 16px;
}

    .secondary_nav_lg .site_search_handle .label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .secondary_nav_lg .site_search_handle .label.focusable:active, .secondary_nav_lg .site_search_handle .label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .secondary_nav_lg .site_search_handle .icon {
        display: block;
    }

    .secondary_nav_lg .site_search_handle .symbol {
        width: 17px;
        height: 17px;
        fill: #fff;
        stroke: #fff;
        -webkit-transition: fill 0.25s, stroke 0.25s;
        transition: fill 0.25s, stroke 0.25s;
    }

    .secondary_nav_lg .site_search_handle:focus .symbol, .secondary_nav_lg .site_search_handle:hover .symbol {
        fill: #3DC2CF;
        stroke: #3DC2CF;
    }

/* ==========================================================================
	Social Navigation
============================================================================= */
.social_nav {
    margin: 10px 0;
}

.social_nav_title {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .social_nav_title.focusable:active, .social_nav_title.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.social_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 740px) {
    .social_nav_list {
        margin-left: 15px;
    }
}

@media screen and (min-width: 1220px) {
    .social_nav_list {
        margin-left: 30px;
    }
}

.social_nav_list .symbol_social_facebook {
    width: 6px;
    height: 11px;
}

@media screen and (min-width: 980px) {
    .social_nav_list .symbol_social_facebook {
        width: 8px;
        height: 14px;
    }
}

.social_nav_list .symbol_social_twitter {
    width: 11px;
    height: 8px;
}

@media screen and (min-width: 980px) {
    .social_nav_list .symbol_social_twitter {
        width: 13px;
        height: 10px;
    }
}

.social_nav_list .symbol_social_linkedin {
    width: 11px;
    height: 10px;
}

@media screen and (min-width: 980px) {
    .social_nav_list .symbol_social_linkedin {
        width: 13px;
        height: 12px;
    }
}

.social_nav_list .symbol_social_youtube {
    width: 11px;
    height: 8px;
}

@media screen and (min-width: 980px) {
    .social_nav_list .symbol_social_youtube {
        width: 14px;
        height: 10px;
    }
}

.social_nav_item {
    display: inline-block;
    margin: 0 5px;
}

@media screen and (min-width: 980px) {
    .social_nav_item {
        margin: 0 8px;
    }
}

.social_nav_item:nth-child(4n + 1) .social_nav_link {
    background-color: #1F6EB7;
}

.social_nav_item:nth-child(4n + 2) .social_nav_link {
    background-color: #179CD6;
}

.social_nav_item:nth-child(4n + 3) .social_nav_link {
    background-color: #3DC2CF;
}

.social_nav_item:nth-child(4n + 4) .social_nav_link {
    background-color: #3DBC95;
}

@media screen and (min-width: 740px) {
    .social_nav_item:last-child {
        margin-right: 0;
    }
}

.social_nav_link {
    position: relative;
    width: 24px;
    height: 24px;
    background-color: #1F6EB7;
    border-radius: 50%;
    color: #fff;
    display: block;
    -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
    transition: background-color 0.25s, -webkit-transform 0.25s;
    transition: background-color 0.25s, transform 0.25s;
    transition: background-color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

@media screen and (min-width: 980px) {
    .social_nav_link {
        width: 30px;
        height: 30px;
    }
}

.social_nav_link:focus, .social_nav_link:hover {
    background-color: #67757D !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.social_nav_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

    .social_nav_icon .symbol {
        fill: #fff;
        -webkit-transition: fill 0.25s;
        transition: fill 0.25s;
    }

.social_nav_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .social_nav_label.focusable:active, .social_nav_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

/* ==========================================================================
	Sub Navigation
============================================================================= */
.sub_nav_title {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .sub_nav_title.focusable:active, .sub_nav_title.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.sub_nav_handle_wrapper {
    position: relative;
}

@media print {
    .sub_nav_handle_wrapper {
        display: none;
    }
}

.sub_nav_handle {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
    padding-right: 40px;
    text-align: left;
}

    .sub_nav_handle .label {
        display: inline-block;
        vertical-align: middle;
    }

    .sub_nav_handle .icon {
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (min-width: 980px) {
    .sub_nav_handle {
        display: none;
    }
}

.sub_nav_handle_icon {
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-whatinput="mouse"] .sub_nav_list:focus,
[data-whatinput="touch"] .sub_nav_list:focus {
    outline: none;
}

.sub_nav_link {
    display: block;
}

/* ==========================================================================
	Takeover
============================================================================= */
.takeover_block {
    width: 100%;
    height: 100%;
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    z-index: 5;
    background-color: #fff;
    color: #031927;
    display: none;
    overflow: auto;
    padding: 128px 0 100px;
    pointer-events: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 980px) {
    .js .takeover_block {
        display: block;
    }
}

.main_nav_over .main_nav_item {
    margin-bottom: 60px;
}

.main_nav_over .main_nav_item_wrapper {
    display: none;
}

.main_nav_over .main_nav_children_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main_nav_over .main_nav_children_feature {
    width: 45%;
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
    transition: opacity 0.4s, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
}

.main_nav_over .main_nav_children_feature_link {
    position: relative;
    background-color: #000;
    color: #fff;
    display: block;
    margin-right: 80px;
}

@media screen and (min-width: 1220px) {
    .main_nav_over .main_nav_children_feature_link {
        margin-right: 100px;
    }
}

.main_nav_over .main_nav_children_feature_link .lockup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 10px;
}

.main_nav_over .main_nav_children_feature_link .lockup_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main_nav_over .main_nav_children_feature_link .label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.33333;
}

@media screen and (min-width: 740px) {
    .main_nav_over .main_nav_children_feature_link .label {
        font-size: 32px;
        font-size: 2rem;
    }
}

.main_nav_over .main_nav_children_feature_link .icon {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #169CD6;
    box-shadow: inset 0 0 0 2px #169CD6;
    display: block;
    margin-left: 15px;
    overflow: hidden;
}

    .main_nav_over .main_nav_children_feature_link .icon:before {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
        border-radius: 50%;
        content: "";
        display: block;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

.main_nav_over .main_nav_children_feature_link .symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    fill: #fff;
}

.main_nav_over .main_nav_children_feature_link .symbol_arrow_right {
    width: 17px;
    height: 11px;
}

.main_nav_over .main_nav_children_feature_link:focus .main_nav_figure, .main_nav_over .main_nav_children_feature_link:hover .main_nav_figure {
    opacity: 0.25;
}

.main_nav_over .main_nav_children_feature_link:focus .icon:before, .main_nav_over .main_nav_children_feature_link:hover .icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.main_nav_over .main_nav_figure {
    display: block;
    opacity: 0.5;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

    .main_nav_over .main_nav_figure picture {
        display: block;
    }

    .main_nav_over .main_nav_figure img {
        display: block;
        width: 100%;
    }

.main_nav_over .main_nav_children_items {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    width: 55%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #031927;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
}

    .main_nav_over .main_nav_children_items:before, .main_nav_over .main_nav_children_items:after {
        width: 1px;
        height: 0%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #9BBEDF;
        content: "";
        display: block;
        -webkit-transition: height 0.4s;
        transition: height 0.4s;
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .main_nav_over .main_nav_children_items:after {
        left: 50%;
    }

.main_nav_over .main_nav_children_items_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_nav_over .main_nav_child_item {
    width: 50%;
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
    transition: opacity 0.4s, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
}

.main_nav_over .main_nav_child_link {
    color: inherit;
    display: block;
    padding: 14px;
}

@media screen and (min-width: 1220px) {
    .main_nav_over .main_nav_child_link {
        padding: 20px 22px;
    }
}

.main_nav_over .main_nav_child_link:focus .main_nav_child_link_label:after, .main_nav_over .main_nav_child_link:hover .main_nav_child_link_label:after {
    width: 100%;
    opacity: 1;
}

.main_nav_over .main_nav_child_link_label {
    position: relative;
    display: inline-block;
}

    .main_nav_over .main_nav_child_link_label:after {
        height: 2px;
        width: 0%;
        position: absolute;
        right: 0;
        bottom: -5px;
        left: 0;
        background-color: #A6C6E2;
        content: "";
        display: block;
        margin: 0 auto;
        opacity: 0;
        -webkit-transition: opacity 0.35s, width 0.35s;
        transition: opacity 0.35s, width 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: opacity, width;
    }

.main_nav_over .nav_logo {
    display: none;
}

/* ==========================================================================
   Expose Takeover
============================================================================= */
@media screen and (min-width: 980px) {
    html.takeover_lock,
    body.takeover_lock {
        overflow: hidden !important;
    }
}

@media screen and (min-width: 980px) {
    .takeover_lock .takeover_block {
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.takeover_lock .main_nav_children_feature {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

.takeover_lock .main_nav_children_items:before, .takeover_lock .main_nav_children_items:after {
    height: 100%;
}

.takeover_lock .main_nav_child_item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

.takeover_lock .main_nav_item:nth-child(1) .main_nav_children_feature,
.takeover_lock .main_nav_item:nth-child(1) .main_nav_children_items:before,
.takeover_lock .main_nav_item:nth-child(1) .main_nav_children_items:after {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.takeover_lock .main_nav_item:nth-child(1) .main_nav_child_item:nth-child(odd) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.takeover_lock .main_nav_item:nth-child(1) .main_nav_child_item:nth-child(even) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.takeover_lock .main_nav_item:nth-child(2) .main_nav_children_feature,
.takeover_lock .main_nav_item:nth-child(2) .main_nav_children_items:before,
.takeover_lock .main_nav_item:nth-child(2) .main_nav_children_items:after {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.takeover_lock .main_nav_item:nth-child(2) .main_nav_child_item:nth-child(odd) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.takeover_lock .main_nav_item:nth-child(2) .main_nav_child_item:nth-child(even) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.takeover_lock .main_nav_item:nth-child(4) .main_nav_children_feature,
.takeover_lock .main_nav_item:nth-child(4) .main_nav_children_items:before,
.takeover_lock .main_nav_item:nth-child(4) .main_nav_children_items:after {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.takeover_lock .main_nav_item:nth-child(4) .main_nav_child_item:nth-child(odd) {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.takeover_lock .main_nav_item:nth-child(4) .main_nav_child_item:nth-child(even) {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.takeover_lock .main_nav_item:nth-child(5) .main_nav_children_feature,
.takeover_lock .main_nav_item:nth-child(5) .main_nav_children_items:before,
.takeover_lock .main_nav_item:nth-child(5) .main_nav_children_items:after {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.takeover_lock .main_nav_item:nth-child(5) .main_nav_child_item:nth-child(odd) {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.takeover_lock .main_nav_item:nth-child(5) .main_nav_child_item:nth-child(even) {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

/* ==========================================================================
	News Media Top
============================================================================= */
/**
 * Inherits styles from Media Top component
 */
.media_block_news .media_publisher {
    display: none;
}

@media screen and (min-width: 740px) {
    .media_block_news.no_media {
        margin-bottom: 10px;
    }
}

.media_block_news.no_media .media_media {
    background-color: transparent;
    color: #031927;
}

@media screen and (min-width: 500px) {
    .media_block_news.no_media .media_media {
        display: block;
    }
}

.media_block_news.no_media .media_container {
    background: none;
    padding: 0;
}

@media screen and (min-width: 500px) {
    .media_block_news.no_media .media_container {
        min-height: inherit;
    }
}

.media_block_news.no_media .media_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (min-width: 740px) {
    .media_block_news.no_media .media_title {
        margin-top: 40px;
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 980px) {
    .media_block_news.no_media .media_title {
        margin-top: 80px;
        margin-bottom: 22px;
    }
}

@media screen and (min-width: 740px) {
    .media_block_news.no_media .media_body {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 980px) {
    .media_block_news.no_media .media_body {
        margin-bottom: 60px;
    }
}

.media_block_news.no_media .media_link {
    background-color: #EBEBEC;
}

    .media_block_news.no_media .media_link:focus, .media_block_news.no_media .media_link:hover {
        background-color: #3DBC95;
    }

.media_meta {
    position: relative;
    margin: -35px 0 5px;
}

@media print {
    .media_meta {
        margin: 0 0 30px;
    }
}

@media screen and (min-width: 740px) {
    .media_meta {
        margin: 0 0 -40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.no_media .media_meta {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 740px) {
    .no_media .media_meta {
        -webkit-transform: none;
        transform: none;
    }
}

.media_meta_wrap {
    background-color: #031927;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 20px;
}
.media_meta_wrap.media_meta_wrap_new {
    background-color: #031927;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0px;
}

@media print {
    .media_meta_wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
}

@media screen and (min-width: 740px) {
    .media_meta_wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px;
    }
}
@media screen and (min-width: 740px) {
    .media_meta_wrap.media_meta_wrap_new {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0px;
    }
}

@media screen and (min-width: 980px) {
    .media_meta_wrap {
        padding: 32px 80px;
    }
}
@media screen and (min-width: 980px) {
    .media_meta_wrap.media_meta_wrap_new {
        padding: 32px 80px 0px;
    }
}
@media screen and (min-width: 1220px) {
    .media_meta_wrap.media_meta_wrap_new {
        padding-right: 100px;
        padding-left: 100px;
    }
}
@media screen and (min-width: 1220px) {
    .media_meta_wrap {
        padding-right: 100px;
        padding-left: 100px;
    }
}

.no_media .media_meta_wrap {
    background-color: #ECEFF2;
    color: #031927;
}

.media_meta_set {
    padding: 20px 0;
}

@media screen and (min-width: 500px) {
    .media_meta_set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media print, screen and (min-width: 740px) {
    .media_meta_set {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }
}

@media screen and (max-width: 739px) {
    .media_meta_set:first-child {
        border-bottom: 1px solid #179CD6;
    }
}

@media print, screen and (min-width: 740px) {
    .media_meta_set:first-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media print, screen and (min-width: 740px) {
    .media_meta_set.media_meta_set_new:first-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 0.125;
    }
}
.media_meta_type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 499px) {
    .media_meta_type {
        margin-bottom: 12px;
    }
}

@media print, screen and (min-width: 740px) {
    .media_meta_type {
        /*margin-right: 30px;*/
        padding: 2px 0;
    }
}

.media_meta_type .icon {
    margin-right: 10px;
}

.media_meta_type .symbol {
    width: 16px;
    height: 16px;
}

.media_meta_type .label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 2.33px;
    letter-spacing: 0.14563rem;
    text-transform: uppercase;
}

.no_media .media_meta_type .symbol {
    color: #1F6EB7;
}

.media_meta_category {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #63CED8;
    letter-spacing: 2.33px;
    letter-spacing: 0.14563rem;
    text-transform: uppercase;
}

@media print, screen and (min-width: 740px) {
    .media_meta_category {
        /*padding: 2px 0;*/
        padding: 2px 0 2px 16px;
    }
}

.no_media .media_meta_category {
    color: #031927;
}

.media_meta_publisher {
    display: none;
}

.media_meta_author {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 2.33px;
    letter-spacing: 0.14563rem;
    text-transform: uppercase;
}

@media screen and (max-width: 499px) {
    .media_meta_author {
        margin-bottom: 12px;
    }
}

@media print, screen and (min-width: 740px) {
    .media_meta_author, .media_meta_type {
        border-right: 1px solid #179CD6;
        padding: 2px 16px 2px 0;
    }
}

.media_meta_date {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
}

@media print, screen and (min-width: 740px) {
    .media_meta_date {
        padding: 2px 0 2px 16px;
    }
}

/* ==========================================================================
	Directory
============================================================================= */
/* ==========================================================================
   Filter
============================================================================= */
.directory_controls {
    display: none;
}

@media print {
    .directory_controls {
        display: none;
    }
}

@media print {
    .directory_controls {
        display: none !important;
    }
}

.js .directory_controls {
    display: block;
}

@media screen and (min-width: 740px) {
    .js .directory_controls {
        position: relative;
    }
}

@media screen and (min-width: 980px) {
    .js .directory_controls {
        min-width: 320px;
    }
}

@media screen and (min-width: 1220px) {
    .js .directory_controls {
        min-width: 360px;
    }
}

.directory_controls_trigger {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    width: 100%;
    background-color: #EBEBEC;
    color: #4D4D4D;
    display: block;
    margin: 10px 0;
    text-align: left;
    margin: 10px 0 -25px 0;
}

@media screen and (min-width: 740px) {
    .directory_controls_trigger {
        margin: 0;
    }
}

.no-js .directory_controls_trigger {
    display: none;
}

.directory_controls_trigger .label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
}

@media screen and (min-width: 740px) {
    .directory_controls_trigger .label {
        padding-right: 40px;
    }
}

.directory_controls_trigger .symbol {
    fill: #000;
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

.directory_controls_trigger .symbol_filter_search {
    width: 24px;
    height: 13px;
}

.directory_controls_trigger:focus, .directory_controls_trigger:hover {
    background-color: #3DBC95;
    color: #fff;
}

    .directory_controls_trigger:focus .symbol, .directory_controls_trigger:hover .symbol {
        fill: #fff;
    }

@media screen and (min-width: 740px) {
    .directory_controls_trigger {
        margin-bottom: -25px;
    }
}

@media screen and (min-width: 980px) {
    .directory_controls_trigger {
        margin-bottom: 25px;
    }
}

.directory_controls_trigger_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.directory_controls_panel {
    background-color: #031823;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    color: #fff;
    padding: 24px;
}

@media screen and (min-width: 740px) {
    .directory_controls_panel {
        padding: 44px;
    }
}

.js .directory_controls_panel {
    width: 100%;
    height: 100%;
    height: calc(100vh + 60px);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 8;
    border-radius: 0;
    opacity: 0;
    overflow: auto;
    padding: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 740px) {
    .js .directory_controls_panel {
        height: auto;
        position: absolute;
        z-index: 3;
        border-radius: 3px;
    }
}

.js .directory_controls.js-toggle-active .directory_controls_panel {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.js .directory_controls_panel_inner {
    position: relative;
    padding: 24px 24px 100px 24px;
}

@media screen and (min-width: 740px) {
    .js .directory_controls_panel_inner {
        padding: 44px;
    }
}

.directory_controls_close {
    position: absolute;
    top: 24px;
    right: 24px;
}

.no-js .directory_controls_close {
    display: none;
}

.directory_controls_close .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .directory_controls_close .label.focusable:active, .directory_controls_close .label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.directory_controls_close .symbol {
    fill: #3DC2CF;
}

.directory_controls_close .symbol_close {
    width: 18px;
    height: 18px;
}

.directory_controls_form {
    max-width: 450px;
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .directory_controls_form {
        margin-right: auto;
        margin-left: auto;
    }
}

.directory_controls_legend {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin-bottom: 20px;
}

.directory_controls_set {
    margin-bottom: 30px;
}

.directory_search {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.directory_search_fields {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background-image: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    border-radius: 3px;
    overflow: hidden;
    padding: 2px;
}

.directory_search_set {
    background-color: #fff;
    border-radius: 3px;
}

.directory_search_set_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.directory_search_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .directory_search_label.focusable:active, .directory_search_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.directory_search_input {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    background-color: transparent;
    border-width: 0;
    color: #031927;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 10px 0 10px 18px;
}

[data-whatinput="mouse"] .directory_search_input:focus,
[data-whatinput="touch"] .directory_search_input:focus {
    outline: none;
}

.directory_search_input::-webkit-input-placeholder {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.directory_search_input:-ms-input-placeholder {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.directory_search_input::-ms-input-placeholder {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.directory_search_input::placeholder {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.directory_search_input[placeholder] {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.directory_search_button {
    padding: 0 20px;
}

    .directory_search_button .label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .directory_search_button .label.focusable:active, .directory_search_button .label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .directory_search_button .symbol {
        fill: #3DC2CF;
        stroke: #3DC2CF;
        -webkit-transition: fill 0.25s, stroke 0.25s;
        transition: fill 0.25s, stroke 0.25s;
    }

    .directory_search_button .symbol_search {
        width: 18px;
        height: 18px;
    }

    .directory_search_button:focus .symbol, .directory_search_button:hover .symbol {
        fill: #031927;
        stroke: #031927;
    }

.directory_filters_submit {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 20px;
    text-align: left;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
}

    .directory_filters_submit:focus, .directory_filters_submit:hover {
        background-color: #3DBC95;
        border-color: #3DBC95;
        color: #fff;
    }

/* ==========================================================================
	Media Top
============================================================================= */
.media_block {
    position: relative;
}

.media_media {
    position: relative;
    background: #000;
    color: #fff;
}

@media screen and (min-width: 500px) {
    .media_media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.media_backgrounds {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.media_background_fallback {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
    .media_background_fallback {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

.media_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.media_container.noOverlay {
    background: none;
}
    .media_container {
    background-color: rgba(3, 25, 39, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 25, 39, 0)), to(rgba(3, 25, 39, 0.8)));
    background: linear-gradient(to bottom, rgba(3, 25, 39, 0), rgba(3, 25, 39, 0.8));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=0)";
    position: relative;
    padding: 80px 0 30px;
}

@media print {
    .media_container {
        padding: 0;
    }
}

@media screen and (min-width: 500px) {
    .media_container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (min-width: 740px) {
    .media_container {
        padding: 4em 0 7em;
    }
}
@media screen and (max-width: 500px) {
    .media_container.noOverlay {
        min-height: 275px;
    }
}
@media screen and (min-width: 500px) {
    .media_container {
        min-height: 320px;
    }
}

@media screen and (min-width: 740px) {
    .media_container {
        min-height: 420px;
    }
}

@media screen and (min-width: 980px) {
    .media_container {
        min-height: 525px;
    }
}

@media screen and (min-width: 1220px) {
    .media_container {
        min-height: 620px;
    }
}

.media_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
    margin: 12px 0;
    font-weight: 400;
}
.media_title_new{
    font-weight:600;
}

@media screen and (min-width: 740px) {
    .media_title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}
@media screen and (min-width: 740px)  {
    .media_title_new {
        font-size: 2.65rem;
        font-weight:600;
    }
}

.media_description {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.57143;
    margin: 12px 0 20px;
}

@media screen and (min-width: 740px) {
    .media_description {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.media_description p {
    margin: 0;
}

.media_links {
    margin: 20px 0;
}

@media print {
    .media_links {
        display: none;
    }
}

.media_link {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    background-color: #fff;
    color: #444;
    margin-bottom: 0;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

    .media_link .label {
        display: inline-block;
        vertical-align: middle;
    }

    .media_link .icon {
        display: inline-block;
        vertical-align: middle;
    }

    .media_link .label {
        display: inline-block;
        vertical-align: middle;
    }

    .media_link .icon {
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (min-width: 320px) {
    .media_link {
        display: inline-block;
        margin-right: 8px;
        text-align: left;
    }
}

.media_link .icon {
    margin-left: 8px;
}

.media_link .symbol_arrow_right {
    width: 16px;
    height: 10px;
    fill: url(#arrowGradient);
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

.media_link:focus, .media_link:hover {
    background-color: #3DBC95;
    color: #fff;
}

    .media_link:focus .symbol_arrow_right, .media_link:hover .symbol_arrow_right {
        fill: #fff;
    }

.media_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ==========================================================================
   Directory
============================================================================= */
@media screen and (max-width: 979px) {
    .directory_media_block {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 499px) {
    .directory_media_block .media_container {
        padding-top: 100px;
    }
}

@media screen and (max-width: 979px) {
    .directory_media_block .media_container {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 980px) {
    .directory_media_block .media_content {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 980px) {
    .directory_media_block .media_header {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

/* ==========================================================================
   Loaded Animation
============================================================================= */
.js .has_media .media_background {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.js .has_media .media_title,
.js .has_media .media_description,
.js .has_media .media_links {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: hidden;
}

.js .media_block.has_media.loaded .media_background {
    opacity: 1;
}

.js .media_block.has_media.loaded .media_title,
.js .media_block.has_media.loaded .media_description,
.js .media_block.has_media.loaded .media_links {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    -webkit-transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, visibility 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s, visibility 0.6s;
    transition: opacity 0.6s, transform 0.6s, visibility 0.6s, -webkit-transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js .media_block.has_media.loaded .media_title {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.js .media_block.has_media.loaded .media_description {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.js .media_block.has_media.loaded .media_links {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.case_focus {
    position: relative;
    background: #ECEFF2;
    padding: 40px 0 0;
}
.case_focus_top_intro .case_focus_background {
    display: none;
}

.case_focus_top_intro .case_focus_inner {
    align-items: normal;
    padding-top: 3rem;
}

.case_focus_top_intro .fs-lg-4 {
    width: 97.91666667% !important;
    flex: 0 0 97.91666667% !important;
}

.case_focus_top_intro .case_focus_media_background {
}


@media screen and (min-width: 980px) {
    .case_focus {
        position: relative;
        height: 900px;
        overflow: hidden;
        padding: 0;
    }
}

@media screen and (min-width: 980px) {
    .no-js .case_focus {
        height: auto;
    }
}

@media screen and (min-width: 980px) {
    .case_focus_inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.case_focus_media {
    overflow: hidden;
}

@media screen and (max-width: 979px) {
    .case_focus_media {
        position: relative;
        padding: 40px 0;
    }
}

@media screen and (max-width: 979px) {
    .case_focus_media_background {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.case_focus_media_background:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
}

.no-js .case_focus_media_background {
    display: none;
}

.case_focus_intro {
    margin-bottom: 30px;
}

@media screen and (min-width: 740px) {
    .case_focus_intro {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .case_focus_intro {
        margin-bottom: 0;
        padding-left:100px;
    }
}

.case_focus_intro_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
    color: #143862;
    margin: 0 0 10px;
}

@media screen and (min-width: 740px) {
    .case_focus_intro_title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media screen and (min-width: 980px) {
    .case_focus_intro_title {
        margin-bottom: 20px;
    }
}

.case_focus_intro_copy {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.57143;
    margin: 10px 0;
}

@media screen and (min-width: 740px) {
    .case_focus_intro_copy {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 740px) {
    .case_focus_intro_copy {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.83333em;
    }
}

@media screen and (min-width: 980px) {
    .case_focus_intro_copy {
        margin: 20px 0;
    }
}

.case_focus_background {
    display: none;
}

@media screen and (min-width: 980px) {
    .case_focus_background {
        width: 55%;
        height: 100%;
        position: absolute;
        left: 45%;
        right: 0;
        display: block;
        z-index: 0;
    }

        .case_focus_background:after {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            background: rgba(0, 0, 0, 0.4);
            display: block;
        }
}

.no-js .case_focus_background {
    display: none;
}

.case_focus_background_figure {
    width: 100%;
    height: 100%;
}

.case_focus_background_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.case_focus_background_image {
    min-width: 100%;
    min-height: 100%;
}

@media screen and (min-width: 980px) {
    .case_focus_top_intro.case_focus {
        height: 1200px;
    }

    .case_focus_top_intro .case_focus_carousel {
        top: 60%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: inherit;
        width: 100%;
        margin: 0 0 0 2em;
        padding-left:100px;
    }

    .case_focus_carousel {
        width: 55%;
        position: absolute;
        top: 50%;
        left: 45%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
    }
}

@media screen and (min-width: 980px) {
    .no-js .case_focus_carousel {
        width: auto;
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 740px) {
    .no-js .case_focus_viewport {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.case_focus_viewport .fs-carousel-viewport {
    max-width: 390px;
}

@media print {
    .case_focus_viewport .fs-carousel-viewport {
        max-width: none;
    }
}

@media screen and (min-width: 740px) {
    .case_focus_viewport .fs-carousel-viewport {
        max-width: none;
    }
}

@media screen and (min-width: 980px) {
    .case_focus_viewport .fs-carousel-wrapper {
        overflow: hidden;
        padding-left: 75px;
    }

    .case_focus_viewport.base_pagination .fs-carousel-pagination.fs-carousel-visible {
        display: none;
    }
}

.case_focus_viewport .fs-carousel-canister {
    padding: 13px 0;
}

@media print {
    .case_focus_viewport .fs-carousel-canister {
        width: auto !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

.case_focus_viewport.base_controls .fs-carousel-controls {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 979px) {
    .case_focus_viewport.base_controls .fs-carousel-controls {
        display: none;
    }
}

.case_focus_item {
    max-width: 390px;
    margin-right: 25px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 980px) {
    .case_focus_item {
        width: 390px !important;
    }
}

@media print {
    .case_focus_item {
        width: 48% !important;
        width: calc(50% - 10px) !important;
        margin-right: 0 !important;
    }
}

.case_focus_item:last-child {
    margin-right: 0;
}

@media screen and (min-width: 1220px) {
    .case_focus_item {
        width: 390px;
    }
}

@media screen and (min-width: 980px) {
    .case_focus_item.fs-carousel-item_previous {
        -webkit-transform: translate3d(-75px, 0, 0);
        transform: translate3d(-75px, 0, 0);
    }
}

.no-js .case_focus_item {
    max-width: 390px;
    margin: 20px auto;
}

@media screen and (min-width: 740px) {
    .no-js .case_focus_item {
        width: 48%;
        width: calc(50% - 10px);
        margin: 0 0 20px;
    }
}

@media print {
    .case_focus_item:nth-child(odd) {
        margin-right: 20px !important;
    }
}

@media screen and (min-width: 740px) {
    .no-js .case_focus_item:nth-child(odd) {
        margin-right: 20px;
    }
}

.case_focus_item_inner {
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.case_focus_item_picture {
    display: block;
}

.case_focus_item_image {
    height: auto;
    width: 100%;
}

.case_focus_item_content {
    padding: 0 20px 40px;
}

@media screen and (min-width: 500px) and (max-width: 739px), screen and (min-width: 980px) {
    .case_focus_item_content {
        padding: 0 34px 52px;
    }
}

.case_focus_item_content p {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.88889;
    margin: 10px 0;
}

.case_focus_item_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #3EA0AA;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.35714;
    margin: 20px 0 10px;
}

@media screen and (min-width: 500px) and (max-width: 739px), screen and (min-width: 980px) {
    .case_focus_item_title {
        font-size: 28px;
        font-size: 1.75rem;
        margin: 40px 0 20px;
    }
}

.base_controls.base_controls_case_focus .fs-carousel-controls {
    left: -75px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ==========================================================================
   Checkpoint (reveal content on scroll)
============================================================================= */
.case_focus.fs-checkpoint-element .case_focus_media_background:after,
.case_focus.fs-checkpoint-element .case_focus_background:after {
    opacity: 0;
    visibility: hidden;
}

.case_focus.fs-checkpoint-element .case_focus_item_inner {
    opacity: 0;
    visibility: hidden;
}

.case_focus.fs-checkpoint-element .fs-carousel-controls,
.case_focus.fs-checkpoint-element .fs-carousel-pagination {
    opacity: 0;
    visibility: hidden;
}

.case_focus.fs-checkpoint-active .case_focus_media_background:after,
.case_focus.fs-checkpoint-active .case_focus_background:after {
    opacity: 1;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: visible;
}

.case_focus.fs-checkpoint-active .case_focus_item_inner {
    opacity: 1;
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
    transition: opacity 0.4s, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: visible;
}

.case_focus.fs-checkpoint-active .case_focus_item:nth-child(1n) .case_focus_item_inner {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.case_focus.fs-checkpoint-active .case_focus_item:nth-child(2n) .case_focus_item_inner {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.case_focus.fs-checkpoint-active .case_focus_item:nth-child(3n) .case_focus_item_inner {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.case_focus.fs-checkpoint-active .case_focus_item:nth-child(4n) .case_focus_item_inner {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.case_focus.fs-checkpoint-active .case_focus_item:nth-child(5n) .case_focus_item_inner {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.case_focus.fs-checkpoint-active .fs-carousel-controls,
.case_focus.fs-checkpoint-active .fs-carousel-pagination {
    opacity: 1;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: visible;
}

/* ==========================================================================
	Component
============================================================================= */
/* ==========================================================================
   Contact Information
============================================================================= */
.contact_info {
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgba(236, 239, 242, 0.3);
}

@media screen and (min-width: 740px) {
    .contact_info {
        padding-top: 50px;
    }
}

@media screen and (min-width: 980px) {
    .contact_info {
        padding-top: 60px;
    }
}

@media screen and (min-width: 740px) {
    .contact_info {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .contact_info {
        padding-bottom: 60px;
    }
}

.contact_info .social_nav_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0 0 -5px;
}

@media print {
    .contact_info .social_nav_list {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .contact_info .social_nav_list {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1220px) {
    .contact_info .social_nav_list {
        margin: 0 0 -5px;
    }
}

@media screen and (min-width: 740px) {
    .contact_info_item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.contact_info_item:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (min-width: 740px) {
    .contact_info_item:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 980px) {
    .contact_info_item:not(:last-child) {
        margin-bottom: 60px;
    }
}

.contact_info_item:only-child {
    margin-bottom: 0;
}

.contact_info_portrait {
    float: right;
    margin: 0 0 30px 20px;
}

@media screen and (min-width: 740px) {
    .contact_info_portrait {
        float: none;
        margin: 0 50px 0 0;
    }
}

.contact_info_figure {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
}

    .contact_info_figure picture {
        display: block;
    }

    .contact_info_figure img {
        display: block;
        width: 100%;
    }

@media screen and (min-width: 500px) {
    .contact_info_figure {
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 740px) {
    .contact_info_figure {
        width: 160px;
        height: 160px;
    }
}

@media screen and (min-width: 1220px) {
    .contact_info_name_info {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.contact_info_name_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
}

.contact_info_name {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 10px;
}

@media screen and (min-width: 740px) {
    .contact_info_name {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 739px) {
    .contact_info_name {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.contact_info_title {
    color: #1F6EB7;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.3px;
    letter-spacing: 0.14375rem;
    margin: 10px 0;
    text-transform: uppercase;
}

@media screen and (min-width: 1220px) {
    .contact_info_title {
        margin: 0 40px 0 0;
    }
}

.contact_info_contact {
    margin: 20px 0;
}

@media screen and (min-width: 1220px) {
    .contact_info_contact {
        margin: 0 40px 0 0;
    }
}

.contact_info_link {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    display: block;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 0;
}

@media screen and (min-width: 500px) {
    .contact_info_link {
        display: inline-block;
    }
}

@media screen and (min-width: 740px) {
    .contact_info_link {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1220px) {
    .contact_info_link {
        padding: 0;
    }
}

@media screen and (min-width: 500px) {
    .contact_info_link + .contact_info_link {
        margin-left: 20px;
    }
}

@media screen and (min-width: 1220px) {
    .contact_info_link + .contact_info_link {
        margin-left: 40px;
    }
}

.contact_info_link .symbol {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 4px;
}

.contact_info_link_label {
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .contact_info_link_label:after {
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        background: #3DC2CF;
        display: block;
    }

.contact_info_link[href^=tel] .contact_info_link_label:after {
    content: none;
}

.contact_info_link_label:focus, .contact_info_link_label:hover {
    color: #3DC2CF;
}

.directory_list {
    margin: 40px 0;
    padding-top:20px;
}

@media screen and (min-width: 740px) {
    .directory_list {
        margin-top: 0;
        margin-bottom: 80px;
        padding-top:0;
    }
}

@media print, screen and (min-width: 620px) {
    .directory_list_cards {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.directory_card {
    max-width: 300px;
    position: relative;
    background-color: #031927;
    color: #fff;
    margin: 0 auto 35px;
}

[data-whatinput="mouse"] .directory_card:focus,
[data-whatinput="touch"] .directory_card:focus {
    outline: none;
}

@media print, screen and (min-width: 620px) {
    .directory_card {
        width: calc(50% - 10px);
        max-width: none;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 980px) {
    .directory_card {
        width: calc(33.33% - 14px);
    }
}

@media screen and (min-width: 1220px) {
    .directory_card {
        width: calc(25% - 15px);
    }
}

.directory_card_figure {
    position: relative;
    display: none;
    overflow: hidden;
    z-index: 0;
}

@media screen and (min-width: 740px) {
    .directory_card_figure {
        display: block;
    }
}

.directory_card_figure:after {
    height: 256px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -17px;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#031927), to(rgba(3, 25, 39, 0)));
    background: linear-gradient(0deg, #031927 0%, rgba(3, 25, 39, 0) 100%);
    display: block;
}

.directory_card_image {
    height: auto;
    width: 100%;
}

.directory_card_info {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    display: none;
    padding: 0 10px 14px;
    text-align: center;
    z-index: 1;
}

@media screen and (min-width: 740px) {
    .directory_card_info {
        display: block;
    }
}

@media screen and (min-width: 1220px) {
    .directory_card_info {
        padding: 0 20px 24px;
    }
}

.directory_card_name {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}

@media screen and (min-width: 740px) {
    .directory_card_name {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1220px) {
    .directory_card_name {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.directory_card_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    margin: 0 0 20px;
}

@media screen and (min-width: 740px) {
    .directory_card_title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1220px) {
    .directory_card_title {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.directory_card_takover {
    height: 100%;
    background: #031927;
    color: #fff;
    text-align: center;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    z-index: 2;
}

@media print {
    .directory_card_takover {
        display: block;
    }
}

@media screen and (min-width: 740px) {
    .directory_card_takover {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.directory_card:hover .directory_card_takover,
.directory_card:focus .directory_card_takover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.directory_card_takover .directory_card_name {
    margin-top: 35px;
}

.directory_card_takover_thumb {
    height: 40px;
    width: 100%;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
}

@media screen and (min-width: 500px) {
    .directory_card_takover_thumb {
        height: 50px;
    }
}

.directory_card_takover_info {
    padding: 0 10px 31px;
}

@media screen and (min-width: 740px) {
    .directory_card_takover_info {
        height: 350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
    }
}

@media screen and (min-width: 980px) {
    .directory_card_takover_info {
        height: 290px;
    }
}

@media screen and (min-width: 1220px) {
    .directory_card_takover_info {
        height: 265px;
    }
}

.directory_card_takover_info .social_nav_list {
    margin: 0;
}

.directory_card_takover_figure {
    height: 90px;
    width: 90px;
    position: relative;
    top: -15px;
    border-radius: 50px;
    -webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.25);
    margin: auto;
    overflow: hidden;
}

@media screen and (min-width: 500px) {
    .directory_card_takover_figure {
        height: 100px;
        width: 100px;
    }
}

.directory_card_contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.directory_card_contact_item {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 1em;
    text-align: center;
}

    .directory_card_contact_item .symbol {
        fill: #3DC2CF;
        display: inline-block;
        margin-right: 3px;
    }

    .directory_card_contact_item .symbol_phone {
        height: 13px;
        width: 13px;
    }

    .directory_card_contact_item .symbol_fax {
        height: 15px;
        width: 11px;
    }

    .directory_card_contact_item .symbol_email {
        height: 13px;
        width: 13px;
    }

    .directory_card_contact_item a[href^=mailto] {
        color: #fff;
    }

        .directory_card_contact_item a[href^=mailto] .directory_card_contact_item_label {
            border-bottom: 1px solid #3DC2CF;
        }

@media screen and (min-width: 980px) {
    .directory_card_contact_item {
        margin-bottom: 0.6em;
    }
}

.directory_card_contact_item a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .directory_card_contact_item a:focus, .directory_card_contact_item a:hover {
        color: #3DC2CF;
    }

.directory_card_link {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
    padding: 17px 10px;
    color: #fff;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .directory_card_link:focus, .directory_card_link:hover {
        color: #3DC2CF;
    }

@media print {
    .directory_card_link {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .directory_card_link {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

.directory_card_link_label {
    border-bottom: 1px solid #3DC2CF;
}

@media print {
    .directory_card_social_list {
        display: none;
    }
}

@media screen and (max-width: 739px) {
    .directory_card_social_list {
        padding-top: 10px;
    }
}

.directory_card_social_item {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 0 6px;
}

.directory_card_social_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .directory_card_social_label.focusable:active, .directory_card_social_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.directory_card_social_link {
    height: 30px;
    width: 30px;
    background: #444444;
    border-radius: 50%;
    display: block;
    color: #fff;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.directory_card_social_item:hover .directory_card_social_link,
.directory_card_social_item:focus .directory_card_social_link {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.directory_card_social_link .symbol {
    width: 13px;
    height: 13px;
    position: relative;
    left: 9px;
    top: 8px;
}

.feature_topics {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .feature_topics {
        margin-top: 50px;
    }
}

@media screen and (min-width: 980px) {
    .feature_topics {
        margin-top: 60px;
    }
}

@media screen and (min-width: 740px) {
    .feature_topics {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .feature_topics {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .feature_topics {
        padding: 120px 0 80px;
    }
}

.feature_topic {
    margin: 40px 0;
    will-change: transform;
}

@media print {
    .feature_topic {
        margin: 40px 0;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 500px) {
    .feature_topic {
        margin: 50px 0;
    }
}

@media screen and (min-width: 740px) {
    .feature_topic {
        margin: 80px 0;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic {
        margin: 120px 0;
    }
}

.feature_topic:first-child {
    margin-top: 0;
}

.feature_topic:last-child {
    margin-bottom: 0;
}

.feature_topic_inner {
    padding: 0 20px 20px 20px;
    will-change: transform, opacity;
}

@media print {
    .feature_topic_inner {
        opacity: 1 !important;
        padding: 0;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (max-width: 979px) {
    .feature_topic_inner {
        border: 1px solid;
    }
}

@media screen and (min-width: 500px) {
    .feature_topic_inner {
        padding: 0 30px 30px 30px;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 979px) {
    .feature_topic.theme_blue_dark .feature_topic_inner {
        border-color: rgba(31, 110, 183, 0.5);
    }
}

@media screen and (max-width: 979px) {
    .feature_topic.theme_blue_light .feature_topic_inner {
        border-color: rgba(23, 156, 214, 0.5);
    }
}

@media screen and (max-width: 979px) {
    .feature_topic.theme_teal .feature_topic_inner {
        border-color: rgba(61, 194, 207, 0.5);
    }
}

@media screen and (max-width: 979px) {
    .feature_topic.theme_green .feature_topic_inner {
        border-color: rgba(61, 188, 149, 0.5);
    }
}

.feature_topic_header {
    margin-bottom: 28px;
}

@media screen and (min-width: 980px) {
    .feature_topic_header {
        width: 40%;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic:nth-of-type(odd) .feature_topic_header {
        padding-right: 60px;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic:nth-of-type(even) .feature_topic_header {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 60px;
    }
}

@media screen and (min-width: 500px) and (max-width: 979px) {
    .feature_topic_header_details {
        text-align: center;
    }
}

.feature_topic_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 2px;
    color: #031927;
    display: block;
    letter-spacing: 2.3px;
    letter-spacing: 0.14375rem;
    margin: 0 0 20px;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media print {
    .feature_topic_label {
        border: 1px solid;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 499px) {
    .feature_topic_label {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0;
        padding: 10px 18px;
    }
}

@media print, screen and (min-width: 500px) {
    .feature_topic_label {
        display: inline-block;
        margin: 0 0 20px;
        padding: 9px 18px 8px;
    }
}

@media screen and (min-width: 500px) and (max-width: 979px) {
    .feature_topic_label {
        margin-bottom: 0;
    }
}

.feature_topic.theme_blue_dark .feature_topic_label {
    background: #1F6EB7;
    color: #fff;
}

.feature_topic.theme_blue_light .feature_topic_label {
    background: #179CD6;
}

.feature_topic.theme_teal .feature_topic_label {
    background: #3DC2CF;
}

.feature_topic.theme_green .feature_topic_label {
    background: #3DBC95;
}

.feature_topic_caption {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.57143;
    margin: 0 0 6px;
}

@media screen and (min-width: 740px) {
    .feature_topic_caption {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 499px) {
    .feature_topic_caption {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.44444;
    }
}

@media screen and (min-width: 500px) and (max-width: 979px) {
    .feature_topic_caption {
        text-align: left;
    }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .feature_topic_caption {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic_caption {
        width: 100%;
        margin-bottom: 20px;
    }
}

.feature_topic_link {
    color: #031927;
    display: block;
    padding: 10px 0;
    -webkit-transition: color .25s;
    transition: color .25s;
}

    .feature_topic_link:focus, .feature_topic_link:hover {
        color: #169CD6;
    }

.feature_topic_link_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin-right: 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .feature_topic_link_label {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 2.5px;
        letter-spacing: 0.15625rem;
    }
}

.feature_topic_link_icon {
    color: #3DBC95;
    display: inline-block;
    vertical-align: middle;
}

    .feature_topic_link_icon svg {
        height: 10px;
        width: 15px;
    }

@media print {
    .feature_topic_link {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic_link {
        width: 100%;
        position: relative;
        border-top: 1px solid #EEF0F4;
        padding-top: 23px;
        padding-bottom: 0;
    }
}

.feature_topic_link:before {
    height: 2px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    content: "";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.feature_topic_link:focus .feature_topic_link_icon, .feature_topic_link:hover .feature_topic_link_icon {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.feature_topic_link_icon {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.feature_topic_figure {
    position: relative;
    display: block;
    overflow: hidden;
}

@media screen and (min-width: 980px) {
    .feature_topic_figure {
        width: 60%;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
        transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
        transition: box-shadow 0.25s, transform 0.25s;
        transition: box-shadow 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
        will-change: box-shadow, transform;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic_figure:before {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        content: "";
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(60%, transparent));
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 60%);
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic_figure:focus, .feature_topic_figure:hover {
        -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.6);
    }
}

.feature_topic_image {
    width: 100%;
    position: relative;
    display: none;
}

@media screen and (min-width: 980px) {
    .feature_topic_image {
        display: block;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_details {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 4;
        padding: 27px 45px;
    }
}

@media screen and (min-width: 1220px) {
    .feature_topic_figure_details {
        width: 80%;
    }
}

.feature_topic_figure_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #031927;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    margin: 0;
}

@media print, screen and (min-width: 740px) {
    .feature_topic_figure_title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_title {
        color: #fff;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.46429;
    }
}

.feature_topic_figure_title:before {
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    content: "";
    display: block;
    margin-bottom: 13px;
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_title:before {
        display: none;
    }
}

.feature_topic_figure_title_label {
    display: block;
    margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_title_label {
        display: inline;
        margin-right: 5px;
        vertical-align: top;
    }
}

.feature_topic_figure_title_icon {
    position: relative;
    z-index: 2;
    margin: 12px 10px;
    display: inline-block;
    vertical-align: baseline;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media print {
    .feature_topic_figure_title_icon {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_title_icon {
        margin: 15px 12px;
    }
}

.feature_topic_figure_title_icon:before, .feature_topic_figure_title_icon:after {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    border-radius: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_title_icon:before, .feature_topic_figure_title_icon:after {
        height: 40px;
        width: 40px;
    }
}

.feature_topic_figure_title_icon:before {
    border: 2px solid #3DC2CF;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feature_topic_figure_title_icon:after {
    background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.feature_topic_figure:focus .feature_topic_figure_title_icon:after,
.feature_topic_figure:hover .feature_topic_figure_title_icon:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.feature_topic_figure_title_icon svg {
    height: 8px;
    width: 13px;
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_title_icon svg {
        height: 11px;
        width: 17px;
    }
}

.feature_topic_figure_video_button {
    display: block;
}

@media print {
    .feature_topic_figure_video_button {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_video_button {
        margin-top: 18px;
        padding-bottom: 23px;
    }
}

.feature_topic_figure_video_icon {
    position: relative;
    z-index: 2;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    padding: 9px;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_video_icon {
        padding: 12px;
    }
}

.feature_topic_figure_video_icon:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    border-radius: 50%;
    content: "";
}

.feature_topic_figure_video_icon svg {
    height: 14px;
    width: 14px;
    position: relative;
    right: -1px;
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_video_icon svg {
        height: 20px;
        width: 20px;
    }
}

.feature_topic_figure:focus .feature_topic_figure_video_icon:before,
.feature_topic_figure:hover .feature_topic_figure_video_icon:before {
    -webkit-animation: truck-on 1s infinite linear;
    animation: truck-on 1s infinite linear;
}
a.js-lightbox.anim.fs-lightbox-element:hover .feature_topic_figure_video_icon:before {
    animation: truck-on 1s infinite linear;
}
@-webkit-keyframes truck-on {
    50% {
        -webkit-transform: rotate(180deg) scale(1.05);
        transform: rotate(180deg) scale(1.05);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes truck-on {
    50% {
        -webkit-transform: rotate(180deg) scale(1.05);
        transform: rotate(180deg) scale(1.05);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.feature_topic_figure_video_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    display: none;
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .feature_topic_figure_video_label {
        display: inline-block;
    }
}

/* ==========================================================================
   Home Scrolling
============================================================================= */
@media screen and (max-width: 739px) {
    .home_scroll_item.fs-checkpoint {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, transform 0.4s;
        transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: opacity, transform;
    }
}

@media screen and (max-width: 739px) {
    .home_scroll_item.fs-checkpoint-active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* ==========================================================================
	Media Gallery
============================================================================= */
.gallery_block {
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.in_content_callouts .gallery_block {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
}

@media screen and (min-width: 740px) {
    .in_content_callouts .gallery_block {
        margin-top: 50px;
    }
}

@media screen and (min-width: 740px) {
    .in_content_callouts .gallery_block {
        margin-bottom: 50px;
    }
}

.gallery_wrapper {
    position: relative;
}

.gallery_items .fs-carousel-viewport {
    width: 98%;
    width: calc((100% - 20px) * 0.99);
    min-width: 300px;
}

@media print {
    .gallery_items .fs-carousel-viewport {
        width: auto;
    }
}

@media screen and (min-width: 740px) {
    .gallery_items .fs-carousel-viewport {
        width: calc(((100% - 705px) / 2) + 705px);
    }
}

@media screen and (min-width: 980px) {
    .gallery_items .fs-carousel-viewport {
        width: calc(((100% - 780px) / 2) + 780px);
    }
}

@media screen and (min-width: 1220px) {
    .gallery_items .fs-carousel-viewport {
        max-width: 1440px;
        width: calc(((100% - 975px) / 2) + 975px);
    }
}

@media print {
    .gallery_items .fs-carousel-canister {
        display: block;
    }
}

@media print {
    .gallery_items .fs-carousel-item {
        width: 100% !important;
    }
}

.gallery_items .fs-carousel-item .gallery_item_figcaption_inner {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media print {
    .gallery_items .fs-carousel-item .gallery_item_figcaption_inner {
        opacity: 1;
    }
}

.gallery_items .fs-carousel-item .gallery_item_figcaption_content,
.gallery_items .fs-carousel-item .gallery_item_zoom {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity, transform;
}

@media print {
    .gallery_items .fs-carousel-item .gallery_item_figcaption_content,
    .gallery_items .fs-carousel-item .gallery_item_zoom {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.gallery_items .fs-carousel-visible .gallery_item_figcaption_inner {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery_items .fs-carousel-visible .gallery_item_figcaption_content,
.gallery_items .fs-carousel-visible .gallery_item_zoom {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery_items .fs-carousel-visible .gallery_item_zoom {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery_items .fs-carousel-controls {
    display: none !important;
}

    .gallery_items .fs-carousel-controls.fs-carousel-visible {
        display: none;
    }

@media screen and (min-width: 740px) {
    .gallery_items .fs-carousel-controls.fs-carousel-visible {
        display: block;
    }
}

.gallery_items .fs-carousel-pagination {
    padding: 10px 0;
}

@media screen and (min-width: 740px) {
    .gallery_items .fs-carousel-pagination.fs-carousel-visible {
        display: none !important;
    }
}

.gallery_item {
    position: relative;
    background-color: #000;
    color: #fff;
}

.gallery_item_figure {
    display: block;
}

    .gallery_item_figure picture {
        display: block;
    }

    .gallery_item_figure img {
        display: block;
        width: 100%;
    }

@media screen and (max-width: 739px) {
    .gallery_item_figure {
        position: relative;
    }
}

@media screen and (max-width: 739px) {
    .gallery_item_figure:after {
        background-color: transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
        background: linear-gradient(to bottom, transparent, black);
        filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=0)";
        width: 100%;
        height: 100px;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        content: "";
    }
}

.gallery_item_link {
    position: relative;
    color: inherit;
    display: block;
}

@media print {
    .gallery_item_link:after {
        display: none;
    }
}

.gallery_item_figcaption {
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=0)";
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.88889;
    padding: 80px 30px 30px;
}

@media print {
    .gallery_item_figcaption {
        position: relative;
        padding: 30px;
    }
}

@media screen and (min-width: 740px) {
    .gallery_item_figcaption {
        padding-right: 80px;
    }
}

@media screen and (min-width: 980px) {
    .gallery_item_figcaption {
        padding: 100px 120px 60px 60px;
    }
}

@media screen and (min-width: 1220px) {
    .gallery_item_figcaption {
        padding: 100px 160px 80px 70px;
    }
}

@media screen and (max-width: 739px) {
    .js .gallery_item_figcaption {
        display: none;
    }
}

.no-js .gallery_item_figcaption {
    width: 98%;
    width: calc((100% - 40px) * 0.979167);
    min-width: 300px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
}

@media screen and (min-width: 740px) {
    .no-js .gallery_item_figcaption {
        width: 100%;
        position: absolute;
        margin: 0;
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 980px) {
    .no-js .gallery_item_figcaption {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .no-js .gallery_item_figcaption {
        padding-bottom: 80px;
    }
}

.gallery_item_figcaption p {
    margin: 0;
}

.no-js .gallery_item_figcaption p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gallery_item_figcaption a {
    color: #3DBC95;
    text-decoration: underline;
    -webkit-text-decoration-color: #3DBC95;
    text-decoration-color: #3DBC95;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    -webkit-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}

    .gallery_item_figcaption a:focus, .gallery_item_figcaption a:hover {
        color: #3DC2CF;
        -webkit-text-decoration-color: #3DC2CF;
        text-decoration-color: #3DC2CF;
    }

.gallery_item_figcaption_inner {
    border-top: 2px solid rgba(255, 255, 255, 0.24);
    -webkit-transition: border 0.25s;
    transition: border 0.25s;
}

@media print {
    .gallery_item_figcaption_inner {
        border-top-width: 0;
    }
}

.gallery_item_no_caption .gallery_item_figcaption_inner {
    border-top-width: 0;
}

@media screen and (max-width: 739px) {
    .no-js .gallery_item_figcaption_inner {
        border-top-width: 0;
    }
}

@media screen and (min-width: 740px) {
    .no-js .gallery_item_figcaption_inner {
        width: 705px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 980px) {
    .no-js .gallery_item_figcaption_inner {
        width: 780px;
    }
}

@media screen and (min-width: 1220px) {
    .no-js .gallery_item_figcaption_inner {
        width: 975px;
    }
}

.gallery_item_link:focus .gallery_item_figcaption_inner,
.gallery_item_link:hover .gallery_item_figcaption_inner {
    border-top-color: rgba(61, 194, 207, 0.5);
}

.gallery_item_figcaption_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 40px 0 0;
}

@media print {
    .gallery_item_figcaption_content {
        padding: 0;
    }
}

.no-js .gallery_item_figcaption_content {
    padding-right: 0;
}

@media screen and (max-width: 739px) {
    .no-js .gallery_item_figcaption_content {
        padding-top: 0;
    }
}

.gallery_item_video_icon .icon {
    width: 45px;
    height: 45px;
    position: relative;
    top: -4px;
    background-color: #3DC2CF;
    background-image: linear-gradient(-132deg, #169CD6 10%, #3DC2CF 56%, #3EBC95 96%);
    border-radius: 50%;
    color: #fff;
    display: block;
    margin-right: 15px;
}

@media print {
    .gallery_item_video_icon .icon {
        display: none;
    }
}

.no-js .gallery_item_video_icon .icon {
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
}

.gallery_item_video_icon .symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 15px;
    margin-left: 2px;
}

.gallery_item_zoom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
}

@media print {
    .gallery_item_zoom {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .gallery_item_zoom {
        right: 60px;
        bottom: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .gallery_item_zoom {
        right: 90px;
        bottom: 90px;
    }
}

.gallery_item_zoom .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .gallery_item_zoom .label.focusable:active, .gallery_item_zoom .label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.gallery_item_zoom .icon {
    display: block;
}

.gallery_item_zoom .symbol {
    width: 40px;
    height: 40px;
    display: block;
    fill: #fff;
    -webkit-transition: fill 0.25s, -webkit-transform 0.25s;
    transition: fill 0.25s, -webkit-transform 0.25s;
    transition: fill 0.25s, transform 0.25s;
    transition: fill 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.gallery_item_link:focus .gallery_item_zoom .symbol,
.gallery_item_link:hover .gallery_item_zoom .symbol {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.no-js .gallery_item_zoom {
    display: none;
}

.gallery_controls {
    position: absolute;
    top: 50%;
    left: calc(((100% - 705px) / 2) + 705px);
    background-color: #fff;
    color: #000;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 980px) {
    .gallery_controls {
        left: calc(((100% - 780px) / 2) + 780px);
    }
}

@media screen and (min-width: 1220px) {
    .gallery_controls {
        left: calc(((100% - 975px) / 2) + 975px);
    }
}

@media screen and (min-width: 1920px) {
    .gallery_controls {
        left: 1440px;
    }
}

@media screen and (min-width: 740px) {
    .js .gallery_controls {
        display: block;
    }
}

/* ==========================================================================
	Link Set
============================================================================= */
.linked_list_inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .linked_list_inner {
        padding-top: 50px;
    }
}

@media screen and (min-width: 980px) {
    .linked_list_inner {
        padding-top: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .linked_list_inner {
        padding-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .linked_list_inner {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .linked_list_inner {
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .linked_list_inner {
        padding-bottom: 80px;
    }
}

.linked_list_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 2.33px;
    letter-spacing: 0.14563rem;
    margin: 0 0 24px;
}

@media screen and (min-width: 980px) {
    .linked_list_title {
        margin-bottom: 34px;
    }
}

.linked_list_title .icon {
    margin-right: 12px;
}

.linked_list_title .symbol {
    width: 25px;
    height: 25px;
}

.linked_list_group {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    list-style: none;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

@media print, screen and (min-width: 740px) {
    .linked_list_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.linked_list_item {
    border: 1px solid;
    border-radius: 3px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

@media print {
    .linked_list_item {
        border-color: rgba(51, 51, 51, 0.4) !important;
    }
}

@media print, screen and (min-width: 740px) {
    .linked_list_item {
        width: 48%;
        width: calc(50% - 8px);
    }
}

@media screen and (min-width: 980px) {
    .linked_list_item {
        width: 30%;
        width: calc(33% - 11px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1220px) {
    .linked_list_item {
        width: calc(33% - 14px);
        margin-right: 26px;
        margin-bottom: 26px;
    }
}

@media print, screen and (min-width: 740px) and (max-width: 979px) {
    .linked_list_item:nth-child(odd) {
        margin-right: 15px;
    }
}

@media screen and (min-width: 980px) {
    .linked_list_item:nth-child(3n + 3) {
        margin-right: 0;
    }
}

.linked_list_link {
    height: 100%;
    border-radius: 3px;
    color: inherit;
    display: block;
    padding: 17px 20px;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

.linked_list_link_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .linked_list_link_inner .icon {
        width: 20px;
        margin-left: auto;
        text-align: center;
    }

@media print {
    .linked_list_link_inner .icon {
        display: none;
    }
}

.linked_list_link_inner .icon .symbol_format_document {
    width: 14px;
    height: 17px;
}

.linked_list_link_inner .icon .symbol_format_image {
    width: 18px;
    height: 15px;
    position: relative;
    top: 2px;
}

.linked_list_link_inner .icon .symbol_format_video {
    width: 20px;
    height: 20px;
}

.linked_list_link_inner .icon .symbol_arrow_right {
    width: 16px;
    height: 10px;
    position: relative;
    top: 5px;
}

.linked_list_link_inner .symbol {
    display: block;
    margin: 0 auto;
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

/* ==========================================================================
   Themes
============================================================================= */
.linked_list.theme_light {
    background-color: rgba(236, 239, 242, 0.4);
    color: #031927;
}

.linked_list.theme_dark {
    background-color: #031927;
    color: #fff;
}

.theme_light .linked_list_title .symbol {
    fill: #3DBC95;
}

.theme_dark .linked_list_title .symbol {
    fill: #3DC2CF;
}

.theme_light .linked_list_item {
    border-color: rgba(160, 176, 193, 0.5);
}

.theme_dark .linked_list_item {
    border-color: rgba(238, 240, 244, 0.3);
}

.theme_light .linked_list_item:focus, .theme_light .linked_list_item:hover {
    border-color: rgba(160, 176, 193, 0);
}

.theme_dark .linked_list_item:focus, .theme_dark .linked_list_item:hover {
    border-color: rgba(238, 240, 244, 0);
}

.theme_light .linked_list_link_inner .icon .symbol {
    fill: #179CD6;
}

.theme_dark .linked_list_link_inner .icon .symbol {
    fill: #3DC2CF;
}

.theme_light .linked_list_link_inner .icon .symbol_arrow_right,
.theme_dark .linked_list_link_inner .icon .symbol_arrow_right {
    fill: url(#arrowGradient);
}

.theme_light .linked_list_link:focus, .theme_light .linked_list_link:hover {
    background-color: #3DBC95;
}

.theme_dark .linked_list_link:focus, .theme_dark .linked_list_link:hover {
    background-color: #fff;
    color: #031927;
}

.theme_light .linked_list_link:focus .icon .symbol, .theme_light .linked_list_link:hover .icon .symbol {
    fill: #fff;
}

/* ==========================================================================
	Map
============================================================================= */
.us_map {
    width: 100%;
    height: 100%;
    display: none;
}

@media screen and (min-width: 980px) {
    .us_map {
        height: 482px;
        display: block;
    }
}

@media screen and (min-width: 1220px) {
    .us_map {
        height: 602px;
    }
}

.no-js .us_map {
    display: none;
}

.info_box {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #fff;
    border-radius: 2px;
    color: #3EA0AA;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.33px;
    letter-spacing: 0.14563rem;
    padding: 14px 14px 10px 14px;
    text-transform: uppercase;
}

.state circle {
    display: none;
    fill: #3DC2CF;
    stroke: #fff;
    stroke-width: 2;
}

.state.active_state circle {
    display: block;
}

.state_path {
    fill: #A7A9AC;
}

.active_state .state_path {
    fill: #B6DACA;
}

[data-whatinput="mouse"] .active_state:focus,
[data-whatinput="touch"] .active_state:focus {
    outline: none;
}

.active_state path,
.active_state circle {
    cursor: pointer;
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

.active_state:hover path {
    fill: #3DBC95;
}

[data-whatinput="keyboard"] .active_state:focus path {
    fill: #3DBC95;
}

.news_card {
    max-width: 407px;
}

@media print {
    .news_card {
        max-width: none;
    }
}

.news_card:nth-child(7n + 2) .news_card_link {
    background-color: #031927;
}

.news_card:nth-child(7n + 3) .news_card_link {
    background-color: #179CD6;
    color: #031927;
}

.news_card:nth-child(7n + 4) .news_card_link {
    background-color: #3DBC95;
}

.news_card:nth-child(7n + 5) .news_card_link {
    background-color: #EDF7FB;
    color: #031927;
}

.news_card:nth-child(7n + 6) .news_card_link {
    background-color: #143862;
}

.news_card:nth-child(7n + 7) .news_card_link {
    background-color: #3DC2CF;
    color: #031927;
}

.news_card_link {
    width: 100%;
    position: relative;
    background-color: #1F6EB7;
    color: #fff;
    display: block;
    overflow: hidden;
    padding-bottom: 89%;
}

@media print {
    .news_card_link {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 740px) {
    .news_card_link {
        padding-bottom: 100%;
    }
}

.news_card_link:hover .news_card_readmore, .news_card_link:focus .news_card_readmore {
    opacity: 1;
}

.js .has_media .news_card_link {
    color: #fff;
}

.news_card_image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 0;
}

@media print {
    .news_card_image {
        display: none;
    }
}

.no-js .news_card_image {
    display: none;
}

.news_card_image:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

@media print {
    .news_card_image:after {
        display: none;
    }
}

.news_card_link:focus .news_card_image:after,
.news_card_link:hover .news_card_image:after {
    background: rgba(0, 0, 0, 0.6);
}

.news_card_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media print {
    .news_card_background {
        display: none;
    }
}

.news_card_image {
    height: auto;
    width: 100%;
    display: block;
}

.news_card_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media print {
    .news_card_content {
        width: auto;
        height: auto;
        position: static;
        margin: 0 0 30px 0;
        padding: 0 !important;
    }
}

@media screen and (min-width: 500px) and (max-width: 639px) {
    .news_card_content {
        padding: 46px;
    }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .news_card_content {
        padding: 37px;
    }
}

@media screen and (min-width: 1220px) {
    .news_card_content {
        padding: 46px;
    }
}

@media screen and (min-width: 500px) {
    .related_news .news_card_content {
        padding: 46px;
    }
}

.news_card_header {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (max-width: 640px) {
    .news_card_header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.news_card_title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 14px 0;
    padding-right: 20px;
}

@media screen and (min-width: 500px) and (max-width: 639px) {
    .news_card_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 740px) {
    .news_card_title {
        font-size: 22px;
        font-size: 1.375rem;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 980px) {
    .news_card_title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1220px) {
    .news_card_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 500px) {
    .related_news .news_card_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.25;
    }
}

.news_card_source {
    margin-bottom: 10px;
}

.news_card_readmore {
    width: 28px;
    height: 28px;
    position: absolute;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

@media screen and (min-width: 500px) and (max-width: 639px), screen and (min-width: 1220px) {
    .news_card_readmore {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 500px) {
    .related_news .news_card_readmore {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
}

.has_media .news_card_readmore {
    border: 2px solid #3DC2CF;
}

.news_card_readmore_icon {
    width: 11px;
    height: 7px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
    display: block;
    margin: auto;
}

@media screen and (min-width: 500px) and (max-width: 639px), screen and (min-width: 1220px) {
    .news_card_readmore_icon {
        width: 17px;
        height: 11px;
    }
}

@media screen and (min-width: 500px) {
    .related_news .news_card_readmore_icon {
        width: 17px;
        height: 11px;
    }
}

.news_card_readmore_icon .symbol {
    height: 100%;
    width: 100%;
    display: block;
}

.has_media .news_card_readmore_icon .symbol {
    color: #fff;
}

.news_card_readmore_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .news_card_readmore_label.focusable:active, .news_card_readmore_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.news_card_source,
.news_card_category {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 2.3px;
    letter-spacing: 0.14375rem;
    text-transform: uppercase;
}

@media screen and (min-width: 1220px) {
    .news_card_source,
    .news_card_category {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 500px) {
    .related_news .news_card_source, .related_news .news_card_category {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.news_card_meta {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    min-height: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.3;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

    .news_card_meta:after {
        clear: both;
        content: "";
        display: table;
    }

@media screen and (min-width: 640px) and (max-width: 739px) {
    .news_card_meta {
        display: block;
    }
}

@media screen and (min-width: 740px) and (max-width: 979px), screen and (min-width: 1220px) {
    .news_card_meta {
        min-height: 65px;
    }
}

@media screen and (min-width: 500px) {
    .related_news .news_card_meta {
        min-height: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.news_card_category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 3px;
    padding-right: 10px;
}

@media screen and (min-width: 640px) and (max-width: 739px), screen and (min-width: 1220px) {
    .news_card_category {
        margin-top: 0;
    }
}

@media screen and (min-width: 500px) {
    .related_news .news_card_category {
        margin-top: 0;
    }
}

.news_card_category .icon {
    margin-right: 10px;
}

.news_card_category .symbol {
    height: 16px;
    width: 16px;
    display: inline-block;
}

.news_card_date {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
}

@media screen and (min-width: 640px) and (max-width: 739px) {
    .news_card_date {
        margin-top: 12px;
    }
}

@media screen and (min-width: 500px) {
    .related_news .news_card_date {
        margin-top: 0;
    }
}

.news_card_time {
    white-space: nowrap;
}

.news_card_types {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.news_card_type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .news_card_type .label {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2.33px;
        letter-spacing: 0.14563rem;
    }

    .news_card_type .icon {
        margin-right: 10px;
    }

    .news_card_type .symbol_format_document {
        width: 18px;
        height: 22px;
    }

    .news_card_type .symbol_format_video {
        width: 23px;
        height: 23px;
    }

/* ==========================================================================
   Grid
============================================================================= */
@media screen and (min-width: 740px) {
    .js .news_grid .news_header_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
    }
    .staff_header_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 980px) {
    .js .news_grid .news_header_inner {
        margin-bottom: 40px;
    }
    .staff_header_inner {
        margin-bottom: 40px;
    }
}

.news_grid .news_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
    margin: 0 0 20px;
}
.staff_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
    margin: 0 0 20px;
}
@media screen and (min-width: 740px) {
    .news_grid .news_title {
        font-size: 60px;
        font-size: 3.75rem;
    }
    .staff_title {
        font-size: 3.75rem;
    }
}

@media print {
    .news_grid .news_title {
        margin-bottom: 30px;
    }
    .staff_title {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 740px) {
    .news_grid .news_title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 20px;
    }
    .staff_title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 640px) {
    .news_grid .related_news_cards_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 640px) {
    .news_grid .related_news_cards_inner:after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

.news_grid .related_news_cards_inner .news_card {
    margin: 0 auto;
}

@media screen and (min-width: 640px) {
    .news_grid .related_news_cards_inner .news_card {
        width: 50%;
    }
}

@media screen and (min-width: 980px) {
    .news_grid .related_news_cards_inner .news_card {
        width: 33.33333%;
    }
}

/* ==========================================================================
   Filter
============================================================================= */
.news_controls {
    margin: 30px 0;
}

@media print {
    .news_controls {
        display: none;
    }
}

@media print {
    .news_controls {
        display: none;
    }
}

.js .news_controls {
    margin: 0;
}

@media screen and (min-width: 740px) {
    .js .news_controls {
        min-width: 340px;
        position: relative;
    }
}

.news_controls_trigger {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    width: 100%;
    background-color: #EBEBEC;
    color: #4D4D4D;
    display: block;
    margin: 10px 0;
    text-align: left;
}

@media screen and (min-width: 740px) {
    .news_controls_trigger {
        margin: 0;
    }
}

.no-js .news_controls_trigger {
    display: none;
}

.news_controls_trigger .label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
}

@media screen and (min-width: 740px) {
    .news_controls_trigger .label {
        padding-right: 40px;
    }
}

.news_controls_trigger .symbol {
    fill: #000;
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

.news_controls_trigger .symbol_filter_search {
    width: 24px;
    height: 13px;
}

.news_controls_trigger:focus, .news_controls_trigger:hover {
    background-color: #3DBC95;
    color: #fff;
}

    .news_controls_trigger:focus .symbol, .news_controls_trigger:hover .symbol {
        fill: #fff;
    }

.news_controls_trigger_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news_controls_panel {
    background-color: #031823;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    color: #fff;
    padding: 24px;
}

@media screen and (min-width: 740px) {
    .news_controls_panel {
        padding: 44px;
    }
}

.js .news_controls_panel {
    width: 100%;
    height: 100%;
    height: calc(100vh + 60px);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 8;
    border-radius: 0;
    opacity: 0;
    overflow: auto;
    padding: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 740px) {
    .js .news_controls_panel {
        height: auto;
        position: absolute;
        z-index: 3;
        border-radius: 3px;
    }
}

.js .news_controls.js-toggle-active .news_controls_panel {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.js .news_controls_panel_inner {
    position: relative;
    padding: 24px 24px 100px 24px;
}

@media screen and (min-width: 740px) {
    .js .news_controls_panel_inner {
        padding: 44px;
    }
}

.news_controls_close {
    position: absolute;
    top: 24px;
    right: 24px;
}

.no-js .news_controls_close {
    display: none;
}

.news_controls_close .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .news_controls_close .label.focusable:active, .news_controls_close .label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.news_controls_close .symbol {
    fill: #3DC2CF;
}

.news_controls_close .symbol_close {
    width: 18px;
    height: 18px;
}

.news_controls_form {
    max-width: 450px;
}

.news_controls_legend {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin-bottom: 20px;
}

.news_search {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news_search_fields {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background-image: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    border-radius: 3px;
    overflow: hidden;
    padding: 2px;
}

.news_search_set {
    background-color: #fff;
    border-radius: 3px;
}

.news_search_set_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news_search_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .news_search_label.focusable:active, .news_search_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.news_search_input {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    background-color: transparent;
    border-width: 0;
    color: #031927;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 10px 0 10px 18px;
}

[data-whatinput="mouse"] .news_search_input:focus,
[data-whatinput="touch"] .news_search_input:focus {
    outline: none;
}

.news_search_input::-webkit-input-placeholder {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.news_search_input:-ms-input-placeholder {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.news_search_input::-ms-input-placeholder {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.news_search_input::placeholder {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.news_search_input[placeholder] {
    color: #031927;
    line-height: 1;
    text-overflow: ellipsis;
}

.news_search_button {
    padding: 0 20px;
}

    .news_search_button .label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .news_search_button .label.focusable:active, .news_search_button .label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .news_search_button .symbol {
        fill: #3DC2CF;
        stroke: #3DC2CF;
        -webkit-transition: fill 0.25s, stroke 0.25s;
        transition: fill 0.25s, stroke 0.25s;
    }

    .news_search_button .symbol_search {
        width: 18px;
        height: 18px;
    }

    .news_search_button:focus .symbol, .news_search_button:hover .symbol {
        fill: #031927;
        stroke: #031927;
    }

.news_controls_group .news_controls_set:not(:last-child) {
    margin-bottom: 10px;
}

.news_controls_set {
    margin-bottom: 30px;
}

.news_controls_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.news_controls_select {
    height: auto;
    border-radius: 3px;
    padding: 10px 20px;
}

.js .news_controls_select {
    padding: 0;
}

.news_filters_label_subcat {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .news_filters_label_subcat.focusable:active, .news_filters_label_subcat.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.news_filters_action {
    margin-bottom: 100px;
}

@media screen and (min-width: 740px) {
    .news_filters_action {
        margin-bottom: 0;
    }
}

.news_filters_submit {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 20px;
    text-align: left;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
}

    .news_filters_submit:focus, .news_filters_submit:hover {
        background-color: #3DBC95;
        border-color: #3DBC95;
        color: #fff;
    }

/* ==========================================================================
	Plottable Image
============================================================================= */
html.plot_lock,
body.plot_lock {
    overflow: hidden !important;
}

.plot_block {
    background-color: #ECEFF2;
    color: #031927;
    overflow: hidden;
    padding: 40px 0;
}

@media screen and (min-width: 740px) {
    .plot_block {
        padding: 60px 0;
    }
}

@media screen and (min-width: 980px) {
    .plot_block {
        max-width: 960px;
        margin: 60px auto;
        overflow: inherit;
    }
}

@media screen and (min-width: 1220px) {
    .plot_block {
        max-width: 1200px;
        margin: 80px auto;
    }
}

.plot_intro {
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .plot_intro {
        margin-bottom: 60px;
    }
}

.plot_intro_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.25;
    margin: 0 0 10px;
}

@media screen and (min-width: 740px) {
    .plot_intro_title {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media screen and (min-width: 980px) {
    .plot_intro_title {
        margin-bottom: 20px;
    }
}

.plot_intro_body {
    color: #444444;
}

.plot_intro_description {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin: 6px 0;
}

@media screen and (min-width: 740px) {
    .plot_intro_description {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.75;
    }
}

.plot_intro_description p {
    margin: 0;
}

@media print {
    .plot_intro_actions {
        display: none;
    }
}

.plot_intro_link {
    color: #444;
    display: block;
    margin: 10px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .plot_intro_link .icon {
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform;
    }

    .plot_intro_link:focus .icon, .plot_intro_link:hover .icon {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    .plot_intro_link .label {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 800;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2.67px;
        letter-spacing: 0.16688rem;
        line-height: 1;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.2;
    }

@media screen and (min-width: 740px) {
    .plot_intro_link .label {
        font-size: 16px;
        font-size: 1rem;
    }
}

.plot_intro_link .icon {
    margin-left: 6px;
}

.plot_intro_link .symbol {
    width: 13px;
    height: 8px;
    fill: url(#arrowGradient);
}

@media screen and (min-width: 740px) {
    .plot_intro_link .symbol {
        width: 16px;
        height: 10px;
    }
}

.plot_intro_link:focus, .plot_intro_link:hover {
    color: #3DC2CF;
}

.plot_intro_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 980px) {
    .plot_body {
        margin-bottom: 40px;
    }
}

.plot_body_inner {
    position: relative;
}

.plot_body_figure {
    display: none;
}

@media screen and (min-width: 980px) {
    .js .plot_body_figure {
        display: block;
    }
}

.plot_body_picture {
    display: block;
}

    .plot_body_picture picture {
        display: block;
    }

    .plot_body_picture img {
        display: block;
        width: 100%;
    }

.plot_points {
    display: none;
}

@media screen and (min-width: 980px) {
    .js .plot_points {
        display: block;
    }
}

.plot_point {
    width: 14px;
    height: 14px;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

    .plot_point:focus, .plot_point:hover {
        z-index: 1;
    }

        .plot_point:focus .plot_point_inner .icon, .plot_point:hover .plot_point_inner .icon {
            background-color: #3DBC95;
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

        .plot_point:hover .plot_point_inner .label {
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0);
            -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
            visibility: visible;
        }

[data-whatinput="keyboard"] .plot_point:focus .plot_point_inner .label {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(-50%, 0px, 0);
    transform: translate3d(-50%, 0px, 0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    visibility: visible;
}

.plot_point_inner .label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    position: absolute;
    left: 50%;
    bottom: 100%;
    bottom: calc(100% + 10px);
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.35);
    color: #3EA0AA;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.33px;
    letter-spacing: 0.14563rem;
    opacity: 0;
    padding: 14px 14px 10px 14px;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
    white-space: nowrap;
}

.plot_point_inner .icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #3DC2CF;
    border: 2px solid #fff;
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.35);
    color: #fff;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
    transition: background-color 0.25s, -webkit-transform 0.25s;
    transition: background-color 0.25s, transform 0.25s;
    transition: background-color 0.25s, transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-whatinput="mouse"] .plot_panel:focus,
[data-whatinput="touch"] .plot_panel:focus {
    outline: none;
}

@media screen and (min-width: 980px) {
    .js .plot_panel {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 25;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(3, 25, 39, 0.75);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        opacity: 0;
        -webkit-transition: opacity 0.4s, visibility 0.4s;
        transition: opacity 0.4s, visibility 0.4s;
        visibility: hidden;
    }
}

.js .plot_block.open .plot_panel {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

@media screen and (min-width: 980px) {
    .js .plot_panel_inner {
        width: 400px;
        height: 100vh;
        position: relative;
        background-color: #fff;
        color: #444444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate3d(calc(100% + 22px), 0, 0);
        transform: translate3d(calc(100% + 22px), 0, 0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}

@media screen and (min-width: 980px) {
    .js .plot_panel_inner .fs-row {
        width: auto;
    }
}

@media screen and (min-width: 980px) {
    .js .plot_panel_inner .fs-cell {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.js .plot_block.open .plot_panel_inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.plot_pannel_close {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 400px;
    right: 400px;
    z-index: 1;
    display: none;
    -webkit-transform: translate3d(50%, -50%, 0) scale(0);
    transform: translate3d(50%, -50%, 0) scale(0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (min-width: 980px) {
    .js .plot_pannel_close {
        display: block;
    }
}

.js .plot_block.open .plot_pannel_close {
    -webkit-transform: translate3d(50%, -50%, 0) scale(1);
    transform: translate3d(50%, -50%, 0) scale(1);
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.plot_pannel_close .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .plot_pannel_close .label.focusable:active, .plot_pannel_close .label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.plot_pannel_close .icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    border-radius: 50%;
    color: #fff;
    display: block;
    margin: auto;
    overflow: hidden;
}

.plot_pannel_close .symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
}

@media screen and (min-width: 980px) {
    .js .plot_panel_wrap {
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.plot_controls {
    margin-bottom: 30px;
}

.no-js .plot_controls {
    display: none;
}

@media print, screen and (min-width: 980px) {
    .plot_controls {
        display: none;
    }
}

.plot_buttons {
    display: none;
}

.plot_details {
    position: relative;
}

@media print {
    .plot_region_spacer {
        display: none;
    }
}

@media print {
    .plot_region {
        height: auto !important;
    }
}

.plot_region.fs-swap-enabled {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    visibility: hidden;
}

@media print, screen and (min-width: 980px) {
    .plot_region.fs-swap-enabled {
        position: static;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }
}

.plot_region.fs-swap-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

@media screen and (min-width: 740px) {
    .plot_carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.plot_carousel .fs-carousel-viewport {
    max-width: 400px;
    margin-bottom: 20px;
}

@media print {
    .plot_carousel .fs-carousel-viewport {
        max-width: none;
    }
}

@media screen and (min-width: 980px) {
    .plot_carousel .fs-carousel-viewport {
        margin-bottom: 0;
    }
}

@media print {
    .plot_carousel .fs-carousel-canister {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.plot_carousel .fs-carousel-item.plot_card {
    margin: 0;
}

@media print {
    .plot_carousel .fs-carousel-item.plot_card {
        width: 48% !important;
        width: calc(50% - 5px) !important;
        margin-bottom: 20px;
    }
}

.plot_carousel .fs-carousel-item.plot_card:not(:last-child) {
    margin-right: 10px;
}

@media print, screen and (min-width: 980px) {
    .plot_carousel .fs-carousel-item.plot_card:not(:last-child) {
        margin-right: 0;
    }
}

.plot_card {
    background-color: #fff;
    color: #444444;
}

@media print {
    .plot_card {
        border: 1px solid rgba(51, 51, 51, 0.4);
    }
}

.plot_panel .plot_card {
    max-width: 400px;
    margin: 20px auto;
}

@media screen and (min-width: 740px) {
    .plot_panel .plot_card {
        width: 48%;
        width: calc(50% - 5px);
        margin: 0 0 10px;
    }
}

@media screen and (min-width: 1220px) {
    .plot_panel .plot_card {
        width: 30%;
        width: calc(33% - 5px);
    }
}

.js .plot_panel .plot_card {
    max-width: none;
}

@media screen and (min-width: 980px) {
    .js .plot_panel .plot_card {
        width: auto;
        background-color: transparent;
        color: inherit;
        margin: 0;
    }
}

@media screen and (min-width: 980px) {
    .plot_panel .plot_card.fs-swap-enabled {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .plot_panel .plot_card.fs-swap-active {
        display: block;
    }
}

.plot_card_figure {
    display: block;
}

    .plot_card_figure picture {
        display: block;
    }

    .plot_card_figure img {
        display: block;
        width: 100%;
    }

.plot_card_data {
    padding: 20px;
}

@media screen and (min-width: 500px) {
    .plot_card_data {
        padding: 45px 50px;
    }
}

.plot_card_header {
    color: #031927;
}

.plot_card_subtitle {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
}

.plot_card_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.33333;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .plot_card_title {
        font-size: 32px;
        font-size: 2rem;
    }
}

.plot_card_description {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin: 10px 0 15px 0;
}

@media screen and (min-width: 740px) {
    .plot_card_description {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.75;
    }
}

.plot_card_description p {
    margin: 0;
}

@media print {
    .plot_card_links {
        display: none;
    }
}

.plot_card_link {
    color: #444;
    display: block;
    margin: 10px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .plot_card_link .icon {
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform;
    }

    .plot_card_link:focus .icon, .plot_card_link:hover .icon {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    .plot_card_link .label {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 800;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2.67px;
        letter-spacing: 0.16688rem;
        line-height: 1;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.2;
    }

    .plot_card_link .icon {
        margin-left: 6px;
    }

    .plot_card_link .symbol {
        width: 13px;
        height: 8px;
        fill: url(#arrowGradient);
    }

@media screen and (min-width: 740px) {
    .plot_card_link .symbol {
        width: 16px;
        height: 10px;
    }
}

.plot_card_link:focus, .plot_card_link:hover {
    color: #3DC2CF;
}

.plot_card_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.related_news {
    background: rgba(236, 239, 242, 0.3);
    overflow: hidden;
    padding: 52px 0 102px;
}

.related_news_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
}

@media screen and (min-width: 740px) {
    .related_news_title {
        font-size: 48px;
        font-size: 3rem;
    }
}

.related_news .fs-carousel-viewport {
    max-width: 410px;
}

@media screen and (min-width: 980px) {
    .related_news .fs-carousel-viewport {
        max-width: 820px;
    }
}

@media screen and (min-width: 1220px) {
    .related_news .fs-carousel-viewport {
        max-width: none;
    }
}

@media screen and (min-width: 1220px) {
    .related_news .news_card {
        width: 33.3%;
        float: left;
    }
}

.nuclear_now {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 50%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 50%, 0 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s, -webkit-clip-path .5s;
    transition: opacity .25s, visibility .25s, -webkit-clip-path .5s;
    transition: clip-path .5s, opacity .25s, visibility .25s;
    transition: clip-path .5s, opacity .25s, visibility .25s, -webkit-clip-path .5s;
}

@media screen and (max-width: 979px) {
    .nuclear_now {
        display: none !important;
    }
}

.no-js .nuclear_now,
.preload .nuclear_now {
    display: none;
}

.nuclear_now.fs-swap-active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
    visibility: visible;
}

.nuclear_now .spotlight_backgrounds {
    opacity: 0.25;
}

.nuclear_now .spotlight_content {
    opacity: 1;
}

.js .nuclear_now .spotlight_content {
    margin-top: 0;
    opacity: 1;
}

.nuclear_now .spotlight_caption {
    display: none;
}

.nuclear_now .spotlight_header {
    margin-top: 0;
}

@media screen and (min-width: 980px) {
    .nuclear_now .spotlight_title {
        margin-bottom: 80px;
    }
}

.nuclear_now .spotlight_body {
    position: relative;
}

.nuclear_now .spotlight_group_resources {
    position: -webkit-sticky;
    position: sticky;
    top: 283px;
}

.nuclear_now .spotlight_title_label:not(:last-child) {
    display: none;
}

.spotlight {
    position: relative;
    background-color: #031927;
    color: #fff;
}

@media screen and (min-width: 740px) {
    .spotlight {
        min-height: calc(100vh - 90px);
    }
}

@media screen and (min-width: 980px) {
    .spotlight {
        min-height: calc(100vh - 141px);
    }
}

@media screen and (min-width: 1220px) and (min-height: 850px) {
    .spotlight {
        min-height: calc(100vh - 187px);
    }
}

.spotlight_close {
    height: 90px;
    width: 90px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
}

.spotlight_close_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #3DC2CF;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.spotlight_close:focus .spotlight_close_icon,
.spotlight_close:hover .spotlight_close_icon {
    -webkit-transform: translate(-50%, -50%) scale(1.25);
    transform: translate(-50%, -50%) scale(1.25);
}

.spotlight_close_icon .symbol {
    height: 20px;
    width: 20px;
}

.spotlight_close_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .spotlight_close_label.focusable:active, .spotlight_close_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.spotlight_inner {
    position: relative;
}

@media screen and (min-width: 740px) {
    .spotlight_inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_inner {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1220px) {
    .spotlight_inner {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 740px) {
    .js .spotlight_inner {
        width: 100%;
        position: absolute;
        padding-top: 0;
    }
}

@media screen and (min-width: 740px) {
    .spotlight.fs-checkpoint-active .spotlight_inner {
        position: fixed;
        bottom: 0;
    }
}

.nuclear_now .spotlight_inner {
    padding: 130px 0 100px;
}

.spotlight_spacer {
    display: none;
}

@media screen and (min-width: 740px) {
    .js .spotlight_spacer {
        min-height: 100vh;
        display: block;
    }
}

@media screen and (min-width: 740px) {
    .second_visit .spotlight_spacer {
        min-height: inherit;
    }
}

.spotlight_backgrounds {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    overflow: hidden;
}
.member-center-spotlight .spotlight_caption_wrap {
    display: none;
}

.member-center-spotlight .spotlight_title_label:nth-child(2) {
    display: block;
    opacity: 1 !important;
}

.member-center-spotlight .spotlight_title_label {
    opacity: 0 !important;
}

.member-center-spotlight .spotlight_header {
    margin-top: 100px !important;
    min-height: auto !important;
}

.member-center-spotlight .spotlight_backgrounds {
    top: 0 !important;
}

@media print {
    .spotlight_backgrounds {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_backgrounds {
        height: auto;
        top: 0;
        position: fixed;
        will-change: transform;
    }
}

.nuclear_now .spotlight_backgrounds {
    height: 100%;
    position: fixed;
    top: 0;
}

.has_video .video_background_wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 980px) {
    .has_video .video_background_wrapper {
        display: none;
    }
}

.video_background_video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.spotlight_background_fallback {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
}

@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
    .spotlight_background_fallback {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

.nuclear_now .spotlight_background_fallback {
    display: none;
}

.spotlight_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: none;
}

@media print {
    .spotlight_background {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_background {
        display: block;
    }
}

.spotlight.loaded .spotlight_background {
    opacity: 1;
}

.spotlight_backgrounds_mask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #031927;
    opacity: 0.75;
}

@media screen and (max-width: 739px) {
    .spotlight_backgrounds_mask {
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }
}

.js .spotlight_backgrounds_mask {
    opacity: 0.4;
}

@media screen and (max-width: 739px) {
    .spotlight.scrolled .spotlight_backgrounds_mask {
        opacity: 0.75;
    }
}

.second_visit .spotlight_backgrounds_mask {
    opacity: 0.75;
}

.spotlight_content {
    margin-top: -50vh;
}

@media print, screen and (min-width: 740px) {
    .spotlight_content {
        margin-top: 0;
    }
}

.js .spotlight_content {
    margin-top: calc(-50vh + 60px);
    opacity: 0;
    -webkit-transition: opacity 0.4s, margin 0.4s;
    transition: opacity 0.4s, margin 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (min-width: 740px) {
    .js .spotlight_content {
        margin-top: 60px;
    }
}

@media screen and (max-width: 739px) {
    .spotlight_content.loaded_mobile,
    .second_visit .spotlight_content {
        margin-top: -100vh;
        opacity: 1;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_content.loaded_desktop,
    .second_visit .spotlight_content {
        margin-top: 0;
        opacity: 1;
    }
}

.second_visit .spotlight_content {
    margin-top: -100vh;
}

@media screen and (min-width: 740px) {
    .second_visit .spotlight_content {
        margin-top: 0;
    }
}

.spotlight_wrapper {
    position: relative;
    z-index: 4;
}

.spotlight_header {
    min-height: 70vh;
    margin-bottom: 23px;
}

@media print {
    .spotlight_header {
        min-height: inherit;
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_header {
        min-height: inherit;
        margin-top: calc(100vh - 350px);
    }
}

@media screen and (min-width: 980px) {
    .spotlight_header {
        width: calc(100% - 300px);
        margin-top: calc(100vh - 550px);
    }
}

@media screen and (min-width: 1220px) {
    .spotlight_header {
        margin-top: calc(100vh - 650px);
    }
}

@media screen and (min-width: 1220px) and (min-height: 850px) {
    .spotlight_header {
        margin-top: calc(100vh - 700px);
    }
}

.js .spotlight_header {
    margin-bottom: 0;
}

.second_visit .spotlight_header {
    min-height: inherit;
    margin-top: 0;
}

.spotlight_header_inner {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

@media screen and (min-width: 740px) {
    .spotlight_header_inner {
        position: static;
    }
}

.spotlight_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    position: relative;
    display: inline-block;
    font-size: 29px;
    font-size: 1.8125rem;
    margin: 40px 0 12px;
}

@media screen and (min-width: 740px) {
    .spotlight_title {
        margin-top: 0;
        margin-bottom: 22px;
        font-size: 48px;
        font-size: 3rem;
    }
}

@media screen and (min-width: 980px) and (min-height: 850px) {
    .spotlight_title {
        font-size: 56px;
        font-size: 3.5rem;
    }
}

@media screen and (min-width: 1220px) and (min-height: 850px) {
    .spotlight_title {
        font-size: 64px;
        font-size: 4rem;
    }
}

@media screen and (min-width: 740px) {
    .second_visit .spotlight_title {
        margin-top: 100px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 980px) {
    .second_visit .spotlight_title {
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

.spotlight_title_icon {
    position: absolute;
    bottom: 100%;
    left: 0;
    color: #3DC2CF;
    display: block;
    margin-bottom: 15px;
}

    .spotlight_title_icon .symbol {
        height: 30px;
        width: 27px;
    }

.spotlight_title_label {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    margin-left: 0.5ch;
}

    .spotlight_title_label:nth-child(2) {
        display: none;
    }

.js .spotlight_title_label:nth-child(2) {
    display: block;
    opacity: 0;
}

.second_visit .spotlight_title_label:first-child {
    display: none;
}

.second_visit .spotlight_title_label:nth-child(2) {
    display: block;
    opacity: 1;
}

.spotlight_caption_wrap {
    overflow: hidden;
}

.second_visit .spotlight_caption_wrap {
    display: none;
}

.spotlight_caption {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.28571;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .spotlight_caption {
        font-size: 34px;
        font-size: 2.125rem;
    }
}

@media screen and (min-width: 980px) and (min-height: 850px) {
    .spotlight_caption {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 1220px) and (min-height: 850px) {
    .spotlight_caption {
        font-size: 64px;
        font-size: 4rem;
    }
}

.spotlight_caption.passed {
    pointer-events: none;
}

.js .spotlight_caption {
    padding-bottom: 80px;
}

@media screen and (min-width: 740px) and (min-height: 700px) {
    .js .spotlight_caption {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 980px) {
    .js .spotlight_caption {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 980px) and (min-height: 700px) {
    .js .spotlight_caption {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 980px) and (min-height: 900px) {
    .js .spotlight_caption {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1200px) and (min-height: 1000px) {
    .js .spotlight_caption {
        padding-bottom: 170px;
    }
}

.spotlight_switches {
    border-top: 3px solid #fff;
    margin-top: 28px;
}

    .spotlight_switches:after {
        clear: both;
        content: "";
        display: table;
    }

@media print {
    .spotlight_switches {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_switches {
        display: none;
    }
}

.spotlight_switch {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    width: 50%;
    position: relative;
    float: left;
    color: inherit;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 1.85px;
    letter-spacing: 0.11563rem;
    padding: 9px 10px;
    text-align: center;
    text-transform: uppercase;
}

    .spotlight_switch:before {
        content: "";
    }

    .spotlight_switch:first-child:before {
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: 100%;
        left: 0;
        background: #3DC2CF;
        content: "";
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

    .spotlight_switch:first-child.fs-swap-active:before {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.spotlight_body {
    position: relative;
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .spotlight_body {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
}

@media print {
    .spotlight_group {
        height: auto !important;
    }
}

@media screen and (max-width: 739px) {
    .spotlight_group {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.25s, visibility 0.25s;
        transition: opacity 0.25s, visibility 0.25s;
    }
}

@media screen and (max-width: 739px) {
    .spotlight_group.fs-swap-active {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_group .spotlight_group_inner {
        border-top-width: 5px;
        border-top-style: solid;
        padding-top: 20px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_group .spotlight_group_inner {
        padding-top: 25px;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_group_latest {
        width: calc(60% - 40px);
        border-top-color: #3DC2CF;
        margin-right: 40px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_group_latest {
        width: calc(100% - 340px);
    }
}

@media screen and (min-width: 1220px) {
    .spotlight_group_latest {
        width: calc(100% - 375px);
        margin-right: 75px;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_group_latest .spotlight_group_inner {
        border-top-color: #3DC2CF;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_group_resources {
        width: 40%;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_group_resources {
        width: 300px;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_group_resources .spotlight_group_inner {
        border-top-color: #179CD6;
    }
}

@media screen and (min-width: 740px) {
    .spotlight.stick_resources .spotlight_group_resources .spotlight_group_inner {
        position: fixed;
        right: 50%;
        bottom: 150px;
        margin-right: -353px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight.stick_resources .spotlight_group_resources .spotlight_group_inner {
        bottom: 180px;
        margin-right: -470px;
    }
}

@media screen and (min-width: 1220px) {
    .spotlight.stick_resources .spotlight_group_resources .spotlight_group_inner {
        bottom: 200px;
        margin-right: -587px;
    }
}

.spotlight_group_discovery_link {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    background: #fff;
    border-radius: 3px;
    color: #031927;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin-bottom: 12px;
    padding: 13px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
}

@media print {
    .spotlight_group_discovery_link {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_group_discovery_link {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 26px;
        padding: 19px 20px;
    }
}

.spotlight_group_discovery_link:focus, .spotlight_group_discovery_link:hover {
    background: #3DBC95;
    color: #fff;
}

.spotlight_group_header {
    display: none;
}

@media screen and (min-width: 740px) {
    .spotlight_group_header {
        display: block;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_group_title {
        margin: 0;
    }
}

.spotlight_group_icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

    .spotlight_group_icon svg {
        height: 16px;
        width: 20px;
    }

.spotlight_group_label {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 740px) {
    .spotlight_group_label {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2.3px;
        letter-spacing: 0.14375rem;
        line-height: 1.21429;
        margin: 0;
        text-transform: uppercase;
    }
}

.spotlight_group_link {
    color: #031927;
    display: block;
    padding: 10px 0;
    -webkit-transition: color .25s;
    transition: color .25s;
    color: #fff;
    padding: 12px 0;
}

    .spotlight_group_link:focus, .spotlight_group_link:hover {
        color: #169CD6;
    }

.spotlight_group_link_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin-right: 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .spotlight_group_link_label {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 2.5px;
        letter-spacing: 0.15625rem;
    }
}

.spotlight_group_link_icon {
    color: #3DBC95;
    display: inline-block;
    vertical-align: middle;
}

    .spotlight_group_link_icon svg {
        height: 10px;
        width: 15px;
    }

@media print {
    .spotlight_group_link {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_group_link {
        padding: 26px 0;
    }
}

.spot {
    border-top: 2px solid rgba(255, 255, 255, 0.4);
}

@media print {
    .spot {
        border-top-color: rgba(85, 85, 85, 0.4);
    }
}

@media screen and (min-width: 740px) {
    .spot {
        position: relative;
    }
}

@media screen and (min-width: 740px) {
    .spot:first-child {
        border-top: 0;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_group_latest .spot:first-child {
        padding-top: 0;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_group_resources .spot:first-child {
        padding-top: 0;
    }
}

.spotlight_group_resources .spot:last-child {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 980px) {
    .spotlight_group_resources .spot:last-child {
        border-bottom-width: 1px;
    }
}

.spotlight_group_latest .spot {
    padding-top: 12px;
    padding-bottom: 42px;
}

@media screen and (min-width: 980px) {
    .spotlight_group_latest .spot {
        padding-top: 43px;
        padding-bottom: 77px;
    }
}

.spotlight_group_resources .spot {
    padding-top: 15px;
    padding-bottom: 22px;
}

@media screen and (min-width: 980px) {
    .spotlight_group_resources .spot {
        border-top-width: 1px;
        padding-top: 27px;
        padding-bottom: 32px;
    }
}

.spot_figure {
    display: none;
}

@media screen and (min-width: 740px) {
    .spot_figure {
        width: 80px;
        float: right;
        display: block;
        margin-left: 20px;
    }
}

@media screen and (min-width: 980px) {
    .spot_figure {
        width: 120px;
        margin-left: 40px;
    }
}

@media screen and (min-width: 1220px) {
    .spot_figure {
        width: 190px;
    }
}

.spot_image {
    width: 100%;
    border-radius: 50%;
}

@media screen and (min-width: 740px) {
    .spot_header {
        overflow: hidden;
    }
}

.spotlight_group_latest .spot_details {
    margin-bottom: 12px;
}

@media screen and (min-width: 980px) {
    .spotlight_group_latest .spot_details {
        margin-bottom: 15px;
    }
}

.spot_title {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: baseline;
}

@media screen and (min-width: 980px) {
    .spot_title {
        margin-right: 25px;
    }
}

.spot_icon {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .spot_icon {
        margin-right: 6px;
    }
}

.spot_icon svg {
    height: 10px;
    width: 10px;
}

@media screen and (min-width: 980px) {
    .spot_icon svg {
        height: 16px;
        width: 16px;
    }
}

.spot_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 1.85px;
    letter-spacing: 0.11563rem;
    line-height: 1.18182;
    text-transform: uppercase;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .spot_label {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.21429;
    }
}

.spot_ext {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #3DC2CF;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 2.3px;
    letter-spacing: 0.14375rem;
    line-height: 1.18182;
    margin-right: 10px;
    vertical-align: baseline;
    text-transform: uppercase;
}

@media screen and (min-width: 980px) {
    .spot_ext {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.21429;
        margin-right: 25px;
    }
}

.spot_time {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.18182;
    vertical-align: baseline;
}

@media screen and (min-width: 980px) {
    .spot_time {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.21429;
    }
}

.spot_type {
    color: #179CD6;
    display: inline-block;
    margin-left: 4px;
}

@media screen and (min-width: 980px) {
    .spot_type {
        position: relative;
        top: 2px;
        margin-left: 6px;
    }
}

.spot_type svg {
    height: 10px;
    width: 8px;
}

@media screen and (min-width: 980px) {
    .spot_type svg {
        height: 15px;
        width: 13px;
    }
}

.spot_caption {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
}

.spotlight_group_latest .spot_caption {
    margin: 0 0 14px;
}

@media screen and (min-width: 980px) {
    .spotlight_group_latest .spot_caption {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.25;
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1220px) {
    .spotlight_group_latest .spot_caption {
        font-size: 32px;
        font-size: 2rem;
    }
}

.spotlight_group_resources .spot_caption {
    margin: 0 0 3px;
}

@media screen and (min-width: 980px) {
    .spotlight_group_resources .spot_caption {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: 8px;
    }
}

.spot_caption_link {
    display: inline-block;
    color: inherit;
    padding-right: 30px;
}

@media screen and (min-width: 980px) {
    .spot_caption_link {
        padding-right: 38px;
    }
}

.spot_caption_link .icon {
    position: relative;
    display: inline-block;
}

.spot_caption_link .symbol {
    width: 17px;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: 6px;
    opacity: 0;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (min-width: 980px) {
    .spot_caption_link .symbol {
        width: 22px;
        height: 14px;
        left: 8px;
    }
}

.spot_caption_link:focus .symbol, .spot_caption_link:hover .symbol {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.social_nav_list_spot {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -5px;
}

@media print {
    .social_nav_list_spot {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .social_nav_list_spot {
        margin-left: -8px;
    }
}

/* ==========================================================================
   Mobile navigation
============================================================================= */
.layout_home .nuclear_mobile {
    display: none;
}

.nuclear_mobile .spotlight {
    padding-bottom: 80px;
}

.nuclear_mobile .spotlight_close {
    display: none;
}

.nuclear_mobile .spotlight_backgrounds {
    display: none;
}

.nuclear_mobile .spotlight_content {
    opacity: 1;
}

.nuclear_mobile .spotlight_header {
    min-height: inherit;
}

@media screen and (min-width: 740px) {
    .nuclear_mobile .spotlight_title {
        margin-top: 80px;
    }
}

.nuclear_mobile .spotlight_title_icon {
    display: none;
}

.nuclear_mobile .spotlight_title_label:not(:last-child) {
    display: none;
}

.nuclear_mobile .spotlight_content {
    margin-top: 0;
}

.stats {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .stats {
        margin-top: 50px;
    }
}

@media screen and (min-width: 980px) {
    .stats {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .stats {
        margin-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .stats {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .stats {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .stats {
        margin-bottom: 80px;
    }
}

.stats_header {
    margin-bottom: 34px;
}

@media print {
    .stats_header {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 980px) {
    .stats_header {
        margin-bottom: 64px;
    }
}

.stats_header_inner {
    will-change: opacity, transform;
}

@media print {
    .stats_header_inner {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.stats_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0 0 3px;
}

@media screen and (min-width: 980px) {
    .stats_title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

.stats_link {
    color: #031927;
    display: block;
    padding: 10px 0;
    -webkit-transition: color .25s;
    transition: color .25s;
}

    .stats_link:focus, .stats_link:hover {
        color: #169CD6;
    }

.stats_link_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin-right: 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .stats_link_label {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 2.5px;
        letter-spacing: 0.15625rem;
    }
}

.stats_link_icon {
    color: #3DBC95;
    display: inline-block;
    vertical-align: middle;
}

    .stats_link_icon svg {
        height: 10px;
        width: 15px;
    }

@media print {
    .stats_link {
        display: none;
    }
}

.stats_link:focus .stats_link_icon, .stats_link:hover .stats_link_icon {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.stats_link_icon {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.stat {
    margin: 30px 0;
    overflow: hidden;
}

.stat_block {
    position: relative;
}

@media print {
    .stat_block {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.stat_wrapper {
    position: relative;
    background-color: #031927;
    color: #fff;
    padding: 30px 20px;
    will-change: opacity, transform;
}

@media print {
    .stat_wrapper {
        padding: 0;
        margin: 40px 0;
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 500px) {
    .stat_wrapper {
        padding: 40px 30px;
    }
}

@media screen and (min-width: 980px) {
    .stat_wrapper {
        padding: 60px;
    }
}

.stat_backgrounds {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

@media print {
    .stat_backgrounds {
        display: none;
    }
}

.stat_background_fallback {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.35;
}

@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
    .stat_background_fallback {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

.stat_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.no-js .stat_background {
    display: none;
}

.stat_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(3, 25, 39, 0.7);
    content: "";
}

.stat_background .fs-background-container {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.stat.loaded .stat_background .fs-background-container {
    opacity: 1;
}

.stat_inner {
    position: relative;
    z-index: 4;
}

@media print {
    .stat_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 740px) {
    .stat_inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.stat_header {
    margin-bottom: 40px;
}

@media print, screen and (min-width: 740px) {
    .stat_header {
        width: 50%;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 20px;
    }
}

@media screen and (min-width: 980px) {
    .stat_header {
        padding-left: 40px;
    }
}

.stat_number {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 4px;
}

@media screen and (min-width: 980px) {
    .stat_number {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 800;
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.stat_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 9px;
    font-size: 0.5625rem;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
    line-height: 1.22222;
    margin: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 980px) {
    .stat_label {
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2.3px;
        letter-spacing: 0.14375rem;
        line-height: 1.21429;
    }
}

.stat_figure {
    margin-top: 20px;
}

@media screen and (min-width: 980px) {
    .stat_figure {
        margin-top: 40px;
    }
}

.stat_image {
    width: 100%;
}

@media print, screen and (min-width: 740px) {
    .stat_body {
        width: 50%;
        padding-right: 20px;
    }
}

@media screen and (min-width: 980px) {
    .stat_body {
        padding-right: 40px;
    }
}

.stat_body:before {
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    content: "";
    display: block;
    margin-bottom: 17px;
}

@media print {
    .stat_body:before {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .stat_body:before {
        height: 5px;
    }
}

.stat_caption {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
    .stat_caption {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.57143;
        margin-bottom: 20px;
    }
}

.stat_caption p {
    margin: 0;
}

.social_nav_list_stats {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -5px;
}

@media print {
    .social_nav_list_stats {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .social_nav_list_stats {
        margin-left: -8px;
    }
}

/* ==========================================================================
   Checkpoint (reveal content on scroll)
============================================================================= */
@media screen and (min-width: 740px) {
    .stat.fs-checkpoint-element .stat_body:before {
        width: 0;
        -webkit-transition: width 0.6s;
        transition: width 0.6s;
        will-change: width;
    }
}

@media print {
    .stat.fs-checkpoint-element .stat_caption,
    .stat.fs-checkpoint-element .stat_footer {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 740px) {
    .stat.fs-checkpoint-element .stat_caption,
    .stat.fs-checkpoint-element .stat_footer {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, transform 0.4s;
        transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        will-change: opacity, transform;
    }
}

@media screen and (min-width: 740px) {
    .stat.fs-checkpoint-active .stat_body:before {
        width: 100%;
        -webkit-transition: width 0.4s;
        transition: width 0.4s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        will-change: width;
    }
}

@media screen and (min-width: 740px) {
    .stat.fs-checkpoint-active .stat_caption,
    .stat.fs-checkpoint-active .stat_footer {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
}

/* ==========================================================================
   Subscribe
============================================================================= */
.subscribe_block {
    background-color: #63CED8;
    color: #031927;
    padding: 32px 0;
}

@media print {
    .subscribe_block {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .subscribe_wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.subscribe_header {
    margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
    .subscribe_header {
        width: 50%;
        margin-bottom: 0;
        padding-right: 30px;
    }
}

.subscribe_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 3px;
    letter-spacing: 0.1875rem;
    margin: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 980px) {
    .subscribe_form {
        width: 50%;
        padding-left: 10px;
    }
}

.subscribe_form_inner {
    border: 2px solid #fff;
    border-radius: 3px;
    overflow: hidden;
}

@media screen and (min-width: 500px) {
    .subscribe_form_inner {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 500px) {
    .subscribe_form_set {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.subscribe_form_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .subscribe_form_label.focusable:active, .subscribe_form_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.subscribe_form_input {
    background-color: transparent;
    border-width: 0;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 16px 20px;
}

[data-whatinput="mouse"] .subscribe_form_input:focus,
[data-whatinput="touch"] .subscribe_form_input:focus {
    outline: none;
}

@media screen and (min-width: 500px) {
    .subscribe_form_input {
        border-bottom-width: 0;
    }
}

.subscribe_form_input::-webkit-input-placeholder {
    color: #031927;
    text-overflow: ellipsis;
}

.subscribe_form_input:-ms-input-placeholder {
    color: #031927;
    text-overflow: ellipsis;
}

.subscribe_form_input::-ms-input-placeholder {
    color: #031927;
    text-overflow: ellipsis;
}

.subscribe_form_input::placeholder {
    color: #031927;
    text-overflow: ellipsis;
}

.subscribe_form_input[placeholder] {
    color: #031927;
    text-overflow: ellipsis;
}

.subscribe_form_submit {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    background-color: #fff;
    color: #031927;
    cursor: pointer;
    padding: 18px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
}

@media screen and (min-width: 500px) {
    .subscribe_form_submit {
        height: 100%;
    }
}

.subscribe_form_submit:focus, .subscribe_form_submit:hover {
    background-color: #143862;
    color: #fff;
}

    .subscribe_form_submit:focus .symbol_arrow_right, .subscribe_form_submit:hover .symbol_arrow_right {
        fill: #fff;
    }

.subscribe_form_submit .symbol {
    margin-left: 8px;
}

.subscribe_form_submit .symbol_arrow_right {
    width: 16px;
    height: 10px;
    fill: url(#arrowGradient);
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

.video_player {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .video_player {
        margin-top: 50px;
    }
}

@media screen and (min-width: 980px) {
    .video_player {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .video_player {
        margin-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .video_player {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .video_player {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .video_player {
        margin-bottom: 80px;
    }
}

.video {
    margin: 40px 0;
    will-change: transform;
}

@media print {
    .video {
        margin: 40px 0;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 500px) {
    .video {
        margin: 50px 0;
    }
}

@media screen and (min-width: 740px) {
    .video {
        margin: 80px 0;
    }
}

@media screen and (min-width: 980px) {
    .video {
        margin: 120px 0;
    }
}

.video:first-child {
    margin-top: 0;
}

.video:last-child {
    margin-bottom: 0;
}

.video_inner {
    will-change: transform;
}

@media print {
    .video_inner {
        opacity: 1 !important;
        padding: 0;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 980px) {
    .video_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 30px 30px 30px;
    }
}

.video_header {
    margin-bottom: 28px;
}

@media screen and (min-width: 980px) {
    .video_header {
        width: 40%;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-right: 94px;
        padding-top: 25px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 1220px) {
    .video_header {
        padding-right: 135px;
    }
}

.video_header_details {
    position: relative;
    padding-top: 33px;
}

    .video_header_details:before {
        height: 6px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        background: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
        background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    }

@media screen and (min-width: 500px) and (max-width: 979px) {
    .video_header_details {
        text-align: center;
    }
}

.video_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 2px;
    color: #031927;
    display: block;
    letter-spacing: 2.3px;
    letter-spacing: 0.14375rem;
    margin: 0 0 20px;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media print {
    .video_label {
        border: 1px solid;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 499px) {
    .video_label {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0;
        padding: 10px 18px;
    }
}

@media print, screen and (min-width: 500px) {
    .video_label {
        display: inline-block;
        margin: 0 0 20px;
        padding: 9px 18px 8px;
    }
}

@media screen and (min-width: 500px) and (max-width: 979px) {
    .video_label {
        margin-bottom: 0;
    }
}

.video.theme_blue_dark .video_label {
    background: #1F6EB7;
    color: #fff;
}

.video.theme_blue_light .video_label {
    background: #179CD6;
}

.video.theme_teal .video_label {
    background: #3DC2CF;
}

.video.theme_green .video_label {
    background: #3DBC95;
}

.video_caption {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.57143;
    margin: 0 0 6px;
}

@media screen and (min-width: 740px) {
    .video_caption {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 499px) {
    .video_caption {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.44444;
    }
}

@media screen and (min-width: 500px) and (max-width: 979px) {
    .video_caption {
        text-align: left;
    }
}

@media screen and (min-width: 980px) {
    .video_caption {
        width: 100%;
        margin-bottom: 20px;
    }
}

.video_link {
    color: #031927;
    display: block;
    padding: 10px 0;
    -webkit-transition: color .25s;
    transition: color .25s;
}

    .video_link:focus, .video_link:hover {
        color: #169CD6;
    }

.video_link_label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    margin-right: 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .video_link_label {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 2.5px;
        letter-spacing: 0.15625rem;
    }
}

.video_link_icon {
    color: #3DBC95;
    display: inline-block;
    vertical-align: middle;
}

    .video_link_icon svg {
        height: 10px;
        width: 15px;
    }

@media print {
    .video_link {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .video_link {
        width: 100%;
        position: relative;
        padding-bottom: 0;
    }
}

.video_link:before {
    height: 2px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    content: "";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.video_link_icon {
    position: relative;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    margin-right: 6px;
    padding: 6px 3px 6px 4px;
    -webkit-transition: border 0.25s, -webkit-transform 0.25s;
    transition: border 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, border 0.25s;
    transition: transform 0.25s, border 0.25s, -webkit-transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

    .video_link_icon:before {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        content: "";
        display: block;
        background: #169CD6;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        z-index: 0;
    }

    .video_link_icon .symbol {
        position: relative;
        z-index: 1;
    }

.video_link:hover .video_link_icon {
    color: #fff;
    border-color: rgba(22, 156, 214, 0);
}

    .video_link:hover .video_link_icon:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.video_figure {
    position: relative;
    display: block;
    overflow: hidden;
}

@media screen and (min-width: 980px) {
    .video_figure {
        width: 60%;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
        transition: -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
        transition: box-shadow 0.25s, transform 0.25s;
        transition: box-shadow 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
        will-change: box-shadow, transform;
    }
}

@media screen and (min-width: 980px) {
    .video_figure:before {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        content: "";
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(60%, transparent));
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 60%);
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }
}

@media screen and (min-width: 980px) {
    .video_figure:focus, .video_figure:hover {
        -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.6);
    }
}

.video_image {
    width: 100%;
    position: relative;
}

@media screen and (min-width: 980px) {
    .video_figure_details {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 4;
        padding: 27px 45px;
    }
}

@media screen and (min-width: 1220px) {
    .video_figure_details {
        width: 80%;
    }
}

.video_figure_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #031927;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    margin: 0;
}

@media print, screen and (min-width: 740px) {
    .video_figure_title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.46429;
    }
}

@media screen and (min-width: 980px) {
    .video_figure_title {
        color: #fff;
    }
}

.video_figure_title:before {
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    content: "";
    display: block;
    margin-bottom: 13px;
}

@media screen and (min-width: 980px) {
    .video_figure_title:before {
        display: none;
    }
}

.video_figure_title_label {
    display: block;
    margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
    .video_figure_title_label {
        display: inline;
        margin-right: 5px;
        vertical-align: top;
    }
}

.video_figure_title_icon {
    position: relative;
    z-index: 2;
    margin: 12px 10px;
    display: inline-block;
    vertical-align: baseline;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

@media print {
    .video_figure_title_icon {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .video_figure_title_icon {
        margin: 15px 12px;
    }
}

.video_figure_title_icon:before, .video_figure_title_icon:after {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    border-radius: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 980px) {
    .video_figure_title_icon:before, .video_figure_title_icon:after {
        height: 40px;
        width: 40px;
    }
}

.video_figure_title_icon:before {
    border: 2px solid #3DC2CF;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_figure_title_icon:after {
    background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.video_figure:focus .video_figure_title_icon:after,
.video_figure:hover .video_figure_title_icon:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.video_figure_title_icon svg {
    height: 8px;
    width: 13px;
}

@media screen and (min-width: 980px) {
    .video_figure_title_icon svg {
        height: 11px;
        width: 17px;
    }
}

.video_figure_video_button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

@media print {
    .video_figure_video_button {
        display: none;
    }
}

.video_figure_video_icon {
    position: relative;
    z-index: 2;
    color: #fff;
    display: inline-block;
    padding: 9px;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .video_figure_video_icon {
        padding: 20px;
    }
}

.video_figure_video_icon:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    border-radius: 50%;
    content: "";
}

.video_figure_video_icon svg {
    height: 14px;
    width: 14px;
    position: relative;
    right: -1px;
}

@media screen and (min-width: 980px) {
    .video_figure_video_icon svg {
        height: 20px;
        width: 20px;
    }
}

.video_figure:focus .video_figure_video_icon:before,
.video_figure:hover .video_figure_video_icon:before {
    -webkit-animation: truck-on 1s infinite linear;
    animation: truck-on 1s infinite linear;
}

.video_figure_video_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .video_figure_video_label.focusable:active, .video_figure_video_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

/* ==========================================================================
	Visual Statement
============================================================================= */
.visual_block {
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.visual_backgrounds {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.visual_background_fallback {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
    .visual_background_fallback {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

@media screen and (min-width: 740px) {
    .visual_background_fallback {
        opacity: 0.9;
    }
}

.visual_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.no-js .visual_background {
    display: none;
}

.visual_background .fs-background-container {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.visual_block.loaded .visual_background .fs-background-container {
    opacity: 0.5;
}

@media screen and (min-width: 740px) {
    .visual_block.loaded .visual_background .fs-background-container {
        opacity: 0.9;
    }
}

.visual_inner {
    position: relative;
}

@media screen and (min-width: 500px) {
    .visual_inner {
        min-height: 320px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 740px) {
    .visual_inner {
        min-height: 420px;
    }
}

@media screen and (min-width: 980px) {
    .visual_inner {
        min-height: 525px;
    }
}

@media screen and (min-width: 1220px) {
    .visual_inner {
        min-height: 620px;
    }
}

@media screen and (min-width: 740px) {
    .visual_inner:before {
        width: 85%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        display: block;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (min-width: 980px) {
    .visual_inner:before {
        width: 60%;
    }
}

@media screen and (min-width: 740px) {
    .layout_left .visual_inner:before {
        background-color: rgba(0, 0, 0, 0.5);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
        filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=1)";
        left: 0;
    }
}

@media screen and (min-width: 740px) {
    .layout_right .visual_inner:before {
        background-color: transparent;
        background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.5)));
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
        filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=1)";
        right: 0;
    }
}

.visual_container {
    width: 100%;
    position: relative;
    padding: 60px 0;
}

@media print {
    .visual_container {
        padding: 0;
    }
}

.visual_header {
    position: relative;
}

.decoration .visual_header:before {
    width: 100%;
    height: 5px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(87%, #2DBACA));
    background-image: linear-gradient(90deg, #169CD6 13%, #2DBACA 87%);
    content: "";
    display: block;
    margin-bottom: 25px;
}

@media print {
    .decoration .visual_header:before {
        display: none;
    }
}

.visual_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.16667;
    font-weight: 400;
    margin: 6px 0;
}

@media screen and (min-width: 740px) {
    .visual_title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

.visual_description {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: rgba(235, 235, 236, 0.97);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin: 6px 0 30px;
}

@media screen and (min-width: 740px) {
    .visual_description {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.83333;
    }
}

.visual_description p {
    margin: 0;
}

.visual_links {
    margin: 30px 0 0;
}

@media print {
    .visual_links {
        display: none;
    }
}

.visual_link {
    color: #fff;
    display: block;
    margin: 10px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .visual_link .icon {
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform;
    }

    .visual_link:focus .icon, .visual_link:hover .icon {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    .visual_link .label {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 800;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2.67px;
        letter-spacing: 0.16688rem;
        line-height: 1;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.2;
    }

@media screen and (min-width: 740px) {
    .visual_link .label {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.visual_link .icon {
    margin-left: 6px;
}

.visual_link .symbol {
    width: 13px;
    height: 8px;
}

@media screen and (min-width: 740px) {
    .visual_link .symbol {
        width: 16px;
        height: 10px;
    }
}

.visual_link:focus, .visual_link:hover {
    color: #3DC2CF;
}

.visual_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.visual_sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
}

@media print {
    .visual_sharing {
        display: none;
    }
}

.visual_sharing.loading {
    display: none;
}

.visual_sharing_item:not(:last-child) {
    margin-right: 16px;
}

.visual_sharing_item:nth-child(3n + 2) .visual_sharing_link {
    background-color: #179CD6;
}

.visual_sharing_item:nth-child(3n + 3) .visual_sharing_link {
    background-color: #3DC2CF;
}

.visual_sharing_link {
    width: 30px;
    height: 30px;
    position: relative;
    background-color: #1F6EB7;
    border-radius: 50%;
    color: #fff;
    display: block;
    -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
    transition: background-color 0.25s, -webkit-transform 0.25s;
    transition: background-color 0.25s, transform 0.25s;
    transition: background-color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

    .visual_sharing_link .label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .visual_sharing_link .label.focusable:active, .visual_sharing_link .label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .visual_sharing_link .symbol {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .visual_sharing_link.facebook .symbol {
        width: 8px;
        height: 14px;
    }

    .visual_sharing_link.twitter .symbol {
        width: 13px;
        height: 10px;
    }

    .visual_sharing_link.linkedin .symbol {
        width: 13px;
        height: 12px;
    }

    .visual_sharing_link:focus, .visual_sharing_link:hover {
        background-color: #67757D !important;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

/* ==========================================================================
   Checkpoint (reveal content on scroll)
============================================================================= */
.visual_block.fs-checkpoint-element .visual_header:before {
    width: 0;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
    will-change: width;
}

.visual_block.fs-checkpoint-element .visual_title,
.visual_block.fs-checkpoint-element .visual_body > :nth-child(1),
.visual_block.fs-checkpoint-element .visual_body > :nth-child(2) {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity, transform;
}

@media print {
    .visual_block.fs-checkpoint-element .visual_title,
    .visual_block.fs-checkpoint-element .visual_body > :nth-child(1),
    .visual_block.fs-checkpoint-element .visual_body > :nth-child(2) {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.visual_block.fs-checkpoint-element .visual_sharing .visual_sharing_item {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: transform;
}

@media screen and (min-width: 740px) {
    .visual_block.fs-checkpoint-element .visual_inner:before {
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform;
    }
}

@media screen and (min-width: 740px) {
    .visual_block.fs-checkpoint-element.layout_left .visual_inner:before {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@media screen and (min-width: 740px) {
    .visual_block.fs-checkpoint-element.layout_right .visual_inner:before {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.visual_block.fs-checkpoint-active .visual_header:before {
    width: 100%;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    will-change: width;
}

.visual_block.fs-checkpoint-active .visual_title {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.visual_block.fs-checkpoint-active .visual_body > :nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.visual_block.fs-checkpoint-active .visual_title,
.visual_block.fs-checkpoint-active .visual_body > :nth-child(1),
.visual_block.fs-checkpoint-active .visual_body > :nth-child(2) {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.visual_block.fs-checkpoint-active .visual_sharing .visual_sharing_item {
    -webkit-transform: scale(1);
    transform: scale(1);
}

    .visual_block.fs-checkpoint-active .visual_sharing .visual_sharing_item:nth-child(1) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }

    .visual_block.fs-checkpoint-active .visual_sharing .visual_sharing_item:nth-child(2) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .visual_block.fs-checkpoint-active .visual_sharing .visual_sharing_item:nth-child(3) {
        -webkit-transition-delay: 0.55s;
        transition-delay: 0.55s;
    }

@media screen and (min-width: 740px) {
    .visual_block.fs-checkpoint-active.layout_left .visual_inner:before, .visual_block.fs-checkpoint-active.layout_right .visual_inner:before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* ==========================================================================
	Accordion
============================================================================= */
.accordion_item_title {
    position: relative;
    cursor: pointer;
}

.fs-swap-enabled .accordion_item_description {
    display: none;
}

@media print {
    .fs-swap-enabled .accordion_item_description {
        display: block;
    }
}

.fs-swap-active .accordion_item_description {
    display: block;
}

/* ==========================================================================
	Buttons
============================================================================= */
.button_block {
    margin: 20px 0;
}

.button_block_link {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s;
    transition: background 0.25s, border 0.25s, box-shadow 0.25s, color 0.25s, transform 0.25s, -webkit-box-shadow 0.25s, -webkit-transform 0.25s;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    background-color: #ECEFF2;
    color: #444;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

    .button_block_link .label {
        display: inline-block;
        vertical-align: middle;
    }

    .button_block_link .icon {
        display: inline-block;
        vertical-align: middle;
    }

    .button_block_link .label {
        display: inline-block;
        vertical-align: middle;
    }

    .button_block_link .icon {
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (min-width: 320px) {
    .button_block_link {
        display: inline-block;
        margin-right: 8px;
        text-align: left;
    }
}

@media screen and (max-width: 499px) {
    .button_block_link {
        display: block;
        margin: 10px 0;
    }
}

@media screen and (min-width: 500px) {
    .button_block_link {
        margin: 5px 10px 5px 0;
    }
}

.button_block_link .icon {
    margin-left: 8px;
}

.button_block_link .symbol_arrow_right {
    width: 16px;
    height: 10px;
    fill: url(#arrowGradient);
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

.button_block_link:focus, .button_block_link:hover {
    background-color: #3DBC95;
    color: #fff;
}
a.button_block_link.circle {
    text-transform: none;
    min-width: 250px;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 1.4rem;
}
.btn_tool_tip{
    font-weight:400;
    font-size:0.9rem;
    opacity:0.8;
    display:none;
}
 .circle:focus,  .circle:hover {
    background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    color: #fff;
}
 .circle:hover span.icon {
    border-color: white !important;
}
@media screen and (max-width: 740px) {
    .tooltip {
        display:none;
    }
    .btn_tool_tip{
        display:block;
        width:240px;
        line-height:1.4rem;
    }
    a.button_block_link.circle{
        min-width:350px;
        max-height:350px;
    }
    .circle span.icon {
        margin-top: 12px;
    }
}
span.tooltip {
    font-size: 1.2rem;
    line-height: 1.5rem;
    position: absolute;
    left: -700px;
    transition: 1s;
    z-index: -1;
}
    .button_block_link_inner:hover span.tooltip {
    transition: 1s;
    left: 270px;
    z-index: -1;
}
.button_block_link_inner:focus span.tooltip {
    transition: 1s;
    left: 270px;
    z-index: -1;
}


    .button_block_link:focus .symbol, .button_block_link:hover .symbol {
        fill: #fff;
    }

.typography .button_block_link {
    color: #444;
    text-decoration: none;
}

    .typography .button_block_link:focus, .typography .button_block_link:hover {
        color: #fff;
    }

.button_block_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ==========================================================================
	CTA links
============================================================================= */
.cta_block {
    margin: 20px 0;
}

.cta_block_link {
    color: #444444;
    display: block;
    margin: 10px 0;
    padding: 4px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .cta_block_link .icon {
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform;
    }

    .cta_block_link:focus .icon, .cta_block_link:hover .icon {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

@media screen and (min-width: 500px) {
    .cta_block_link {
        display: inline-block;
        margin: 5px 15px 5px 0;
        text-align: left;
    }
}

.cta_block_link .label {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.67px;
    letter-spacing: 0.16688rem;
    line-height: 1;
    text-transform: uppercase;
}

.cta_block_link .icon {
    margin-left: 8px;
}

.cta_block_link .symbol_arrow_right {
    width: 16px;
    height: 10px;
    fill: url(#arrowGradient);
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
}

.cta_block_link:focus, .cta_block_link:hover {
    color: #3DC2CF;
}

    .cta_block_link:focus .symbol, .cta_block_link:hover .symbol {
        fill: #3DC2CF;
    }

.typography .cta_block_link {
    color: #444444;
    text-decoration: none;
}

    .typography .cta_block_link:focus, .typography .cta_block_link:hover {
        color: #3DC2CF;
    }

.cta_block_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ==========================================================================
	Sharing
============================================================================= */
.page_sharing {
    margin: 20px 0;
}

@media print {
    .page_sharing {
        display: none !important;
    }
}

@media screen and (min-width: 740px) {
    .page_sharing {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 980px) {
    .page_sharing {
        position: -webkit-sticky;
        position: sticky;
        top: 85px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 40px;
    }
}

.no-js .page_sharing {
    display: none;
}

.page_sharing_sm {
    display: block;
}

@media screen and (min-width: 980px) {
    .page_sharing_sm {
        display: none;
    }
}

.page_sharing_lg {
    display: none;
}

@media screen and (min-width: 980px) {
    .page_sharing_lg {
        display: block;
    }
}

.page_sharing_heading {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #4D4D4D;
    margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
    .page_sharing_heading {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .page_sharing_heading.focusable:active, .page_sharing_heading.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }
}

@media screen and (min-width: 980px) {
    .page_sharing_item {
        display: block;
        margin: 0;
    }
}

.page_sharing_item:first-of-type {
    margin-left: 0;
}

.page_sharing_link {
    margin: 0 !important;
}

@media screen and (min-width: 980px) {
    .page_sharing_link {
        margin: 0 auto 16px !important;
    }
}

/* ==========================================================================
	Topic Row
============================================================================= */
.topics_block {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .topics_block {
        margin-top: 50px;
    }
}

@media screen and (min-width: 980px) {
    .topics_block {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .topics_block {
        margin-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .topics_block {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .topics_block {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .topics_block {
        margin-bottom: 80px;
    }
}

.topics_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
    color: #1F6EB7;
    margin: 10px 0;
}

@media screen and (min-width: 740px) {
    .topics_title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media print, screen and (min-width: 740px) {
    .topics_title {
        margin-bottom: 20px;
    }
}

.topic_row {
    margin: 0 0 35px;
}

@media screen and (min-width: 740px) {
    .topic_row {
        margin-bottom: 55px;
    }
}

@media screen and (min-width: 980px) {
    .topic_row {
        margin-bottom: 75px;
    }
}

@media screen and (min-width: 1220px) {
    .topic_row {
        margin-bottom: 95px;
    }
}

@media screen and (min-width: 740px) {
    .topic_row:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 600px) {
    .topic_row_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media print {
    .topic_row_inner:after {
        clear: both;
        content: "";
        display: table;
    }
}

.topic_figure {
    display: block;
    margin-bottom: 15px;
}

@media print {
    .topic_figure {
        width: 30%;
        float: right;
        margin: 0 0 20px 30px;
    }
}

@media screen and (min-width: 600px) {
    .topic_figure {
        width: 50%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 740px) {
    .topic_figure {
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 980px) {
    .topic_figure {
        width: calc(50% + 10px);
    }
}

@media screen and (min-width: 1220px) {
    .topic_figure {
        width: calc(50% + 12.5px);
    }
}

@media screen and (max-width: 599px) {
    .topic_figure:after {
        height: 4px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
        background-image: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
        content: "";
        display: block;
    }
}

@media screen and (min-width: 600px) {
    .topic_row:nth-child(even) .topic_figure {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.topic_image {
    width: 100%;
    display: block;
}

@media screen and (min-width: 600px) {
    .topic_image {
        width: 120%;
    }
}

@media screen and (min-width: 740px) {
    .topic_image {
        width: 136%;
    }
}

@media screen and (min-width: 980px) {
    .topic_image {
        width: 135%;
    }
}

@media screen and (min-width: 600px) {
    .topic_row:nth-child(even) .topic_image {
        float: right;
    }
}

@media screen and (min-width: 600px) {
    .topic_wrapper {
        width: 50%;
        -ms-flex-item-align: end;
        align-self: flex-end;
        background-color: #fff;
        margin-top: 20px;
    }
}

@media screen and (min-width: 740px) {
    .topic_wrapper {
        width: calc(50% + 5px);
    }
}

@media screen and (min-width: 980px) {
    .topic_wrapper {
        width: calc(50% - 10px);
        margin-top: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .topic_wrapper {
        width: calc(50% - 12.5px);
    }
}

@media screen and (min-width: 600px) {
    .topic_wrapper:before {
        height: 4px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
        background-image: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
        content: "";
        display: block;
    }
}

@media screen and (min-width: 600px) {
    .no_description .topic_wrapper {
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 0;
    }
}

@media screen and (min-width: 600px) {
    .topic_row:nth-child(even) .topic_wrapper {
        position: relative;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media screen and (min-width: 600px) {
    .topic_group {
        padding: 20px;
    }
}

@media screen and (min-width: 740px) {
    .topic_group {
        padding: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .topic_group {
        padding: 34px 40px 30px;
    }
}

.topic_title {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.25;
    color: #031927;
    margin: 8px 0;
}

@media screen and (min-width: 740px) {
    .topic_title {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.topic_description {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin: 8px 0 20px;
}

@media screen and (min-width: 740px) {
    .topic_description {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.75;
    }
}

@media screen and (min-width: 1220px) {
    .topic_description {
        margin-bottom: 25px;
    }
}

.topic_description p {
    margin: 0;
}

.topic_links {
    margin: 20px 0;
}

@media print {
    .topic_links {
        display: none;
    }
}

.topic_link {
    color: #444;
    display: block;
    margin: 10px 0;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

    .topic_link .icon {
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform;
    }

    .topic_link:focus .icon, .topic_link:hover .icon {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    .topic_link .label {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 800;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2.67px;
        letter-spacing: 0.16688rem;
        line-height: 1;
        text-transform: uppercase;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.2;
    }

@media screen and (min-width: 740px) {
    .topic_link .label {
        font-size: 16px;
        font-size: 1rem;
    }
}

.topic_link .icon {
    margin-left: 6px;
}

.topic_link .symbol {
    width: 13px;
    height: 8px;
    fill: url(#arrowGradient);
}

@media screen and (min-width: 740px) {
    .topic_link .symbol {
        width: 16px;
        height: 10px;
    }
}

.topic_link:focus, .topic_link:hover {
    color: #3DC2CF;
}

.topic_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ==========================================================================
   Checkpoint (reveal content on scroll)
============================================================================= */
@media screen and (min-width: 600px) {
    .topic_row {
        overflow: hidden;
    }
}

.topic_row .topic_figure {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

@media print {
    .topic_row .topic_figure {
        opacity: 1;
    }
}

@media screen and (min-width: 600px) {
    .topic_row .topic_wrapper {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        will-change: transform;
    }
}

@media print {
    .topic_row .topic_wrapper {
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 600px) {
    .topic_row:nth-child(even) .topic_wrapper {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@media print {
    .topic_row:nth-child(even) .topic_wrapper {
        -webkit-transform: none;
        transform: none;
    }
}

.topic_row .topic_group > :nth-child(1),
.topic_row .topic_group > :nth-child(2),
.topic_row .topic_group > :nth-child(3) {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity, transform;
}

@media print {
    .topic_row .topic_group > :nth-child(1),
    .topic_row .topic_group > :nth-child(2),
    .topic_row .topic_group > :nth-child(3) {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 599px) {
    .topic_row .topic_group > :nth-child(1) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
}

@media screen and (min-width: 600px) {
    .topic_row .topic_group > :nth-child(1) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
}

@media screen and (max-width: 599px) {
    .topic_row .topic_group > :nth-child(2) {
        -webkit-transition-delay: 0.95s;
        transition-delay: 0.95s;
    }
}

@media screen and (min-width: 600px) {
    .topic_row .topic_group > :nth-child(2) {
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s;
    }
}

@media screen and (max-width: 599px) {
    .topic_row .topic_group > :nth-child(3) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }
}

@media screen and (min-width: 600px) {
    .topic_row .topic_group > :nth-child(3) {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }
}

.no-js .topic_row .topic_figure {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}

@media screen and (min-width: 600px) {
    .no-js .topic_row .topic_wrapper {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }
}

@media screen and (min-width: 600px) {
    .no-js .topic_row:nth-child(even) .topic_wrapper {
        -webkit-transform: none;
        transform: none;
    }
}

.no-js .topic_row .topic_group > :nth-child(1),
.no-js .topic_row .topic_group > :nth-child(2),
.no-js .topic_row .topic_group > :nth-child(3) {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}

.topic_row.fs-checkpoint-active .topic_figure {
    opacity: 1;
}

@media screen and (min-width: 600px) {
    .topic_row.fs-checkpoint-active .topic_wrapper {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (min-width: 600px) {
    .topic_row.fs-checkpoint-active:nth-child(even) .topic_wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.topic_row.fs-checkpoint-active .topic_group > :nth-child(1),
.topic_row.fs-checkpoint-active .topic_group > :nth-child(2),
.topic_row.fs-checkpoint-active .topic_group > :nth-child(3) {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ==========================================================================
	Twitter
============================================================================= */
.tweet_block {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .tweet_block {
        margin-top: 50px;
    }
}

@media screen and (min-width: 980px) {
    .tweet_block {
        margin-top: 60px;
    }
}

@media screen and (min-width: 740px) {
    .tweet_block {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 980px) {
    .tweet_block {
        margin-bottom: 60px;
    }
}

@media print {
    .tweet_block {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .tweet_block {
        margin-right: 60px;
        margin-left: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .tweet_block {
        margin-right: 75px;
        margin-left: 75px;
    }
}

.tweet_actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .tweet_actions {
        margin-bottom: 22px;
    }
}

.tweet_action {
    color: #4D4D4D;
    display: block;
    padding-right: 14px;
}

.tweet_button {
    color: #4D4D4D;
    display: block;
}

    .tweet_button:focus .icon:before, .tweet_button:hover .icon:before {
        width: 30px;
        height: 30px;
        background-color: #179CD6;
    }

    .tweet_button:focus .symbol, .tweet_button:hover .symbol {
        color: #fff;
    }

    .tweet_button .label {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        text-transform: uppercase;
        display: inline-block;
        overflow: hidden;
        padding-right: 12px;
        -webkit-transition: width 0.4s;
        transition: width 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        white-space: nowrap;
        will-change: width;
    }

@media screen and (min-width: 740px) {
    .tweet_button .label {
        padding-right: 0;
    }
}

@media screen and (min-width: 740px) {
    .no-js .tweet_button .label {
        padding-right: 12px;
    }
}

.tweet_button .icon {
    width: 30px;
    height: 30px;
    position: relative;
    background-color: #3DC2CF;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
    background-image: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    border-radius: 50%;
    color: #fff;
    display: block;
}

    .tweet_button .icon:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 26px;
        height: 26px;
        background-color: #fff;
        border-radius: 100%;
        content: "";
        display: block;
        -webkit-transition: width 0.4s, height 0.4s, background 0.4s;
        transition: width 0.4s, height 0.4s, background 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    }

.tweet_button .symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #031927;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tweet_button .symbol_social_twitter {
    width: 13px;
    height: 10px;
}

.typography .tweet_button {
    text-decoration: none;
}

.tweet_button_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tweet_decoration {
    height: 4px;
    background-color: #EBEBEC;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tweet_content_inner {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.25;
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #3EA0AA;
}

@media screen and (min-width: 740px) {
    .tweet_content_inner {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

/* ==========================================================================
	Component
============================================================================= */
/* ==========================================================================
	Carousel
============================================================================= */
@media print {
    .fs-carousel-canister {
        width: 100% !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media print {
    .fs-carousel-item {
        height: auto !important;
    }
}

/* ==========================================================================
	 Controls
============================================================================= */
@media print {
    .fs-carousel-controls {
        display: none !important;
    }
}

.fs-carousel-control {
    cursor: default;
    pointer-events: none;
}

    .fs-carousel-control.fs-carousel-visible {
        cursor: pointer;
        pointer-events: auto;
    }

.base_controls .fs-carousel-controls {
    width: 65px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

    .base_controls .fs-carousel-controls:before {
        width: 40px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #D8D8D8;
        content: "";
        display: block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.base_controls .fs-carousel-control {
    width: 65px;
    height: 95px;
    position: relative;
    display: block;
    overflow: hidden;
}

    .base_controls .fs-carousel-control:focus.fs-carousel-visible .symbol, .base_controls .fs-carousel-control:hover.fs-carousel-visible .symbol {
        fill: #3DC2CF;
    }

    .base_controls .fs-carousel-control.fs-carousel-visible .symbol {
        fill: #000;
    }

    .base_controls .fs-carousel-control .symbol {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 16px;
        height: 12px;
        display: block;
        fill: rgba(0, 0, 0, 0.3);
        -webkit-transition: fill 0.25s;
        transition: fill 0.25s;
    }

.base_controls_white .fs-carousel-controls {
    background-color: #fff;
    color: #000;
}

.gallery_controls {
    width: 65px;
    background-color: #fff;
    color: #000;
}

    .gallery_controls:before {
        width: 40px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #D8D8D8;
        content: "";
        display: block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.gallery_control {
    width: 65px;
    height: 95px;
    position: relative;
    display: block;
    overflow: hidden;
}

    .gallery_control:focus.fs-carousel-visible .symbol, .gallery_control:hover.fs-carousel-visible .symbol {
        fill: #3DC2CF;
    }

    .gallery_control.fs-carousel-visible .symbol {
        fill: #000;
    }

    .gallery_control .label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .gallery_control .label.focusable:active, .gallery_control .label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .gallery_control .symbol {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 16px;
        height: 12px;
        display: block;
        fill: rgba(0, 0, 0, 0.3);
        -webkit-transition: fill 0.25s;
        transition: fill 0.25s;
    }

/* Control Themes
============================================================================= */
/* ==========================================================================
	 Pagination
============================================================================= */
@media print {
    .fs-carousel-pagination {
        display: none;
    }
}

.base_pagination .fs-carousel-pagination {
    min-width: 300px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
}

    .base_pagination .fs-carousel-pagination.fs-carousel-visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.base_pagination .fs-carousel-page {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 1;
    margin: 10px 5px;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.base_pagination .fs-carousel-active {
    pointer-events: none;
}

.base_pagination_silver .fs-carousel-page {
    background-color: #B3BABE;
}

    .base_pagination_silver .fs-carousel-page:focus, .base_pagination_silver .fs-carousel-page:hover {
        background-color: #67757D;
    }

.base_pagination_silver .fs-carousel-active {
    background-color: #3DC2CF;
}

.base_pagination_white_trans .fs-carousel-page {
    background-color: rgba(255, 255, 255, 0.3);
}

    .base_pagination_white_trans .fs-carousel-page:focus, .base_pagination_white_trans .fs-carousel-page:hover {
        background-color: #179CD6;
    }

.base_pagination_white_trans .fs-carousel-active {
    background-color: #179CD6;
}

/* Pagination Themes
============================================================================= */
/* ==========================================================================
	Dropdowns
============================================================================= */
.dropdown_base.fs-dropdown.fs-dropdown-open .fs-dropdown-selected {
    border-radius: 3px 3px 0 0;
}

.dropdown_base .fs-dropdown-selected {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    border-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3;
    padding: 10px 18px;
}

    .dropdown_base .fs-dropdown-selected .label {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 14px;
    }

    .dropdown_base .fs-dropdown-selected .symbol_chevron_down {
        width: 10px;
        height: 5px;
        fill: url(#coolGradient);
    }

.dropdown_base .fs-dropdown-options {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    border-radius: 0 0 3px 3px;
    border-width: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    padding-bottom: 10px;
}

.dropdown_base .fs-dropdown-item {
    padding: 4px 18px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.dropdown_base .fs-dropdown-item_selected {
    background-color: transparent;
}

.dropdown_base.fs-dropdown.fs-dropdown-open .fs-dropdown-selected {
    background-color: #fff;
    color: #031927;
}

.dropdown_base .fs-dropdown-options {
    background-color: #fff;
    color: #031927;
}

.dropdown_base .fs-dropdown-item:focus, .dropdown_base .fs-dropdown-item:hover {
    color: #1F6EB7;
}

.dropdown_base .fs-dropdown-item_selected {
    color: #1F6EB7;
}

.fs-checkbox {
    /*display: block;*/
    margin-bottom: 10px;
    margin-top:10px;
}

.fs-checkbox-marker {
    float: none;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.fs-checkbox-flag {
    position: absolute;
    top: 0;
    left: 0;
}

    .fs-checkbox-flag:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
        transform: translate(-50%, -50%) rotate(45deg) scale(0);
    }

.fs-checkbox-checked .fs-checkbox-flag:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.fs-checkbox-label {
    display: inline-block;
    vertical-align: middle;
}

.base_dropdown_wrapper .fs-dropdown-selected {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    background: #ECEFF2;
    border: 0;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 19px 25px 18px;
}

    .base_dropdown_wrapper .fs-dropdown-selected .icon {
        color: #3DC2CF;
        position: absolute;
        top: 27px;
        right: 27px;
    }

    .base_dropdown_wrapper .fs-dropdown-selected .symbol {
        height: 6px;
        width: 10px;
    }

.base_dropdown_wrapper .base_dropdown {
    background-color: transparent;
    border: 0;
}

.base_dropdown_wrapper .fs-dropdown-options {
    border: 0;
    background: #ECEFF2;
}

.base_dropdown_wrapper .fs-dropdown-item {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    background: #ECEFF2;
    color: #444444;
    padding: 10px 25px;
}

/* ==========================================================================
	Lightbox
============================================================================= */
.fs-lightbox-overlay.fs-light {
    background-color: #031927;
    color: #fff;
}

    .fs-lightbox-overlay.fs-light.fs-lightbox-open {
        opacity: 1;
    }

.fs-lightbox.fs-light {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-whatinput="mouse"] .fs-lightbox.fs-light:focus,
[data-whatinput="touch"] .fs-lightbox.fs-light:focus {
    outline: none;
}

.fs-lightbox.fs-light .fs-lightbox-close {
    width: 20px;
    height: 20px;
    top: -40px;
    right: -40px;
    background-color: transparent;
    border-radius: 0;
}

    .fs-lightbox.fs-light .fs-lightbox-close:before {
        content: normal;
        display: none;
    }

    .fs-lightbox.fs-light .fs-lightbox-close .symbol_close {
        width: 20px;
        height: 20px;
        fill: url(#arrowGradient);
    }

.fs-lightbox.fs-light .fs-lightbox-container {
    background-color: transparent;
    overflow: visible;
}

.fs-lightbox.fs-light .fs-lightbox-content {
    background-color: transparent;
    margin-bottom: 36px;
}

.fs-lightbox.fs-light .fs-lightbox-video_wrapper {
    margin-right: auto !important;
    margin-left: auto !important;
}

.fs-lightbox.fs-light .fs-lightbox-tools {
    width: 100% !important;
    background-color: transparent;
}

.fs-lightbox.fs-light .fs-lightbox-controls {
    width: 100%;
    position: relative;
}

.fs-lightbox.fs-light .fs-lightbox-control {
    width: 40px;
    height: 40px;
    margin-top: 0 !important;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

    .fs-lightbox.fs-light .fs-lightbox-control:focus, .fs-lightbox.fs-light .fs-lightbox-control:hover {
        opacity: 0.6;
    }

.fs-lightbox.fs-light .fs-lightbox-control_previous {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
}

.fs-lightbox.fs-light .fs-lightbox-control_next {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
}

.fs-lightbox.fs-light .fs-lightbox-meta {
    padding: 0;
}

.fs-lightbox.fs-light .fs-lightbox-position {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    color: #3DC2CF;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2.33px;
    letter-spacing: 0.14563rem;
    margin: 10px 0;
    text-transform: uppercase;
}

.fs-lightbox.fs-light .fs-lightbox-caption {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
}

    .fs-lightbox.fs-light .fs-lightbox-caption p {
        font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.88889;
    }

    .fs-lightbox.fs-light .fs-lightbox-caption .caption {
        margin: 0;
    }

.fs-lightbox.fs-light.fs-lightbox-mobile {
    background-color: #031927;
    color: #fff;
}

    .fs-lightbox.fs-light.fs-lightbox-mobile .fs-lightbox-close {
        top: 20px;
        right: 20px;
    }

    .fs-lightbox.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
        background-color: #143862;
        color: #fff;
    }

    .fs-lightbox.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.57143;
        color: #fff;
        line-height: 50px;
    }

    .fs-lightbox.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
        background-color: #444444;
    }

    .fs-lightbox.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-position {
        color: #fff;
    }

    .fs-lightbox.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-control_previous,
    .fs-lightbox.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-control_next {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .fs-lightbox.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-control {
        background-color: transparent;
    }

.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    opacity: 1;
    text-indent: inherit;
    visibility: visible;
}

    .no-touchevents .fs-lightbox.fs-light .fs-lightbox-control:before {
        content: normal;
        display: none;
    }

    .no-touchevents .fs-lightbox.fs-light .fs-lightbox-control:focus, .no-touchevents .fs-lightbox.fs-light .fs-lightbox-control:hover {
        background-color: transparent;
        opacity: 0.6;
    }

.no-touchevents .fs-lightbox.fs-light .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox.fs-light:hover .fs-lightbox-control_disabled {
    opacity: 0;
    cursor: default;
    visibility: hidden;
}
/*======================
    Rakesh
======================*/
@media screen and (max-width: 980px) {
    .pdfDesktop{
        display:none;
    }
    .pdfMobile{
        display:block;
        margin-top:20px;
    }
}
@media screen and (min-width: 981px) {
    .pdfMobile {
        display: none;
    }
    .pdfDesktop {
        display: block;
    }
}
@media screen and (min-width: 1220px) {
    .pdfborder {
        background-color: rgb(82, 86, 89);
        height: 11px;
        margin-top: -12px;
        max-width: 958px;
    }
}
.link-tile .news_card {
    margin: 0px !important;
    max-width: none;
    /* max-height: 416px;
    max-width:none;*/
}
.link-tile span.news_card_readmore {
    margin-left: 72%;
}
.link-tile .news_card_meta {
    margin-top: 15%;
    margin-bottom: 8%;
}
@media screen and (min-width: 740px) {
    .link-tile .news_card_link {
        padding-bottom: 56%;
    }
}
.link-tile .news_card_link {
    padding-bottom: 50%;
}

.news_card_link:hover .hrline {
    opacity: 1;
    width: 100%;
    transition: width 0.6s;
    will-change: width;
    transition-delay: 0s;
}

.hrline {
    background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
    content: "";
    display: block;
    margin-bottom: 17px;
    height: 5px;
    opacity: 0;
    width: 0px;
    will-change: width;
    transition: width 1s;
}
/* ==========================================================================
Impexium Styles by Rakesh
============================================================================= */
body {
    margin: 0;
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    font-size: 1rem;
    line-height: 1.625;
}

/*.control-label {
    font-size: 1.3rem !important;
}*/
.btn{
    font-size:1.625rem;
}
a#main_content_Login_CreateUserForm_lnkCheckOrgSkip {
    visibility: hidden;
}
a#main_content_Login_CreateUserForm_lnkCreateOrgSkip {
    visibility: hidden;
}
a#main_content_Login_CreateUserForm_lnkOrgSkipPhone {
    visibility: hidden;
}
a#main_content_lnkHomeUrl {
    visibility: hidden;
}
#main_content_Login_CreateUserForm_pnlCheckOrgLinkPhone {
    visibility: hidden;
    height: 0px;
}

#main_content_Login_CreateUserForm_pnlCheckOrgLinkAddress {
    visibility: hidden;
    height: 0px;
}

#main_content_Login_CreateUserForm_pnlOrgAddressLinkAddress {
    visibility: hidden;
    height: 0px;
}
#main_content_Pnlc2872df7e5aa44e38bd6b404ffda27fc_ctlEventReg_wizEventRegistration_ctlCustomerSelection_ctlLogin_CreateUserForm_pnlCheckOrgLinkAddress {
    visibility: hidden;
    height: 0px;
}

#main_content_Pnlc2872df7e5aa44e38bd6b404ffda27fc_ctlEventReg_wizEventRegistration_ctlCustomerSelection_ctlLogin_CreateUserForm_pnlCheckOrgLinkPhone {
    visibility: hidden;
    height: 0px;
}

#main_content_Pnlc2872df7e5aa44e38bd6b404ffda27fc_ctlEventReg_wizEventRegistration_ctlCustomerSelection_ctlLogin_CreateUserForm_lnkCheckOrgSkip {
    visibility: hidden;
    height: 0px;
}
/*==========================================================================
    End of Impexium styles by Rakesh
============================================================================*/
/*======================
    Rakesh
======================*/

/* ==========================================================================
	Pagination
============================================================================= */
.pagination {
    border-top: 1px solid rgba(160, 176, 193, 0.4);
    border-bottom: 1px solid rgba(160, 176, 193, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 32px auto;
    padding: 16px 0;
}

@media print {
    .pagination {
        display: none;
    }
}

@media screen and (max-width: 739px) {
    .related_news_cards + .pagination {
        max-width: 407px;
    }
}

.pagination_arrow {
    position: relative;
    color: #000;
    cursor: pointer;
    display: block;
}

    .pagination_arrow:after {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
        border-radius: 50%;
        content: "";
        display: block;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

    .pagination_arrow:focus:after, .pagination_arrow:hover:after {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

.pagination_arrow_label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

    .pagination_arrow_label.focusable:active, .pagination_arrow_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }

.pagination_arrow_icon {
    height: 40px;
    width: 40px;
    position: relative;
    display: block;
}

    .pagination_arrow_icon .symbol {
        height: 11px;
        width: 17px;
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3;
    }

    .pagination_arrow_icon:before, .pagination_arrow_icon:after {
        position: absolute;
        border-radius: 50%;
        content: "";
        display: block;
    }

    .pagination_arrow_icon:before {
        height: 40px;
        width: 40px;
        top: 0;
        left: 0;
        background: linear-gradient(-225deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
        z-index: 1;
    }

    .pagination_arrow_icon:after {
        height: 36px;
        width: 36px;
        top: 2px;
        left: 2px;
        background: #fff;
        z-index: 2;
    }

.pagination_nav {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination_link_item {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 739px) {
    .pagination_link_item:nth-child(3) ~ .pagination_link_item:not(.ellipsis) {
        display: none;
    }
}

.pagination_link {
    position: relative;
    color: #000;
    display: inline-block;
    padding: 10px 8px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    vertical-align: middle;
}

    .pagination_link:focus, .pagination_link:hover {
        color: #1F6EB7;
    }

.active .pagination_link {
    color: #1F6EB7;
}

    .active .pagination_link:after {
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        background: -webkit-gradient(linear, left top, right top, color-stop(13%, #169CD6), color-stop(54%, #3DC2CF), color-stop(89%, #3EBC95));
        background: linear-gradient(90deg, #169CD6 13%, #3DC2CF 54%, #3EBC95 89%);
        display: block;
    }

/*======================
    Top Banner
======================*/
.header-alert {
    background-color: #3DC2CF;
    height: auto;
    max-height: 999px;
    overflow: hidden;
    position: relative;
    transition: max-height .4s ease;
    word-break: break-word;
    z-index: 3;
}

.header-alert__title {
     font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15625rem;
    text-transform: uppercase;
    margin: 0px !important;
}
.header-alert__body, .header-alert__content p:not(.header-alert__title) {
    font-family: "proxima-nova", "Open Sans", Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    /*line-height: 24px;*/
    letter-spacing: 0;
    display: inline;
    margin-right: 10px;
    margin-top: 12px;
}
.frame {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}
.header-alert__content {
    padding: 26px 48px 36px 24px;
    position: relative;
}

.header-alert__close {
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 26px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.header-alert__content div {
    margin-top: 6px;
}
.header-alert__close:after {
    font-size: 3.5rem;
    transition: color .2s ease;
}
.icon-close-thin:after {
    content: "\d7";
}
.header-alert__content a {
    color: #fff;
    transition: color .2s ease;
}
    .header-alert__content a:hover, .header-alert__content a:active, .header-alert__content a:focus {
        color: #173962;
    }
.screen-reader-text:focus {
    font-size: 14px;
    font-size: .875rem;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.5);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
.link--arrow {
    font-family: Open Sans,Arial,Sans-Serif;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease;
    display: inline-block;
    line-height: 1.71429;
    position: relative;
}
.header-alert--is-closed {
    max-height: 0
}
.header-alert__close:hover:after, .header-alert__close:active:after, .header-alert__close:focus:after {
    color: #173962;
}
/*======================
    End Top Banner
======================*/
/* ==========================================================================
	Print
============================================================================= */
@media print {
    * {
        background: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #555 !important;
        text-shadow: none !important;
    }
   p{page-break-inside:avoid;
     line-height:1.75rem;
   }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
       
    }

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

    a {
        text-decoration: none !important;
    }

        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: "";
        }

        a[href^="javascript:"]:after, a[href^="#"]:after {
            content: "";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        padding: 10px;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    .print {
        display: block;
    }

    #fs-grid-menu {
        display: none;
    }
}
