/* FAC - Embeds */
.nac-table td, .nac-table th {
    padding: 0.6rem 0.75rem !important;
    word-break: normal !important;
    border: 0 !important;
}

/* FAC - Buttons */
.fac_buttons_admin {
    border: 3px solid #cccccc;
    background-color: #dfdfdf;
    color: #323232;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    flex:1;
    width:100%;
}
.fac_embed_admin>h2{
    color:#2a2a2a;
}
.fac_buttons_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #163647;
    border-radius: 20px;
}
.fac_buttons_wrapper.fac_button_single {
    max-width: 50%;
    margin: auto;
}
.fac_buttons_item{
    border-right:1px solid #548798;
}
.fac_buttons_item:last-child{
    border-right:none;
}
.fac_buttons_item {
    width: 100%;
    text-align: center;
    flex: 1;
    color: #FFFFFF;
    padding: 14px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    font-size:17px;
    text-decoration:none;
}
.fac_buttons_item:hover, .fac_buttons_item:focus{
    color:#FDD31E;
    text-decoration:none;
}
@media screen and (max-width: 990px) {
    .fac_buttons_wrapper{
        flex-direction:column;
    }
    .fac_buttons_item{
        border-right:none;
        border-bottom:1px solid #548798;
    }
    .fac_buttons_item:last-child{
        border-bottom:none;
    }

}
/* FAC - Annual Report */
.fac_annual_reports_featured figure {
    text-align: center;
}
.fac_annual_reports_featured {
    margin-bottom: 100px;
}
.fac_annual_reports_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

.fac_annual_report_item>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #163647;
    padding: 15px 0px 15px 15px;
    border-bottom: 1px solid #163647;
    display: block;
    text-decoration: none;
    transition: border 0.25s, padding-top 0.25s;
}

.fac_annual_report_item>a:hover {
    border-bottom: 3px solid #163647;
    padding-top: 13px;
    font-weight: 900;
}

/* FAC - Blog */
.fac_blog_item {
    display: flex;
}

.fac_blog_item>figure {
    margin-right: 20px;
    aspect-ratio: 31/25;
}

.fac_blog_item>figure>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fac_blog_item>figure,
.fac_blog_right {
    flex: 1;
}

.fac_blog_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fac_blog_title>h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #163647;
    margin-bottom: 10px;
}

.fac_blog_author,
.fac_blog_date {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #163647;
}

.fac_blog_author {
    margin-bottom: 5px;
}

.fac_blog_date {
    margin-bottom: 15px;
}

.fac_blog_description {
    font-size: 18px;
    color: #163647;
}

.fac_blog_link {
    border-bottom: 1px solid #163647;
    display: flex;
    border-bottom: 1px solid #163647;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
    text-decoration: none;
    padding: 15px 0;
}

.fac_blog_link:hover {
    text-decoration: none;
}

.fac_blog_button_name {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #163647;
}

.fac_blog_arrow {
    margin-right: 10px;
}

.fac_blog_arrow>svg {
    transform: rotate(-90deg);
}

/* FAC - Staff */
.fac_staff_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.fac_staff_item>a {
    text-decoration: none;
}

.fac_staff_item figure {
    overflow: hidden;
    aspect-ratio: 1/1;
}

.fac_staff_item>a>figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fac_staff_name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #163647;
}

.fac_staff_title {
    font-size: 18px;
    text-align: center;
    color: #163647;
}

.fac_staff_popup_off {
    display: none;
}

.fac_popup_single {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    z-index: -1;
    background-color: rgb(22 54 71 / 40%);
    height: 100%;
    top: -100%;
    transition: opacity 0.25s;
    width: 100%;
    opacity: 0;
}

.fac_staff_popup_on {
    top: 0;
    opacity: 1;
    z-index: 1000;
}

.fac_popup_inner {
    max-width: 640px;
    width: 100%;
    max-height: 640px;
    height: 100%;
    background-size: cover;
}

.fac_popup_overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(22 54 71 / 40%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 35px 20px 35px;
    position:relative;
}
.fac_popup_overlay_close{
    position:absolute;
    top:15px;
    right:15px;
    color:#FFFFFF;
    font-weight:bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}
.fac_popup_name,
.fac_popup_title,
.fac_popup_description {
    color: #FFFFFF;
}

.fac_popup_name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.fac_popup_title,
.fac_popup_description {
    font-size: 18px;
}
.fac_popup_description {
    overflow-y: scroll;
    max-height: 430px;
}
/* FAC - Quick Links */
.fac_quicklinks_wrapper {
    display: flex;
}

.fac_quicklink {
    flex: 1;
    min-height: 500px;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.fac_quicklink:hover {
    text-decoration: none;
}

.fac_quicklink:first-child {
    border-radius: 30px 0px 0px 30px;
}

.fac_quicklink:last-child {
    border-radius: 0px 30px 30px 0px;
}

a.fac_quicklink_link,
div.fac_quicklink_link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.fac_quicklink_face {
    width: 100%;
    height: 100%;
    transition: opacity 0.33s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fac_quicklink_face,
.fac_quicklink_face>h2 {
    color: rgb(255 255 255 / 80%);
    text-align: center;
    font-size: 45px;
}

.fac_quicklink:hover .fac_quicklink_face {
    opacity: 0;
}

.fac_quicklink_back {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffba;
    transition: opacity 0.33s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px;
}

.fac_quicklink_back>h3,
.fac_quicklink_back>p {
    text-align: center;
}

.fac_quicklink_back>h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

.fac_quicklink_back>p {
    font-size: 18px;
    max-width: 208px;
    line-height: 23px;
    color: #163647;
}

.fac_quicklink:hover .fac_quicklink_back {
    opacity: 1;
}

.fac_quicklink_overlay_dblue {
    background-color: rgb(22 54 71 / 60%);
}

.fac_quicklink_overlay_lblue {
    background-color: rgb(84 135 152 / 60%);
}

.fac_quicklink_overlay_yellow {
    background-color: rgb(253 211 30 / 60%);
}

.fac_quicklink_overlay_default {
    background-color: rgb(0 0 0 / 60%);
}

@media screen and (max-width: 1200px) {

    /* Blog */
    .post-template-default.single article {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1040px) {
    .fac_headerstylized_wrapper:after {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom center;
    }
}

@media screen and (max-width: 990px) {

    /* Quick Links */
    .fac_quicklinks_wrapper {
        flex-direction: column;
    }

    .fac_quicklink:first-child {
        border-radius: 30px 30px 0px 0px;
    }

    .fac_quicklink:last-child {
        border-radius: 0px 00px 30px 30px;
    }

    .fac_quicklink {
        min-height: 250px;
    }

    .fac_quicklink_face {
        min-height: 250px;
    }

    /* Staff */
    .fac_staff_wrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .fac_buttons_wrapper.fac_button_single {
        max-width: 100%;
        margin: auto;
    }
    /* Select Sponsor */
    .fac_sponsor_list {
        grid-template-columns: 1fr 1fr !important;
    }

    /* Blog */
    .fac_blog_item {
        flex-direction: column;
    }

    /* Annual Report */
    .fac_annual_reports_list {
        grid-template-columns: 1fr;
    }
}