#actions_cont {
    display: flex;
    flex-direction: row;
    border-top: solid 1px #fff;
}

#actions_title_bar {
    height: 6vh;
    flex: 0 0 6vh;
    padding: 0 1vw;
}

#actions_title {
    font-family: 'AvenirDemi';
    font-size: 1.7vmin;
    font-weight: normal;
    white-space: nowrap;
    padding: 0.3vh 0 0 0;
}

#actions_list_cont {
    display: flex;
    flex-direction: column;
    flex: 1 100%;
    padding: 1vh 0.4vw;
}

#actions_calendar_cont {
    border-left: solid 1px #fff;
    padding: 2vh;
}

#actions_calendar_inner_cont {
    background-color: #fff;
    padding: 2vh;
}

#noActions {
    color: #fff;
}

#carousel_replacer {
    height: 25vh;
    flex: 0 0 25vh;
    background-image: url("../images/carousel_repl1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#carousel {
    height: 25vh;
    flex: 0 0 25vh;
}

#map_title {
    font-family: 'AvenirDemi';
    font-size: 2.5vmin;
    font-weight: normal;
    white-space: nowrap;
    padding: 0.3vh 0 0 0;
    flex: 1 100%;
    text-align: center;
}

#map {
    height: 70vh;
    flex: 0 0 70vh;
    margin: 1vh 0 0 0;
    position: relative;
}

#random_articles_cont {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 4vh 0;
}

#news_texts_cont {
    flex: 1 100%;
}

#register_news_cont {
    background-color: #000;
    padding: 3vh 2vw;
    margin: 0 0 3vh 0;
}

#register_news_main_text {
    color: #fff;
    font-family: 'AvenirDemi';
    font-size: 2vmin;
    font-weight: normal;
    white-space: nowrap;
    padding: 0.3vh 0 0 0;
}

#register_news_gdpr_text {
    color: #fff;
    font-family: 'Avenir';
    font-size: 1.2vmin;
    font-weight: normal;
    white-space: nowrap;
    padding: 0.3vh 0 0 0;
}

#news_email_input {
    width: 15vw;
}

#news_email_cont {
    flex-shrink: 0;
}
