@charset "UTF-8";
/* Font rules 
font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

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

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

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

body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

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

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    padding: 0;
    border: 0;
    border-radius: 3px;
    line-height: 1
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

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

.row::after {
    clear: both
}

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

.row .row {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media screen and (min-width:48em) {
    .row .row {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

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

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column,
.columns {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%;
    float: left
}

@media screen and (min-width:48em) {

    .column,
    .columns {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

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

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

.small-1 {
    width: 8.33333%
}

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

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

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

.small-2 {
    width: 16.66667%
}

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

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

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

.small-20 {
    width: 20%
}

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

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

.small-3 {
    width: 25%
}

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

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

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

.small-4 {
    width: 33.33333%
}

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

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

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

.small-5 {
    width: 41.66667%
}

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

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

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

.small-6 {
    width: 50%
}

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

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

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

.small-7 {
    width: 58.33333%
}

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

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

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

.small-8 {
    width: 66.66667%
}

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

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

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

.small-9 {
    width: 75%
}

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

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

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

.small-10 {
    width: 83.33333%
}

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

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

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

.small-11 {
    width: 91.66667%
}

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

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

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

.small-12 {
    width: 100%
}

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

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left
}

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

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

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: .625rem;
    padding-right: .625rem
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

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

@media screen and (min-width:48em) {
    .medium-1 {
        width: 8.33333%
    }

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

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

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

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

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

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-20 {
        width: 20%
    }

    .medium-push-20 {
        position: relative;
        left: 20%
    }

    .medium-pull-20 {
        position: relative;
        left: -20%
    }

    .medium-3 {
        width: 25%
    }

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

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

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

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

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

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

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

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

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

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

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

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

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

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

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

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

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

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

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

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

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

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

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

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

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

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

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left
    }

    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left
    }

    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 25%;
        float: left
    }

    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left
    }

    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left
    }

    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left
    }

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

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

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

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

@media screen and (min-width:64em) {
    .large-1 {
        width: 8.33333%
    }

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

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

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        width: 16.66667%
    }

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

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

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-20 {
        width: 20%
    }

    .large-push-20 {
        position: relative;
        left: 20%
    }

    .large-pull-20 {
        position: relative;
        left: -20%
    }

    .large-3 {
        width: 25%
    }

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

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

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

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

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

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.66667%
    }

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

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

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        width: 50%
    }

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

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

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

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

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

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.66667%
    }

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

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

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        width: 75%
    }

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

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

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

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

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

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.66667%
    }

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

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

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left
    }

    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left
    }

    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left
    }

    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left
    }

    .large-up-3>.column,
    .large-up-3>.columns {
        width: 25%;
        float: left
    }

    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left
    }

    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left
    }

    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left
    }

    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left
    }

    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left
    }

    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left
    }

    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left
    }

    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left
    }

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

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

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

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

@font-face {
    font-family: glitch;
    src: url(../../assets/fonts/glitch.eot?vyvn7a);
    src: url(../../assets/fonts/glitch.eot?vyvn7a#iefix) format("embedded-opentype"), url(../../assets/fonts/glitch.ttf?vyvn7a) format("truetype"), url(../../assets/fonts/glitch.woff?vyvn7a) format("woff"), url(../../assets/fonts/glitch.svg?vyvn7a#glitch) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: glitch !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-instagram:before {
    content: "\e900"
}

.icon-googleplus:before {
    content: "\e901"
}

.icon-arrow-down:before {
    content: "\e902"
}

.icon-arrow-left:before {
    content: "\e903"
}

.icon-arrow-right:before {
    content: "\e904"
}

.icon-arrow-up:before {
    content: "\e905"
}

.icon-options:before {
    content: "\e906"
}

.icon-globe:before {
    content: "\e907"
}

.icon-heart:before {
    content: "\e908"
}

.icon-info:before {
    content: "\e909"
}

.icon-location:before {
    content: "\e90a"
}

.icon-search:before {
    content: "\e90b"
}

.icon-paper-plane:before {
    content: "\e90c"
}

.icon-quote:before {
    content: "\e90d"
}

.icon-star:before {
    content: "\e90e"
}

.icon-user:before {
    content: "\e90f"
}

.icon-behance:before {
    content: "\e910"
}

.icon-skype:before {
    content: "\e911"
}

.icon-spotify:before {
    content: "\e912"
}

.icon-dribbble:before {
    content: "\e913"
}

.icon-facebook:before {
    content: "\e914"
}

.icon-github:before {
    content: "\e915"
}

.icon-linkedin:before {
    content: "\e916"
}

.icon-pinterest:before {
    content: "\e917"
}

.icon-tumblr:before {
    content: "\e918"
}

.icon-twitter:before {
    content: "\e919"
}

.icon-vimeo:before {
    content: "\e91a"
}

.icon-youtube:before {
    content: "\e91b"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 0 0 30px 0;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

.general-ui {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    font-family: "Fira Sans", sans-serif
}

.current-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    font-family: "Fira Sans", sans-serif
}

html {
    overflow-x: hidden
}

body,
html {
    height: inherit
}

body {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .5px;
    color: #979797;
    font-family: "PT Sans", sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden
}

@media screen and (max-width:767px) {
    body {
        padding-top: 120px
    }
}

::selection {
    background-color: #979797;
    color: #efefef;
    text-shadow: none
}

::-moz-selection {
    background-color: #979797;
    color: #efefef;
    text-shadow: none
}

a {
    text-decoration: none;
    transition: all .2s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.top20 {
    margin-top: 20px
}

.bottom20 {
    margin-bottom: 20px
}

.rel {
    position: relative
}

.text-center {
    text-align: center
}

.page-container {
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 20px
}

.button,
button,
input[type=submit] {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 2px solid #0dade1;
    border-radius: 4px;
    margin: 20px 0;
    padding: 0 40px;
    -webkit-appearance: none;
    background: 0 0;
    transition: all .2s ease-in-out
}

.button:focus,
button:focus,
input[type=submit]:focus {
    outline: 0
}

.button:hover,
button:hover,
input[type=submit]:hover {
    background-color: #0dade1
}

.button.arrow,
button.arrow,
input[type=submit].arrow {
    border: none;
    height: 28px;
    line-height: 28px;
    position: relative;
    background-color: transparent;
    padding-left: 80px;
    padding-right: 0;
    text-transform: none;
    color: #979797
}

@media screen and (max-width:39.9375em) {

    .button.arrow,
    button.arrow,
    input[type=submit].arrow {
        text-align: left
    }
}

@media screen and (min-width:40em) and (max-width:63.938em) {

    .button.arrow,
    button.arrow,
    input[type=submit].arrow {
        text-align: left
    }
}

.button.arrow:before,
button.arrow:before,
input[type=submit].arrow:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #d2d2d2;
    top: 13px;
    left: 0;
    transition: all .2s ease-in-out
}

.button.arrow:after,
button.arrow:after,
input[type=submit].arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    top: 10px;
    left: 52px;
    transform: rotate(-45deg);
    transition: all .2s ease-in-out
}

.button.arrow.vertical,
button.arrow.vertical,
input[type=submit].arrow.vertical {
    padding-left: 0;
    height: 38px;
    line-height: 38px;
    padding-bottom: 20px
}

.button.arrow.vertical:before,
button.arrow.vertical:before,
input[type=submit].arrow.vertical:before {
    top: 33px;
    width: 80%
}

.button.arrow.vertical:after,
button.arrow.vertical:after,
input[type=submit].arrow.vertical:after {
    top: 30px;
    left: 80%;
    margin-left: -7px
}

.button.arrow:hover:before,
button.arrow:hover:before,
input[type=submit].arrow:hover:before {
    width: 70px
}

.button.arrow:hover:after,
button.arrow:hover:after,
input[type=submit].arrow:hover:after {
    left: 62px
}

.button.arrow:hover.vertical:before,
button.arrow:hover.vertical:before,
input[type=submit].arrow:hover.vertical:before {
    width: 100%
}

.button.arrow:hover.vertical:after,
button.arrow:hover.vertical:after,
input[type=submit].arrow:hover.vertical:after {
    left: 100%
}

::-webkit-input-placeholder {
    color: #979797;
    opacity: .7
}

::-moz-placeholder {
    color: #979797;
    opacity: .7
}

:-ms-input-placeholder {
    color: #979797;
    opacity: .7
}

input:-moz-placeholder {
    color: #979797;
    opacity: .7
}

input[type=email],
input[type=file],
input[type=password],
input[type=text],
textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #979797;
    font-family: "Fira Sans", sans-serif;
    line-height: 30px;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    border: 1px solid #979797;
    background-color: transparent;
    text-indent: 0;
    padding: 10px;
    margin-bottom: 8px
}

input[type=email]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    outline: 0;
    border-bottom: 1px solid #979797
}

input[type=file] {
    line-height: 20px;
    padding-top: 10px;
    padding-left: 20px;
    text-indent: -20px
}

textarea {
    min-height: 150px
}

.wpcf7-form-control-wrap {
    display: block
}

div.wpcf7 img.ajax-loader {
    margin-left: 0;
    background-color: #fff;
    width: 40px;
    height: 40px;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -40px
}

span.wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    font-size: 0;
    text-indent: -99999px;
    width: 100%;
    height: 1px;
    background-color: red;
    bottom: 0
}

div.wpcf7-response-output {
    margin: 0;
    margin-top: 20px;
    padding: 10px;
    background-color: #efefef;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #979797;
    font-family: "Fira Sans", sans-serif;
    border-radius: 20px;
    float: left;
    width: 100%
}

div.wpcf7-validation-errors {
    border: none;
    background-color: #f7e700
}

div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #efefef
}

div.wpcf7-mail-sent-ng {
    border: none;
    background-color: red;
    color: #efefef
}

header {
    position: static;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all .3s ease-in-out
}

@media screen and (max-width:767px) {
    header {
        position: fixed
    }
}

header .header_logo {
    height: 109px;
    display: block;
    margin: 15px 0;
    background-image: url(../../assets/images/ecd_logo_eu.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1023px) {
    header .header_logo {
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    header .header_logo {
        height: 80px;
        margin: 20px
    }
}

header .header_login {
    float: right;
    display: inline-block;
    text-decoration: none;
    margin-top: 35px;
    text-transform: none
}

@media screen and (max-width:1023px) {
    header .header_login {
        margin-top: 20px
    }
}

@media screen and (max-width:767px) {
    header .header_login {
        display: none
    }
}

header .header_login:before {
    content: url(../../assets/images/icon_login.svg);
    width: 15px;
    height: 15px;
    margin-right: 5px
}

header .header_login.mobile {
    width: 60%;
    margin: 20px 20%;
    display: none
}

header .header_social {
    margin: 20px 0;
    position: relative
}

header .header_social:after,
header .header_social:before {
    content: " ";
    display: table
}

header .header_social:after {
    clear: both
}

header .header_social .social_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #979797;
    font-family: "Fira Sans", sans-serif;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    width: 110px;
    text-align: right;
    float: right;
    transition: all .3s ease-in-out
}

header .header_social .social_text:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #979797;
    position: absolute;
    top: 7px;
    right: 0
}

header .header_social .social_text.open {
    color: #979797
}

header .header_social .social_text.open:after {
    border-top: 7px solid #979797
}

header .header_social .social_text:hover {
    color: #979797
}

header .header_social .social_container {
    position: absolute;
    right: -20px;
    opacity: 0;
    visibility: hidden;
    top: 40px;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out
}

header .header_social .social_container.open {
    opacity: 1;
    visibility: visible
}

header .header_search {
    height: 40px;
    margin: 10px 0;
    text-align: right
}

header .header_search span {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in-out
}

header .header_search span:hover {
    color: #979797
}

header.top {
    background-color: #efefef;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, .3)
}

header.top .header_logo {
    height: 30px
}

header.top nav {
    margin: 15px 0
}

header.down {
    background-color: #efefef;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, .3)
}

header .button_nav_mobile {
    display: none;
    top: 35px;
    right: 10px;
    position: fixed
}

@media screen and (max-width:767px) {
    header .button_nav_mobile {
        display: block
    }
}

header .button_nav_mobile .button_hamburger {
    width: 50px;
    height: 50px;
    padding: 10px;
    padding-top: 15px
}

header .button_nav_mobile .button_hamburger .hamburger_line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #12263f;
    margin-bottom: 7px;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out
}

header .button_nav_mobile.open .button_hamburger .hamburger_line:nth-child(1) {
    transform: rotate(45deg);
    top: 9px
}

header .button_nav_mobile.open .button_hamburger .hamburger_line:nth-child(2) {
    opacity: 0
}

header .button_nav_mobile.open .button_hamburger .hamburger_line:nth-child(3) {
    transform: rotate(-45deg);
    top: -9px
}

header.open nav.primary {
    display: block;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    header.open .header_login.mobile {
        display: block
    }
}

body.admin-bar header {
    top: 32px
}

footer {
    background-color: #3451a2;
    padding: 40px 0;
    text-align: center
}

footer .footer_logo {
    height: 60px;
    display: block;
    background-image: url(../../assets/images/icon_flag-new.gif);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px
}

footer .footer_text {
    margin: 20px 0;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff
}

footer .footer_text b {
    font-weight: 700
}

footer .footer_info .info_title {
    text-transform: uppercase;
    font-family: "PT Sans narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 700
}

footer .footer_info .info_link {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    text-decoration: none
}

footer .footer_info .info_link:hover {
    color: #0dade1
}

footer .footer_social {
    padding: 0;
    margin: 0;
    margin: 20px 0;
    text-align: center
}

footer .footer_social:after,
footer .footer_social:before {
    content: " ";
    display: table
}

footer .footer_social:after {
    clear: both
}

footer .footer_social li {
    list-style: none;
    display: inline-block;
    margin-right: 40px
}

footer .footer_social li:last-child {
    margin-right: 0
}

footer .footer_social li a {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    text-indent: -9999px;
    transition: all .2s ease-in-out
}

footer .footer_social li a span {
    display: none
}

footer .footer_social li a:hover {
    background-color: #0dade1;
    transition: all .2s ease-in-out
}

footer .footer_social li a:before {
    content: "";
    height: 40px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    display: block
}

footer .footer_social li .twitter:before {
    background-image: url(../../assets/images/icon_twitter.svg)
}

footer .footer_social li .youtube:before {
    background-image: url(../../assets/images/icon_youtube.svg)
}

footer .footer_social li .facebook:before {
    background-image: url(../../assets/images/icon_facebook.svg)
}

footer .footer_social li .instagram:before {
    background-image: url(../../assets/images/icon_instagram.svg)
}

footer .footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

footer .footer_menu ul li {
    display: inline-block;
    margin-left: 20px;
    border-right: 1px solid #fff
}

@media screen and (max-width:767px) {
    footer .footer_menu ul li {
        display: block;
        border: none;
        margin-left: 0
    }
}

footer .footer_menu ul li:first-child {
    margin-left: 0
}

footer .footer_menu ul li:last-child {
    border-right: none
}

footer .footer_menu ul li a {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    padding-right: 20px
}

@media screen and (max-width:1023px) {
    footer .footer_menu ul li a {
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    footer .footer_menu ul li a {
        padding: 0
    }
}

footer .footer_menu ul li a:hover {
    color: #0dade1
}

nav {
    margin: 15px 0;
    transition: all .3s ease-in-out
}

nav:after,
nav:before {
    content: " ";
    display: table
}

nav:after {
    clear: both
}

nav.primary {
    float: right;
    width: 100%;
    margin-top: 0
}

@media screen and (max-width:767px) {
    nav.primary {
        display: none
    }
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

nav ul:after,
nav ul:before {
    content: " ";
    display: table
}

nav ul:after {
    clear: both
}

@media screen and (max-width:767px) {
    nav ul {
        float: none
    }
}

nav ul li {
    float: left;
    margin-left: 16px;
}

@media screen and (max-width:767px) {
    nav ul li {
        float: none;
        text-align: center;
        margin-left: 0
    }
}

nav ul li.current_page_item a {
    border-bottom: 3px solid #0dade1;
    padding-bottom: 3px;
    transition-duration: 0.3s;
    text-transform: uppercase;
}

nav ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: initial;
    letter-spacing: initial;
    color: #12263f;
    font-family: "PT Sans",sans-serif;
    border-bottom: 3px solid transparent;
    padding-bottom: 3px
}

/* nav ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #12263f;
    font-family: "Fira Sans", sans-serif;

} */

@media screen and (max-width:1023px) {
    nav ul li a {
        font-size: 13px
    }
}

nav ul li a:hover {
    border-bottom: 3px solid #0dade1;
    padding-bottom: 3px;
    transition-duration: 0.3s;
    color: #0dade1;
}

nav.centered ul {
    float: none;
    text-align: center
}

nav.centered ul li {
    float: none;
    display: inline-block;
    margin: 0 20px
}

nav.centered ul li.current_page_item a {
    color: #979797
}

nav.centered ul li:first-child {
    margin-left: 0
}

nav.centered ul li:last-child {
    margin-right: 0
}

nav.social {
    margin: 0 !important
}

nav.social ul {
    float: none;
    background: #efefef;
    padding: 10px
}

nav.social ul li {
    float: none;
    margin-left: 0;
    width: 30px;
    height: 30px;
    margin-bottom: 10px
}

nav.social ul li:last-child {
    margin-bottom: 0
}

nav.social ul li a {
    width: 30px;
    height: 30px;
    display: block;
    font-family: glitch;
    font-size: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

nav.social ul li a:before {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-weight: 400;
    text-indent: 3px;
    transition: all .3s ease-in-out
}

nav.social ul li a[href*=facebook]:before {
    content: "\e914"
}

nav.social ul li a[href*=twitter]:before {
    content: "\e919"
}

nav.social ul li a[href*=instagram]:before {
    content: "\e900"
}

nav.social ul li a[href*=linkedin]:before {
    content: "\e916"
}

nav.social ul li a[href*=google]:before {
    content: "\e901"
}

nav.social ul li a[href*=youtube]:before {
    content: "\e91b"
}

nav.social ul li a[href*=vimeo]:before {
    content: "\e91a"
}

nav.social ul li a:hover:before {
    color: #979797
}

body.home nav ul li.current_page_item a {
    border-bottom: none
}

.event_hero {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative
}

.event_hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, .2) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 1;
    transition: all .3s ease-in-out
}

.event_hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(-180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 0;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1023px) {
    .event_hero {
        height: 300px
    }
}

.event_hero .event_box {
    position: absolute;
    bottom: 40px
}

@media screen and (max-width:1023px) {
    .event_hero .event_box {
        bottom: 20px
    }
}

.event_hero .event_box .event_hero_date {
    font-family: "PT Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 10px
}

@media screen and (max-width:1023px) {
    .event_hero .event_box .event_hero_date {
        font-size: 20px;
        margin-bottom: 0
    }
}

.event_hero .event_box .event_hero_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #fff
}

@media screen and (max-width:1023px) {
    .event_hero .event_box .event_hero_title {
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .event_hero .event_box .event_hero_title {
        font-size: 20px;
        line-height: 20px
    }
}

.event_logo_container .event_info_logo {
    margin: 40px 0;
    text-align: center
}

.event_info {
    background-color: #efefef;
    padding: 80px 0;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333
}

@media screen and (max-width:1023px) {
    .event_info {
        padding: 40px 0
    }
}

@media screen and (max-width:767px) {
    .event_info {
        padding: 20px 0
    }
}

.event_info .event_info_container {
    text-align: center
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_location {
        font-size: 15px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .event_info .event_info_container .event_info_location {
        margin-bottom: 20px
    }
}

.event_info .event_info_container .event_info_location:before {
    content: "";
    background-image: url(../../assets/images/icon_location.svg);
    height: 100px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_location:before {
        height: 80px
    }
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_time {
        font-size: 15px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .event_info .event_info_container .event_info_time {
        margin-bottom: 20px
    }
}

.event_info .event_info_container .event_info_time:before {
    content: "";
    background-image: url(../../assets/images/icon_time.svg);
    height: 100px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_time:before {
        height: 80px
    }
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_languages {
        font-size: 15px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .event_info .event_info_container .event_info_languages {
        margin-bottom: 20px
    }
}

.event_info .event_info_container .event_info_languages:before {
    content: "";
    background-image: url(../../assets/images/icon_languages.svg);
    height: 100px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_languages:before {
        height: 80px
    }
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_email {
        font-size: 15px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .event_info .event_info_container .event_info_email {
        margin-bottom: 20px
    }
}

.event_info .event_info_container .event_info_email a {
    color: #333
}

.event_info .event_info_container .event_info_email:before {
    content: "";
    background-image: url(../../assets/images/icon_email.svg);
    height: 100px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_email:before {
        height: 80px
    }
}

.event_description {
    padding: 80px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    font-family: "Fira Sans", sans-serif
}

@media screen and (max-width:1023px) {
    .event_description {
        padding: 40px 0
    }
}

.event_documents {
    min-height: 380px;
    background-color: #efefef;
    padding: 40px 0;
    margin-bottom: 60px;
    text-align: center
}

@media screen and (max-width:1023px) {
    .event_documents {
        height: auto;
        margin-bottom: 80px
    }
}

.event_documents .documents_title {
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .5px;
    color: #0dade1;
    margin-bottom: 50px
}

@media screen and (max-width:1023px) {
    .event_documents .documents_title {
        font-size: 20px;
        line-height: 30px
    }
}

.event_documents .documents_file {
    display: inline-block;
    margin: 0 20px;
    max-width: 200px;
    position: relative
}

@media screen and (max-width:767px) {
    .event_documents .documents_file {
        display: block;
        max-width: inherit
    }
}

.event_documents .documents_file .file_name {
    display: block;
    margin-top: 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    line-height: 20px
}

@media screen and (max-width:767px) {
    .event_documents .documents_file .file_name {
        font-size: 13px;
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .event_documents .documents_file .file_button {
        margin-top: 10px;
        margin-bottom: 40px
    }
}

.event_documents .documents_file .file_ext {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 5px;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .event_documents .documents_file .file_ext {
        top: 1px;
        margin-left: -9px;
        font-size: 11px
    }
}

.event_documents .documents_file:before {
    content: "";
    background-image: url(../../assets/images/icon_document.svg);
    height: 80px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:767px) {
    .event_documents .documents_file:before {
        height: 40px
    }
}

.event_gallery {
    margin-bottom: 80px;
    text-align: center
}

.event_gallery .gallery_title {
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .5px;
    color: #0dade1;
    margin-bottom: 50px
}

@media screen and (max-width:1023px) {
    .event_gallery .gallery_title {
        font-size: 20px;
        line-height: 30px
    }
}

.event_gallery .gallery_single {
    display: block;
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.event_gallery .button {
    position: absolute;
    bottom: 20px;
    background: #fff;
    left: 120px;
    right: 120px;
    line-height: 32px;
    height: 30px;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 12px
}

@media screen and (max-width:1023px) {
    .event_gallery .button {
        left: 90px;
        right: 90px
    }
}

.hero {
    text-align: center;
    position: relative;
    margin-bottom: 40px
}

@media screen and (max-width:1023px) {
    .hero {
        margin-bottom: 20px
    }
}

.hero .hero_image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.hero .hero_image img {
    max-height: 630px
}

/*.hero .hero_image:before{content:"";display:block;width:100px;height:90px;background-image:url(../../assets/images/eu.png);position:absolute;top:0;right:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}@media screen and (max-width:767px){.hero .hero_image:before{position:static;margin:10px auto;width:60px;height:50px}}*/
.hero .hero_button {
    cursor: pointer
}

@media screen and (max-width:1023px) {
    .events .acf-map {
        height: 500px
    }
}

@media screen and (max-width:1023px) and (max-width:767px) {
    .events .acf-map {
        height: 300px
    }
}

.events .events_list {
    height: 550px;
    padding: 30px;
    background-color: #efefef;
    position: relative
}

@media screen and (max-width:1023px) {
    .events .events_list {
        height: 500px;
        padding: 20px
    }
}

@media screen and (max-width:767px) {
    .events .events_list {
        padding: 10px
    }
}

.events .events_list .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .3) !important
}

.events .events_list .list_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #12263f;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:1023px) {
    .events .events_list .list_title {
        font-size: 30px
    }
}

.events .events_list .list_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #12263f;
    text-align: center;
    margin-bottom: 20px;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .events .events_list .list_subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .events .events_list .list_subtitle {
        font-size: 18px;
        line-height: 20px
    }
}

.events .events_list .list_empty.hide {
    display: none
}

.events .events_list .list_filters {
    height: 100px;
    padding: 20px 5px
}

@media screen and (max-width:1023px) {
    .events .events_list .list_filters {
        padding: 10px 0;
        height: 60px
    }
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters {
        padding: 10px 5px;
        height: auto
    }
}

.events .events_list .list_filters .columns {
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (max-width:1023px) {
    .events .events_list .list_filters .columns {
        padding-left: 1px;
        padding-right: 1px
    }
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters .columns {
        padding-left: 5px;
        padding-right: 5px
    }
}

.events .events_list .list_filters .filter_search-container {
    position: relative
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters .filter_search-container {
        margin-bottom: 10px
    }
}

.events .events_list .list_filters .filter_search-container:after {
    content: "";
    background-image: url(../../assets/images/icon_search.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 15px;
    top: 12px
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters .filter_search-container:after {
        top: 10px
    }
}

.events .events_list .list_filters .filter_button {
    width: 100%;
    height: 45px;
    padding: 0 5px;
    border-radius: 50px;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    border: 3px solid transparent;
    line-height: 42px;
    margin-right: 5px;
    letter-spacing: 0;
    border: 2px solid #0dade1
}

@media screen and (max-width:1200px) {
    .events .events_list .list_filters .filter_button {
        font-size: 14px
    }
}

@media screen and (max-width:1023px) {
    .events .events_list .list_filters .filter_button {
        height: 40px;
        font-size: 13px;
        padding: 0 2px;
        line-height: 38px
    }
}

.events .events_list .list_filters .filter_button.filter_search {
    border: 2px solid #0dade1;
    color: #12263f;
    position: relative;
    background-color: #fff;
    padding-right: 20px;
    padding-left: 40px
}

@media screen and (max-width:1023px) {
    .events .events_list .list_filters .filter_button.filter_search {
        margin-bottom: 0
    }
}

.events .events_list .list_filters .filter_button.filter_blu {
    border: 2px solid #0dade1;
    background-color: #0dade1;
    text-align: center;
    cursor: pointer
}

.events .events_list .list_filters .filter_button.filter_blu.active,
.events .events_list .list_filters .filter_button.filter_blu:hover {
    background-color: transparent;
    color: #0dade1
}

.events .events_list .list_filters .filter_button.filter_green {
    border: 2px solid #23a75b;
    background-color: #23a75b;
    text-align: center;
    cursor: pointer
}

.events .events_list .list_filters .filter_button.filter_green.active,
.events .events_list .list_filters .filter_button.filter_green:hover {
    background-color: transparent;
    color: #23a75b
}

.events .events_list .list_filters .filter_button.filter_red {
    border: 2px solid #e94c3c;
    background-color: #e94c3c;
    text-align: center;
    cursor: pointer
}

.events .events_list .list_filters .filter_button.filter_red.active,
.events .events_list .list_filters .filter_button.filter_red:hover {
    background-color: transparent;
    color: #e94c3c
}

.events .events_list .list_filters .filter_reset {
    text-align: center
}

.events .events_list .list_filters .filter_reset .reset_button {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #e94c3c;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 30px;
    max-width: 200px;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: -10px;
    opacity: .7;
    display: none;
    transition: all .2s ease-in-out
}

.events .events_list .list_filters .filter_reset .reset_button:hover {
    opacity: 1
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters .filter_reset .reset_button {
        margin-top: 10px
    }
}

.events .events_list .list_filters .filter_reset.active .reset_button {
    display: block
}

.events .event_reset {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #efefef;
    padding: 10px;
    display: none
}

.events .event_reset.active {
    display: block
}

.about {
    margin: 50px 0 20px
}

@media screen and (max-width:767px) {
    .about {
        margin: 20px 0
    }
}

.about.open .about_right .about_abstract {
    max-height: 1000px
}

.about .about_right {
    min-height: 400px;
    border-left: 5px solid #293f8c;
    padding: 40px
}

@media screen and (max-width:1023px) {
    .about .about_right {
        padding: 20px
    }
}

.about .about_right .about_title {
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    margin-bottom: 10px
}

@media screen and (max-width:1023px) {
    .about .about_right .about_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.about .about_right .about_subtitle {
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #293f8c;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .about .about_right .about_subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }
}

.about .about_right .about_abstract {
    max-height: 250px;
    overflow: hidden;
    color: #333;
    transition: all .2s ease-in-out
}

@media screen and (max-width:767px) {
    .about .about_right .about_abstract {
        font-size: 13px;
        line-height: 20px
    }
}

.about .about_right .about_button {
    margin-bottom: 0;
    cursor: pointer
}

.about .about_left .left_image {
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.memories {
    margin: 80px 0
}

@media screen and (max-width:767px) {
    .memories {
        margin: 40px 0
    }
}

.memories .memories_title {
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #0dade1;
    margin-bottom: 10px;
    text-align: center
}

@media screen and (max-width:1023px) {
    .memories .memories_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.memories .memories_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #0dade1;
    text-align: center;
    margin-bottom: 40px;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .memories .memories_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

.memories .memories_list {
    margin-bottom: 40px;
    position: relative
}

.memories .memories_list .slick-arrow {
    width: 30px;
    height: 30px;
    background-image: url(../../assets/images/arrow-left.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-top: -15px;
    z-index: 1;
    text-indent: -999999px
}

.memories .memories_list .slick-arrow.slick-next {
    transform: rotate(180deg);
    left: auto;
    right: 20px
}

.memories .memories_list .slick-arrow:hover {
    background-color: transparent
}

.materials {
    margin: 80px 0
}

@media screen and (max-width:767px) {
    .materials {
        margin: 40px 0
    }
}

.materials .materials_title {
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fabb67;
    margin-bottom: 10px;
    text-align: center
}

@media screen and (max-width:1023px) {
    .materials .materials_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.materials .materials_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #fabb67;
    text-align: center;
    margin-bottom: 40px;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .materials .materials_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width:767px) {
    .materials .materials_subtitle {
        margin-bottom: 20px
    }
}

.materials .materials_link {
    text-decoration: none;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 180px;
    display: block;
    position: relative
}

@media screen and (max-width:767px) {
    .materials .materials_link {
        margin-bottom: 30px
    }
}

.materials .materials_link span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fabb67
}

@media screen and (max-width:767px) {
    .materials .materials_link span {
        font-size: 14px;
        line-height: 20px;
        bottom: -20px;
        opacity: 1;
        visibility: visible
    }
}

.materials .materials_link.documents span {
    color: #e94c3c
}

.materials .materials_link.video span {
    color: #0dade1
}

.materials .materials_link.graphic span {
    color: #23a75b
}

.materials .materials_link:hover span {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:767px) {
    .materials .materials_link {
        height: 120px
    }
}

.materials .video {
    background-image: url(../../assets/images/icon_video_a.svg)
}

.materials .video:hover {
    background-image: url(../../assets/images/icon_video_b.svg)
}

.materials .graphic {
    background-image: url(../../assets/images/icon_graphics_a.svg)
}

.materials .graphic:hover {
    background-image: url(../../assets/images/icon_graphics_b.svg)
}

.materials .documents {
    background-image: url(../../assets/images/icon_documents_a.svg)
}

.materials .documents:hover {
    background-image: url(../../assets/images/icon_documents_b.svg)
}

.materials .pubblications {
    background-image: url(../../assets/images/icon_pubblications_a.svg)
}

.materials .pubblications:hover {
    background-image: url(../../assets/images/icon_pubblications_b.svg)
}

.social {
    margin-bottom: 80px
}

.social .social_container {
    height: auto;
    position: relative
}

.social .social_container .social_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #e94c3c;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .social .social_container .social_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.social .social_container .social_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #e94c3c;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .social .social_container .social_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

.social .social_container .social_wall .ff-stream {
    background-color: #f1f1f1 !important
}

.social .social_container .social_wall .ff-loadmore-wrapper .ff-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    font-family: "Fira Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 3px solid #0dade1;
    border-radius: 50px;
    margin: 20px 0;
    padding: 0 40px;
    -webkit-appearance: none;
    background: 0 0
}

.social .social_container .social_wall .ff-filter-holder .ff-search {
    background-color: #f1f1f1 !important
}

.social .social_container .social_wall .ff-sc-label2 .ff-instagram .ff-icon:before {
    border-color: transparent #8a3ab9 transparent transparent !important
}

.contest {
    margin-bottom: 80px
}

.contest .contest_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #e94c3c;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .contest .contest_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.contest .contest_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #e94c3c;
    text-align: center;
    margin-bottom: 40px;
    background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .contest .contest_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

.contest .contest_content {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 120px 0
}

@media screen and (max-width:767px) {
    .contest .contest_content {
        padding: 120px 40px
    }
}

.contest .contest_content .content_text {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 700
}

.contest .contest_buttons {
    text-align: center
}

.contest .contest_buttons .contest_button {
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .contest .contest_buttons .contest_button {
        font-size: 12px;
        line-height: 36px;
        padding: 0 20px
    }
}

.organisers {
    margin-bottom: 80px
}

.organisers .organisers_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:1023px) {
    .organisers .organisers_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.organisers .organisers_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #293f8c;
    text-align: center;
    margin-bottom: 40px;
    background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .organisers .organisers_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

.organisers .organisers_subtitle.support {
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    padding-top: 40px;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.organisers .organisers_single {
    text-align: center;
    text-indent: -99999px;
    text-decoration: none;
    position: relative;
    height: 150px;
    display: block;
    height: 150px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.organisers .organisers_single .single_info {
    display: block;
    height: 150px;
    opacity: 0;
    color: #fff;
    text-indent: 0;
    transition: all .2s ease-in-out
}

.organisers .organisers_single .single_info .info_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    padding-top: 55px
}

@media screen and (max-width:1023px) {
    .organisers .organisers_single .single_info .info_box {
        padding: 10px;
        padding-top: 50px
    }
}

.organisers .organisers_single .single_info .info_box .single_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    display: block
}

@media screen and (max-width:1200px) {
    .organisers .organisers_single .single_info .info_box .single_title {
        font-size: 16px
    }
}

@media screen and (max-width:1023px) {
    .organisers .organisers_single .single_info .info_box .single_title {
        font-size: 14px;
        line-height: 20px
    }
}

.organisers .organisers_single .single_info .info_box .single_role {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

@media screen and (max-width:1200px) {
    .organisers .organisers_single .single_info .info_box .single_role {
        font-size: 16px
    }
}

@media screen and (max-width:1023px) {
    .organisers .organisers_single .single_info .info_box .single_role {
        font-size: 14px;
        line-height: 20px
    }
}

.organisers .organisers_single .single_info:hover {
    background-color: #293f8c;
    opacity: .9;
    text-indent: 0;
    transition: all .2s ease-in-out
}

.materials_list {
    margin-bottom: 40px
}

.materials_documents .materials_link.documents {
    background-image: url(../../assets/images/icon_documents_b.svg)
}

.materials_video .materials_link.video {
    background-image: url(../../assets/images/icon_video_b.svg)
}

.materials_graphic .materials_link.graphic {
    background-image: url(../../assets/images/icon_graphics_b.svg)
}

.materials_pubblications .materials_link.pubblications {
    background-image: url(../../assets/images/icon_pubblications_b.svg)
}

.page_hero {
    height: 500px;
    margin-bottom: 40px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative
}

.page_hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, .2) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 1;
    transition: all .3s ease-in-out
}

.page_hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(-180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 0;
    transition: all .3s ease-in-out
}

.page_hero .page_box {
    position: absolute;
    bottom: 40px
}

.page_hero .page_box .hero_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 10px
}

.page_hero .page_box .hero_subtitle {
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #fff
}

.page_hero.no-image {
    height: 200px
}

.page_hero.no-image:before {
    display: none
}

.page_hero.no-image .page_box .hero_subtitle,
.page_hero.no-image .page_box .hero_title {
    color: #293f8c
}

.page_hero.no-image .page_box .hero_subtitle a,
.page_hero.no-image .page_box .hero_title a {
    color: #0dade1
}

.page_content {
    margin-bottom: 40px
}

.page_content section.content {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    font-family: "Fira Sans", sans-serif
}

.page_documents {
    min-height: 380px;
    background-color: #efefef;
    padding: 40px 0;
    margin-bottom: 60px;
    text-align: center
}

@media screen and (max-width:1023px) {
    .page_documents {
        height: auto;
        margin-bottom: 80px
    }
}

.page_documents .documents_title {
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .5px;
    color: #0dade1;
    margin-bottom: 50px
}

@media screen and (max-width:1023px) {
    .page_documents .documents_title {
        font-size: 20px;
        line-height: 30px
    }
}

.page_documents .documents_file {
    display: inline-block;
    margin: 0 20px;
    max-width: 200px;
    position: relative
}

@media screen and (max-width:767px) {
    .page_documents .documents_file {
        display: block;
        max-width: inherit
    }
}

.page_documents .documents_file .file_name {
    display: block;
    margin-top: 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    line-height: 20px
}

@media screen and (max-width:767px) {
    .page_documents .documents_file .file_name {
        font-size: 13px;
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .page_documents .documents_file .file_button {
        margin-top: 10px;
        margin-bottom: 40px
    }
}

.page_documents .documents_file .file_ext {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 5px;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .page_documents .documents_file .file_ext {
        top: 1px;
        margin-left: -9px;
        font-size: 11px
    }
}

.page_documents .documents_file:before {
    content: "";
    background-image: url(../../assets/images/icon_document.svg);
    height: 80px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:767px) {
    .page_documents .documents_file:before {
        height: 40px
    }
}

section.login .login_container {
    min-height: 430px
}

section.login .login_container .container_image {
    background-image: url(../../assets/images/hero_login.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px
}

section.login .login_container .container_form {
    padding: 0 40px
}

section.login .login_container .container_form strong {
    font-weight: 400;
    color: #0dade1
}

section.login .login_container .container_form .um-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    font-family: "Fira Sans", sans-serif;
    text-align: center;
    text-transform: uppercase !important;
    display: inline-block;
    height: 40px !important;
    line-height: 38px !important;
    border: 3px solid #0dade1 !important;
    border-radius: 50px !important;
    margin: 20px 0;
    padding: 0 40px !important;
    -webkit-appearance: none;
    background-color: transparent !important;
    transition: all .2s ease-in-out
}

section.login .login_container .container_form .um-button:hover {
    background-color: #0dade1 !important
}

section.login .login_container .container_form .um-field-area .um-form-field {
    border-radius: 0 !important;
    border: 1px solid #d2d2d2 !important
}

section.login .login_container .container_form .um-field-label {
    margin-bottom: 0 !important
}

section.login .login_container .container_form .um-field-label label {
    font-weight: 400
}

section.login .login_image {
    height: 100vh;
    min-height: 430px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    section.login .login_image {
        display: none
    }
}

section.login .um-register .um-col-alt .um-left.um-half {
    width: 100%;
    text-align: center
}

section.login .um-register .um-col-alt .um-left.um-half .um-button {
    margin: 0 0;
    width: auto;
    display: inline-block
}

section.login .um-register .um-col-alt .um-right.um-half {
    display: none
}

.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4) {
    margin-top: 30px
}

.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div:first-child>div:first-child>div:nth-child(1) {
    display: none
}

.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div:first-child>div:first-child>div:nth-child(2) {
    background: 0 0 !important;
    box-shadow: none !important
}

.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div:first-child>div:first-child>div:nth-child(3) div {
    display: none
}

.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div:first-child>div:first-child>div:nth-child(4) {
    background: 0 0 !important;
    box-shadow: none !important
}

.gm-style .gm-style-iw~div {
    margin-right: 46px;
    margin-top: 19px;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important
}

@media screen and (max-width:767px) {
    .gm-style .gm-style-iw~div {
        margin-right: 31px;
        margin-top: 4px
    }
}

.gm-style .gm-style-iw~div:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 5px;
    transform: rotate(45deg)
}

.gm-style .gm-style-iw~div:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 5px;
    transform: rotate(-45deg)
}

.gm-style .gm-style-iw~div img {
    display: none
}

.marker_container {
    padding: 20px;
    min-width: 200px
}

@media screen and (max-width:767px) {
    .marker_container {
        padding: 10px
    }
}

.marker_container .container_date {
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px
}

@media screen and (max-width:767px) {
    .marker_container .container_date {
        font-size: 14px;
        line-height: 20px
    }
}

.marker_container .container_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff
}

@media screen and (max-width:767px) {
    .marker_container .container_title {
        font-size: 14px;
        line-height: 20px
    }
}

.marker_container .container_location {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 5px
}

@media screen and (max-width:767px) {
    .marker_container .container_location {
        font-size: 13px;
        line-height: 20px
    }
}

.marker_container .container_link {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff
}

.marker_container.past {
    background-color: #0dade1
}

.marker_container.now {
    background-color: #23a75b
}

.marker_container.future {
    background-color: #e94c3c
}

#event-list {
    max-height: 154px
}

@media screen and (max-width:1023px) {
    #event-list {
        max-height: 330px
    }
}

@media screen and (max-width:767px) {
    #event-list {
        max-height: 310px
    }
}

.event_single {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
    position: relative;
    cursor: pointer
}

.event_single:last-child {
    border-bottom: none;
    margin-bottom: 50px
}

.event_single .single_date {
    background-color: #0dade1;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    width: 140px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0
}

@media screen and (max-width:1023px) {
    .event_single .single_date {
        padding: 0 10px;
        width: 100px;
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .event_single .single_date {
        padding: 0 5px;
        width: 70px;
        font-size: 15px;
        height: 30px;
        line-height: 30px
    }
}

.event_single .single_info {
    padding-left: 160px
}

@media screen and (max-width:1023px) {
    .event_single .single_info {
        padding-left: 110px
    }
}

@media screen and (max-width:767px) {
    .event_single .single_info {
        padding-left: 80px
    }
}

.event_single .single_info .info_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
    margin: 0;
    padding: 0
}

@media screen and (max-width:1023px) {
    .event_single .single_info .info_title {
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .event_single .single_info .info_title {
        font-size: 13px
    }
}

.event_single .single_info .info_location {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    margin: 0;
    padding: 0
}

@media screen and (max-width:1023px) {
    .event_single .single_info .info_location {
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .event_single .single_info .info_location {
        font-size: 12px;
        line-height: 15px
    }
}

.event_single .single_info .info_searchable {
    display: none !important
}

.event_single.past .single_date {
    background-color: #0dade1
}

.event_single.now .single_date {
    background-color: #23a75b
}

.event_single.future .single_date {
    background-color: #e94c3c
}

.event_single.remove-name {
    display: none
}

.event_single.remove-date {
    display: none
}

.event_single.show-location {
    display: block !important
}

.memories_single {
    text-decoration: none;
    height: 450px;
    display: block;
    position: relative;
    padding: 20px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative
}

.memories_single:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, .2) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 1;
    transition: all .3s ease-in-out
}

.memories_single:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(-180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 0;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1023px) {
    .memories_single {
        height: 250px
    }
}

.memories_single .single_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    position: absolute;
    bottom: -20px;
    right: 20px;
    left: 20px;
    background: #db5149;
    padding: 9px 18px;
    border-radius: 4px;
}

@media screen and (max-width:1023px) {
    .memories_single .single_title {
        font-size: 18px
    }
}

.contest_single {
    display: block
}

.contest_single:hover .single_image {
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .5)
}

.contest_single:hover .single_image:after {
    background-image: url(../../assets/images/icon_like_b.svg)
}

.contest_single:hover .single_box {
    background-color: #efefef;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .5)
}

.contest_single .single_image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    transition: all .2s ease-in-out
}

.contest_single .single_image:after {
    content: "";
    background-image: url(../../assets/images/icon_like_a.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: all .2s ease-in-out
}

.contest_single .single_box {
    position: relative;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out
}

.contest_single .single_box:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    right: 20px
}

.contest_single .single_box .single_title {
    background-color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    min-height: 120px;
    padding: 20px
}

@media screen and (max-width:1023px) {
    .contest_single .single_box .single_title {
        font-size: 16px;
        line-height: 20px;
        min-height: 100px
    }
}

.list_single.documents {
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

.list_single.documents:last-child {
    border-bottom: none
}

.list_single.documents .single_icon {
    background-image: url(../../assets/images/icon_document.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 70px;
    display: block;
    margin-top: 5px;
    position: relative
}

@media screen and (max-width:767px) {
    .list_single.documents .single_icon {
        height: 40px;
        margin-top: 0
    }
}

.list_single.documents .single_icon .icon_ext {
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: 5px;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .list_single.documents .single_icon .icon_ext {
        top: 1px;
        margin-left: -9px;
        font-size: 11px
    }
}

.list_single.documents .document_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    padding-top: 23px
}

@media screen and (max-width:1023px) {
    .list_single.documents .document_title {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .list_single.documents .document_title {
        font-size: 16px;
        padding-top: 5px
    }
}

.list_single.documents .document_download {
    text-transform: none;
    width: 100%;
    padding: 0 20px
}

@media screen and (max-width:767px) {
    .list_single.documents .document_download {
        width: 30px;
        text-indent: -9999px;
        position: relative;
        padding: 0;
        border-width: 0;
        margin: 0;
        height: 30px;
        margin-top: 5px
    }

    .list_single.documents .document_download:before {
        content: "↓";
        position: absolute;
        top: 0;
        left: 0;
        text-indent: 0;
        display: block;
        width: 100%;
        line-height: 30px;
        text-align: center;
        font-size: 20px
    }
}

.list_single.publications {
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

.list_single.publications:last-child {
    border-bottom: none
}

.list_single.publications .single_icon {
    background-image: url(../../assets/images/icon_document.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 70px;
    display: block;
    margin-top: 5px
}

@media screen and (max-width:767px) {
    .list_single.publications .single_icon {
        height: 40px;
        margin-top: 0
    }
}

.list_single.publications .single_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    padding-top: 23px
}

@media screen and (max-width:1023px) {
    .list_single.publications .single_title {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .list_single.publications .single_title {
        font-size: 16px;
        padding-top: 5px
    }
}

.list_single.publications .single_download {
    text-transform: none;
    width: 100%;
    padding: 0 20px
}

@media screen and (max-width:767px) {
    .list_single.publications .single_download {
        width: 30px;
        text-indent: -9999px;
        position: relative;
        padding: 0;
        border-width: 0;
        margin: 0;
        height: 30px;
        margin-top: 5px
    }

    .list_single.publications .single_download:before {
        content: "↓";
        position: absolute;
        top: 0;
        left: 0;
        text-indent: 0;
        display: block;
        width: 100%;
        line-height: 30px;
        text-align: center;
        font-size: 20px
    }
}

.list_single.graphic {
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

.list_single.graphic:last-child {
    border-bottom: none
}

.list_single.graphic .single_icon {
    background-image: url(../../assets/images/icon_document.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 70px;
    display: block;
    margin-top: 5px;
    position: relative
}

@media screen and (max-width:767px) {
    .list_single.graphic .single_icon {
        height: 40px;
        margin-top: 0
    }
}

.list_single.graphic .single_icon .icon_ext {
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: 5px;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .list_single.graphic .single_icon .icon_ext {
        top: 1px;
        margin-left: -9px;
        font-size: 11px
    }
}

.list_single.graphic .graphic_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    padding-top: 23px
}

@media screen and (max-width:1023px) {
    .list_single.graphic .graphic_title {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .list_single.graphic .graphic_title {
        font-size: 16px;
        padding-top: 5px
    }
}

.list_single.graphic .graphic_download {
    text-transform: none;
    width: 100%;
    padding: 0 20px
}

@media screen and (max-width:767px) {
    .list_single.graphic .graphic_download {
        width: 30px;
        text-indent: -9999px;
        position: relative;
        padding: 0;
        border-width: 0;
        margin: 0;
        height: 30px;
        margin-top: 5px
    }

    .list_single.graphic .graphic_download:before {
        content: "↓";
        position: absolute;
        top: 0;
        left: 0;
        text-indent: 0;
        display: block;
        width: 100%;
        line-height: 30px;
        text-align: center;
        font-size: 20px
    }
}

.list_single.video {
    transition: all .2s ease-in-out
}

@media screen and (max-width:767px) {
    .list_single.video {
        margin-bottom: 20px
    }
}

.list_single.video:hover .video_image {
    border-top: 5px solid #0dade1
}

.list_single.video:hover .video_image:after {
    transition: all .2s ease-in-out;
    opacity: 1
}

.list_single.video:hover .video_info {
    background-color: #efefef;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out
}

.list_single.video:hover .video_info .single_baloon {
    transition: all .2s ease-in-out;
    border-bottom: 20px solid #efefef
}

.list_single.video .video_image {
    height: 450px;
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative
}

.list_single.video .video_image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, .2) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 1;
    transition: all .3s ease-in-out
}

.list_single.video .video_image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(-180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 0;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1023px) {
    .list_single.video .video_image {
        height: 250px
    }
}

.list_single.video .video_image:after {
    content: "";
    background-image: url(../../assets/images/icon_player_a.svg);
    height: 60px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    opacity: .7;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    top: 45%
}

@media screen and (max-width:1023px) {
    .list_single.video .video_image:after {
        top: 40%
    }
}

.list_single.video .video_info {
    position: relative;
    padding: 20px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out
}

.list_single.video .video_info .info_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333
}

@media screen and (max-width:1023px) {
    .list_single.video .video_info .info_title {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width:1023px) {
    .list_single.video .video_info .info_button {
        padding: 0 20px
    }
}

.list_single.video .video_info:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    right: 20px
}

.event_hero {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative
}

.event_hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, .2) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 1;
    transition: all .3s ease-in-out
}

.event_hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(-180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 0;
    transition: all .3s ease-in-out
}

@media screen and (max-width:1023px) {
    .event_hero {
        height: 300px
    }
}

.event_hero .event_box {
    position: absolute;
    bottom: 40px
}

@media screen and (max-width:1023px) {
    .event_hero .event_box {
        bottom: 20px
    }
}

.event_hero .event_box .event_hero_date {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 10px
}

@media screen and (max-width:1023px) {
    .event_hero .event_box .event_hero_date {
        font-size: 20px;
        margin-bottom: 0
    }
}

.event_hero .event_box .event_hero_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #fff
}

@media screen and (max-width:1023px) {
    .event_hero .event_box .event_hero_title {
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .event_hero .event_box .event_hero_title {
        font-size: 20px;
        line-height: 20px
    }
}

.event_logo_container .event_info_logo {
    margin: 40px 0;
    text-align: center
}

.event_info {
    background-color: #efefef;
    padding: 80px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333
}

@media screen and (max-width:1023px) {
    .event_info {
        padding: 40px 0
    }
}

@media screen and (max-width:767px) {
    .event_info {
        padding: 20px 0
    }
}

.event_info .event_info_container {
    text-align: center
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_location {
        font-size: 15px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .event_info .event_info_container .event_info_location {
        margin-bottom: 20px
    }
}

.event_info .event_info_container .event_info_location:before {
    content: "";
    background-image: url(../../assets/images/icon_location.svg);
    height: 100px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_location:before {
        height: 80px
    }
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_time {
        font-size: 15px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .event_info .event_info_container .event_info_time {
        margin-bottom: 20px
    }
}

.event_info .event_info_container .event_info_time:before {
    content: "";
    background-image: url(../../assets/images/icon_time.svg);
    height: 100px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_time:before {
        height: 80px
    }
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_languages {
        font-size: 15px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .event_info .event_info_container .event_info_languages {
        margin-bottom: 20px
    }
}

.event_info .event_info_container .event_info_languages:before {
    content: "";
    background-image: url(../../assets/images/icon_languages.svg);
    height: 100px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_languages:before {
        height: 80px
    }
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_email {
        font-size: 15px;
        line-height: 20px
    }
}

@media screen and (max-width:767px) {
    .event_info .event_info_container .event_info_email {
        margin-bottom: 20px
    }
}

.event_info .event_info_container .event_info_email a {
    color: #333
}

.event_info .event_info_container .event_info_email:before {
    content: "";
    background-image: url(../../assets/images/icon_email.svg);
    height: 100px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:1023px) {
    .event_info .event_info_container .event_info_email:before {
        height: 80px
    }
}

.event_description {
    padding: 80px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    font-family: "PT Sans", sans-serif;
}

@media screen and (max-width:1023px) {
    .event_description {
        padding: 40px 0
    }
}

.event_documents {
    min-height: 380px;
    background-color: #efefef;
    padding: 40px 0;
    margin-bottom: 60px;
    text-align: center
}

@media screen and (max-width:1023px) {
    .event_documents {
        height: auto;
        margin-bottom: 80px
    }
}

.event_documents .documents_title {
    margin: 0;
    padding: 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .5px;
    color: #0dade1;
    margin-bottom: 50px
}

@media screen and (max-width:1023px) {
    .event_documents .documents_title {
        font-size: 20px;
        line-height: 30px
    }
}

.event_documents .documents_file {
    display: inline-block;
    margin: 0 20px;
    max-width: 200px;
    position: relative;
    overflow-wrap: break-word;
}

@media screen and (max-width:767px) {
    .event_documents .documents_file {
        display: block;
        max-width: inherit
    }
}

.event_documents .documents_file .file_name {
    display: block;
    margin-top: 20px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    line-height: 20px
}

@media screen and (max-width:767px) {
    .event_documents .documents_file .file_name {
        font-size: 13px;
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .event_documents .documents_file .file_button {
        margin-top: 10px;
        margin-bottom: 40px
    }
}

.event_documents .documents_file .file_ext {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 5px;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .event_documents .documents_file .file_ext {
        top: 1px;
        margin-left: -9px;
        font-size: 11px
    }
}

.event_documents .documents_file:before {
    content: "";
    background-image: url(../../assets/images/icon_document.svg);
    height: 80px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:767px) {
    .event_documents .documents_file:before {
        height: 40px
    }
}

.event_gallery {
    margin-bottom: 80px;
    text-align: center
}

.event_gallery .gallery_title {
    margin: 0;
    padding: 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .5px;
    color: #0dade1;
    margin-bottom: 50px
}

@media screen and (max-width:1023px) {
    .event_gallery .gallery_title {
        font-size: 20px;
        line-height: 30px
    }
}

.event_gallery .gallery_single {
    display: block;
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.event_gallery .button {
    position: absolute;
    bottom: 20px;
    background: #fff;
    left: 120px;
    right: 120px;
    line-height: 32px;
    height: 30px;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 12px
}

@media screen and (max-width:1023px) {
    .event_gallery .button {
        left: 90px;
        right: 90px
    }
}

.hero {
    text-align: center;
    position: relative;
    margin-bottom: 40px
}

@media screen and (max-width:1023px) {
    .hero {
        margin-bottom: 20px
    }
}

.hero .hero_image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.hero .hero_image img {
    max-height: 630px
}

/*.hero .hero_image:before{content:"";display:block;width:100px;height:90px;background-image:url(../../assets/images/eu.png);position:absolute;top:0;right:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}@media screen and (max-width:767px){.hero .hero_image:before{position:static;margin:10px auto;width:60px;height:50px}}*/
.hero .hero_button {
    cursor: pointer
}

@media screen and (max-width:1023px) {
    .events .acf-map {
        height: 500px
    }
}

@media screen and (max-width:1023px) and (max-width:767px) {
    .events .acf-map {
        height: 300px
    }
}

.events .events_list {
    height: 550px;
    padding: 30px;
    background-color: #f9f9f9;
    position: relative
}

@media screen and (max-width:1023px) {
    .events .events_list {
        height: 500px;
        padding: 20px
    }
}

@media screen and (max-width:767px) {
    .events .events_list {
        padding: 10px
    }
}

.events .events_list .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .3) !important
}

.events .events_list .list_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #12263f;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:1023px) {
    .events .events_list .list_title {
        font-size: 30px
    }
}

.events .events_list .list_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #12263f;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .events .events_list .list_subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .events .events_list .list_subtitle {
        font-size: 18px;
        line-height: 20px
    }
}

.events .events_list .list_empty.hide {
    display: none
}

.events .events_list .list_filters {
    height: 120px;
    padding: 10px 5px;
}

@media screen and (max-width:1023px) {
    .events .events_list .list_filters {
        padding: 10px 0;
        height: 60px
    }
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters {
        padding: 10px 5px;
        height: auto
    }
}

.events .events_list .list_filters .columns {
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (max-width:1023px) {
    .events .events_list .list_filters .columns {
        padding-left: 1px;
        padding-right: 1px
    }
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters .columns {
        padding-left: 5px;
        padding-right: 5px
    }
}

.events .events_list .list_filters .filter_search-container {
    position: relative
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters .filter_search-container {
        margin-bottom: 10px
    }
}

.events .events_list .list_filters .filter_search-container:after {
    content: "";
    background-image: url(../../assets/images/icon_search.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 15px;
    top: 12px
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters .filter_search-container:after {
        top: 10px
    }
}

.events .events_list .list_filters .filter_button {
    width: 100%;
    height: 45px;
    padding: 0 5px;
    border-radius: 4px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    border: 3px solid transparent;
    line-height: 42px;
    margin-right: 5px;
    letter-spacing: 0;
    border: 2px solid #0dade1
}

@media screen and (max-width:1200px) {
    .events .events_list .list_filters .filter_button {
        font-size: 14px
    }
}

@media screen and (max-width:1023px) {
    .events .events_list .list_filters .filter_button {
        height: 40px;
        font-size: 13px;
        padding: 0 2px;
        line-height: 38px
    }
}

.events .events_list .list_filters .filter_button.filter_search {
    border: 1px solid #12263f;
    color: #12263f;
    position: relative;
    background-color: #fff;
    padding-right: 20px;
    padding-left: 40px
}

@media screen and (max-width:1023px) {
    .events .events_list .list_filters .filter_button.filter_search {
        margin-bottom: 0
    }
}

.events .events_list .list_filters .filter_button.filter_blu {
    border: 1px solid #12263f;
    background-color: #0dade1;
    text-align: center;
    cursor: pointer
}

.events .events_list .list_filters .filter_button.filter_blu.active,
.events .events_list .list_filters .filter_button.filter_blu:hover {
    background-color: transparent;
    color: #0dade1
}

.events .events_list .list_filters .filter_button.filter_green {
    border: 1px solid #12263f;
    background-color: #23a75b;
    text-align: center;
    cursor: pointer
}

.events .events_list .list_filters .filter_button.filter_green.active,
.events .events_list .list_filters .filter_button.filter_green:hover {
    background-color: transparent;
    color: #23a75b
}

.events .events_list .list_filters .filter_button.filter_red {
    border: 2px solid #e94c3c;
    background-color: #e94c3c;
    text-align: center;
    cursor: pointer
}

.events .events_list .list_filters .filter_button.filter_red.active,
.events .events_list .list_filters .filter_button.filter_red:hover {
    background-color: transparent;
    color: #e94c3c
}

.events .events_list .list_filters .filter_reset {
    text-align: center
}

.events .events_list .list_filters .filter_reset .reset_button {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #e94c3c;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 30px;
    max-width: 200px;
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: -10px;
    opacity: .7;
    display: none;
    transition: all .2s ease-in-out
}

.events .events_list .list_filters .filter_reset .reset_button:hover {
    opacity: 1
}

@media screen and (max-width:767px) {
    .events .events_list .list_filters .filter_reset .reset_button {
        margin-top: 10px
    }
}

.events .events_list .list_filters .filter_reset.active .reset_button {
    display: block
}

.events .event_reset {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #efefef;
    padding: 10px;
    display: none
}

.events .event_reset.active {
    display: block
}

.about {
    margin: 50px 0 20px;
    padding: 4rem;
}

@media screen and (max-width:767px) {
    .about {
        margin: 20px 0;
        padding: 1rem;
    }
}

.about.open .about_right .about_abstract {
    max-height: 1000px
}

.about .about_right {
    min-height: 400px;
    border-left: 5px solid #293f8c;
    padding: 40px
}

@media screen and (max-width:1023px) {
    .about .about_right {
        padding: 20px
    }
}

.about .about_right .about_title {
    text-transform: uppercase;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    margin-bottom: 10px
}

@media screen and (max-width:1023px) {
    .about .about_right .about_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.about .about_right .about_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #293f8c;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .about .about_right .about_subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }
}

.about .about_right .about_abstract {
    max-height: 250px;
    overflow: hidden;
    color: #333;
    transition: all .2s ease-in-out
}

@media screen and (max-width:767px) {
    .about .about_right .about_abstract {
        font-size: 13px;
        line-height: 20px
    }
}

.about .about_right .about_button {
    margin-bottom: 0;
    cursor: pointer
}

.about .about_left .left_image {
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.memories {
    margin: 80px 0;
    min-height: 60vh;
    padding: 4rem;
}

@media screen and (max-width:767px) {
    .memories {
        margin: 40px 0;
        padding: 1rem;
    }
}

.memories .memories_title {
    text-transform: uppercase;
    font-family: "PT Sans narrow", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #0dade1;
    margin-bottom: 10px;
    text-align: center
}

@media screen and (max-width:1023px) {
    .memories .memories_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.memories .memories_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #0dade1;
    text-align: center;
    margin-bottom: 40px;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .memories .memories_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

.memories .memories_list {
    margin-bottom: 40px;
    position: relative
}

.memories .memories_list .slick-arrow {
    width: 30px;
    height: 30px;
    background-image: url(../../assets/images/arrow-left.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-top: -15px;
    z-index: 1;
    text-indent: -999999px
}

.memories .memories_list .slick-arrow.slick-next {
    transform: rotate(180deg);
    left: auto;
    right: 20px
}

.memories .memories_list .slick-arrow:hover {
    background-color: transparent
}

.materials {
    margin: 80px 0;
    min-height: 60vh;
    padding: 8rem 2rem;
}

@media screen and (max-width:767px) {
    .materials {
        margin: 40px 0
    }
}

.materials .materials_title {
    text-transform: uppercase;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fabb67;
    margin-bottom: 10px;
    text-align: center
}

@media screen and (max-width:1023px) {
    .materials .materials_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.materials .materials_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #fabb67;
    text-align: center;
    margin-bottom: 40px;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .materials .materials_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width:767px) {
    .materials .materials_subtitle {
        margin-bottom: 20px
    }
}

.materials .materials_link {
    text-decoration: none;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 180px;
    display: block;
    position: relative
}

@media screen and (max-width:767px) {
    .materials .materials_link {
        margin-bottom: 30px
    }
}

.materials .materials_link span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fabb67
}

@media screen and (max-width:767px) {
    .materials .materials_link span {
        font-size: 14px;
        line-height: 20px;
        bottom: -20px;
        opacity: 1;
        visibility: visible
    }
}

.materials .materials_link.documents span {
    color: #e94c3c
}

.materials .materials_link.video span {
    color: #0dade1
}

.materials .materials_link.graphic span {
    color: #23a75b
}

.materials .materials_link:hover span {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:767px) {
    .materials .materials_link {
        height: 120px
    }
}

.materials .video {
    background-image: url(../../assets/images/icon_video_a.svg)
}

.materials .video:hover {
    background-image: url(../../assets/images/icon_video_b.svg)
}

.materials .graphic {
    background-image: url(../../assets/images/icon_graphics_a.svg)
}

.materials .graphic:hover {
    background-image: url(../../assets/images/icon_graphics_b.svg)
}

.materials .documents {
    background-image: url(../../assets/images/icon_documents_a.svg)
}

.materials .documents:hover {
    background-image: url(../../assets/images/icon_documents_b.svg)
}

.materials .pubblications {
    background-image: url(../../assets/images/icon_pubblications_a.svg)
}

.materials .pubblications:hover {
    background-image: url(../../assets/images/icon_pubblications_b.svg)
}

.social {
    margin-bottom: 80px;
    background-color: #f1f1f1;
    padding: 6rem 0;
}

.social .social_container {
    height: auto;
    position: relative
}

.social .social_container .social_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #e94c3c;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .social .social_container .social_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.social .social_container .social_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #e94c3c;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .social .social_container .social_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

.social .social_container .social_wall .ff-stream {
    background-color: #f1f1f1 !important
}

.social .social_container .social_wall .ff-loadmore-wrapper .ff-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 2px solid #0dade1;
    border-radius: 4px;
    margin: 20px 0;
    padding: 0 40px;
    -webkit-appearance: none;
    background: 0 0
}

.social .social_container .social_wall .ff-filter-holder .ff-search {
    background-color: #f1f1f1 !important;
    width: 60%;
}

.social .social_container .social_wall .ff-sc-label2 .ff-instagram .ff-icon:before {
    border-color: transparent #8a3ab9 transparent transparent !important
}

.contest {
    margin-bottom: 80px
}

.contest .contest_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #e94c3c;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .contest .contest_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.contest .contest_subtitle {
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #e94c3c;
    text-align: center;
    margin-bottom: 40px;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .contest .contest_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

.contest .contest_content {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 120px 0
}

@media screen and (max-width:767px) {
    .contest .contest_content {
        padding: 120px 40px
    }
}

.contest .contest_content .content_text {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 700
}

.contest .contest_buttons {
    text-align: center
}

.contest .contest_buttons .contest_button {
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .contest .contest_buttons .contest_button {
        font-size: 12px;
        line-height: 36px;
        padding: 0 20px
    }
}

.organisers {
    margin-bottom: 80px
}

.organisers .organisers_title {
    font-family: "PT Sans narrow", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:1023px) {
    .organisers .organisers_title {
        font-size: 30px;
        margin-bottom: 0
    }
}

.organisers .organisers_subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #293f8c;
    text-align: center;
    margin-bottom: 40px;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width:1023px) {
    .organisers .organisers_subtitle {
        font-size: 20px;
        line-height: 30px
    }
}

.organisers .organisers_subtitle.support {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    padding-top: 40px;
    margin-bottom: 30px;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.organisers .organisers_single {
    text-align: center;
    text-indent: -99999px;
    text-decoration: none;
    position: relative;
    height: 150px;
    display: block;
    height: 150px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.organisers .organisers_single .single_info {
    display: block;
    height: 150px;
    opacity: 0;
    color: #fff;
    text-indent: 0;
    transition: all .2s ease-in-out
}

.organisers .organisers_single .single_info .info_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    padding-top: 55px
}

@media screen and (max-width:1023px) {
    .organisers .organisers_single .single_info .info_box {
        padding: 10px;
        padding-top: 50px
    }
}

.organisers .organisers_single .single_info .info_box .single_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    display: block
}

@media screen and (max-width:1200px) {
    .organisers .organisers_single .single_info .info_box .single_title {
        font-size: 16px
    }
}

@media screen and (max-width:1023px) {
    .organisers .organisers_single .single_info .info_box .single_title {
        font-size: 14px;
        line-height: 20px
    }
}

.organisers .organisers_single .single_info .info_box .single_role {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

@media screen and (max-width:1200px) {
    .organisers .organisers_single .single_info .info_box .single_role {
        font-size: 16px
    }
}

@media screen and (max-width:1023px) {
    .organisers .organisers_single .single_info .info_box .single_role {
        font-size: 14px;
        line-height: 20px
    }
}

.organisers .organisers_single .single_info:hover {
    background-color: #293f8c;
    opacity: .9;
    text-indent: 0;
    transition: all .2s ease-in-out
}

.materials_list {
    margin-bottom: 40px
}

.materials_documents .materials_link.documents {
    background-image: url(../../assets/images/icon_documents_b.svg)
}

.materials_video .materials_link.video {
    background-image: url(../../assets/images/icon_video_b.svg)
}

.materials_graphic .materials_link.graphic {
    background-image: url(../../assets/images/icon_graphics_b.svg)
}

.materials_pubblications .materials_link.pubblications {
    background-image: url(../../assets/images/icon_pubblications_b.svg)
}

.page_hero {
    height: 500px;
    margin-bottom: 40px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative
}

.page_hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, .2) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 1;
    transition: all .3s ease-in-out
}

.page_hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(-180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 62%, rgba(0, 0, 0, .8) 100%);
    opacity: 0;
    transition: all .3s ease-in-out
}

.page_hero .page_box {
    position: absolute;
    bottom: 40px
}

.page_hero .page_box .hero_title {
    font-family: "Fira Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 10px
}

.page_hero .page_box .hero_subtitle {
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .5px;
    color: #fff
}

.page_hero.no-image {
    height: 200px
}

.page_hero.no-image:before {
    display: none
}

.page_hero.no-image .page_box .hero_subtitle,
.page_hero.no-image .page_box .hero_title {
    color: #293f8c
}

.page_hero.no-image .page_box .hero_subtitle a,
.page_hero.no-image .page_box .hero_title a {
    color: #0dade1
}

.page_content {
    margin-bottom: 40px
}

.page_content section.content {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    font-family: "Fira Sans", sans-serif
}

.page_documents {
    min-height: 380px;
    background-color: #efefef;
    padding: 40px 0;
    margin-bottom: 60px;
    text-align: center
}

@media screen and (max-width:1023px) {
    .page_documents {
        height: auto;
        margin-bottom: 80px
    }
}

.page_documents .documents_title {
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .5px;
    color: #0dade1;
    margin-bottom: 50px
}

@media screen and (max-width:1023px) {
    .page_documents .documents_title {
        font-size: 20px;
        line-height: 30px
    }
}

.page_documents .documents_file {
    display: inline-block;
    margin: 0 20px;
    max-width: 200px;
    position: relative
}

@media screen and (max-width:767px) {
    .page_documents .documents_file {
        display: block;
        max-width: inherit
    }
}

.page_documents .documents_file .file_name {
    display: block;
    margin-top: 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #333;
    line-height: 20px
}

@media screen and (max-width:767px) {
    .page_documents .documents_file .file_name {
        font-size: 13px;
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .page_documents .documents_file .file_button {
        margin-top: 10px;
        margin-bottom: 40px
    }
}

.page_documents .documents_file .file_ext {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 5px;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .page_documents .documents_file .file_ext {
        top: 1px;
        margin-left: -9px;
        font-size: 11px
    }
}

.page_documents .documents_file:before {
    content: "";
    background-image: url(../../assets/images/icon_document.svg);
    height: 80px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media screen and (max-width:767px) {
    .page_documents .documents_file:before {
        height: 40px
    }
}

section.login .login_container {
    min-height: 430px
}

section.login .login_container .container_image {
    background-image: url(../../assets/images/hero_login.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px
}

section.login .login_container .container_form {
    padding: 0 40px
}

section.login .login_container .container_form strong {
    font-weight: 400;
    color: #0dade1
}

section.login .login_container .container_form .um-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
    color: #293f8c;
    font-family: "Fira Sans", sans-serif;
    text-align: center;
    text-transform: uppercase !important;
    display: inline-block;
    height: 40px !important;
    line-height: 38px !important;
    border: 3px solid #0dade1 !important;
    border-radius: 50px !important;
    margin: 20px 0;
    padding: 0 40px !important;
    -webkit-appearance: none;
    background-color: transparent !important;
    transition: all .2s ease-in-out
}

section.login .login_container .container_form .um-button:hover {
    background-color: #0dade1 !important
}

section.login .login_container .container_form .um-field-area .um-form-field {
    border-radius: 0 !important;
    border: 1px solid #d2d2d2 !important
}

section.login .login_container .container_form .um-field-label {
    margin-bottom: 0 !important
}

section.login .login_container .container_form .um-field-label label {
    font-weight: 400
}

section.login .login_image {
    height: 100vh;
    min-height: 430px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    section.login .login_image {
        display: none
    }
}

section.login .um-register .um-col-alt .um-left.um-half {
    width: 100%;
    text-align: center
}

section.login .um-register .um-col-alt .um-left.um-half .um-button {
    margin: 0 0;
    width: auto;
    display: inline-block
}

section.login .um-register .um-col-alt .um-right.um-half {
    display: none
}


/* New css 2021 */

.section-home-map {
    width: 100vw;
    left: 0;
    padding: 0;
    right: 0;
    margin: 0 0 100px 0;
    pointer-events: auto;
}

.box-events {
    position: absolute;
    right: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
    display: flex;
    top: 10%;
}

@media screen and (max-width:767px) {
    .box-events {
        position: relative;
    }    
}

.container {
    position: absolute;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.container--event-box {
    position: absolute;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

section#events {
    position: relative;
    height: initial;
}

@media screen and (max-width:767px) {
    section#events {
        height: 585px;
    }
}

.events .events_list {
    height: 550px;
    padding: 20px 6px;
    background-color: #efefef;
    position: relative;
    width: 397px;
    pointer-events: auto;
}


.events .events_list .list_title {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: normal;
    color: #12263f;
    margin-bottom: 4px;
    text-transform: uppercase;
    text-align: center;
}

.events .events_list .list_subtitle {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: normal;
    color: #12263f;
    text-align: center;
    margin-bottom: 2px;
        background: -webkit-linear-gradient(left,#0b6d8e 30%,#2febef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event_single {
    padding: 10px 0;
}

.ff-search input {
    border-radius: 5px !important;
    border: 2px solid #868686;
    box-shadow: none !important;
    outline: none !important;
    color: #333;
    box-sizing: border-box !important;
    padding: 0 35px 0 15px !important;
    height: 40px !important;
    width: 100% !important;
    vertical-align: middle;
    position: relative;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 !important;
    min-height: 0px !important;
    float: none !important;
    box-shadow: inset 0px 1px 0px 0px rgb(0 0 0 / 10%);
    background-color: rgba(255,255,255,0.5);
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1240px) {
    .container {
      width: 1090px;
    }
  }
  
  @media (min-width: 1367px) {
    .container {
      width: 1210px;
    }
  }

  .fm-form-container.fm-theme1 {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex !important;
}

.fm-form .button-reset:not(:last-child), .fm-form .button-submit {
    margin-right: 15px;
    position: relative;
    color: white;
}