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

div#main-content {
    padding: 50px 0;
}

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

a {
    color: #4c8b33;
}

a:hover {
    color: #60b041;
    cursor: pointer;
    text-decoration: none;
}

a.nav-link:active {
    color: #2daae1 !important;
}

h1, h3, h4, h5, h6 {
    color: #007382;
}

h6 {
    margin-bottom: .4rem;
    font-weight: 600;
}

#project h1 {
    font-size: 1.6rem;
    color: #ebb540;
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 0 10px;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    color: #007382;
}

h3 {
    color: #007382;
    position: relative;
    margin-bottom: 3rem;
}

h3:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 100px;
    border: 3px solid #007382;
}

.post-box h3 {
    font-size: 1.2rem;
}

h3 a {
    color: #007382;
}

h3 a:hover {
    color: #00a0b5;
}

h4 {
    margin-bottom: 1.2rem;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #ebb540;
    border-color: #ebb540;
}

.btn-primary:hover {
    background-color: #2daae1;
    border-color: #2daae1;
}

.btn-outline-primary {
    color: #ebb540;
    background-color: transparent;
    border-color: #ebb540;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #ebb540;
    border-color: #ebb540;
}

.btn-outline-secondary {
    color: #007382;
    background-color: transparent;
    border-color: #007382;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #007382;
    border-color: #007382;
}

.navbar-expand-lg {
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-expand-lg.sticky {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    background: #fff;
    padding-bottom: 0;
}

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

.navbar-expand-lg.sticky #header #top-social {
    top: 20%;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

#header {
    background: #fff;
    position: relative;
}

#header #top-social {
    top: 30%;
    right: 0;
}

#header #top-social img.icon {
    width: 26px;
}

.social {
    border: 1px solid #f6b223;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    color: #f6b223;
    margin-left: 10px;
}

#menu {
    background: #4c8b33;
    position: relative;
}

.navbar-brand {
    padding: 5px 0;
}

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

.nav-item {
    position: relative;
}

#menu .dropdown-menu {
    border: none;
    margin-top: .2rem;
    border-radius: 0;
    padding: 0.4rem 0;
    background: none;
}

#menu .dropdown-menu li {
    border-right: 1px solid #fff;
    padding: 0 1.2rem;
}

#menu .dropdown-menu li:first-child {
    padding-left: .7rem;
}

#menu .dropdown-menu li:last-child {
    border-right: none;
}

#menu .dropdown-menu .dropdown-item {
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 .3rem 0;
}

#menu .dropdown-menu .dropdown-item:hover {
    border-bottom: 3px solid #fff;
    background: none;
}

#menu .dropdown-menu.show {
    display: inline-flex;
}

#menu .dropdown-menu .dropdown-item {
    display: inline;
}

#menu .dropdown-bg {
    height: 46px;
    width: 100%;
    background-color: #f6b223;
    position: absolute;
    top: 49px;
    left: 0;
    display: none;

}

.dropdown-toggle::after {
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
    position: absolute;
    left: 45%;
    bottom: 25%;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    background-color: #f6b223;
}

#search.dropdown-toggle::after {
    display: none;
}

#search-field.dropdown-menu {
    min-width: 13rem;
    border-color: #f6b223;
    padding: .2rem 0;
    background: #fff;
    border-radius: 0;
}

#search-field.dropdown-menu .form-control {
    background: transparent;
}

.sticky #search-field.dropdown-menu {
    border-color: #dadada;
}

#search-field.dropdown-menu .form-control {
    border: none;
}

#top-social.navbar-nav .nav-link {
    padding-right: 0.1rem;
    padding-left: 1rem;
}

#banner-home {
    background: url(../images/banner-home-01.png) no-repeat top center;
    background-size: cover;
    min-height: 430px;
    margin-top: 150px;
}

#banner-home .row {
    min-height: 430px;
}

#banner-home #intro-text {
    background: #ebb540;
    font-size: 1.3rem;
    color: #ffffff;
    padding: 30px 15px;
}

section#project {
    padding: 5rem 0 3rem;
    position: relative;
}

section#news {
    padding: 2rem 0;
}

#focus-news {
    background: #f2f2f2;
}

.data {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.news-image {
    background: url(../images/banner-home.jpg) no-repeat center;
    background-size: cover;
    min-height: 380px;
}

#focus-event {
    background: #f6b223;
    color: #fff;
}

#focus-event h3, #focus-event h3 a {
    color: #fff;
}

#focus-event h3 a:hover {
    color: #fdebc6;
}

#focus-event h3:after {
    border-color: #fff;
}

#focus-event img.icon, #focus-meeting img.icon, .post-box.events img.icon, .post-box.meeting img.icon, .post-content img.icon {
    width: 26px;
    margin-right: 25px;
}

#focus-meeting h3, #focus-meeting h3 a {
    color: #4c8b33;
}

#focus-meeting h3 a:hover {
    color: #60b041;
}

#focus-meeting h3:after {
    border-color: #4c8b33;
}

.vertical-text {
    transform: rotate(-90deg);
    transform-origin: left bottom;
    margin: 90px 0 0 50px;
    text-transform: uppercase;
    position: relative;
}

.vertical-text:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 75px;
    width: 39px;
    height: 1px;
    background-color: #fff;
}

#focus-news .vertical-text {
    color: #007382;
    margin: 75px 0 0 50px;
}

#focus-news .vertical-text:after {
    background-color: #007382;
    left: 60px;
    width: 39px;
}

#focus-meeting .vertical-text {
    color: #4c8b33;
    margin: 225px 0 0 50px;
    width: 200px;
}

#focus-meeting .vertical-text:after {
    background-color: #4c8b33;
    left: 210px;
    width: 39px;
}

.post-box {
    border: 1px solid #007382;
    margin-bottom: 2rem;
}

.post-box .box-body {
    padding: 1.6rem;
}

.post-box.events, .post-box.events h3:after {
    border-color: #f6b223;
}

.post-box.events h3 a {
    color: #f6b223;
}

.post-box.events h3 a:hover {
    color: #f8c354;
}

.post-box.meeting, .post-box.meeting h3:after {
    border-color: #4c8b33;
}

.post-box.meeting h3 a {
    color: #4c8b33;
}

.post-box.meeting h3 a:hover {
    color: #60b041;
}

section#partners {
    background-color: #f2f2f2;
    padding: 3rem 0 1rem;
}

#partnersCarousel .carousel-inner .carousel-item.active,
#partnersCarousel .carousel-inner .carousel-item-next,
#partnersCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

#partnersCarousel .carousel-inner .carousel-item-right.active,
#partnersCarousel .carousel-inner .carousel-item-next {
    transform: translateX(25%);
}

#partnersCarousel .carousel-inner .carousel-item-left.active,
#partnersCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}

#partnersCarousel .carousel-inner .carousel-item-right,
#partnersCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

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

#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: 110px;
    padding: 10px 40px;
    background-color: #fff;
}

section#legal {
    padding: 3rem 0;
    font-size: 0.9rem;
    background-color: #f2f2f2;
}

section#legal img {
    height: 50px;
}

.line-vert-top, .line-vert-bottom {
    position: absolute;
    left: 50%;
    display: block;
    width: 1px;
    height: 40px;
    background-color: #f6b223;
}

.line-vert-top {
    top: 25px;
}

.line-vert-bottom {
    bottom: 0px;
}

#page-header {
    padding: 9rem 0 1.5rem;
    background: url(../images/banner-home-01.png) no-repeat 0 -114px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 150px;
}

#page-header #page-title div {
    background: rgba(246, 178, 35, 0.9);
    padding: 0 1rem;
}

#page-header h1 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #fff;
    padding: 1.3rem 0;
    margin-bottom: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0 2rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0 !important;
    float: right;
    font-size: 0.8rem;
    color: #fff;
}

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

.breadcrumb-item.active {
    color: #fff;
}

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

#main-content h2 {
    padding-top: 2rem;
}

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

#main-content .post-content h2 {
    padding-top: 0;
    text-transform: none;
}

#main-content .post-content h2 a, #main-content .search-result h2 a {
    color: #007382;
}

label {
    font-size: 0.9rem;
}

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

.partner {
    border: 1px solid #f6b223;
    padding: 1.5rem 0 1.5rem;
    position: relative;
}

.partner .partner-logo {
    border-right: 3px solid #f6b223;
}

.partner .btn.collapsed .fa-angle-up:before {
    content: "\f107" !important;
}

.partner-info {
    padding: .6rem 0 1.3rem 0;
    color: #007382;
}

.partner-info a {
    color: #007382;
}

.partner-info img.icon {
    width: 26px;
    margin: 0 10px 0 25px;
}

.partner-info img.icon:first-child {
    margin-left: 0;
}

.partner .arrow-more {
    position: absolute;
    right: 0px;
    bottom: -20px;
}

.partner .btn {
    border: none;
    font-size: 1.5rem;
    color: #f6b223;
}

.document-list li, .video-list li, .document-list li {
    margin-bottom: 2rem;
}

.document-list img.icon, .document-list img.icon {
    width: 20px;
}

.icon.w20 {
    width: 20px;
}

.share {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 1.8rem 0 1rem;
    margin-bottom: 2rem;
}

.share a {
    color: #007382;
}

.share a:hover {
    color: #00a0b5;
}

.form-control {
    border-radius: 0;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-bottom: 2px solid #007382;
    height: calc(2.25rem + 15px);
}

.input-group-prepend .input-group-text {
    border-right: 1px solid #f8f9fa !important;
    border-bottom: 2px solid #007382;
    border-radius: 0;
    background: #f8f9fa;
    max-height: 51px;
}

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

.search-result h2 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: normal !important;
    padding: 10px 0;
    text-transform: none;
    border-bottom: none;
    margin-bottom: 0.5rem;
    display: block;
    padding-top: 1rem !important;
}

.search-result h2 a:hover {
    color: #00a0b5 !important;
}

.category {
    text-transform: uppercase;
    color: #007382;
    font-size: 0.8rem;
}

.page-link {
    color: #007382;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #007382;
    border-color: #007382;
}

#footer {
    padding: 3rem 0 1rem;
    background: #007382;
    color: #fff;
}

#footer .h4 {
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

#footer .social {
    border-color: #fff;
}

.border-right {
    border-right: 5px solid #fff !important;
}

#footer ul {
    padding-top: 5rem;
}

#footer ul a {
    color: #fff;
    text-transform: uppercase;
    font-size: .9rem;
}

#footer ul a:hover {
    color: #deebf7;
}

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

.navbar-light .navbar-toggler {
    color: #000;
    border-color: #000;
}

.navbar-toggler {
    border: none;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 15px;
}

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


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

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

    .carousel-caption {
        bottom: 90px;
    }

    #project {
        padding: 40px 0;
    }
}

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

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: .8rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand img {
        width: 150px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 0.9rem;
    }

    #menu .dropdown-bg {
        top: 46px;
    }

    #banner-home, #page-header {
        margin-top: 129px;
    }
}

@media (max-width: 992px) {
    .navbar {
        background: #fff;
    }

    .navbar-brand {
        padding: 5px 10px;
    }

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

    .navbar-nav {
        margin-top: 10px;
    }

    .nav-item span {
        text-align: left;
        top: 20px;
        left: 0;
    }

    .navbar-nav .nav-link {
        padding-left: 15px;
    }

    .navbar-light .navbar-nav .nav-link {
    }

    .navbar-light .navbar-nav .nav-link:hover {
    }

    #menu .dropdown-menu.show {
        display: block;
        position: relative !important;
        transform: none !important;
        background: #3e722a;
        margin-top: 0;
    }

    #menu .dropdown-menu.show .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        background: #2a4d1c;
    }

    #menu .dropdown-menu.show li {
        margin-bottom: .5rem;
        border-right: none;
    }

    #menu .dropdown-menu li, #menu .dropdown-menu li:first-child {
        padding-left: 1.5rem;
    }

    .dropdown-toggle::after {
        position: relative;
        left: 0;
    }

    .dropdown-bg {
        display: none !important;
    }

    #banner-home, #page-header {
        margin-top: 62px;
    }

    #header #top-social {
        top: 20%;
    }

    .carousel-control-next, .carousel-control-prev {
        top: 40px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 38px;
        height: 60px;
    }

    .news-text {
        padding-left: 0;
    }

    .news-text .col-1 {
        display: none;
    }

    #partnersCarousel .carousel-control-next, #partnersCarousel .carousel-control-prev {
        bottom: 70px;
    }

    #partnersCarousel .carousel-item img {
        height: 90px;
        padding: 10px 30px;
    }

    #page-header {
        padding: 10rem 0 1.5rem;
    }

    #page-header h1 {
        font-size: 2rem;
    }

    .breadcrumb {
        padding: 1.5rem 0 1.5rem 0;
    }

    #focus-event img.icon, #focus-meeting img.icon, .post-box.events img.icon, .post-box.meeting img.icon, .post-content img.icon {
        width: 26px;
        margin-right: 15px;
    }

    #main-content .post-content h2 {
        padding-top: 1.2rem;
    }
}

@media (max-width: 767px) {
    #partnersCarousel .carousel-item img {
        height: 70px;
        padding: 10px 20px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .container {
        max-width: 700px;
    }

    .list-unstyled {
        padding-left: 10px;
        line-height: 1.5rem;
    }
}

@media (max-width: 576px) {
    #partnersCarousel .carousel-item img {
        height: 70px;
        padding: 10px 10px;
    }

    h2 {
        font-size: 1.6rem;
    }

    #page-header h1 {
        font-size: 1.6rem;
    }

    .breadcrumb {
        font-size: 0.8rem;
    }

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

    #footer .col-sm-6.border-right {
        border-right: none !important;
        border-bottom: 1px solid #fff;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

}

.verdone {
    color: #007382;
}

.linkverdone {
    color: #007382;
    text-decoration: underline;
}
