.archives {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.archives .left,
.archives .right {
    width: 100%;
    padding: 0 15px;
}
.archives .download {
    display: flex;
    /* flex-wrap: wrap; */
    margin: 30px 0;
    gap: 10px;
    justify-content: center;
}
.archives .download a {
    width: 33%;
}

.archives .articles {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.archives .articles::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
}
.archives .articles h2 {
    display: inline-block;
    position: relative;
    left: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 1rem;
    background: #f7f7f7;
    font-size: 1.143rem;
    font-weight: 400;
    line-height: 2.143rem;
    color: #616161;
    text-transform: unset;
}
.archives .articles .pdf_and_pages {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: -10px;

}

.article_title {
    font-size: 1.714rem;
    line-height: 2.143rem;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .archives {
        flex-wrap: nowrap;
    }
    .archives .left {
        width: 70%;
    }
    .archives .right {
        width: 30%;
    }
}


/* Archives Main */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.auth-deff_timeline figure {
    float: left;
    width: 135px;
}
.auth-deff_timeline figure img {
    width: 112px;
}



h3 {
    font-family: montserrat;
    line-height: 1.41398;
    font-weight: 700;
}
.auth-deff_timeline > li {
    position: relative;
    border-radius: 4px;
}
.auth-deff_timeline > li .time-span {
    background-color: #edf2f6;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    border: 1px solid #e1e6e9;
    border-bottom: 0;
    text-align: center;
}
.auth-deff_timeline > li .time-span .time-year {
    color: #a5a8ab;
    font-family: montserrat;
    font-size: 28px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}
.auth-deff_timeline > li .time-span .time-month {
    font-size: 16.5px;
    font-size: 1.17857rem;
    font-family: montserrat;
    margin-top: -10px;
}
.auth-deff_timeline > li .time-span .time-month,
.auth-deff_timeline > li .time-span .time-year {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.auth-deff_timeline > li .timeline-meta {
    background-color: #fff;
    border: 1px solid #f9f8f9;
    border-left: 0;
    border-right: 1px solid #eceff0;
    border-bottom: 0;
    margin-left: 250px;
    padding: 15px 45px;
    overflow: hidden;
}
.auth-deff_timeline > li .timeline-meta .staff-title {
    color: #d30015;
    font-size: 16px;
    font-size: 1.14286rem;
}
.auth-deff_timeline > li .timeline-meta h3 {
    margin-bottom: 3px;
}
.timeline-meta .__time {
    color: #666;
}
.timeline-meta .__loc {
    color: #666;
    margin-bottom: 15px;
}
.timeline-meta .__loc > span {
    font-weight: 700;
}
.auth-deff_timeline > li:first-child .timeline-meta {
    border-top: 1px solid #eceff0;
}
.auth-deff_timeline > li:last-child .timeline-meta {
    border-bottom: 1px solid #eceff0;
}
.auth-deff_timeline > li:first-child .time-span {
    border-top-left-radius: 4px;
}
.auth-deff_timeline > li:last-child .time-span {
    border-bottom: 1px solid #e1e6e9;
    border-bottom-left-radius: 4px;
}
@media (max-width:767px) {
    .auth-deff_timeline > li .time-span {
        width: 90px;
    }
    .auth-deff_timeline > li .time-span .time-year {
        font-size: 18px;
        font-size: 1.28571rem;
    }
    .auth-deff_timeline > li .time-span .time-month {
        font-size: 13px;
        font-size: 0.92857rem;
        margin-top: 0;
    }
    .auth-deff_timeline > li .timeline-meta {
        margin-left: 60px;
    }
}
ul {
    margin: 0;
}
a:active,
a:hover {
    outline: 0;
}
p {
    overflow: hidden;
}
*,
*:after,
*:before {
    box-sizing: inherit;
}
a {
    color: #d30015;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    color: #286090;
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    outline: 0;
}
ul {
    overflow-wrap: break-word;
}
p {
    overflow-wrap: break-word;
}


.auth-deff_timeline_timeline-segment a {
    color: #D30015;
}
.auth-deff_timeline_timeline-segment a:hover {
    color: #D30015;
}
.auth-deff_timeline_timeline-segment a:active {
    color: #D30015;
}
.auth-deff_timeline_timeline-segment h3 {
    font-family: Montserrat;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 24px;
    font-display: swap;
}

@media (max-width: 567px) {
    .auth-deff_timeline figure {
        float: none;
        margin-bottom: 15px;
    }
}