.actions_bar {
    background-color: #000;
    color: #fff;
}

.FAC_move_button, .FAC_day_cont, .FAC_sel_date {
    font-family: 'AvenirDemi';
}

.FAC_cal_button {
    font-family: 'Avenir';
}

.FAC_sel_date {
    background-color: #000;
    color: #fff;
    font-family: 'Avenir';
    font-weight: normal;
}

.FAC_cur_date {
    background-color: #4361ee;
}

.FAC_action_date {
    background-color: var(--main-blue);
    color: var(--font-color);
}

.FAC_select {
    font-family: 'Avenir';
}

.article_carousel_cont {
    height: 25vh;
    flex: 0 0 25vh;
    position: relative;
    cursor: pointer;
}

.article_carousel_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.article_carousel_texts_cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 1.3vh 0.7vw;
    background-color: rgba(0,0,0,0.4);
}

.article_carousel_cats_cont {
    margin: 0 0 1vh 0;
}

.article_carousel_cat_cont {
    margin: 0 1vw 0 0;
}

.article_carousel_cat_color {
    width: 0.8vmin;
    height: 0.8vmin;
    margin: 0 0.5vw 0 0;
}

.article_carousel_cat_text {
    font-family: 'AvenirDemi';
    font-size: 1.2vmin;
    font-weight: normal;
    color: #fff;
    padding: 0.3vh 0 0 0;
}

.article_carousel_title {
    font-family: 'AvenirDemi';
    font-size: 2vmin;
    font-weight: normal;
    color: #fff;
    margin: 0 0 0.7vh 0;
}

.article_carousel_date {
    font-family: 'Avenir';
    font-size: 1.4vmin;
    font-weight: normal;
    color: #fff;
}

.article_carousel_date_sep {
    width: 1px;
    background-color: #fff;    
    margin: 0 0.5vw;
    height: 1.5vmin;
    flex-shrink: 0;
}

.article_carousel_author {
    font-family: 'Avenir';
    font-size: 1.4vmin;
    font-weight: normal;
    color: #fff;
}

.article_bottom_cont {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    cursor: pointer;
}

.article_bottom_img {
    width: 15vw;
    height: 9vw;
    flex-shrink: 0;
    margin: 0 0 1.5vh 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.article_bottom_title {
    font-family: 'AvenirDemi';
    font-size: 1.8vmin;
    font-weight: normal;
    color: var(--font-color);
    margin: 0 0 0.7vh 0;
}

.article_bottom_cats_cont {
    margin: 0 0 1vh 0;
}

.article_bottom_cat_cont {
    margin: 0 1vw 0 0;
}

.article_bottom_cat_color {
    width: 0.8vmin;
    height: 0.8vmin;
    margin: 0 0.5vw 0 0;
}

.article_bottom_cat_text {
    font-family: 'AvenirDemi';
    font-size: 1.2vmin;
    font-weight: normal;
    color: var(--font-color);
    padding: 0.3vh 0 0 0;
}

.action_list_sep {
    height: 1px;
    margin: 0 2vw 3vh 2vw;
    background-color: var(--main-blue);
}

.action_cont {
    padding: 0 2vw;
    align-items: center;
}

.action_cont:hover {
    background-color: rgb(53, 53, 53);
}

.action_texts_cont {
    flex: 1 100%;
}

.action_cat_text {
    color: var(--main-blue);
}

.action_title, .action_date, .action_desc {
    color: #fff;
    flex-shrink: 0;
}

.action_date {
    white-space: nowrap;
    padding: 0.3vh 0 0 0;
    margin: 0 1vw 0 0;
}

.pin_cont {
    border: solid 1px var(--border-gray);
    border-radius: 5px;
    padding: 5px;
    flex-grow: 0;
    width: 30vw;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    overflow: hidden;
}

.pins_row_cont {
    margin: 20px 0 0 0;
}

.pin_url {
    font-size: 1.2vmin;
    color: var(--separator-blue);
    font-family: 'Avenir';
    cursor: pointer;
    margin: 0;
}

.pin_url_cont {
    margin: 10px 0 0 0;
}