h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}


h1.new-section {
    background-color: #0065BD;
    color: #ffffff;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.5;
    margin:0;
    padding:10px 60px;
}

p {
    margin-bottom: 1rem;
}

/* The navigation bar */
.navbar {
    /*overflow: hidden;*/
    background-color: #fed100;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    height: 85px;
    z-index: 10;
    padding: 0 60px;
}

.navbar .socialmedia ul {
    margin-top: 10px;
    float: right;
}

.logo {
    display: inline-block;
    padding-right: 0;
    padding-top: 10px;
    width: 50%;
}

.logo a {
    z-index: 1;
    height: auto;
    outline-color: #000;
    float: none;
    overflow: hidden;
    color: #777;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

.logo a img {
    padding-right: 20px;
    max-height: 60px;
    float: left;
    display: block;
    max-width: 50%;
}

.logo a h1 {
    font-size: 18px;
    color: #0065bd;
    font-weight: 700;
    line-height: 1.1;
    /*white-space: nowrap;*/
}

.socialmedia {
    float: right;
    width: 30%;
}


.socialmedia li {
    display: inline-block;
}

/* Links inside the navbar */
/*.navbar a {*/
/*    float: left;*/
/*    display: block;*/
/*    color: #f2f2f2;*/
/*    text-align: center;*/
/*    padding: 14px 16px;*/
/*    text-decoration: none;*/
/*}*/

/* Change background on mouse-over */
/*.navbar a:hover {*/
/*    background: #ddd;*/
/*    color: black;*/
/*}*/

/* MENU LANGUAGE */
.lang {
    float: right;
    padding-left: 50px;
}

.lang .btn {
    box-shadow: none;
    background-color: #000000;
    color: #ffffff;
}

.lang #menu {
    background-color: #0065BD;
    color: #ffffff;
    overflow: hidden;
    /*max-height: 0;*/
    display: none;
    position: fixed;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    max-width:500px;
    margin-left:60px;
    right: 60px;
    top:70px;
    z-index: 1000;
}

.lang #menu li {
    list-style: none;
    padding: 0;
    width: 45%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
}
.lang #menu a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: smaller;
}
.lang #menu a:hover {
    text-decoration: underline;
}

label {
    margin-top: 10px;
}

#menu-toggle {
    display: none;
}


#menu-toggle:checked + #menu {
    display: inline;
    max-height: 100%;
}
/* END MENU LANGUAGE */

/* Main content */
.main {
    margin-top: 80px; /* Add a top margin to avoid content overlay */

}

.spotlight.style1 .content {
    padding-left: 3rem;
}


/*MAP*/

#mapid {
    height: 800px;
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

div.timeline-illustration {
    width: 150px;
    height: 150px;
    margin-top: 0;
    order: 1;
    margin-left: calc(5% - 10px);
    will-change: transform;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
}

div.cd-timeline__block:nth-child(2n) .timeline-illustration {
    margin-right: -10px;
}

div.cd-timeline__block:nth-child(2n+1) .timeline-illustration {
    margin-left: calc(5% - 20px);
}

div.timeline-illustration img{
    width: 150px;
    height: 150px;
}

.lookingaheadsection  .content {
    opacity: 0.8;
}

.areasofwork.spotlight.style1 .content {
    background: none;
}

.areasofwork.spotlight.style1 .content h3 {
    font-weight: bold;
    margin-bottom: 0;
}


@media screen and (max-width: 480px) {
    .navbar {
        padding: 0 10px;
        height:60px;
    }
    .main {
        margin-top:60px;
    }

}

@media screen and (max-width: 736px) {
    .logo {
        min-width: 50%;
        width:auto;
    }
    .logo a h1 {
        font-size: 14px;
    }
    .socialmedia {
        visibility: hidden;
    }
}

@media screen and (min-width: 737px) {
    .lookingaheadsection.spotlight.style1 .content {
        background: #fff !important;
        position: relative;
        width: 40rem;
        max-width: 50%;
        border-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        margin-bottom: 2rem;
        z-index: 1;
        margin-left: 0;
    }

    .lookingaheadsection.spotlight.style1.orient-left .content {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .lookingaheadsection.spotlight.style1 {
        padding: 3rem 2.25rem 1rem 2.25rem;
    }

    .lookingaheadsection.spotlight.style1.orient-left {
        -moz-justify-content: -moz-flex-start;
        -webkit-justify-content: -webkit-flex-start;
        -ms-justify-content: -ms-flex-start;
        justify-content: flex-start;
        padding-left: 0;
    }

    .lookingaheadsection.spotlight.style1 .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 0;
    }


    .areasofwork.spotlight.style1 .content{
        background: transparent !important;
        position: relative;
        width: 40rem;
        max-width: 50%;
        border-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        margin-bottom: 2rem;
        z-index: 1;
        margin-right: 0;
    }

    .areasofwork.spotlight.style1.orient-right .content {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .areasofwork.spotlight.style1 {
        padding: 3rem 2.25rem 1rem 2.25rem;
    }

    .areasofwork.spotlight.style1.orient-right {
        -moz-justify-content: -moz-flex-end;
        -webkit-justify-content: -webkit-flex-end;
        -ms-justify-content: -ms-flex-end;
        justify-content: flex-end;
        padding-right: 0;
    }


    .areasofwork.spotlight.style1 .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 0;
    }


}



.introduction h1 {
    font-weight: bold;
    font-size: 2.25rem;
}

.quote  {
    color: #0065BD;
    vertical-align:super;
    font-style: italic;
}

