.page-taxonomy #main {
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.page-taxonomy #content {
    flex: 0 1 69%;
    padding-left: 15px;
}

.page-taxonomy #sidebar-node {
    flex: 0 1 31%;
    padding-right: 15px;
}




@media screen and (max-width:1200px) {
    .page-taxonomy #content {
        flex: 0 0 100%;
        padding: 0;
    }

    .page-taxonomy #sidebar-node {
        flex: 1 0 100%;
        padding: 0;
    }
}


/************ Pager *************/
.page-taxonomy .pager {
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}

.page-taxonomy .pager ul {
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.page-taxonomy .pager ul li {}

.page-taxonomy .pager a {
    display: inline-block;
    min-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #f1f1f1;
    border-radius: 4px;
    margin: 0 3px;
    overflow: hidden;
    padding: 0 10px;
}

.page-taxonomy .pager ul li.is-active a {
    background: #b9bdca;
}

.page-taxonomy .pager ul li a:hover {
    background: #ddd;
}

.page-taxonomy .pager .pager__item--ellipsis {
    display: none
}

.page-taxonomy .pager .pager__item--next {
    display: none
}

@media screen and (max-width:600px) {
    .page-taxonomy .pager ul li:nth-child(6)~li {
        display: none
    }

    .page-taxonomy .pager ul li:nth-child(6)~li.pager__item--last {
        display: inline-block
    }
}





.term-heading {
    margin-bottom: 30px;
}

.term-heading .title h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.term-heading .image {}

.term-heading .body {}

.term-heading .body * {}

.term-heading .body p {
    margin: 0;
    margin-bottom: 15px;
    color: #222;
}

@media screen and (max-width:1200px) {
    .term-heading {
        padding: 0 15px;
    }
}





/*********************************/
/******** children-tags **********/
/*********************************/

.children-tags {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.children-tags .block-title span {
    display: inline-block;
    width: 100%;
    font-weight: 900;
    margin-bottom: 5px;
}

.children-tags .views-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.children-tags .views-row {
    flex: 0 0 33.3%;
    padding: 3px 0;
}

.children-tags .views-row a {
    display: inline-block;
    padding: 3px 14px;
    color: #000;
    font-size: 11px;
    width: 100%;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
}

.children-tags .views-row a.fade-in {
    transition: all 0.5s linear;
    opacity: 1;
}

.children-tags .views-row a:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: var(--beth-red);
    position: absolute;
    right: 2px;
    top: 10px;
    border-radius: 4px;
}

@media screen and (max-width:1200px) {
    .children-tags .views-content {
        margin: 0
    }

    .children-tags {
        padding: 0 20px;
    }
}

@media screen and (max-width:700px) {
    .children-tags .views-row {
        flex: 0 0 50%;
    }
}









.person-header {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.person-header .views-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 20px;
    padding: 0px 20px 20px;
    box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%);
    border-radius: 7px;
}

.person-header .image {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100px;
    position: relative;
    margin-top: -50px;
    margin-bottom: 10px;
}

.person-header .title {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 6px;
}

.person-header .title h1 {
    font-size: 17px;
    font-weight: 700;
}

.person-header .subtitle {
    margin-bottom: 9px;
    width: 100%;
    text-align: center;
}

.person-header .subtitle * {
    font-size: 11px;
    color: #777;
}

.person-header .body {
    flex: 0 0 100%;
}

.person-header .socials {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

.person-header .views-label {
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px;
    text-align: center;
    color: #395c98;
    font-weight: 500;
    font-size: 13px;
}

.person-header .socials .field-content {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.person-header .socials a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    background: #b7000017;
    border: 1px dashed #b70000;
    font-size: 12px;
    color: #666;
    border: 1px dashed #013d82;
    background: #013b820a;
    color: #01308294;
}

.person-header .socials a i {
    color: #01308294;
    position: relative;
    top: 2px;
}

.person-header .body p {
    margin: 0;
    text-align: center;
    font-size: 10px;
    color: #777;
    line-height: 16px;
}

.person-header .image img {
    border-radius: 1000px;
}

.person-header .content {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width:1200px) {
    .person-header {
        margin: 60px 0 0;
        width: 100%;
        padding: 0 15px;
        border-radius: 157px;
    }
}

@media screen and (max-width:650px) {
    .person-header {
        padding: 0 12px;
    }
}






















.timeline {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.timeline .timeline-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.timeline .card {
    display: inline-block;
    width: 100%;
    padding-right: 40px;
    position: relative;
    padding: 10px 23px 10px 0;
    overflow: hidden;
}


.timeline .card:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 14px;
    width: 9px;
    height: 9px;
    background: #013d82;
    border-radius: 100px;
}

.timeline .card:after {
    content: '';
    position: absolute;
    right: 9px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #013d824d;
    border-radius: 100px;
}

.timeline .card .ctime {
    width: 100%;
    display: inline-block;
    color: #064184;
    margin-bottom: 3px;
}

.timeline .card .ctitle {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    color: #002d60;
    padding: 7px 30px 7px 0;
}

.timeline .btitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #013d82;
}

.timeline .card .ctitle:before {
    content: '';
    position: absolute;
    right: 17px;
    top: 17px;
    width: 7px;
    height: 2px;
    background: #064184;
}

.timeline .card .cbrief {
    font-size: 12px;
    color: #999;
}

.more-body-block .more-body {
    padding: 20px 20px 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%);
    border-radius: 7px;
}

.more-body-block .more-body * {
    font-size: 12px;
    line-height: 22px;
    color: #555;
}

.timeline-block .timeline {
    padding: 20px 20px 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%);
    border-radius: 7px;
}

@media screen and (max-width: 1200px) {
    .timeline-block {
        padding: 0 15px;
    }
}