/*  version 1.0.0  */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --hp-panel-width: 1300px;

    --lemelson-panel-wide: 1300px;
    --lemelson-bismark: #436685;
    --lemelson-blue: #089acf;
    --lemelson-blue-50: #089acf88;
    --lemelson-blue-20: #089acf33;
    --lemelson-bright-red: #aa0000;
    --lemelson-gray: #363636;
    --lemelson-gray-80: #363636CF;
    --lemelson-purple: #6e2159;
    --lemelson-light-gray: #f3f3f3;
    --lemelson-matisse: #15729d;
    --lemelson-copper: #ad7c3a;
    --lemelson-gallery: #efefef;
    --lemelson-casper: #bbcbd9;
    --lemelson-catskill-white: #eaeff4;
    --lemelson-woodsmoke: #090a0b;
    --lemelson-tea: #c1bcb0;
    --lemelson-elf-green: #078886;
    --lemelson-hemlock: #696e42;
    --lemelson-boulder: #7a7a7a;
    --lemelson-periwinkle: #cbd3e6;
    --lemelson-malibu: #4acdfc;

    --lemelson-smtxt-1: 19px;
    --lemelson-link-color-1: var(--lemelson-blue);

    --lemelson-post-thumbnail-date-size: 16px;
    --lemelson-post-thumbnail-date-padding-top: 10px;
    --lemelson-post-thumbnail-date-margin-bottom: 0;
    --lemelson-post-thumbnail-title-size: 26px;
    --lemelson-post-thumbnail-title-color: var(--lemelson-blue);

    --lemelson-header-height: 120px;
}
.wp-block-site-logo {
    margin-left: 0 !important;
    flex-shrink: 0;
}
.wp-block-site-logo.is-default-size img {
    height: 75px;
    width: auto;
}
html, body, button, td, input, textarea, select, option {
    font-family: "Oswald", "Helvetica", "Arial", sans-serif;
    font-weight: 200;
    font-size: 22px;
    line-height: 1.5;
    text-shadow: none;
    overflow-x: clip;
}
.wp-site-blocks {
    padding-top: var(--lemelson-header-height);
}
.page-template-blank .wp-site-blocks {
    padding-top: 0;
}
header {
    background-image: linear-gradient(to bottom, #ccc, white);
    background-size: 100% 7px;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background-color: white;
}
#wpadminbar ~ .wp-site-blocks header {
    top: 30px;
}
.entry-content:has(.motto-container), .page-gradient {
    padding-top: 80px;
    background-image: linear-gradient(to bottom, #bbcbd999,#bbcbd900);
    background-size: 100% 80px;
    background-repeat: no-repeat;
    background-position: center 2px;
}
h1, h2, h3, h6 {
    font-weight: 400;
    padding-bottom: 0;
    color: var(--lemelson-gray);
    transition: font-size 100ms ease-in-out, color 100ms ease-in-out;
}
h1 {
    font-size: 50px;
}
.page-title h1 {
    text-shadow: 0px 6px 18px rgba(0, 0, 0, 0.43);
}
h2 {
    font-size: 44px;
    line-height: 1.2;
}
h2.h2-v2 {
    margin-bottom: 10px;
}
h3 {
    font-size: 38px;
    line-height: 1.4;
    color: var(--lemelson-purple);
    margin-bottom: 15px;
}
h4 {
    font-size: 28px;
    line-height: 1.5;
    color: var(--lemelson-gray);
    transition: font-size 100ms ease-in-out, color 100ms ease-in-out;
}
h5 {
    font-size: 38px;
    font-weight: 300;
    transition: font-size 100ms ease-in-out, color 100ms ease-in-out;
}
h5.h5-v2 {
    color: var(--lemelson-purple);
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 15px;
}
h6 {
    font-size: 28px;
    line-height: 1.4;
    color: var(--lemelson-purple);
}
h2.subtitle {
    font-weight: 300;
}
h2.subtitle strong {
    font-weight: 400;
}
h5 {
    font-size: 38px;
    font-weight: 300;
}
p, li {
    font-weight: 200;
    font-size: 22px;
    line-height: 1.7;
    color: var(--lemelson-gray);
    transition: font-size 100ms ease-in-out, color 100ms ease-in-out;
}
p strong, li strong, p b, li b {
    font-weight: 400;
}
blockquote {
    font-family: "Oswald", sans-serif;
}
.smtxt-1 {
    font-size: var(--lemelson-smtxt-1);
}
.wp-block-media-text__content *:last-child {
    /* margin-bottom: 0; */
}
header > .panel {
    display: flex;
    height: 120px;
    align-items: center;
}
header .panel .wp-block-search__input {
    font-size: 0.75rem;
    padding: 4px 5px 4px 26px;
    background-size: 15px;
    background-position: 4px center;
    background-image: url(/wp-content/uploads/search.png);
    background-repeat: no-repeat;
    border-width: 2px;
    width: 100%;
    border-radius: 5px;
}
a {
    color: var(--lemelson-link-color-1);
}
.wp-block-columns:where(.is-layout-flex) {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.wp-block-button a, input[type="submit"] {
    font-family: "Oswald", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    background-color: var(--lemelson-purple);
    border: var(--lemelson-purple) solid 1px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    border-radius: 0;
    padding: 9px 25px 6px;
    min-width: 240px;
    height: 45px;
    transition: background-color 200ms ease-in-out, border 200ms ease-in-out;
}
.wp-block-button.blue-link a, input[type="submit"] {
    background-color: var(--lemelson-blue);
    border-color: var(--lemelson-blue);
}
.wp-block-button a:hover, input[type="submit"]:hover {
    color: white !important;
    background-color: var(--lemelson-bright-red);
    border: var(--lemelson-bright-red) solid 1px !important;
}
.main-menu-link-text a {
    font-weight: 400;
    text-transform: uppercase;
}
#home-mission-statement-banner {
    background-color: var(--lemelson-blue);
    border-bottom: 2px solid white;
}
#home-mission-statement-banner-line-container {
    position: relative;
    padding: 0 100px;
    width: fit-content;
}
#home-mission-statement-banner-line-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: white;
}
#home-mission-statement-banner .panel p {
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    color: white;
    font-size: 29px;
    padding: 40px 15px;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    background-color: var(--lemelson-blue);
    position: relative;
    transition: font-size 100ms ease-in-out;
}
#home-hero-feature {
    background-color: #262626;
}
#motto-container {
    background-color: var(--lemelson-gray);
}
#motto-container .panel {
    padding: 50px 30px;
}
#motto-container p {
    color: white;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 300;
    margin: 0;
}
#motto-container p strong {
    font-weight: 300;
    color: var(--lemelson-blue);
}
.lemelson-hero figure {
    height: 400px;
}
.lemelson-hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-our-story .lemelson-hero > figure > img {
    object-position: top;
}
.secondary-message .panel {
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.secondary-message h3 {
    flex-basis: 40%;
    font-weight: 400;
    text-align: right;
    color: var(--lemelson-purple);
    padding-bottom: 0;
    padding-right: 1.5rem;
    flex-shrink: 0;
}
.secondary-message p {
    flex-basis: 60%;
    padding-left: 1.5rem;
    font-size: 28px;
    line-height: 1.67;
    color: var(--lemelson-gray);
    margin-bottom: 0;
    position: relative;
}
.secondary-message p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: var(--lemelson-purple);
}
.balance-text {
    text-wrap: balance;
}
.horizontal-header .panel {
    padding: 10px 75px 40px;
}
.horizontal-header h6 {
    color: var(--lemelson-gray);
    margin-bottom: 20px;
}
.horizontal-header hr {
    margin: 30px 45px !important;
    border-bottom: 4px solid var(--lemelson-gray) !important;
    opacity: 0.5;
}
.approach-container {
    padding: 90px 0;
    background-color: #f7f9fa;
}
.approach-container h3 {
    padding-top: 12px;
    color: var(--lemelson-purple);
    font-size: 32px;
}
.approach-container h4 {
    font-size: 22px;
    font-weight: 400;
    padding-top: 10px;
}
.approach-container li {
    font-size: 22px;
    padding-top: 10px;
}
.approach-container .arve {
    margin-bottom: 0;
    margin-top: 75px;
}
.approach2-container {
    background-color: #f7f9fa;
    padding: 60px 0;
}
.approach2-container .wp-block-media-text.has-media-on-the-right {
    /*grid-template-columns: 40% 1fr;*/
}
.approach2-container .approach2-main .wp-block-media-text__content,
.approach2-container .approach2-secondary .wp-block-media-text__content {
    padding-left: 0;
}
.approach2-container .approach2-main h2 {
    margin-bottom: 10px;
}
.approach2-container .approach2-main h5 {
    color: var(--lemelson-purple);
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 15px;
}
.approach2-container .approach2-main p {
    font-size: 19px;
}
.approach2-container .approach2-main p:last-of-type {
    margin-bottom: 0;
}
.approach2-container li {
    font-weight: 200;
}
.approach2-container figure {
    height: 100%;
    width: 100%;
}
.approach2-container figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.approach2-container .approach2-secondary + .approach2-secondary {
    margin-top: 60px;
}
.approach2-container .approach2-secondary figure.wp-block-media-text__media {
    min-height: 285px;
}
.approach2-container .approach2-secondary h4 a {
    font-weight: 500;
    color: #0899cf;
    transition: color 100ms ease-in-out;
}
.approach2-container .approach2-secondary .wp-block-media-text__content {
    align-self: flex-start;
}
.approach2-secondary .wp-block-media-text__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.approach2-secondary .wp-block-media-text__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.approach2-secondary .wp-block-media-text__content > figure {
    flex-grow: 0;
    width: unset;
    margin: 0 0 20px 0 !important;
}
.approach2-container .approach2-secondary h4 a:hover {
    color: var(--lemelson-bright-red);
}
.approach2-container .approach2-content {
    padding-top: 40px;
}
.approach2-container .approach2-content p:last-of-type {
    margin-bottom: 0;
}
#invention-education .panel {
    margin: 60px 0;
}
.approach2-education > * {
    align-self: flex-start !important;
}
.approach2-education figure img {
    min-height: 300px;
    object-fit: cover;
}
.approach2-education {
    margin-top: 60px;
}
.approach2-education .wp-block-media-text__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.approach2-education .wp-block-media-text__content h6 {
    margin-bottom: 15px;
}
.approach2-points-head {
    font-weight: 400;
}
.approach2-points {
    margin-top: 20px;
    font-weight: 200;
}
.approach2-points-list {
    margin-bottom: 0;
}
.approach2-points-list li {
    font-weight: 200;
    font-size: 18px;
    margin-top: 10px;
}

#approach.panel-container-1 {
    padding-bottom: 0;
}
footer .site-info-footer {
    background-image: url(/wp-content/uploads/footer-blue-gradient.jpg);
    background-size: cover;
    padding: 60px 0;
}
footer .site-info-footer .panel {
    display: flex;
    color: white;
}
footer .site-info-footer #footer-address {
    flex-basis: 55%;
}
footer .site-info-footer #footer-address #logo {
    margin: 0 !important;
    width: 230px;
    padding-bottom: 30px;
}
footer .site-info-footer #footer-address p {
    color: white;
}
footer .site-info-footer #footer-follow {
    flex-basis: 30%;
}
footer .site-info-footer #footer-follow p {
    padding-left: 30px;
}
footer .site-info-footer #footer-follow p,
footer .site-info-footer #footer-follow a {
    color: white;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-bottom: 0;
    transition: color 100ms ease-in-out;
}
footer .site-info-footer #footer-follow a:hover {
    color: var(--lemelson-purple) !important;
}
footer .site-info-footer #footer-follow .fa {
    font-size: 36px;
    margin-right: 10px;
}
footer .site-info-footer #footer-follow p:nth-of-type(3) {
    margin-top: 30px;
}
footer .site-info-footer #footer-follow #medium-social {
    position: relative;
}
footer .site-info-footer #footer-follow #medium-social #medium-logo {
    margin-right: 10px;
    vertical-align: bottom;
}
footer .site-info-footer #footer-follow #medium-social #medium-logo-rollover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 3px;
    transition: opacity 100ms ease-in-out;
}
footer .site-info-footer #footer-follow #medium-social a:hover #medium-logo-rollover {
    opacity: 1;
}
footer .site-info-footer #footer-follow figure {
    margin-top: 30px;
}
footer .site-info-footer #footer-portals {
    flex-basis: 15%;
}
footer .site-info-footer #footer-portals a {
    color: white;
}
footer .site-info-footer #footer-portals a:hover {
    transition: color 100ms ease-in-out;
    color: var(--lemelson-purple) !important;
}
#grantee-profile-feed .panel > h2 {
    margin-bottom: 30px;
}
.featured-profiles {
    padding: 30px 0;
}
.featured-profiles-query {
    margin-top: 50px;
}
.featured-profiles-query .wp-block-query ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
}
.featured-profiles-query .wp-block-query ul li a:hover {
    opacity: 0.7;
}
.featured-profiles-query .wp-block-query ul li .wp-block-group {
    position: relative;
}
.featured-profiles-query .wp-block-query ul li .wp-block-group figure {
    width: 100%;
    aspect-ratio: 3 / 2;
}
.featured-profiles-query .wp-block-query ul li .wp-block-group figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-profiles-query .wp-block-query ul li .wp-block-group .wp-block-post-terms {
    position: absolute;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    top: unset;
    left: 0;
    bottom: 20px;
    transform: unset;
}
.featured-profiles-query .wp-block-query ul li .wp-block-post-date {
    font-size: 16px;
    font-weight: 200;
    padding-top: 6px;
    color: var(--lemelson-bismark);
}
.featured-profiles-query .wp-block-query ul li h2 {
    font-size: 26px;
    padding-top: 6px;
    color: var(--lemelson-purple);
}
.featured-stories-text h5 {
    font-size: 38px;
    line-height: 1.25;
    margin-top: 30px;
    color: #6e2159;
}
.wp-block-query .wp-block-query-pagination {
    margin-top: 40px;
    justify-content: center;
    font-size: 30px;
}
.wp-block-query .wp-block-query-pagination {
    gap: 1px;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
    margin: 0 !important;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: flex;
    gap: 1px;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous, .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next, .wp-block-query .wp-block-query-pagination .page-numbers {
    display: block;
    height: 40px;
    width: 40px;
    background-color: #bbcad8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous:hover, .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query .wp-block-query-pagination a.page-numbers:hover {
    background-color: #777777;
}
.wp-block-query .wp-block-query-pagination .page-numbers.current {
    background-color: var(--lemelson-gray);
}
.gray-bands {
    background-image: url(/wp-content/uploads/light-gray-blend.jpg),
    url(/wp-content/uploads/light-gray-blend-reverse.jpg);
    background-size: auto 150px, auto 150px;
    background-position: center top, center bottom;
    background-repeat: repeat-x, repeat-x;
}
.gray-band-top {
    background-image: url(/wp-content/uploads/light-gray-blend.jpg);
    background-size: auto 150px;
    background-position: center top;
    background-repeat: repeat-x;
}
.gray-band-bottom {
    background-image: url(/wp-content/uploads/light-gray-blend-reverse.jpg);
    background-size: auto 150px;
    background-position: center bottom;
    background-repeat: repeat-x;
}
#invention-spotlight .owl-stage {
    display: flex;
}
#invention-spotlight .owl-item:not(.active) {
    opacity: 0;
}
#invention-spotlight .owl-item li,
#invention-spotlight .owl-item li .wp-block-columns{
    height: 100%;
}
#invention-spotlight figure, #invention-spotlight figure img {
    height: 100%;
    width: 100%;
}
#invention-spotlight .owl-dots {
    display: flex;
    justify-content: center;
    padding: 20px 0 50px;
}
#invention-spotlight .owl-dot {
    background-color: #bbcbd8;
    height: 12px;
    width: 12px;
    transition: background-color 100ms ease-in-out;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
}
#invention-spotlight .owl-dot.active {
    background-color: var(--lemelson-blue);
}
#faces-of-invention {
    padding: 50px 40px;
}
#faces-of-invention .panel {
    background-color: var(--lemelson-gallery);
    padding: 40px 50px 60px;
}
#faces-of-invention .wp-block-columns:where(.is-layout-flex) {
    column-gap: 15px;
}
#faces-of-invention .lemelson-linked-container {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 20px;
}
#faces-of-invention .lemelson-linked-container a {
    display: block;
    width: 100%;
    height: 100%;
}
#faces-of-invention h2 {
    padding-bottom: 20px;
}
#faces-of-invention figure {
    height: 220px;
}
#faces-of-invention figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#faces-of-invention .name {
    color: var(--lemelson-blue);
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    align-self: end;
    margin-bottom: 0;
    padding-top: 20px;
}
#faces-of-invention .description {
    color: var(--lemelson-woodsmoke);
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    transition: color 0.25s;
    margin-bottom: 0;
    font-weight: 300
}
#faces-of-invention #faces-of-invention-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
#faces-of-invention #faces-of-invention-header p {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
#faces-of-invention #featured-faces p::after {
    content: "\f0d9  \f0da";
    font-family: "FontAwesome";
    padding-left: 15px;
    color: var(--lemelson-blue);
}
#faces-of-invention #all-faces p::after {
    content: "\f0da";
    font-family: "FontAwesome";
    padding-left: 15px;
    color: var(--lemelson-blue);
}
#why-invention-bottom-links .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-featured-image-wrapper, .archive-featured-image-wrapper, .search-featured-image-wrapper, .single-featured-image-wrapper {
    height: 400px;
}
.news-featured-image-wrapper figure, .archive-featured-image-wrapper figure, .search-featured-image-wrapper figure, .single-featured-image-wrapper figure {
    height: 100%;
    width: 100%;
}
.news-featured-image-wrapper figure img, .archive-featured-image-wrapper figure img, .search-featured-image-wrapper figure img, .single-featured-image-wrapper figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.search-title-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
h1.wp-block-query-title {
    color: white;
    font-size: 3.2rem;
    text-align: center;
    padding-bottom: 0;
    font-weight: 400;
    text-transform: none;
    text-shadow: #000000A6 8px 8px 15px;
}
h6.search-query-title {
    font-size: 22px;
    color: #363636 !important;
    font-weight: 200;
    margin-bottom: 40px;
}
body.search .search-panel {
    margin-bottom: 40px;
}
body.search main {
    padding-bottom: 60px;
}
body.search .search-panel input#wp-block-search__input-2 {
    background-image: url("/wp-content/uploads/search.png");
    background-position: right 3px top 4px;
    background-repeat: no-repeat;
    padding: 10px 22px 10px 10px;
}
.query-panel {
    padding: 40px 0 60px;
}
.query-panel main ul, main.wp-block-query ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
}
.query-panel main ul li figure, main.wp-block-query ul li figure {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 3;
}
.query-panel main ul li figure img, main.wp-block-query ul li figure img {
    height: 100%;
    width: 100%;
}
.query-panel main ul li .wp-block-post-date, main.wp-block-query ul li .wp-block-post-date {
    font-size: 16px;
    margin-top: 15px;
}
.query-panel main ul li .wp-block-post-title, main.wp-block-query ul li .wp-block-post-title {
    font-size: 26px;
}
li.wp-block-post .wp-block-group {
    position: relative;
}
li.wp-block-post .wp-block-post-terms {
    position: absolute;
    top: 180px;
    transform: translateY(-100%);
    pointer-events: none;
}
li.wp-block-post .wp-block-post-terms .post-term {
    color: white;
    background-color: black;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 4px 15px;
    pointer-events: none;
    width: fit-content;
}
#our-impact-links-container .lemelson-submenu-post .post-term {
    color: white;
    background-color: black;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 4px 15px;
    pointer-events: none;
    width: fit-content;
    margin-left: 0 !important;
}
.wp-block-post-terms .post-term + .post-term {
    margin-top: 5px;
}
.post-term-news {
    background-color: #ab7a38 !important;
}
.post-term-impact-spotlights {
    background-color: var(--lemelson-purple) !important;
}
.post-term-grantee-profiles {
    background-color: var(--lemelson-bismark) !important;
}
.post-term-press-releases {
    background-color: #666b40 !important;
}
.post-term-climate-action,
.post-term-climate {
    background-color: #cd4f44 !important;
}
.arve-video-caption .arve {
    margin-bottom: 0 !important;
}

/*  SUSTAINABILITY  */

#sustainability-banner-home {
    margin: 80px 0;
}
#sustainability-banner-climate {
    margin-bottom: 120px;
}
.sustainability-banner {
    /*background-color: black*/
}
.sustainability-banner .panel {
    position: relative;
}
.sustainability-banner .panel > p {
    padding-bottom: 0;
    margin-top: 0;
}
.sustainability-banner #sustainability-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 70% center;
}
.sustainability-banner #sustainability-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sustainability-banner #sustainability-background-responsive {
    display: none;
}
.sustainability-banner h4 {
    color: white;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    text-shadow: #0008 6px 6px 10px;
}
.sustainability-banner h5 {
    color: white;
    font-size: 21px;
    font-weight: 300;
    text-align: right;
    margin-top: 15px;
    text-shadow: #0008 6px 6px 10px;
    margin-bottom: 20px;
    margin-right: 0 !important;
}
.sustainability-banner h5 strong {
    font-weight: 400;
}
.sustainability-banner div > p {
    margin-top: 15px;
    padding-bottom: 0;
    text-align: right;
}
.sustainability-banner div > p a {
    font-size: 16px;
    height: unset;
}
.sustainability-banner .sustainability-banner-content {
    position: relative;
    padding: 70px 36% 70px 10%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sustainability-button {
    font-size: 16px;
    background-color: var(--lemelson-blue);
    padding: 6px 25px;
    color: white;
    margin-top: 15px;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    line-height: 1.5;
    transition: background-color 200ms ease-in-out;
}
.sustainability-button:hover {
    background-color: var(--lemelson-bright-red);
}
.sustainability-button a {
    color: white;
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    padding: 10px !important;
    height: unset !important;
}
.page-sustainability-definition header,
.page-sustainability-definition #shiftnav-toggle-main {
    display: none;
}
.page-sustainability-definition .pagecontainer {
    margin-top: 0;
}
.page-sustainability-definition #sustainability-definition-content .panel {
    position: relative;
}
#sustainability-definition-sky,
#sustainability-definition-footer {
    position: absolute;
    width: 100%;
}
#sustainability-definition-sky {
    top: -250px;
}
#sustainability-definition-sky img,
#sustainability-definition-footer img {
    width: 100%;
}
#sustainability-definition-footer {
    position: relative;
}
#sustainability-definition-logo {
    position: absolute;
    width: 250px;
    top: -180px;
}
#sustainability-definition-logo img {
    width: 100%;
}
#sustainability-definition-indent {
    margin: 250px 70px 0 !important;
    position: relative;
}
#sustainability-definition-indent h2 {
    color: var(--lemelson-blue);
}
#sustainability-definition-byline {
    font-weight: 400;
    font-size: 18px;
}
#sustainability-definition-download {
    font-size: 18px;
    font-style: italic;
}
#home-sections {
    padding-bottom: 0;
}
#edge-sustainability-banner {
    height: 500px;
    position: relative
}
#edge-sustainability-banner #sustainability-bg,
#edge-sustainability-banner #sustainability-overlay {
    position: absolute;
}
#edge-sustainability-banner #sustainability-bg,
#edge-sustainability-banner #sustainability-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#edge-sustainability-banner #sustainability-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#edge-sustainability-banner #sustainability-overlay img {
    width: 100%;
    height: 100%;
}
#edge-sustainability-banner .panel {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    gap: 60px;
    padding: 0 200px;
    transition: padding 100ms ease-in-out;
}
#edge-sustainability-banner #sustainability-eric {
    min-width: 230px;
}
#edge-sustainability-banner .panel h2 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.4;
    font-style: italic;
    color: white;
    text-align: right;
    text-shadow: #0008 6px 6px 10px;
}
#edge-sustainability-banner .panel h5 {
    font-family: "Oswald", sans-serif;
    font-size: 27px;
    font-weight: 300;
    color: white;
    text-align: right;
    margin: 10px 0 20px;
    text-shadow: #0008 6px 6px 10px;
}

.wp-block-media-text.aspect-3-2 > figure {
    aspect-ratio: 3 / 2;
    height: auto;
}


#home-fund-banner .panel {
    padding: 70px 0;
}
#home-fund-banner .panel h3, #home-fund-banner .panel p {
    color: white;
}

/*  EOP_EARTH*/
#eop-earth .panel {
    padding: 150px;
    position: relative;
}
#eop-earth .panel > * {
    position: relative;
}
#eop-earth > figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#eop-earth > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#eop-earth p {
    color: white;
    font-size: 42px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    text-shadow: 0px 6px 12px rgba(28, 21, 17, 0.4);
}
.page-toggles {
    padding: 40px 0
}
.page-toggles .wp-block-buttons {
    border-bottom: 1px solid #b0b1b1;
}
.page-toggles .wp-block-button a {
    text-transform: none;
    background-color: unset;
    border: unset;
    font-weight: 300;
    transform: translateY(1px);
}
.page-toggles .wp-block-button a:hover {
    border: unset;
}
.page-toggles .wp-block-button#invention-education a {
    background-color: var(--lemelson-purple);
}
.page-toggles .wp-block-button#innovation-entrepreneurship a {
    background-color: var(--lemelson-copper);
}
.page-toggles .wp-block-button#climate-action a {
    background-color: var(--lemelson-hemlock);
}
.page-toggles .wp-block-button#invention-education.selected a,
.page-toggles .wp-block-button#innovation-entrepreneurship.selected a,
.page-toggles .wp-block-button#climate-action.selected a {
    pointer-events: none;
    font-weight: 400;
    background-image: none;
    background-color: white;
    border: 1px solid #b0b1b1;
    border-bottom: 1px solid white;
    position: relative;
    top: 1px;
}
.page-toggles .wp-block-button#invention-education.selected a {
    color: var(--lemelson-purple);
}
.page-toggles .wp-block-button#innovation-entrepreneurship.selected a {
    color: var(--lemelson-copper);
}
.page-toggles .wp-block-button#climate-action.selected a {
    color: var(--lemelson-hemlock);
}
.initiatives-header {
    text-align: center;
    padding-bottom: 30px;
}
.initiatives-statement {
    text-align: left;
    margin-bottom: 50px;
}
p.submenu-group-header {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
}
p.submenu-group-header a {
    color: #24375d;
}
p.submenu-group-header a::after {
    content: "\f0da";
    font-family: "FontAwesome";
    padding-left: 15px;
    color: var(--lemelson-blue);
}
#submenu-container-news {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 60px;
}
#submenu-news-recent-news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#submenu-news-recent-news .wp-block-query {
    flex-grow: 1;
}
#submenu-news-recent-news .wp-block-query ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    height: 100%;
}
#submenu-news-recent-news .wp-block-query ul li {
    position: relative;
    background-image: linear-gradient(to bottom, white, #545454);
    transition: opacity 200ms ease-in-out;
}
#submenu-news-recent-news .wp-block-query ul li:hover {
    opacity: 0.7;
}
#submenu-news-recent-news .wp-block-post-featured-image {
    height: 100%;
    mix-blend-mode: multiply;
}
#submenu-news-recent-news .wp-block-post-featured-image img {
    height: 100%;
}
#submenu-news-recent-news .recent-news-title-container {
    position: absolute !important;
    bottom: 0;
    pointer-events: none;
}
#submenu-news-recent-news .wp-block-query ul li h2 {
    font-size: 18px;
    color: white;
    padding: 10px 15px 20px;
}
#submenu-news-recent-news .wp-block-query ul li .wp-block-post-terms {
    position: unset;
    top: unset;
    transform: unset;
}
#submenu-news-vertical-list .wp-block-button a {
    font-size: 18px;
    padding: 10px 20px;
    height: unset;
    text-align: left;
    transition: opacity 200ms ease-in-out;
}
#submenu-news-vertical-list .wp-block-button a:hover {
    opacity: 0.7;
}
.legacy-impact-submenu-link {
    height: 100%;
}
.legacy-impact-submenu-link a {
    display: block;
    height: 100%;
}
.legacy-impact-submenu-link .submenu-link-image-container {
    aspect-ratio: unset;
    height: 100%;
}


#our-work-links-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 15px;
}
#our-work-links-container #strategic-focus-areas-head {
    /* grid-column: 1 / 3; */
    grid-column: 1 / 4;
    grid-row: 1;
}
#our-work-links-container #signature-initiatives-head {
    /* grid-column: 3 / 6; */
    grid-column: 4 / 6;
    grid-row: 1;
}
#our-work-links-container .lemelson-submenu-link {
    grid-row: 2;
}


#our-impact-links-container {
    display: grid;
    /* grid-template-columns: 3fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
}
#our-impact-links-container .submenu-group-header {
    grid-row: 1;
}

#our-impact-links-container .wp-block-query ul li {
    position: relative;
    background-image: linear-gradient(to bottom, white, #545454);
    transition: opacity 200ms ease-in-out;
}
#our-impact-links-container .wp-block-query ul li:hover {
    opacity: 0.7;
}
#our-impact-links-container .wp-block-query ul li > div {
    height: 100%;
    width: 100%;
}
#our-impact-links-container .wp-block-post-featured-image {
    height: 100%;
    mix-blend-mode: multiply;
}
#our-impact-links-container .wp-block-post-featured-image img {
    height: 100%;
}
#our-impact-links-container .recent-news-title-container,
#our-impact-links-container .submenu-post-title-container {
    position: absolute !important;
    bottom: 0;
    pointer-events: none;
}
#our-impact-links-container .wp-block-query ul li h2,
#our-impact-links-container .submenu-post-title-container h2 {
    font-size: 18px;
    color: white;
    padding: 10px 15px 20px;
}
#our-impact-links-container .wp-block-query ul li .wp-block-post-terms {
    position: unset;
    top: unset;
    transform: unset;
}

#our-impact-links-container #impact-spotlights-head {
    grid-column: 1;
    /* grid-row: 1; */
}
#our-impact-links-container .impact-spotlights-query-container {
    grid-column: 1;
    grid-row: 2;
    /* border: solid 10px red; */
}
#our-impact-links-container .impact-spotlights-query-container ul {
    height: 100%;
    width: 100%;
}
#our-impact-links-container .impact-spotlights-query-container ul li.wp-block-post .wp-block-post-terms {
    position: relative;
    transform: none;
    top: unset;
}
#our-impact-links-container .impact-spotlights-query-container ul li {
    width: 100%;
    height: 100%;
}
#legacy-impact {
    padding-top: 40px;
}
#legacy-impact + #resources {
    padding-top: 0;
}
#our-impact-links-container #legacy-impact-head {
}
#our-impact-links-container .legacy-impact-query-container ul,
#our-impact-links-container .legacy-impact-query-container ul li {
    width: 100%;
    height: 100%;
}
#initiatives + #resources {
    padding-top: 0;
}
#our-impact-links-container #featured-grantee-head {
}
#our-impact-links-container #our-impact-featured-grantee {
}

#our-impact-links-container #resources-head {
    /* grid-column: 3; */
    grid-column: 4;
    /* grid-row: 1; */
}
#our-impact-links-container #submenu-our-impact-vertical-list {
    /* grid-column: 3; */
    grid-column: 4;
    grid-row: 2;
    margin-left: 0 !important;
    width: 100%;
}
#our-impact-links-container p {
    margin-bottom: 0;
}
#submenu-our-impact-resources {
    width: 100%;
    height: 100%;
}
#submenu-our-impact-resources .wp-block-button {
    width: 100%;
    margin-bottom: 10px;
}
#submenu-our-impact-resources .wp-block-button a {
    padding: 14px 10px;
    font-size: 0.75rem !important;
    text-align: left;
    width: 100%;
    height: 100%;
    transition: opacity 200ms ease-in-out;
}
#submenu-our-impact-resources .wp-block-button a:hover {
    opacity: 0.7;
}
#submenu-our-impact-resources {
    gap: 0;
    justify-content: flex-start;
    height: 100%;
}
#submenu-our-impact-resources a {
    border: 0;
}





.about-submenu-container {
    display: grid;
    /* grid-template-columns: 3fr 1fr; */
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 60px;
}
.about-submenu-container .submenu-group-header {
    grid-row: 1;
}
.about-submenu-container .lemelson-submenu-pages {
    grid-row: 2;
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: 1fr;
    /* grid-column-gap: 15px; */
    grid-column-gap: 0;
}
.about-submenu-container .our-team-vertical-links {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 54px 54px 54px;
    grid-row-gap: 5px;
    width: 100%;
    justify-content: flex-start;
}
.about-submenu-container .our-team-vertical-links .our-team-vertical-link {
    font-size: 20px;
    font-weight: 400;
    color: var(--lemelson-bismark);
    margin-bottom: 0;
    align-self: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-top: 10px;
    border-left: 7px solid red;
    transition: opacity 200ms ease-in-out;
}
.about-submenu-container .our-team-vertical-links .our-team-vertical-link:hover {
    opacity: 0.7;
}
.about-submenu-container .our-team-vertical-links .our-team-vertical-link#our-team-vertical-link-staff {
    /* border-left-color: var(--lemelson-purple); */
    border-left-color: var(--lemelson-bismark);
}
.about-submenu-container .our-team-vertical-links .our-team-vertical-link#our-team-vertical-link-board {
    /* border-left-color: var(--lemelson-bismark); */
    border-left-color: var(--lemelson-purple);
}
.about-submenu-container .our-team-vertical-links .our-team-vertical-link#our-team-vertical-link-committee {
    border-left-color: #666b40;
}











.our-story-submenu-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 60px;
}
.our-story-submenu-container .submenu-group-header {
    grid-row: 1;
}
.our-story-submenu-container .lemelson-submenu-pages {
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
}
/*
.our-story-submenu-container .our-team-vertical-links {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 54px 54px 54px;
    grid-row-gap: 5px;
    width: 100%;
    justify-content: flex-start;
}
.our-story-submenu-container .our-team-vertical-links .our-team-vertical-link {
    font-size: 20px;
    font-weight: 400;
    color: var(--lemelson-bismark);
    margin-bottom: 0;
    align-self: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-top: 10px;
    border-left: 7px solid red;
    transition: opacity 200ms ease-in-out;
}
.our-story-submenu-container .our-team-vertical-links .our-team-vertical-link:hover {
    opacity: 0.7;
}
.our-story-submenu-container .our-team-vertical-links .our-team-vertical-link#our-team-vertical-link-staff {
    border-left-color: var(--lemelson-purple);
}
.our-story-submenu-container .our-team-vertical-links .our-team-vertical-link#our-team-vertical-link-board {
    border-left-color: var(--lemelson-bismark);
}
.our-story-submenu-container .our-team-vertical-links .our-team-vertical-link#our-team-vertical-link-committee {
    border-left-color: #666b40;
}
*/

#why-invention-submenu-container {
    display: grid;
    grid-template-columns: 38fr 33fr 30fr;
    grid-column-gap: 65px;
}
#why-invention-submenu-container .submenu-group-header {
    grid-row: 1;
}
#why-invention-submenu-container #invention-spotlights-page-links .lemelson-submenu-page + .lemelson-submenu-page {
    margin-top: 15px;
}
#why-invention-submenu-container #invention-spotlights-page-links .lemelson-submenu-page a {
    display: grid;
    grid-template-columns: 64px auto;
    grid-column-gap: 15px;
}
#why-invention-submenu-container #invention-spotlights-page-links .lemelson-submenu-page .submenu-page-image-container {
    width: 64px;
    aspect-ratio: 1 / 1;
}
#why-invention-submenu-container #invention-spotlights-page-links .lemelson-submenu-page .submenu-link-title {
    margin-top: 0;
    border-left: 7px solid var(--lemelson-purple);
    padding-left: 15px;
    height: 100%;
}
.founder-bio-container .panel  {
    padding: 40px 0;
}
.founder-bio-container .panel > p {
    padding-bottom: 30px;
}
.founder-bio + .founder-bio {
    margin-top: 60px;
}
.founder-bio h2 a {
    color: var(--lemelson-blue);
}
.founder-bio .wp-block-button a {
    background-color: var(--lemelson-blue);
    border-color: var(--lemelson-blue);
}
.founder-bio figure a {
    width: 100%;
}
.founder-bio figure a img {
    width: 100%;
    height: auto;
}
.page-template-bio main .panel {
    display: grid;
    grid-template-columns: 300px auto;
    grid-column-gap: 30px;
    padding-bottom: 60px;
}
.page-template-bio main .panel .wp-block-post-featured-image {
    height: auto;
    margin-top: 18px;
}
.page-template-bio main .panel .wp-block-post-title, .page-template-bio main .panel .bio_title {
    font-weight: 300;
    font-size: 2rem;
}
.page-template-bio main .panel .bio_title {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.copyright-line {
    padding: 15px 0;
}
.copyright-line p {
    font-size: 18px;
    margin-bottom: 0;
}
.copyright-line p a {
    margin-left: 20px;
    margin-left: 20px;
}
.copyright-line p a:hover {
    color: white;
    opacity: 0.7;
}
form[aria-label="Contact form"] {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}
input[type="text"], input[type="email"], select, textarea {
    width: 100%;
    padding: 3px 5px 3px 5px;
    line-height: normal !important;
    background-color: white;
    border: solid 1px rgba(0,0,0,0.4);
}
.learn-more-container {
    margin-top: 40px;
}
.learn-more-container h2 {
    margin-bottom: 20px;
}
.learn-more-container .wp-block-buttons {
    margin-top: 30px;
}
#our-team-container {
    padding: 25px 0;
}
.team-menu {
    margin: 40px 0;
}
.team-menu li {
    display: inline-block;
    padding: 14px 24px !important;
    margin: 0 2px;
    box-shadow: rgba(0,0,0,0.3) 0px -4px 10px;
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.team-menu li a {
    color: white !important;
    opacity: 0.75;
    transition: all 0.2s;
}
.team-menu li:has(a[href="#staff"]) {
    background-color: #7d7d7d;
}
.team-menu li:has(a[href="#board"]) {
    background-color: #6e2159;
}
.team-menu li:has(a[href="#committee"]) {
    background-color: #436685;
}
.team-menu li.active {
    background-color: white !important;
    background-image: none;
}
.team-menu li.active a {
    color: #7d7d7d !important;
}
.team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    background-color: white;
    padding: 50px 60px 70px;
}
.team-container + .team-container {
    margin-top: 20px;
}
.team-container .team-header {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 30px;
}
.team-container .team-header h2 {
    padding: 0 15px;
    position: relative;
    background: white;
    width: fit-content;
}
.team-container#advisory .team-header {
    margin-bottom: 0;
}
.team-container#advisory .team-header + p {
    flex-basis: 100%;
}
.team-container .team-header::before {
    content: "";
    width: 98%;
    height: 2px;
    background-color: var(--lemelson-casper);
    top: 50%;
    position: absolute;
}
#emeritus-commmittee-container {
    flex-basis: 100%;
}
#emeritus-commmittee-container h3 {
    padding-top: 20px;
}
#new-product-solutions-list {
    max-width: 80%;
}
#new-product-solutions-list li {
    font-weight: 200;
}
.post-single {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto 300px;
    grid-column-gap: 40px;
    padding-bottom: 60px;
}
.post-single .taxonomy-post_tag.wp-block-post-terms:has(a[href$="/no-feature/"]) + figure {
    display: none;
}
.invention-notebook-post .post-single {
    margin-top: 140px;
    grid-template-columns: 70fr 30fr;
}
.invention-notebook-post .invention-notebook-subhead {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
    text-wrap: balance;
}
.invention-notebook-post .invention-notebook-post-info {
    display: grid;
    grid-template-columns: minmax(0, 80px) auto;
    padding: 40px 0;
}
.invention-notebook-post .invention-notebook-author-photo {
    width: 80px;
    height: 80px;
    -ms-grid-row: 1 / span 2;
    grid-row: 1 / span 2;
}
.invention-notebook-post .invention-notebook-author-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.invention-notebook-post .invention-notebook-post-details {
    display: flex;
    align-items: baseline;
    grid-column: 1 / span 2;
}
.invention-notebook-post .invention-notebook-byline {
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 0;
    grid-column: 1 / span 2;
}
.invention-notebook-post .invention-notebook-post-info > figure ~  .invention-notebook-byline {
    margin-left: 10px;
    -ms-grid-column: 2;
    grid-column: 2;
}
.invention-notebook-post .invention-notebook-post-info > figure ~  .invention-notebook-post-details {
    margin-left: 10px;
    -ms-grid-column: 2;
    grid-column: 2;
}
.invention-notebook-post .invention-notebook-post-info > .invention-notebook-byline +  .invention-notebook-post-details {
    -ms-grid-row: 2;
    grid-row: 2;
}
.invention-notebook-post .invention-notebook-post-info:not(:has(.invention-notebook-byline)) {
    padding-top: 15px;
}
.invention-notebook-post .invention-notebook-read-time {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 400;
    color: var(--lemelson-boulder);
}
.invention-notebook-post .invention-notebook-read-time::after {
    content: "•";
    padding: 0 15px;
}
.invention-notebook-post .wp-block-post-date {
    padding-bottom: 0 !important;
}
.invention-notebook-post .invention-notebook-audio {
    font-size: 29.5px;
    margin-bottom: 0;
    line-height: 0;
    padding-top: 1px;
    color: var(--lemelson-boulder);
    display: none;
    cursor: pointer;
    -webkit-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    -ms-transition: color 100ms ease-in-out;
    -o-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}
.invention-notebook-post .invention-notebook-audio:hover {
    color: var(--lemelson-blue);
}
.invention-notebook-post .invention-notebook-audio:has(i) {
    display: block;
}
.invention-notebook-post .invention-notebook-links-head {
    color: var(--lemelson-gray);
    margin-bottom: 10px;
    padding-top: 25px;
    border-top: 2px solid var(--lemelson-casper);
}
.invention-notebook-post .invention-notebook-links-recent {
    margin-top: 50px;
}
.invention-notebook-post .popular-posts ul {
    margin: 0;
}
.invention-notebook-post .popular-posts ul li,
.invention-notebook-post .invention-notebook-links-recent ul li h6 {
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}
.invention-notebook-post .popular-posts ul li + li,
.invention-notebook-post .invention-notebook-links-recent ul li + li {
    border-top: 1px solid var(--lemelson-tea);
}
.invention-notebook-post .invention-notebook-links-recent ul li:last-of-type {
    border-bottom: 1px solid var(--lemelson-tea);
}
.invention-notebook-post .sustainability-definition-tout {
    margin-top: 60px;
}
.post-single .post-content-container .wp-block-post-featured-image {
    margin-bottom: 40px;
    height: unset;
}
.post-single h1 {
    font-weight: 300;
    color: var(--lemelson-purple);
    text-wrap: balance;
    line-height: 1.25;
    margin-bottom: 20px;
}
.post-single .post-content-container ul {
    list-style: none;
    position: relative;
    padding: 0 0 0 15px;
}
.post-single .post-content-container ul li {
    margin: 0;
}
.post-single .post-content-container ul li + li {
    padding-top: 10px;
}
.post-single .post-content-container ul li::before {
    content: "•";
    position: absolute;
    left: 0;
}
.post-return-container {
    margin-top: 40px;
}
.post-return-container a {
    color: var(--lemelson-blue);
}
.post-return-container a:hover {
    color: var(--lemelson-bright-red);
}
.single .single-post-date {
    font-size: 20px;
    font-weight: 400;
    color: var(--lemelson-boulder);
    padding-bottom: 30px;
}
.post-social-container {
    padding-top: 20px;
    padding-bottom: 50px;
    border-top: 2px solid var(--lemelson-boulder);
    display: grid;
    grid-template-columns: auto 55px 90px 55px;
}
.post-social-container .heateor_sss_sharing_container {
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 3;
}
.post-social-container .heateor_sss_sharing_container .heateor_sss_sharing_ul a + a {
    margin-left: 30px;
}
.post-social-container .share-url-container {
    grid-column: 4;
}
.post-social-container .share-url-container p {
    text-align: right;
    margin-bottom: 0;
}
.post-social-container .share-url-container br,
.post-social-container .share-url-container .ctc-inline-copy-text {
    display: none;
}
.post-social-container .share-url-container .ctc-inline-copy-icon .copy-icon,
.post-social-container .share-url-container .ctc-inline-copy-icon .check-icon {
    height: 25px;
    width: 25px;
    stroke: #7a7a7a;
}
.post-social-container #share-url-icon figure {
    stroke: #7a7a7a;
    width: 40px;
    transform: translate(25px, -5px);
}
.post-social-container #share-url-icon input {
    display: none;
}
.single .category-container {
    display: flex;
    align-items: center;
}
.single .single-post-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.single .single-post-terms a {
    color: white;
    background-color: #cd4f44;
    padding: 0.35rem 1rem 0.35rem;
    text-transform: uppercase;
    font-size: 20px;
}
.single .single-post-terms span {
    display: none;
}
.single .single-post-terms a[href*="20-big-ideas"] {
    background-color: var(--lemelson-bright-red);
}
.single .single-post-terms a[href*="blm"] {
    background-color: black;
}
.single .single-post-terms a[href*="climate-action-initiatives"] {
    background-color: var(--lemelson-gray);
}
.single .single-post-terms a[href*="covid"] {

}
.single .single-post-terms a[href*="dorothy-lemelson-1926-2019"] {

}
.single .single-post-terms a[href*="education"] {

}
.single .single-post-terms a[href*="entrepreneurship"] {

}
.single .single-post-terms a[href*="grantee-profiles"] {
    background-color: var(--lemelson-bismark);
}
.single .single-post-terms a[href*="impact-spotlights"] {
    background-color: var(--lemelson-purple);
}
.single .single-post-terms a[href*="invention-education"] {

}
.single .single-post-terms a[href*="invention-notebook"] {
    background-color: black;
}
.single .single-post-terms a[href*="jerrys-100th-birthday"] {

}
.single .single-post-terms a[href*="news"] {
    background-color: #ab7a38;
}
.single .single-post-terms a[href*="press-releases"] {
    background-color: #666b40;
}
.single .single-post-terms a[href*="tributes"] {

}
.menu-news-categories a {
    display: inline-block !important;
    padding: 14px 24px !important;
    margin: 0 2px;
    color: white !important;
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    box-shadow: rgba(0,0,0,0.3) 0px -4px 10px;
    transition: none;
}
.menu-news-categories a:hover{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.menu-news-categories a[href="/news/"] {
    background-color: #7d7d7d;
}
.menu-news-categories a[href="/category/impact-spotlights/"] {
    background-color: #6e2159;
}
.menu-news-categories a[href="/category/grantee-profiles/"] {
    background-color: #436685;
}
.menu-news-categories a[href="/category/press-releases/"] {
    background-color: #666b40;
}
.menu-news-categories a[href="/category/news/"] {
    background-color: #ab7a38;
}
.menu-news-categories .current-menu-item a {
    color: #7d7d7d !important;
    background-color: white;
    background-image: none;
}
nav.menu-resources {
    margin: 30px 0;
}
nav.menu-resources li {
    margin: 0 3px;
}
nav.menu-resources a {
    display: inline-block !important;
    padding: 14px 24px !important;
    margin: 0 2px;
    color: white !important;
    transition: opacity 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out,;
}
nav.menu-resources a:hover {
    opacity: 0.6;
}
nav.menu-resources a[href="#all"] {
    background-color: var(--lemelson-gray);
    border: 2px solid var(--lemelson-gray);
}
nav.menu-resources a[href="#education"] {
    background-color: var(--lemelson-purple);
    border: 2px solid var(--lemelson-purple);
}
nav.menu-resources a[href="#entrepreneurship"] {
    background-color: var(--lemelson-copper);
    border: 2px solid var(--lemelson-copper);
}
nav.menu-resources a[href="#eop"] {
    background-color: var(--lemelson-elf-green);
    border: 2px solid var(--lemelson-elf-green);
}
nav.menu-resources a[href="#climate"] {
    background-color: var(--lemelson-hemlock);
    border: 2px solid var(--lemelson-hemlock);
}
nav.menu-resources a.selected {
    background-color: white !important;
    color: var(--lemelson-bismark) !important;
    font-weight: 400;
}
h1[sc="title"] {
    display: none;
}
.page-list-404 .wp-block-navigation__submenu-container {
    border: none;
}
.page-list-404 {
    width: 350px;
    margin: 0 auto 60px;
}
.page-list-404, .page-list-404 ul {
    list-style-type: none;
}
.page-list-404 a {
    color: var(--lemelson-blue);
}
.page-list-404 a:hover {
    color: var(--lemelson-bright-red);
}
#slideshow-20th-anniversary {
    background: #666666;
    background-image: url(/wp-content/uploads/20th-anniversary-event-logo.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
#slideshow-20th-anniversary .metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:not(.flex-active) {
    border: 2px transparent solid;
}
#slideshow-20th-anniversary .metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:not(.flex-active):hover {
    border: 2px solid rgba(255,255,255,0.8);
    background-color: var(--lemelson-blue);
}
#slideshow-20th-anniversary .metaslider.ms-theme-outline.ms-is-small {
    padding-bottom: 0;
}
.page-gradient:has(+ #parallax-20th-anniversary) {
    min-height: 150px;
}
#parallax-20th-anniversary-image {
    position: absolute;
    width: 100%;
    height: 800px;
    top: 300px;
}
#parallax-20th-anniversary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.anniversary-parallax-panel {
    background-color: white;
    padding: 60px 65px;
}
.anniversary-parallax-panel p {
    color: var(--lemelson-gray);
    font-weight: 400;
}
#anniversary-parallax-panel-1 {
    padding-top: 0;
}
#anniversary-parallax-panel-1 h1,
#anniversary-parallax-panel-2 h2,
.anniversary-invention-panel h2 {
    font-weight: 300;
    color: var(--lemelson-purple);
    margin-bottom: 30px;
    line-height: 1.3;
}
#anniversary-parallax-panel-1 h1 strong,
#anniversary-parallax-panel-2 h2 strong,
.anniversary-invention-panel h2 strong {
    font-weight: 400;
    color: black;
}
#anniversary-parallax-panel-1 #anniversary-carousel {
    margin-top: 60px;
}
#anniversary-parallax-panel-2 {
    margin-top: 300px;
}
#videos-20th-anniversary, .anniversary-spotlight .wp-block-columns {
    column-gap: 25px;
}
#videos-20th-anniversary a, .anniversary-spotlight a, #ideas-impact-columns a {
    padding: 10px;
    transition: background-color 200ms ease-in-out;
}
#videos-20th-anniversary a:hover, .anniversary-spotlight a:hover, #ideas-impact-columns a:hover {
    background-color: #e4e4e4;
}
#videos-20th-anniversary figure {
    height: 175px;
    width: 100%;
    margin-bottom: 20px;
}
.anniversary-spotlight figure {
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
}
#videos-20th-anniversary figure img, .anniversary-spotlight figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#videos-20th-anniversary h3 {
    font-size: 36px;
    margin-bottom: 10px;
}
.anniversary-spotlight {
    background: linear-gradient(to bottom, var(--lemelson-light-gray) 115px, white 115px 75%, var(--lemelson-light-gray) 75%);
}
.anniversary-spotlight .panel {
    background-color: white;
}
.anniversary-spotlight h3 {
    font-size: 25px;
    font-weight: 400;
    color: var(--lemelson-blue);
    margin-bottom: 15px;
}
#videos-20th-anniversary p, .anniversary-invention-panel p, .anniversary-spotlight p {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
}
#anniversary-video-background {
    -webkit-background-size: cover;
    background-size: cover;
}
#anniversary-video-background .panel,
.anniversary-spotlight .panel {
    padding: 90px;
}
#anniversary-video-link {
    margin: 0 auto;
}
#anniversary-video-background h2 {
    color: white;
    font-size: 61px;
    font-weight: 300;
    text-shadow: none;
}
.lemelson-light-gray-bg {
    background-color: var(--lemelson-light-gray);
}
.anniversary-invention-panel {
    padding-top: 60px;
    padding-bottom: 60px;
}
.anniversary-invention-panel p {
    margin-bottom: 10px;
}
.anniversary-invention-panel
.anniversary-invention-panel #lemelson-mit-logo-transparent {
    margin-top: 30px;
}
.anniversary-invention-panel #anniversary-links {
    font-size: 24px;
    font-weight: 400;
}
.headline-line {
    margin-bottom: 30px;
}
.headline-line::before {
    content: "";
    border-top: 2px solid black;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
}
.headline-line h2 {
    position: relative;
    font-weight: 400;
    color: black;
    padding: 0 30px;
    background-color: white;
    width: fit-content;
}
#ideas-impact figure {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}
#impact-invention figure {
    width: 100%;
    margin-bottom: 20px;
}
#ideas-impact figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#ideas-impact #ideas-impact-columns {
    margin-bottom: 20px;
}
#ideas-impact #ideas-impact-columns .acf-innerblocks-container {
    container-name: ideas-names;
    container-type: inline-size;
}
#ideas-impact #ideas-impact-columns h3, #impact-invention h3 {
    margin-bottom: 15px;
}
#ideas-impact #ideas-impact-columns h3 + .wp-block-group {
    column-count: 2;
}
#ideas-impact #ideas-impact-columns h3 + .wp-block-group {
    @container ideas-names (max-width: 400px) {
        column-count: 1;
    }
}
#closing-remarks {
    padding-top: 0;
}
#closing-remarks a {
    max-width: 800px;
    transition: background-color 200ms ease-in-out;
    padding: 10px;
}
#closing-remarks a:hover {
    background-color: rgba(0,0,0,0.1)
}
#closing-remarks h2 {
    font-size: 42px;
    font-weight: 400;
    color: black;
    margin-bottom: 30px;
}
.page-20th-anniversary .fbx-caption {
    display: none !important;
}
#next-generation #lemelson-mit-logo-transparent {
    margin-top: 40px;
}

/*  BIOGRAPHY  */

.biography-content {
    max-width: 1200px;
}

.biography-content:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
}

.biography-content.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

.bio-tout {
    background-image: linear-gradient(to bottom, #0c4058, #15729d 50%, #0c4058 100%);
    padding: 80px 0;
}
.bio-tout .panel {
    max-width: 1200px !important;
}
.arve {
    margin-bottom: 0 !important;
}
.bio-tout h3 {
    color: white;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 30px;
}
.bio-tout p {
    color: white;
}
.bio-tout .wp-block-buttons {
    margin-top: 30px;
}

.hero-biography {
    height: 450px;
    background-color: var(--lemelson-matisse);
}
.hero-biography .panel {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.hero-biography .hero-biography-bar {
    height: 12px;
    border-top: 6px solid white;
    background: linear-gradient(90deg, rgba(173,173,173,1) 0%, rgba(232,232,232,1) 32%, rgba(70,70,70,1) 100%);
}
.hero-biography .biography-gradient {
    position: absolute;
    height: auto;
    width: 750px;
    left: -100px;
    bottom: 0;
}
.hero-biography .biography-photo {
    position: absolute;
    width: 900px;
    height: auto;
    left: -130px;
    bottom: -71px;
    z-index: 5;
}
.hero-biography .biography-photo#dolly-biography-photo {
    width: 450px;
    left: 30px;
    bottom: -73px;
}
.hero-biography .biography-photo#dolly-biography-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-biography .bio-hero-text {
    width: 55%;
    z-index: 5;
}
.hero-biography .bio-hero-text h1 {
    line-height: 1.17;
    margin-bottom: 10px;
    color: white;
}
.hero-biography .bio-hero-text p {
    color: white;
    padding-bottom: 0;
    font-weight: 200;
    line-height: 1.7;
    margin-bottom: 0;
}
/*  NID2024  */

:root {
    --nid2024-container-width: 1440;
    --nid2024-container-height: 690;
}
#national-inventors-day-2024 {
    background-color: black;
    height: 690px;
}
#national-inventors-day-2024 #inventors-header-container {
    position: absolute;
    height: 690px;
    min-width: calc(var(--nid2024-container-width) * 1px);
    margin: 0 auto;
    transition: margin 300ms ease-in-out;
    overflow: clip;
    left: 50%;
    transform: translateX(-50%);
}
#national-inventors-day-2024 #nid2024-globe {
    position: absolute;
    width: calc(100% * 194 / var(--nid2024-container-width));
    height: calc(100% * 312 / var(--nid2024-container-height));
    left: calc(100% * 603 / var(--nid2024-container-width));
    top: calc(100% * 306 / var(--nid2024-container-height));
    opacity: 0;
    animation: fadeIn forwards 500ms;
    animation-delay: 500ms;
}
#national-inventors-day-2024 #nid2024-title {
    position: absolute;
    width: calc(100% * 656 / var(--nid2024-container-width));
    height: calc(100% * 226 / var(--nid2024-container-height));
    left: calc(100% * 372 / var(--nid2024-container-width));
    top: calc(100% * 91 / var(--nid2024-container-height));
    opacity: 0;
    transform-origin: bottom center;
    animation: arcIn forwards 500ms ease-in-out;
    animation-delay: 1000ms;
}
#national-inventors-day-2024 #nid2024-title-mobile {
    display: none;
}
#national-inventors-day-2024 #nid2024-inventors-container {
    position: absolute;
    width: calc(100% * 854 / var(--nid2024-container-width));
    height: calc(100% * 263 / var(--nid2024-container-height));
    left: calc(100% * 288 / var(--nid2024-container-width));
    top: calc(100% * 341 / var(--nid2024-container-height));
    transform-origin: top center;
}
#national-inventors-day-2024 #nid2024-inventors-container .nid2024-profile-container {
    position: absolute;
    width: 115px;
    height: 115px;
    opacity: 0;
    animation: profileSlide forwards 100ms ease-in;
    cursor: pointer;
    transition: left 100ms ease-in-out, top 100ms ease-in-out;
}
#national-inventors-day-2024 #nid2024-inventors-container .nid2024-profile-container::after {
    content: "";
    background-image: url(/wp-content/uploads/inventor-ring.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
#national-inventors-day-2024 #nid2024-inventors-container #prisha-shroff {
    left: 5px;
    top: 6px;
    animation-delay: 1700ms;
}
#national-inventors-day-2024 #nid2024-inventors-container #denise-gray {
    left: 108px;
    top: 63px;
    animation-delay: 1800ms;
}
#national-inventors-day-2024 #nid2024-inventors-container #robert-sansone {
    left: 210px;
    top: 6px;
    animation-delay: 1600ms;
}
#national-inventors-day-2024 #nid2024-inventors-container #adyant-bhavsar {
    left: 319px;
    top: 50px;
    animation-delay: 1950ms;
}
#national-inventors-day-2024 #nid2024-inventors-container #vepox-filter {
    left: 435px;
    top: 50px;
    animation-delay: 1850ms;
}
#national-inventors-day-2024 #nid2024-inventors-container #tarun-batchu {
    left: 543px;
    top: 6px;
    animation-delay: 1650ms;
}
#national-inventors-day-2024 #nid2024-inventors-container #benard-tabu {
    left: 644px;
    top: 63px;
    animation-delay: 1900ms;
}
#national-inventors-day-2024 #nid2024-inventors-container #klaw-industries {
    left: 748px;
    top: 6px;
    animation-delay: 1750ms;
}
#national-inventors-day-2024 #nid2024-inventors-container #fresh-life {
    left: 265px;
    top: 153px;
    animation-delay: 2050ms;
}
#national-inventors-day-2024 #nid2024-inventors-container #elise-strobach {
    left: 493px;
    top: 153px;
    animation-delay: 2000ms;
}
#national-inventors-day-2024 #nid2024-inventors-container .nid2024-profile-container .nid2024-profile-name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    color: white;
    background-color: #000000ee;
    border-radius: 50%;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    padding: 0;
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    pointer-events: none;
}
#national-inventors-day-2024 #nid2024-inventors-container .nid2024-profile-container:hover .nid2024-profile-name {
    opacity: 1;
}
#schneider-portrait {
    float: left;
}
.nid2024-roundup-profile {
    position: relative;
    max-width: 180px !important;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    shape-outside: circle();
}
.nid2024-roundup-profile::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background-image: url(/wp-content/uploads/inventor-ring.png);
    background-size: 180px 180px;
}
.nid2024-roundup-profile + p {
    padding-bottom: 10px;
}
.patent-man.panel {
    width: 1100px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.patent-man > div {
    display: flex;
    justify-content: space-between;
}
#patent-man .arve {
    margin-bottom: 0;
}
.patent-man .featured-stories-text > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.patent-man .featured-stories-text h4 {
    padding-bottom: 20px;
}
.patent-man .featured-stories-video > div {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.patent-man .featured-stories-video .arve {
    margin-bottom: 0 !important;
}
#sparking-imagination {
    background-color: #0899cf;
}
#sparking-imagination a, #sparking-imagination p {
    color: white;
}

/*  BACKGROUNDS & TEXT COLOR */

.bg-white {
    background-color: white;
}
.bg-gallery {
    background-color: var(--lemelson-gallery);
}
.bg-gray {
    background-color: var(--lemelson-gray);
}
.bg-casper {
    background-color: var(--lemelson-casper);
}
.bg-tea {
    background-color: var(--lemelson-tea);
}
.bg-light-gray {
    background-color: #ccc;
}
.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title-line {
    position: relative;
}
.title-line > * {
    position: relative;
    padding: 0 15px;
    width: fit-content;
}
.bg-white .title-line > * {
    background-color: white;
}
.bg-gallery .title-line > * {
    background-color: var(--lemelson-gallery);
}
.text-purple {
    color: var(--lemelson-purple);
}
.title-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: var(--lemelson-casper);
}

.title-line-2 {
    position: relative;
    margin-bottom: 20px;
}
.title-line-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: var(--lemelson-casper);
}
.title-line-2 h2 {
    position: relative;
    top: -5px;
    padding: 0 15px;
    width: fit-content;
    /* background-color: var(--lemelson-gallery); */
}


/*  SECTIONS  */

.sections-container {
    padding: 30px 0;
}
.home-section + .home-section, .section + .section {
    margin-top: 40px;
}
.home-section:last-of-type, .section:last-of-type {
    margin-bottom: 40px;
}
#invention-spotlights .home-section {
    margin-bottom: 0;
}
.home-section:has(.video-container) {
    padding: 50px 40px;
}
.video-container .arve {
    margin-bottom: 0 !important;
}
.home-section-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.home-section-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home-jerry-section .section-content {
    padding: 70px 150px 150px 700px;
}
#home-jerry-section h3 {
    margin-bottom: 0;
}
#home-motto-section p, .motto-section p {
    color: white;
    font-size: 50px;
    line-height: 1.2;
    padding: 50px 90px;
    margin-bottom: 0;
    transition: padding 200ms ease-in-out;
}
#home-motto-section p strong, .motto-section p strong {
    font-weight: 300;
    color: var(--lemelson-blue);
}
.motto-section-small p {
    font-size: 40px;
    line-height: 1.3;
}

h3.lemelson-news-title {
    color: var(--lemelson-gray);
    background-color: white;
    padding-right: 15px;
    position: relative;
    width: fit-content;
    margin-left: 0 !important;
}
.lemelson-news-title-container {
    position: relative;
    margin-bottom: 30px;
}
.lemelson-news-title-container::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--lemelson-gray);
    position: absolute;
    bottom: 8px;
}

/*  INVENTION NOTEBOOK  */

.page-invention-notebook .page-title-wrapper {
    display: none;
}
.invention-notebook-nav-container {
    margin: 70px 0 50px;
}
#invention-notebook-static {
    padding: 30px 40px;
}
.invention-notebook-header-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.invention-notebook-header-container > div {
    display: flex;
    margin-right: 0 !important;
    align-items: baseline;
}
.invention-notebook-header-container p {
    margin-bottom: 0;
    margin-left: 1em;
}
#invention-notebook-globe img {
    height: 45px;
    width: auto;
    padding-right: 1rem;
}
.invention-notebook-header-container p {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    white-space: nowrap;
    margin-left: 0.25rem !important;
}
.invention-notebook-header-container p strong {
    font-weight: 700;
    text-transform: uppercase;
}
#invention-notebook-previews {
    margin-top: 25px;
    padding: 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 20vw 20vw;
    grid-gap: 30px;
}
#invention-notebook-previews figure::after {
    position: absolute;
    content: "";
    height: 65%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #00000088,#00000000);
}
#invention-notebook-feature {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
#invention-notebook-feature-2 {
    grid-column: 3 / span 2;
    grid-row: 1;
}
#invention-notebook-preview-1 {
    grid-column: 3;
    grid-row: 2;
}
#invention-notebook-preview-2 {
    grid-column: 4;
    grid-row: 2;
}
.invention-notebook-preview {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.invention-notebook-preview h2, .invention-notebook-preview p {
    position: relative;
    color: white;
    margin-bottom: 10px;
}
.invention-notebook-preview *:last-child {
    margin-bottom: 0;
}
.invention-notebook-preview-content {
    padding: 0 30px 30px;
}
#invention-notebook-preview-1 h2, #invention-notebook-preview-2 h2 {
    font-size: 26px;
}
.invention-notebook-grid-container {
    padding-bottom: 80px;
}
.invention-notebook-featured .posts-list .notebook-category-post a {
    display: grid;
    grid-template-columns: 60fr 40fr;
    grid-column-gap: 25px;
}
.invention-notebook-featured .posts-list .notebook-category-post figure {
    grid-row: 1 / span 2;
    min-height: min(500px, 40vw);
    width: 100%;
}
.invention-notebook-featured .posts-list .notebook-category-post figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.invention-notebook-featured .posts-list .notebook-category-post .notebook-category-content {
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
.invention-notebook-featured .posts-list .notebook-category-post .notebook-category-content .notebook-category-post-title {
    font-weight: 300;
    font-size: 53px;
    color: var(--lemelson-purple);
    line-height: 1.2;
    margin-bottom: 15px;
}
.invention-notebook-featured .posts-list .notebook-category-post .notebook-category-content .notebook-category-post-excerpt {
    font-weight: 300;
    font-size: 32px;
    color: var(--lemelson-gray);
}
.invention-notebook-featured .posts-list .notebook-category-post .notebook-category-details {
    grid-column: 2;
    grid-row: 2;
    margin-top: 25px;
}
.invention-notebook-featured .posts-list .notebook-category-post .notebook-category-details .notebook-category-post-date {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0;
}
.invention-notebook-featured .posts-list .notebook-category-post .notebook-category-details .notebook-category-post-read-time {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}
.invention-notebook-featured .posts-list {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--lemelson-gray);
}
.invention-notebook-latest {
    margin-top: 30px;
}
.lemelson-featured-invention-notebook + .lemelson-news-title-container {
    margin-top: 60px;
}
.invention-notebook-grid .posts-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}
.invention-notebook-grid .posts-list .wp-block-post-featured-image {
    aspect-ratio: 3 / 2;
    height: unset;
    margin-bottom: 20px;
}
.invention-notebook-grid .posts-list .notebook-category-post a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.invention-notebook-grid .posts-list .notebook-category-post .wp-block-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.invention-notebook-grid .posts-list .notebook-category-post .notebook-category-content {
    order: 3;
}
.invention-notebook-grid .posts-list .notebook-category-post .notebook-category-details {
    order: 2;
    display: flex;
    justify-content: flex-start;
}
.invention-notebook-grid .posts-list .notebook-category-post .notebook-category-details .notebook-category-post-date {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.invention-notebook-grid .posts-list .notebook-category-post .notebook-category-details .notebook-category-post-date::after {
    content: "•";
    padding: 0 10px;
}
.invention-notebook-grid .posts-list .notebook-category-post .notebook-category-details .notebook-category-post-read-time {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}
.invention-notebook-grid .posts-list .notebook-category-post .notebook-category-content .notebook-category-post-title {
    font-weight: 300;
    font-size: 36px;
    color: var(--lemelson-blue);
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.invention-notebook-grid .posts-list .notebook-category-post .notebook-category-content .notebook-category-post-excerpt {
    font-weight: 300;
    font-size: 24px;
    color: var(--lemelson-gray);
}

/*  OUR FOUNDERS  */
#our-story-intro {
    padding: 0 70px;
}
#our-founders, #our-founders-video {
    padding: 50px 70px;
}
#our-founders .wp-block-columns {
    margin-top: 30px;
    column-gap: 35px;
}
#our-founders .wp-block-column {
    border: 10px solid var(--lemelson-blue-20);
}
#our-founders .our-founder-frame {
    background-color: white;
    border: 1px solid black;
    padding: 35px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#our-founders .our-founder-frame figure {
    max-height: 365px;
    width: 100%;
    margin-bottom: 20px;
    aspect-ratio: 4 / 3;
}
#our-founders .our-founder-frame figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#our-founders .our-founder-frame h3 {
    color: var(--lemelson-blue);
    margin-bottom: 0;
}
#our-founders .our-founder-frame .our-founder-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
#our-founders-video h6 {
    color: black;
    font-style: italic;
}
#our-founders-video p {
    font-weight: 400;
    color: var(--lemelson-purple);
}
#our-founders-video-container, .video-container {
    max-width: 1200px;
}

/*  TIMELINE  */
#timeline-header {
    padding-top: 40px;
}
#timeline-header .panel {
    background-color: white;
    border: 10px solid var(--lemelson-tea);
    border-bottom: none;
    padding: 70px 125px 50px;
}
#timeline-header p {
    margin-top: 20px;
    margin-bottom: 0;
}

/*  ABOUT  */

#history-and-mission .panel {
    padding: 0 60px 40px;
}
#history-and-mission h2 {
    margin-bottom: 40px;
}
#history-and-mission .wp-block-media-text {
    margin: 0 0 25px;
    column-gap: 35px;
}
#history-and-mission .wp-block-media-text img {
    max-height: 350px;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
#history-and-mission .wp-block-media-text__content {
    padding: 0;
}
#history-and-mission p.has-text-align-center {
    text-wrap: balance;
}

/*  INVENTION NOTEBOOK POSTS  */

/*.post-template-invention-notebook h1.wp-block-post-title {
    font-size: 52px;
    font-weight: 300;
    color: var(--lemelson-purple);
    text-wrap: balance;
}*/

/*  WHY INVENTION  */
#invention-spotlights {
    padding: 30px 0 40px;
}
#invention-spotlights .panel {
    background-color: white;
}

/*  RESOURCES  */
#resource-groups-container {
    margin: 60px 0;
    padding: 50px;
}
#resource-groups-container .resources-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px 20px;
}
#resource-groups-container .resources-group + .resources-group {
    margin-top: 70px;
}
#resource-groups-container .resource-group-header,
#resource-groups-container .resource-group-no-content {
    position: relative;
    grid-column: 1 / span 4;
    margin-bottom: 30px;
    width: 100%;
}
#resource-groups-container .resource-group-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: var(--lemelson-casper);
}
#resource-groups-container .resource-group-header h2 {
    position: relative;
    padding: 0 15px;
    width: fit-content;
    background-color: var(--lemelson-gallery);
}

/*  FUNDING  */
.our-approach-container {
    padding: 70px 75px;
}
.our-approach-container h2 {
    padding: 0 0 5px;
}
.our-approach-container h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}
#where-we-work h2 {
    padding: 30px 0;
}
#where-we-work figure {
    margin-bottom: 15px;
}
#where-we-work img {
    max-height: 250px;
    width: auto;
}
.our-approach-container p {
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
}
.our-approach-container ul {
    margin-bottom: 0;
}
.our-approach-container li {
    font-size: 20px;
    line-height: 1.2;
}
.our-approach-container li + li {
    margin-top: 8px;
}
.our-approach-bottom-list-container {
    padding-top: 20px;
}
.our-approach-bottom-list-container p {
    padding-bottom: 10px;
}
#initiatives .initiatives-container {
    max-width: 850px;
    grid-template-columns: 1fr 1fr;
}
#our-work-grantee-profiles {
    background-color: var(--lemelson-gallery);
}
#our-work-grantee-profiles .panel {
    background-color: white;
    padding: 70px 60px;
}
#our-grants .tabbed-list-container {
    margin-bottom: 0;
}

/*  ENTREPRENEURSHIP  */

/*  INVENTION EDUCATION  */
#invention-education-strategic-focus {
    background-color: var(--lemelson-gallery);
    padding: 40px 0;
}
#invention-education-strategic-focus .title-line {
    margin-bottom: 30px;
}
#invention-education-strategic-focus + #resources {
    padding-top: 0;
}
#invention-education-strategic-focus + #resources + #our-work-grantee-profiles {
    padding-top: 0;
}
/*  ANIMATIONS  */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes arcIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes profileSlide {
    from {
        opacity: 0;
        transform: translateY(400%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.wide-panel {
    /* width: 1300px; */
    /* max-width: 1300px !important; */
    width: var(--lemelson-panel-wide);
    max-width: var(--lemelson-panel-wide) !important;
}

.panel-indent {
    padding: 0 25x;
}
.panel-indent-2 {
    padding: 70px 135px;
}
.panel-indent-3 {
    padding: 70px 50px;
}
.panel-indent-4 {
    padding: 50px 50px 50px 50px;
}

.wp-block-post-terms {
    display: none !important;
}

/*  LATEST STORIES  */

.latest-stories-nav-container {
    margin: 70px 0 50px;
}
nav.menu-news {
    margin: 30px 0 50px;
}
nav.menu-news li {
    margin: 0 3px;
}
nav.menu-news a {
    display: inline-block !important;
    padding: 14px 24px !important;
    margin: 0 2px;
    color: white !important;
    /*transition: opacity 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;*/
}
nav.menu-news a:hover {
    opacity: 0.6;
}
nav.menu-news a[href="/news/"], nav.menu-news a[href$="cat=news"] {
    background-color: var(--lemelson-gray);
    border: 2px solid var(--lemelson-gray);
}
nav.menu-news a[href$="/category/impact-spotlights/"],
nav.menu-news a[href$="cat=impact-spotlights"] {
    background-color: var(--lemelson-purple);
    border: 2px solid var(--lemelson-purple);
}
nav.menu-news a[href$="/category/grantee-profiles/"],
nav.menu-news a[href$="cat=grantee-profiles"] {
    background-color: var(--lemelson-bismark);
    border: 2px solid var(--lemelson-bismark);
}
nav.menu-news a[href$="/category/press-releases/"],
nav.menu-news a[href$="cat=press-releases"] {
    background-color: var(--lemelson-hemlock);
    border: 2px solid var(--lemelson-hemlock);
}
nav.menu-news a[href$="/category/news/"] {
    background-color: var(--lemelson-copper);
    border: 2px solid var(--lemelson-copper);
}
nav.menu-news a[href$="/latest-stories/"],
nav.menu-news a[href="/invention-notebook/"] {
    background-color: var(--lemelson-blue);
    border: 2px solid var(--lemelson-blue);
}
nav.menu-news .current-menu-item a {
    background-color: white;
    color: var(--lemelson-gray) !important;
}
.latest-stories-container {
    display: grid;
    grid-template-columns: 75fr 25fr;
    grid-column-gap: 25px;
    padding-bottom: 100px;
}
.latest-stories-container .latest-stories-news {
    -ms-grid-row: 1;
    grid-row: 1;
    grid-column: 1;
}
.latest-stories-container .latest-stories-resources .lemelson-featured-news-items .panel {
    flex-direction: column;
    gap: 60px;
}
.latest-stories-container .featured-resource-container h3 {
    color: var(--lemelson-gray);
    padding-top: 15px;
    font-size: 28px;
}
.latest-stories-container .latest-stories-resources {

}
.latest-stories-container .latest-stories-resources .featured-resource-container {
    border-top: 1px solid var(--lemelson-gray);
    margin-top: 44px;
}
.latest-stories-container .latest-stories-resources .featured-resource-container .lemelson-resource,
.latest-stories-container .latest-stories-resources .featured-resource-container .lemelson-featured-news-items {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.latest-stories-container .latest-stories-resources .featured-resource-container .lemelson-resource .resource-content {
    border: none;
}
.latest-stories-container .latest-stories-resources .featured-resource-container .lemelson-resource .resource-image-container {
    height: 190px;
}
.latest-stories-container .latest-stories-resources .featured-resource-container .lemelson-resource .wp-block-buttons {
    justify-content: center;
}

/*  STRATEGIC FOCUS  */

.strategic-focus .wp-block-media-text {
    margin-top: 30px;
}
.strategic-focus figure {
    aspect-ratio: 1 / 1;
    height: unset !important;
    width: unset !important;
}
.strategic-focus figure a, .strategic-focus figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*  INITIATIVES  */

#initiatives figure.wp-block-media-text__media {
    aspect-ratio: 5 / 3;
}
#initiatives figure.wp-block-media-text__media a,
#initiatives figure.wp-block-media-text__media a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#initiatives .title-line h2 {
    background-color: white;
    margin-bottom: 30px;
}
#initiatives .signature-logo {
    margin-bottom: 15px;
}


/*  FACES OF INVENTION POST  */

.x-faces .wp-block-media-text {
    margin-bottom: 30px;
}
.x-faces .wp-block-media-text figure {
    /*aspect-ratio: 5 / 3;*/
}
.x-faces .wp-block-media-text figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disclaimer-text {
    color: var(--lemelson-blue);
    font-size: 18px;
    padding: 0 75px;
}

/*  WHAT WE FUND  */

.quanda-container .title-line {
    margin-bottom: 50px;
}
.quanda-container .quanda {
    background-color: white;
    border-radius: 40px;
    padding: 50px 45px;
}
.quanda-container .quanda + .quanda {
    margin-top: 30px;
}
.quanda-container .quanda-header {
    display: grid;
    grid-template-columns: auto 100px;
    align-items: baseline;
    margin-bottom: 30px;
    transition: margin-bottom 100ms ease-in-out;
}
.quanda-container .quanda-header h4 {
    margin-left: 0 !important;
    color: var(--lemelson-blue);
    font-size: 30px;
}
.quanda-container .quanda-header .quanda-toggle {
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.quanda-container .quanda-toggle {
    cursor: pointer;
}
.quanda-container .quanda:not(.quanda-condensed) .quanda-toggle::after {
    content: '\f0d7';
}
.quanda-container .quanda-toggle::after {
    content: '\f0d8';
    font-family: FontAwesome;
    color: var(--lemelson-blue);
    transition: color 100ms ease-in-out;
    padding-left: 10px;
}
.quanda-container .quanda-answer {
    border-top: 1px solid var(--lemelson-casper);
    padding-top: 20px;
    transition: all 100ms ease-in-out;
}
.quanda-container .quanda-answer p:last-of-type {
    margin-bottom: 0;
}
.quanda-container .quanda.quanda-condensed .quanda-header {
    margin-bottom: 0;
}
.quanda-container .quanda.quanda-condensed .quanda-answer {
    height: 0;
    overflow-y: clip;
    padding-top: 0;
    border: none;
}


/*  NID 2025  */

.nid-2025-profile-container {
    display: grid;
    grid-template-columns: 165px auto;
    grid-column-gap: 25px;
    margin-top: 40px;
}
.nid-2025-portrait-container {
    width: 100%;
    height: 240px;
}
.nid-2025-portrait-container::before {
    content: '';
    border-radius: 20px;
    border: 1px solid var(--lemelson-casper);
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
}
.nid-2025-portrait {
    position: relative;
    width: 128px;
    height: 128px;
}
.nid-2025-portrait .nid-2025-portrait-frame {
    position: absolute;
    width: 128px;
    height: 128px;
    top: 0;
    left: 0;
}
.nid-2025-portrait .nid-2025-portrait-image {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 4px;
    left: 4px;
}
.nid-2025-portrait figure img {
    width: 100%;
    height: 100%;
}
.nid-2025-profile h4 {
    color: var(--lemelson-blue);
}
.nid-2025-profile-container + .bottom-line-header-container {
    margin-top: 50px;
}

/*  BHM 2025  */

.bhm-2025-profile-container {
    display: grid;
    grid-template-columns: 165px auto;
    grid-column-gap: 25px;
    margin-top: 40px;
}
.bhm-2025-portrait-container {
    width: 100%;
    height: 240px;
}
.bhm-2025-portrait-container::before {
    content: '';
    border-radius: 20px;
    border: 1px solid var(--lemelson-casper);
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
}
.bhm-2025-portrait {
    position: relative;
    width: 128px;
    height: 128px;
}
.bhm-2025-portrait .bhm-2025-portrait-frame {
    position: absolute;
    width: 128px;
    height: 128px;
    top: 0;
    left: 0;
}
.bhm-2025-portrait .bhm-2025-portrait-image {
    position: absolute;
    width: 108px;
    height: auto;
    bottom: 10px;
    left: 10px;
}
.bhm-2025-profile-container:last-of-type .bhm-2025-portrait .bhm-2025-portrait-image {
    bottom: -7px;
}
.bhm-2025-portrait figure img {
    width: 100%;
    height: 100%;
}
.bhm-2025-profile h4 {
    color: var(--lemelson-blue);
}
.bhm-2025-profile p a {
    font-weight: 400;
}
.bhm-2025-profile-container + .bottom-line-header-container {
    margin-top: 50px;
}

.lemelson-center-tout {
    padding: 45px 0;
}
.lemelson-center-tout .panel {
    padding: 55px;
    transition: background-color 200ms ease-in-out;
}
.lemelson-center-tout figure:hover {
    opacity: 0.7;
}
.lemelson-center-tout h3 {
    line-height: 1.2;
    font-weight: 300;
}
.lemelson-center-tout p:last-of-type {
    margin-bottom: 0;
}

.wp-block-media-text figure {
    height: 100%;
    width: 100%;
}
.wp-block-media-text figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
}
#we-believe h2 {
    margin-bottom: 20px;
}
#we-believe p {
    margin-bottom: 10px;
}
.bottom-line-header-container {
    position: relative;
    margin-bottom: 20px;
}
.bottom-line-header-container::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--lemelson-casper);
    position: absolute;
    left: 0;
    bottom: 6px;
}
.bottom-line-header-container > * {
    position: relative;
    width: fit-content;
    margin-left: 0 !important;
    padding: 0 15px 0 0;
}
.inventing-future h3 {
    line-height: 1.3;
}
.established-inventors {
    margin-top: 30px !important;
}
.established-inventors h3 {
    font-size: 36px;
    color: var(--lemelson-gray);
}
.established-inventors h4 {
    padding-bottom: 10px;
}
.wp-block-columns:has(.established-inventors) {
    padding-bottom: 50px;
}
.nid2025-related-news .panel {
    flex-direction: column;
    margin: 0 15px !important;
}
.nid2025-related-news h3 {
    font-size: 24px;
    margin-top: 89px;
    padding-top: 20px;
    border-top: 2px solid var(--lemelson-casper);
    color: var(--lemelson-gray);
}
.invention-notebook-tout h3 {
    font-size: 24px;
    margin-top:45px;
    padding-top: 20px;
    border-top: 2px solid var(--lemelson-casper);
    color: var(--lemelson-gray);
}
.invention-notebook-tout-content {
    margin: 0 15px !important;
}
.invention-notebook-tout-content figure {
    border: 5px solid var(--lemelson-casper);
}
.invention-notebook-tout-content p {
    padding-top: 15px;
    font-size: 18px;
}
.post-single .entry-content figure.wp-block-image.alignleft, .post-single .entry-content figure.wp-block-image.alignright {
    max-width: 50%;
}
#responsive-tout #responsive-tout-mobile {
    display: none;
}
@media screen and (max-width: 800px) {
    #responsive-tout #responsive-tout-desktop {
        display: none;
    }
    #responsive-tout #responsive-tout-mobile {
        display: block;
    }
}
.latest-stories-touts {
    margin-top: 60px;
}
.latest-stories-touts .wp-block-columns {
    column-gap: 30px;
}
@media screen and (max-width: 800px) {
    .latest-stories-touts {
        margin-top: 30px;
    }
}
@media screen and (max-width: 782px) {
    .latest-stories-touts .wp-block-columns {
        row-gap: 20px;
    }
    .latest-stories-touts .wp-block-columns figure {
        max-width: 400px;
        margin: 0 auto;
    }
}
.bio-content .lemelson-featured-news-items {
    container-type: inline-size;
}
.bio-content .lemelson-featured-news-items .panel {
    padding-top: 30px;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@container (max-width: 600px) {
    .bio-content .lemelson-featured-news-items .panel {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .featured-post .featured-post-date {
        margin-top: 10px;
    }
}
.sections-container:has(#home-invention-notebook) {
    padding-bottom: 0;
}
#home-invention-notebook {
    margin-bottom: 0;
}
.whm-2023-portrait {
    padding-top: 10px;
}
.whm-2023-portrait img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.whm-2023-portrait-left img {
    object-position: left center;
}
}
.whm-2023-portrait-right img {
    object-position: right center;
}
