@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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
}

    a.nice-select.open, a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    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 {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

    .nice-select:hover {
        border-color: #dbdbdb
    }

    .nice-select.open, .nice-select:active, .nice-select:focus {
        border-color: #999
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: "";
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all .15s ease-in-out;
        width: 5px
    }

    .nice-select.open:after {
        transform: rotate(-135deg)
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1) translateY(0)
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none
    }

        .nice-select.disabled:after {
            border-color: #ccc
        }

    .nice-select.wide {
        width: 100%
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important
        }

    .nice-select.right {
        float: right
    }

        .nice-select.right .list {
            left: auto;
            right: 0
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68,68,68,.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        transform-origin: 50% 0;
        transform: scale(.75) translateY(-21px);
        transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
        z-index: 3
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        transition: all .2s
    }

        .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
            background-color: #f6f6f6
        }

        .nice-select .option.selected {
            font-weight: 700
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default
        }

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

    table.dataTable tfoot th, table.dataTable thead th {
        font-weight: 700
    }

    table.dataTable thead td, table.dataTable thead th {
        padding: 10px 18px;
        border-bottom: 1px solid #111
    }

        table.dataTable thead td.nice-select.open, table.dataTable thead td:active, table.dataTable thead th.nice-select.open, table.dataTable thead th:active {
            outline: none
        }

    table.dataTable tfoot td, table.dataTable tfoot th {
        padding: 10px 18px 6px;
        border-top: 1px solid #111
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand;
        background-repeat: no-repeat;
        background-position: 100%
    }

    table.dataTable thead .sorting {
        background-image: url(../images/sort_both.png)
    }

    table.dataTable thead .sorting_asc {
        background-image: url(../images/sort_asc.png)
    }

    table.dataTable thead .sorting_desc {
        background-image: url(../images/sort_desc.png)
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url(../images/sort_asc_disabled.png)
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url(../images/sort_desc_disabled.png)
    }

    table.dataTable tbody tr {
        background-color: #fff
    }

        table.dataTable tbody tr.selected {
            background-color: #b0bed9
        }

    table.dataTable tbody td, table.dataTable tbody th {
        padding: 8px 10px
    }

    table.dataTable.display tbody td, table.dataTable.display tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th {
        border-top: 1px solid #ddd
    }

    table.dataTable.display tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.row-border tbody tr:first-child th {
        border-top: none
    }

    table.dataTable.cell-border tbody td, table.dataTable.cell-border tbody th {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody tr th:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr:first-child th {
        border-top: none
    }

    table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd {
        background-color: #f9f9f9
    }

        table.dataTable.display tbody tr.odd.selected, table.dataTable.stripe tbody tr.odd.selected {
            background-color: #acbad4
        }

    table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover {
        background-color: #f6f6f6
    }

        table.dataTable.display tbody tr:hover.selected, table.dataTable.hover tbody tr:hover.selected {
            background-color: #aab7d1
        }

    table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3, table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3 {
        background-color: #fafafa
    }

    table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3, table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: #f5f5f5
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b4cd
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a8b5cf
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b7d1
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8
    }

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea
    }

    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec
    }

    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a2aec7
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a3b0c9
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a5b2cb
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111
    }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap
    }

    table.dataTable.compact thead td, table.dataTable.compact thead th {
        padding: 4px 17px 4px 4px
    }

    table.dataTable.compact tbody td, table.dataTable.compact tbody th, table.dataTable.compact tfoot td, table.dataTable.compact tfoot th {
        padding: 4px
    }

    table.dataTable td.dt-left, table.dataTable th.dt-left {
        text-align: left
    }

    table.dataTable td.dataTables_empty, table.dataTable td.dt-center, table.dataTable th.dt-center {
        text-align: center
    }

    table.dataTable td.dt-right, table.dataTable th.dt-right {
        text-align: right
    }

    table.dataTable td.dt-justify, table.dataTable th.dt-justify {
        text-align: justify
    }

    table.dataTable td.dt-nowrap, table.dataTable th.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable tfoot td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable thead th.dt-head-left {
        text-align: left
    }

    table.dataTable tfoot td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable thead th.dt-head-center {
        text-align: center
    }

    table.dataTable tfoot td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable thead th.dt-head-right {
        text-align: right
    }

    table.dataTable tfoot td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable thead th.dt-head-justify {
        text-align: justify
    }

    table.dataTable tfoot td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable thead th.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tbody td.dt-body-left, table.dataTable tbody th.dt-body-left {
        text-align: left
    }

    table.dataTable tbody td.dt-body-center, table.dataTable tbody th.dt-body-center {
        text-align: center
    }

    table.dataTable tbody td.dt-body-right, table.dataTable tbody th.dt-body-right {
        text-align: right
    }

    table.dataTable tbody td.dt-body-justify, table.dataTable tbody th.dt-body-justify {
        text-align: justify
    }

    table.dataTable tbody td.dt-body-nowrap, table.dataTable tbody th.dt-body-nowrap {
        white-space: nowrap
    }

    table.dataTable, table.dataTable td, table.dataTable th {
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: .5em
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: .755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: .25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: .5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: 1px solid #979797;
                background-color: #fff;
                background: linear-gradient(180deg,#fff 0,#dcdcdc)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled.nice-select.open, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: #fff !important;
                border: 1px solid #111;
                background-color: #585858;
                background: linear-gradient(180deg,#585858 0,#111)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.nice-select.open, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: linear-gradient(180deg,#2b2b2b 0,#0c0c0c);
                box-shadow: inset 0 0 3px #111
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: #fff;
        background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))
    }

    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
                vertical-align: middle
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table, .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

@media screen and (max-width:767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width:640px) {
    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
    cursor: default !important
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
        display: none !important
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

    table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
        top: 24px;
        left: 0;
        height: 14px;
        width: 14px;
        display: block;
        position: absolute;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 14px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: Courier New,Courier,monospace;
        line-height: 14px;
        content: "+";
        background-color: #31b131
    }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: "-";
    background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
    padding-left: 27px
}

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
        top: 5px;
        left: 4px;
        height: 14px;
        width: 14px;
        border-radius: 14px;
        line-height: 14px;
        text-indent: 3px
    }

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer
}

    table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
        top: 50%;
        left: 50%;
        height: 16px;
        width: 16px;
        margin-top: -10px;
        margin-left: -10px;
        display: block;
        position: absolute;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 14px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: Courier New,Courier,monospace;
        line-height: 14px;
        content: "+";
        background-color: #31b131
    }

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: "-";
    background-color: #d33333
}

table.dataTable > tbody > tr.child {
    padding: .5em 1em
}

    table.dataTable > tbody > tr.child:hover {
        background: transparent !important
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li {
            border-bottom: 1px solid #efefef;
            padding: .5em 0
        }

            table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
                padding-top: 0
            }

            table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
                border-bottom: none
            }

    table.dataTable > tbody > tr.child span.dtr-title {
        display: inline-block;
        min-width: 75px;
        font-weight: 700
    }

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 7;
    padding: 10em 1em
}

    div.dtr-modal div.dtr-modal-display {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 50%;
        margin: auto;
        z-index: 9;
        overflow: auto;
        background-color: #f5f5f7;
        border: 1px solid #000;
        border-radius: .5em;
        box-shadow: 0 12px 30px rgba(0,0,0,.6)
    }

    div.dtr-modal div.dtr-modal-content {
        position: relative;
        padding: 1em
    }

    div.dtr-modal div.dtr-modal-close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
        border: 1px solid #eaeaea;
        background-color: #f9f9f9;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
        z-index: 5
    }

        div.dtr-modal div.dtr-modal-close:hover {
            background-color: #eaeaea
        }

    div.dtr-modal div.dtr-modal-background {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 8;
        background: rgba(0,0,0,.6)
    }

@media screen and (max-width:767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%
    }
}

@font-face {
    font-family: Frutiger Neue;
    font-style: normal;
    font-weight: 400;
    src: local("frutiger neue regular"),local("frutiger-neue-regular"),url(../fonts/FrutigerNeueLTCYR-Book.woff) format("woff"),url(../fonts/FrutigerNeueLTCYR-Book.otf) format("opentype")
}

@font-face {
    font-family: Frutiger Neue;
    font-style: normal;
    font-weight: 600;
    src: local("frutiger neue semibold"),local("frutiger-neue-semibold"),url(../fonts/FrutigerNeueLTCYR-Bold.woff) format("woff"),url(../fonts/FrutigerNeueLTCYR-Bold.otf) format("opentype")
}

@font-face {
    font-family: Frutiger Neue;
    font-style: normal;
    font-weight: 700;
    src: local("frutiger neue bold"),local("frutiger-neue-bold"),url(../fonts/FrutigerNeueLTCYR-Black.woff) format("woff"),url(../fonts/FrutigerNeueLTCYR-Black.otf) format("opentype")
}

@font-face {
    font-family: Frutiger Neue;
    font-style: normal;
    font-weight: 300;
    src: local("frutiger neue light"),local("frutiger-neue-light"),url(../fonts/FrutigerNeueLTCYR-Light.woff) format("woff"),url(../fonts/FrutigerNeueLTCYR-Light.otf) format("opentype")
}

@font-face {
    font-family: Frutiger Neue;
    font-style: italic;
    font-weight: 400;
    src: local("frutiger neue italic"),local("frutiger-neue-italic"),url(../fonts/FrutigerNeueLTCYR-Italic.woff) format("woff"),url(../fonts/FrutigerNeueLTCYR-Italic.otf) format("opentype")
}

.sr-only, .vh {
    border: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    background: none;
    text-indent: 999px
}

.container, .container-lg, .rich-text, .row, .rte {
    zoom: 1
}

    .container-lg:after, .container-lg:before, .container:after, .container:before, .rich-text:after, .rich-text:before, .row:after, .row:before, .rte:after, .rte:before {
        content: "";
        display: table
    }

    .container-lg:after, .container:after, .rich-text:after, .row:after, .rte:after {
        clear: both
    }

.container, .container-lg {
    margin: auto;
    max-width: 1280px;
    position: relative;
    width: 100%;
    padding: 0 20px
}

.container-lg {
    max-width: 1366px
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.img-responsive {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: 100%
}

.table-responsive {
    width: 100%;
    overflow-x: auto
}

.hide {
    display: none
}

.row {
    margin: 0 -10px
}

.reverse-col [class*=" col-"], .reverse-col [class^=col-] {
    float: right
}

[class*=" col-"], [class^=col-] {
    float: left;
    width: 100%;
    padding: 0 10px
}

[class*=" col-offset-"], [class^=col-offset-] {
    margin: auto
}

.desktop-only {
    display: none
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-offset-xs-1 {
    margin-left: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-offset-xs-2 {
    margin-left: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-offset-xs-3 {
    margin-left: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-offset-xs-4 {
    margin-left: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-offset-xs-5 {
    margin-left: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-offset-xs-6 {
    margin-left: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-offset-xs-7 {
    margin-left: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-offset-xs-8 {
    margin-left: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-offset-xs-9 {
    margin-left: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-offset-xs-10 {
    margin-left: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-offset-xs-11 {
    margin-left: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-offset-xs-12 {
    margin-left: 100%
}

@media only screen and (max-width:767px) {
    .no-mobile {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-offset-sm-3 {
        margin-left: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-offset-sm-6 {
        margin-left: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-offset-sm-9 {
        margin-left: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-offset-sm-12 {
        margin-left: 100%
    }

    .mobile-only {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .col-md-1 {
        width: 8.3333333333%
    }

    .col-offset-md-1 {
        margin-left: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-offset-md-2 {
        margin-left: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-offset-md-3 {
        margin-left: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-offset-md-4 {
        margin-left: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-offset-md-5 {
        margin-left: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-offset-md-6 {
        margin-left: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-offset-md-7 {
        margin-left: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-offset-md-8 {
        margin-left: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-offset-md-9 {
        margin-left: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-offset-md-10 {
        margin-left: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-offset-md-11 {
        margin-left: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-offset-md-12 {
        margin-left: 100%
    }

    .desktop-only {
        display: block
    }

    .no-desktop {
        display: none
    }
}

@media only screen and (min-width:1280px) {
    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-offset-lg-3 {
        margin-left: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-offset-lg-6 {
        margin-left: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-offset-lg-9 {
        margin-left: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-offset-lg-12 {
        margin-left: 100%
    }
}

@font-face {
    font-family: icomoon;
    src: url(../icons/fonts/icomoon.eot?p3hzr2);
    src: url(../icons/fonts/icomoon.eot?p3hzr2#iefix) format("embedded-opentype"),url(../icons/fonts/icomoon.ttf?p3hzr2) format("truetype"),url(../icons/fonts/icomoon.woff?p3hzr2) format("woff"),url(../icons/fonts/icomoon.svg?p3hzr2#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-breadcrumb-arrow:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-flickr:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-left-arrow:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-right-arrow:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-up-arrow:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-cross:before {
    content: ""
}

*, :after, :before {
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
    font-family: Frutiger Neue,Times New Roman,serif;
    font-weight: 700
}

html {
    font: 1em/normal Frutiger Neue,Arial,sans-serif
}

body {
    background: #ccc
}

h2 {
    font-size: 1.5em
}

@media (min-width:1024px) {
    h2 {
        font-size: 2em
    }
}

h3 {
    font-size: 1.25em
}

@media (min-width:1024px) {
    h3 {
        font-size: 1.75em
    }
}

h4 {
    font-size: 1em
}

@media (min-width:1024px) {
    h4 {
        font-size: 1.5em
    }
}

h5 {
    font-size: .875em
}

@media (min-width:1024px) {
    h5 {
        font-size: 1.25em
    }
}

h6 {
    font-size: 1em
}

.hidden {
    display: none !important
}

p {
    line-height: 1.5em
}

.btn {
    padding: 15px 25px;
    line-height: 1;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: .875em;
    font-family: Frutiger Neue,Times New Roman,serif;
    font-weight: 600;
    border: 2px solid #ed0918;
    background: #ed0918;
    cursor: pointer;
    color: #fff;
    transition: background .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;
    text-decoration: none
}

    .btn:focus, .btn:hover {
        background: transparent;
        color: #ed0918;
        border: 2px solid #ed0918;
        outline: none
    }

.is-disabled.btn {
    cursor: auto
}

    .is-disabled.btn, .is-disabled.btn:focus, .is-disabled.btn:hover {
        background: #f5f5f5;
        border-color: #f5f5f5;
        color: #fff
    }

.is-reverse.btn {
    color: #ed0918;
    background: #fff;
    border: none
}

    .is-reverse.btn:focus, .is-reverse.btn:hover {
        background: #ed0918;
        color: #fff;
        outline: none
    }

@media (max-width:767px) {
    .btn {
        padding: 12px 20px
    }
}

.btn__white, .btn__white:focus, .btn__white:hover {
    color: #ed0918;
    background: #fff;
    border: none
}

    .btn__white:focus, .btn__white:hover {
        outline: none
    }

    .btn__white i {
        float: right
    }

.btn__outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff
}

    .btn__outline:focus, .btn__outline:hover {
        background: #fff;
        outline: none;
        border: 2px solid transparent
    }

.section-heading {
    margin-bottom: 10px
}

    .section-heading .section-title {
        font-size: 1.5em;
        margin: 10px 0;
        font-weight: 700
    }

@media (min-width:1024px) {
    .section-heading .section-title {
        font-size: 2em
    }
}

.section-heading a {
    text-decoration: none;
    color: #ed0918;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
    display: block
}

    .section-heading a i {
        padding-left: 10px
    }

.site-logo, .site-logo a {
    display: inline-block
}

    .site-logo a {
        vertical-align: bottom
    }

    .site-logo img {
        display: inline-block
    }

.header .site-logo img {
    height: 60px
}

@media (min-width:1024px) {
    .header .site-logo img {
        height: 100px
    }
}

.footer .site-logo img {
    width: 100%
}

.page-heading {
    background: #fff
}

    .page-heading .text-content {
        width: 100%
    }

@media (min-width:1024px) {
    .page-heading .text-content {
        width: 50%
    }
}

.item-card {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #ccc
}

@media (min-width:1024px) {
    .item-card {
        width: calc(33% - 20px);
        padding: 20px 10px;
        border-bottom: none
    }

    .item-card-2 {
        width: calc(50% - 20px) !important;
    }

    .item-card-3 {
        width: calc(33% - 20px) !important;
    }

    .item-card-4 {
        width: calc(25% - 20px) !important;
    }

    .item-card-5 {
        width: calc(20% - 20px) !important;
    }
}

.item-card a {
    text-decoration: none
}

    .item-card a:hover .title {
        color: #ed0918
    }

.item-card .image-container {
    width: 100%;
    display: block;
    height: 150px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: none
}

@media (min-width:1024px) {
    .item-card .image-container {
        display: block
    }
}

.item-card .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (min-width:1024px) {
    .item-card .image-container {
        height: 250px
    }

        .item-card .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }
}

.item-card .text {
    margin-bottom: 10px
}

    .item-card .text .title {
        color: #303030;
        font-weight: 600;
        line-height: 1.375em;
        font-size: 1em;
        margin: 5px 0;
        transition: color .25s ease-in
    }

@media (min-width:1024px) {
    .item-card .text .title {
        font-size: 1.25em;
        line-height: 1.25em
    }
}

.item-card .text .date, .item-card .text .desc {
    color: #5f5f5f;
    margin: 5px 0;
    font-size: .875em
}

.item-card .btn-facebook i {
    color: #3b5998
}

.item-card .btn-twitter i {
    color: #00aced
}

.item-card .share-btn a {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 100px;
    text-align: center
}

    .item-card .share-btn a:first-child, .item-card .share-btn a i {
        margin-right: 10px
    }

.nav, .nav ul {
    width: 100%
}

    .nav ul {
        display: block;
        font-family: Frutiger Neue,Times New Roman,serif;
        font-weight: 700;
        padding: 0;
        margin: 0;
        list-style-type: none
    }

@media (min-width:1024px) {
    .nav ul {
        display: -ms-flexbox;
        display: flex
    }
}

.nav ul li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

@media (min-width:1024px) {
    .nav ul li {
        border-bottom: none
    }
}

.nav ul li .icon-arrow-down {
    position: absolute;
    right: 0;
    top: 15px;
    color: #ed0918;
    transition: transform .25s ease-in
}

    .nav ul li .icon-arrow-down:before {
        padding: 20px
    }

@media (min-width:1024px) {
    .nav ul li .icon-arrow-down {
        display: none
    }
}

.nav ul li.expanded > .icon-arrow-down {
    transform: rotate(180deg)
}

.nav ul li a {
    text-decoration: none;
    color: #ed0918;
    text-transform: uppercase;
    display: block;
    padding: 15px 20px;
    text-align: left
}

@media (min-width:1024px) {
    .nav ul li a {
        color: #fff;
        text-align: center;
        padding: 10px 20px
    }
}

.nav ul > li > ul {
    display: none;
    position: relative;
    background: #f5f5f5;
    padding-left: 48px;
    padding-right: 20px;
    width: 100%
}

@media (min-width:1024px) {
    .nav ul > li > ul {
        min-width: 300px;
        border-radius: 10px;
        box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
        padding: 20px;
        background: #fff
    }

        .nav ul > li > ul, .nav ul > li > ul:before {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: 6
        }

            .nav ul > li > ul:before {
                content: " ";
                display: inline-block;
                top: -19px;
                width: 0;
                height: 0;
                border: 10px solid transparent;
                border-bottom-color: #fff
            }
}

.nav ul > li > ul li {
    border-bottom: 1px solid #d5d5d5
}

    .nav ul > li > ul li:hover {
        background: #f5f5f5
    }

@media (max-width:767px) {
    .nav ul > li > ul li:last-child {
        border-bottom: none
    }
}

.nav ul > li > ul li a {
    color: #5f5f5f;
    text-align: left;
    padding: 15px 0;
    text-transform: none
}

.breadcrumbs {
    padding: 20px 0;
    background: #fff
}

@media (min-width:1024px) {
    .breadcrumbs {
        padding: 40px 0 20px
    }
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 1em;
    font-weight: 700
}

    .breadcrumbs ul li:after {
        content: "\e90d";
        color: #303030;
        font-size: .875em;
        margin: 0 10px;
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

@media (min-width:1024px) {
    .breadcrumbs ul li:after {
        margin: 0 20px
    }
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.breadcrumbs ul li:last-child a {
    color: #303030
}

.breadcrumbs ul li a {
    color: #ed0918;
    text-decoration: none
}

    .breadcrumbs ul li a:focus, .breadcrumbs ul li a:hover {
        text-decoration: underline
    }

.site-search {
    position: absolute;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 0;
    transform: translateY(100%) scaleY(0);
    transform-origin: top;
    width: 100%;
    bottom: 0;
    right: 0;
    transition: transform .2s linear;
    z-index: 1;
    border-bottom: 2px solid #ed0918
}

@media (min-width:1024px) {
    .site-search {
        padding: 15px;
        border-bottom: 0
    }
}

.site-search.shown {
    pointer-events: auto;
    transform: translateY(100%) scaleY(1)
}

.site-search > .container {
    padding: 0;
    position: relative
}

@media (min-width:1024px) {
    .site-search > .container {
        padding: 0 20px
    }
}

.site-search #siteSearchTextBox {
    width: 100%;
    padding: 15px 10px;
    font-family: Frutiger Neue,Times New Roman,serif;
    font-weight: 300;
    font-size: .9375em;
    border: 0
}

    .site-search #siteSearchTextBox:-ms-input-placeholder {
        font-family: Frutiger Neue,Times New Roman,serif;
        font-weight: 300;
        font-size: .9375em
    }

    .site-search #siteSearchTextBox::placeholder {
        font-family: Frutiger Neue,Times New Roman,serif;
        font-weight: 300;
        font-size: .9375em
    }

@media (min-width:1024px) {
    .site-search #siteSearchTextBox {
        border: 1px solid #ccc;
        padding: 10px
    }
}

.site-search .btn-search_close {
    border: none;
    width: 36px;
    height: 36px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0
}

    .site-search .btn-search_close:focus, .site-search .btn-search_close:hover {
        outline: none
    }

.site-search .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0
}

@media (min-width:1024px) {
    .site-search .search-btn {
        right: 30px
    }
}

.site-search .search-btn .btn__text {
    border: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    background: none;
    text-indent: 999px
}

.rich-text, .rte {
    padding-bottom: 10px
}

    .rich-text :first-child, .rte :first-child {
        margin-top: 0
    }

    .rich-text a, .rte a {
        color: #ed0918;
        text-decoration: none
    }

        .rich-text a:focus, .rich-text a:hover, .rte a:focus, .rte a:hover {
            text-decoration: underline
        }

    .rich-text table, .rte table {
        border: 1px solid #5f5f5f;
        border-collapse: collapse
    }

        .rich-text table tr, .rte table tr {
            border-bottom: 1px solid #5f5f5f
        }

            .rich-text table tr:first-child td, .rte table tr:first-child td {
                background: #5f5f5f;
                color: #fff;
                font-weight: 700
            }

        .rich-text table td, .rich-text table th, .rte table td, .rte table th {
            padding: 5px 10px
        }

        .rich-text table th, .rte table th {
            background: #5f5f5f;
            color: #fff
        }

    .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rte h1, .rte h2, .rte h3, .rte h4, .rte h5 {
        color: #303030;
        margin: 10px 0
    }

    .rich-text .aligncenter, .rte .aligncenter {
        display: block;
        margin: auto
    }

    .rich-text .alignleft, .rte .alignleft {
        float: left;
        margin-right: 10px
    }

    .rich-text .alignright, .rte .alignright {
        float: right;
        margin-left: 10px
    }

    .rich-text ul, .rte ul {
        padding-left: 1em
    }

        .rich-text ul li, .rte ul li {
            padding: 8px 0
        }

    .rich-text p, .rte p {
        line-height: 1.5em
    }

    .rich-text .btn, .rte .btn {
        color: #fff
    }

        .rich-text .btn:hover, .rte .btn:hover {
            color: #ed0918;
            text-decoration: none
        }

@media (max-width:767px) {
    .rich-text img, .rte img {
        width: 100%;
        height: auto
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .rich-text img, .rte img {
        width: 90%;
        height: auto
    }
}

.two-column-text-media {
    background: #fff;
    color: #303030;
    padding: 40px 0
}

@media (min-width:1024px) {
    .two-column-text-media {
        padding: 80px 0
    }
}

.two-column-text-media > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .two-column-text-media > .container {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.two-column-text-media.yellow {
    background: #e1df00
}

.two-column-text-media.reversed > .container {
    -ms-flex-direction: row;
    flex-direction: row
}

    .two-column-text-media.reversed > .container .text-column {
        margin-left: 50px
    }

@media (max-width:767px) {
    .two-column-text-media.reversed > .container {
        -ms-flex-direction: column;
        flex-direction: column
    }

        .two-column-text-media.reversed > .container .text-column {
            margin-left: 0
        }

            .two-column-text-media.reversed > .container .text-column:first-child {
                margin-top: 15px
            }
}

.two-column-text-media .text-column {
    width: 100%;
    display: block
}

@media (min-width:1024px) {
    .two-column-text-media .text-column {
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%;
        position: relative
    }
}

.two-column-text-media .text-column .text-block {
    position: relative
}

@media (min-width:1024px) {
    .two-column-text-media .text-column .text-block {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding-right: 50px
    }
}

.two-column-text-media .text-column .text-block h2 {
    font-size: 2.5em
}

.two-column-text-media .text-column .text-block p {
    line-height: 1.5em
}

.two-column-text-media .text-column .text-block img {
    width: 100%
}

.two-column-text-media .media-column {
    width: 100%;
    display: block
}

@media (min-width:1024px) {
    .two-column-text-media .media-column {
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%
    }
}

.two-column-text-media .media-column .image-container, .two-column-text-media .media-column .image-container img {
    width: 100%
}

    .two-column-text-media .media-column .image-container iframe {
        margin-bottom: 20px;
        width: 100% !important;
        min-height: 250px !important;
        border: 0
    }

@media (min-width:1024px) {
    .two-column-text-media .media-column .image-container iframe {
        min-height: 400px !important
    }
}

.two-column-countdown {
    overflow: hidden;
    color: #303030
}

@media (min-width:1024px) {
    .two-column-countdown {
        display: -ms-flexbox;
        display: flex;
        height: 600px
    }
}

.two-column-countdown .image-column {
    width: 100%;
    height: 100%
}

@media (min-width:1024px) {
    .two-column-countdown .image-column {
        width: 50%
    }
}

.two-column-countdown .image-column .image-container {
    width: 100%;
    height: 100%
}

    .two-column-countdown .image-column .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center
    }

.two-column-countdown .timer-column {
    width: 100%;
    display: block;
    background: #e1df00;
    position: relative;
    background-image: url(/assets/wss/images/bg-event.png);
    background-repeat: no-repeat;
    background-position: right 130px;
    background-size: 50%;
    padding: 20px 0
}

    .two-column-countdown .timer-column .timer-title {
        font-size: 2em;
        margin: 0;
        margin: 10px 0
    }

    .two-column-countdown .timer-column .countdown-timer {
        display: none
    }

        .two-column-countdown .timer-column .countdown-timer ul {
            padding: 0;
            margin: 10px 0;
            list-style-type: none
        }

            .two-column-countdown .timer-column .countdown-timer ul li {
                display: inline-block;
                vertical-align: top;
                min-width: 80px
            }

@media (max-width:374px) {
    .two-column-countdown .timer-column .countdown-timer ul li {
        min-width: 60px
    }
}

@media (min-width:1024px) {
    .two-column-countdown .timer-column .countdown-timer ul li {
        min-width: 120px
    }
}

.two-column-countdown .timer-column .countdown-timer ul li:not(:last-child) .interval:after {
    content: ":";
    position: absolute;
    right: -10px
}

.two-column-countdown .timer-column .countdown-timer ul li .interval {
    display: block;
    text-align: center;
    font-size: 2em;
    position: relative
}

@media (max-width:374px) {
    .two-column-countdown .timer-column .countdown-timer ul li .interval {
        font-size: 1.5em
    }
}

@media (min-width:1024px) {
    .two-column-countdown .timer-column .countdown-timer ul li .interval {
        font-size: 3.125em
    }
}

.two-column-countdown .timer-column .countdown-timer ul li .labels {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: .75em
}

@media (max-width:374px) {
    .two-column-countdown .timer-column .countdown-timer ul li .labels {
        font-size: .625em
    }
}

.two-column-countdown .timer-column .text-block {
    padding: 10px 20px
}

@media (min-width:1024px) {
    .two-column-countdown .timer-column .text-block {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%
    }
}

.two-column-countdown .timer-column .text-block .rte {
    margin: 10px 0
}

@media (min-width:1024px) {
    .two-column-countdown .timer-column {
        width: 50%
    }
}

.two-column-rte-grid {
    background: #fff
}

    .two-column-rte-grid > .container {
        display: block
    }

@media (min-width:1024px) {
    .two-column-rte-grid > .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: 1px solid #f5f5f5;
        padding: 60px 20px
    }
}

@media (min-width:1024px) {
    .two-column-rte-grid.reversed .container {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.two-column-rte-grid .column {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5
}

    .two-column-rte-grid .column:first-child {
        padding-right: 50px
    }

@media (min-width:1024px) {
    .two-column-rte-grid .column {
        width: 50%;
        padding: 0;
        border-bottom: 0
    }
}

.two-column-rte-grid .column h1, .two-column-rte-grid .column h2, .two-column-rte-grid .column h3, .two-column-rte-grid .column h4, .two-column-rte-grid .column h5 {
    margin-top: 0
}

.two-column-rte-grid .column .download {
    display: block;
    color: #ed0918;
    text-decoration: none;
    font-weight: 600;
    margin: 10px 0;
    padding: 10px 0;
    text-transform: uppercase
}

    .two-column-rte-grid .column .download span {
        margin-right: 10px
    }

.two-column-rte-grid .column .text-groups {
    margin-bottom: 10px
}

    .two-column-rte-grid .column .text-groups .text-block {
        width: 100%;
        display: block;
        padding: 10px 0;
        height: auto
    }

@media (min-width:1024px) {
    .two-column-rte-grid .column .text-groups .text-block {
        display: inline-block;
        width: calc(50% - 5px);
        height: auto;
        vertical-align: top;
        padding: 0;
        margin-bottom: 30px;
        padding: 0 20px 0 0
    }
}

.two-column-rte-grid .column .text-groups .text-block:nth-child(3n), .two-column-rte-grid .column .text-groups .text-block:nth-child(4n) {
    margin-bottom: 20px
}

.two-column-rte-grid .column .text-groups .text-block .name {
    margin: 0 0 10px;
    font-size: 1em
}

.two-column-rte-grid .column .text-groups .text-block p {
    margin: 0
}

.skills-grid {
    width: 100%;
    text-align: left
}

@media (min-width:1024px) {
    .skills-grid {
        display: inline-block;
        vertical-align: top;
        text-align: left
    }
}

.skills-grid ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #5f5f5f
}

    .skills-grid ul li {
        width: 100%;
        height: 50px;
        background: #fff;
        position: relative;
        border-bottom: 1px solid #f5f5f5;
        margin: 20px 0
    }

        .skills-grid ul li a {
            display: block;
            height: 100%;
            text-decoration: none
        }

@media (min-width:1024px) {
    .skills-grid ul li a {
        height: auto
    }
}

@media (min-width:1024px) {
    .skills-grid ul li {
        height: 300px;
        width: 300px;
        border: 3px solid #f5f5f5;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-left: -7px;
        margin-top: -3px;
        margin-bottom: 0
    }
}

.skills-grid ul li .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ed0918
}

@media (min-width:1024px) {
    .skills-grid ul li .icon {
        display: none
    }
}

.skills-grid ul li .grid-block {
    height: 100%;
    line-height: 3.125em;
    position: relative
}

@media (min-width:1024px) {
    .skills-grid ul li .grid-block {
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

        .skills-grid ul li .grid-block .title {
            margin: 10px 0
        }
}

.skills-grid ul li .grid-block .image-container {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding-right: 10px
}

    .skills-grid ul li .grid-block .image-container img {
        height: 100%;
        display: block
    }

@media (min-width:1024px) {
    .skills-grid ul li .grid-block .image-container img {
        width: 100%
    }
}

@media (min-width:1024px) {
    .skills-grid ul li .grid-block .image-container {
        display: block;
        padding-right: 0
    }
}

.skills-grid ul li .grid-block .title {
    display: inline-block;
    margin: 5px 0;
    line-height: 1.875em;
    font-weight: 600;
    color: #5f5f5f
}

@media (min-width:1024px) {
    .skills-grid ul li .grid-block .title {
        display: block;
        margin: 20px 0 0;
        line-height: 1.5em
    }
}

.listing-filters {
    background: #fff;
    padding: 10px 0
}

    .listing-filters .filters {
        display: block
    }

@media (min-width:1024px) {
    .listing-filters .filters {
        display: -ms-flexbox;
        display: flex
    }
}

.listing-filters .filters .filter {
    display: inline-block;
    width: 100%
}

@media (min-width:1024px) {
    .listing-filters .filters .filter {
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 350px;
        margin-right: 15px;
        width: auto
    }
}

.listing-filters .filters .filter .nice-select, .listing-filters .filters .filter .nice-select ul {
    width: 100%
}

.listing-filters .filters .btn-filter {
    display: inline-block;
    padding: 10px 15px;
    width: 100%
}

@media (min-width:1024px) {
    .listing-filters .filters .btn-filter {
        width: auto
    }
}

.listing-area {
    background: #fff;
    padding: 10px 0 40px
}

@media (min-width:1024px) {
    .listing-area {
        padding: 25px 0 50px
    }
}

.listing-area .load-btn {
    margin-top: 50px;
    text-align: center
}

.datatable-area {
    background: #fff
}

    .datatable-area .dataTable {
        padding: 10px 0;
        width: 100% !important
    }

        .datatable-area .dataTable thead th {
            text-align: left;
            padding: 15px 20px
        }

        .datatable-area .dataTable tbody td {
            padding: 15px 20px
        }

    .datatable-area .dataTables_info, .datatable-area .dataTables_paginate {
        padding: 20px 0
    }

.header {
    background: #ed0918;
    height: 60px;
    position: relative
}

@media (min-width:1024px) {
    .header {
        height: 100px
    }
}

.header .container {
    display: block;
    height: 100%
}

@media (min-width:1024px) {
    .header .container {
        display: -ms-flexbox;
        display: flex
    }
}

.header.headroom--not-top {
    position: fixed;
    width: 100%;
    z-index: 7
}

.header .site-navigation {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 2
}

@media (min-width:1024px) {
    .header .site-navigation {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: auto;
        top: auto;
        left: auto;
        background: transparent;
        padding: 0;
        -ms-flex-positive: 9;
        flex-grow: 9;
        -ms-flex-align: center;
        align-items: center
    }
}

.header .site-navigation .mobile-only {
    position: relative;
    min-height: 50px
}

    .header .site-navigation .mobile-only .site-search {
        transform: none
    }

.header.search-shown .btn-toggle-search .icon-close {
    display: inline-block
}

.header.search-shown .btn-toggle-menu, .header.search-shown .btn-toggle-search .icon-search, .header .site-search-button {
    display: none
}

@media (min-width:1024px) {
    .header .site-search-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.header .btn-toggle-search {
    background: none;
    border: 0;
    color: #fff;
    display: none;
    font-size: 1.25em;
    height: 50px;
    outline: 0;
    text-align: center;
    width: 50px;
    cursor: pointer
}

@media (min-width:1024px) {
    .header .btn-toggle-search {
        display: block
    }
}

.header .btn-toggle-search:hover .icon-close {
    color: #fff
}

.header .btn-toggle-search .icon-close {
    display: none;
    color: #fff;
    transition: color .25s ease-in-out;
    font-size: .625em;
    vertical-align: middle
}

.header .site-menu-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    -ms-flex-align: center;
    align-items: center
}

    .header .site-menu-toggle .btn-toggle-menu {
        background: none;
        border: 0;
        display: block;
        height: 40px;
        outline: 0;
        position: relative;
        width: 40px
    }

@media (min-width:1024px) {
    .header .site-menu-toggle .btn-toggle-menu {
        display: none
    }
}

.header .site-menu-toggle .btn-toggle-menu.toggled .line:nth-child(2), .header .site-menu-toggle .btn-toggle-menu.toggled .line:nth-child(3) {
    transform: translateY(0);
    opacity: 0
}

.header .site-menu-toggle .btn-toggle-menu.toggled .line:nth-child(4) {
    transform: rotate(-45deg)
}

.header .site-menu-toggle .btn-toggle-menu.toggled .line:nth-child(5) {
    transform: rotate(45deg)
}

.header .site-menu-toggle .btn-toggle-menu .line {
    background: #fff;
    bottom: 0;
    display: inline-block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    transition: all .25s ease-in-out
}

    .header .site-menu-toggle .btn-toggle-menu .line:nth-child(2) {
        transform: translateY(-6px)
    }

    .header .site-menu-toggle .btn-toggle-menu .line:nth-child(3) {
        transform: translateY(6px)
    }

.header.headroom--not-top + #main {
    padding-top: 100px
}

.footer {
    background: #0033a0;
    color: #fff;
    padding: 20px 0 40px
}

@media (min-width:1024px) {
    .footer {
        padding: 50px 0 70px
    }
}

.footer .footer__top .logo {
    display: block
}

    .footer .footer__top .logo .site-logo {
        width: 100%;
        text-align: center
    }

@media (min-width:1024px) {
    .footer .footer__top .logo {
        display: inline-block;
        width: 25%;
        vertical-align: top
    }

        .footer .footer__top .logo a {
            text-align: left
        }
}

.footer .footer__top .social-nav {
    display: block;
    margin: 0 auto;
    text-align: center
}

@media (min-width:1024px) {
    .footer .footer__top .social-nav {
        display: inline-block;
        width: calc(75% - 10px);
        vertical-align: top;
        text-align: left
    }
}

.footer .footer__top .social-nav .section-title h3 {
    text-transform: uppercase;
    font-family: Frutiger Neue,Times New Roman,serif;
    font-weight: 400;
    font-size: .75em
}

@media (min-width:1024px) {
    .footer .footer__top .social-nav .section-title h3 {
        font-size: 1em;
        text-align: left
    }
}

.footer .footer__top .social-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media (min-width:1024px) {
    .footer .footer__top .social-nav ul {
        zoom: 1
    }

        .footer .footer__top .social-nav ul:after, .footer .footer__top .social-nav ul:before {
            content: "";
            display: table
        }

        .footer .footer__top .social-nav ul:after {
            clear: both
        }
}

.footer .footer__top .social-nav ul li {
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

@media (min-width:1024px) {
    .footer .footer__top .social-nav ul li {
        display: inline-block;
        padding: 15px 0;
        width: 33.3333%;
        float: left
    }
}

.footer .footer__top .social-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25em
}

@media (min-width:1024px) {
    .footer .footer__top .social-nav ul li a {
        font-size: .9375em
    }
}

.footer .footer__top .social-nav ul li a span:first-child {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 1em
}

.footer .footer__top .social-nav ul li a span:last-child {
    display: none
}

@media (min-width:1024px) {
    .footer .footer__top .social-nav ul li a span:last-child {
        display: inline
    }
}

.footer .footer__bottom {
    margin-top: 20px;
    position: relative
}

    .footer .footer__bottom .copyright {
        display: block;
        font-size: .875em;
        font-weight: 300;
        text-align: center
    }

@media (min-width:1024px) {
    .footer .footer__bottom .copyright {
        position: absolute;
        left: 0;
        top: 0
    }
}

.footer .footer__bottom .legal-menu {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    text-align: center
}

@media (min-width:1024px) {
    .footer .footer__bottom .legal-menu {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: auto
    }
}

.footer .footer__bottom .legal-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .footer .footer__bottom .legal-menu ul li {
        display: inline-block;
        position: relative
    }

        .footer .footer__bottom .legal-menu ul li:first-child {
            padding-right: 10px
        }

        .footer .footer__bottom .legal-menu ul li:not(:first-child) {
            padding: 0 10px
        }

        .footer .footer__bottom .legal-menu ul li:not(:last-child):after {
            content: "";
            position: absolute;
            width: 1px;
            background: #fff;
            right: 0;
            height: 16px;
            top: 2px;
            display: inline-block
        }

        .footer .footer__bottom .legal-menu ul li a {
            color: #fff;
            text-decoration: none;
            font-size: .875em;
            font-weight: 400
        }

            .footer .footer__bottom .legal-menu ul li a:hover {
                text-decoration: underline
            }

.banner-carousel {
    background: url(/assets/wss/images/bg-banner01.jpg) repeat;
    background-size: 1000px 873px;
    overflow: hidden;
    height: auto
}

@media (min-width:1024px) {
    .banner-carousel {
        height: 75vh
    }
}

.banner-carousel__slides {
    height: 100%
}

    .banner-carousel__slides .slide {
        height: 100%;
        overflow: hidden
    }

        .banner-carousel__slides .slide .image-container {
            width: 100%;
            display: block;
            height: 300px
        }

@media (min-width:1024px) {
    .banner-carousel__slides .slide .image-container {
        display: inline-block;
        width: 60%;
        vertical-align: top;
        height: 100%
    }
}

.banner-carousel__slides .slide .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner-carousel__slides .slide .text-container {
    height: auto;
    position: relative;
    color: #fff;
    padding: 10px 20px
}

@media (min-width:1024px) {
    .banner-carousel__slides .slide .text-container {
        display: inline-block;
        width: calc(40% - 5px);
        vertical-align: top;
        padding: 0;
        height: 100%
    }
}

.banner-carousel__slides .slide .text-container .text-block {
    position: relative;
    line-height: 1.5em
}

@media (min-width:1024px) {
    .banner-carousel__slides .slide .text-container .text-block {
        position: absolute;
        width: 80%;
        left: 50%;
        top: 40%;
        transform: translate(-50%,-50%);
        padding-right: 50px
    }
}

.banner-carousel__slides .slide .text-container .text-block .slide-title {
    font-size: 1.5em;
    margin: 0;
    padding: 10px 0 0;
    line-height: 1em
}

@media (min-width:1024px) {
    .banner-carousel__slides .slide .text-container .text-block .slide-title {
        font-size: 2.5em
    }
}

.banner-carousel .slick-list, .banner-carousel .slick-slide, .banner-carousel .slick-slide > div, .banner-carousel .slick-track {
    height: 100%
}

.banner-carousel .slick-arrow {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1;
    background: #fff;
    border: 0;
    height: 40px;
    width: 40px;
    color: #ed0918;
    cursor: pointer;
    text-align: center
}

    .banner-carousel .slick-arrow.reversed {
        color: #fff;
        background: #ed0918
    }

@media (min-width:1024px) {
    .banner-carousel .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        width: 40px
    }
}

.banner-carousel .slick-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.banner-carousel .slick-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.feature-carousel {
    background: #f5f5f5;
    overflow: hidden;
    padding: 40px 0;
    color: #303030;
    position: relative
}

    .feature-carousel .bg-before {
        top: 0;
        background: transparent no-repeat url(/assets/wss/images/bg-champion-top.png);
        background-position: top;
        background-size: 100% auto
    }

    .feature-carousel .bg-after, .feature-carousel .bg-before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        height: 25%;
        width: 80%;
        pointer-events: none
    }

    .feature-carousel .bg-after {
        top: auto;
        bottom: 0;
        background: transparent no-repeat url(/assets/wss/images/bg-champion-bottom.png);
        background-position: bottom;
        background-size: 100% auto
    }

    .feature-carousel .section-heading {
        display: block
    }

        .feature-carousel .section-heading a {
            display: inline-block
        }

    .feature-carousel .feature-carousel__slides {
        position: relative;
        height: auto
    }

@media (min-width:1024px) {
    .feature-carousel .feature-carousel__slides {
        height: 500px
    }
}

@media (min-width:1024px) {
    .feature-carousel .feature-carousel__slides .slide, .feature-carousel .feature-carousel__slides .slide > .container {
        height: 100%
    }
}

.feature-carousel .feature-carousel__slides .slide .image-container {
    width: 100%;
    display: block;
    height: 500px
}

    .feature-carousel .feature-carousel__slides .slide .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

@media (min-width:1024px) {
    .feature-carousel .feature-carousel__slides .slide .image-container {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        height: 100%
    }

        .feature-carousel .feature-carousel__slides .slide .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }
}

.feature-carousel .feature-carousel__slides .slide .text-container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding-top: 30px
}

@media (min-width:1024px) {
    .feature-carousel .feature-carousel__slides .slide .text-container {
        width: calc(70% - 5px);
        display: inline-block;
        vertical-align: top;
        padding-left: 50px;
        padding-top: 0
    }
}

.feature-carousel .feature-carousel__slides .slide .text-container .name {
    margin: 10px 0
}

.feature-carousel .feature-carousel__slides .slide .text-container .desc {
    line-height: 1.5em
}

.feature-carousel .feature-carousel__slides .slide .text-container .details div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 32px;
    line-height: 1.5625em;
    margin-top: 5px
}

    .feature-carousel .feature-carousel__slides .slide .text-container .details div:not(:last-child):after {
        content: "";
        width: 2px;
        height: 25px;
        background: #5f5f5f;
        position: absolute;
        right: 12px;
        top: 0
    }

.feature-carousel .feature-carousel__slides .slide .text-container .details .tag {
    color: #ed0918;
    font-weight: 600
}

    .feature-carousel .feature-carousel__slides .slide .text-container .details .tag a {
        text-decoration: none;
        color: #ed0918
    }

        .feature-carousel .feature-carousel__slides .slide .text-container .details .tag a:hover {
            text-decoration: underline
        }

.feature-carousel .feature-carousel__slides .slide .text-container .details .school {
    display: inline-block;
    vertical-align: top;
    font-weight: 700
}

    .feature-carousel .feature-carousel__slides .slide .text-container .details .school a {
        text-decoration: none;
        color: #303030
    }

        .feature-carousel .feature-carousel__slides .slide .text-container .details .school a:hover {
            text-decoration: underline
        }

    .feature-carousel .feature-carousel__slides .slide .text-container .details .school img {
        height: 100%
    }

@media (min-width:1024px) {
    .feature-carousel .slick-list, .feature-carousel .slick-slide, .feature-carousel .slick-slide > div, .feature-carousel .slick-track {
        height: 100%
    }
}

.feature-carousel .slick-arrow {
    position: absolute;
    top: 215px;
    z-index: 10;
    background: #fff;
    border: 0;
    height: 40px;
    width: 40px;
    color: #ed0918;
    cursor: pointer;
    text-align: center
}

    .feature-carousel .slick-arrow.reversed {
        color: #fff;
        background: #ed0918
    }

@media (min-width:1024px) {
    .feature-carousel .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        width: 40px
    }
}

.feature-carousel .slick-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.feature-carousel .slick-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.logo-grid {
    background: #fff;
    color: #303030;
    padding: 40px 0
}

@media (min-width:1024px) {
    .logo-grid {
        background: #fff no-repeat url(/assets/wss/images/bg-sponsor.png);
        background-position: 0 110%;
        background-size: 40% auto
    }
}

@media (min-width:1024px) {
    .logo-grid .section-heading {
        width: 20%;
        display: inline-block;
        vertical-align: top
    }
}

.logo-grid .logo-group-container {
    width: 100%
}

@media (min-width:1024px) {
    .logo-grid .logo-group-container {
        width: calc(80% - 5px);
        display: inline-block;
        vertical-align: top;
        padding-left: 20px
    }
}

.logo-grid .logo-group-container .group-name {
    font-size: 1em;
    color: #5f5f5f;
    font-weight: 600
}

.logo-grid .logo-group-container .logo-group {
    padding-bottom: 20px
}

    .logo-grid .logo-group-container .logo-group.featured li {
        width: 100px;
        height: 100px
    }

@media (min-width:1024px) {
    .logo-grid .logo-group-container .logo-group.featured li {
        width: 150px;
        height: 150px
    }
}

.logo-grid .logo-group-container .logo-group.featured li .image-container {
    height: 100%;
    width: 100%
}

    .logo-grid .logo-group-container .logo-group.featured li .image-container img {
        width: auto;
        max-width: 100px;
        max-height: 100px
    }

@media (min-width:1024px) {
    .logo-grid .logo-group-container .logo-group.featured li .image-container img {
        max-width: 150px;
        max-height: 150px
    }
}

.logo-grid .logo-group-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

    .logo-grid .logo-group-container ul li {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        padding: 5px 10px
    }

@media (min-width:1024px) {
    .logo-grid .logo-group-container ul li {
        width: 120px;
        padding: 5px 20px
    }
}

.logo-grid .logo-group-container ul li .image-container {
    width: 100%;
    height: 100%;
    min-height: 60px;
    position: relative
}

@media (min-width:1024px) {
    .logo-grid .logo-group-container ul li .image-container {
        min-height: 80px
    }
}

.logo-grid .logo-group-container ul li .image-container img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.skills-section {
    background: #fff;
    background-size: 150% auto;
    color: #303030;
    padding: 30px 0
}

@media (min-width:1024px) {
    .skills-section {
        background: #fff no-repeat url(/assets/wss/images/bg-sponsor.png);
        background-position: 0 130%;
        background-size: 40% auto;
        padding: 60px 0
    }
}

@media (min-width:1024px) {
    .skills-section .section-heading {
        width: 20%;
        display: inline-block;
        vertical-align: top
    }
}

.skills-section .skills-grid {
    width: 100%;
    text-align: left
}

@media (min-width:1024px) {
    .skills-section .skills-grid {
        width: calc(80% - 5px);
        display: inline-block;
        vertical-align: top;
        text-align: right
    }
}

.text-banner {
    color: #303030;
    background: #fff url(/assets/wss/images/bg-banner02.png) repeat;
    background-size: 1000px 873px;
    overflow: hidden;
    height: auto;
    padding-bottom: 20px;
    position: relative
}

    .text-banner .breadcrumbs {
        width: 100%;
        position: absolute;
        top: 30px;
        z-index: 0;
        margin: 0;
        padding: 0;
        background: transparent
    }

@media (min-width:1024px) {
    .text-banner .breadcrumbs {
        top: 50px
    }
}

@media (min-width:1024px) {
    .text-banner {
        height: 500px;
        padding-bottom: 0
    }
}

.text-banner > .container {
    position: relative;
    height: 100%
}

.text-banner .main-block {
    width: 100%;
    display: block;
    position: relative;
    padding: 80px 0 40px
}

@media (min-width:1024px) {
    .text-banner .main-block {
        width: auto;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        padding: 40px 30px 40px 0
    }
}

.text-banner .main-block .heading-group {
    position: relative
}

    .text-banner .main-block .heading-group .image-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 60px
    }

@media (min-width:1024px) {
    .text-banner .main-block .heading-group .image-icon {
        height: 80px
    }
}

.text-banner .main-block .heading-group .image-icon img {
    height: 100%
}

@media (max-width:767px) {
    .text-banner .main-block .heading-group .image-icon img {
        width: auto
    }
}

.text-banner .main-block .heading-group .title {
    margin: 0;
    font-size: 1.5em;
    padding-left: 70px
}

@media (min-width:1024px) {
    .text-banner .main-block .heading-group .title {
        font-size: 3.125em;
        padding-left: 90px
    }
}

.text-banner .main-block .heading-group .subheading {
    color: #5f5f5f;
    padding-left: 70px;
    font-size: .75em
}

@media (min-width:1024px) {
    .text-banner .main-block .heading-group .subheading {
        font-size: .875em;
        padding-left: 90px
    }
}

@media (min-width:1024px) {
    .text-banner .main-block {
        width: 70%;
        display: inline-block;
        vertical-align: top
    }
}

.text-banner .main-block .desc {
    padding-top: 10px;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 600;
    width: 100%
}

@media (min-width:1024px) {
    .text-banner .main-block .desc {
        padding-top: 20px;
        font-size: 1.125em;
        line-height: 1.5625em;
        width: 80%
    }
}

.text-banner .text-block {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 20px;
    background: #f5f5f5
}

    .text-banner .text-block h1, .text-banner .text-block h2, .text-banner .text-block h3, .text-banner .text-block h4, .text-banner .text-block h5, .text-banner .text-block h6 {
        margin: 10px 0
    }

@media (min-width:1024px) {
    .text-banner .text-block {
        padding: 20px;
        width: auto;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 30%;
        display: inline-block;
        vertical-align: top
    }
}

.text-banner .text-block li {
    padding: 5px 0
}

.map-medal {
    background: #fff;
    padding: 40px 0
}

@media (min-width:1024px) {
    .map-medal {
        padding: 60px 0
    }
}

.map-medal .text-container {
    width: 100%
}

@media (min-width:1024px) {
    .map-medal .text-container {
        width: 25%;
        display: inline-block;
        vertical-align: top
    }
}

.map-medal .map-container {
    width: 100%
}

@media (min-width:1024px) {
    .map-medal .map-container {
        width: calc(75% - 5px);
        display: inline-block;
        vertical-align: top
    }
}

.map-medal .map-container .image-container {
    position: relative
}

    .map-medal .map-container .image-container img {
        width: 100%
    }

    .map-medal .map-container .image-container .marker {
        position: absolute
    }

        .map-medal .map-container .image-container .marker .flag {
            width: 25px;
            height: 25px;
            overflow: hidden;
            border-radius: 999px;
            cursor: pointer
        }

@media (min-width:1280px) {
    .map-medal .map-container .image-container .marker .flag {
        width: 30px;
        height: 30px
    }
}

.map-medal .map-container .image-container .marker .flag img {
    width: 100%;
    height: 100%
}

.map-medal .map-container .image-container .marker .info {
    display: none;
    position: absolute;
    width: 250px;
    top: 40px;
    left: -50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
    padding: 10px 15px;
    z-index: 4
}

    .map-medal .map-container .image-container .marker .info:before {
        content: " ";
        display: inline-block;
        position: absolute;
        top: -15px;
        z-index: 2;
        left: 56px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #fff
    }

    .map-medal .map-container .image-container .marker .info .event {
        margin-top: 10px
    }

        .map-medal .map-container .image-container .marker .info .event:not(:last-child) {
            border-bottom: 1px solid #f5f5f5
        }

.map-medal .no-desktop {
    text-align: center
}

    .map-medal .no-desktop .awards {
        text-align: left;
        position: relative;
        margin-bottom: 20px
    }

        .map-medal .no-desktop .awards .vline {
            position: absolute;
            width: 2px;
            background: #ccc;
            top: 0;
            bottom: 0;
            left: 17px;
            z-index: 0
        }

    .map-medal .no-desktop .marker {
        display: block;
        padding: 20px 0 0;
        position: relative
    }

        .map-medal .no-desktop .marker .flag {
            position: absolute;
            top: 10px;
            left: 0;
            background: #fff;
            width: 35px;
            height: 35px;
            overflow: hidden;
            border-radius: 999px;
            cursor: pointer;
            padding: 3px;
            border: 2px solid #ccc;
            z-index: 4
        }

            .map-medal .no-desktop .marker .flag img {
                width: 100%;
                height: 100%
            }

        .map-medal .no-desktop .marker .info {
            display: inline-block;
            width: calc(100% - 50px);
            vertical-align: top;
            border-bottom: 1px solid #ccc;
            margin-left: 50px
        }

            .map-medal .no-desktop .marker .info .name {
                margin: 0
            }

            .map-medal .no-desktop .marker .info ul {
                list-style-type: none
            }

.map-medal .name {
    padding: 0;
    margin: 0;
    font-size: .9375em;
    line-height: 20px;
    color: #5f5f5f
}

.map-medal ul {
    padding: 0;
    margin: 5px 0 10px;
    list-style-type: none;
    font-size: .875em
}

    .map-medal ul li {
        padding: 5px 0;
        color: #5f5f5f
    }

.skill-groups {
    background: #fff;
    padding-bottom: 40px
}

.compact-object-fit {
    background-size: cover;
    background-position: 50%
}

    .compact-object-fit img {
        opacity: 0
    }

.rich-text, .section {
    background: #fff
}

a.land-page-url {
    text-decoration: none;
    color: #ed0918;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}

.sponsor-listing .container {
    padding: 40px;
}

.sponsor-listing .logo-group-container {
    padding-left: 0px !important;
}

.sponsor-listing .logo-grid {
    background: none !important;
}

.sponsor-listing h3.group-name {
    font-size: 1em !important;
    color: #5f5f5f !important;
    font-weight: 600 !important;
}


.skill-area-sponsors .text-banner {
    height: auto !important;
    margin-bottom: 50px;
}


.sponsor-listing-image {
    padding: 10px;
}

    .sponsor-listing-image a {
        width: calc(16%-20px);
        display: inline-grid;
        vertical-align: middle;
        margin: 10px;
    }

    .sponsor-listing-image img {
        width: 150px;
        margin: 10px;
    }

/*# sourceMappingURL=main.css.map */
