div.noPaddingCol {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Start - Override justify-content-center on tabs within FAO site*/
div.tab-container nav {
    justify-content: start !important;
}

/* End - Override justify-content-center on tabs within FAO site*/

.tab-container .nav-pills .nav-link {
    font-size: 1em;
}
.tab-container.colored .nav-pills a.nav-link {
    font-size: 16px;
}
.standard-page #sidebar {
    color: #31383A;
    width: 31.10048%;
    float: right;
    margin: 0 0 2rem 2rem
}
.standard-page #sidebar .box {
    background: #e4e0ee;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 1.2em
}
.standard-page #sidebar .box h3 {
    font-size: 18px;
    line-height: 1.2em;
    color: #342f2e
}
.standard-page #sidebar .box h4 {
    font-size: 16px;
    line-height: 1.2em;
    color: #342f2e
}
.standard-page #sidebar .box p {
    margin: .5em 0
}
.standard-page #sidebar .box ul {
    margin: 1em 0 .5em 0
}
.standard-page #sidebar .box ul li {
    background-position: 0 0.3em
}
.standard-page #sidebar .box.showcase {
    background: #edc364;
    text-align: center;
}

.standard-page div[role="tablist"] {
   flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
}
/* Staff */
.staff .card .rounded-circle {
    height: 160px;
    width: 160px;
}