/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
/*added by rakesh*/
ul.list_circle li:before {
    background: none !important;
    background-image: none !important;
    border-color: #3dc2cf;
    border-width: medium;
    border-style: solid;
}
.wrapper{
    display:flex;
    flex-direction:row;
}
@media screen and (max-width:750px){
    .wrapper{
        flex-direction:column;
    }
        .wrapper .item {
            margin: 0 0 10px 0;
            max-width: 175px;
        }
}
@media screen and (min-width:800px) {
    .wrapper .item {
        margin: 0 10px;
        max-width: 225px;
    }
}
    .afnavbar .main_nav_lg {
        margin: 0px;
    }

    .afnavbar a:focus, .afnavbar a:hover {
        color: #122085 !important;
    }

    .afnavbar .main_nav_item {
        margin: 0px;
    }


    @media screen and (min-width: 980px) {
        .afnavbar .main_nav_lg .main_nav_item {
            margin: 0px;
            padding-right: 0px;
        }
    }

    @media screen and (min-width: 1220px) {
        .afnavbar .main_nav_lg .main_nav_item {
            margin: 0px;
            padding-right: 50px;
        }
    }

    .afnavbar a.main_nav_link {
        padding: 10px;
    }

    .afnavbar span.main_nav_link_label {
        font-size: 0.85rem;
        font-weight: 300;
        letter-spacing: 0.08rem;
    }

    .afnTP {
        background-color: rgba(236,239,242,.4);
    }

        .afnTP h2.news_card_title {
            font-size: 1.5rem;
        }

    @media screen and (min-width: 500px) {
        .afnTP .related_news .news_card_readmore {
            width: 30px;
            height: 30px;
            margin-left: 10px;
        }
    }
    /* end by rakesh*/
    article,
    aside,
    footer,
    header,
    nav,
    section {
        display: block;
    }

    h1 {
        font-size: 2em;
        margin: .67em 0;
    }

    figcaption,
    figure,
    main {
        display: block;
    }

    figure {
        margin: 1em 40px;
    }

    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }

    pre {
        font-family: monospace,monospace;
        font-size: 1em;
    }

    a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }

    b,
    strong {
        font-weight: inherit;
        font-weight: bolder;
    }

    code,
    kbd,
    samp {
        font-family: monospace,monospace;
        font-size: 1em;
    }

    dfn {
        font-style: italic;
    }

    mark {
        background-color: #ff0;
        color: #000;
    }

    small {
        font-size: 80%;
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -.25em;
    }

    sup {
        top: -.5em;
    }

    audio,
    video {
        display: inline-block;
    }

        audio:not([controls]) {
            display: none;
            height: 0;
        }

    img {
        border-style: none;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: sans-serif;
        font-size: 100%;
        line-height: 1.15;
        margin: 0;
    }

    button,
    input {
        overflow: visible;
    }

    button,
    select {
        text-transform: none;
    }

    [type=reset],
    [type=submit],
    button,
    html [type=button] {
        -webkit-appearance: button;
    }

        [type=button]::-moz-focus-inner,
        [type=reset]::-moz-focus-inner,
        [type=submit]::-moz-focus-inner,
        button::-moz-focus-inner {
            border-style: none;
            padding: 0;
        }

        [type=button]:-moz-focusring,
        [type=reset]:-moz-focusring,
        [type=submit]:-moz-focusring,
        button:-moz-focusring {
            outline: 1px dotted ButtonText;
        }

    fieldset {
        padding: .35em .75em .625em;
    }

    legend {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal;
    }

    progress {
        display: inline-block;
        vertical-align: baseline;
    }

    textarea {
        overflow: auto;
    }

    [type=checkbox],
    [type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
    }

        [type=search]::-webkit-search-cancel-button,
        [type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
    }

    details,
    menu {
        display: block;
    }

    summary {
        display: list-item;
    }

    canvas {
        display: inline-block;
    }

    [hidden],
    template {
        display: none;
    }

    /*! formstone v1.4.22 [background.css] 2021-10-01 | GPL-3.0 License | formstone.it */

    .fs-background {
        overflow: hidden;
        position: relative;
    }

    .fs-background,
    .fs-background-container,
    .fs-background-media {
        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 {
            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: 50%;
            background-size: cover;
        }

        .fs-background-media.fs-background-fixed {
            background-position: 50%;
            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.22 [carousel.css] 2021-10-01 | 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 :after,
    .fs-carousel:before,
    .fs-carousel :before {
        box-sizing: border-box;
        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: -ms-flexbox;
        display: flex;
        margin: 0;
        overflow: hidden;
        transition: transform .5s ease;
        transform: translateZ(0);
    }

    .fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
        -ms-flex-align: start;
        align-items: flex-start;
        transition: height .5s ease,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.22 [checkbox.css] 2021-10-01 | GPL-3.0 License | formstone.it */

    .fs-checkbox {
        display: inline-block;
        vertical-align: middle;
    }

        .fs-checkbox,
        .fs-checkbox *,
        .fs-checkbox:after,
        .fs-checkbox :after,
        .fs-checkbox:before,
        .fs-checkbox :before {
            box-sizing: border-box;
            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;
        transition: none;
        opacity: 0;
        -webkit-appearance: none;
    }

    .fs-checkbox-label {
        cursor: pointer;
        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;
    }

    .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;
            transition: transform .15s ease;
            transform: rotate(45deg) scale(0);
        }

    .fs-checkbox-checked .fs-checkbox-flag:before {
        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;
        transform: scale(0);
        transition: transform .15s ease;
    }

        .fs-checkbox-radio .fs-checkbox-flag:before {
            display: none;
        }

    .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
        transform: scale(1);
    }

        .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
            display: none;
        }

    .fs-checkbox-disabled {
        cursor: default;
        opacity: .5;
    }

        .fs-checkbox-disabled .fs-checkbox-marker,
        .fs-checkbox-label.fs-checkbox-disabled {
            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;
        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,
        .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.22 [dropdown.css] 2021-10-01 | 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 :after,
        .fs-dropdown:before,
        .fs-dropdown :before {
            box-sizing: border-box;
            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-group,
        .fs-dropdown-disabled .fs-dropdown-item,
        .fs-dropdown-disabled .fs-dropdown-selected {
            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.22 [lightbox.css] 2021-10-01 | 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;
        transform: translateZ(0);
    }

        .fs-lightbox,
        .fs-lightbox :not(input):not(textarea) {
            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 {
        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 {
            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;
        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;
        transform: translate3D(0,0,0);
    }

    .fs-lightbox-image {
        display: block;
    }

    .fs-lightbox-mobile .fs-lightbox-image {
        position: relative;
    }

    .fs-lightbox-iframe,
    .fs-lightbox-video {
        width: 100%;
        height: 100%;
    }

    .fs-lightbox-iframe {
        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,
    .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 {
        clear: both;
        overflow: hidden;
        padding: 0;
    }

    .fs-lightbox-thumbnail_container {
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        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;
        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;
            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;
        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 {
        transform: translate(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;
        transform: translateY(100%);
        transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
    }

    .fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
        transform: translate(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;
        transform: translateY(100%);
        transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
    }

    .fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
        height: 100px;
    }

    .fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
        transform: translate(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.22 [viewer.css] 2021-10-01 | GPL-3.0 License | formstone.it */

    .fs-viewer-source {
        display: none !important;
    }

    .fs-viewer-wrapper {
        position: relative;
        background: #fff;
        overflow: hidden;
        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;
        transform: translate3D(0,0,0);
        transition: opacity .25s ease;
    }

    .fs-viewer-loading .fs-viewer-container {
        opacity: 0;
    }

    .fs-viewer-image {
        position: absolute;
    }

    .fs-viewer-scaling .fs-viewer-container,
    .fs-viewer-scaling .fs-viewer-image {
        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.22 [navigation.css] 2021-10-01 | GPL-3.0 License | formstone.it */

    .fs-navigation,
    .fs-navigation *,
    .fs-navigation:after,
    .fs-navigation :after,
    .fs-navigation:before,
    .fs-navigation :before {
        box-sizing: border-box;
        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 {
        transition: visibility 1ms linear .2s;
    }

    .fs-navigation-overlay-nav.fs-navigation-animated,
    .fs-navigation-push-nav.fs-navigation-animated {
        transition: transform .2s ease,visibility 1ms linear .2s;
    }

    .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 {
        transform: translate3D(-270px,0,0);
    }

    .fs-navigation-overlay-right-nav.fs-navigation-enabled,
    .fs-navigation-push-right-nav.fs-navigation-enabled {
        transform: translate3D(270px,0,0);
    }

    .fs-navigation-overlay-nav.fs-navigation-enabled {
        z-index: 3;
    }

    .fs-navigation-reveal-nav.fs-navigation-open {
        visibility: visible;
        transition: visibility 1ms ease;
    }

    .fs-navigation-overlay-nav.fs-navigation-open,
    .fs-navigation-push-nav.fs-navigation-open {
        transform: translate3D(0,0,0);
        transition: transform .2s ease,visibility 1ms 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: hsla(0,0%,100%,.75);
        content: "";
        display: block;
        opacity: 0;
        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;
        transform: translate3D(0,0,0);
    }

    .fs-navigation-push-content.fs-navigation-animated,
    .fs-navigation-reveal-content.fs-navigation-animated {
        transition: transform .2s ease;
    }

    .fs-navigation-push-left-content.fs-navigation-open,
    .fs-navigation-reveal-left-content.fs-navigation-open {
        transform: translateX(270px);
    }

    .fs-navigation-push-right-content.fs-navigation-open,
    .fs-navigation-reveal-right-content.fs-navigation-open {
        transform: translateX(-270px);
    }

    .fs-navigation-handle.fs-navigation-enabled {
        border: none;
        padding: 0;
    }

    .fs-navigation-lock {
        overflow: hidden !important;
    }

    /*! formstone v1.4.22 [pagination.css] 2021-10-01 | 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.22 [grid.css] 2021-10-01 | GPL-3.0 License | formstone.it */

    .fs-grid .fs-row,
    .fs_grid_row {
        min-width: 300px;
        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 {
        -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 {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fs_grid_row_justify_start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fs_grid_row_justify_center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fs_grid_row_justify_end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .fs_grid_row_align_start {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fs_grid_row_align_center {
        -ms-flex-align: center;
        align-items: center;
    }

    .fs_grid_row_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%;
        max-width: 97.91666667%;
        min-width: 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 {
            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 {
            width: 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            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_cell_first {
        -ms-flex-order: -1;
        order: -1;
    }

    .fs_grid_cell_last {
        -ms-flex-order: 1;
        order: 1;
    }

    .fs_grid_cell_destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    * {
        box-sizing: border-box;
    }

    :after,
    :before {
        box-sizing: inherit;
    }

    .fs-grid .fs-row.fs-all-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 {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fs-grid .fs-row.fs-all-justify-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fs-grid .fs-row.fs-all-justify-center {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fs-grid .fs-row.fs-all-justify-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .fs-grid .fs-row.fs-all-align-start {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .fs-grid .fs-row.fs-all-align-center {
        -ms-flex-align: center;
        align-items: center;
    }

    .fs-grid .fs-row.fs-all-align-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .fs-grid .fs-row .fs-cell.fs-all-first,
    .fs-grid .fs-row [class*=-contained].fs-all-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .fs-grid .fs-row .fs-cell.fs-all-last,
    .fs-grid .fs-row [class*=-contained].fs-all-last {
        -ms-flex-order: 1;
        order: 1;
    }

    .fs-grid .fs-row .fs-cell.fs-all-align-start,
    .fs-grid .fs-row [class*=-contained].fs-all-align-start {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .fs-grid .fs-row .fs-cell.fs-all-align-center,
    .fs-grid .fs-row [class*=-contained].fs-all-align-center {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .fs-grid .fs-row .fs-cell.fs-all-align-end,
    .fs-grid .fs-row [class*=-contained].fs-all-align-end {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .fs-grid .fs-row .fs-cell.fs-all-justify-start,
    .fs-grid .fs-row [class*=-contained].fs-all-justify-start {
        margin-right: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-all-justify-center,
    .fs-grid .fs-row [class*=-contained].fs-all-justify-center {
        margin-right: auto;
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-cell.fs-all-justify-end,
    .fs-grid .fs-row [class*=-contained].fs-all-justify-end {
        margin-left: auto;
    }

    .fs-grid .fs-row .fs-all-fifth {
        width: 17.91666667%;
        max-width: 17.91666667%;
        min-width: 0;
        -ms-flex: 0 0 17.91666667%;
        flex: 0 0 17.91666667%;
    }

    .fs-grid .fs-row .fs-all-fourth {
        width: 22.91666667%;
        max-width: 22.91666667%;
        min-width: 0;
        -ms-flex: 0 0 22.91666667%;
        flex: 0 0 22.91666667%;
    }

    .fs-grid .fs-row .fs-all-third {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    }

    .fs-grid .fs-row .fs-all-half {
        width: 47.91666667%;
        max-width: 47.91666667%;
        min-width: 0;
        -ms-flex: 0 0 47.91666667%;
        flex: 0 0 47.91666667%;
    }

    .fs-grid .fs-row .fs-all-full {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 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%;
        max-width: 20%;
        min-width: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .fs-grid .fs-row [class*=-contained].fs-all-fourth {
        width: 25%;
        max-width: 25%;
        min-width: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .fs-grid .fs-row [class*=-contained].fs-all-third {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .fs-grid .fs-row [class*=-contained].fs-all-half {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .fs-grid .fs-row [class*=-contained].fs-all-full {
        width: 100%;
        max-width: 100%;
        min-width: 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%;
        -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 {
            -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 {
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .fs-grid .fs-row.fs-sm-justify-start {
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .fs-grid .fs-row.fs-sm-justify-center {
            -ms-flex-pack: center;
            justify-content: center;
        }

        .fs-grid .fs-row.fs-sm-justify-end {
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .fs-grid .fs-row.fs-sm-align-start {
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .fs-grid .fs-row.fs-sm-align-center {
            -ms-flex-align: center;
            align-items: center;
        }

        .fs-grid .fs-row.fs-sm-align-end {
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .fs-grid .fs-row .fs-sm-1 {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-sm-2 {
            width: 64.58333333%;
            max-width: 64.58333333%;
            min-width: 0;
            -ms-flex: 0 0 64.58333333%;
            flex: 0 0 64.58333333%;
        }

        .fs-grid .fs-row .fs-sm-3 {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-sm-2 {
            width: 66.66666667%;
            max-width: 66.66666667%;
            min-width: 0;
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-sm-3 {
            width: 100%;
            max-width: 100%;
            min-width: 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,
        .fs-grid .fs-row [class*=-contained].fs-sm-first {
            -ms-flex-order: -1;
            order: -1;
        }

        .fs-grid .fs-row .fs-cell.fs-sm-last,
        .fs-grid .fs-row [class*=-contained].fs-sm-last {
            -ms-flex-order: 1;
            order: 1;
        }

        .fs-grid .fs-row .fs-cell.fs-sm-align-start,
        .fs-grid .fs-row [class*=-contained].fs-sm-align-start {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .fs-grid .fs-row .fs-cell.fs-sm-align-center,
        .fs-grid .fs-row [class*=-contained].fs-sm-align-center {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .fs-grid .fs-row .fs-cell.fs-sm-align-end,
        .fs-grid .fs-row [class*=-contained].fs-sm-align-end {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .fs-grid .fs-row .fs-cell.fs-sm-justify-start,
        .fs-grid .fs-row [class*=-contained].fs-sm-justify-start {
            margin-right: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-sm-justify-center,
        .fs-grid .fs-row [class*=-contained].fs-sm-justify-center {
            margin-right: auto;
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-sm-justify-end,
        .fs-grid .fs-row [class*=-contained].fs-sm-justify-end {
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-sm-fifth {
            width: 17.91666667%;
            max-width: 17.91666667%;
            min-width: 0;
            -ms-flex: 0 0 17.91666667%;
            flex: 0 0 17.91666667%;
        }

        .fs-grid .fs-row .fs-sm-fourth {
            width: 22.91666667%;
            max-width: 22.91666667%;
            min-width: 0;
            -ms-flex: 0 0 22.91666667%;
            flex: 0 0 22.91666667%;
        }

        .fs-grid .fs-row .fs-sm-third {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-sm-half {
            width: 47.91666667%;
            max-width: 47.91666667%;
            min-width: 0;
            -ms-flex: 0 0 47.91666667%;
            flex: 0 0 47.91666667%;
        }

        .fs-grid .fs-row .fs-sm-full {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 20%;
            min-width: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        }

        .fs-grid .fs-row [class*=-contained].fs-sm-fourth {
            width: 25%;
            max-width: 25%;
            min-width: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

        .fs-grid .fs-row [class*=-contained].fs-sm-third {
            width: 33.33333333%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-sm-half {
            width: 50%;
            max-width: 50%;
            min-width: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }

        .fs-grid .fs-row [class*=-contained].fs-sm-full {
            width: 100%;
            max-width: 100%;
            min-width: 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%;
            -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 {
            -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 {
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .fs-grid .fs-row.fs-xs-justify-start {
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .fs-grid .fs-row.fs-xs-justify-center {
            -ms-flex-pack: center;
            justify-content: center;
        }

        .fs-grid .fs-row.fs-xs-justify-end {
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .fs-grid .fs-row.fs-xs-align-start {
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .fs-grid .fs-row.fs-xs-align-center {
            -ms-flex-align: center;
            align-items: center;
        }

        .fs-grid .fs-row.fs-xs-align-end {
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .fs-grid .fs-row .fs-xs-1 {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-xs-2 {
            width: 64.58333333%;
            max-width: 64.58333333%;
            min-width: 0;
            -ms-flex: 0 0 64.58333333%;
            flex: 0 0 64.58333333%;
        }

        .fs-grid .fs-row .fs-xs-3 {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xs-2 {
            width: 66.66666667%;
            max-width: 66.66666667%;
            min-width: 0;
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xs-3 {
            width: 100%;
            max-width: 100%;
            min-width: 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,
        .fs-grid .fs-row [class*=-contained].fs-xs-first {
            -ms-flex-order: -1;
            order: -1;
        }

        .fs-grid .fs-row .fs-cell.fs-xs-last,
        .fs-grid .fs-row [class*=-contained].fs-xs-last {
            -ms-flex-order: 1;
            order: 1;
        }

        .fs-grid .fs-row .fs-cell.fs-xs-align-start,
        .fs-grid .fs-row [class*=-contained].fs-xs-align-start {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .fs-grid .fs-row .fs-cell.fs-xs-align-center,
        .fs-grid .fs-row [class*=-contained].fs-xs-align-center {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .fs-grid .fs-row .fs-cell.fs-xs-align-end,
        .fs-grid .fs-row [class*=-contained].fs-xs-align-end {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .fs-grid .fs-row .fs-cell.fs-xs-justify-start,
        .fs-grid .fs-row [class*=-contained].fs-xs-justify-start {
            margin-right: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-xs-justify-center,
        .fs-grid .fs-row [class*=-contained].fs-xs-justify-center {
            margin-right: auto;
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-xs-justify-end,
        .fs-grid .fs-row [class*=-contained].fs-xs-justify-end {
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-xs-fifth {
            width: 17.91666667%;
            max-width: 17.91666667%;
            min-width: 0;
            -ms-flex: 0 0 17.91666667%;
            flex: 0 0 17.91666667%;
        }

        .fs-grid .fs-row .fs-xs-fourth {
            width: 22.91666667%;
            max-width: 22.91666667%;
            min-width: 0;
            -ms-flex: 0 0 22.91666667%;
            flex: 0 0 22.91666667%;
        }

        .fs-grid .fs-row .fs-xs-third {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-xs-half {
            width: 47.91666667%;
            max-width: 47.91666667%;
            min-width: 0;
            -ms-flex: 0 0 47.91666667%;
            flex: 0 0 47.91666667%;
        }

        .fs-grid .fs-row .fs-xs-full {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 20%;
            min-width: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xs-fourth {
            width: 25%;
            max-width: 25%;
            min-width: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xs-third {
            width: 33.33333333%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xs-half {
            width: 50%;
            max-width: 50%;
            min-width: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xs-full {
            width: 100%;
            max-width: 100%;
            min-width: 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%;
            -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 {
            -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 {
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .fs-grid .fs-row.fs-md-justify-start {
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .fs-grid .fs-row.fs-md-justify-center {
            -ms-flex-pack: center;
            justify-content: center;
        }

        .fs-grid .fs-row.fs-md-justify-end {
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .fs-grid .fs-row.fs-md-align-start {
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .fs-grid .fs-row.fs-md-align-center {
            -ms-flex-align: center;
            align-items: center;
        }

        .fs-grid .fs-row.fs-md-align-end {
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .fs-grid .fs-row .fs-md-1 {
            width: 14.58333333%;
            max-width: 14.58333333%;
            min-width: 0;
            -ms-flex: 0 0 14.58333333%;
            flex: 0 0 14.58333333%;
        }

        .fs-grid .fs-row .fs-md-2 {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-md-3 {
            width: 47.91666667%;
            max-width: 47.91666667%;
            min-width: 0;
            -ms-flex: 0 0 47.91666667%;
            flex: 0 0 47.91666667%;
        }

        .fs-grid .fs-row .fs-md-4 {
            width: 64.58333333%;
            max-width: 64.58333333%;
            min-width: 0;
            -ms-flex: 0 0 64.58333333%;
            flex: 0 0 64.58333333%;
        }

        .fs-grid .fs-row .fs-md-5 {
            width: 81.25%;
            max-width: 81.25%;
            min-width: 0;
            -ms-flex: 0 0 81.25%;
            flex: 0 0 81.25%;
        }

        .fs-grid .fs-row .fs-md-6 {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 16.66666667%;
            min-width: 0;
            -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-md-2 {
            width: 33.33333333%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-md-3 {
            width: 50%;
            max-width: 50%;
            min-width: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }

        .fs-grid .fs-row [class*=-contained].fs-md-4 {
            width: 66.66666667%;
            max-width: 66.66666667%;
            min-width: 0;
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-md-5 {
            width: 83.33333333%;
            max-width: 83.33333333%;
            min-width: 0;
            -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-md-6 {
            width: 100%;
            max-width: 100%;
            min-width: 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,
        .fs-grid .fs-row [class*=-contained].fs-md-first {
            -ms-flex-order: -1;
            order: -1;
        }

        .fs-grid .fs-row .fs-cell.fs-md-last,
        .fs-grid .fs-row [class*=-contained].fs-md-last {
            -ms-flex-order: 1;
            order: 1;
        }

        .fs-grid .fs-row .fs-cell.fs-md-align-start,
        .fs-grid .fs-row [class*=-contained].fs-md-align-start {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .fs-grid .fs-row .fs-cell.fs-md-align-center,
        .fs-grid .fs-row [class*=-contained].fs-md-align-center {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .fs-grid .fs-row .fs-cell.fs-md-align-end,
        .fs-grid .fs-row [class*=-contained].fs-md-align-end {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .fs-grid .fs-row .fs-cell.fs-md-justify-start,
        .fs-grid .fs-row [class*=-contained].fs-md-justify-start {
            margin-right: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-md-justify-center,
        .fs-grid .fs-row [class*=-contained].fs-md-justify-center {
            margin-right: auto;
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-md-justify-end,
        .fs-grid .fs-row [class*=-contained].fs-md-justify-end {
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-md-fifth {
            width: 17.91666667%;
            max-width: 17.91666667%;
            min-width: 0;
            -ms-flex: 0 0 17.91666667%;
            flex: 0 0 17.91666667%;
        }

        .fs-grid .fs-row .fs-md-fourth {
            width: 22.91666667%;
            max-width: 22.91666667%;
            min-width: 0;
            -ms-flex: 0 0 22.91666667%;
            flex: 0 0 22.91666667%;
        }

        .fs-grid .fs-row .fs-md-third {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-md-half {
            width: 47.91666667%;
            max-width: 47.91666667%;
            min-width: 0;
            -ms-flex: 0 0 47.91666667%;
            flex: 0 0 47.91666667%;
        }

        .fs-grid .fs-row .fs-md-full {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 20%;
            min-width: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        }

        .fs-grid .fs-row [class*=-contained].fs-md-fourth {
            width: 25%;
            max-width: 25%;
            min-width: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

        .fs-grid .fs-row [class*=-contained].fs-md-third {
            width: 33.33333333%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-md-half {
            width: 50%;
            max-width: 50%;
            min-width: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }

        .fs-grid .fs-row [class*=-contained].fs-md-full {
            width: 100%;
            max-width: 100%;
            min-width: 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%;
            -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 {
            -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 {
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .fs-grid .fs-row.fs-lg-justify-start {
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .fs-grid .fs-row.fs-lg-justify-center {
            -ms-flex-pack: center;
            justify-content: center;
        }

        .fs-grid .fs-row.fs-lg-justify-end {
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .fs-grid .fs-row.fs-lg-align-start {
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .fs-grid .fs-row.fs-lg-align-center {
            -ms-flex-align: center;
            align-items: center;
        }

        .fs-grid .fs-row.fs-lg-align-end {
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .fs-grid .fs-row .fs-lg-1 {
            width: 6.25%;
            max-width: 6.25%;
            min-width: 0;
            -ms-flex: 0 0 6.25%;
            flex: 0 0 6.25%;
        }

        .fs-grid .fs-row .fs-lg-2 {
            width: 14.58333333%;
            max-width: 14.58333333%;
            min-width: 0;
            -ms-flex: 0 0 14.58333333%;
            flex: 0 0 14.58333333%;
        }

        .fs-grid .fs-row .fs-lg-3 {
            width: 22.91666667%;
            max-width: 22.91666667%;
            min-width: 0;
            -ms-flex: 0 0 22.91666667%;
            flex: 0 0 22.91666667%;
        }

        .fs-grid .fs-row .fs-lg-4 {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-lg-5 {
            width: 39.58333333%;
            max-width: 39.58333333%;
            min-width: 0;
            -ms-flex: 0 0 39.58333333%;
            flex: 0 0 39.58333333%;
        }

        .fs-grid .fs-row .fs-lg-6 {
            width: 47.91666667%;
            max-width: 47.91666667%;
            min-width: 0;
            -ms-flex: 0 0 47.91666667%;
            flex: 0 0 47.91666667%;
        }

        .fs-grid .fs-row .fs-lg-7 {
            width: 56.25%;
            max-width: 56.25%;
            min-width: 0;
            -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
        }

        .fs-grid .fs-row .fs-lg-8 {
            width: 64.58333333%;
            max-width: 64.58333333%;
            min-width: 0;
            -ms-flex: 0 0 64.58333333%;
            flex: 0 0 64.58333333%;
        }

        .fs-grid .fs-row .fs-lg-9 {
            width: 72.91666667%;
            max-width: 72.91666667%;
            min-width: 0;
            -ms-flex: 0 0 72.91666667%;
            flex: 0 0 72.91666667%;
        }

        .fs-grid .fs-row .fs-lg-10 {
            width: 81.25%;
            max-width: 81.25%;
            min-width: 0;
            -ms-flex: 0 0 81.25%;
            flex: 0 0 81.25%;
        }

        .fs-grid .fs-row .fs-lg-11 {
            width: 89.58333333%;
            max-width: 89.58333333%;
            min-width: 0;
            -ms-flex: 0 0 89.58333333%;
            flex: 0 0 89.58333333%;
        }

        .fs-grid .fs-row .fs-lg-12 {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 8.33333333%;
            min-width: 0;
            -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-2 {
            width: 16.66666667%;
            max-width: 16.66666667%;
            min-width: 0;
            -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-3 {
            width: 25%;
            max-width: 25%;
            min-width: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-4 {
            width: 33.33333333%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-5 {
            width: 41.66666667%;
            max-width: 41.66666667%;
            min-width: 0;
            -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-6 {
            width: 50%;
            max-width: 50%;
            min-width: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-7 {
            width: 58.33333333%;
            max-width: 58.33333333%;
            min-width: 0;
            -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-8 {
            width: 66.66666667%;
            max-width: 66.66666667%;
            min-width: 0;
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-9 {
            width: 75%;
            max-width: 75%;
            min-width: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-10 {
            width: 83.33333333%;
            max-width: 83.33333333%;
            min-width: 0;
            -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-11 {
            width: 91.66666667%;
            max-width: 91.66666667%;
            min-width: 0;
            -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-12 {
            width: 100%;
            max-width: 100%;
            min-width: 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,
        .fs-grid .fs-row [class*=-contained].fs-lg-first {
            -ms-flex-order: -1;
            order: -1;
        }

        .fs-grid .fs-row .fs-cell.fs-lg-last,
        .fs-grid .fs-row [class*=-contained].fs-lg-last {
            -ms-flex-order: 1;
            order: 1;
        }

        .fs-grid .fs-row .fs-cell.fs-lg-align-start,
        .fs-grid .fs-row [class*=-contained].fs-lg-align-start {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .fs-grid .fs-row .fs-cell.fs-lg-align-center,
        .fs-grid .fs-row [class*=-contained].fs-lg-align-center {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .fs-grid .fs-row .fs-cell.fs-lg-align-end,
        .fs-grid .fs-row [class*=-contained].fs-lg-align-end {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .fs-grid .fs-row .fs-cell.fs-lg-justify-start,
        .fs-grid .fs-row [class*=-contained].fs-lg-justify-start {
            margin-right: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-lg-justify-center,
        .fs-grid .fs-row [class*=-contained].fs-lg-justify-center {
            margin-right: auto;
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-lg-justify-end,
        .fs-grid .fs-row [class*=-contained].fs-lg-justify-end {
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-lg-fifth {
            width: 17.91666667%;
            max-width: 17.91666667%;
            min-width: 0;
            -ms-flex: 0 0 17.91666667%;
            flex: 0 0 17.91666667%;
        }

        .fs-grid .fs-row .fs-lg-fourth {
            width: 22.91666667%;
            max-width: 22.91666667%;
            min-width: 0;
            -ms-flex: 0 0 22.91666667%;
            flex: 0 0 22.91666667%;
        }

        .fs-grid .fs-row .fs-lg-third {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-lg-half {
            width: 47.91666667%;
            max-width: 47.91666667%;
            min-width: 0;
            -ms-flex: 0 0 47.91666667%;
            flex: 0 0 47.91666667%;
        }

        .fs-grid .fs-row .fs-lg-full {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 20%;
            min-width: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-fourth {
            width: 25%;
            max-width: 25%;
            min-width: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-third {
            width: 33.33333333%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-half {
            width: 50%;
            max-width: 50%;
            min-width: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }

        .fs-grid .fs-row [class*=-contained].fs-lg-full {
            width: 100%;
            max-width: 100%;
            min-width: 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%;
            -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 {
            -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 {
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .fs-grid .fs-row.fs-xl-justify-start {
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .fs-grid .fs-row.fs-xl-justify-center {
            -ms-flex-pack: center;
            justify-content: center;
        }

        .fs-grid .fs-row.fs-xl-justify-end {
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .fs-grid .fs-row.fs-xl-align-start {
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .fs-grid .fs-row.fs-xl-align-center {
            -ms-flex-align: center;
            align-items: center;
        }

        .fs-grid .fs-row.fs-xl-align-end {
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .fs-grid .fs-row .fs-xl-1 {
            width: 6.25%;
            max-width: 6.25%;
            min-width: 0;
            -ms-flex: 0 0 6.25%;
            flex: 0 0 6.25%;
        }

        .fs-grid .fs-row .fs-xl-2 {
            width: 14.58333333%;
            max-width: 14.58333333%;
            min-width: 0;
            -ms-flex: 0 0 14.58333333%;
            flex: 0 0 14.58333333%;
        }

        .fs-grid .fs-row .fs-xl-3 {
            width: 22.91666667%;
            max-width: 22.91666667%;
            min-width: 0;
            -ms-flex: 0 0 22.91666667%;
            flex: 0 0 22.91666667%;
        }

        .fs-grid .fs-row .fs-xl-4 {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-xl-5 {
            width: 39.58333333%;
            max-width: 39.58333333%;
            min-width: 0;
            -ms-flex: 0 0 39.58333333%;
            flex: 0 0 39.58333333%;
        }

        .fs-grid .fs-row .fs-xl-6 {
            width: 47.91666667%;
            max-width: 47.91666667%;
            min-width: 0;
            -ms-flex: 0 0 47.91666667%;
            flex: 0 0 47.91666667%;
        }

        .fs-grid .fs-row .fs-xl-7 {
            width: 56.25%;
            max-width: 56.25%;
            min-width: 0;
            -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
        }

        .fs-grid .fs-row .fs-xl-8 {
            width: 64.58333333%;
            max-width: 64.58333333%;
            min-width: 0;
            -ms-flex: 0 0 64.58333333%;
            flex: 0 0 64.58333333%;
        }

        .fs-grid .fs-row .fs-xl-9 {
            width: 72.91666667%;
            max-width: 72.91666667%;
            min-width: 0;
            -ms-flex: 0 0 72.91666667%;
            flex: 0 0 72.91666667%;
        }

        .fs-grid .fs-row .fs-xl-10 {
            width: 81.25%;
            max-width: 81.25%;
            min-width: 0;
            -ms-flex: 0 0 81.25%;
            flex: 0 0 81.25%;
        }

        .fs-grid .fs-row .fs-xl-11 {
            width: 89.58333333%;
            max-width: 89.58333333%;
            min-width: 0;
            -ms-flex: 0 0 89.58333333%;
            flex: 0 0 89.58333333%;
        }

        .fs-grid .fs-row .fs-xl-12 {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 8.33333333%;
            min-width: 0;
            -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-2 {
            width: 16.66666667%;
            max-width: 16.66666667%;
            min-width: 0;
            -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-3 {
            width: 25%;
            max-width: 25%;
            min-width: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-4 {
            width: 33.33333333%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-5 {
            width: 41.66666667%;
            max-width: 41.66666667%;
            min-width: 0;
            -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-6 {
            width: 50%;
            max-width: 50%;
            min-width: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-7 {
            width: 58.33333333%;
            max-width: 58.33333333%;
            min-width: 0;
            -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-8 {
            width: 66.66666667%;
            max-width: 66.66666667%;
            min-width: 0;
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-9 {
            width: 75%;
            max-width: 75%;
            min-width: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-10 {
            width: 83.33333333%;
            max-width: 83.33333333%;
            min-width: 0;
            -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-11 {
            width: 91.66666667%;
            max-width: 91.66666667%;
            min-width: 0;
            -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-12 {
            width: 100%;
            max-width: 100%;
            min-width: 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,
        .fs-grid .fs-row [class*=-contained].fs-xl-first {
            -ms-flex-order: -1;
            order: -1;
        }

        .fs-grid .fs-row .fs-cell.fs-xl-last,
        .fs-grid .fs-row [class*=-contained].fs-xl-last {
            -ms-flex-order: 1;
            order: 1;
        }

        .fs-grid .fs-row .fs-cell.fs-xl-align-start,
        .fs-grid .fs-row [class*=-contained].fs-xl-align-start {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .fs-grid .fs-row .fs-cell.fs-xl-align-center,
        .fs-grid .fs-row [class*=-contained].fs-xl-align-center {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .fs-grid .fs-row .fs-cell.fs-xl-align-end,
        .fs-grid .fs-row [class*=-contained].fs-xl-align-end {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .fs-grid .fs-row .fs-cell.fs-xl-justify-start,
        .fs-grid .fs-row [class*=-contained].fs-xl-justify-start {
            margin-right: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-xl-justify-center,
        .fs-grid .fs-row [class*=-contained].fs-xl-justify-center {
            margin-right: auto;
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-cell.fs-xl-justify-end,
        .fs-grid .fs-row [class*=-contained].fs-xl-justify-end {
            margin-left: auto;
        }

        .fs-grid .fs-row .fs-xl-fifth {
            width: 17.91666667%;
            max-width: 17.91666667%;
            min-width: 0;
            -ms-flex: 0 0 17.91666667%;
            flex: 0 0 17.91666667%;
        }

        .fs-grid .fs-row .fs-xl-fourth {
            width: 22.91666667%;
            max-width: 22.91666667%;
            min-width: 0;
            -ms-flex: 0 0 22.91666667%;
            flex: 0 0 22.91666667%;
        }

        .fs-grid .fs-row .fs-xl-third {
            width: 31.25%;
            max-width: 31.25%;
            min-width: 0;
            -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
        }

        .fs-grid .fs-row .fs-xl-half {
            width: 47.91666667%;
            max-width: 47.91666667%;
            min-width: 0;
            -ms-flex: 0 0 47.91666667%;
            flex: 0 0 47.91666667%;
        }

        .fs-grid .fs-row .fs-xl-full {
            width: 97.91666667%;
            max-width: 97.91666667%;
            min-width: 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%;
            max-width: 20%;
            min-width: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-fourth {
            width: 25%;
            max-width: 25%;
            min-width: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-third {
            width: 33.33333333%;
            max-width: 33.33333333%;
            min-width: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-half {
            width: 50%;
            max-width: 50%;
            min-width: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }

        .fs-grid .fs-row [class*=-contained].fs-xl-full {
            width: 100%;
            max-width: 100%;
            min-width: 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%;
            -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.22 [sticky.css] 2021-10-01 | 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.22 [lightbox.css] 2021-10-01 | GPL-3.0 License | formstone.it */

    .fs-lightbox.fs-light {
        z-index: 101;
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 0 25px #141a1e;
        padding: 10px;
    }

    .fs-light.fs-lightbox-inline {
        padding: 30px;
    }

    .fs-light.fs-lightbox-animating {
        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 {
            transition: opacity .25s linear .25s,visibility .25s linear .25s;
        }

    .fs-light.fs-lightbox-overlay {
        z-index: 100;
        background: #141a1e;
        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;
            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;
        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,.25);
        }

        .fs-lightbox.fs-light .fs-lightbox-loading_icon:after {
            animation: a .75s linear infinite;
            border: 5px solid transparent;
            border-top-color: #263238;
        }

    @keyframes a {
        0% {
            transform: rotate(0);
        }

        to {
            transform: rotate(1turn);
        }
    }

    .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 {
        z-index: 105;
        background: #fff;
        border-radius: 100%;
        box-shadow: 0 0 5px rgba(20,26,30,.25);
        text-indent: 200%;
        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;
    }

    .fs-lightbox.fs-light .fs-lightbox-position {
        color: #78909c;
        font-size: 12px;
        font-size: .75rem;
        margin: 5px 0;
        padding: 0;
    }

    .fs-lightbox.fs-light .fs-lightbox-caption p {
        color: #546e7a;
        font-size: 14px;
        font-size: .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: .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;
        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;
        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,.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;
            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: .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: .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: .75rem;
        line-height: 50px;
    }

    .fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
        padding: 15px 15px 65px;
    }

    .fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta,
    .fs-light.fs-lightbox-touch .fs-lightbox-thumbnails {
        z-index: 104;
        background: #37474f;
        box-shadow: 0 0 25px #141a1e;
        transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
    }

    .fs-light.fs-lightbox-touch .fs-lightbox-thumbnails {
        width: 100%;
        height: 130px;
        padding: 15px 0 65px;
    }

    .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-lightbox-thumbnailed .fs-viewer,
    .fs-lightbox.fs-light.fs-lightbox-touch .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-whatinput=mouse] a:focus,
    [data-whatinput=mouse] button:focus,
    [data-whatinput=touch] a:focus,
    [data-whatinput=touch] button:focus {
        outline: none;
    }

    html {
        background: #fff;
        box-sizing: border-box;
    }

    *,
    :after,
    :before {
        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,
    hr {
        margin: 0;
    }

    hr {
        height: 1px;
        background: #ddd;
        border: none;
    }

    .symbol {
        display: block;
        stroke: inherit;
        fill: currentColor;
        transition: fill .25s;
    }

    @media print {
        .symbol {
            fill: inherit !important;
        }
    }

    .symbol_phone {
        height: 16px;
        width: 16px;
    }

    .symbol_email {
        height: 16px;
        width: 15px;
    }

    .symbol_fax {
        height: 11px;
        width: 11px;
    }

    .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;
            min-width: 100% !important;
            min-height: 100% !important;
            z-index: 0;
        }

        .center,
        .cover_image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .center_vertical {
        position: absolute;
        top: 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;
    }

    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;
            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;
        }
    }

    .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;
        }
    }

    .typography h6 {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.5;
        text-transform: uppercase;
        margin: 40px 0 20px;
    }

    .typography a {
        color: inherit;
        text-decoration: underline;
        -webkit-text-decoration-skip: ink;
        text-decoration-skip: ink;
        transition: color .25s,background .25s;
    }

        .typography a,
        .typography a:focus,
        .typography a:hover {
            -webkit-text-decoration-color: #3dc2cf;
            text-decoration-color: #3dc2cf;
        }

            .typography a:focus,
            .typography a:hover {
                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: .875rem;
        line-height: 1.57143;
    }

    .typography img {
        height: auto;
        max-width: 100%;
    }

    .typography .aligncenter,
    .typography .alignleft,
    .typography .alignnone,
    .typography .alignright,
    .typography .block_center,
    .typography .block_left,
    .typography .block_right {
        width: auto;
        display: table;
        margin-bottom: 20px;
        table-layout: fixed;
    }

        .typography .aligncenter img,
        .typography .alignleft img,
        .typography .alignnone img,
        .typography .alignright img,
        .typography .block_center img,
        .typography .block_left img,
        .typography .block_right img {
            display: block;
            max-width: 100%;
        }

        .typography .aligncenter figcaption,
        .typography .alignleft figcaption,
        .typography .alignnone figcaption,
        .typography .alignright figcaption,
        .typography .block_center figcaption,
        .typography .block_left figcaption,
        .typography .block_right figcaption {
            font-size: 14px;
            font-size: .875rem;
            line-height: 1.57143;
            caption-side: bottom;
            display: table-caption;
            margin-top: 10px;
        }

    .typography .alignleft,
    .typography .alignright,
    .typography .block_left,
    .typography .block_right {
        max-width: 50%;
    }

    @media screen and (max-width:499px) {
        .typography .alignleft,
        .typography .alignright,
        .typography .block_left,
        .typography .block_right {
            max-width: 100%;
            float: none;
            margin-right: 0;
            margin-left: 0;
        }
    }

    @media screen and (min-width:500px) {
        .typography .alignleft,
        .typography .block_left {
            float: left;
            margin-right: 20px;
        }
    }

    @media screen and (min-width:500px) {
        .typography .alignright,
        .typography .block_right {
            float: right;
            margin-left: 20px;
        }
    }

    .typography .aligncenter,
    .typography .block_center {
        text-align: center;
    }

        .typography .aligncenter img,
        .typography .block_center img {
            margin-right: auto;
            margin-left: auto;
        }

    .typography blockquote {
        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: .875rem;
        letter-spacing: 2.33px;
        letter-spacing: .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 ol ol,
    .typography ol ul,
    .typography ul li,
    .typography ul ol,
    .typography ul ul {
        margin: 10px 0;
    }

    .typography ol {
        counter-reset: a;
    }

        .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(a) ". ";
        counter-increment: a;
        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(a,upper-latin) ". ";
    }

    ol[type=a] li:before {
        content: counter(a,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;
        }
    }

    .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;
        box-shadow: inset 0 0 0 1px #d0d7df;
    }

        .typography table tr {
            border-bottom: 1px solid #d0d7df;
        }

        .typography table td,
        .typography table th {
            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: .875rem;
            letter-spacing: 2.33px;
            letter-spacing: .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: .01%;
    }

    .tbl-noMargin .table_wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .table_wrapper_overflow {
        position: relative;
        border: 1px solid #ccc;
    }

        .table_wrapper_overflow:after {
            background-color: transparent;
            background: linear-gradient(90deg,transparent,rgba(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;
    }

    button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .skip_link {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 3px;
        cursor: pointer;
        padding: 18px 30px;
        text-decoration: none;
        transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
        margin-bottom: 8px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 100;
        background-color: #1f6eb7;
        color: #fff;
        display: block;
        opacity: 0;
        transform: translate(-50%,-200%);
        transition: opacity .35s,top .35s,transform .35s;
    }

        .skip_link .icon,
        .skip_link .label {
            display: inline-block;
            vertical-align: middle;
        }

        .skip_link:active,
        .skip_link:focus {
            opacity: 1;
            transform: translate(-50%,40px);
        }

        .skip_link:active,
        .skip_link:focus,
        .skip_link:hover {
            color: #fff;
        }

    .no-csstransforms .skip_link {
        top: -100%;
    }

        .no-csstransforms .skip_link:active,
        .no-csstransforms .skip_link:focus {
            top: 40px;
        }

    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: .875rem;
        line-height: 1.5;
        text-transform: uppercase;
        color: #7288a1;
        display: block;
        letter-spacing: 2px;
        letter-spacing: .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;
    }

    .typography input,
    .typography label,
    .typography select,
    .typography textarea {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 400;
    }

    [data-whatinput=mouse] .typography input:focus,
    [data-whatinput=mouse] .typography label:focus,
    [data-whatinput=mouse] .typography select:focus,
    [data-whatinput=mouse] .typography textarea:focus,
    [data-whatinput=touch] .typography input:focus,
    [data-whatinput=touch] .typography label:focus,
    [data-whatinput=touch] .typography select:focus,
    [data-whatinput=touch] .typography textarea:focus {
        outline: none;
    }

    .typography input[type=email],
    .typography input[type=number],
    .typography input[type=text],
    .typography select,
    .typography textarea {
        border-color: #d0d7df;
        border-width: 2px;
    }

    .typography select {
        height: auto;
    }

    .typography input[type=submit] {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 3px;
        cursor: pointer;
        padding: 18px 30px;
        text-decoration: none;
        transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
        display: block;
        margin-bottom: 8px;
        text-align: center;
        background-color: #ebebec;
        border-width: 0;
        color: #4d4d4d;
        margin: 10px 0;
        transition: background-color .25s,color .25s;
    }

        .typography input[type=submit] .icon,
        .typography input[type=submit] .label {
            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: -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 {
            column-count: 2;
            column-gap: 20px;
        }

            .form_column_2 > * {
                column-break-inside: avoid;
                break-inside: avoid;
            }
    }

    .form_element {
        margin-bottom: 20px;
    }

    .logo {
        margin: 0;
    }

    .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;
        }
    }

    .header .logo_link {
        color: #fff;
    }

    .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: 62px;
            height: 61px;
        }
    }

    @media screen and (min-width:980px) {
        .logo_link_symbol {
            width: 118px;
            height: 118px;
        }
    }

    .logo_link_symbol .symbol_logo_mono {
        width: 100%;
        height: 100%;
    }

    .logo_print {
        display: none;
    }

    @media print {
        .logo_print {
            display: block;
        }
    }

    @media print {
        .logo_header {
            margin: 20px 0;
        }
    }

    .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;
    background-color: #3dc2cf;
    background-image: linear-gradient(90deg,#0093D0 30%,#4DB4DE 70%);
    border-radius: 3px;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    padding: 2px;
}

.site_search_form {
    background-color: #21368B;
    display: grid;
    grid-template-columns: 1fr 45px;
}

    .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;
        }

    .site_search_input {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        background-color: transparent;
        border-width: 0;
        border-radius: 2px;
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        padding: 11px 0 11px 16px;
        vertical-align: middle;
    }

    [data-whatinput=mouse] .site_search_input:focus,
    [data-whatinput=touch] .site_search_input:focus {
        outline: none;
    }

    .site_search_input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        text-overflow: ellipsis;
    }

    .site_search_input::-moz-placeholder {
        color: #fff;
        opacity: 1;
        text-overflow: ellipsis;
    }

    .site_search_input::-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        text-overflow: ellipsis;
    }

    .site_search_input::placeholder {
        color: #fff;
        opacity: 1;
        text-overflow: ellipsis;
    }

    .site_search_input[placeholder] {
        color: #fff;
        opacity: 1;
        text-overflow: ellipsis;
    }

    .site_search_button {
        height: 100%;
        width: 100%;
        cursor: pointer;
        display: block;
        position: relative;
    }

        .site_search_button:focus .site_search_button_icon .symbol,
        .site_search_button:hover .site_search_button_icon .symbol {
            fill: #3dc2cf;
            stroke: #3dc2cf;
        }

    .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%;
        transform: translate(-50%,-50%);
        pointer-events: none;
    }

        .site_search_button_icon .symbol {
            fill: #fff;
            stroke: #fff;
            transition: fill .25s,stroke .25s;
        }

        .site_search_button_icon .symbol_search {
            width: 17px;
            height: 17px;
        }

    .site_search_lg {
        display: none;
    }

    @media screen and (min-width:980px) {
        .site_search_lg {
            display: block;
            -ms-flex: 0 0 35%;
            flex: 0 0 35%;
            margin: 0 0 0 auto;
        }
    }

    @media screen and (min-width:980px) {
        .show_login_link .site_search_lg {
            margin-left: 0;
        }
    }

    .mobile_search_wrap {
        padding-right: calc(20px + 1.04166667%);
        padding-left: calc(20px + 1.04166667%);
        margin-top: 24px;
    }

    @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%);
        }
    }

    .mini_site_search_wrap {
        position: absolute;
        top: 0;
        right: 105px;
        bottom: 0;
        left: 0;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-color: hsla(0,0%,100%,0);
        color: #7288a1;
        display: -ms-flexbox;
        display: flex;
        pointer-events: none;
        transition: background .3s;
        transition-delay: .8s;
    }

    @media (min-width:1220px) and (max-width:1379px),screen and (min-width:980px) and (max-width:1139px) {
        .mini_site_search_wrap {
            right: 195px;
        }
    }

    .header_mini.js-toggle-active .mini_site_search_wrap {
        pointer-events: auto;
        background-color: #fff;
        transition-delay: 0s;
    }

    .site_search_mini {
        display: block;
        -ms-flex: 1;
        flex: 1;
    }

        .site_search_mini .site_search_form {
            width: 100%;
            height: 100%;
            -ms-flex-align: stretch;
            align-items: stretch;
            display: -ms-flexbox;
            display: flex;
            -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: .875rem;
            line-height: 1;
            opacity: 0;
            padding: 10px;
            transition: opacity .3s,visibility .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;
        transition: opacity .4s,visibility .4s;
        transition-delay: .65s;
        visibility: visible;
    }

    .site_search_mini .site_search_input::-webkit-input-placeholder {
        color: #7288a1;
    }

    .site_search_mini .site_search_input::-moz-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;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        transform: translate3d(690px,0,0);
        transition: transform .4s,padding .4s;
        transition-delay: .3s;
        transition-timing-function: cubic-bezier(.47,0,.745,.715);
    }

    @media screen and (min-width:1140px) {
        .site_search_mini .site_search_button {
            transform: translate3d(780px,0,0);
        }
    }

    @media screen and (min-width:1220px) {
        .site_search_mini .site_search_button {
            transform: translate3d(925px,0,0);
        }
    }

    @media screen and (min-width:1380px) {
        .site_search_mini .site_search_button {
            transform: translate3d(1015px,0,0);
        }
    }

    .header_mini.js-toggle-active .site_search_mini .site_search_button {
        padding: 0 26px 0 0;
        transition-delay: .3s;
        transform: translateZ(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;
        transition: opacity .3s,visibility .3s;
        transition-delay: .8s;
        transform: none;
        visibility: hidden;
    }

    .header_mini.js-toggle-active .site_search_mini .site_search_button_icon {
        opacity: 1;
        transition: opacity .3s,visibility .3s;
        transition-delay: 0s;
        visibility: visible;
    }

    .site_search_mini .site_search_button_icon .symbol {
        fill: #179cd6;
        stroke: #179cd6;
        transition: fill .25s,stroke .25s;
    }

    .site_search_mini .site_search_button_icon .symbol_search {
        width: 18px;
        height: 18px;
    }

    .mini_search_actions {
        opacity: 0;
        transition: opacity .3s,visibility .3s;
        visibility: hidden;
    }

    .header_mini.js-toggle-active .mini_search_actions {
        opacity: 1;
        transition: opacity .4s,visibility .4s;
        transition-delay: .35s;
        visibility: visible;
    }

    .mini_search_action {
        height: 100%;
        padding: 0 30px;
    }

        .mini_search_action .symbol {
            fill: rgba(114,136,161,.5);
            transition: fill .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: 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: -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;
        transition: fill .25s,stroke .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: .875rem;
        line-height: 1.3;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .sitemap_search_result_list {
        border-top: 3px solid rgba(160,176,193,.4);
    }

    .sitemap_search_result_item {
        border-bottom: 1px solid rgba(160,176,193,.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: .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_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;
            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;
            transform: translate(-50%);
        }

    .photo_prop_close {
        height: 30px;
        width: 30px;
        position: absolute;
        top: 50%;
        right: 0;
        background: #fff;
        border-radius: 1em 0 0 1em;
        box-shadow: -2px 0 2px 0 rgba(0,0,0,.15);
        cursor: pointer;
        transition: background .25s,color .25s;
    }

        .photo_prop_close:focus,
        .photo_prop_close:hover {
            background: #333;
            color: #fff;
        }

    .lower-region .photo_prop_close {
        transform: translateY(calc(-50% - 25px));
    }

    .upper-region .photo_prop_close {
        transform: translateY(calc(-50% + 25px));
    }

    .photo_prop_detail {
        background: #f0f0f0;
        border-radius: .15em;
        display: -ms-flexbox;
        display: flex;
        padding: 15% 20px;
    }

    @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 {
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            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%;
        background-color: #031927;
        background-size: cover;
    }

        .background_404,
        .background_404:after {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

            .background_404:after {
                height: 100%;
                content: "";
                display: block;
                background: linear-gradient(0deg,rgba(3,25,39,.9),rgba(3,25,39,0));
            }

.footer {
    position: relative;
    background-color: #21368B;
    /*background: linear-gradient(180deg,#031927,#143862 137.88%);*/
    color: #fff;
    padding: 0;
}

    @media print {
        .footer {
            display: none;
        }
    }

    .footer_ribbon_inner {
        padding: 40px 0;
    }

    @media screen and (min-width:980px) {
        .footer_ribbon_inner {
            -ms-flex-align: center;
            align-items: center;
            display: grid;
            grid-template-columns: 1fr 74.5%;
            gap: 4%;
            padding: 55px 0;
        }
    }

    @media screen and (min-width:740px) {
        .footer_navs_group {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
        }
    }

    @media screen and (min-width:740px) and (max-width:979px) {
        .logo_footer {
            margin-bottom: 20px;
        }
    }

    .logo_footer .logo_link {
        width: 84px;
        height: 68px;
        display: inline-block;
    }

    @media screen and (min-width:980px) {
        .logo_footer .logo_link {
            width: 115px;
            height: 92px;
        }
    }

    .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 .icon {
        color: #fff;
    }

    .logo_footer .logo_link .symbol {
        width: 84px;
        height: 68px;
    }

    @media screen and (min-width:980px) {
        .logo_footer .logo_link .symbol {
            width: 115px;
            height: 92px;
        }
    }

    @media screen and (min-width:740px) {
        .footer_copyright_lockup {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    .footer_copyright {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 400;
        color: #a7a9ac;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.2;
        margin-top: 10px;
    }

    @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 {
        display: none;
    }

    @media screen and (min-width:740px) {
        .footer_copyright_lg {
            display: block;
            margin-left: 45px;
        }
    }

.header {
    position: relative;
    z-index: 8;
    background-color: #21368B;
    /*background-image: linear-gradient(180deg,#031927,#143862 137.88%);*/
    color: #fff;
    padding: 0;
    transition: box-shadow .4s,opacity .01s,visibility .01s;
}

    @media screen and (max-width:739px) {
        .header {
            height: 50px;
        }
    }

    @media screen and (min-width:740px) and (max-width:979px) {
        .header {
            height: 90px;
        }
    }

    .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 {
        height: 50px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    @media screen and (min-width:740px) {
        .header_bar_inner {
            height: 90px;
        }
    }

    @media screen and (min-width:980px) {
        .header_bar_inner {
            height: auto;
            gap: 20px;
            padding-top: 1em;
        }
    }

    .header_bar_group {
        display: none;
    }

    @media screen and (min-width:980px) {
        .header_bar_group {
            display: block;
            margin-left: auto;
            width: 100%;
        }
    }

    .header_bar_group_small {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
    }

    @media screen and (min-width:980px) {
        .header_bar_group_small {
            display: none;
        }
    }

    .header_bar_row {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin: 46px 0 0 auto;
    }

    .login_link {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        background-color: #1f6eb7;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1;
        padding: 12px 20px;
        transition: background-color .25s;
    }

        .login_link:focus,
        .login_link:hover {
            background-color: #3dc2cf;
        }

    .login_link_sm {
        width: 100%;
        display: block;
        margin-top: 16px;
    }

    .login_link_inner {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
    }

    .login_link_sm .login_link_inner {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .login_link_icon .symbol {
        width: 20px;
        aspect-ratio: 1;
    }

    .authenticate_button {
        color: #fff;
        display: inline-block;
        margin: 0;
        padding: 12px 10px 20px;
        transition: color .25s;
    }

    @media screen and (min-width:740px) {
        .authenticate_button {
            padding-inline: 18px;
        }
    }

    .authenticate_button:focus,
    .authenticate_button:hover {
        color: #3dc2cf;
    }

    .header_bar_group_small .authenticate_button {
        border-right: 1px solid #2a4357;
        padding: 10px;
    }

    @media screen and (min-width:740px) {
        .header_bar_group_small .authenticate_button {
            padding-inline: 18px;
        }
    }

    .authenticate_button_inner {
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
    }

        .authenticate_button_inner:after,
        .authenticate_button_inner:before {
            position: absolute;
            right: 0;
            left: 0;
            content: "";
            display: block;
            margin: 0 auto;
            opacity: 0;
        }

        .authenticate_button_inner:before {
            width: 0;
            height: 0;
            bottom: -10px;
            border-style: solid;
            border-width: 7px 4.5px 0;
            border-color: #39becf transparent transparent;
            transition: opacity .35s,transform .35s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: opacity,transform;
        }

        .authenticate_button_inner:after {
            width: 0;
            height: 3px;
            bottom: -7px;
            background-color: #3dc2cf;
            background-image: linear-gradient(90deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
            transition: opacity .35s,width .35s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: opacity,width;
        }

    .authenticate_button_icon .symbol {
        width: 20px;
        aspect-ratio: 1;
        color: #3dc2cf;
    }

    .authenticate_button_label {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1;
    }

    .member_menu {
        list-style: none;
        margin: 0 0 0 auto;
        padding: 0;
    }

        .member_menu.fs-swap-active .authenticate_button_inner:after,
        .member_menu.fs-swap-active .authenticate_button_inner:before {
            opacity: 1;
        }

        .member_menu.fs-swap-active .authenticate_button_inner:before {
            transform: translateY(4px);
        }

        .member_menu.fs-swap-active .authenticate_button_inner:after {
            width: 100%;
            background-color: #3dc2cf;
            background-image: linear-gradient(90deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
        }

        .member_menu.fs-swap-active .member_menu_children {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

    .member_menu_item {
        position: relative;
    }

    .member_menu_children {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        width: 290px;
        position: absolute;
        top: calc(100% + 12px);
        right: -30px;
        z-index: 20;
        background-color: #f9fafb;
        border-radius: 4px;
        box-shadow: 0 0 35px rgba(0,0,0,.25);
        color: #031927;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: normal;
        line-height: 1.2;
        list-style: none;
        margin: 0;
        overflow: hidden;
        opacity: 0;
        padding: 26px 0;
        text-transform: none;
        transition: opacity .25s,visibility .25s;
        transition-delay: .2s;
        visibility: hidden;
        will-change: opacity;
    }

    @media screen and (min-width:980px) {
        .member_menu_children {
            top: 100%;
            right: auto;
            left: 18px;
        }
    }

    .member_menu_child.featured {
        margin-block: 10px;
        padding-inline: 45px;
    }

    .member_menu_child_link {
        color: inherit;
        display: block;
        padding: 10px 45px;
        transition: color .25s;
    }

        .member_menu_child_link:focus,
        .member_menu_child_link:hover {
            color: #1f6eb7;
        }

    .member_menu_child.featured .member_menu_child_link {
        -ms-flex-align: center;
        align-items: center;
        background-color: #1f6eb7;
        border-radius: 3px;
        color: #fff;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 10px;
        padding: 18px 32px;
        transition: background-color .25s,color .25s;
    }

        .member_menu_child.featured .member_menu_child_link:focus,
        .member_menu_child.featured .member_menu_child_link:hover {
            background-color: #3dbc95;
        }

    .member_menu_child.featured .member_menu_child_link_label {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        line-height: 1;
        text-transform: uppercase;
    }

    .member_menu_child_link_icon {
        margin-left: 6px;
    }

        .member_menu_child_link_icon .symbol {
            width: 16px;
            height: 10px;
        }


    .header_mini {
        display: none;
    }

    .js .header_mini {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
        background-color: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
        display: block;
        opacity: 0;
        transition: opacity .4s,transform .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        transform: translateY(-100%);
        will-change: opacity,transform;
    }

    @media print,screen and (max-width:979px) {
        .js .header_mini {
            display: none;
        }
    }

    .js.csstransforms3d .header_mini {
        transform: translate3d(0,-100%,0);
    }

    .js .header_mini.active {
        opacity: 1;
        transform: translate(0);
    }

    .js.csstransforms3d .header_mini.active {
        transform: translateZ(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: -ms-flexbox;
        display: flex;
        float: right;
        margin-top: 16px;
    }

    @media (min-width:1220px) and (max-width:1379px),screen and (min-width:980px) and (max-width:1139px) {
        .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;
            transition: fill .25s,stroke .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:after,
        .desktop_sidebar_handle:before {
            width: 24px;
            height: 3px;
            content: "";
            display: block;
            margin: 0 auto;
            transition: background-color .25s,box-shadow .25s,transform .25s;
        }

        .desktop_sidebar_handle:before {
            background-color: #3dc2cf;
            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;
            box-shadow: 0 -8px 0 #143862,0 8px 0 #143862;
        }

    .desktop_sidebar_handle_wrapper.takeover_lock .desktop_sidebar_handle:after,
    .desktop_sidebar_handle_wrapper.takeover_lock .desktop_sidebar_handle:before {
        background-color: #3dc2cf;
        box-shadow: none;
    }

    .desktop_sidebar_handle_wrapper.takeover_lock .desktop_sidebar_handle:before {
        transform: rotate(45deg);
    }

    .desktop_sidebar_handle_wrapper.takeover_lock .desktop_sidebar_handle:after {
        transform: rotate(-45deg);
    }

    .nuclear_tab {
        width: 120px;
        height: 120px;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(100%,-100%);
        transition: transform .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        transition-delay: 0s;
        will-change: transform;
    }

    .csstransforms3d .nuclear_tab {
        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 {
        transform: translate(0);
        transition-delay: .25s;
    }

    .csstransforms3d .header_mini.active .nuclear_tab {
        transform: translateZ(0);
    }

    .layout_home .nuclear_tab {
        display: none;
    }

    .nuclear_tab_inner {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity .4s;
        transition-delay: .45s;
        transition-timing-function: cubic-bezier(.165,.84,.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_handle_wrapper {
        position: relative;
        margin: 0 -10px 0 0;
    }

    @media print {
        .mobile_sidebar_handle_wrapper {
            display: none;
        }
    }

    @media screen and (min-width:740px) {
        .mobile_sidebar_handle_wrapper {
            margin-right: -20px;
        }
    }

    @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:after,
    .mobile_sidebar_handle:before {
        width: 18px;
        height: 2px;
        content: "";
        display: block;
        margin: 0 auto;
        transform: rotate(0deg);
        transition: background-color .3s,box-shadow .3s,transform .3s;
    }

    @media screen and (min-width:740px) {
        .mobile_sidebar_handle:after,
        .mobile_sidebar_handle:before {
            width: 24px;
            height: 3px;
        }
    }

    .mobile_sidebar_handle:before {
        background-color: #d9eef4;
        box-shadow: 0 -6px 0 #d9eef4,0 6px 0 #d9eef4;
    }

    @media screen and (min-width:740px) {
        .mobile_sidebar_handle:before {
            box-shadow: 0 -8px 0 #d9eef4,0 8px 0 #d9eef4;
        }
    }

    .mobile_sidebar_handle:focus:before,
    .mobile_sidebar_handle:hover:before {
        background-color: #1f6eb7;
        box-shadow: 0 -6px 0 #1f6eb7,0 6px 0 #1f6eb7;
    }

    .mobile_sidebar_handle:active:before {
        background-color: #3dbc95;
        box-shadow: 0 -6px 0 #3dbc95,0 6px 0 #3dbc95;
    }

    .mobile_sidebar_handle.fs-navigation-open:after,
    .mobile_sidebar_handle.fs-navigation-open:before {
        background-color: #3dc2cf;
        box-shadow: 0 0 0 transparent;
    }

    .mobile_sidebar_handle.fs-navigation-open:before {
        transform: rotate(-45deg) translateY(1px);
    }

    .mobile_sidebar_handle.fs-navigation-open:after {
        transform: rotate(45deg) translateY(-1px);
    }

    .mobile_sidebar_header {
        height: 50px;
        border-bottom: 1px solid rgba(155,190,223,.4);
    }

    @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 .icon {
        color: #fff;
    }

    .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 {
        color: #fff;
        display: block;
        overflow: hidden;
    }

    [data-whatinput=mouse] .mobile_sidebar:focus,
    [data-whatinput=touch] .mobile_sidebar:focus {
        outline: none;
    }

    @media print {
        .mobile_sidebar {
            display: none;
        }
    }

    @media screen and (min-width:980px) {
        .mobile_sidebar {
            display: none;
        }
    }

    .mobile_sidebar.fs-navigation-overlay-nav {
        background-color: #031927;
        background-image: linear-gradient(180deg,#031927,#143862 137.88%);
    }

    .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: 10;
    }

    .fs-navigation-overlay-right-nav.fs-navigation-enabled,
    .fs-navigation-push-right-nav.fs-navigation-enabled {
        transform: translate3d(0,-100%,0);
    }

    .fs-navigation-overlay-nav.fs-navigation-animated,
    .fs-navigation-push-nav.fs-navigation-animated {
        transition: transform .4s cubic-bezier(.165,.84,.44,1),visibility 1ms linear .2s;
    }

    .fs-navigation-overlay-right-nav.fs-navigation-open,
    .fs-navigation-push-right-nav.fs-navigation-open {
        transform: translateZ(0);
        transition: transform .4s cubic-bezier(.165,.84,.44,1),visibility 1ms ease;
    }

    .page_wrapper {
        width: 100%;
        min-height: 100vh;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page {
        background-color: #fff;
        color: #031927;
        -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;
    }

    .layout_news_hub .page_content {
        padding-top: 0;
    }

    @media screen and (min-width:980px) {
        .aside_cell {
            float: right;
        }
    }

    .layout_news_hub .content_cell {
        display: none;
    }

    .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;
    }

    @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_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_label,
    .breadcrumb_link {
        display: inline-block;
    }

    .footer_nav {
        border-bottom: 1px solid hsla(0,0%,100%,.2);
        margin-top: 14px;
        padding-bottom: 18px;
    }

    @media screen and (min-width:740px) {
        .footer_nav {
            margin: 0 0 17px;
            padding-bottom: 10px;
        }
    }

    .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: 16px;
        font-size: 1rem;
        line-height: 1.3;
    }

    @media screen and (min-width:740px) {
        .footer_nav_list {
            display: -ms-flexbox;
            display: flex;
            gap: 30px;
        }
    }

    @media screen and (min-width:1220px) {
        .footer_nav_list {
            gap: 40px;
        }
    }

    .footer_nav_link {
        color: inherit;
        display: block;
        padding: 14px 0;
        transition: color .25s;
    }

    @media screen and (min-width:740px) {
        .footer_nav_link {
            padding-block: 10px;
        }
    }

    .footer_nav_link:focus,
    .footer_nav_link:hover {
        color: #3dc2cf;
    }

    @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_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%;
        transform: translate(-50%,-50%);
        transition: transform .25s;
    }

        .main_nav_toggle_icon .symbol {
            width: 14px;
            height: 7px;
            fill: #3dc2cf;
            transition: fill .25s;
        }

    .main_nav_child_link {
        display: block;
    }

    .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: .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 rgba(155,190,223,.4);
        box-shadow: 200px 0 0 transparent,-200px 0 0 transparent;
        transition: background-color .25s,box-shadow .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: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(90deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
        content: "";
        display: block;
        transition: width .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;
        box-shadow: 200px 0 0 #f9fafb,-200px 0 0 #f9fafb;
    }

        .main_nav_sm .main_nav_item.fs-swap-active .main_nav_link {
            color: #031927;
        }

        .main_nav_sm .main_nav_item.fs-swap-active .main_nav_toggle {
            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: #fff;
        display: block;
        padding: 22px 0;
        transition: color .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;
        transition: transform .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: 600;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: normal;
        line-height: 1.2;
        overflow: hidden;
        padding-bottom: 10px;
        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_link {
        color: #031927;
        padding: 10px 4px 10px 20px;
        transition: color .25s;
    }

        .main_nav_sm .main_nav_child_link:focus,
        .main_nav_sm .main_nav_child_link:hover {
            color: #1f6eb7;
        }

    .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;
            transition: opacity .35s,width .35s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: opacity,width;
        }

    .main_nav_lg {
        margin-bottom: 30px;
    }

    @media print {
        .main_nav_lg {
            display: none;
        }
    }

    .main_nav_lg .main_nav_list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main_nav_lg .main_nav_item {
        position: relative;
        display: inline-block;
    }

    @media screen and (min-width:980px) {
        .main_nav_lg .main_nav_item {
            margin-top: 24px;
        }
    }

    .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:after,
    .main_nav_lg .main_nav_item.focused .main_nav_link_label:before,
    .main_nav_lg .main_nav_item:focus .main_nav_link_label:after,
    .main_nav_lg .main_nav_item:focus .main_nav_link_label:before,
    .main_nav_lg .main_nav_item:hover .main_nav_link_label:after,
    .main_nav_lg .main_nav_item:hover .main_nav_link_label:before {
        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 {
        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: linear-gradient(90deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
    }

    .main_nav_lg .main_nav_item.focused .main_nav_child_item,
    .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:focus .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:hover .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 {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    .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: #fff;
        font-size: 13px;
        font-size: .8125rem;
        letter-spacing: 3.14px;
        letter-spacing: .19625rem;
        padding: 10px 10px 40px;
        text-transform: uppercase;
    }

    @media screen and (min-width:1220px) {
        .main_nav_lg .main_nav_link {
            font-size: 16px;
            font-size: 1rem;
            padding-inline: 15px;
        }
    }

    .main_nav_lg .main_nav_link_label {
        position: relative;
        display: inline-block;
    }

        .main_nav_lg .main_nav_link_label:after,
        .main_nav_lg .main_nav_link_label:before {
            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;
            border-color: #39becf transparent transparent;
            transition: opacity .35s,transform .35s;
            transition-timing-function: cubic-bezier(.165,.84,.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: linear-gradient(90deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
            transition: opacity .35s,width .35s;
            transition-timing-function: cubic-bezier(.165,.84,.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: 240px;
        position: absolute;
        left: -26px;
        background-color: #f9fafb;
        border-radius: 4px;
        color: #031927;
        font-size: 14px;
        font-size: .875rem;
        padding: 18px 0;
        opacity: 0;
        overflow: hidden;
        transition: opacity .25s,visibility .25s;
        transition-delay: .2s;
        visibility: hidden;
        will-change: opacity;
    }

    @media screen and (min-width:1220px) {
        .main_nav_lg .main_nav_children {
            width: 330px;
            font-size: 16px;
            font-size: 1rem;
        }
    }

    .main_nav_lg .main_nav_item:nth-last-of-type(-n+2) .main_nav_children {
        right: -26px;
        left: auto;
    }

    .main_nav_lg .main_nav_item:nth-last-of-type() .main_nav_children {
        right: 0;
    }

    .main_nav_lg .main_nav_child_link {
        color: inherit;
        padding: 12px 28px;
        transition: color .25s;
    }

        .main_nav_lg .main_nav_child_link:focus,
        .main_nav_lg .main_nav_child_link:hover {
            color: #1f6eb7;
        }

    .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;
    }

    @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: -ms-flexbox;
        display: flex;
        font-size: 14px;
        font-size: .875rem;
        -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;
        transition: color .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: .875rem;
        opacity: 0;
        line-height: 1.3;
        margin-left: -20px;
        padding: 12px 0 25px;
        pointer-events: none;
        transition: opacity .25s,visibility .25s;
        visibility: hidden;
    }

    .secondary_nav_lg .secondary_nav_child_link {
        color: inherit;
        display: block;
        padding: 8px 30px;
        transition: color .25s;
    }

        .secondary_nav_lg .secondary_nav_child_link:focus,
        .secondary_nav_lg .secondary_nav_child_link:hover {
            color: #3dc2cf;
        }

    .secondary_nav_sm {
        padding: 18px calc(20px + 1.04166667%);
    }

    @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: .875rem;
    }

    .secondary_nav_sm .secondary_nav_item.search {
        display: none;
    }

    .secondary_nav_sm .secondary_nav_link {
        color: #031927;
        padding: 10px 0;
        transition: color .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;
    }

    .secondary_nav_sm .secondary_nav_item.search {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        font-size: 14px;
        font-size: .875rem;
        padding: 10px 0;
    }

    .secondary_nav_sm .site_search_handle {
        -ms-flex-align: center;
        align-items: center;
        color: #031927;
        display: -ms-flexbox;
        display: flex;
        transition: color .25s;
    }

        .secondary_nav_sm .site_search_handle .icon,
        .secondary_nav_sm .site_search_handle .label {
            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%;
        -ms-flex-align: center;
        align-items: center;
        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;
            transition: fill .25s,stroke .25s;
        }

        .secondary_nav_lg .site_search_handle:focus .symbol,
        .secondary_nav_lg .site_search_handle:hover .symbol {
            fill: #3dc2cf;
            stroke: #3dc2cf;
        }

    .social_wrapper_sm {
        border-bottom: 1px solid hsla(0,0%,100%,.2);
    }

    @media screen and (min-width:740px) {
        .social_wrapper_sm {
            display: none;
        }
    }

    .social_wrapper_lg {
        display: none;
    }

    @media screen and (min-width:740px) {
        .social_wrapper_lg {
            border-right: 1px solid hsla(0,0%,100%,.2);
            display: block;
            margin-right: 32px;
            padding: 5px 36px 5px 0;
        }
    }

    .social_nav {
        margin: 26px 0 30px;
    }

    @media screen and (min-width:740px) {
        .social_nav {
            margin: 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: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

        .social_nav_list .symbol_social_facebook {
            width: 8px;
            height: 14px;
        }

        .social_nav_list .symbol_social_twitter {
            width: 13px;
            height: 10px;
        }

        .social_nav_list .symbol_social_instagram {
            width: 14px;
            height: 14px;
        }

        .social_nav_list .symbol_social_linkedin {
            width: 13px;
            height: 12px;
        }

        .social_nav_list .symbol_social_youtube {
            width: 14px;
            height: 10px;
        }

    .social_nav_link {
        position: relative;
        width: 30px;
        background: #3dc2cf;
        background-image: linear-gradient(-225deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
        color: #fff;
        transition: color .25s;
    }

        .social_nav_link,
        .social_nav_link:before {
            aspect-ratio: 1;
            border-radius: 50%;
            display: block;
        }

            .social_nav_link:before {
                position: absolute;
                top: 2px;
                right: 2px;
                bottom: 2px;
                left: 2px;
                background: #031927;
                content: "";
                opacity: 1;
                transition: opacity .25s;
            }

    @media screen and (min-width:740px) {
        .social_nav_link:before {
            background-color: #0c2a46;
        }
    }

    .social_nav_link:focus,
    .social_nav_link:hover {
        color: #031927;
    }

        .social_nav_link:focus:before,
        .social_nav_link:hover:before {
            opacity: 0;
        }

    .social_nav_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: inherit;
        display: block;
    }

        .social_nav_icon .symbol {
            transition: fill .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_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;
        }

        div#mobile_sidebar {
            display: none;
        }
    }

    .sub_nav_handle {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 3px;
        cursor: pointer;
        padding: 18px 30px;
        text-decoration: none;
        transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
        display: block;
        margin-bottom: 8px;
        text-align: center;
        position: relative;
        padding-right: 40px;
        text-align: left;
    }

        .sub_nav_handle .icon,
        .sub_nav_handle .label {
            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;
        transform: translateY(-50%);
    }

    [data-whatinput=mouse] .sub_nav_list:focus,
    [data-whatinput=touch] .sub_nav_list:focus {
        outline: none;
    }

    .sub_nav_link {
        display: block;
    }

    .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;
        transform: translate3d(0,-100%,0);
        transition: transform .6s;
        transition-timing-function: cubic-bezier(.165,.84,.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: -ms-flexbox;
        display: flex;
    }

    .main_nav_over .main_nav_children_feature {
        width: 45%;
        opacity: 0;
        transform: translate3d(0,100px,0);
        transition: opacity .4s,transform .4s,visibility .4s;
        transition-delay: .6s;
        transition-timing-function: cubic-bezier(.165,.84,.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%;
        transform: translate(-50%,-50%);
        padding: 0 10px;
    }

    .main_nav_over .main_nav_children_feature_link .lockup_inner {
        -ms-flex-align: center;
        align-items: center;
        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%;
        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;
            transform: translate(-50%,-50%) scale(0);
            transition: transform .25s;
        }

    .main_nav_over .main_nav_children_feature_link .symbol {
        position: absolute;
        top: 50%;
        left: 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: .25;
    }

    .main_nav_over .main_nav_children_feature_link:focus .icon:before,
    .main_nav_over .main_nav_children_feature_link:hover .icon:before {
        transform: translate(-50%,-50%) scale(1);
    }

    .main_nav_over .main_nav_figure {
        display: block;
        opacity: .5;
        transition: opacity .25s;
    }

        .main_nav_over .main_nav_figure picture {
            display: block;
        }

        .main_nav_over .main_nav_figure img {
            display: block;
            width: 100%;
            height: auto;
        }

    .main_nav_over .main_nav_children_items {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        width: 55%;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        color: #031927;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.55556;
    }

        .main_nav_over .main_nav_children_items:after,
        .main_nav_over .main_nav_children_items:before {
            width: 1px;
            height: 0%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            background-color: #9bbedf;
            content: "";
            display: block;
            transition: height .4s;
            transition-delay: .6s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
        }

        .main_nav_over .main_nav_children_items:after {
            left: 50%;
        }

    .main_nav_over .main_nav_children_items_inner {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main_nav_over .main_nav_child_item {
        width: 50%;
        opacity: 0;
        transform: translate3d(0,60px,0);
        transition: opacity .4s,transform .4s,visibility .4s;
        transition-delay: .6s;
        transition-timing-function: cubic-bezier(.165,.84,.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;
            transition: opacity .35s,width .35s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: opacity,width;
        }

    .main_nav_over .nav_logo {
        display: none;
    }

    @media screen and (min-width:980px) {
        body.takeover_lock,
        html.takeover_lock {
            overflow: hidden !important;
        }
    }

    @media screen and (min-width:980px) {
        .takeover_lock .takeover_block {
            pointer-events: auto;
            transform: translateZ(0);
        }
    }

    .takeover_lock .main_nav_children_feature {
        opacity: 1;
        transform: translateZ(0);
        transition-delay: 0s;
        visibility: visible;
    }

    .takeover_lock .main_nav_children_items:after,
    .takeover_lock .main_nav_children_items:before {
        height: 100%;
    }

    .takeover_lock .main_nav_child_item {
        opacity: 1;
        transform: translateZ(0);
        transition-delay: 0s;
        visibility: visible;
    }

    .takeover_lock .main_nav_item:first-child .main_nav_children_feature,
    .takeover_lock .main_nav_item:first-child .main_nav_children_items:after,
    .takeover_lock .main_nav_item:first-child .main_nav_children_items:before {
        transition-delay: .55s;
    }

    .takeover_lock .main_nav_item:first-child .main_nav_child_item:nth-child(odd) {
        transition-delay: .65s;
    }

    .takeover_lock .main_nav_item:first-child .main_nav_child_item:nth-child(even),
    .takeover_lock .main_nav_item:nth-child(2) .main_nav_children_feature,
    .takeover_lock .main_nav_item:nth-child(2) .main_nav_children_items:after,
    .takeover_lock .main_nav_item:nth-child(2) .main_nav_children_items:before {
        transition-delay: .75s;
    }

    .takeover_lock .main_nav_item:nth-child(2) .main_nav_child_item:nth-child(odd) {
        transition-delay: .85s;
    }

    .takeover_lock .main_nav_item:nth-child(2) .main_nav_child_item:nth-child(2n),
    .takeover_lock .main_nav_item:nth-child(4) .main_nav_children_feature,
    .takeover_lock .main_nav_item:nth-child(4) .main_nav_children_items:after,
    .takeover_lock .main_nav_item:nth-child(4) .main_nav_children_items:before {
        transition-delay: .95s;
    }

    .takeover_lock .main_nav_item:nth-child(4) .main_nav_child_item:nth-child(odd) {
        transition-delay: 1.05s;
    }

    .takeover_lock .main_nav_item:nth-child(4) .main_nav_child_item:nth-child(2n),
    .takeover_lock .main_nav_item:nth-child(5) .main_nav_children_feature,
    .takeover_lock .main_nav_item:nth-child(5) .main_nav_children_items:after,
    .takeover_lock .main_nav_item:nth-child(5) .main_nav_children_items:before {
        transition-delay: 1.15s;
    }

    .takeover_lock .main_nav_item:nth-child(5) .main_nav_child_item:nth-child(odd) {
        transition-delay: 1.25s;
    }

    .takeover_lock .main_nav_item:nth-child(5) .main_nav_child_item:nth-child(2n) {
        transition-delay: 1.35s;
    }

    @media screen and (min-width:740px) {
        .utility_wrapper {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .utility_nav {
        margin-top: 25px;
    }

    @media screen and (min-width:740px) {
        .utility_nav {
            margin-top: 0;
        }
    }

    .utility_nav_header {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .utility_nav_header.focusable:active,
        .utility_nav_header.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .utility_nav_list {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.3;
    }

    @media screen and (min-width:740px) {
        .utility_nav_list {
            display: -ms-flexbox;
            display: flex;
            gap: 30px;
        }
    }

    @media screen and (min-width:1220px) {
        .utility_nav_list {
            gap: 45px;
        }
    }

    .utility_nav_link {
        color: inherit;
        display: block;
        padding: 11px 0;
    }

        .utility_nav_link:focus,
        .utility_nav_link:hover {
            color: #3dc2cf;
        }

    .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;
            transform: translateY(-50%);
        }
    }

    .no_media .media_meta {
        margin-top: 0;
        margin-bottom: 0;
    }

    @media screen and (min-width:740px) {
        .no_media .media_meta {
            transform: none;
        }
    }

    .media_meta_wrap {
        background-color: #031927;
        color: #fff;
        font-size: 14px;
        font-size: .875rem;
        padding: 0 20px;
    }

    @media print {
        .media_meta_wrap {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
        }
    }

    @media screen and (min-width:740px) {
        .media_meta_wrap {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            padding: 30px;
        }
    }

    @media screen and (min-width:980px) {
        .media_meta_wrap {
            padding: 32px 80px;
        }
    }

    @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: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
    }

    @media print,screen and (min-width:740px) {
        .media_meta_set {
            -ms-flex-align: center;
            align-items: center;
            -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 #78a8d4;
        }
    }

    @media print,screen and (min-width:740px) {
        .media_meta_set:first-child {
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
    }

    .media_meta_type {
        -ms-flex-align: center;
        align-items: center;
        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: .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: .14563rem;
        text-transform: uppercase;
    }

    @media print,screen and (min-width:740px) {
        .media_meta_category {
            padding: 2px 0;
        }
    }

    .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: .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 {
            border-right: 1px solid #78a8d4;
            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_controls {
        display: none;
    }

    @media print {
        .directory_controls {
            display: none;
            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: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 3px;
        cursor: pointer;
        padding: 18px 30px;
        text-decoration: none;
        transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
        width: 100%;
        background-color: #ebebec;
        color: #4d4d4d;
        display: block;
        margin: 10px 0;
        text-align: left;
        margin: 10px 0 -25px;
    }

    @media screen and (min-width:740px) {
        .directory_controls_trigger {
            margin: 0;
        }
    }

    .no-js .directory_controls_trigger {
        display: none;
    }

    .directory_controls_trigger .label {
        -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;
        transition: fill .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: -ms-flexbox;
        display: flex;
    }

    .directory_controls_panel {
        background-color: #031823;
        border: 1px solid hsla(0,0%,100%,.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;
        transition: opacity .25s,visibility .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;
    }

    @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-weight: 600;
        font-size: 14px;
        font-size: .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: .125rem;
        margin-bottom: 20px;
    }

    .directory_controls_set,
    .directory_search {
        margin-bottom: 30px;
    }

    .directory_search {
        border-bottom: 1px solid hsla(0,0%,100%,.4);
        padding-bottom: 30px;
    }

    .directory_search_fields {
        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: -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::-moz-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;
            transition: fill .25s,stroke .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: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 3px;
        cursor: pointer;
        padding: 18px 30px;
        text-decoration: none;
        transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff;
        padding: 14px 20px;
        text-align: left;
        transition: background .25s,border .25s,color .25s;
    }

        .directory_filters_submit:focus,
        .directory_filters_submit:hover {
            background-color: #3dbc95;
            border-color: #3dbc95;
            color: #fff;
        }
@media screen and (max-width: 600px) {
    .nmih_ad_1_1 {
        display: block; 
    }
    .nmih_ad_16_9 {
        display: none;
    }
}
@media screen and (min-width: 600px) {
    .nmih_ad_1_1 {
        display: none;
    }

    .nmih_ad_16_9 {
        display: block;
    }
}
    .hero {
        width: 100%;
        min-height: 42.8vw;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        background-color: #000;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
    }

    @media screen and (min-width:980px) {
        .nmih.nmih_hero .hero, .hero {
            min-height: 420px;
        }
    }

    @media screen and (min-width:1220px) {
        .nmih.nmih_hero .hero, .hero {
            min-height: 522px;
        }
    }

    @media (min-width:1440px) {
        .nmih.nmih_hero .hero, .hero {
            min-height: 616px;
        }
    }
    @media (max-width: 600px) {
        .hero {
            min-height: 95vh;
        }
    }
@media (max-width: 700px) {
    .nmih section.js-background-load.media_block.has_media.loaded {
        border-width: 16px !important;
    }
}

/***Hero adjustments for NMIH Gif Height*********/
@media screen and (min-width:980px) {
    .nmih .hero {
        min-height: 555px;
    }
}

@media screen and (min-width:1220px) {
    .nmih .hero {
        min-height: 686px;
    }
}

@media screen and (min-width:1440px) {
    .nmih .hero {
        min-height: 810px;
    }
}

@media screen and (min-width:1755px) {
    .nmih .hero {
        min-height: 910px;
    }
}

@media screen and (min-width:2600px) {
    .nmih .hero {
        min-height: 95vh;
    }
}
/***********END*************/
/*********NMIH HP Hero*********/
.nmih_hero .button_block {
    display: block !important;
    margin: 0;
}

.nmih_hero h1.hero_title {
    display: none;
}

.nmih_hero .hero_inner {
    margin: 0;
    top: 300px;
    left: 300px;
    text-align: center;
}

.nmih_hero a.button_block_link {
    background-color: #ffc425;
    color: #21368B;
    font-size: .465em;
}

    .nmih_hero a.button_block_link:hover {
        color: #fff;
    }

@media screen and (max-width:600px) {
    .nmih_hero .hero_inner {
        top: 260px;
        left: 0px;
    }
}

@media screen and (max-width:860px) and (min-width:600px) {
    .nmih_hero .hero_inner {
        top: 100px;
        left: 50px;
    }
}

@media screen and (max-width:980px) and (min-width:860px) {
    .nmih_hero .hero_inner {
        top: 120px;
        left: 70px;
    }
}

@media screen and (max-width:1220px) and (min-width:980px) {
    .nmih_hero .hero_inner {
        top: 150px;
        left: 250px;
    }
}
@media screen and (max-width:1980px)and (min-width:1220px) {
    .nmih_hero .hero_inner {
        top: 200px;
        left: 300px;
    }
}
@media screen and (max-width:2800px) and (min-width: 1980px) {
    .nmih_hero .hero_inner {
        top: 260px;
        left: 300px;
    }
}

@media screen and (min-width: 2801px) {
    .nmih_hero .hero_inner {
        top: 270px;
        left: 300px;
    }
}
/*********************************/

    .hero_backgrounds {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .hero_background_fallback {
        height: calc(100% + 20px);
        width: calc(100% + 20px);
        position: absolute;
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .8;
    }

    @supports ((-webkit-filter:blur(10px)) or (filter:blur(10px))) {
        .hero_background_fallback {
            filter: blur(10px);
        }
    }

    .hero_background_video {
        display: none;
    }

        .hero_background_video,
        .hero_background_video:after {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

            .hero_background_video:after {
                background-color: #000;
                content: "";
                display: block;
                opacity: .2;
                pointer-events: none;
            }

    @media screen and (min-width:980px) {
        .js .hero_background_video {
            display: block;
        }
    }

    .hero_background_iframe {
        width: 100vw;
        height: 56.25vw;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .hero_background_video_controls {
        position: absolute;
        right: 25px;
        bottom: 25px;
    }

    .hero_background_video_control {
        width: 28px;
        position: absolute;
        right: 0;
        bottom: 0;
        aspect-ratio: 1;
        background-color: #d9eef4;
        border-radius: 50%;
        color: #1f6eb7;
        opacity: 1;
        pointer-events: auto;
        transition: background-color .25s,color .25s,opacity .3s;
    }

        .hero_background_video_control:focus,
        .hero_background_video_control:hover {
            background-color: #3dc2cf;
            color: #fff;
        }

        .hero_background_video_control.pressed {
            opacity: 0;
            pointer-events: none;
        }

    .hero_background_video_play .symbol {
        width: 18px;
        height: 18px;
        margin-left: 2px;
    }

    .hero_background_video_control_label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }

        .hero_background_video_control_label.focusable:active,
        .hero_background_video_control_label.focusable:focus {
            width: auto;
            height: auto;
            position: static;
            clip: auto;
            margin: 0;
            overflow: visible;
        }

    .hero_background_video_control_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .hero_background_video_pause .symbol {
        width: 12px;
        height: 15px;
        margin-left: 1px;
    }

    .hero_background_figure {
        right: 0;
        bottom: 0;
        background-color: #000;
    }

    .hero_background_figure,
    .hero_background_image {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hero_background_image {
        opacity: .5;
        -o-object-fit: cover;
        object-fit: cover;
    }
.nmih .hero_background_image {
    opacity: 1 !important;
}
    .hero_inner {
        width: 100%;
        position: relative;
        margin-block: 30px;
    }

    .hero_title {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        font-size: 29px;
        font-size: 1.8125rem;
        margin: 0 0 14px;
    }

    @media screen and (min-width:740px) {
        .hero_title {
            font-size: 48px;
            font-size: 3rem;
        }
    }

    @media screen and (min-width:980px) {
        .hero_title {
            font-size: 56px;
            font-size: 3.5rem;
        }
    }

    @media screen and (min-width:1220px) {
        .hero_title {
            font-size: 64px;
            font-size: 4rem;
        }
    }

    .hero_description {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 400;
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.28571;
        margin: 0;
    }

    @media screen and (min-width:740px) {
        .hero_description {
            font-size: 32px;
            font-size: 2rem;
        }
    }

    @media screen and (min-width:980px) {
        .hero_description {
            font-size: 38px;
            font-size: 2.375rem;
        }
    }

    @media screen and (min-width:1220px) {
        .hero_description {
            font-size: 44px;
            font-size: 2.75rem;
        }
    }

    .hero_description p {
        margin: 0;
    }

    .media_block,
    .media_media {
        position: relative;
    }

    .media_media {
        background: #000;
        color: #fff;
    }

    @media screen and (min-width:500px) {
        .media_media {
            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: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    @supports ((-webkit-filter:blur(10px)) or (filter:blur(10px))) {
        .media_background_fallback {
            filter: blur(10px);
        }
    }

    .media_background {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .media_container {
        background-color: rgba(3,25,39,0);
        background: linear-gradient(180deg,rgba(3,25,39,0),rgba(3,25,39,.8));
        filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=0)";
        position: relative;
        padding: 80px 0 30px;
    }
@media screen and (max-width:500px) {
    .media_container {
        min-height: 300px;
        display: flex;
        padding: 20px 0px 20px;
    }
}
/***Vimeo Embed height on mobile****/
.nmih.video-container {
    width: 100%; 
    height: 0; 
    padding-bottom: 56.25%; 
    position: relative;
}

    .nmih.video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (max-width: 768px) { 
    .video-container {
        
        padding-bottom: 75%; 
        
    }
}

/**end***/
    /*added by Rakesh to remove media top caption and backgrond.*/
    .no-overlay-no-text .media_title {
        visibility: hidden !important;
    }

    .no-overlay-no-text .media_container {
        background: none;
    }
.nmih .media_container {
    text-align: center;
    align-items: center;
    background: none;
}

.nmih .media_description {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.4em;
}


.nmih h2.media_title {
    font-weight: 900;
    margin: 0;
    font-family: proxima-nova-condensed,Open Sans,Arial,sans-serif;
    text-transform: uppercase;
}
    /*end added by Rakesh*/
    @media print {
        .media_container {
            padding: 0;
        }
    }

    @media screen and (min-width:500px) {
        .media_container {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: end;
            align-items: flex-end;
        }
    }

    @media screen and (min-width:740px) {
        .media_container {
            padding: 70px 0 60px;
        }
    }

    @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 screen and (min-width:740px) {
        .media_title {
            font-size: 60px;
            font-size: 3.75rem;
        }
    }

    .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: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 3px;
        cursor: pointer;
        padding: 18px 30px;
        text-decoration: none;
        transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
        display: block;
        margin-bottom: 8px;
        text-align: center;
        background-color: #fff;
        color: #444;
        margin-bottom: 0;
        transition: background-color .25s,color .25s;
    }

        .media_link .icon,
        .media_link .label {
            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);
        transition: fill .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 {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    @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 {
            -ms-flex-align: end;
            align-items: flex-end;
            display: -ms-flexbox;
            display: flex;
        }
    }

    @media screen and (min-width:980px) {
        .directory_media_block .media_header {
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
    }

    .js .has_media .media_background {
        opacity: 0;
        transition: opacity .4s;
    }

    .js .has_media .media_description,
    .js .has_media .media_links,
    .js .has_media .media_title {
        opacity: 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_description,
    .js .media_block.has_media.loaded .media_links,
    .js .media_block.has_media.loaded .media_title {
        opacity: 1;
        transform: translateZ(0);
        visibility: visible;
        transition: opacity .6s,transform .6s,visibility .6s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
    }

    .js .media_block.has_media.loaded .media_title {
        transition-delay: .5s;
    }

    .js .media_block.has_media.loaded .media_description {
        transition-delay: .65s;
    }

    .js .media_block.has_media.loaded .media_links {
        transition-delay: .8s;
    }

    .case_focus {
        position: relative;
        background: #eceff2;
        padding: 40px 0 0;
    }

    @media screen and (min-width:980px) {
        .case_focus {
            position: relative;
            height: 680px;
            overflow: hidden;
            padding: 0;
        }
    }

    .case_focus.theme_dark {
        background-color: #031927;
        color: #fff;
    }

    .theme_blue h3.case_focus_intro_title {
        color: #3DC2CF;
    }

    .case_focus.theme_blue {
        background-color: #122085;
        color: #3DC2CF;
    }

    @media screen and (min-width:980px) {
        .no-js .case_focus {
            height: auto;
        }
    }

    @media screen and (min-width:980px) {
        .case_focus_inner {
            height: 100%;
            display: -ms-flexbox;
            display: flex;
            -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,.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;
        }
    }

    .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.theme_dark .case_focus_intro_title {
        color: inherit;
    }

    .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;
            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,.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_carousel {
            width: 55%;
            position: absolute;
            top: 50%;
            left: 45%;
            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;
            transform: none;
        }
    }

    @media screen and (min-width:740px) {
        .no-js .case_focus_viewport {
            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;
        transform: translate(-50%,-50%);
    }

    @media screen and (max-width:979px) {
        .case_focus_viewport.base_controls .fs-carousel-controls {
            display: none;
        }
    }

    .case_focus_item {
        margin-right: 25px;
        transition: transform .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 {
            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;
        color: #031927;
        box-shadow: 2px 2px 11px rgba(0,0,0,.25);
        display: -ms-flexbox;
        display: flex;
        -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-size: 18px;
        font-size: 1.125rem;
        line-height: 1.88889;
        margin: 10px 0;
    }

    .case_focus_item_content p,
    .case_focus_item_title {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 400;
    }

    .case_focus_item_title {
        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;
        transform: translate(-50%,-50%);
    }

    .case_focus.fs-checkpoint-element .case_focus_background:after,
    .case_focus.fs-checkpoint-element .case_focus_item_inner,
    .case_focus.fs-checkpoint-element .case_focus_media_background:after,
    .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_background:after,
    .case_focus.fs-checkpoint-active .case_focus_media_background:after {
        opacity: 1;
        transition: opacity .4s,visibility .4s;
        transition-delay: .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        visibility: visible;
    }

    .case_focus.fs-checkpoint-active .case_focus_item_inner {
        opacity: 1;
        transition: opacity .4s,transform .4s,visibility .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        visibility: visible;
    }

    .case_focus.fs-checkpoint-active .case_focus_item:nth-child(1n) .case_focus_item_inner {
        transition-delay: .4s;
    }

    .case_focus.fs-checkpoint-active .case_focus_item:nth-child(2n) .case_focus_item_inner {
        transition-delay: .5s;
    }

    .case_focus.fs-checkpoint-active .case_focus_item:nth-child(3n) .case_focus_item_inner {
        transition-delay: .6s;
    }

    .case_focus.fs-checkpoint-active .case_focus_item:nth-child(4n) .case_focus_item_inner {
        transition-delay: .7s;
    }

    .case_focus.fs-checkpoint-active .case_focus_item:nth-child(5n) .case_focus_item_inner {
        transition-delay: .8s;
    }

    .case_focus.fs-checkpoint-active .fs-carousel-controls,
    .case_focus.fs-checkpoint-active .fs-carousel-pagination {
        opacity: 1;
        transition: opacity .4s,visibility .4s;
        transition-delay: .9s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        visibility: visible;
    }

    .contact_info {
        padding-top: 40px;
        padding-bottom: 40px;
        background: rgba(236,239,242,.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 {
        -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 {
            -ms-flex-align: center;
            align-items: center;
            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 {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        box-shadow: 2px 2px 11px rgba(0,0,0,.25);
        display: block;
        overflow: hidden;
    }

        .contact_info_figure picture {
            display: block;
        }

        .contact_info_figure img {
            display: block;
            width: 100%;
            height: auto;
        }

    @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 {
            -ms-flex-align: end;
            align-items: flex-end;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .contact_info_name,
    .contact_info_name_title {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
    }

    .contact_info_name {
        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: .875rem;
        letter-spacing: 2.3px;
        letter-spacing: .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;
        transition: color .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;
    }

    @media screen and (min-width:740px) {
        .directory_list {
            margin-top: 0;
            margin-bottom: 80px;
        }
    }

    @media print,screen and (min-width:620px) {
        .directory_list_cards {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -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: linear-gradient(0deg,#031927,rgba(3,25,39,0));
        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: .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: .875rem;
        line-height: 1.5;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        letter-spacing: .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: .75rem;
        }
    }

    .directory_card_takover {
        height: 100%;
        background: #031927;
        color: #fff;
        text-align: center;
        transition: transform .25s,opacity .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;
            transform: scale(.8);
        }
    }

    .directory_card:focus .directory_card_takover,
    .directory_card:hover .directory_card_takover {
        opacity: 1;
        transform: scale(1);
    }

    .directory_card_takover .directory_card_name {
        margin-top: 35px;
    }

    .directory_card_takover_thumb {
        height: 40px;
        width: 100%;
        position: relative;
        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: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -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: 70px;
        width: 70px;
        position: relative;
        top: -15px;
        border-radius: 50px;
        box-shadow: 2px 2px 11px rgba(0,0,0,.25);
        margin: auto;
        overflow: hidden;
    }

    @media screen and (min-width:500px) {
        .directory_card_takover_figure {
            height: 80px;
            width: 80px;
        }
    }

    .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: .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: 11px;
            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: .6em;
        }
    }

    .directory_card_contact_item a {
        transition: color .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 hsla(0,0%,100%,.2);
        display: block;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 1em;
        padding: 17px 10px;
        color: #fff;
        transition: color .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: #444;
        border-radius: 50%;
        display: block;
        color: #fff;
        transition: transform .25s;
    }

    .directory_card_social_item:focus .directory_card_social_link,
    .directory_card_social_item:hover .directory_card_social_link {
        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;
            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;
        will-change: transform,opacity;
    }

    @media print {
        .feature_topic_inner {
            opacity: 1 !important;
            padding: 0;
            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;
        }
    }

    @media screen and (min-width:980px) {
        .feature_topic_inner {
            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,.5);
        }
    }

    @media screen and (max-width:979px) {
        .feature_topic.theme_blue_light .feature_topic_inner {
            border-color: rgba(23,156,214,.5);
        }
    }

    @media screen and (max-width:979px) {
        .feature_topic.theme_teal .feature_topic_inner {
            border-color: rgba(61,194,207,.5);
        }
    }

    @media screen and (max-width:979px) {
        .feature_topic.theme_green .feature_topic_inner {
            border-color: rgba(61,188,149,.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: -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(2n) .feature_topic_header {
            -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: .875rem;
        line-height: 1.5;
        text-transform: uppercase;
        border-radius: 2px;
        color: #031927;
        display: block;
        letter-spacing: 2.3px;
        letter-spacing: .14375rem;
        margin: 0 0 20px;
        text-align: center;
        transform: translate3d(0,-50%,0);
    }

    @media print {
        .feature_topic_label {
            border: 1px solid;
            transform: none;
        }
    }

    @media screen and (max-width:499px) {
        .feature_topic_label {
            font-size: 12px;
            font-size: .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;
        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: .75rem;
        letter-spacing: 2px;
        letter-spacing: .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: .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: linear-gradient(90deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
        content: "";
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform .25s;
    }

    .feature_topic_link:focus .feature_topic_link_icon,
    .feature_topic_link:hover .feature_topic_link_icon {
        transform: translate3d(5px,0,0);
    }

    .feature_topic_link_icon {
        transition: transform .25s;
        transition-timing-function: cubic-bezier(.165,.84,.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;
            box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
            transform: scaleX(1);
            transition: box-shadow .25s,transform .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: linear-gradient(0deg,rgba(0,0,0,.85),transparent 60%);
            transform: translateY(10%);
            transition: transform .25s;
        }
    }

    @media screen and (min-width:980px) {
        .feature_topic_figure:focus,
        .feature_topic_figure:hover {
            box-shadow: 0 0 16px 0 rgba(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: 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;
        transition: color .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:after,
    .feature_topic_figure_title_icon:before {
        height: 32px;
        width: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -2;
        border-radius: 50%;
        content: "";
        transform: translate(-50%,-50%);
    }

    @media screen and (min-width:980px) {
        .feature_topic_figure_title_icon:after,
        .feature_topic_figure_title_icon:before {
            height: 40px;
            width: 40px;
        }
    }

    .feature_topic_figure_title_icon:before {
        border: 2px solid #3dc2cf;
        transform: translate(-50%,-50%);
    }

    .feature_topic_figure_title_icon:after {
        background: linear-gradient(-225deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
        transform: translate(-50%,-50%) scale(0);
        transition: transform .25s;
    }

    .feature_topic_figure:focus .feature_topic_figure_title_icon:after,
    .feature_topic_figure:hover .feature_topic_figure_title_icon:after {
        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 {
        animation: b 1s infinite linear;
    }

    @keyframes b {
        50% {
            transform: rotate(180deg) scale(1.05);
        }

        to {
            transform: rotate(1turn) 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;
        }
    }

    @media screen and (max-width:739px) {
        .home_scroll_item.fs-checkpoint {
            opacity: 0;
            transform: translate3d(0,150px,0);
            transition: opacity .4s,transform .4s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: opacity,transform;
        }
    }

    @media screen and (max-width:739px) {
        .home_scroll_item.fs-checkpoint-active {
            opacity: 1;
            transform: translateZ(0);
        }
    }

    .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%;
        transform: translateX(-50vw);
    }

    @media screen and (min-width:740px) {
        .in_content_callouts .gallery_block {
            margin-top: 50px;
            margin-bottom: 50px;
        }
    }

    .gallery_wrapper {
        position: relative;
    }

    .gallery_items .fs-carousel-viewport {
        width: 98%;
        width: calc((100% - 20px) * .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;
        transition: opacity .4s;
        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;
        transform: translate3d(0,60px,0);
        transition: opacity .4s,transform .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        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;
            transform: none;
        }
    }

    .gallery_items .fs-carousel-visible .gallery_item_figcaption_inner {
        opacity: 1;
        transition-delay: .5s;
    }

    .gallery_items .fs-carousel-visible .gallery_item_figcaption_content,
    .gallery_items .fs-carousel-visible .gallery_item_zoom {
        opacity: 1;
        transform: translateZ(0);
        transition-delay: .5s;
    }

    .gallery_items .fs-carousel-visible .gallery_item_zoom {
        transition-delay: .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,
    .gallery_item_figure picture {
        display: block;
    }

        .gallery_item_figure img {
            display: block;
            width: 100%;
            height: auto;
        }

    @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: linear-gradient(180deg,transparent,#000);
            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: linear-gradient(180deg,transparent,rgba(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) * .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 {
        -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;
        transition: color .25s,background .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 hsla(0,0%,100%,.24);
        transition: border .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,.5);
    }

    .gallery_item_figcaption_content {
        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%;
        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;
        transition: fill .25s,transform .25s;
    }

    .gallery_item_link:focus .gallery_item_zoom .symbol,
    .gallery_item_link:hover .gallery_item_zoom .symbol {
        transform: scale(1.3);
    }

    .no-js .gallery_item_zoom {
        display: none;
    }

    .gallery_controls {
        position: absolute;
        top: 50%;
        left: calc(((100% - 705px) / 2) + 705px);
        display: none;
        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;
        }
    }

    .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: .875rem;
        line-height: 1.5;
        text-transform: uppercase;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        letter-spacing: 2.33px;
        letter-spacing: .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: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .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: -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;
        transition: border-color .25s;
    }

    @media print {
        .linked_list_item {
            border-color: rgba(51,51,51,.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;
        transition: background-color .25s,color .25s;
    }

    .linked_list_link_inner {
        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;
        transition: fill .25s;
    }

    .linked_list.theme_light {
        background-color: rgba(236,239,242,.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,.5);
    }

    .theme_dark .linked_list_item {
        border-color: rgba(238,240,244,.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_dark .linked_list_link_inner .icon .symbol_arrow_right,
    .theme_light .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;
    }

    .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;
        }
    }

    .info_box,
    .no-js .us_map {
        display: none;
    }

    .info_box {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #fff;
        border-radius: 2px;
        color: #3ea0aa;
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 2.33px;
        letter-spacing: .14563rem;
        padding: 14px 14px 10px;
        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: #143862;
    }

    [data-whatinput=mouse] .active_state:focus,
    [data-whatinput=touch] .active_state:focus {
        outline: none;
    }

    .active_state circle,
    .active_state path {
        cursor: pointer;
        transition: fill .25s;
    }

    .active_state:hover path,
    [data-whatinput=keyboard] .active_state:focus path {
        fill: #3dbc95;
    }

    .news_card {
        max-width: 407px;
    }

    @media print {
        .news_card {
            max-width: none;
        }
    }

    .news_card_link {
        position: relative;
        color: #031927;
        display: block;
    }

        .news_card_link:focus .news_card_title,
        .news_card_link:hover .news_card_title {
            color: #1f6eb7;
        }

        .news_card_link:focus .news_card_readmore,
        .news_card_link:hover .news_card_readmore {
            opacity: 1;
        }

    .news_card_figure {
        display: block;
        border-bottom: 5px solid #3dc2cf;
        margin-bottom: 20px;
    }

        .news_card_figure picture {
            display: block;
        }

        .news_card_figure img {
            display: block;
            width: 100%;
            height: auto;
        }

    .news_card_image {
        display: block;
    }

    .news_card_content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news_card_header {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 500;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-order: 2;
        order: 2;
    }

    @media screen and (max-width:640px) {
        .news_card_header {
            -ms-flex-align: center;
            align-items: center;
            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;
        padding-right: 20px;
        transition: color .25s;
    }

    @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 #3dc2cf;
        border-radius: 50%;
        display: inline-block;
        margin-left: 8px;
        opacity: 0;
        transition: opacity .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;
        }
    }

    .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;
    }

    .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_category,
    .news_card_source {
        font-size: 11px;
        font-size: .6875rem;
        letter-spacing: 2.3px;
        letter-spacing: .14375rem;
        text-transform: uppercase;
    }

    @media screen and (min-width:1220px) {
        .news_card_category,
        .news_card_source {
            font-size: 14px;
            font-size: .875rem;
        }
    }

    @media screen and (min-width:500px) {
        .related_news .news_card_category,
        .related_news .news_card_source {
            font-size: 14px;
            font-size: .875rem;
        }
    }

    .news_card_meta {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 500;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.3;
        margin-bottom: 18px;
        -ms-flex-order: 1;
        order: 1;
    }

        .news_card_meta:after {
            clear: both;
            content: "";
            display: table;
        }

    .news_card_category {
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #3dc2cf;
        display: -ms-flexbox;
        display: flex;
        margin: 3px 20px 0 0;
        padding-right: 18px;
    }

    @media 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: 11px;
        font-size: .6875rem;
        letter-spacing: 2.3px;
        letter-spacing: .14375rem;
        margin-top: 0;
        text-transform: uppercase;
    }

    @media screen and (min-width:1220px) {
        .news_card_date {
            font-size: 14px;
            font-size: .875rem;
        }
    }

    @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 {
        -ms-flex-order: 3;
        order: 3;
    }

    .news_card_type {
        -ms-flex-align: center;
        align-items: center;
        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: .875rem;
            letter-spacing: 2.33px;
            letter-spacing: .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;
        }

    .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;
    }

    @media screen and (min-width:740px) {
        .news_grid .news_title {
            font-size: 60px;
            font-size: 3.75rem;
        }
    }

    @media print {
        .news_grid .news_title {
            margin-bottom: 30px;
        }
    }

    @media screen and (min-width:740px) {
        .news_grid .news_title {
            margin-bottom: 40px;
        }
    }

    @media screen and (min-width:980px) {
        .news_grid .news_title {
            margin-bottom: 60px;
        }
    }

    @media screen and (min-width:640px) {
        .news_grid .related_news_cards_inner {
            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: "";
            -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%;
        }
    }

    .news_filter {
        border-top: 5px solid #3dc2cf;
        margin-bottom: 40px;
        padding-top: 30px;
    }

    @media screen and (min-width:980px) {
        .news_filter {
            margin-bottom: 60px;
        }
    }

    @media screen and (min-width:500px) {
        .news_filter_row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: 20px;
            row-gap: 20px;
        }
    }

    @media screen and (min-width:980px) {
        .news_filter_row {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            gap: 2%;
            margin-bottom: 26px;
        }
    }

    .news_filter_group {
        margin-bottom: 26px;
    }

    @media screen and (min-width:500px) {
        .news_filter_group {
            margin-bottom: 0;
        }
    }

    @media screen and (min-width:500px) {
        .news_filter_search {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }
    }

    @media screen and (min-width:980px) {
        .news_filter_search {
            -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
        }
    }

    @media screen and (min-width:500px) {
        .news_filter_category,
        .news_filter_topic,
        .news_filter_type {
            -ms-flex: 0 0 48%;
            flex: 0 0 48%;
        }
    }

    @media screen and (min-width:980px) {
        .news_filter_category,
        .news_filter_topic,
        .news_filter_type {
            -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
        }
    }

    @media screen and (min-width:500px) {
        .news_filter_type {
            margin-right: auto;
        }
    }

    @media screen and (min-width:500px) {
        .news_filter_dropdown:not(:last-child) {
            margin-right: 4%;
        }
    }

    @media screen and (min-width:980px) {
        .news_filter_dropdown:not(:last-child) {
            margin-right: 0;
        }
    }

    label.news_filter_search_label {
        color: #05131d;
        margin-top: 0;
    }

    .news_filter_search_wrapper {
        position: relative;
        background: #169cd6;
        background: linear-gradient(-225deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
        border-radius: 3px;
        overflow: hidden;
        padding: 2px;
    }

    .news_filter_search_icon {
        position: absolute;
        top: 50%;
        left: 20px;
        color: #3dc2cf;
        pointer-events: none;
        transform: translateY(-50%);
    }

    @media screen and (min-width:740px) {
        .news_filter_search_icon {
            left: 30px;
        }
    }

    .news_filter_search_icon .symbol {
        width: 20px;
        height: 20px;
    }

    @media screen and (min-width:740px) {
        .news_filter_search_icon .symbol {
            width: 25px;
            height: 25px;
        }
    }

    .news_filter_search_input {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        border-width: 0;
        color: #04131a;
        font-size: 16px;
        font-size: 1rem;
        margin: 0;
        padding: 20px 20px 20px 50px;
    }

    @media screen and (min-width:740px) {
        .news_filter_search_input {
            font-size: 20px;
            font-size: 1.25rem;
            padding: 24px 20px 24px 62px;
        }
    }

    .news_filter_search_input::-webkit-input-placeholder {
        color: #04131a;
        opacity: 1;
    }

    .news_filter_search_input::-moz-placeholder {
        color: #04131a;
        opacity: 1;
    }

    .news_filter_search_input::-ms-input-placeholder {
        color: #04131a;
        opacity: 1;
    }

    .news_filter_search_input::placeholder {
        color: #04131a;
        opacity: 1;
    }

    label.news_filter_label {
        color: #05131d;
        margin-top: 0;
    }

    .news_filter_select_wrapper {
        position: relative;
        display: block;
    }

        .news_filter_select_wrapper:after {
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            right: 15px;
            border-style: solid;
            border-width: 6px 6px 0;
            border-color: #3dc2cf transparent transparent;
            content: "";
            display: block;
            transform: translateY(-50%);
        }

    .news_filter_select {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        width: 100%;
        height: auto;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        background-color: #eceff2;
        border-width: 0;
        border-radius: 3px;
        color: #04131a;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-size: 1rem;
        line-height: normal;
        margin: 0;
        outline: 0;
        padding: 18px 40px 18px 20px;
    }

    @media screen and (min-width:740px) {
        .news_filter_select {
            font-size: 20px;
            font-size: 1.25rem;
            padding: 25px 40px 25px 20px;
        }
    }

    @-moz-document url-prefix() {
        .news_filter_select {
            text-indent: .01px;
            text-overflow: "";
        }
    }

    .news_filter_select:focus:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

    .news_filter_select::-ms-expand {
        display: none;
    }

    .news_filter_select:focus {
        box-shadow: 0 0 3px 1px #3dc2cf;
    }

    .news_filter_select:active {
        color: #fff;
        background-color: #000;
    }

    @-moz-document url-prefix() {
        .news_filter_select option {
            background-color: #fff;
        }
    }

    .news_filter_submit {
        -ms-flex-align: center;
        align-items: center;
        background-color: #1f6eb7;
        border-radius: 3px;
        color: #fff;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 12px;
        padding: 18px 30px;
        transition: background-color .25s,color .25s;
    }

        .news_filter_submit:focus,
        .news_filter_submit:hover {
            background-color: #3dbc95;
        }

    .news_filter_submit_label {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        font-size: 12px;
        font-size: .75rem;
        letter-spacing: 2px;
        letter-spacing: .125rem;
        text-transform: uppercase;
    }

    @media screen and (min-width:980px) {
        .news_filter_submit_label {
            font-size: 16px;
            font-size: 1rem;
            letter-spacing: 2.5px;
            letter-spacing: .15625rem;
        }
    }

    .news_filter_submit_icon {
        position: relative;
        top: -1px;
        color: inherit;
    }

        .news_filter_submit_icon .symbol {
            width: 16px;
            height: 10px;
        }

    .news_tools {
        border-bottom: 5px solid #eef0f4;
        padding-bottom: 26px;
    }

    @media screen and (min-width:980px) {
        .news_tools_inner {
            -ms-flex-align: start;
            align-items: flex-start;
            display: -ms-flexbox;
            display: flex;
            gap: 30px;
        }
    }

    .news_sort {
        margin-bottom: 20px;
    }

    @media screen and (min-width:980px) {
        .news_sort {
            margin-bottom: 0;
        }
    }

    .news_sort_label {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.5;
        text-transform: uppercase;
        color: #05131d;
        display: block;
        letter-spacing: 2px;
        letter-spacing: .125rem;
        margin: 0 0 10px;
    }

    .news_sort_list {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .news_sort_button {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
        color: #04131a;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
        transition: color .25s;
    }

        .news_sort_button:focus,
        .news_sort_button:hover {
            color: #1f6eb7;
        }

    .news_sort_button_inner {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
    }

    .news_sort_button_icon {
        width: 24px;
        position: relative;
        aspect-ratio: 1;
        background-color: #eceff2;
        border-radius: 50%;
        display: block;
    }

        .news_sort_button_icon:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 50%;
            aspect-ratio: 1;
            background-color: #fff;
            border-radius: 50%;
            content: "";
            display: block;
            transition: background-color .25s;
        }

    .news_sort_button.active .news_sort_button_icon:before {
        background-color: #1f6eb7;
    }

    .news_results {
        border: 1px solid #eef0f4;
        border-width: 1px 0 0;
        padding-top: 20px;
    }

    @media screen and (min-width:980px) {
        .news_results {
            border-width: 0 0 0 1px;
            -ms-flex: 1;
            flex: 1;
            padding: 0 0 0 25px;
        }
    }

    @media screen and (min-width:980px) {
        .news_results_inner {
            -ms-flex-align: end;
            align-items: flex-end;
            display: -ms-flexbox;
            display: flex;
            gap: 15px;
        }
    }

    .news_results_group {
        margin-bottom: 20px;
    }

    @media screen and (min-width:980px) {
        .news_results_group {
            margin-bottom: 0;
        }
    }

    .news_results_label {
        font-weight: 600;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.5;
        text-transform: uppercase;
        color: #05131d;
        display: block;
        letter-spacing: 2px;
        letter-spacing: .125rem;
        margin: 0 0 10px;
    }

    .news_results_label,
    .news_results_message {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
    }

    .news_results_message {
        font-weight: 400;
        color: #04131a;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
        margin: 0;
    }

    .news_results_message_count {
        font-weight: 600;
    }

    .news_results_message_query {
        display: block;
        font-weight: 600;
        margin-top: 10px;
    }

    @media screen and (min-width:500px) {
        .news_results_message_query {
            display: inline;
        }
    }

    @media screen and (min-width:980px) {
        .news_results_actions {
            margin-left: auto;
        }
    }

    .news_results_action {
        -ms-flex-align: center;
        align-items: center;
        color: #343434;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        transition: color .25s;
    }

        .news_results_action:focus,
        .news_results_action:hover {
            color: #1f6eb7;
        }

    .news_results_action_label {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 2.66667px;
        letter-spacing: .16667rem;
        text-transform: uppercase;
    }

    .news_results_action_icon {
        color: #16a5cf;
        transition: color .25s;
    }

    .news_results_action:focus .news_results_action_icon,
    .news_results_action:hover .news_results_action_icon {
        color: #1f6eb7;
    }

    .news_results_action_icon .symbol {
        width: 16px;
        height: 20px;
    }

    .news_list .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;
    }

    @media screen and (min-width:740px) {
        .news_list .news_title {
            font-size: 60px;
            font-size: 3.75rem;
        }
    }

    @media print {
        .news_list .news_title {
            margin-bottom: 30px;
        }
    }

    @media screen and (min-width:740px) {
        .news_list .news_title {
            margin-bottom: 40px;
        }
    }

    @media screen and (min-width:980px) {
        .news_list .news_title {
            margin-bottom: 60px;
        }
    }

    .news_items {
        color: #031927;
    }

    .news_item {
        padding-block: 30px;
    }

    @media screen and (min-width:740px) {
        .news_item {
            padding-block: 40px;
        }
    }

    .news_item:not(:last-child) {
        border-bottom: 5px solid #eef0f4;
    }

    @media screen and (min-width:740px) {
        .news_item_inner {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            gap: 12%;
        }
    }

    .news_item_figure {
        display: block;
        width: 80px;
        float: right;
        margin: 0 0 20px 20px;
    }

        .news_item_figure picture {
            display: block;
        }

        .news_item_figure img {
            display: block;
            width: 100%;
            height: auto;
        }

    @media screen and (min-width:740px) {
        .news_item_figure {
            width: auto;
            -ms-flex: 0 0 24%;
            flex: 0 0 24%;
            float: none;
            margin: 0;
        }
    }

    @media screen and (min-width:740px) {
        .news_item_figure.sm {
            display: none;
        }
    }

    .news_item_figure.lg {
        display: none;
    }

    @media screen and (min-width:740px) {
        .news_item_figure.lg {
            display: block;
        }
    }

    @media screen and (min-width:740px) {
        .news_item_content {
            -ms-flex: 0 0 64%;
            flex: 0 0 64%;
            margin-right: auto;
        }
    }

    .news_item_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 0 8px;
    }

    @media screen and (min-width:740px) {
        .news_item_title {
            font-size: 32px;
            font-size: 2rem;
        }
    }

    .news_item_title_link {
        color: inherit;
        transition: color .25s;
    }

        .news_item_title_link:focus,
        .news_item_title_link:hover {
            color: #1f6eb7;
        }

    .news_item_title_icon {
        color: #3dc2cf;
        margin-left: 4px;
        white-space: nowrap;
    }

        .news_item_title_icon .symbol {
            width: 16px;
            height: 10px;
            display: inline;
        }

    .news_item_meta {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 500;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px;
        font-size: .75rem;
        gap: 8px;
        line-height: 1.3;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    @media screen and (min-width:740px) {
        .news_item_meta {
            font-size: 16px;
            font-size: 1rem;
            gap: 20px;
        }
    }

    .news_item_category {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

        .news_item_category .symbol {
            width: 16px;
            height: 16px;
            position: relative;
            top: -2px;
        }

    .news_item_source {
        border-left: 1px solid #3dc2cf;
        padding-left: 8px;
    }

    @media screen and (min-width:740px) {
        .news_item_source {
            padding-left: 18px;
        }
    }

    .news_item_date {
        border-left: 1px solid #3dc2cf;
        padding-left: 8px;
    }

    @media screen and (min-width:740px) {
        .news_item_date {
            padding-left: 18px;
        }
    }

    .news_item_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) {
        .news_item_description {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.75;
        }
    }

    .news_item_description p {
        margin: 0;
    }

    body.plot_lock,
    html.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: #444;
    }

    .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;
        transition: color .25s;
    }

        .plot_intro_link .icon {
            transition: transform .25s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: transform;
        }

        .plot_intro_link:focus .icon,
        .plot_intro_link:hover .icon {
            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: .875rem;
            letter-spacing: 2.67px;
            letter-spacing: .16688rem;
            line-height: 1;
            text-transform: uppercase;
            font-size: 12px;
            font-size: .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 {
        -ms-flex-align: center;
        align-items: center;
        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,
    .plot_body_picture picture {
        display: block;
    }

        .plot_body_picture img {
            display: block;
            width: 100%;
            height: auto;
        }

    .plot_points {
        display: none;
    }

    @media screen and (min-width:980px) {
        .js .plot_points {
            display: block;
        }
    }

    .plot_point {
        width: 14px;
        height: 14px;
        position: absolute;
        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;
                transform: scale(1.5);
            }

            .plot_point:hover .plot_point_inner .label,
            [data-whatinput=keyboard] .plot_point:focus .plot_point_inner .label {
                opacity: 1;
                pointer-events: auto;
                transform: translate3d(-50%,0,0);
                transition-delay: .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;
        color: #3ea0aa;
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 2.33px;
        letter-spacing: .14563rem;
        opacity: 0;
        padding: 14px 14px 10px;
        pointer-events: none;
        text-transform: uppercase;
        transform: translate3d(-50%,20px,0);
        transition: opacity .3s,transform .3s,visibility .3s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        visibility: hidden;
        white-space: nowrap;
    }

    .plot_point_inner .icon,
    .plot_point_inner .label {
        box-shadow: 2px 2px 6px 0 rgba(0,0,0,.35);
        display: block;
    }

    .plot_point_inner .icon {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #3dc2cf;
        border: 2px solid #fff;
        color: #fff;
        transform: scale(1);
        transition: background-color .25s,transform .25s;
        transition-timing-function: cubic-bezier(.165,.84,.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;
            -ms-flex-align: center;
            align-items: center;
            background-color: rgba(3,25,39,.75);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: end;
            justify-content: flex-end;
            opacity: 0;
            transition: opacity .4s,visibility .4s;
            visibility: hidden;
        }
    }

    .js .plot_block.open .plot_panel {
        opacity: 1;
        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: #444;
            display: -ms-flexbox;
            display: flex;
            transform: translate3d(calc(100% + 22px),0,0);
            transition: transform .4s;
            transition-timing-function: cubic-bezier(.165,.84,.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;
            -ms-flex: none;
            flex: none;
        }
    }

    .js .plot_block.open .plot_panel_inner {
        transform: translateZ(0);
        transition-delay: .3s;
    }

    .plot_pannel_close {
        width: 44px;
        height: 44px;
        position: absolute;
        top: 400px;
        right: 400px;
        z-index: 1;
        display: none;
        transform: translate3d(50%,-50%,0) scale(0);
        transition: transform .25s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
    }

    @media screen and (min-width:980px) {
        .js .plot_pannel_close {
            display: block;
        }
    }

    .js .plot_block.open .plot_pannel_close {
        transform: translate3d(50%,-50%,0) scale(1);
        transition-delay: .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: 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%;
        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;
        transition: opacity .4s,visibility .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: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -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;
            -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: #444;
    }

    @media print {
        .plot_card {
            border: 1px solid rgba(51,51,51,.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,
    .plot_card_figure picture {
        display: block;
    }

        .plot_card_figure img {
            display: block;
            width: 100%;
            height: auto;
        }

    .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-size: 14px;
        font-size: .875rem;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .plot_card_subtitle,
    .plot_card_title {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 600;
    }

    .plot_card_title {
        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;
    }

    @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;
        transition: color .25s;
    }

        .plot_card_link .icon {
            transition: transform .25s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: transform;
        }

        .plot_card_link:focus .icon,
        .plot_card_link:hover .icon {
            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: .875rem;
            letter-spacing: 2.67px;
            letter-spacing: .16688rem;
            line-height: 1;
            text-transform: uppercase;
            font-size: 12px;
            font-size: .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 {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .related_news {
        margin-top: 40px;
        margin-bottom: 40px;
        overflow: hidden;
    }

    @media screen and (min-width:740px) {
        .related_news {
            margin-top: 50px;
        }
    }

    @media screen and (min-width:980px) {
        .related_news {
            margin-top: 60px;
        }
    }

    @media screen and (min-width:740px) {
        .related_news {
            margin-bottom: 50px;
        }
    }

    @media screen and (min-width:980px) {
        .related_news {
            margin-bottom: 60px;
        }
    }

    @media screen and (min-width:1220px) {
        .related_news .fs-carousel-canister {
            display: grid;
            gap: 2%;
            grid-template-columns: repeat(3,1fr);
        }
    }

    .related_news_header {
        margin-bottom: 20px;
    }

    @media screen and (min-width:980px) {
        .related_news_header {
            display: -ms-flexbox;
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
        }
    }

    .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;
        margin: 0;
    }

    @media screen and (min-width:740px) {
        .related_news_title {
            font-size: 48px;
            font-size: 3rem;
        }
    }

    .related_news_action.small {
        margin-top: 20px;
    }

    @media screen and (min-width:980px) {
        .related_news_action.small {
            display: none;
        }
    }

    .related_news_action.large {
        display: none;
    }

    @media screen and (min-width:980px) {
        .related_news_action.large {
            display: block;
            margin-top: 18px;
            margin-left: auto;
        }
    }

    .related_news_action_link {
        color: #031927;
        display: block;
        padding: 10px 0;
        transition: color .25s;
        display: inline-block;
    }

        .related_news_action_link:focus,
        .related_news_action_link:hover {
            color: #169cd6;
        }

    .related_news_action_link_label {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        display: inline-block;
        font-size: 12px;
        font-size: .75rem;
        letter-spacing: 2px;
        letter-spacing: .125rem;
        margin-right: 5px;
        text-transform: uppercase;
        vertical-align: middle;
    }

    @media screen and (min-width:980px) {
        .related_news_action_link_label {
            font-size: 16px;
            font-size: 1rem;
            letter-spacing: 2.5px;
            letter-spacing: .15625rem;
        }
    }

    .related_news_action_link_icon {
        color: #3dbc95;
        display: inline-block;
        vertical-align: middle;
    }

        .related_news_action_link_icon svg {
            height: 10px;
            width: 15px;
        }

        .related_news_action_link_icon .symbol_search {
            fill: currentColor;
            stroke: currentColor;
            height: 13px;
            width: 15px;
        }

    @media print {
        .related_news_action_link {
            display: none;
        }
    }

    .related_news_action_link:focus .statement_action_link_icon,
    .related_news_action_link:hover .statement_action_link_icon {
        transform: translate3d(5px,0,0);
    }

    .related_news_action_link_icon {
        transition: transform .25s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        will-change: transform;
    }

    .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;
        }
    }

    .related_news .news_card {
        margin-right: 20px;
    }

    @media screen and (min-width:1220px) {
        .related_news .news_card {
            margin-right: 0;
        }
    }
.nmih .related_news {
    margin-top: 0 !important;
}
.nmih .visual_block {
    border: solid #92278F 1rem;
}
.yellow .visual_block{
    border-color: #FFC425;
}
.nmih a.visual_link {
    background-color: #92278F;
    color: #FFC425;
}
.nmih a.visual_link:hover {
    
    color: #FFFFFF;
}
.nmih a.subscribe_action_link.theme_arrow_right:hover {
    color: #FFFFFF;
}
a.nmih_case_button.button_block_link:hover {
    color: #FFFFFF !important;
    background: #21368B;
}
.yellow a.visual_link {
    background-color: #FFC425;
    color: #21368B;
}
.nmih .icon {
    display: none;
}
.nmih .subscribe_block {
    border: solid #EB539E 1rem;
    background: #21368B;
    color: #EB539E;
}
.nmih .subscribe_actions {
    margin: 0;
}

.nmih .subscribe_wrapper {
    text-align: center;
    display: block;
}

.nmih .subscribe_header {
    width: 100%;
    padding: 1rem;
}

.nmih h2.subscribe_title {
    font-size: 2.125rem;
    letter-spacing: 0;
}

.nmih span.subscribe_action_link_icon {
    display: none;
}

.nmih a.subscribe_action_link {
    background-color: #FFC425;
    color: #21368B;
}
.nmihcontainer {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 4rem 6rem;
    background: #21368B;
}

.nmihbox {
    flex: 1;
    padding: 2.345rem;
    text-align: left;
    color: #21368B;
    font-weight: 600;
    position: relative;
}
    .nmihbox h2 {
        text-transform: uppercase;
        font-size: 2.785rem;
        font-weight: 900;
    }

/* Stack the nmihboxes on small screens */
@media (max-width: 768px) {
    .nmihcontainer {
        flex-direction: column;
        padding: 4rem 2rem;
    }
}
.nmihbox .button_block_link {
    background: #21368B;
}
.nmih_news .nmihcontainer {
    padding: 0;
    background: none;
    gap: 3rem;
}
.nmih_news .nmihbox {
    padding: 0;
}
    .nmih_news .nmihbox h2 {
        margin: 10px 0 0 0;
        font-size: 1.765rem;
    }
    .nmih_news .nmihbox p {
        margin: 0px 0 20px 0px;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1;
    }
    .nmih_news .nmihbox .button_block_link {
        background: #ffc425;
        color: #21368B;
    }

.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;
    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: .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: 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;
        transform: translate(-50%,-50%) scale(1);
        transition: transform .25s;
    }

    .spotlight_close:focus .spotlight_close_icon,
    .spotlight_close:hover .spotlight_close_icon {
        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: sticky;
        top: 50px;
        overflow: hidden;
    }

    @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: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        will-change: transform;
    }

    @supports ((-webkit-filter:blur(10px)) or (filter:blur(10px))) {
        .spotlight_background_fallback {
            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;
        transition: opacity .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: .75;
    }

    @media screen and (max-width:739px) {
        .spotlight_backgrounds_mask {
            transition: opacity .4s;
        }
    }

    .js .spotlight_backgrounds_mask {
        opacity: .4;
    }

    @media screen and (max-width:739px) {
        .spotlight.scrolled .spotlight_backgrounds_mask {
            opacity: .75;
        }
    }

    .second_visit .spotlight_backgrounds_mask {
        opacity: .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;
        transition: opacity .4s,margin .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
    }

    @media screen and (min-width:740px) {
        .js .spotlight_content {
            margin-top: 60px;
        }
    }

    @media screen and (max-width:739px) {
        .second_visit .spotlight_content,
        .spotlight_content.loaded_mobile {
            margin-top: -50vh;
            opacity: 1;
        }
    }

    @media screen and (min-width:740px) {
        .second_visit .spotlight_content,
        .spotlight_content.loaded_desktop {
            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: 100vh;
        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: 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: .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: .6875rem;
        letter-spacing: 1.85px;
        letter-spacing: .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: "";
            transform: translate(100%);
            transition: transform .25s;
        }

        .spotlight_switch:first-child.fs-swap-active:before {
            transform: translate(0);
        }

    .spotlight_body {
        position: relative;
        margin-bottom: 40px;
    }

    @media screen and (min-width:740px) {
        .spotlight_body {
            -ms-flex-align: start;
            align-items: flex-start;
            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;
            transition: opacity .25s,visibility .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: .75rem;
        letter-spacing: 2px;
        letter-spacing: .125rem;
        margin-bottom: 12px;
        padding: 13px 20px;
        text-align: center;
        text-transform: uppercase;
        transition: background .25s,color .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: .875rem;
            letter-spacing: 2.3px;
            letter-spacing: .14375rem;
            line-height: 1.21429;
            margin: 0;
            text-transform: uppercase;
        }
    }

    .spotlight_group_link {
        color: #031927;
        display: block;
        padding: 10px 0;
        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: .75rem;
        letter-spacing: 2px;
        letter-spacing: .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: .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 hsla(0,0%,100%,.4);
    }

    @media print {
        .spot {
            border-top-color: rgba(85,85,85,.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,
        .spotlight_group_resources .spot:first-child {
            padding-top: 0;
        }
    }

    .spotlight_group_resources .spot:last-child {
        border-bottom: 2px solid hsla(0,0%,100%,.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: .6875rem;
        letter-spacing: 1.85px;
        letter-spacing: .11563rem;
        line-height: 1.18182;
        text-transform: uppercase;
        vertical-align: middle;
    }

    @media screen and (min-width:980px) {
        .spot_label {
            font-size: 14px;
            font-size: .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: .6875rem;
        letter-spacing: 2.3px;
        letter-spacing: .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: .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: .6875rem;
        line-height: 1.18182;
        vertical-align: baseline;
    }

    @media screen and (min-width:980px) {
        .spot_time {
            font-size: 14px;
            font-size: .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;
        transition: opacity .25s,transform .25s;
        transition-timing-function: cubic-bezier(.165,.84,.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;
        transform: translate3d(5px,0,0);
    }

    .social_nav_list_spot {
        -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;
        }
    }

    .layout_home .nuclear_mobile {
        display: none;
    }

    .nuclear_mobile .spotlight {
        padding-bottom: 80px;
    }

    .nuclear_mobile .spotlight_backgrounds,
    .nuclear_mobile .spotlight_close {
        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,
    .nuclear_mobile .spotlight_title_label:not(:last-child) {
        display: none;
    }

    .nuclear_mobile .spotlight_content {
        margin-top: 0;
    }

    .statement {
        margin-top: 40px;
        margin-bottom: 40px;
    }
.nmih .statement {
    background: #00B5cc;
    border: solid #213683 1rem;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 0px;
    color: #213683;
}

    @media screen and (min-width:740px) {
        .statement {
            margin-top: 50px;
        }
    }

    @media screen and (min-width:980px) {
        .statement {
            margin-top: 60px;
        }
    }

    @media screen and (min-width:1220px) {
        .statement {
            margin-top: 80px;
        }
    }

    @media screen and (min-width:740px) {
        .statement {
            margin-bottom: 50px;
        }
    }

    @media screen and (min-width:980px) {
        .statement {
            margin-bottom: 60px;
        }
    }

    @media screen and (min-width:1220px) {
        .statement {
            margin-bottom: 80px;
        }
    }

    .statement_inner {
        text-align: center;
    }

    .statement_description {
        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 (max-width:768px) {
   
    .nmih .statement_action_link_label {
        font-size: 1.35rem !important;
    }
    
}
    @media screen and (min-width:980px) {
        .statement_description {
            font-size: 40px;
            font-size: 2.5rem;
            line-height: 1.4;
            margin-bottom: 20px;
        }
    }
@media screen and (min-width:980px) {
    .nmih .statement_description {
       
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: 5px;
    }
}

    .statement_description p {
        margin: 0;
    }

    .statement_action_link {
        color: #031927;
        display: block;
        padding: 10px 0;
        transition: color .25s;
        display: inline-block;
    }
.nmih .statement_action_link {
    padding-bottom: 0px;
}

        .statement_action_link:focus,
        .statement_action_link:hover {
            color: #169cd6;
        }

    .statement_action_link_label {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        display: inline-block;
        font-size: 12px;
        font-size: .75rem;
        letter-spacing: 2px;
        letter-spacing: .125rem;
        margin-right: 5px;
        text-transform: uppercase;
        vertical-align: middle;
    }
.nmih .statement_action_link_label {
    font-size: 2rem;
    font-weight: 800;
    color: #213683;
    letter-spacing: 1px;
}

    @media screen and (min-width:980px) {
        .statement_action_link_label {
            font-size: 16px;
            font-size: 1rem;
            letter-spacing: 2.5px;
            letter-spacing: .15625rem;
        }
    }
@media screen and (min-width:980px) {
    .nmih .statement_action_link_label {
       
        font-size: 1.875rem;
        
    }
}

    .statement_action_link_icon {
        color: #3dbc95;
        display: inline-block;
        vertical-align: middle;
    }

        .statement_action_link_icon svg {
            height: 10px;
            width: 15px;
        }
.nmih .statement_action_link_icon {
    display: none;
}

    @media print {
        .statement_action_link {
            display: none;
        }
    }

    .statement_action_link:focus .statement_action_link_icon,
    .statement_action_link:hover .statement_action_link_icon {
        transform: translate3d(5px,0,0);
    }

    .statement_action_link_icon {
        transition: transform .25s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        will-change: transform;
    }

    .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 {
            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;
            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;
        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: .75rem;
        letter-spacing: 2px;
        letter-spacing: .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: .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 {
        transform: translate3d(5px,0,0);
    }

    .stats_link_icon {
        transition: transform .25s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        will-change: transform;
    }

    .stat {
        margin: 30px 0;
        overflow: hidden;
    }

    .stat_block {
        position: relative;
    }

    @media print {
        .stat_block {
            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;
            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: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .35;
    }

    @supports ((-webkit-filter:blur(10px)) or (filter:blur(10px))) {
        .stat_background_fallback {
            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,.7);
        content: "";
    }

    .stat_background .fs-background-container {
        opacity: 0;
        transition: opacity .4s;
    }

    .stat.loaded .stat_background .fs-background-container {
        opacity: 1;
    }

    .stat_inner {
        position: relative;
        z-index: 4;
    }

    @media print {
        .stat_inner {
            display: -ms-flexbox;
            display: flex;
        }
    }

    @media screen and (min-width:740px) {
        .stat_inner {
            -ms-flex-align: end;
            align-items: flex-end;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .stat_header {
        margin-bottom: 40px;
    }

    @media print,screen and (min-width:740px) {
        .stat_header {
            width: 50%;
            margin-bottom: 0;
            -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: .5625rem;
        letter-spacing: 1.5px;
        letter-spacing: .09375rem;
        line-height: 1.22222;
        margin: 0;
        text-transform: uppercase;
    }

    @media screen and (min-width:980px) {
        .stat_label {
            font-size: 14px;
            font-size: .875rem;
            letter-spacing: 2.3px;
            letter-spacing: .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: 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 {
        -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;
        }
    }

    @media screen and (min-width:740px) {
        .stat.fs-checkpoint-element .stat_body:before {
            width: 0;
            transition: width .6s;
            will-change: width;
        }
    }

    @media print {
        .stat.fs-checkpoint-element .stat_caption,
        .stat.fs-checkpoint-element .stat_footer {
            opacity: 1;
            transform: none;
        }
    }

    @media screen and (min-width:740px) {
        .stat.fs-checkpoint-element .stat_caption,
        .stat.fs-checkpoint-element .stat_footer {
            opacity: 0;
            transform: translate3d(0,60px,0);
            transition: opacity .4s,transform .4s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            transition-delay: 0s;
            will-change: opacity,transform;
        }
    }

    @media screen and (min-width:740px) {
        .stat.fs-checkpoint-active .stat_body:before {
            width: 100%;
            transition: width .4s;
            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;
            transform: translateZ(0);
            transition-delay: .15s;
        }
    }

    .subscribe_block {
        background-color: #169cd6;
        background: linear-gradient(90deg,#169cd6 13.42%,#2dbaca 86.75%);
        color: #fff;
        padding-block: 30px;
    }

    @media screen and (min-width:980px) {
        .subscribe_block {
            padding-block: 40px;
        }
    }

    @media print {
        .subscribe_block {
            display: none;
        }
    }

    @media screen and (min-width:980px) {
        .subscribe_wrapper {
            -ms-flex-align: center;
            align-items: center;
            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-weight: 800;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: 3px;
        letter-spacing: .1875rem;
        margin: 0;
        text-transform: uppercase;
    }

    .subscribe_description,
    .subscribe_title {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
    }

    .subscribe_description {
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        margin: 6px 0 0;
    }
.nmih .subscribe_description {
    font-size: 1.125rem;
    line-height: 1.25;
}
    @media screen and (min-width:740px) {
        .subscribe_description {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.75;
        }
    }

    @media screen and (min-width:980px) {
        .subscribe_actions {
            margin-left: auto;
        }
    }

    .subscribe_action_link {
        background-color: #fff;
        border-radius: 3px;
        color: #343434;
        display: inline-block;
        padding: 17px 20px;
        transition: background-color .25s,color .25s;
    }

        .subscribe_action_link:focus,
        .subscribe_action_link:hover {
            background-color: #031927;
            color: #fff;
        }

            .subscribe_action_link:focus .icon,
            .subscribe_action_link:hover .icon {
                color: #fff;
            }

    .subscribe_action_link_inner {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .subscribe_action_link_label {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 800;
        font-size: 14px;
        font-size: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .subscribe_action_link_icon {
        color: #3dbc95;
        margin-left: 6px;
        transition: color .25s;
    }

        .subscribe_action_link_icon .symbol {
            width: 13px;
            height: 8px;
        }

    @media screen and (min-width:740px) {
        .subscribe_action_link_icon .symbol {
            width: 16px;
            height: 10px;
        }
    }

    @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 {
            -ms-flex-align: stretch;
            align-items: stretch;
            display: -ms-flexbox;
            display: flex;
        }
    }

    @media screen and (min-width:500px) {
        .subscribe_form_set {
            -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::-moz-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: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        text-transform: uppercase;
        width: 100%;
        background-color: #fff;
        color: #031927;
        cursor: pointer;
        padding: 18px 20px;
        display: -ms-flexbox;
        display: flex;
        line-height: 1;
        text-decoration: none;
        transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .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);
        transition: fill .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;
            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;
            transform: none !important;
        }
    }

    @media screen and (min-width:980px) {
        .video_inner {
            display: -ms-flexbox;
            display: flex;
            padding: 0 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: -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: 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: .875rem;
        line-height: 1.5;
        text-transform: uppercase;
        border-radius: 2px;
        color: #031927;
        display: block;
        letter-spacing: 2.3px;
        letter-spacing: .14375rem;
        margin: 0 0 20px;
        text-align: center;
        transform: translate3d(0,-50%,0);
    }

    @media print {
        .video_label {
            border: 1px solid;
            transform: none;
        }
    }

    @media screen and (max-width:499px) {
        .video_label {
            font-size: 12px;
            font-size: .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;
        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: .75rem;
        letter-spacing: 2px;
        letter-spacing: .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: .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: linear-gradient(90deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
        content: "";
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform .25s;
    }

    .video_link_icon {
        position: relative;
        border: 1px solid #000;
        border-radius: 50%;
        color: #000;
        margin-right: 6px;
        padding: 6px 3px 6px 4px;
        transition: transform .25s,border .25s;
        transition-timing-function: cubic-bezier(.165,.84,.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;
            transform: scale(0);
            transition: transform .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 {
            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;
            box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
            transform: scaleX(1);
            transition: box-shadow .25s,transform .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: linear-gradient(0deg,rgba(0,0,0,.85),transparent 60%);
            transform: translateY(10%);
            transition: transform .25s;
        }
    }

    @media screen and (min-width:980px) {
        .video_figure:focus,
        .video_figure:hover {
            box-shadow: 0 0 16px 0 rgba(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: 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;
        transition: color .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:after,
    .video_figure_title_icon:before {
        height: 32px;
        width: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -2;
        border-radius: 50%;
        content: "";
        transform: translate(-50%,-50%);
    }

    @media screen and (min-width:980px) {
        .video_figure_title_icon:after,
        .video_figure_title_icon:before {
            height: 40px;
            width: 40px;
        }
    }

    .video_figure_title_icon:before {
        border: 2px solid #3dc2cf;
        transform: translate(-50%,-50%);
    }

    .video_figure_title_icon:after {
        background: linear-gradient(-225deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
        transform: translate(-50%,-50%) scale(0);
        transition: transform .25s;
    }

    .video_figure:focus .video_figure_title_icon:after,
    .video_figure:hover .video_figure_title_icon:after {
        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%;
        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 {
        animation: b 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_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: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .5;
    }

    @supports ((-webkit-filter:blur(10px)) or (filter:blur(10px))) {
        .visual_background_fallback {
            filter: blur(10px);
        }
    }

    @media screen and (min-width:740px) {
        .visual_background_fallback {
            opacity: .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;
        transition: opacity .4s;
    }

    .visual_block.loaded .visual_background .fs-background-container {
        opacity: .5;
    }
.nmih .visual_block.loaded .visual_background .fs-background-container {
    opacity: 1;
}
    @media screen and (min-width:740px) {
        .visual_block.loaded .visual_background .fs-background-container {
            opacity: .9;
        }
    }

    .visual_inner {
        position: relative;
    }

    @media screen and (min-width:500px) {
        .visual_inner {
            min-height: 320px;
            -ms-flex-align: center;
            align-items: center;
            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;
            transform: translateZ(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,.5);
            background: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
            left: 0;
        }
    }

    @media screen and (min-width:740px) {
        .layout_left .visual_inner:before,
        .layout_right .visual_inner:before {
            filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='ieStartColor', endColorstr='ieEndColor', GradientType=1)";
        }

        .layout_right .visual_inner:before {
            background-color: transparent;
            background: linear-gradient(90deg,transparent,rgba(0,0,0,.5));
            right: 0;
        }
    }
.nmih .visual_inner:before {
    background: rgba(0, 0, 0, 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: 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;
    }
.nmih .visual_title {
    color: #92278f;
    font-weight: 800;
}
.yellow .visual_title {
    color: #ffc425;
}

    @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: hsla(240,3%,92%,.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 {
        display: grid;
        gap: 10px;
        margin: 30px 0 0;
    }

    @media print {
        .visual_links {
            display: none;
        }
    }

    .visual_link {
        background-color: #d9eef4;
        border-radius: 3px;
        color: #343434;
        display: inline-block;
        padding: 17px 20px;
        transition: background-color .25s,color .25s;
    }

        .visual_link .label {
            font-family: proxima-nova,Open Sans,Arial,sans-serif;
            font-weight: 800;
            font-size: 14px;
            font-size: .875rem;
            letter-spacing: 2.67px;
            letter-spacing: .16688rem;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .visual_link .icon {
            color: #3dbc95;
            margin-left: 6px;
            transition: color .25s;
        }

        .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 {
        background-color: #3dbc95;
    }

        .visual_link:focus .icon,
        .visual_link:hover .icon {
            color: #343434;
        }

    .visual_link_inner {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .visual_sharing {
        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;
        transition: background-color .25s,transform .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%;
            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;
            transform: scale(1.2);
        }

    .visual_block.fs-checkpoint-element .visual_header:before {
        width: 0;
        transition: width .6s;
        will-change: width;
    }

    .visual_block.fs-checkpoint-element .visual_body > :first-child,
    .visual_block.fs-checkpoint-element .visual_body > :nth-child(2),
    .visual_block.fs-checkpoint-element .visual_title {
        opacity: 0;
        transform: translate3d(0,60px,0);
        transition: opacity .4s,transform .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        transition-delay: 0s;
        will-change: opacity,transform;
    }

    @media print {
        .visual_block.fs-checkpoint-element .visual_body > :first-child,
        .visual_block.fs-checkpoint-element .visual_body > :nth-child(2),
        .visual_block.fs-checkpoint-element .visual_title {
            opacity: 1;
            transform: none;
        }
    }

    .visual_block.fs-checkpoint-element .visual_sharing .visual_sharing_item {
        transform: scale(0);
        transition: transform .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        transition-delay: 0s;
        will-change: transform;
    }

    @media screen and (min-width:740px) {
        .visual_block.fs-checkpoint-element .visual_inner:before {
            transition: transform .6s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: transform;
        }
    }

    @media screen and (min-width:740px) {
        .visual_block.fs-checkpoint-element.layout_left .visual_inner:before {
            transform: translate3d(-100%,0,0);
        }
    }

    @media screen and (min-width:740px) {
        .visual_block.fs-checkpoint-element.layout_right .visual_inner:before {
            transform: translate3d(100%,0,0);
        }
    }

    .visual_block.fs-checkpoint-active .visual_header:before {
        width: 100%;
        transition: width .4s;
        will-change: width;
    }

    .visual_block.fs-checkpoint-active .visual_title {
        transition-delay: .05s;
    }

    .visual_block.fs-checkpoint-active .visual_body > :nth-child(2) {
        transition-delay: .3s;
    }

    .visual_block.fs-checkpoint-active .visual_body > :first-child,
    .visual_block.fs-checkpoint-active .visual_body > :nth-child(2),
    .visual_block.fs-checkpoint-active .visual_title {
        opacity: 1;
        transform: translateZ(0);
    }

    .visual_block.fs-checkpoint-active .visual_sharing .visual_sharing_item {
        transform: scale(1);
    }

        .visual_block.fs-checkpoint-active .visual_sharing .visual_sharing_item:first-child {
            transition-delay: .45s;
        }

        .visual_block.fs-checkpoint-active .visual_sharing .visual_sharing_item:nth-child(2) {
            transition-delay: .5s;
        }

        .visual_block.fs-checkpoint-active .visual_sharing .visual_sharing_item:nth-child(3) {
            transition-delay: .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 {
            transform: translateZ(0);
        }
    }

    .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;
    }

    .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: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .16688rem;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 3px;
        cursor: pointer;
        padding: 18px 30px;
        text-decoration: none;
        transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
        display: block;
        margin-bottom: 8px;
        text-align: center;
        background-color: #eceff2;
        color: #444;
        transition: background-color .25s,color .25s;
    }

        .button_block_link .icon,
        .button_block_link .label {
            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);
        transition: fill .25s;
    }

    .button_block_link:focus,
    .button_block_link:hover {
        background-color: #3dbc95;
        color: #fff;
    }

        .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 {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }
.nmih .hero_inner .button_block_link_inner {
    flex-direction: column;
}
    .cta_block {
        margin: 20px 0;
    }

    .cta_block_link {
        color: #444;
        display: block;
        margin: 10px 0;
        padding: 4px 0;
        transition: color .25s;
    }

        .cta_block_link .icon {
            transition: transform .25s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: transform;
        }

        .cta_block_link:focus .icon,
        .cta_block_link:hover .icon {
            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: .875rem;
        letter-spacing: 2.67px;
        letter-spacing: .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);
        transition: fill .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: #444;
        text-decoration: none;
    }

        .typography .cta_block_link:focus,
        .typography .cta_block_link:hover {
            color: #3dc2cf;
        }

    .cta_block_link_inner {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .page_sharing {
        margin: 20px 0;
    }

    @media print {
        .page_sharing {
            display: none !important;
        }
    }

    @media screen and (min-width:740px) {
        .page_sharing {
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
    }

    @media screen and (min-width:980px) {
        .page_sharing {
            position: sticky;
            top: 85px;
            -ms-flex-direction: column;
            flex-direction: column;
            -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: .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 with no links*/
    .topicrow-nolinks footer.topic_links {
        visibility: hidden;
    }
    /*end: topic with no links*/
    .topics_block.theme_white {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    @media screen and (min-width:740px) {
        .topics_block.theme_white {
            margin-top: 50px;
        }
    }

    @media screen and (min-width:980px) {
        .topics_block.theme_white {
            margin-top: 60px;
        }
    }

    @media screen and (min-width:1220px) {
        .topics_block.theme_white {
            margin-top: 80px;
        }
    }

    @media screen and (min-width:740px) {
        .topics_block.theme_white {
            margin-bottom: 50px;
        }
    }

    @media screen and (min-width:980px) {
        .topics_block.theme_white {
            margin-bottom: 60px;
        }
    }

    @media screen and (min-width:1220px) {
        .topics_block.theme_white {
            margin-bottom: 80px;
        }
    }

    .topics_block.theme_gray {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #eff3f4;
    }

    @media screen and (min-width:740px) {
        .topics_block.theme_gray {
            padding-top: 50px;
        }
    }

    @media screen and (min-width:980px) {
        .topics_block.theme_gray {
            padding-top: 60px;
        }
    }

    @media screen and (min-width:1220px) {
        .topics_block.theme_gray {
            padding-top: 80px;
        }
    }

    @media screen and (min-width:740px) {
        .topics_block.theme_gray {
            padding-bottom: 50px;
        }
    }

    @media screen and (min-width:980px) {
        .topics_block.theme_gray {
            padding-bottom: 60px;
        }
    }

    @media screen and (min-width:1220px) {
        .topics_block.theme_gray {
            padding-bottom: 80px;
        }
    }

    .topics_header {
        color: #05131d;
        margin-bottom: 20px;
    }

    @media screen and (min-width:740px) {
        .topics_header {
            margin-bottom: 30px;
        }
    }

    .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;
        margin: 0 0 8px;
    }

    @media screen and (min-width:740px) {
        .topics_title {
            font-size: 48px;
            font-size: 3rem;
        }
    }

    .topics_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) {
        .topics_description {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.75;
        }
    }

    .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: -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: linear-gradient(90deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
            content: "";
            display: block;
        }
    }

    @media screen and (min-width:600px) {
        .topic_row:nth-child(2n) .topic_figure {
            -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(2n) .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: 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(2n) .topic_wrapper {
            position: relative;
            -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;
        transition: color .25s;
    }

        .topic_link .icon {
            transition: transform .25s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            will-change: transform;
        }

        .topic_link:focus .icon,
        .topic_link:hover .icon {
            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: .875rem;
            letter-spacing: 2.67px;
            letter-spacing: .16688rem;
            line-height: 1;
            text-transform: uppercase;
            font-size: 12px;
            font-size: .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 {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    @media screen and (min-width:600px) {
        .topic_row {
            overflow: hidden;
        }
    }

    .topic_row .topic_figure {
        opacity: 0;
        transition: opacity .4s;
    }

    @media print {
        .topic_row .topic_figure {
            opacity: 1;
        }
    }

    @media screen and (min-width:600px) {
        .topic_row .topic_wrapper {
            transform: translate3d(100%,0,0);
            transition: transform .4s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
            transition-delay: .4s;
            will-change: transform;
        }
    }

    @media print {
        .topic_row .topic_wrapper {
            transform: none;
        }
    }

    @media screen and (min-width:600px) {
        .topic_row:nth-child(2n) .topic_wrapper {
            transform: translate3d(-100%,0,0);
        }
    }

    @media print {
        .topic_row:nth-child(2n) .topic_wrapper {
            transform: none;
        }
    }

    .topic_row .topic_group > :first-child,
    .topic_row .topic_group > :nth-child(2),
    .topic_row .topic_group > :nth-child(3) {
        opacity: 0;
        transform: translate3d(0,60px,0);
        transition: opacity .4s,transform .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
        transition-delay: 0s;
        will-change: opacity,transform;
    }

    @media print {
        .topic_row .topic_group > :first-child,
        .topic_row .topic_group > :nth-child(2),
        .topic_row .topic_group > :nth-child(3) {
            opacity: 1;
            transform: none;
        }
    }

    @media screen and (max-width:599px) {
        .topic_row .topic_group > :first-child {
            transition-delay: .15s;
        }
    }

    @media screen and (min-width:600px) {
        .topic_row .topic_group > :first-child {
            transition-delay: .8s;
        }
    }

    @media screen and (max-width:599px) {
        .topic_row .topic_group > :nth-child(2) {
            transition-delay: .95s;
        }
    }

    @media screen and (min-width:600px) {
        .topic_row .topic_group > :nth-child(2) {
            transition-delay: 1.25s;
        }
    }

    @media screen and (max-width:599px) {
        .topic_row .topic_group > :nth-child(3) {
            transition-delay: .45s;
        }
    }

    @media screen and (min-width:600px) {
        .topic_row .topic_group > :nth-child(3) {
            transition-delay: 1.1s;
        }
    }

    .no-js .topic_row .topic_figure {
        opacity: 1;
        transition: none;
    }

    @media screen and (min-width:600px) {
        .no-js .topic_row .topic_wrapper {
            opacity: 1;
            transform: none;
            transition: none;
        }
    }

    @media screen and (min-width:600px) {
        .no-js .topic_row:nth-child(2n) .topic_wrapper {
            transform: none;
        }
    }

    .no-js .topic_row .topic_group > :first-child,
    .no-js .topic_row .topic_group > :nth-child(2),
    .no-js .topic_row .topic_group > :nth-child(3) {
        opacity: 1;
        transform: 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;
            transform: translateZ(0);
        }
    }

    @media screen and (min-width:600px) {
        .topic_row.fs-checkpoint-active:nth-child(2n) .topic_wrapper {
            transform: translateZ(0);
        }
    }

    .topic_row.fs-checkpoint-active .topic_group > :first-child,
    .topic_row.fs-checkpoint-active .topic_group > :nth-child(2),
    .topic_row.fs-checkpoint-active .topic_group > :nth-child(3) {
        opacity: 1;
        transform: translateZ(0);
    }

    .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 {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px;
    }

    @media screen and (min-width:740px) {
        .tweet_actions {
            margin-bottom: 22px;
        }
    }

    .tweet_action {
        padding-right: 14px;
    }

    .tweet_action,
    .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: .875rem;
            line-height: 1.5;
            text-transform: uppercase;
            display: inline-block;
            overflow: hidden;
            padding-right: 12px;
            transition: width .4s;
            transition-timing-function: cubic-bezier(.165,.84,.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: 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;
            transition: width .4s,height .4s,background .4s;
            transition-timing-function: cubic-bezier(.165,.84,.44,1);
        }

    .tweet_button .symbol {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #031927;
        transition: color .4s;
        transition-timing-function: cubic-bezier(.165,.84,.44,1);
    }

    .tweet_button .symbol_social_twitter {
        width: 13px;
        height: 10px;
    }

    .typography .tweet_button {
        text-decoration: none;
    }

    .tweet_button_inner {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .tweet_decoration {
        height: 4px;
        background-color: #ebebec;
        display: block;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .tweet_content_inner {
        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;
        }
    }

    @media print {
        .fs-carousel-canister {
            width: 100% !important;
            transform: none !important;
        }
    }

    @media print {
        .fs-carousel-item {
            height: auto !important;
        }
    }

    @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;
        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;
            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%;
            transform: translate(-50%,-50%);
            width: 16px;
            height: 12px;
            display: block;
            fill: rgba(0,0,0,.3);
            transition: fill .25s;
        }

    .base_controls_white .fs-carousel-controls,
    .gallery_controls {
        background-color: #fff;
        color: #000;
    }

    .gallery_controls {
        width: 65px;
    }

        .gallery_controls:before {
            width: 40px;
            height: 1px;
            position: absolute;
            top: 50%;
            left: 50%;
            background-color: #d8d8d8;
            content: "";
            display: block;
            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%;
            transform: translate(-50%,-50%);
            width: 16px;
            height: 12px;
            display: block;
            fill: rgba(0,0,0,.3);
            transition: fill .25s;
        }

    @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: -ms-flexbox;
            display: flex;
            -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;
        transition: background-color .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: hsla(0,0%,100%,.3);
    }

        .base_pagination_white_trans .fs-carousel-active,
        .base_pagination_white_trans .fs-carousel-page:focus,
        .base_pagination_white_trans .fs-carousel-page:hover {
            background-color: #179cd6;
        }

    .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;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 3px;
        border-width: 0;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 1.3;
        padding: 10px 18px;
    }

        .dropdown_base .fs-dropdown-selected .label {
            -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: .875rem;
        line-height: 1.3;
        padding-bottom: 10px;
    }

    .dropdown_base .fs-dropdown-item {
        padding: 4px 18px;
        transition: color .25s;
    }

    .dropdown_base .fs-dropdown-item_selected {
        background-color: transparent;
    }

    .dropdown_base .fs-dropdown-options,
    .dropdown_base.fs-dropdown.fs-dropdown-open .fs-dropdown-selected {
        background-color: #fff;
        color: #031927;
    }

    .dropdown_base .fs-dropdown-item:focus,
    .dropdown_base .fs-dropdown-item:hover,
    .dropdown_base .fs-dropdown-item_selected {
        color: #1f6eb7;
    }

    .fs-checkbox {
        display: block;
        margin-bottom: 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;
            transform: translate(-50%,-50%) rotate(45deg) scale(0);
        }

    .fs-checkbox-checked .fs-checkbox-flag:before {
        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: #444;
        padding: 10px 25px;
    }

    .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;
        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;
        transition: opacity .25s;
    }

        .fs-lightbox.fs-light .fs-lightbox-control:focus,
        .fs-lightbox.fs-light .fs-lightbox-control:hover {
            opacity: .6;
        }

    .fs-lightbox.fs-light .fs-lightbox-control_previous {
        transform: translateX(-80px);
    }

    .fs-lightbox.fs-light .fs-lightbox-control_next {
        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: .875rem;
        letter-spacing: 2.33px;
        letter-spacing: .14563rem;
        margin: 10px 0;
        text-transform: uppercase;
    }

    .fs-lightbox.fs-light .fs-lightbox-caption,
    .fs-lightbox.fs-light .fs-lightbox-caption p {
        font-family: proxima-nova,Open Sans,Arial,sans-serif;
        font-weight: 400;
    }

        .fs-lightbox.fs-light .fs-lightbox-caption p {
            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: .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: #444;
        }

        .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_next,
        .fs-lightbox.fs-light.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-control_previous {
            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;
        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: .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;
    }

    .pagination {
        border-top: 1px solid rgba(160,176,193,.4);
        border-bottom: 1px solid rgba(160,176,193,.4);
        display: -ms-flexbox;
        display: flex;
        -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;
            transform: translate(-50%,-50%) scale(0);
            transition: transform .25s;
        }

        .pagination_arrow:focus:after,
        .pagination_arrow:hover:after {
            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;
            transform: translate(-50%,-50%);
            z-index: 3;
        }

        .pagination_arrow_icon:after,
        .pagination_arrow_icon:before {
            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;
        transition: color .25s;
        vertical-align: middle;
    }

        .active .pagination_link,
        .pagination_link:focus,
        .pagination_link:hover {
            color: #1f6eb7;
        }

            .active .pagination_link:after {
                height: 3px;
                width: 100%;
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                background: linear-gradient(90deg,#169cd6 13%,#3dc2cf 54%,#3ebc95 89%);
                display: block;
            }

    @media print {
        * {
            background: none !important;
            box-shadow: none !important;
            color: #555 !important;
            text-shadow: none !important;
        }

        h2,
        h3,
        p {
            orphans: 3;
            widows: 3;
        }

        h2,
        h3 {
            page-break-after: avoid;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }

            a[href^="#"]:after,
            a[href^="javascript:"]:after {
                content: "";
            }

        abbr[title]:after {
            content: " (" attr(title) ")";
        }

        blockquote,
        pre {
            border: 1px solid #999;
            padding: 10px;
            page-break-inside: avoid;
        }

        thead {
            display: table-header-group;
        }

        img,
        tr {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        .print {
            display: block;
        }

        #fs-grid-menu {
            display: none;
        }
    }