/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
    line-height: 1.3em;
    color: #41566c;
}

body > .menu-menu-ro-container,
body > .menu-menu-en-container,
body > .menu-menu-fr-container {
    display: none !important;
}

.a-white a{
    color:#fff!important;
    font-weight: 700;
    text-decoration: underline;
}

.flags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flags ul li {
    display: inline-block;
    margin-left:10px;
}

.main-navigation {
    margin-top: 15px;
    background-color: #f1f2f4;
    padding-top: 20px;
}

.main-navigation ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.main-navigation ul li {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.main-navigation ul li:first-child {
    margin-left: 0;
}

.main-navigation ul li:last-child {
    margin-right: 0;
}

.main-navigation ul li a {
    color: #41566c;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .main-navigation ul li a {
        font-size: 18px;
    }
}

.main-navigation ul li.current_page_item a {
    color: #9ea7b6;
}

.overflow-hidden {
    overflow:hidden;
}

.calendar {
    font-size: 20px;
    color: #677687;
}

.calendar .content {
    margin-top: 15px;
    margin-left: 25px;
    font-family: sans-serif;
}

.calendar .content .title {
    font-weight: 700;
    margin-bottom: 5px;
}

.calendar .content .description {
    margin: 0;
}

.timeline-item {
    display: flex;
    align-items: stretch;
    position: relative;
    margin-bottom: 20px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    bottom: -20px;
    width: 2px;
    background-color: #84c441;
    z-index: 1;
}

.timeline-item:last-child::before {
    display: none;
}

.marker {
    position: relative;
    width: 8px;
    background-color: #41566c;
    z-index: 2;
    flex-shrink: 0;
    border-radius: 20px;
}

.marker::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 30px;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #41566c;
}

.e-n-accordion-item-title {
    background-color: #84c441;
    border: none!important;
}

.e-n-accordion-item-title + div {
    border: none!important;
}