/* General document style*/

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-BlackCn.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-BoldCn.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-Cn.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-LightCn.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-ExtraBlackCn.otf') format('opentype');
    font-weight: 920;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('/fonts/Frutiger LT Std/FrutigerLTStd-UltraBlack.otf') format('opentype');
    font-weight: 950;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #FFF !important;
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    top: 0px !important;
    height: 100%;
    font-family: 'Frutiger LT Std' !important;
}

/* Styling of the wrappers of the page */

.wrapper__page {
    min-height: 100%;
    position: relative;
}

.container__page {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px !important;
    padding-bottom: 300px;
    height: 100% !important;
    max-width: 1920px;
    margin: 0 auto;
}

.container__content {
    margin: 0 auto;
    max-width: 1300px;
}

.wrapper__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
}

.container__footer {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background-color: #238BB5 !important;
    max-width: 2600px;
}

/* Navigation Bar*/

.navbar {
    justify-content: space-evenly !important;
}

.navbar-default {
    margin: 0 auto;
}

.navbar-expand-lg {
    justify-content: space-evenly !important;
    box-shadow: 1px 1px 50px #f4f6fb;
}

.navbar-collapse {
    margin-left: auto;
    order: 2;
    flex-grow: unset !important;
}

nav ul {
    list-style-type: none;
}

    nav ul li a {
        display: block;
        padding: 8px 15px 8px 15px;
        text-decoration: none;
    }

.navbar-brand {
    margin-right: 0 !important;
}

.nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    font-size: 16px;
    display: block;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.nav-icon {
    width: 35px;
    height: 3px;
    background-color: #238BB5 !important;
    margin: 8px 0;
}

.navbar-toggler-icon {
    background-image: url(images/navbar-toggler-icon.png);
    z-index: 1000;
    color: #238BB5 !important;
    width: 35px !important;
    height: 35px !important;
}

.navbar-toggler {
    padding: 0 !important;
    margin-top: 25px;
    margin-left: 5px;
    font-size: 50px !important;
    line-height: 1;
    border: none !important;
    float: right;
    color: #238BB5 !important;
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

.dropdown-toggle {
    display: block !important;
    text-decoration: none;
}

.navbar-nav .dropdown-menu {
    border-style: none;
    box-shadow: 1px 8px 20px grey;
    word-wrap: break-word;
    max-height: 70vh;
    overflow: scroll;
}

.dropdown-menu {
    background-color: #FAFAFA !important;
    padding: 0rem 0 !important;
}

    .dropdown-menu a:focus {
        background-color: transparent !important;
    }

.dropdown-item {
    text-align: left !important;
    color: #238BB5 !important;
    font-weight: normal !important;
    padding: 1rem 1rem !important;
}

    .dropdown-item:not(:last-child) {
        border-bottom: 2px solid rgba(0,0,0,.05);
    }

.dropdown {
    margin-top: 0px;
}

.fa-align-left {
    color: #000;
}

.active {
    opacity: 1;
    font-weight: 600;
    transition: 0.5s ease;
}

#logo-overlay {
    display: none;
}

#overlay-content {
    margin-top: 5px;
}

#navbarDropdownMenuLink {
    border-style: none !important;
    background: transparent !important;
    color: #f36e42 !important;
}

/* Individual elements*/

.page__title {
    color: #238BB5 !important;
    font-size: 28px;
    padding-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.page__description {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 15px !important;
    margin-top: 15px;
}

.page__description-secondary {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.2em;
    padding-top: 20px;
    margin-bottom: 15px !important;
    margin-top: 15px;
}

.content__banner {
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
}

.funders__box {
    width: 100%;
}

    .funders__box:nth-child(1),
    .funders__box:nth-child(2) {
        grid-column: span 3;
        justify-self: center;
        width: calc(33.333% - 20px) !important;
    }

    .funders__box:nth-child(n+3) {
        grid-column: span 1;
        justify-self: center;
        width: calc(33.333% + 20px) !important;
    }

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 467px;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    }

::-webkit-scrollbar {
    width: 11px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #238BB5;
}

.breadcrumb {
    background-color: #FFF !important;
    padding: 0.75rem 0rem !important;
    font-size: 12px !important;
    text-transform: uppercase;
}

#scroll-top {
    display: inline-block;
    background-color: #238BB5 !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #scroll-top::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #scroll-top:hover {
        cursor: pointer;
        background-color: #333;
    }

    #scroll-top:active {
        background-color: #555;
    }

    #scroll-top.show {
        opacity: 1;
        visibility: visible;
    }

.checkbox-round {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #f36e42;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .checkbox-round:checked {
        background-color: #f36e42;
    }

a {
    color: #238BB5 !important;
    background-color: none;
    font-weight: bold;
    text-decoration: none !important;
    word-break: break-word;
}

    a:hover {
        color: #04549c !important;
    }

h2 {
    text-transform: uppercase;
    font-weight: bold !important;
    color: #04549c !important;
}

.h3, h3 {
    margin-top: 0px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    color: #04549c !important;
}

h4, .h4 {
    margin-top: 10px !important;
    color: #04549c !important;
}

.divider {
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
}

.row__boxes {
    max-width: 100%;
    justify-content: space-between;
}

.col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.responsive {
    width: 100%;
    height: auto;
}

.carousel {
    padding-bottom: 50px;
    max-height: 448px;
}

.card:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .2s ease-in;
}

.chevron-down {
    font-size: 14px;
    margin-left: 5px;
}

.rotate {
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

    .rotate.down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/* Home page styling */

.image__home-page {
    margin: auto !important;
    display: block !important;
}

#scroll-top {
    display: inline-block;
    background-color: #238BB5 !important;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #scroll-top.show {
        opacity: 1;
        visibility: visible;
    }

.fas fa-angle-right {
    margin-top: 2px;
}

/* Footer */
.footer__box {
    padding-top: 20px;
    color: #FFF !important;
    text-align: center;
    font-weight: bold;
}

.footer__links {
    text-align: center;
}

    .footer__links a {
        color: #FFF !important;
        margin: 10px 10px 10px 10px;
    }

#privacy-policy {
    font-size: 16px;
    line-height: 2em;
}

    #privacy-policy:hover {
        text-decoration: underline !important;
    }

#cookie-declaration {
    font-size: 16px;
    line-height: 2em;
}

    #cookie-declaration:hover {
        text-decoration: underline !important;
    }

#login {
    font-size: 16px;
    line-height: 2em;
}

    #login:hover {
        text-decoration: underline !important;
    }

#logout {
    font-size: 16px;
    line-height: 2em;
    background: none !important;
    border: none !important;
    color: #fff;
    font-weight: bold;
}

    #logout:hover {
        text-decoration: underline !important;
    }

#cookies {
    font-size: 14px;
    line-height: 2em
}

/* Cookies styling*/

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border: 2px solid #238BB5 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #238BB5 !important;
    border-color: #238BB5 !important;
}

#CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay * {
    font-family: 'Open Sans', sans-serif !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
    border-bottom: 1px solid #f36e42 !important;
    color: #238BB5 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #238BB5 !important;
    color: #238BB5;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #238BB5 !important;
}

#CybotCookiebotDialog {
    max-height: 80vh !important;
    max-width: 600px !important;
    box-shadow: 0 32px 68px rgb(0 0 0 / 300%) !important;
}

    #CybotCookiebotDialog h2 {
        font-size: 20px !important;
    }

#CybotCookiebotDialogBodyUnderlay * {
    background: rgba(0, 0, 0, .7) !important;
    display: flex !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1499;
    padding: 20px;
    box-sizing: border-box;
}

#CybotCookiebotDialog h2 {
    color: #238BB5 !important;
}

/* Media queries */
@media screen and (max-width: 1350px) {
    .navbar {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container__footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-link {
        font-size: 14px;
    }

    .dropdown-item {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        flex-wrap: nowrap !important;
        display: block !important;
        padding: 0 10px 0 15px !important;
    }

    .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 25px !important;
        padding-top: 0px !important;
        font-size: 16px;
        text-align: left;
        display: block;
        padding: 15px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .buttons-nav {
        text-align: center;
        padding-top: 10px;
    }

    .dropdown-item {
        text-transform: uppercase;
        font-size: 14px;
        padding-left: 0px !important;
        margin-top: 0px !important;
    }

    .dropdown-menu {
        background-color: #FAFAFA !important;
    }

    .navbar-nav .dropdown-menu {
        border-style: none;
        word-wrap: break-word;
        box-shadow: none;
        max-height: 70vh;
        overflow: scroll;
    }

    #navbarDropdownMenuLink {
        font-size: 15px;
        border-style: none !important;
        background: transparent !important;
    }

    #navbarSupportedContent {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: linear-gradient(#F8F8F8, #fff);
        overflow: hidden;
    }

        #navbarSupportedContent a {
            text-decoration: none;
            color: #818181;
            transition: 0.3s;
            text-transform: uppercase;
            white-space: pre-wrap;
            word-break: break-all;
            white-space: normal;
            border-bottom: 2px solid rgba(0,0,0,.05);
            margin-top: 20px;
            padding-left: 0px !important;
        }

        #navbarSupportedContent li:last-child a {
            border-bottom: none !important;
        }

        #navbarSupportedContent .navbar-brand {
            border: none !important;
            margin-top: 0px;
        }

    #overlay-content {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .chevron-down {
        float: right;
    }

    .close-button {
        display: block;
    }

    #logo-overlay {
        display: block;
    }

    .overlay span {
        width: 100%;
        left: 0;
    }

    .funders__box:nth-child(1),
    .funders__box:nth-child(2) {
        width: 100% !important;
    }

    .funders__box:nth-child(n+3) {
        width: 100% !important;
    }
}

.newsletter-link {
    font-size: 16px;
    line-height: 2em;
    color: #FFF !important;
    margin: 10px 10px 10px 10px;
}

    .newsletter-link:hover {
        text-decoration: underline !important;
        color: #FFF !important;
    }

#copyright {
    font-size: 14px;
}