/* ABOUT --- ORG CHART ********************************************************/
.orgchart .profile {
    padding: 0 !important;
}

.orgchart .president {
    background-color: #151c52;
    z-index: 1;
    max-width: 350px;
}

.orgchart .provost1 {
    z-index: 4;
    position: relative;
}

.orgchart .president a,
.orgchart .provost a {
    border-bottom: 0 !important
}

.orgchart .president .details,
.orgchart .provost .details {
    background-color: transparent;
    color: #FFF;
    padding: 0 !important;
}

.orgchart .details {
    width: auto !important;
    margin-left: 1rem;
    min-height: auto;
    text-align: center;
    padding: 4px 4px 4px 2rem;
    background-color: #E5E2DD;
}

.orgchart img {
    border-radius: 3px;
}

.orgchart .provost .details {
    background-color: #151c52;
    margin: 0;
    padding: 3rem 0 1rem 0 !important;
    margin-top: -2rem;
    z-index: -1;
}

.orgchart .provost {
    width: 200px;
}

.orgchart .academic-title {
    background-color: #CFD1E6;
    border: 1px solid #aaacc7;
    padding: 1rem;
    border-radius: 30px;
    text-align: center;
    font-family: oswald;
    color: #151c52;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.orgchart .administration-title {
    background-color: #e6ded3;
    border: 1px solid #d4c8b8;
    padding: 1rem;
    border-radius: 30px;
    text-align: center;
    font-family: oswald;
    color: #8A704C;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.orgchart .academic-profiles a,
.orgchart .administration-profiles a {
    padding: 0.25rem 0 !important;
    display: block;
    border-bottom: 0 !important;
}

.orgchart .academic-profiles .details,
.orgchart .administration-profiles .details {
    text-align: left;
		transition: all ease-in-out 0.4s;
}

.orgchart .academic-profiles .details:hover, 
.orgchart .administration-profiles .details:hover {
    filter:brightness(0.9);
    transition: all ease-in-out 0.4s;
}

.orgchart .dept {
    font-size: 12px;
    color: #151c52;
    font-weight: bold;
}

.orgchart .title {
    font-size: 0.875rem;
    font-weight: 300;
}

.orgchart .line-vert-1 {
    height: 100%;
    position: absolute;
    left: 0;
}

.orgchart .line-vert-1:before {
    content: " ";
    height: 100%;
    width: 4px;
    margin-top: -4px;
    background-color: #9a7e4b;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.orgchart .line-vert-2 {
    height: 50%;
    position: absolute;
    left: 0;
}

.orgchart .line-vert-2:before {
    content: " ";
    height: 100%;
    width: 4px;
    margin-top: -4px;
    background-color: #9a7e4b;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.orgchart .line-hori-right:before {
    content: " ";
    height: 4px;
    width: 50%;
    background-color: #9a7e4b;
    display: block;
    margin-left: auto;
}

.orgchart .line-hori-left:before {
    content: " ";
    height: 4px;
    width: 50%;
    background-color: #9a7e4b;
    display: block;
    margin-right: auto;
}

.orgchart .line-hori:before {
    content: " ";
    height: 4px;
    width: 100%;
    background-color: #9a7e4b;
    display: block;
    margin-right: auto;
}

.orgchart .line-hori-2-right {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 60%;
}

.orgchart .line-hori-2-right:before {
    content: " ";
    height: 4px;
    width: 150%;
    background-color: #9a7e4b;
    display: block;
    margin-right: auto;
}

.orgchart.orgchart-mobile .details {
    text-align: left;
}

.orgchart.orgchart-mobile .president .details .name,
.orgchart.orgchart-mobile .president .details .title,
.orgchart.orgchart-mobile .provost .details .name,
.orgchart.orgchart-mobile .provost .details .title {
    padding-left: 1rem;
}

.orgchart.orgchart-mobile .president {
    margin-bottom: 1rem !important;
    width: 100%;
    max-width: 100% !important;
}

.orgchart.orgchart-mobile .provost {
    width: 100%;
    background-color: #151c52;
    z-index: 1;
    margin-bottom: 1rem !important;
}

.orgchart.orgchart-mobile .provost .details {
    background-color: transparent;
    margin-left: 1rem;
    padding: 1rem 0 1rem 0 !important;
    margin-top: 0rem;
    z-index: -1;
}

.orgchart.orgchart-mobile .accordion-expander {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    color: #FFF;
    background-color: rgba(255, 255, 255, .2);
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    z-index: 99;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orgchart.orgchart-mobile .accordion-expander:after {
    content: "-";
}

.orgchart.orgchart-mobile .accordion-expander.collapsed:after {
    content: "+";
}

.orgchart.orgchart-mobile .accordion-expander:hover {
    background-color: rgba(255, 255, 255, .4);
}

.orgchart.orgchart-mobile .provost-list {
    margin-left: 40px !important;
    position: relative;
}

.orgchart.orgchart-mobile .admin-list-1 {
    padding-left: 40px !important;
}

.orgchart.orgchart-mobile #admin-list-2 .administration-title:before,
.orgchart.orgchart-mobile #admin-list-3 .administration-title:before {
    display: none;
}

.orgchart.orgchart-mobile .academic-list .profile,
.orgchart.orgchart-mobile .admin-list-1 .profile,
.orgchart.orgchart-mobile .admin-list-2 .profile {
    margin: .5rem 0;
}

.orgchart.orgchart-mobile .provost-list:after {
    content: " ";
    width: 4px;
    height: calc(100% + 42px);
    position: absolute;
    background-color: #8A704C;
    top: -42px;
    left: -27px;
}

.orgchart.orgchart-mobile .provost-list .provost:last-child:after {
    content: " ";
    width: 4px;
    height: 100%;
    position: absolute;
    background-color: #8A704C;
    top: 0px;
    left: -27px;
}

.orgchart.orgchart-mobile .provost:before,
.orgchart.orgchart-mobile .administration-title:before {
    content: " ";
    height: 4px;
    width: 30px;
    position: absolute;
    background-color: #8A704C;
    top: calc(50% - 2px);
    left: -27px;
    z-index: -1;
}

.orgchart.orgchart-mobile .administration-title:after {
    content: " ";
    width: 4px;
    height: 101%;
    position: absolute;
    background-color: #8A704C;
    top: -50%;
    left: -28px
}

.orgchart.orgchart-mobile .admin-list-1:before {
    content: " ";
    height: 4px;
    width: 30px;
    position: absolute;
    background-color: #8A704C;
    top: 28px;
    left: 14px;
    z-index: 0;
}

.orgchart.orgchart-mobile .admin-list-1 {
    position: relative;
}

.orgchart .line-vert-t:after {
    content: " ";
    height: 340px;
    width: 4px;
    margin-top: -3rem;
    background-color: #9a7e4b;
    display: block;
    position: absolute;
    left: calc(60% - 2px);
}

.mw-550 {
    max-width: 550px !important;
    margin: auto;
}

.sub-org {
    padding: 0.5rem 0 0.5rem 1rem;
}

.sub-org .profile:before {
    content: " ";
    height: 50px;
    width: 3px;
    margin-top: -1rem;
    background-color: #ADB5BD;
    display: block;
    position: absolute;
    left: 50%;
}

.sub-org a {
    border-bottom: 0 !important;
}

.sub-org .profile .details {
    background-color: #E9ECEF;
    color: #222 !important;
    border: 1px solid #ADB5BD;
    padding: 4px 4px 4px 2rem;
}

.academic-profiles .sub-org a {
    margin: 0 !important;
}

.orgchart.orgchart-mobile .academic-list .sub-org .profile {
    margin: 0;
}

/* ABOUT --- BOT **************************************************************/
.board-of-trustees {
    margin-top: 10px;
}

.board-of-trustees a {
    display: block;
    border-bottom: 0 !important;
    transition: all ease-in-out 0.3s;
}

.board-of-trustees a:hover {
		filter: brightness(0.9);
    transition: all ease-in-out 0.3s;
}

.board-of-trustees .bot-item {
    padding: 0.5rem;
    margin: 0 !important;
}

.board-of-trustees .bot-item .photo {
	margin-top: 0.5rem;
}

.board-of-trustees .bot-item .details {
    background-color: #E5E2DD;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
}

.board-of-trustees .bot-item .name {
    font-size: 1rem;
}

.board-of-trustees .bot-item .company,
.board-of-trustees .bot-item .designation {
    font-size: 0.875rem;
}

.board-of-trustees .bot-item .designation {
    font-weight: 500;
}

.board-of-trustees .bot-item>div,
.board-of-trustees .bot-item>div>span,
.board-of-trustees .bot-item a,
.board-of-trustees .bot-item a .details {
    height: 100% !important;
    display: block;
}

@media (max-width: 1200px) {
    .orgchart .provost {
        width: 150px;
    }

    .orgchart .president {
        width: 250px;
    }
}