html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #333333;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

a {
    color: #3BAF73;
    text-decoration: none;
}

a:hover {
    color: #63CB95;
    cursor: pointer;
    text-decoration: none;
}

a.nav-link {
    color: #303B90 !important;
    padding: .5rem;
}

a.nav-link:active {
    color: #8dbc28 !important;
}

a.nav-link i {
    font-size: 1.1rem;
}

a span.menu {
    vertical-align: middle;
    font-size: 2.3rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #303B90
}

h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
}

h6 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

.btn {
    border-radius: 3px;
    font-weight: 500;
    font-size: .95rem;
}

.btn-lg {
    padding: 0.8rem 1rem;
}

.btn-sm {
    font-size: .8rem;
}

.btn-primary {
    color: #fff;
    background-color: #3BAF73;
    border-color: #3BAF73;
}

.btn-primary:hover {
    background-color: #57C68D;
    border-color: #57C68D;
}

.btn:not(:disabled):not(.disabled) {
    text-decoration: none;
}

hr {
    border-top: 1px solid #9eb1c5;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -100px;
    padding: 0 0 100px;
}

.row {
    margin: 0;
}

.navbar {
    padding: 0rem 1rem 1rem;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding-bottom: 0;
    background: #fff;
}

.navbar-expand-lg .navbar-collapse {
    flex-grow: unset;
}

#header {
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.sticky {
    -webkit-box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
    padding-bottom: 0;
}

.nav-item {
    position: relative;
}

#header .navbar-brand {
    padding-right: 1rem;
    padding-top: 10px;
    padding-bottom: 5px;
}

#header .navbar-brand img {
    width: 150px;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header.sticky .navbar-brand img {
    width: 120px;
}

.offcanvas {
    background: #303B90;
}

.offcanvas-end {
    width: 500px;
    padding: 2rem 3rem;
    color: #fff;
}

.offcanvas-end .btn-link {
    color: #fff !important;
}

.offcanvas #nav li {
    margin-bottom: 1.3rem;
}

.offcanvas #nav li a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.offcanvas #nav li a span {
    vertical-align: middle;
}

.offcanvas #nav li ul li {
    margin-bottom: .5rem;
}

.offcanvas #nav li ul li a {
    font-size: 1.2rem;
    font-weight: 400;
    margin-left: 1rem;
}

.offcanvas .form-control {
    background: #232B6A;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding-left: 20px;
}

.offcanvas ::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.offcanvas ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
}

#video-home {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    object-fit: cover;
    max-height: 700px;

}

.intro-content {
    position: absolute;
    top: 0;
    background: url(../images/bg-gradient.png) repeat-y;
    background-attachment: cover;
    color: #fff;
    width: 100%;
    max-height: 700px;
    padding: 190px 0 30px;
    z-index: 100;
}

#intro-text {
    min-height: 550px;
}

#intro-text h1 {
    margin-top: 0;
    margin-top: 3rem;
    color: #fff;
    font-weight: 600;
    font-size: 2.6rem;
}

section {
    padding: 5rem 0;
}

#project-numbers {
    background-color: #232B6A;
    color: #fff;
    font-size: 1.2rem;
    padding: 2rem 0;
    margin-top: -10px;
}

#project-numbers .icon {
    font-size: 4rem;
    color: #3BAF73;
}

#project-numbers .num {
    font-size: 2.5rem;
    font-weight: 600;
}

section#impact {
    background: #F2F2F2;
    font-size: 1rem;
}

#impact .num {
    font-size: 2.8rem;
    color: #3BAF73;
    display: block;
    font-weight: 500;
}

#impact ul {
    margin-top: 0.5rem;
}

#impact .lead {
    background: #E3F5EC;
    padding: 2rem;
}

#consortium {
    background: #F2F2F2;
}

#partnersCarousel .carousel-control-next, #partnersCarousel .carousel-control-prev {
    width: 5%;
    bottom: 40px;
}

#partnersCarousel .carousel-control-next {
    right: -40px;
}

#partnersCarousel .carousel-control-prev {
    left: -40px;
}

#partnersCarousel .carousel-control-next-icon, #partnersCarousel .carousel-control-prev-icon {
    background-image: url(../images/fdx-gray.png);
    width: 50px;
    height: 80px;
    background-size: 70%;
}

#partnersCarousel .carousel-control-prev-icon {
    background-image: url(../images/fsx-gray.png);
}

#partnersCarousel .carousel-item img {
    height: 120px;
    padding: 10px 0;
    background: #f2f2f2;
}

.carousel-indicators {
    bottom: -80px;
}

.carousel-indicators li {
    background-color: #C4CAC7 !important;
}

.carousel-indicators li.active {
    background-color: #3BAF73 !important;
}

.news-item {
    background: #f2f2f2;
    font-size: 0.9rem;
    margin-bottom: 3rem;
}

.news-item .news-info {
    padding: 0.5rem 1.3rem 1rem;
}

.news-item h2, .search-result h2 {
    font-size: 1.2rem !important;
    padding: 5px 0 5px 0;
    line-height: 1.6rem !important;
    margin-bottom: 0.5rem;
}

.news-item h2 a, .search-result h2 a, .post-content h2 a {
    color: #3BAF73 !important;
    margin-top: .5rem;
}

.news-item h2 a:hover, .search-result h2 a:hover {
    color: #333 !important;
}

.news-item .date, .post-content .date, .date {
    color: #9a9a9a;
    padding-bottom: 0;
    font-size: .9rem;
}

.news-label, .event-label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    display: inline;
    padding: 5px 10px;
    background: #4AC284;
    font-weight: 500;
    font-size: 0.9rem;
}

.event-label {
    background: #505EC5;
}

#info-event {
    color: #9a9a9a;
    font-size: .9rem;
    text-transform: uppercase;
}

.search-result h2 {
    font-size: 1.2rem;
}

#page-banner {
    background: #f5f9d9 url(../images/bg-page-banner.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    padding: 190px 0 80px;
}

#main-content {
    padding: 2rem 0 4rem;
}

#page-title h1 {
    color: #fff;
}

.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 0.8rem;
    padding-left: 0;
    padding-top: 1.5rem;
    text-transform: uppercase;
}

ol.breadcrumb li a {
    color: #3BAF73;
}

ol.breadcrumb li a:hover {
    color: #57C68D;
}

.breadcrumb-item.active {
    color: #303B90;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #0d3a5b !important;
}

.post-content h1 {
    margin-bottom: 1.5rem;
    color: #333333;
    font-size: 2.2rem;
}

#aside-menu ul {
    margin-top: 0.5rem;
}

#aside-menu ul li {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

#main-content h2 {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
}

#main-content h2:first-child {
    padding-top: 0;
}

#main-content li {
    margin-bottom: 0.3rem;
}

#main-content li::marker {
    color: #3BAF73;
    font-size: 1.2rem;
}

.post-content h2 {
    font-size: 1.4rem !important;
    text-transform: none;
    margin-bottom: 0rem !important;
}

.post-content h2:before {
    display: none;
}

label {
    font-size: 0.9rem;
}

label, span.wpcf7-list-item-label {
    font-size: 0.9rem;
}

.doc-item-box {
    background: #f2f2f2;
    margin-bottom: 2rem !important;
    padding: 2rem 1.5rem;
}

.doc-item-box .doc-title a {
    color: #333;
    font-weight: 400;
}

.doc-item-box .btn {
    padding-right: 1rem;
    padding-bottom: .5rem;
}

.doc-item-box span {
    vertical-align: bottom;
    padding-right: .3rem;
}

.partner {
    border-bottom: 1px solid #d7dbdf;
    padding: 1rem 1rem 1.5rem;
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.partner .logo {
    padding: 10px 0 0;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.partner .logo img {
    width: 155px;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}

.partner h3 {
    font-size: 1.3rem !important;
    margin-bottom: 1rem;
    text-transform: none;
}

.partner .partner-info {
    text-transform: uppercase;
    font-size: .8rem;
}

.partner .partner-info a {
    text-transform: none;
    font-size: 1rem;
}

a i.fa-chevron-down::before {
    content: "\f077" !important;
    color: #3BAF73;
    font-size: 1rem;
}

a.collapsed i.fa-chevron-down::before {
    content: "\f078" !important;
    color: #3BAF73;
    font-size: 1rem;
}

.partner .border-left {
    border-color: #d7dbdf !important;
}

.partner span.material-symbols-outlined {
    vertical-align: middle;
    color: #303B90;
    font-size: 1.2rem;
    padding-right: .4rem;
}

.badge-info {
    background-color: #E3F5EC;
    color: #3BAF73;
    font-weight: 500;
}

.border-right {
    border-right: 1px solid #becbd8 !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    border-color: #becbd8;
    color: #444;
}

.page-link:hover {
    background-color: #f0f1f2;
    color: #303B90;
}

.page-item.active .page-link {
    background-color: #303B90;
    border-color: #303B90;
}

.share {
    padding-top: 10px;
    border-top: 1px solid #becbd8;
    border-bottom: 1px solid #becbd8;
    margin-top: 2rem;
}

#contact-form {
    background: #f2f2f2;
    padding: 1.5rem 2rem 3rem;
}

#contact-form .form-control {
    border: 2px solid #becbd8;
}

.form-control {
    padding: .6rem;
}

.icon.w15 {
    width: 20px;
    margin-bottom: 4px;
}

#archived-newletters li {
    margin-bottom: .5rem;
}

.search-result {
    margin-bottom: 1rem;
    border-bottom: 1px solid #becbd8;
}

.search-result h2 {
    margin-bottom: 0rem !important;
    padding-top: 1rem !important;
    font-size: 1.2rem !important;
}

.search-result:first-child h2 {
    padding-top: 0 !important;
}

.search-result h2:before {
    display: none;
}

.search-result .btn-link {
    color: #8dbc28;
}

.event-info span {
    color: #3BAF73;
    padding-right: .5rem;
    vertical-align: bottom;
}

section#eu-logo {
    color: #8C8C8C;
    padding: 4rem 0;
    background: #fff;
}

#eu-logo img {
    width: 400px;
    float: left;
}

#footer {
    padding: 5rem 0 2rem 0;
    background-color: #303B90;
}

#footer .border-right {
    border-right: 1px solid #6880B4 !important;
}

#footer h2 {
    color: #fff;
}

#footer-menu {
    padding: 1.5rem 0 1rem 0;
    margin-top: 2rem;
    border-top: 1px solid #6880B4;
}

#footer ul {
    margin-top: .6rem;
}

#footer ul li {
    margin-right: 1.5rem;
}

#footer ul li a, #footer {
    color: #fff;
    font-weight: 400;
}

#footer ul li a i {
    color: #fff;
    font-size: 1.2rem;
}

#footer ul li a:hover {
    color: #fff;
}

#scrollUp {
    bottom: 80px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: url(../images/scroll-up.png) no-repeat;
    background-size: 100%;
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: #000;
    position: absolute;
    right: 10px;
    top: 15px;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
}

.navbar-toggler {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/ico-menu.png);
}

/*--------------------------------*/

@media (min-width: 767px) and (max-width: 1199px) {
    #intro {
        padding-bottom: 0px;
    }

    .intro-content {
        padding: 190px 0 110px;
    }

    #partnersCarousel .carousel-item img {
        height: 100px;
    }

    #info-event {
        font-size: .85rem;
    }

    .event-info span {
        padding-right: 0.2rem;
    }

    #page-banner {
        padding: 160px 0 60px;
    }
}

@media (max-width: 1199px) {
    .h4, h4 {
        font-size: 1.2rem;
    }

    #intro-text {
        font-size: 1rem;
        min-height: 400px;
        padding-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (max-width: 992px) {
    .navbar-light .navbar-toggler {
        display: none;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .navbar-brand img {
        width: 120px;
    }

    .navbar-collapse {
        margin: 1rem 0;
    }

    #partnersCarousel .carousel-item img {
        height: 115px;
    }

    section#news .news-item h2 {
        font-size: 1rem;
        line-height: initial !important;
    }

    #page-banner {
        background-position: center 20px;
    }

    #main-content h2:before {
        display: none;
    }

    #aside-menu {
        border-top: 3px solid #d8d8d8;
        padding-top: 1rem;
        margin-top: 1rem;
    }

    #news-list .news-img {
        max-height: initial;
    }

    #info-event {
        margin-top: 1.5rem;
    }

    #event-info span {
        margin-right: 1rem !important;
    }

    #scrollUp {
        bottom: 120px;
    }

    #footer h2 {
        font-size: 1.6rem;
    }

}

@media (max-width: 767px) {
    .container {
        max-width: 95% !important;
    }

    #video-home {
        max-height: 510px;
    }

    .intro-content {
        padding: 140px 0 80px;
        max-height: 510px;
    }

    #intro-text {
        font-size: 1rem;
        line-height: 1.8rem;
        min-height: inherit;
    }

    #intro-text h1 {
        font-size: 2.1rem;
    }

    section {
        padding: 3rem 0;
    }

    #project-numbers {
        font-size: 1rem;
    }

    #project-numbers .icon {
        font-size: 3rem;
    }

    .news-img, #news-list .news-img {
        max-height: inherit;
    }

    .border-right {
        border-right: none !important;
    }

    .news-item .news-info {
        margin-bottom: 2rem;
    }

    section#news h2 {
        font-size: 1.8rem;
    }

    #eu-logo img {
        display: block;
        margin-bottom: 1.5rem;
        float: none;
    }

    #footer {
        padding-top: 3rem;
    }

    #footer h2 {
        font-size: 1.4rem;
    }

    #footer h2 {
        padding-top: 2rem;
    }

    #footer .border-right {
        border-right: none !important;
    }

    #aside-menu {
        border-top: 3px solid #d8d8d8;
        padding-top: 1rem;
        margin-top: 0.5rem;
    }

    #page-banner {
        background-position: center 45px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {

}

@media (max-width: 576px) {
    #intro-text h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .breadcrumb {
        font-size: 0.8rem;
    }

    #aside-menu {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

    .partner .border-start {
        border-left: none !important;
    }
}
