*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #042439;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

a:hover {
    text-decoration: none;
}

a:hover, a:active {
    transition: background-color 187.5ms ease-in-out, color 187.5ms ease-in-out;
}

.site-menu a:hover, .site-menu a:active {
    transition: none;
}

nav ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

li {
    margin-left: 1rem;
    padding-left: 0.5rem;
}

nav li {
    margin-left: 0;
    padding-left: 0;
}

b,
strong {
    font-weight: 600;
}

form input:not([type="submit"]),
form textarea,
select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form input:not([type="submit"])::-ms-expand,
form textarea::-ms-expand,
select::-ms-expand {
    background-color: transparent;
    border: 0;
}

form input:-moz-focusring:not([type="submit"]),
form textarea:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

form input:focus:not([type="submit"]),
form textarea:focus,
select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

form input:not([type="submit"])::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

form input:not([type="submit"])::-moz-placeholder, form textarea::-moz-placeholder, select::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

form input:not([type="submit"]):-ms-input-placeholder, form textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

form input:not([type="submit"])::-ms-input-placeholder, form textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

form input:not([type="submit"])::placeholder,
form textarea::placeholder,
select::placeholder {
    color: #6c757d;
    opacity: 1;
}

form input:disabled:not([type="submit"]),
form textarea:disabled,
select:disabled, form input[readonly]:not([type="submit"]),
form textarea[readonly],
select[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

form input[type="date"]:not([type="submit"]),
form input[type="time"]:not([type="submit"]),
form input[type="datetime-local"]:not([type="submit"]),
form input[type="month"]:not([type="submit"]) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

select[size],
select[multiple] {
    height: auto;
}

form textarea {
    height: auto;
}

.facetwp-reset-btn, .menu-button,
.submenu-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.facetwp-reset-btn:hover, .menu-button:hover,
.submenu-button:hover {
    color: #212529;
    text-decoration: none;
}

.facetwp-reset-btn:focus, .menu-button:focus,
.submenu-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.facetwp-reset-btn:disabled, .menu-button:disabled,
.submenu-button:disabled {
    opacity: 0.65;
}

.menu-button,
.entry-datetime-published-description,
.entry-datetime-updated {
    display: none;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body {
    display: flex;
    flex-wrap: wrap;
}

.site-breadcrumbs a,
.post-navigation a {
    color: #909294;
}

.entry-content a,
.cpt-archive-description a,
.index-description a {
    box-shadow: 0 1px 0 0 #6c757d;
}

.entry-content a:hover,
.cpt-archive-description a:hover,
.index-description a:hover, .entry-content
a:active,
.cpt-archive-description
a:active,
.index-description
a:active {
    color: black;
    box-shadow: 0 1px 0 0 black;
}

.entry-content h2,
.cpt-archive-description h2 {
    font-size: 1.25rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.25;
}

.icon {
    fill: currentColor;
    vertical-align: -0.125em;
    overflow: hidden;
}

.icon.icon-chevron-left, .icon.icon-chevron-right {
    vertical-align: -0.1875em;
}

.site-branding,
.page-header,
.site-navigation-top,
.post-navigation,
.posts-navigation,
.site-footer {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.site-header {
    display: flex;
    width: 100%;
}

.site-branding {
    display: flex;
}

.screen-title {
    text-transform: uppercase;
    color: #8F8F8F;
    font-weight: 300;
}

.site-navigation-top {
    display: flex;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #8F8F8F;
    font-weight: 300;
    font-size: 0.875rem;
}

.site-navigation-top a {
    color: #8F8F8F;
}

.site-navigation-top a:hover, .site-navigation-top a:active {
    color: #212529;
}

.site-navigation-top .site-breadcrumbs {
    align-items: center;
}

.site-navigation-top .site-breadcrumbs span {
    white-space: nowrap;
}

.site-navigation-top .site-breadcrumbs .bcn-sep {
    padding-bottom: 0.125rem;
    font-size: 0.8125rem;
}

.site-navigation-top .site-breadcrumbs .current-item {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212529;
}

.home .site-navigation-top .site-breadcrumbs .current-item {
    color: transparent;
}

.site-navigation-top .post-navigation {
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.site-navigation-top .nav-links {
    display: flex;
}

.site-navigation-top .nav-previous,
.site-navigation-top .nav-next {
    display: flex;
}

.site-navigation-top .nav-previous a,
.site-navigation-top .nav-next a {
    display: flex;
}

.site-navigation-top .nav-previous {
    margin-bottom: 0;
}

.site-navigation-top .nav-previous a {
    margin-right: 0.375rem;
}

.site-navigation-top .nav-previous .nav-title {
    margin-left: 0.25rem;
}

.site-navigation-top .nav-next a {
    flex-direction: row-reverse;
    margin-left: 0.375rem;
}

.site-navigation-top .nav-next a .nav-title {
    margin-right: 0.25rem;
}

.site-navigation-top .nav-previous + .nav-next::before {
    content: '/';
}

.home .site-navigation-top {
    color: transparent;
}

.bcn-sep {
    margin-right: 0.375rem;
    margin-left: 0.375rem;
}

.home .latest-news p {
    font-size: 0.875rem;
}

.home .latest-news .latest-news-entry {
    height: 18rem;
}

.home .latest-news .entry-header {
    order: 0;
}

.home .latest-news .entry-header .entry-title {
    font-size: 1rem;
    font-weight: 600;
}

.home .latest-news .post-original-logo {
    max-width: 31.25%;
    height: auto;
}

.blog .facetwp-search,
.page-id-7832 .facetwp-search {
    border: 1px solid #DDDDDD;
}

.index-content ol,
.index-content ul,
.entry-content ol,
.entry-content ul {
    padding-left: 0.1875rem;
}

.archive-title,
.entry-title {
    margin-bottom: 0;
    line-height: 1.25;
    font-weight: 300;
}

.post-type-archive-person .archive-visual-header,
.post-type-archive-person .index-visual-header,
.page .archive-visual-header,
.page .index-visual-header {
    display: flex;
    flex-wrap: wrap;
}

.post-type-archive-person .person-photo,
.page .person-photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
}

.archive-visual-header,
.index-visual-header {
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
}

.archive-visual-header .wp-post-image,
.index-visual-header .wp-post-image {
    width: 100%;
    height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .archive-visual-header .wp-post-image,
    .index-visual-header .wp-post-image {
        height: 100%;
    }
}

.archive-visual-header--item .grant-photo,
.archive-visual-header--item .organization-photo,
.archive-visual-header--item .partnership-photo,
.index-visual-header--item .grant-photo,
.index-visual-header--item .organization-photo,
.index-visual-header--item .partnership-photo {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
}

.index-right-column .page-menu {
    text-transform: uppercase;
    color: #909294;
    font-size: 0.875rem;
}

.archive-right-column--header,
.archive-right-column--item,
.index-right-column--header,
.index-right-column--item {
    margin-bottom: 0.5rem;
    background-color: #f8f9fa;
    padding: 1rem 1.5rem;
}

.archive-right-column--header > h1,
.archive-right-column--item > h1,
.index-right-column--header > h1,
.index-right-column--item > h1 {
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 400;
}

.index-right-column--header {
    margin-top: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.index-right-column--header:first-child {
    margin-top: 0;
}

.index-right-column--header > h1 {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.page-awards .index-right-column--header {
    background-color: #9C824E;
    color: white;
}

.index-right-column--item,
.entry-infobox--article {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #f8f9fa;
    padding: 1rem 1.5rem;
    font-size: 0.8125rem;
}

.index-right-column--item:hover,
.entry-infobox--article:hover {
    background-color: #e9ecef;
}

.index-right-column--item p,
.entry-infobox--article p {
    margin-bottom: 0.5rem;
    color: #6F6F6F;
}

.index-right-column--item p:last-child,
.entry-infobox--article p:last-child {
    margin-bottom: 0;
}

.index-right-column--item .organization-logo,
.entry-infobox--article .organization-logo {
    width: auto;
    height: 12.5rem;
}

.index-right-column--item .grant-title,
.index-right-column--item .partnership-title,
.index-right-column--item .person-title,
.entry-infobox--article .grant-title,
.entry-infobox--article .partnership-title,
.entry-infobox--article .person-title {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 400;
}

.index-right-column--item .grant-title,
.index-right-column--item .partnership-title,
.entry-infobox--article .grant-title,
.entry-infobox--article .partnership-title {
    text-transform: none;
}

.index-right-column--item .grant-organization,
.index-right-column--item .person-organization,
.entry-infobox--article .grant-organization,
.entry-infobox--article .person-organization {
    text-transform: uppercase;
}

.entry-infobox--article {
    margin-bottom: 0.25rem;
}

.entry .wp-caption-text {
    display: inline-block;
    text-align: left;
    font-size: 0.875rem;
}

.single-grant .entry,
.single-organization .entry,
.single-partnership .entry,
.single-person .entry,
.single-post .entry {
    display: flex;
    flex-wrap: wrap;
}

.single-grant .entry-visual-header,
.single-organization .entry-visual-header,
.single-partnership .entry-visual-header,
.single-person .entry-visual-header,
.single-post .entry-visual-header {
    background-color: #042439;
}

.single-grant .post-edit-link,
.single-organization .post-edit-link,
.single-partnership .post-edit-link,
.single-person .post-edit-link,
.single-post .post-edit-link {
    order: 9;
    width: 100%;
}

.single-person-awardee .entry-header .entry-title {
    color: #9C824E;
}

.entry-subtitle {
    margin-top: 0.25rem;
    margin-bottom: 0;
    color: #909294;
}

.entry-content figure {
    max-width: 100%;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-infobox-1,
.entry-infobox-2 {
    font-size: 0.875rem;
}

.entry-infobox-1 .video-credits,
.entry-infobox-2 .video-credits {
    margin-top: 0.25rem;
    font-size: 0.8125rem;
}

.entry-infobox-1 > a:hover {
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
}

.entry-infobox-1 .project-lead:nth-of-type(2),
.entry-infobox-1 .project-lead:nth-of-type(3),
.entry-infobox-1 .nomis-multi-institutional {
    margin-top: 1rem;
}

.entry-infobox-2--section {
    overflow: hidden;
}

.entry-infobox-2--section-item,
.entry-infobox-2--news-article,
.archive-right-column--section-item,
.index-right-column--section-item {
    margin-bottom: 0.25rem;
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
}

.archive-right-column--section-header,
.index-right-column--section-header,
.entry-infobox-2--section-header {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    padding: 0.75rem 1rem;
}

.archive-right-column--section-header:first-child,
.index-right-column--section-header:first-child,
.entry-infobox-2--section-header:first-child {
    margin-top: 0.1875rem;
}

.archive-right-column--section-header h1,
.index-right-column--section-header h1,
.entry-infobox-2--section-header h1 {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
}

.entry-infobox--section-header,
.index-right-column--section-header,
.archive-right-column--section-header {
    background-color: #6c757d;
    color: white;
}

.entry-infobox--section-header h1,
.index-right-column--section-header h1,
.archive-right-column--section-header h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 0.875rem;
    font-weight: 600;
}

.index-right-column--section-header--nds {
    background-color: #9C824E;
    padding-left: 1.5rem;
}

.entry-infobox-2--section-header {
    background-color: #6c757d;
    color: white;
}

.entry-infobox-2--award-title {
    margin-bottom: 0.5rem;
    background-color: #9C824E;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
    color: white;
}

.entry-infobox-2--award-title h1 {
    margin-bottom: 0;
    font-weight: 600;
}

.single-grant .entry-header .entry-title,
.single-partnership .entry-header .entry-title {
    text-transform: none;
}

.single-grant .entry-infobox-1--person-name,
.single-post .entry-infobox-1--person-name {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 400;
}

.single-grant .entry-infobox-1--person-position,
.single-post .entry-infobox-1--person-position {
    color: #8F8F8F;
}

.single-grant .entry-infobox-1--person-organization,
.single-post .entry-infobox-1--person-organization {
    text-transform: uppercase;
    color: #8F8F8F;
}

.entry-infobox-1--post-linkbox p {
    margin-bottom: 0.5rem;
}

.entry-infobox-1--post-linkbox .icon {
    margin-right: 0.5rem;
}

.accordion .accordion-entry::after {
    display: block;
    clear: both;
    content: "";
}

.accordion .accordion-entry p {
    font-size: 1rem;
}

.accordion .accordion-entry .person-photo {
    float: left;
    width: 11rem;
    height: auto;
    margin-right: 1.5rem;
    margin-bottom: 0.75rem;
    padding-top: 0.375rem;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.faq p,
.faq h3,
.faq li {
    font-size: 1rem !important;
}

.faq h2:not(:first-of-type),
.faq .faq-section > h2 {
    margin-top: 1.625rem;
}

.faq-contents a {
    color: #212529;
}

.faq-contents h3 {
    margin-bottom: 0.25rem;
}

.site-main > .post-navigation {
    margin-top: 2rem;
    font-size: 0.875rem;
}

.site-main > .post-navigation .nav-direction span {
    color: #212529;
}

.site-footer {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 6rem;
    color: #212529;
    font-size: 0.875rem;
}

svg[class^="icon-close"],
svg[class^="icon-menu"] {
    vertical-align: -0.25em;
}

.site-title-and-description {
    display: flex;
    flex-flow: column-reverse;
    margin-top: auto;
}

.site-title {
    margin-bottom: 0;
    line-height: 1;
    font-size: 2rem;
}

.site-main {
    width: 100%;
    padding-bottom: 4rem;
}

.single-organization .attachment-logo {
    box-sizing: content-box;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.entry {
    max-width: 100%;
    overflow: hidden;
}

.entry h2 {
    font-size: 1.25rem;
}

.entry-header {
    margin-bottom: 1rem;
}

.entry-header-meta {
    margin-top: -0.5rem;
}

.single-grant .entry-header,
.single-organization .entry-header,
.single-partnership .entry-header,
.single-person .entry-header,
.single-post .entry-header {
    width: 100%;
    margin-bottom: 0;
}

.single-grant .entry-header .person-nomis-relationship,
.single-organization .entry-header .person-nomis-relationship,
.single-partnership .entry-header .person-nomis-relationship,
.single-person .entry-header .person-nomis-relationship,
.single-post .entry-header .person-nomis-relationship {
    margin-left: 0.5rem;
    font-weight: 300;
}

.single-grant .entry-title,
.single-organization .entry-title,
.single-partnership .entry-title,
.single-person .entry-title,
.single-post .entry-title {
    font-weight: 400;
}

.single-grant .entry-infobox-1,
.single-organization .entry-infobox-1,
.single-partnership .entry-infobox-1,
.single-person .entry-infobox-1,
.single-post .entry-infobox-1 {
    display: flex;
    flex-flow: column;
    color: #182A3A;
}

.single-grant .entry-infobox-1 .organization-logo,
.single-organization .entry-infobox-1 .organization-logo,
.single-partnership .entry-infobox-1 .organization-logo,
.single-person .entry-infobox-1 .organization-logo,
.single-post .entry-infobox-1 .organization-logo {
    width: auto;
    max-height: 12.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.single-grant .entry-infobox-1--content,
.single-organization .entry-infobox-1--content,
.single-partnership .entry-infobox-1--content,
.single-person .entry-infobox-1--content,
.single-post .entry-infobox-1--content {
    margin-top: auto;
}

.single-grant .entry-infobox-1--content h1,
.single-grant .entry-infobox-1--content p,
.single-organization .entry-infobox-1--content h1,
.single-organization .entry-infobox-1--content p,
.single-partnership .entry-infobox-1--content h1,
.single-partnership .entry-infobox-1--content p,
.single-person .entry-infobox-1--content h1,
.single-person .entry-infobox-1--content p,
.single-post .entry-infobox-1--content h1,
.single-post .entry-infobox-1--content p {
    margin-bottom: 0.125rem;
    line-height: 1.125;
    font-size: 0.875rem;
}

.single-grant .entry-infobox-1--content h1,
.single-organization .entry-infobox-1--content h1,
.single-partnership .entry-infobox-1--content h1,
.single-person .entry-infobox-1--content h1,
.single-post .entry-infobox-1--content h1 {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
}

.single-grant .entry-infobox-1--content .entry-infobox-1--person-organization,
.single-organization .entry-infobox-1--content .entry-infobox-1--person-organization,
.single-partnership .entry-infobox-1--content .entry-infobox-1--person-organization,
.single-person .entry-infobox-1--content .entry-infobox-1--person-organization,
.single-post .entry-infobox-1--content .entry-infobox-1--person-organization {
    text-transform: uppercase;
}

.single-grant .lightbox {
    display: flex;
    flex-wrap: wrap;
}

.single-grant .lightbox a {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.post-edit-link {
    display: block;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.nav-previous {
    margin-bottom: 1rem;
}

.nav-next {
    /*
    margin-left: auto;

    text-align: right;
    //*/
}

.archive .entry {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.archive .entry:first-child {
    padding-top: 0.5rem;
}

.archive .entry-header {
    margin-bottom: 0;
}

.archive .entry-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    body {
        flex-direction: column;
    }
    .site-header {
        flex-wrap: wrap;
        align-items: center;
    }
    .site-branding {
        padding-top: 1rem;
        padding-right: 0.25rem;
        padding-bottom: 1rem;
        padding-left: 0;
    }
    .custom-logo-link {
        width: 10rem;
        height: 3.90625rem;
    }
    .custom-logo {
        width: 100%;
        height: auto;
    }
    .site-navigation-top {
        flex-direction: column;
    }
    .site-navigation-top .site-breadcrumbs {
        max-width: calc(100vw - 2rem);
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
    }
    .site-navigation-top .post-navigation {
        margin-top: 0.25rem;
        margin-left: 0;
    }
    .site-navigation-top .post-navigation .nav-direction {
        display: none;
    }
    .site-navigation-top .post-navigation .nav-links {
        flex-direction: row;
    }
    .site-navigation-top .post-navigation .nav-previous .nav-title {
        margin-left: 0;
    }
    .home .site-navigation-top {
        display: none;
    }
    .home .site-main {
        margin-bottom: 1rem;
        padding-bottom: 0;
    }
    .home .home-content .values {
        padding-left: 0.28125rem;
        margin-top: 1.5rem;
        margin-bottom: 0.375rem;
    }
    .home .home-content .values > section {
        width: 32%;
    }
    .home .home-content .values header {
        text-align: center;
    }
    .home .home-content .values header span:first-child {
        font-size: 5.625vw;
        font-weight: 400;
    }
    .home .home-content .values header span:last-child {
        font-size: 3.625vw;
        font-weight: 400;
    }
    .home .home-content .values p {
        display: none;
    }
    .home .home-content .motto {
        margin-top: 1.75rem;
        margin-bottom: 1.5rem;
        padding-top: 1.25rem;
        padding-right: 1.125rem;
        padding-bottom: 1.5rem;
        padding-left: 1.125rem;
    }
    .home .home-content .motto blockquote {
        line-height: 1.25;
        font-size: 4.5vw;
    }
    .home .home-content .motto cite {
        text-align: center;
        font-size: 3.375vw;
        font-weight: 400;
    }
    .home .home-content .motto cite span {
        display: block;
    }
    .home .home-content .featured-content--heading {
        text-align: center;
        text-transform: uppercase;
        font-size: 2rem;
        font-size: 9.25vw;
        font-weight: 300;
    }
    .home .home-content .featured-content--image-container {
        width: 100vw;
        margin-bottom: 1.5rem;
    }
    .home .home-content .featured-content--image {
        margin-left: 1.125rem;
        width: 100vw;
        width: calc(100vw - (calc(1.125rem * 2)));
        height: 33.33vw;
        height: calc(calc(100vw - (calc(1.125rem * 2))) / 3);
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .home .home-content .latest-news {
        margin-top: 2rem;
        padding-right: 1.125rem;
        padding-left: 1.125rem;
    }
    .home .home-content .latest-news .latest-news-header {
        margin-top: 3rem;
        margin-right: -1.125rem;
        margin-bottom: 1.5rem;
        margin-left: -1.125rem;
        width: 100vw;
        background-color: #6c757d;
        padding-top: 0.5rem;
        padding-right: 1.125rem;
        padding-bottom: 0.5rem;
        padding-left: 1.125rem;
        text-align: center;
        text-transform: uppercase;
        color: white;
        /*
                //*/
        /*
                margin-bottom: 0.5rem;

                text-align: center;

                text-transform: uppercase;

                font-size: 2rem;
                font-size: 9.25vw;
                font-weight: 300;
                //*/
    }
    .home .home-content .latest-news .latest-news-entry {
        margin-bottom: 1.5rem;
        height: auto;
    }
    .home .home-content .latest-news .entry-visual-header {
        margin-bottom: 0.5rem;
        width: 100%;
        display: none;
    }
    .home .home-content .latest-news .entry-header {
        margin-bottom: 0.5rem;
        padding: 0;
    }
    .home .home-content .latest-news .logo {
        margin-bottom: 0.5rem;
    }
    .home .home-content .latest-news .entry-datetime-published {
        display: block;
        margin-bottom: 0.5rem;
    }
    .blog .index-visual-header,
    .page-id-7832 .index-visual-header {
        width: 100vw;
        height: 100vw / 3;
    }
    .blog .index-visual-header .visual-header-image,
    .page-id-7832 .index-visual-header .visual-header-image {
        width: 100%;
        height: auto;
    }
    .blog .facetwp-search,
    .page-id-7832 .facetwp-search {
        width: calc(100% - 1.125rem - 1.125rem);
        margin-right: 1.125rem;
        margin-left: 1.125rem;
    }
    .blog .facetwp-type-fselect .fs-wrap,
    .page-id-7832 .facetwp-type-fselect .fs-wrap {
        width: 100vw;
        padding-right: 1.125rem;
        padding-left: 1.125rem;
    }
    .blog .facetwp-type-fselect .fs-dropdown,
    .page-id-7832 .facetwp-type-fselect .fs-dropdown {
        width: calc(100vw - 1.125rem - 1.125rem);
    }
    .blog .facetwp-template,
    .page-id-7832 .facetwp-template {
        padding-top: 1rem;
    }
    .blog .facetwp-template .entry,
    .page-id-7832 .facetwp-template .entry {
        margin-bottom: 2rem;
    }
    .blog .facetwp-template .entry-visual-header,
    .page-id-7832 .facetwp-template .entry-visual-header {
        width: calc(100vw - 1.125rem - 1.125rem);
    }
    .blog .facetwp-template .entry-header,
    .page-id-7832 .facetwp-template .entry-header {
        margin-bottom: 0;
        padding-top: 1rem;
        padding-right: 0;
        padding-bottom: 1rem;
        padding-left: 0;
    }
    .blog .facetwp-template figure,
    .page-id-7832 .facetwp-template figure {
        margin-bottom: 0.5rem;
    }
    .blog .facetwp-template .post-original-logo,
    .page-id-7832 .facetwp-template .post-original-logo {
        max-width: 31.25%;
        height: auto;
    }
    .blog .facetwp-template .entry-title,
    .page-id-7832 .facetwp-template .entry-title {
        margin-bottom: 0;
        line-height: 1.125;
        font-size: 1.5rem;
        font-weight: 400;
    }
    .blog .facetwp-template .entry-datetime-published,
    .page-id-7832 .facetwp-template .entry-datetime-published {
        display: block;
        margin-bottom: 0.5rem;
    }
    .blog .facetwp-pager,
    .page-id-7832 .facetwp-pager {
        padding-right: 1.125rem;
        padding-left: 1.125rem;
    }
    .archive-header,
    .index-header,
    .cpt-archive-description,
    .entry-header,
    .entry-content,
    .entry-infobox,
    .post-edit-link,
    .index-right-column--section,
    .archive-right-column--section {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
    .cpt-archive-description,
    .index-description {
        margin-bottom: 1.5rem;
    }
    .index-content h2,
    .index-content h3,
    .entry-content h2,
    .entry-content h3 {
        line-height: 1.25;
    }
    .index-content h2,
    .entry-content h2 {
        font-size: 1.25rem;
    }
    .index-content h3,
    .entry-content h3 {
        font-size: 1rem;
        font-weight: 600;
    }
    .index-content figure,
    .entry-content figure {
        max-width: calc(100vw - calc(2.25rem)) !important;
    }
    .archive-header,
    .entry-header {
        padding-top: 1.75rem;
        padding-bottom: 1.25rem;
    }
    .post-type-archive-person .archive-visual-header,
    .post-type-archive-person .index-visual-header,
    .page .archive-visual-header,
    .page .index-visual-header {
        width: 100vw;
    }
    .post-type-archive-person .archive-visual-header--item,
    .post-type-archive-person .index-visual-header--item,
    .page .archive-visual-header--item,
    .page .index-visual-header--item {
        width: calc(100vw / 4);
        height: calc(100vw / 4);
    }
    .post-type-archive-person .archive-visual-header--item:nth-child(n+9):nth-child(-n+15),
    .post-type-archive-person .index-visual-header--item:nth-child(n+9):nth-child(-n+15),
    .page .archive-visual-header--item:nth-child(n+9):nth-child(-n+15),
    .page .index-visual-header--item:nth-child(n+9):nth-child(-n+15) {
        display: none;
    }
    .archive-title,
    .index-title {
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 1.125;
        font-size: 1.75rem;
        font-weight: 400;
    }
    .single-person .main--title {
        text-transform: uppercase;
    }
    .page .archive-visual-header .wp-post-image,
    .page .index-visual-header .wp-post-image {
        width: 100%;
        height: auto;
    }
    .archive-visual-header--item,
    .index-visual-header--item {
        width: 50vw;
        height: 25vw;
    }
    .index-right-column--top .facetwp-reset-btn {
        top: 3px;
        right: calc(4px + 1.125rem);
        padding: 0.4375rem 0.875rem 0.4375rem 0.875rem;
        line-height: 1;
        font-size: 0.75rem;
    }
    .index-right-column--top .facetwp-reset-btn--2nd {
        top: 59px;
    }
    .index-right-column--top .facetwp-reset-btn--3rd {
        top: 114px;
    }
    .page-board .index-right-column,
    .page-management .index-right-column {
        display: none;
    }
    .entry-visual-header {
        order: 1;
    }
    .entry-header {
        order: 2;
    }
    .entry-content {
        order: 3;
    }
    .entry-infobox-1 {
        order: 4;
    }
    .entry-infobox-2 {
        order: 5;
    }
    .entry-next-previous {
        display: none;
    }
    .entry-visual-header {
        width: 100vw;
        height: 33.33vw;
    }
    .entry-visual-header img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .entry-infobox figure img,
    .entry-infobox-1 figure img {
        max-width: 62.5%;
        height: auto;
    }
    .entry-infobox {
        width: 100%;
    }
    .entry-infobox .nomis-gallery {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0.25rem;
        margin-right: -0.25rem;
    }
    .entry-infobox .nomis-gallery a {
        width: calc(calc(100vw - 2.25rem - 0.25rem - 0.25rem) * 0.33);
        height: calc(calc(100vw - 2.25rem - 0.25rem - 0.25rem) * 0.33);
        margin-bottom: 0.25rem;
        margin-right: 0.3125rem;
    }
    .entry-infobox .nomis-gallery a img {
        width: 100%;
        height: auto;
    }
    .entry-infobox-1 {
        width: 100%;
        background-color: #ffe9f4;
        background-color: transparent;
        padding: 1.125rem;
    }
    .entry-infobox-1 .grant-title,
    .entry-infobox-1 .partnership-title {
        line-height: 1.25;
        font-size: 1.625rem;
        font-weight: 300;
    }
    .entry-infobox-1 .post-original-logo {
        max-width: 43.75%;
        height: auto;
    }
    .entry-infobox-2--section-header h1 {
        margin-bottom: 0;
    }
    .entry-infobox--article,
    .index-right-column--item {
        background-color: #e9ecef;
        padding-right: 1.125rem;
        padding-left: 1.125rem;
    }
    .entry-infobox--article:hover,
    .index-right-column--item:hover {
        background-color: #dee2e6;
    }
    .single-person .entry-visual-header {
        position: relative;
        width: 100vw;
        height: 33.33vw;
        background-color: #042439;
        overflow-y: hidden;
    }
    .single-person .entry-visual-header .person-photo {
        position: absolute;
        bottom: 0;
        left: 1.125rem;
        width: auto;
        height: 33.33vw;
        z-index: 2;
    }
    .single-person .entry-visual-header .visual-header-award {
        display: none;
    }
    .single-person .entry-visual-header .grant-photo,
    .single-person .entry-visual-header .organization-photo {
        height: 33.33vw;
        -o-object-position: center center;
           object-position: center center;
        -o-object-fit: cover;
           font-family: "object-fit:cover;object-position:center center";
           object-fit: cover;
    }
    .site-main > .post-navigation {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    body {
        flex-direction: column;
    }
    .site-header,
    .site-navigation-top,
    .site-main,
    .site-footer {
        max-width: 1184px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-branding,
    .site-navigation-top,
    .page-header,
    .entry,
    .post-navigation,
    .posts-navigation,
    .site-footer {
        padding-right: 0;
        padding-left: 0;
    }
    .site-branding {
        height: 8rem;
        padding-top: 2rem;
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .custom-logo-link {
        width: 256px;
        height: 100px;
    }
    .custom-logo {
        width: 100%;
        height: auto;
    }
    .screen-title {
        margin-top: 3.75rem;
        margin-left: 1rem;
        font-size: 1.75rem;
    }
    .menu-main-container {
        margin-left: auto;
        font-size: 0.875rem;
    }
    .site-navigation-top {
        justify-content: space-between;
        width: 1184px;
    }
    .site-navigation-top .site-breadcrumbs {
        max-width: 64.86487%;
    }
    .post-navigation .nav-links {
        flex-direction: row;
        justify-content: space-between;
        max-width: 48rem;
    }
    .home .site-main {
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }
    .home .home-content .values,
    .home .home-content .motto,
    .home .home-content .featured-content,
    .home .home-content .latest-news {
        max-width: 1184px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-content .featured-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 6rem;
    }
    .home-content .featured-content > section {
        width: calc(50% - 2px);
        margin-right: 1px;
        margin-left: 1px;
    }
    .home-content .featured-content .featured-content--heading {
        color: #8F8F8F;
        color: #212529;
        text-transform: uppercase;
        font-size: 3rem;
        font-weight: 300;
    }
    .home-content .featured-content .featured-content--image-container {
        height: 12rem;
        height: 16rem;
        overflow-y: hidden;
    }
    .home-content .featured-content .featured-content--image {
        width: 100%;
        height: auto;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .home-content .latest-news {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .home-content .latest-news > a {
        width: 29.72973%;
    }
    .home-content .latest-news .entry-visual-header {
        height: 118px;
        margin-bottom: 0.5rem;
    }
    .home-content .latest-news .entry-visual-header .wp-post-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .home-content .latest-news .activity-entry-visual-header {
        display: flex;
        background-color: #042439;
    }
    .home-content .latest-news .activity-entry-visual-header .wp-post-image {
        width: auto;
    }
    .home-content .latest-news .activity-entry-visual-header .person-info {
        display: flex;
        flex-direction: column;
        margin: 0.5rem 1rem;
        color: white;
    }
    .home-content .latest-news .activity-entry-visual-header .person-info p {
        font-size: 0.75rem;
    }
    .home-content .latest-news .activity-entry-visual-header .person-info .person-name {
        margin-bottom: auto;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 600;
    }
    .home-content .latest-news-header {
        width: 100%;
        margin-bottom: 2rem;
        background-color: #4F616F;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: center;
        text-transform: uppercase;
        color: white;
    }
    .home-content .latest-news-entry {
        display: flex;
        flex-direction: column;
    }
    .home-content .latest-news-entry .entry-datetime-published {
        order: -1;
        margin-bottom: 0.5rem;
    }
    .index-content h3,
    .entry-content h3 {
        font-size: 1.125rem;
        font-weight: 600;
    }
    .entry-visual-header {
        order: 0;
    }
    .entry-infobox-1 {
        order: 1;
    }
    .entry-header {
        order: 2;
    }
    .entry-content {
        order: 3;
    }
    .entry-infobox-2 {
        order: 4;
    }
    .archive-content,
    .index-content {
        display: flex;
        flex-wrap: wrap;
        max-width: 1184px;
        padding: 0;
    }
    .archive-left-column,
    .index-left-column {
        width: 64.86487%;
        margin-right: 5.4054%;
    }
    .archive-header,
    .index-header {
        padding-top: 1.75rem;
        padding-bottom: 1.5rem;
        padding-top: 2.625rem;
        padding-bottom: 2.5rem;
    }
    .archive-header .archive-title,
    .archive-header .index-title,
    .index-header .archive-title,
    .index-header .index-title {
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 1.125;
        font-size: 2rem;
        font-weight: 300;
    }
    .archive-visual-header--item,
    .index-visual-header--item {
        width: 50%;
        height: 8rem;
    }
    .cpt-archive-description {
        font-size: 1.125rem;
        text-align: justify;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto;
    }
    .cpt-archive-description h2 {
        margin-top: 0rem;
        margin-bottom: 1rem;
        font-size: 1.375rem;
    }
    .archive-right-column,
    .index-right-column {
        width: 29.72973%;
        color: #212529;
    }
    .archive-right-column a,
    .index-right-column a {
        color: #212529;
    }
    .archive-right-column a:hover, .archive-right-column a:active,
    .index-right-column a:hover,
    .index-right-column a:active {
        color: #111315;
    }
    .archive-right-column .entry-title,
    .index-right-column .entry-title {
        text-transform: uppercase;
        font-weight: 300;
    }
    .index-right-column--section-header {
        padding: 0.75rem 1.5rem;
    }
    .index-right-column--top,
    .archive-right-column--top {
        min-height: 23.5rem;
    }
    .index-right-column--top.motto {
        width: 75%;
        padding-top: 1.25rem;
    }
    .index-right-column--top.motto blockquote {
        color: #adb5bd;
    }
    .index-right-column--top.motto p {
        line-height: 1.25;
        font-size: 1.75rem;
        font-weight: 300;
    }
    .index-right-column--top.motto cite {
        color: #212529;
        font-size: 0.875rem;
    }
    .index-right-column--top.motto span {
        display: block;
    }
    .page-management .index-right-column--top.motto {
        width: 87.5%;
        padding-top: 0;
    }
    .page-management .index-right-column--top.motto p {
        line-height: 1.25;
        font-size: 1.375rem;
        font-weight: 300;
    }
    .page-management .index-right-column--top.motto span {
        display: block;
    }
    .page .archive-visual-header,
    .page .index-visual-header,
    .post-type-archive-person .archive-visual-header,
    .post-type-archive-person .index-visual-header {
        flex-direction: column;
    }
    .page .archive-visual-header--item,
    .page .index-visual-header--item,
    .post-type-archive-person .archive-visual-header--item,
    .post-type-archive-person .index-visual-header--item {
        position: static;
        margin: 0.0625rem;
        width: 7.875rem;
        height: 7.875rem;
    }
    .page .archive-visual-header--item:nth-child(3),
    .page .index-visual-header--item:nth-child(3),
    .post-type-archive-person .archive-visual-header--item:nth-child(3),
    .post-type-archive-person .index-visual-header--item:nth-child(3) {
        width: 15.875rem;
        height: 15.875rem;
    }
    .page .archive-visual-header--item:nth-child(4), .page .archive-visual-header--item:nth-child(5), .page .archive-visual-header--item:nth-child(6), .page .archive-visual-header--item:nth-child(7),
    .page .index-visual-header--item:nth-child(4),
    .page .index-visual-header--item:nth-child(5),
    .page .index-visual-header--item:nth-child(6),
    .page .index-visual-header--item:nth-child(7),
    .post-type-archive-person .archive-visual-header--item:nth-child(4),
    .post-type-archive-person .archive-visual-header--item:nth-child(5),
    .post-type-archive-person .archive-visual-header--item:nth-child(6),
    .post-type-archive-person .archive-visual-header--item:nth-child(7),
    .post-type-archive-person .index-visual-header--item:nth-child(4),
    .post-type-archive-person .index-visual-header--item:nth-child(5),
    .post-type-archive-person .index-visual-header--item:nth-child(6),
    .post-type-archive-person .index-visual-header--item:nth-child(7) {
        width: 3.875rem;
        height: 3.875rem;
    }
    .page .archive-visual-header--item:nth-child(12), .page .archive-visual-header--item:nth-child(13), .page .archive-visual-header--item:nth-child(14), .page .archive-visual-header--item:nth-child(15),
    .page .index-visual-header--item:nth-child(12),
    .page .index-visual-header--item:nth-child(13),
    .page .index-visual-header--item:nth-child(14),
    .page .index-visual-header--item:nth-child(15),
    .post-type-archive-person .archive-visual-header--item:nth-child(12),
    .post-type-archive-person .archive-visual-header--item:nth-child(13),
    .post-type-archive-person .archive-visual-header--item:nth-child(14),
    .post-type-archive-person .archive-visual-header--item:nth-child(15),
    .post-type-archive-person .index-visual-header--item:nth-child(12),
    .post-type-archive-person .index-visual-header--item:nth-child(13),
    .post-type-archive-person .index-visual-header--item:nth-child(14),
    .post-type-archive-person .index-visual-header--item:nth-child(15) {
        width: 3.875rem;
        height: 3.875rem;
    }
    .page .archive-visual-header--item .person-photo,
    .page .index-visual-header--item .person-photo,
    .post-type-archive-person .archive-visual-header--item .person-photo,
    .post-type-archive-person .index-visual-header--item .person-photo {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .page .archive-right-column--item .person-card-e-position,
    .page .archive-right-column--item .person-card-e-organization,
    .page .index-right-column--item .person-card-e-position,
    .page .index-right-column--item .person-card-e-organization,
    .post-type-archive-person .archive-right-column--item .person-card-e-position,
    .post-type-archive-person .archive-right-column--item .person-card-e-organization,
    .post-type-archive-person .index-right-column--item .person-card-e-position,
    .post-type-archive-person .index-right-column--item .person-card-e-organization {
        margin-top: 0.5rem;
        margin-right: 1.125rem;
        margin-bottom: 0;
        line-height: 1.25;
        font-size: 0.75rem;
        font-weight: 400;
        color: #212529;
    }
    .page a:hover .archive-right-column--item,
    .page a:hover .index-right-column--item,
    .post-type-archive-person a:hover .archive-right-column--item,
    .post-type-archive-person a:hover .index-right-column--item {
        background-color: #e9ecef;
    }
    .page-awards .archive-visual-header--item:nth-child(1), .page-awards .archive-visual-header--item:nth-child(2), .page-awards .archive-visual-header--item:nth-child(4), .page-awards .archive-visual-header--item:nth-child(5), .page-awards .archive-visual-header--item:nth-child(6), .page-awards .archive-visual-header--item:nth-child(7), .page-awards .archive-visual-header--item:nth-child(8), .page-awards .archive-visual-header--item:nth-child(9),
    .page-awards .index-visual-header--item:nth-child(1),
    .page-awards .index-visual-header--item:nth-child(2),
    .page-awards .index-visual-header--item:nth-child(4),
    .page-awards .index-visual-header--item:nth-child(5),
    .page-awards .index-visual-header--item:nth-child(6),
    .page-awards .index-visual-header--item:nth-child(7),
    .page-awards .index-visual-header--item:nth-child(8),
    .page-awards .index-visual-header--item:nth-child(9) {
        width: 7.875rem;
        height: 7.875rem;
    }
    .page-management .cpt-archive-description .person-photo {
        margin-bottom: 1rem;
    }
    .page-management .index-visual-header {
        width: 100%;
        height: 16rem;
    }
    .page-management .index-visual-header .index-visual-header--item {
        width: 11.875rem;
        height: 15.875rem;
    }
    .entry-content {
        font-size: 1.125rem;
        text-align: justify;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto;
    }
    .entry-content [id="buddypress"] {
        font-size: 1rem;
    }
    .entry-content .gallery {
        display: flex;
        flex-wrap: wrap;
    }
    .entry-content .gallery .wp-caption-text {
        display: none;
    }
    .entry-content .gallery.gallery-columns-3 .gallery-item {
        width: 32%;
        margin-right: 2%;
    }
    .entry-content .gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
        margin-right: 0;
    }
    .entry-content h2 + .gallery {
        margin-top: 1rem;
    }
    .single-grant .entry-visual-header,
    .single-grant .entry-infobox-1,
    .single-organization .entry-visual-header,
    .single-organization .entry-infobox-1,
    .single-partnership .entry-visual-header,
    .single-partnership .entry-infobox-1,
    .single-person .entry-visual-header,
    .single-person .entry-infobox-1,
    .single-post .entry-visual-header,
    .single-post .entry-infobox-1 {
        height: 16rem;
    }
    .single-grant .entry-visual-header .grant-photo,
    .single-grant .entry-visual-header .person-image,
    .single-organization .entry-visual-header .grant-photo,
    .single-organization .entry-visual-header .person-image,
    .single-partnership .entry-visual-header .grant-photo,
    .single-partnership .entry-visual-header .person-image,
    .single-person .entry-visual-header .grant-photo,
    .single-person .entry-visual-header .person-image,
    .single-post .entry-visual-header .grant-photo,
    .single-post .entry-visual-header .person-image {
        max-height: 16rem;
    }
    .single-grant .entry,
    .single-organization .entry,
    .single-partnership .entry,
    .single-person .entry,
    .single-post .entry {
        max-width: 1184px;
        padding: 0;
    }
    .single-grant .entry-visual-header,
    .single-grant .entry-header,
    .single-grant .entry-content,
    .single-organization .entry-visual-header,
    .single-organization .entry-header,
    .single-organization .entry-content,
    .single-partnership .entry-visual-header,
    .single-partnership .entry-header,
    .single-partnership .entry-content,
    .single-person .entry-visual-header,
    .single-person .entry-header,
    .single-person .entry-content,
    .single-post .entry-visual-header,
    .single-post .entry-header,
    .single-post .entry-content {
        width: 64.86487%;
        margin-right: 5.4054%;
    }
    .single-grant .entry-visual-header,
    .single-organization .entry-visual-header,
    .single-partnership .entry-visual-header,
    .single-person .entry-visual-header,
    .single-post .entry-visual-header {
        display: flex;
        overflow: hidden;
    }
    .single-grant .entry-visual-header .grant-photo,
    .single-grant .entry-visual-header .person-image,
    .single-organization .entry-visual-header .grant-photo,
    .single-organization .entry-visual-header .person-image,
    .single-partnership .entry-visual-header .grant-photo,
    .single-partnership .entry-visual-header .person-image,
    .single-person .entry-visual-header .grant-photo,
    .single-person .entry-visual-header .person-image,
    .single-post .entry-visual-header .grant-photo,
    .single-post .entry-visual-header .person-image {
        width: calc(100% - 16rem);
        height: auto;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .single-grant .entry-header,
    .single-organization .entry-header,
    .single-partnership .entry-header,
    .single-person .entry-header,
    .single-post .entry-header {
        padding-top: 1.75rem;
        padding-bottom: 1.5rem;
    }
    .single-grant .entry-header h1,
    .single-organization .entry-header h1,
    .single-partnership .entry-header h1,
    .single-person .entry-header h1,
    .single-post .entry-header h1 {
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 1.125;
        font-size: 2rem;
        font-weight: 300;
    }
    .single-grant .entry-next-previous,
    .single-organization .entry-next-previous,
    .single-partnership .entry-next-previous,
    .single-person .entry-next-previous,
    .single-post .entry-next-previous {
        order: 2;
        width: 29.72973%;
        height: 64px;
        border-top: none;
        border-bottom: none;
    }
    .single-grant .entry-content,
    .single-organization .entry-content,
    .single-partnership .entry-content,
    .single-person .entry-content,
    .single-post .entry-content {
        padding: 0;
        background-color: transparent;
    }
    .single-grant .entry-content .entry-title,
    .single-organization .entry-content .entry-title,
    .single-partnership .entry-content .entry-title,
    .single-person .entry-content .entry-title,
    .single-post .entry-content .entry-title {
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 1.125;
        font-size: 2rem;
        font-weight: 300;
    }
    .single-grant .entry-infobox,
    .single-organization .entry-infobox,
    .single-partnership .entry-infobox,
    .single-person .entry-infobox,
    .single-post .entry-infobox {
        line-height: 1.25;
        width: 29.72973%;
        color: #182A3A;
    }
    .single-grant .entry-infobox a,
    .single-organization .entry-infobox a,
    .single-partnership .entry-infobox a,
    .single-person .entry-infobox a,
    .single-post .entry-infobox a {
        color: #182A3A;
    }
    .single-grant .entry-infobox p,
    .single-organization .entry-infobox p,
    .single-partnership .entry-infobox p,
    .single-person .entry-infobox p,
    .single-post .entry-infobox p {
        margin-bottom: 0.5rem;
    }
    .single-grant .entry-infobox .nomis-gallery,
    .single-organization .entry-infobox .nomis-gallery,
    .single-partnership .entry-infobox .nomis-gallery,
    .single-person .entry-infobox .nomis-gallery,
    .single-post .entry-infobox .nomis-gallery {
        display: flex;
        flex-wrap: wrap;
        margin-right: -1%;
        min-height: 91px;
    }
    .single-grant .entry-infobox .nomis-gallery a,
    .single-organization .entry-infobox .nomis-gallery a,
    .single-partnership .entry-infobox .nomis-gallery a,
    .single-person .entry-infobox .nomis-gallery a,
    .single-post .entry-infobox .nomis-gallery a {
        margin-right: 1%;
        margin-bottom: 1%;
        width: 24%;
    }
    .single-grant .entry-infobox .nomis-gallery img,
    .single-organization .entry-infobox .nomis-gallery img,
    .single-partnership .entry-infobox .nomis-gallery img,
    .single-person .entry-infobox .nomis-gallery img,
    .single-post .entry-infobox .nomis-gallery img {
        width: 100%;
        height: auto;
    }
    .single-grant .entry-infobox-1 > .logo,
    .single-organization .entry-infobox-1 > .logo,
    .single-partnership .entry-infobox-1 > .logo,
    .single-person .entry-infobox-1 > .logo,
    .single-post .entry-infobox-1 > .logo {
        margin-bottom: auto;
    }
    .single-grant .entry-infobox-1 p:last-of-type,
    .single-organization .entry-infobox-1 p:last-of-type,
    .single-partnership .entry-infobox-1 p:last-of-type,
    .single-person .entry-infobox-1 p:last-of-type,
    .single-post .entry-infobox-1 p:last-of-type {
        margin-bottom: 0;
    }
    .single-grant .entry-infobox-1--content,
    .single-organization .entry-infobox-1--content,
    .single-partnership .entry-infobox-1--content,
    .single-person .entry-infobox-1--content,
    .single-post .entry-infobox-1--content {
        padding: 0;
    }
    .single-grant .entry-infobox-2,
    .single-organization .entry-infobox-2,
    .single-partnership .entry-infobox-2,
    .single-person .entry-infobox-2,
    .single-post .entry-infobox-2 {
        min-height: 16rem;
        padding: 0;
        background-color: transparent;
        color: #212529;
    }
    .single-grant .entry-infobox-2--section-header,
    .single-grant .index-right-column--section-header,
    .single-organization .entry-infobox-2--section-header,
    .single-organization .index-right-column--section-header,
    .single-partnership .entry-infobox-2--section-header,
    .single-partnership .index-right-column--section-header,
    .single-person .entry-infobox-2--section-header,
    .single-person .index-right-column--section-header,
    .single-post .entry-infobox-2--section-header,
    .single-post .index-right-column--section-header {
        margin-bottom: 0.25rem;
        padding: 0.75rem 1.5rem;
    }
    .single-grant .entry-infobox-2--section-header h1,
    .single-grant .index-right-column--section-header h1,
    .single-organization .entry-infobox-2--section-header h1,
    .single-organization .index-right-column--section-header h1,
    .single-partnership .entry-infobox-2--section-header h1,
    .single-partnership .index-right-column--section-header h1,
    .single-person .entry-infobox-2--section-header h1,
    .single-person .index-right-column--section-header h1,
    .single-post .entry-infobox-2--section-header h1,
    .single-post .index-right-column--section-header h1 {
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.875rem;
    }
    .single-grant .entry-infobox-2--section,
    .single-organization .entry-infobox-2--section,
    .single-partnership .entry-infobox-2--section,
    .single-person .entry-infobox-2--section,
    .single-post .entry-infobox-2--section {
        margin-bottom: 0.75rem;
    }
    .single-grant .entry-infobox-2--news-article,
    .single-grant .entry-infobox-2--affiliated-person,
    .single-grant .entry-infobox-2--post-linkbox,
    .single-organization .entry-infobox-2--news-article,
    .single-organization .entry-infobox-2--affiliated-person,
    .single-organization .entry-infobox-2--post-linkbox,
    .single-partnership .entry-infobox-2--news-article,
    .single-partnership .entry-infobox-2--affiliated-person,
    .single-partnership .entry-infobox-2--post-linkbox,
    .single-person .entry-infobox-2--news-article,
    .single-person .entry-infobox-2--affiliated-person,
    .single-person .entry-infobox-2--post-linkbox,
    .single-post .entry-infobox-2--news-article,
    .single-post .entry-infobox-2--affiliated-person,
    .single-post .entry-infobox-2--post-linkbox {
        padding: 0;
        background-color: #f8f9fa;
        padding: 0.875rem 1.125rem 0.875rem 1.5rem;
    }
    .single-grant .entry-infobox-2--news-article:hover,
    .single-grant .entry-infobox-2--affiliated-person:hover,
    .single-grant .entry-infobox-2--post-linkbox:hover,
    .single-organization .entry-infobox-2--news-article:hover,
    .single-organization .entry-infobox-2--affiliated-person:hover,
    .single-organization .entry-infobox-2--post-linkbox:hover,
    .single-partnership .entry-infobox-2--news-article:hover,
    .single-partnership .entry-infobox-2--affiliated-person:hover,
    .single-partnership .entry-infobox-2--post-linkbox:hover,
    .single-person .entry-infobox-2--news-article:hover,
    .single-person .entry-infobox-2--affiliated-person:hover,
    .single-person .entry-infobox-2--post-linkbox:hover,
    .single-post .entry-infobox-2--news-article:hover,
    .single-post .entry-infobox-2--affiliated-person:hover,
    .single-post .entry-infobox-2--post-linkbox:hover {
        background-color: #e9ecef;
    }
    .single-grant .entry-visual-header .grant-photo {
        width: 100%;
    }
    .entry-content .alignleft,
    .entry-content .alignright,
    .entry-content .alignnone {
        margin-bottom: 0.75rem;
        padding-top: 0.5rem;
    }
    .entry-content .alignleft,
    .entry-content .alignright {
        max-width: 62.5%;
    }
    .entry-content .alignleft {
        float: left;
        margin-right: 2.25rem;
    }
    .entry-content .alignright {
        float: right;
        margin-left: 2.25rem;
    }
    .entry-infobox-1 .organization-logo,
    .entry-infobox-1 .post-original-logo {
        max-width: 100%;
        height: auto;
    }
    .entry-infobox-1 .organization-logo[src*="/logo-forbes-original"], .entry-infobox-1 .organization-logo[src*="/logo-yale-university"],
    .entry-infobox-1 .post-original-logo[src*="/logo-forbes-original"],
    .entry-infobox-1 .post-original-logo[src*="/logo-yale-university"] {
        max-width: 50%;
    }
    .entry-infobox-1 .organization-logo[src*="/logo-brookings"], .entry-infobox-1 .organization-logo[src*="/logo-caltech-original"], .entry-infobox-1 .organization-logo[src*="/logo-eth-zurich-black"], .entry-infobox-1 .organization-logo[src*="/logo-nature-journal"], .entry-infobox-1 .organization-logo[src*="/logo-new-scientist"],
    .entry-infobox-1 .post-original-logo[src*="/logo-brookings"],
    .entry-infobox-1 .post-original-logo[src*="/logo-caltech-original"],
    .entry-infobox-1 .post-original-logo[src*="/logo-eth-zurich-black"],
    .entry-infobox-1 .post-original-logo[src*="/logo-nature-journal"],
    .entry-infobox-1 .post-original-logo[src*="/logo-new-scientist"] {
        max-width: 62.5%;
    }
    .entry-infobox-1 .organization-logo[src*="/logo-apa-science-cropped"], .entry-infobox-1 .organization-logo[src*="/logo-elsevier-original"], .entry-infobox-1 .organization-logo[src*="/logo-kyoto-prize-cropped"], .entry-infobox-1 .organization-logo[src*="/logo-nomis-news"], .entry-infobox-1 .organization-logo[src*="/logo-nature-neuroscience"], .entry-infobox-1 .organization-logo[src*="/logo-princeton-university-official"], .entry-infobox-1 .organization-logo[src*="/logo-stanford-medicine-original"], .entry-infobox-1 .organization-logo[src*="/logo-time-magazine"], .entry-infobox-1 .organization-logo[src*="/logo-university-of-zurich-original"],
    .entry-infobox-1 .post-original-logo[src*="/logo-apa-science-cropped"],
    .entry-infobox-1 .post-original-logo[src*="/logo-elsevier-original"],
    .entry-infobox-1 .post-original-logo[src*="/logo-kyoto-prize-cropped"],
    .entry-infobox-1 .post-original-logo[src*="/logo-nomis-news"],
    .entry-infobox-1 .post-original-logo[src*="/logo-nature-neuroscience"],
    .entry-infobox-1 .post-original-logo[src*="/logo-princeton-university-official"],
    .entry-infobox-1 .post-original-logo[src*="/logo-stanford-medicine-original"],
    .entry-infobox-1 .post-original-logo[src*="/logo-time-magazine"],
    .entry-infobox-1 .post-original-logo[src*="/logo-university-of-zurich-original"] {
        max-width: 75%;
    }
    .entry-infobox-1 .organization-logo[src*="/logo-mcn"],
    .entry-infobox-1 .post-original-logo[src*="/logo-mcn"] {
        max-width: 87.5%;
    }
    .single-grant .entry-visual-header .grant-photo {
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .single-grant .entry-content .grant-status {
        font-size: 0.875rem;
    }
    .single-organization .entry-visual-header .organization-photo {
        margin-top: 0;
        margin-bottom: 0;
        max-height: 320px;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .single-partnership .entry-visual-header img {
        max-width: 100%;
        height: auto;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .single-person .entry-visual-header .person-photo {
        width: 16rem;
        height: auto;
        width: auto;
        height: 16rem;
    }
    .single-person .entry-visual-header .visual-header-award {
        width: auto;
        height: 16rem;
    }
    .single-person .entry-infobox-1 .grant-title,
    .single-person .entry-infobox-1 .partnership-title {
        font-size: 1.5rem;
        font-weight: 300;
    }
    .single-person .entry-infobox-2--section .grant-title {
        font-size: 1.25rem;
    }
    .single-person .entry-infobox-2--award-title {
        margin-bottom: 0.75rem;
        padding: 0.75rem 1.5rem 0.875rem 1.5rem;
    }
    .single-person .entry-infobox-2--award-title h1 {
        margin-bottom: 0;
        font-weight: 600;
    }
    .single-post .entry-visual-header {
        background-color: #042439;
    }
    .single-post .entry-visual-header .wp-post-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .single-post .entry-visual-header .person-photo {
        width: 16rem;
        height: auto;
    }
    .single-post .entry-header h1 {
        text-transform: none;
    }
    .single-post .entry-next-previous {
        height: unset;
    }
    .single-post .entry-infobox-2 {
        min-height: 16rem;
    }
    .page-awards .archive-title,
    .page-awards .archive-right-column--item h1.person-title,
    .page-awards .index-title,
    .page-awards .index-right-column--item h1.person-title {
        color: #9C824E;
    }
    .site-footer {
        height: 8rem;
    }
}

@media (min-width: 992px) {
    .archive-visual-header,
    .index-visual-header {
        height: 16rem;
    }
    .single-organization .entry-visual-header .organization-photo {
        max-height: 16rem;
    }
}

@media (min-width: 1366px) {
    .site-header {
        max-width: 1184px;
        margin-right: auto;
        margin-left: auto;
    }
    .custom-logo-link {
        margin-left: -134px;
    }
}

.menu-button .menu-button-text,
.menu-button .menu-button-close {
    display: none;
}

.submenu-button .expand-text {
    display: none;
}

.menu-main-container {
    text-transform: uppercase;
}

.site-menu a,
.site-menu ul,
.site-menu li {
    line-height: 1;
}

.site-menu a:hover, .site-menu a:active {
    box-shadow: none;
}

.site-menu ul {
    display: none;
}

@media (max-width: 991.98px) {
    .submenu-indicator {
        display: none;
    }
    .menu-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 1.25rem;
    }
    .admin-bar .menu-button {
        top: 32px;
    }
}

@media screen and (max-width: 991.98px) and (max-width: 782px) {
    .admin-bar .menu-button {
        top: 46px;
    }
}

@media (max-width: 991.98px) {
    .menu-button .icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .submenu-button {
        position: absolute;
        top: 0;
        right: 0;
        border-width: 0;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: white;
        background-color: #e9ecef;
        background-color: #6c757d;
        background-color: transparent;
        padding: 0.5625rem 1rem;
        padding: 0.5rem 1rem;
        line-height: 1;
    }
    .submenu-button .icon {
        width: 2rem;
        height: 1.875rem;
        color: white;
        color: #212529;
    }
    .submenu-button .expand-hide {
        display: none;
    }
    .submenu-button.is-open {
        background-color: #ced4da;
    }
    .submenu-button.is-open .expand-show {
        display: none;
    }
    .submenu-button.is-open .expand-hide {
        display: inline;
    }
    .site-menu {
        width: 100%;
        font-size: 0.875rem;
    }
    .site-menu .menu > li:last-child a {
        background-color: #6c757d;
        background-color: #042439;
        color: white;
    }
    .site-menu a {
        display: block;
        position: relative;
        padding-top: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.25rem;
        color: #212529;
        font-weight: 400;
    }
    .site-menu ul {
        background-color: #f8f9fa;
        background-color: #f8f9fa;
        background-color: #e9ecef;
    }
    .site-menu ul ul {
        background-color: #e9ecef;
        background-color: #e9ecef;
        background-color: #dee2e6;
        background-color: #ced4da;
    }
    .site-menu ul ul a {
        padding-left: 2.5rem;
    }
    .site-menu li {
        position: relative;
        border-color: white;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .site-menu li li {
        border-bottom: none;
        border-top-width: 1px;
        border-top-style: solid;
    }
    .site-menu li:last-of-type {
        border-bottom: none;
    }
    .site-menu .menu {
        margin-bottom: 1rem;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
    .site-menu.is-open ul {
        display: block;
    }
    .site-menu.is-open ul ul {
        display: none;
    }
    .site-menu.is-open ul ul.is-open {
        display: block;
    }
    .site-menu.is-open .menu-button-open {
        display: none;
    }
    .site-menu.is-open .menu-button-close {
        display: inline;
    }
}

@media (min-width: 992px) {
    .menu-item-has-children button {
        display: none;
    }
    .menu > li:not(:first-child) {
        margin-left: 1rem;
    }
    .site-menu {
        margin-top: 4.625rem;
        margin-top: 4.125rem;
        margin-left: auto;
    }
    .site-menu ul {
        display: block;
    }
    .site-menu ul a {
        display: block;
        padding: 0.25rem;
        color: #212529;
    }
    .site-menu ul a:hover, .site-menu ul a:active {
        color: #042439;
        color: #FFD000;
    }
    .site-menu ul ul {
        position: absolute;
        top: 100%;
        left: -999em;
        float: left;
        transition-delay: 500ms, 375ms, 375ms;
        transition-duration: 0ms, 125ms, 125ms;
        transition-property: left, opacity, visibility;
        visibility: hidden;
        opacity: 0;
        z-index: 99999;
        margin-top: 0.5rem;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.25);
        background-color: yellow;
    }
    .site-menu ul ul a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 12.5rem;
        font-size: 0.75rem;
        padding: 0.75rem 1rem 0.75rem 1.5rem;
        padding: 0.375rem 1rem 0.375rem 2.25rem;
        color: white;
        color: #212529;
    }
    .site-menu ul ul a:hover, .site-menu ul ul a:active {
        color: #FFD000;
    }
    .site-menu ul li:hover > ul {
        left: -2rem;
        transition-delay: 0ms, 125ms, 125ms;
        transition-duration: 0ms, 125ms, 125ms;
        transition-property: left, opacity, visibility;
        visibility: visible;
        opacity: 1;
    }
    .site-menu ul li:focus-within > ul {
        left: -2rem;
        transition-delay: 0ms, 125ms, 125ms;
        transition-duration: 0ms, 125ms, 125ms;
        transition-property: left, opacity, visibility;
        visibility: visible;
        opacity: 1;
    }
    .site-menu ul li > ul {
        background-color: #042439 !important;
        background-color: white !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .site-menu ul li:hover + li ul {
        background-color: red !important;
        display: none;
    }
    .site-menu li {
        position: relative;
        float: left;
    }
    .site-menu > ul {
        display: flex;
    }
    .site-menu > ul ul {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.facetwp-facet {
    position: absolute;
    right: 0;
}

.facetwp-facet-1-adjacent + .facetwp-facet {
    top: 0;
}

.facetwp-facet-2-adjacent + .facetwp-facet {
    top: 56px;
}

.facetwp-facet-3-adjacent + .facetwp-facet {
    top: 112px;
}

.facetwp-facet-4-adjacent + .facetwp-facet {
    top: 168px;
}

.index-right-column--fwp .facetwp-facet {
    width: 100%;
}

.facetwp-reset-btn {
    top: 2px;
    right: 19px;
    position: absolute;
    z-index: 99;
    background-color: #8d959d;
    padding: 0.5rem 0.875rem 0.5rem 0.875rem;
    line-height: 1;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
}

.facetwp-reset-btn:focus {
    box-shadow: none;
}

.facetwp-reset-btn.facetwp-facet-2-adjacent {
    top: 58px;
}

.facetwp-reset-btn.facetwp-facet-2-adjacent + .facetwp-template.visible {
    margin-top: 0;
}

.facetwp-reset-btn.facetwp-facet-3-adjacent {
    top: 114px;
}

.facetwp-search-wrap .facetwp-btn {
    top: 0.25rem;
}

.facetwp-search-wrap .facetwp-btn::before {
    width: 0.875rem;
    height: 0.875rem;
    background: url("../icons/search-black-18dp-cropped.png") no-repeat;
    background-size: cover;
}

.blog .index-content,
.page-id-7832 .index-content {
    position: relative;
}

.blog .facetwp-facet,
.blog .facetwp-type-fselect,
.page-id-7832 .facetwp-facet,
.page-id-7832 .facetwp-type-fselect {
    margin-bottom: 1rem;
}

.blog .facetwp-type-search,
.page-id-7832 .facetwp-type-search {
    margin-bottom: 1.25rem;
}

.index-right-column--fwp {
    position: relative;
    padding-top: 1px;
}

.index-right-column--fwp .facetwp-facet {
    margin-bottom: 0;
}

.index-right-column--fwp .facetwp-type-fselect .fs-wrap {
    width: 100%;
}

.index-right-column--fwp .fs-label-wrap .fs-label {
    padding-top: 0.5rem;
    padding-right: 3.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
}

.index-right-column--fwp .fs-arrow {
    right: 0.5rem;
}

.index-right-column--fwp .fs-search,
.index-right-column--fwp .fs-option {
    padding-left: 0.75rem;
}

.index-right-column--fwp .fs-dropdown .fs-options .fs-option:first-child {
    display: none;
}

.index-right-column--fwp .facetwp-template {
    display: none;
}

.facetwp-template.visible {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.facetwp-template.visible .index-right-column--section-header {
    background-color: #FFD000;
    color: white;
}

@media (max-width: 991.98px) {
    .blog .facetwp-facet,
    .page-id-7832 .facetwp-facet {
        position: initial;
    }
    .blog .facetwp-search-wrap,
    .page-id-7832 .facetwp-search-wrap {
        width: 100vw;
    }
    .blog .facetwp-btn,
    .page-id-7832 .facetwp-btn {
        right: calc(1.125rem + 5px);
    }
    .blog .facetwp-template .news .entry,
    .page-id-7832 .facetwp-template .news .entry {
        padding-right: 1.125rem;
        padding-left: 1.125rem;
    }
    .index-right-column--fwp .facetwp-facet {
        margin-bottom: 1rem;
        padding-right: 1.125rem;
        padding-left: 1.125rem;
    }
    .index-right-column--fwp .facetwp-type-fselect .fs-dropdown {
        width: calc(100% - 1.125rem - 1.125rem);
    }
    .post-type-archive-grant .index-right-column--fwp,
    .post-type-archive-partnership .index-right-column--fwp,
    .post-type-archive-person .index-right-column--fwp {
        min-height: 112px;
    }
    .post-type-archive-grant .facetwp-template.visible,
    .post-type-archive-partnership .facetwp-template.visible,
    .post-type-archive-person .facetwp-template.visible {
        margin-top: 112px;
    }
    .page-awards .index-right-column--fwp {
        min-height: 168px;
    }
    .page-awards .facetwp-template.visible {
        margin-top: 168px;
    }
}

@media (min-width: 992px) {
    .index-right-column--fwp {
        min-height: 374px;
        padding-top: 1px;
    }
    .index-right-column--fwp .facetwp-type-fselect .fs-dropdown {
        width: 352px;
    }
    .index-content .facetwp-type-fselect .fs-option .fs-option-label,
    .index-right-column--fwp .facetwp-type-fselect .fs-option .fs-option-label {
        white-space: normal;
        font-size: 0.875rem;
    }
    .index-content .fs-option,
    .index-right-column--fwp .fs-option {
        word-break: normal;
    }
    .facetwp-reset-btn {
        right: 0.1875rem;
    }
    .page-awards .facetwp-template.visible {
        margin-top: 168px;
    }
    .post-type-archive-grant .facetwp-template.visible,
    .post-type-archive-partnership .facetwp-template.visible,
    .post-type-archive-person .facetwp-template.visible {
        margin-top: 112px;
    }
}

.site-main .leaflet-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.site-main .leaflet-container a {
    box-shadow: none;
    color: #042439;
    color: blue;
    color: #212529;
}

.site-main .leaflet-container a:hover, .site-main .leaflet-container a:active {
    text-decoration: none;
    color: black;
    color: #FFD000;
}

.site-main .leaflet-popup-content p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.site-main .leaflet-map .leaflet-popup-content-wrapper {
    border-radius: 0;
}

.site-main .leaflet-map .leaflet-popup-nomis-header {
    font-weight: 700;
}

.site-main .leaflet-popup-close-button:hover {
    box-shadow: none;
}

body {
    width: 100%;
}

.postid-633 a[href="https://3.nomisfoundation.ch/research-grants/future-earth-program-for-early-phase-grants-advancing-sustainability-science/"] {
    display: none;
}

.index-visual-header--item a .person-photo,
.index-visual-header--item a .person-photo {
    transition: -webkit-filter 187.5ms ease-in-out;
    transition: filter 187.5ms ease-in-out;
    transition: filter 187.5ms ease-in-out, -webkit-filter 187.5ms ease-in-out;
}

.index-visual-header--item:hover a .person-photo,
.index-visual-header--item:active a .person-photo {
    -webkit-filter: brightness(0.8125);
            filter: brightness(0.8125);
}

.page-id-378 .entry-content h2,
.page-id-378 .entry-content h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.page-id-378 .entry-content h2 {
    font-size: 1.625rem;
}

.page-id-378 .entry-content h3 {
    font-size: 1.25rem;
}

.page-id-378 .entry-content b,
.page-id-378 .entry-content strong {
    font-weight: 600;
}

.accordion .accordion-header {
    display: flex;
    cursor: pointer;
}

.accordion .accordion-entry {
    display: none;
}

.accordion .accordion-entry:first-of-type {
    display: block;
}

@media (min-width: 992px) {
    .blog .index-visual-header,
    .page-id-7832 .index-visual-header {
        width: 64.86487%;
        height: 16rem;
        margin-right: 35.13513%;
    }
    .blog .index-visual-header .visual-header-image,
    .page-id-7832 .index-visual-header .visual-header-image {
        width: 100%;
        height: auto;
    }
    .blog .index-header,
    .page-id-7832 .index-header {
        width: 64.86487%;
    }
    .blog .facetwp-search,
    .blog .facetwp-type-fselect .fs-wrap,
    .blog .facetwp-type-fselect .fs-dropdown,
    .page-id-7832 .facetwp-search,
    .page-id-7832 .facetwp-type-fselect .fs-wrap,
    .page-id-7832 .facetwp-type-fselect .fs-dropdown {
        width: 22rem;
    }
    .blog .facetwp-template,
    .page-id-7832 .facetwp-template {
        width: 100%;
    }
    .blog .facetwp-template .news,
    .page-id-7832 .facetwp-template .news {
        display: flex;
        flex-wrap: wrap;
    }
    .blog .facetwp-template .news .entry,
    .page-id-7832 .facetwp-template .news .entry {
        display: flex;
        flex-flow: column;
        margin-bottom: 2.25rem;
        width: 29.72973%;
        height: 16rem;
        height: 18rem;
    }
    .blog .facetwp-template .news .entry:nth-child(3n+1), .blog .facetwp-template .news .entry:nth-child(3n+2),
    .page-id-7832 .facetwp-template .news .entry:nth-child(3n+1),
    .page-id-7832 .facetwp-template .news .entry:nth-child(3n+2) {
        margin-right: 5.40541%;
    }
    .blog .facetwp-template .news .entry-visual-header,
    .page-id-7832 .facetwp-template .news .entry-visual-header {
        margin-bottom: 0.5rem;
        height: 118px;
    }
    .blog .facetwp-template .news .entry-visual-header .wp-post-image,
    .page-id-7832 .facetwp-template .news .entry-visual-header .wp-post-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
    }
    .blog .facetwp-template .news .activity-entry-visual-header,
    .page-id-7832 .facetwp-template .news .activity-entry-visual-header {
        background-color: #042439;
    }
    .blog .facetwp-template .news .activity-entry-visual-header .wp-post-image,
    .page-id-7832 .facetwp-template .news .activity-entry-visual-header .wp-post-image {
        width: auto;
    }
    .blog .facetwp-template .news .entry-header,
    .page-id-7832 .facetwp-template .news .entry-header {
        order: 0;
    }
    .blog .facetwp-template .news .entry-header h1,
    .page-id-7832 .facetwp-template .news .entry-header h1 {
        line-height: 1.25;
        font-size: 1.25rem;
        font-size: 1rem;
        font-weight: 600;
    }
    .blog .facetwp-template .news .entry-datetime-published,
    .page-id-7832 .facetwp-template .news .entry-datetime-published {
        display: block;
        margin-bottom: 0.5rem;
    }
    .blog .facetwp-template .news .dt-published,
    .page-id-7832 .facetwp-template .news .dt-published {
        font-size: 0.875rem;
    }
    .blog .facetwp-template .news .entry-footer .post-original-logo,
    .page-id-7832 .facetwp-template .news .entry-footer .post-original-logo {
        max-width: 31.25%;
        height: auto;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

[id^="baguetteBox-figcaption-"] {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#baguetteBox-overlay.visible .full-image figcaption {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.home-content .values {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.home-content .values > section {
    width: 29%;
}

.home-content .values > section span {
    display: block;
    line-height: 1;
}

.home-content .values > section span:first-child {
    font-size: 3rem;
    font-weight: 300;
}

.home-content .values > section span:last-child {
    color: #8F8F8F;
    font-size: 1.75rem;
    font-weight: 300;
}

.home-content .values > section p {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #8F8F8F;
    line-height: 1.25;
    font-size: 0.875rem;
}

.home-content .motto {
    margin-top: 3rem;
    margin-bottom: 3rem;
    background-color: #4F616F;
    padding: 2rem;
    color: white;
    line-height: 1;
}

.home-content .motto blockquote {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5625rem;
    font-weight: 300;
}

.home-content .motto blockquote p {
    margin-bottom: 0;
}

.home-content .motto cite {
    text-align: end;
    font-size: 1rem;
    font-style: normal;
}

.nomis-siema-wrap {
    position: relative;
    overflow: hidden;
    width: 100vw;
}

@media (min-width: 992px) {
    .nomis-siema-wrap {
        max-width: 100%;
    }
}

.nomis-siema {
    margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
    .nomis-siema {
        width: calc(calc(100vw - 2.25rem + 2px) * 3);
        height: 33.33333vw;
        transform: translateX(calc(-100vw + 3.375rem - 2px));
    }
}

@media (min-width: 992px) {
    .nomis-siema {
        width: 2502px;
        height: 277.33333px;
        transform: translateX(calc(-832px - calc(1px * 12) + calc(50vw - 592px)));
    }
}

.nomis-siema-item {
    position: relative;
    overflow-y: hidden;
    margin-right: 2px;
}

.nomis-siema-item a img {
    transition: -webkit-filter 250ms ease-in-out;
    transition: filter 250ms ease-in-out;
    transition: filter 250ms ease-in-out, -webkit-filter 250ms ease-in-out;
}

.nomis-siema-item a:hover img, .nomis-siema-item a:active img {
    -webkit-filter: brightness(0.6875);
            filter: brightness(0.6875);
}

.nomis-siema-item .grant-photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    .nomis-siema-item {
        width: calc(100vw - 1.125rem - 1.125rem);
        height: calc(calc(100vw - 1.125rem - 1.125rem - 1px - 1px) / 3);
    }
}

@media (min-width: 992px) {
    .nomis-siema-item {
        width: 832px;
        height: 277.33333px;
    }
}

.nomis-siema-item-overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .nomis-siema-item-overlay-wrap {
        width: calc(100vw - 1.125rem - 1.125rem - 1px - 1px);
        height: calc(calc(100vw - 1.125rem - 1.125rem - 1px - 1px) / 3);
    }
}

@media (min-width: 992px) {
    .nomis-siema-item-overlay-wrap {
        width: 832px;
        height: 277.33333px;
    }
}

.nomis-siema-item-overlay {
    background-color: rgba(4, 36, 57, 0.5);
    margin-top: auto;
    padding: 0.625rem 0.5rem 0.625rem 1.25rem;
    color: white;
}

@media (min-width: 992px) {
    .nomis-siema-item-overlay {
        font-size: 1.25rem;
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    .nomis-siema-btn-prev,
    .nomis-siema-btn-next {
        position: absolute;
        top: calc(50% - 31px);
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        line-height: 1;
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    .nomis-siema-btn-prev,
    .nomis-siema-btn-next {
        display: none;
    }
}

@media (min-width: 992px) {
    .nomis-siema-btn-prev {
        padding-right: 0.375rem;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .nomis-siema-btn-next {
        right: 0;
        padding-right: 0;
        padding-left: 0.375rem;
    }
}

.entry-content .nomis-send-private-message,
.index-content .nomis-send-private-message {
    color: #3d454c;
    font-weight: 600;
}

.entry-content .nomis-send-private-message:hover,
.index-content .nomis-send-private-message:hover {
    color: black;
}

.entry-content .nomis-send-private-message .person-name-first,
.index-content .nomis-send-private-message .person-name-first {
    text-transform: uppercase;
}

.bp-user .entry .entry-visual-header {
    display: none;
}

.bp-user .entry .entry-header {
    display: none;
}

.bp-user .entry [id="buddypress"] [id="item-header"],
.bp-user .entry [id="buddypress"] [id="item-nav"] {
    display: none;
}

@media (min-width: 992px) {
    .entry-content #buddypress [id="notifications-bulk-management"] table.notifications tr .notification-check {
        height: 27px;
    }
    .entry-content #buddypress [id="notifications-bulk-management"] table.notifications tr .notification-since,
    .entry-content #buddypress [id="notifications-bulk-management"] table.notifications tr .notification-actions {
        white-space: nowrap;
        vertical-align: top;
    }
    .entry-content #buddypress [id="notifications-bulk-management"] table.notifications tr .bulk-select-check,
    .entry-content #buddypress [id="notifications-bulk-management"] table.notifications tr .notification-description {
        vertical-align: top;
    }
}

.tribe_events-template-default [id="tribe-events-header"],
.tribe_events-template-default [id="tribe-events-footer"] {
    display: none;
}

.home .activity-entry-visual-header,
.blog .activity-entry-visual-header,
.single-post .activity-entry-visual-header,
.page-id-7832 .activity-entry-visual-header {
    display: flex;
    color: #eef7fe;
    background: linear-gradient(#000506, #00516B);
}

.home .activity-entry-visual-header .wp-post-image,
.blog .activity-entry-visual-header .wp-post-image,
.single-post .activity-entry-visual-header .wp-post-image,
.page-id-7832 .activity-entry-visual-header .wp-post-image {
    width: auto;
}

.home .activity-entry-visual-header .author-info,
.blog .activity-entry-visual-header .author-info,
.single-post .activity-entry-visual-header .author-info,
.page-id-7832 .activity-entry-visual-header .author-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home .activity-entry-visual-header .author-info p,
.blog .activity-entry-visual-header .author-info p,
.single-post .activity-entry-visual-header .author-info p,
.page-id-7832 .activity-entry-visual-header .author-info p {
    margin-bottom: 0.25rem;
}

.home .activity-entry-visual-header .author-info p:last-child,
.blog .activity-entry-visual-header .author-info p:last-child,
.single-post .activity-entry-visual-header .author-info p:last-child,
.page-id-7832 .activity-entry-visual-header .author-info p:last-child {
    margin-bottom: 0;
}

.blog .activity-entry-visual-header .person-info,
.page-id-7832 .activity-entry-visual-header .person-info {
    display: flex;
    flex-direction: column;
    margin: 0.5rem 1rem;
    color: white;
}

.blog .activity-entry-visual-header .person-info p,
.page-id-7832 .activity-entry-visual-header .person-info p {
    font-size: 0.75rem;
}

.blog .activity-entry-visual-header .person-info .person-name,
.page-id-7832 .activity-entry-visual-header .person-info .person-name {
    margin-bottom: auto;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
}

.single-post .activity-entry-visual-header .author-info {
    margin: 1rem 1rem 1rem 1.5rem;
}

.single-post .activity-entry-visual-header .author-info-header {
    text-transform: uppercase;
    font-size: 1.25rem;
}

.home .activity-entry-visual-header .author-info,
.page-id-7832 .activity-entry-visual-header .author-info {
    justify-content: space-between;
}

.home .latest-news-header a {
    color: white;
}

.home .latest-news-header a:hover, .home .latest-news-header a:active {
    color: #FFD000;
}

.wp-post-image-for-activity-post {
    max-width: 12.875rem;
    padding-left: 1rem;
}
