/*!
Theme Name: ETH MAS MTEC
Theme URI: http://underscores.me/
Author: IN4OUT
Author URI: https://www.in4out.ch/
Description: Custom WordPress theme for ETH Zürich
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eth_mas_mtec
*/

:root {
    --app-height: 100%;
    --primary-text-color: #000000;
    --light-text-color: #ffffff;
    --dark-background: #1f1f1f;
    --light-background: #ffffff;
    --highlight-background: #8e6713;
    --highlight-hover-background: #805d11;
    --dark-text-color: #000000;
}

html {
    font-family: "DIN Next W1G", sans-serif;
    font-size: 18px;
    color: var(--primary-text-color);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    outline: 0;
    width: 100%;
}

.site {
    width: 100%;
    margin-top: 84px;
}

.wrap {
    width: 90vw;
    margin: 0 auto;
    max-width: 1360px;
}

.top-header {
    background: var(--dark-background);
    color: var(--light-text-color);
    font-size: 16px;
    height: 32px;
}

.top-header .wrap {
    display: flex;
    align-items: center;
    padding-left: 0;
    height: 100%;
}

.top-navigation,
.main-navigation {
    display: none;
}

.departments-breadcrumb {
    max-width: 100%;
    width: fit-content;
}

.departments-breadcrumb ul {
    gap: 8px;
    margin-bottom: 0;
    align-items: center;
    line-height: 100%;
}

.departments-breadcrumb li {
    display: flex;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}

.departments-breadcrumb li:not(:last-child)::after {
    display: block;
    content: " ";
    width: 12px;
    height: 12px;
    background-image: url(inc/img/breadcrumb-arrow.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #b7b7b7;
}

.admin-bar .site-header {
    top: 32px;
}

.main-header {
    background: var(--light-background);
    padding: 16px 0;
}

.main-header .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.main-header .main-logo {
    width: 110px;
    margin-right: 20px;
}

.main-header .main-logo img {
    display: block;
    width: 100%;
}

.main-header .division-logo {
    position: relative;
    font-size: 16px;
    top: 2px;
}

.menu-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 16px;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    background: var(--dark-background);
    transition: 0.2s ease-in-out;
}

.menu-icon span:first-child {
    top: 0;
}

.menu-icon span:nth-child(2) {
    top: 7px;
}

.menu-icon span:last-child {
    bottom: 0;
    top: auto;
}

.menu-open {
    overflow: hidden;
}

.menu-open .menu-icon span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 30px;
}

.menu-open .menu-icon span:nth-child(2) {
    opacity: 0;
    transform: translateX(-100%);
}

.menu-open .menu-icon span:last-child {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    bottom: auto;
    width: 30px;
}

.mobile-navigation {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    height: calc(100vh - 80px);
    height: calc(var(--app-height) - 80px);
    overflow-y: scroll;
    background: var(--dark-background);
    color: var(--light-text-color);
    padding: 30px 5%;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
}

.menu-open .mobile-navigation {
    transform: translateX(0);
}

.mobile-navigation .site-links {
    font-size: 24px;
}

.mobile-navigation .site-links li {
    margin-bottom: 12px;
}

.mobile-navigation .small-links {
    font-size: 16px;
}

.mobile-navigation .small-links li {
    margin-bottom: 10px;
}

.mobile-navigation::-webkit-scrollbar {
    display: none;
}

.text-block-grid .wrap,
.buttons-section .wrap,
.courses-section .wrap,
.events-section .wrap,
.timeline-section .wrap,
.downloads-section:has(.downloads-grid) .wrap,
.site-footer .wrap,
.latest-insights .wrap,
.has-align-center .wrap,
.all-insights .wrap,
.all-events .wrap,
.accordion-section .wrap,
.team-section .wrap,
.tabs-section > .wrap,
.image-section > .wrap {
    max-width: 1160px;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-weight: 400;
    line-height: 132%;
}

h4,
h5,
h6 {
    font-weight: 500;
}

h1,
h2 {
    margin-bottom: 24px;
}

h1 {
    line-height: 110%;
    font-size: 36px;
}

h2 {
    line-height: 120%;
    font-size: 28px;
}

h3 {
    line-height: 130%;
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

p,
ul,
ol {
    line-height: 135%;
}

.text-section .content {
    width: 100%;
}

.text-section .content p,
.text-section .content ul,
.text-section .content ol {
    max-width: 865px;
}

.padding-top-small {
    padding-top: 25px;
}

.padding-bottom-small {
    padding-bottom: 25px;
}

.padding-top-medium {
    padding-top: 40px;
}

.padding-bottom-medium {
    padding-bottom: 40px;
}

.padding-top-large {
    padding-top: 50px;
}

.padding-bottom-large {
    padding-bottom: 50px;
}

.text-block-grid .content-block,
.buttons-section .link-block,
.courses-grid .course-item,
.events-grid > li,
.anchor-navigation li,
.downloads-grid .download-file,
.site-footer ul,
.departments-breadcrumb ul,
nav ul,
.events-list {
    list-style-type: none;
}

.text-block-grid .grid,
.buttons-section .grid,
.courses-grid,
.events-grid,
.anchor-navigation ul,
.downloads-grid,
.site-footer ul,
.departments-breadcrumb ul,
.mobile-navigation ul,
.events-list {
    padding-left: 0;
}

.text-block-grid .grid,
.buttons-section .grid,
.insights,
.courses-grid,
.events-grid,
.downloads-grid {
    display: flex;
    flex-wrap: wrap;
}

.text-block-grid .grid,
.courses-grid,
.downloads-grid {
    margin: 0;
}

.downloads-grid {
    width: 100%;
}

.text-block-grid .grid,
.courses-grid,
.downloads-grid,
.text-block-grid.inner-padding-large .grid {
    gap: 32px;
}

.text-block-grid .grid {
    gap: 32px 26px;
}

.text-block-grid .content-block {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.text-block-grid .content-block:has(.icon) {
    padding-left: 65px;
}

.text-block-grid .content-block .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.text-block-grid .content-block .content {
    margin-bottom: 0;
}

.text-block-grid .content-block ul {
    list-style-type: disc;
}

.text-block-grid.beige-background {
    background: #e8e1d0;
}

.text-block-grid.bronze-background {
    background: #8e6713;
    color: #ffffff;
}

.text-block-grid.black-background {
    background: #1f1f1f;
    color: #ffffff;
}

.text-block-grid.bronze-background .icon,
.text-block-grid.black-background .icon,
.text-block-grid.bronze-background .full-link,
.text-block-grid.black-background .full-link {
    border-color: #ffffff;
}

.text-block-grid.bronze-background .icon img,
.text-block-grid.black-background .icon img,
.text-block-grid.bronze-background .full-link::after,
.text-block-grid.black-background .full-link::after {
    filter: grayscale(100) brightness(0) invert(1);
}

.text-block-grid.highlights-grid-style .icon {
    width: 30px;
    height: 30px;
    border: 0;
}

.text-block-grid .content-block .content {
    font-size: 16px;
}

.text-block-grid.highlights-grid-style.bronze-background .content-block,
.text-block-grid.highlights-grid-style.black-background .content-block {
    border-color: #ffffff;
}

.text-block-grid.highlights-grid-style .content-block {
    border-left: 2px solid #000000;
    padding: 0 24px;
    margin: 0 27px;
}

.text-block-grid.highlights-grid-style .content-block .icon {
    left: 24px;
}

.text-block-grid.highlights-grid-style .block-title {
    font-size: 28px;
    padding-left: 46px;
    margin-bottom: 16px;
    line-height: 100%;
}

.text-block-grid.highlights-grid-style .section-title {
    margin-bottom: 50px;
}

.buttons-section,
.events-section,
.timeline-section {
    background: var(--dark-background);
}

.buttons-section .section-title,
.events-section .section-title,
.timeline-section {
    color: var(--light-text-color);
}

.events-grid {
    gap: 28px 26px;
}

.insights {
    gap: 52px 28px;
}

.buttons-section .link-block,
.events-section .event {
    background: var(--light-background);
    border-radius: 4px;
    width: 100%;
}

.buttons-section .link-block a,
.events-grid > li a {
    display: block;
}

.buttons-section .link-block a {
    height: 100%;
    box-sizing: border-box;
    padding: 12px;
    display: flex;
    flex-direction: column;
}

.events-grid > li a {
    padding: 24px;
}

.buttons-section .link-block .button-title {
    display: flex;
    gap: 24px;
    margin: auto 0 0;
    align-items: center;
}

.insights article figure {
    overflow: hidden;
    display: block;
}

.insights article img {
    transition: transform 0.3s;
    display: block;
    width: 100%;
}

.insights article:hover img {
    transform: scale(1.04, 1.04);
}

.insight-post-card a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

.insight-post-card .button {
    align-self: flex-start;
    justify-self: flex-end;
    margin-top: auto;
}

button,
.button {
    font-family: "DIN Next W1G", sans-serif;
}

.button {
    border-radius: 4px;
    font-size: 100%;
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    box-sizing: border-box;
    line-height: 100%;
    font-weight: 500;
    transition:
        color 0.2s linear,
        background 0.2s linear,
        border 0.2s linear;
}

.button.light,
.button.dark:hover {
    border: 1px solid #22222233;
    color: var(--dark-text-color);
    background: var(--light-background);
}

.button.dark,
.button.light:hover {
    border: 1px solid var(--dark-background);
    color: var(--light-text-color);
    background: var(--dark-background);
}

.button.filter-cat {
    height: 43px;
    background: none;
    border: 0;
    cursor: pointer;
}

.filter-header {
    margin-bottom: 30px;
    background: var(--light-background);
    border-radius: 4px;
    overflow: hidden;
    border-radius: 4px;
    width: fit-content;
    max-width: 100%;
}

.filter-header .wrapper {
    display: flex;
    overflow-x: scroll;
    width: fit-content;
    max-width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 4px;
}

.filter-header .button {
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    transition:
        color 0.2s linear,
        background 0.2s linear,
        border 0.2s linear;
    height: 42px;
    width: fit-content;
    white-space: nowrap;
    cursor: pointer;
}

.filter-header .button:hover {
    border: 1px solid #000;
}

.course-filter.active,
.filter-cat.active,
.tab-toggle.active {
    background: var(--dark-background);
    color: var(--light-text-color);
}

.tab-content:not(.active) {
    display: none;
    visibility: hidden;
}

.stories-slider {
    width: 100%;
    overflow: hidden;
}

.story-dots {
    display: flex;
    gap: 8px;
}

.story-dots .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #d9d9d9;
    opacity: 1;
    border-radius: 5px;
    transition: background 0.15s linear;
    overflow: hidden;
    margin: 0 !important;
}

.story-dots .swiper-pagination-bullet:has(~ .swiper-pagination-bullet-active) {
    background: #000000;
}

.story-dots .swiper-pagination-bullet-active::after {
    display: block;
    content: " ";
    height: 9px;
    background: #000000;
    width: 100%;
    transform: translateX(-100%);
    border-radius: 5px;
    animation: dotfill 11s linear;
    animation-fill-mode: forwards;
}

.swiper-wrapper {
    padding: 0;
}

li.download-file {
    width: 270px;
}

.events-section .consultation {
    border: 1px solid var(--light-background);
    box-sizing: border-box;
    border-radius: 4px;
    color: var(--light-background);
    width: 100%;
}

.cta {
    padding: 24px;
    box-sizing: border-box;
}

.cta.black {
    background: #000000;
    color: #fff;
}

.cta.bronze {
    background: var(--highlight-background);
    color: #fff;
}

.cta.black .button {
    background: #fff;
    color: #000000;
}

.cta.black .button:hover {
    background: #f5f0e6;
}

.cta.bronze .button {
    background: #000000;
    color: #ffffff;
}
.cta.bronze .button:hover {
    background: #2c2c2c;
}

.cta,
.lightbox-thumbnail-slider {
    width: 100%;
    max-width: 370px;
}

.lightbox-thumbnail-slider {
    overflow: hidden;
}

@keyframes dotfill {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.story-dots .swiper-pagination-bullet-active {
    width: 78px;
}

.more.none {
    display: none;
}

section {
    scroll-margin-top: 200px;
}

.anchor-navigation {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    position: sticky;
    top: 100px;
    display: block;
    z-index: 4;
    width: 90vw;
}

.anchor-navigation .wrapper {
    width: fit-content;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0px 4px 12px 0 #00000033;
    background: rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.anchor-navigation ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 2px;
}

.anchor-navigation ul::-webkit-scrollbar {
    display: none;
}

.anchor-navigation ul li {
    white-space: nowrap;
    height: 42px;
    width: fit-content;
}

.anchor-navigation a {
    padding: 0 16px;
    display: flex;
    height: 42px;
    background-color: var(--dark-background);
    color: var(--light-text-color);
    line-height: 100%;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    transition:
        background-color 0.15s linear,
        border-color 0.15s linear;
    border: 1px solid var(--dark-background);
    box-sizing: border-box;
    border-radius: 4px;
}

.anchor-navigation a:hover {
    background-color: #404040;
}

.anchor-navigation a.active {
    background-color: var(--light-background);
    color: var(--primary-text-color);
    border: 1px solid #d9d9d9;
}

.timeline-section .slider-container {
    max-width: 865px;
    position: relative;
}

.timeline-slider {
    max-width: 865px;
    overflow: hidden;
}

.timeline-section .pre-dots {
    position: absolute;
    top: 0;
    right: 100%;
    display: flex;
    transform: translateX(5px);
    transition: top 0.25s ease-in-out;
}

.timeline-section .post-dots {
    position: absolute;
    top: 0;
    left: 100%;
    display: flex;
    transition: top 0.25s ease-in-out;
}

.timeline-section .pre-dots .dot {
    height: 13px;
}

.timeline-section .post-dots .dot {
    height: 9px;
}

.timeline-section .pre-dots .dot,
.timeline-section .post-dots .dot {
    display: block;
    position: relative;
    overflow: hidden;
    transition:
        width 0.25s ease-in-out,
        margin 0.25s ease-in-out;
    transition-delay: 1.142s;
}

.timeline-section .pre-dots .dot::after {
    height: 13px;
    width: 13px;
}

.timeline-section .post-dots .dot::after {
    height: 9px;
    width: 9px;
}

.timeline-section .dot::after {
    display: block;
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: var(--light-background);
    top: 0;
    left: 0;
}

.timeline-section .post-dots .dot,
.timeline-section .pre-dots .dot.current ~ .dot {
    width: 0;
    margin: 0;
}

.timeline-section .pre-dots .dot {
    width: 13px;
    margin-left: 20px;
}

.timeline-section .post-dots .dot.current ~ .dot {
    width: 9px;
    margin-right: 20px;
}

.timeline-section .slider-navigation {
    position: absolute;
    width: 90px;
    margin-left: auto;
    top: -3px;
    right: -12px;
    background: var(--dark-background);
    height: 36px;
    z-index: 2;
}

.timeline-section .swiper-button-next,
.timeline-section .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-size: 100%;
    margin: 0;
    transform: none;
    top: 0;
}

.timeline-section svg {
    display: none;
}

.timeline-section .swiper-button-next {
    background-image: url(inc/img/timeline-arrow-right.svg);
}

.timeline-section .swiper-button-prev {
    background-image: url(inc/img/timeline-arrow-left.svg);
}

.content ul,
.content ol {
    padding-left: 20px;
}

.content p:last-child,
.content ul:last-child,
.content ol:last-child,
.content h1:last-child,
.content h2:last-child,
.content h3:last-child,
.content h4:last-child {
    margin-bottom: 0;
}

.timeline-section .content img {
    margin-top: 24px;
}

.downloads-grid {
    display: flex;
    flex-wrap: wrap;
}

.floating-buttons {
    padding: 0;
    list-style-type: none;
    position: fixed;
    left: 100%;
    bottom: 0px;
    z-index: 4;
}

.floating-buttons li {
    transform: translateX(-57px);
    transition: transform 0.2s ease-in-out;
    width: fit-content;
    transform: translateX(-100%);
}

.floating-buttons a {
    display: block;
    background-color: var(--highlight-background);
    transition: background-color 0.15s linear;
    display: flex;
    align-items: center;
    gap: 0 14px;
    padding: 0 28px;
    height: 56px;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 4px 0 0 4px;
    color: #fff;
}

.floating-buttons a:hover {
    background-color: var(--highlight-hover-background);
}

.floating-buttons img {
    display: block;
    width: auto;
    height: auto;
    max-width: 28px;
    max-height: 28px;
}

.site-footer {
    font-size: 16px;
    padding: 50px 0;
    background: var(--dark-background);
    color: var(--light-text-color);
    line-height: 130%;
}

.site-footer .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
}

.site-footer address ul {
    position: relative;
    padding-left: 32px;
}

.site-footer address ul::before {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.site-footer a,
.site-header a {
    transition: color 0.15s ease-in-out;
}
.site-footer a:hover,
.top-header a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.site-header .division-logo:hover {
    color: #5c6065;
}

address {
    font-style: normal;
}

.site-footer .physical-address::before {
    background-image: url(inc/img/location.svg);
}

.site-footer .telephone::before {
    background-image: url(inc/img/phone.svg);
}

.site-footer .email::before {
    background-image: url(inc/img/mail.svg);
}

.site-footer .main-logo {
    width: 140px;
    margin-bottom: 40px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: bottom;
}

.site-footer .main-logo img,
.image-section figure img,
.featured-story figure img,
.download-file figure {
    display: block;
    width: 100%;
}

.site-footer .division-logo {
    font-size: 22px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 100%;
}

.site-footer .socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.site-footer .socials figure {
    box-sizing: border-box;
    width: 54px;
    height: 42px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.site-footer .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: background-color 0.15s linear;
}

.site-footer .socials a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .socials a img,
.buttons-section .link-block figure img,
.text-block-grid .icon img {
    display: block;
    width: auto;
    height: auto;
}

.site-footer .socials a img {
    max-width: 20px;
    max-height: 20px;
}

.main-footer {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 40px;
}

.footer-column:not(:last-child) {
    margin-bottom: 40px;
}

.footer-column:not(:has(address)) li:not(:last-child) {
    margin-bottom: 12px;
}

.bottom-footer {
    padding-top: 32px;
}

.footer-sub-navigation {
    margin-top: 30px;
}

.footer-sub-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 0;
}

.full-link,
.download-link {
    display: inline-flex;
    font-weight: 500;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
    cursor: pointer;
}

button.full-link {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid #000000;
    font-size: 100%;
    background: none;
}

.all-insights .full-link {
    margin-top: 40px;
    float: right;
}

.all-insights .wrap::after {
    display: block;
    content: " ";
    clear: both;
}

.download-file .download-link {
    margin-bottom: 0;
}

.consultation .full-link {
    border-bottom: 1px solid #ffffff;
}

.full-link::after,
.download-link::after {
    content: " ";
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    transition: transform 0.2s linear;
}

.full-link:hover::after {
    transform: translateX(3px);
}

.download-link:hover::after {
    transform: translateY(2px);
}

.full-link::after {
    background-image: url(inc/img/link-arrow-right-black.svg);
}

.download-link::after {
    background-image: url(inc/img/download.svg);
}

.consultation .full-link::after {
    background-image: url(inc/img/link-arrow-right-white.svg);
}

.buttons-section .grid {
    gap: 20px;
}

.buttons-section .link-block {
    font-weight: 500;
    transition: transform 0.3s;
    width: calc(50% - 13px);
}

.buttons-section .link-block:hover {
    transform: scale(1.04, 1.04);
}

.buttons-section .link-block figure {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
}

.buttons-section .link-block figure,
.text-block-grid .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons-section .link-block figure img {
    max-width: 40px;
    max-height: 40px;
}

.text-block-grid .icon {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 50%;
    margin-bottom: 24px;
}

.text-block-grid .icon img {
    max-width: 30px;
    max-height: 30px;
}

.text-block-grid .block-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}

.events-grid .event .event-date::before,
.consultation h4::before {
    display: block;
    content: " ";
    width: 30px;
    height: 30px;
    margin-bottom: 16px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.events-grid .event .event-date::before {
    background-image: url(inc/img/event.svg);
}

.consultation h4::before {
    background-image: url(inc/img/consultation.svg);
}

.events-grid .event-date,
.consultation h4 {
    margin-bottom: 12px;
    font-size: 120%;
}

.event p {
    margin-bottom: 0;
}

blockquote {
    margin: 0;
}

blockquote h3::before {
    content: open-quote;
}

blockquote h3::after {
    content: close-quote;
}

.featured-story figure {
    margin-bottom: 32px;
}

cite {
    font-style: normal;
    margin-bottom: 32px;
    display: block;
    text-underline-offset: 4px;
}

cite a {
    font-weight: 500;
    text-decoration: underline;
}

.stories-slider .story-dots,
.featured-alumni-stories .full-link {
    margin-top: 40px;
}

.insights article .thumbnail {
    margin-bottom: 30px;
}

.insights article .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.insights article p {
    margin-bottom: 30px;
}

.latest-insights .full-link {
    margin-top: 40px;
}

.downloads-section {
    overflow: hidden;
}

.downloads-slider {
    max-width: 94vw;
    flex-shrink: 0;
}

.mobile-navigation.applications-open li a[href*="application"] {
    display: flex;
    align-items: center;
}

.mobile-navigation.applications-open li a[href*="application"]::after {
    display: inline-flex;
    content: "Open!";
    font-size: 18px;
    line-height: 100%;
    background: #8e6713;
    border-radius: 100px;
    height: 30px;
    align-items: center;
    justify-content: center;
    width: 70px;
    margin-left: 16px;
    color: var(--dark-background);
    position: relative;
    top: -1px;
}

.download-file figure {
    margin-bottom: 12px;
}

.course-title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
}

.courses-section .text-section {
    margin-bottom: 40px;
}

.courses-section:not(:has(.courses-grid)) .text-section {
    margin-bottom: 0;
}

.timeline-section {
    overflow: hidden;
}

.timeline-slider .title {
    font-size: 20px;
    margin-bottom: 24px;
    flex-grow: 1;
    line-height: 130%;
    padding-right: 100px;
}

.timeline-slider .year {
    font-size: 28px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 100%;
}

.timeline-slider .content {
    padding-top: 30px;
}

.timeline-slider .content h4 {
    font-weight: 700;
    margin-bottom: 12px;
}

.timeline-slider .content .line {
    display: block;
    content: " ";
    background: #ffffff;
    width: calc(100% + 25px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    transition: top 0.25s ease-in-out;
}

.timeline-slider .content .line::after {
    display: block;
    content: " ";
    background: #ffffff;
    width: 0;
    height: 5px;
    position: absolute;
    top: -2px;
    left: 0;
    transition: width 0.45s ease-in-out;
}

.timeline-slider .content .line::before {
    display: block;
    content: " ";
    position: absolute;
    top: -6px;
    right: 0;
    display: flex;
    width: 13px;
    height: 13px;
    background: #ffffff;
    border-radius: 50%;
}

.timeline-section .post-dots::after {
    display: block;
    content: " ";
    background: #ffffff;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 4px;
    left: 0;
}

.timeline-section .pre-dots::after {
    display: block;
    content: " ";
    background: #ffffff;
    width: 100vw;
    height: 5px;
    position: absolute;
    top: 4px;
    right: 0;
}

.timeline-slider .swiper-slide-prev .line::after {
    width: 100%;
}

.text-section aside {
    margin-top: 40px;
}

.lightbox-thumbnail img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
}

.dots .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #d9d9d9;
    opacity: 1;
    border-radius: 5px;
    transition: background 0.15s linear;
    overflow: hidden;
    margin: 0 !important;
}

.dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
}

.lightbox {
    width: 100%;
}

.lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: scroll;
    scrollbar-width: none;
    flex-wrap: wrap;
    align-items: center;
    background: var(--light-background);
}

.anchor-navigation ul::-webkit-scrollbar {
    display: none;
}

.lightbox:not(.open) {
    display: none;
}

.lightbox::-webkit-scrollbar {
    display: none;
}

.lightbox-container {
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto;
    padding: 20px 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}

.lightbox-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lightbox-slider-container {
    position: relative;
}

.lightbox img {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px);
}

.lightbox .lightbox-next,
.lightbox .lightbox-prev {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    top: 50%;
}

.lightbox .lightbox-next {
    background-image: url(inc/img/lightbox-arrow-right.svg);
    right: -38px;
}

.lightbox .lightbox-prev {
    background-image: url(inc/img/lightbox-arrow-left.svg);
    left: -38px;
}

.lightbox .swiper-button-disabled {
    opacity: 0.3;
}

.lightbox .close {
    display: table;
    position: relative;
    font-weight: 700;
    cursor: pointer;
    background-image: url(inc/img/close.svg);
    background-size: 16px;
    background-position: left top 4px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 30px;
}

body.lightbox-open {
    overflow: hidden;
}

.text-block-grid .full-link,
.downloads-slider + .full-link {
    margin-top: 40px;
}

.events-list .event .info {
    width: 100%;
}

.events-list {
    border-top: 1px solid var(--primary-text-color);
}

.events-list .event {
    padding: 20px 0 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 24px;
    border-bottom: 1px solid var(--primary-text-color);
    justify-content: space-between;
}

.events-list .event-date .date-time {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.events-list .full-link {
    margin-top: 24px;
    margin-left: auto;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
}

.footer-column {
    width: 50%;
}

.footer-column:last-child {
    width: auto;
}

.departments-breadcrumb ul {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.anchor-navigation ul::-webkit-scrollbar {
    display: none;
}

.departments-breadcrumb ul,
.departments-breadcrumb li {
    gap: 12px;
}

.button.submitting,
.full-link.submitting {
    pointer-events: none;
    filter: grayscale(100);
    position: relative;
    transition: padding 0.15s linear;
}

.button.submitting::after,
.full-link.submitting::after {
    display: block;
    animation: loadingdots steps(1, end) 2s infinite;
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 6px;
    transform: translateY(2px);
    text-align: left;
}

.full-link.submitting::after {
    position: relative;
    transform: translateY(0);
    background-image: none;
}

@keyframes loadingdots {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
    100% {
        content: "";
    }
}

.accordion-content-container {
    transition: height 0.3s;
    height: 0;
    overflow: hidden;
}

.accordion-section .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.accordion-section h1.section-title,
.accordion-section h2.section-title,
.accordion-items {
    width: 100%;
    max-width: none;
}

.accordion-items {
    border-top: 1px solid #1c1b1f;
}

.accordion-section .toggle-all {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: auto;
    gap: 15px;
    cursor: pointer;
    line-height: 100%;
    padding-right: 5px;
}

.accordion-section .toggle-all .icon {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    transition: transform 0.2s linear;
}

.accordion-section .toggle-all .icon::before,
.accordion-section .toggle-all .icon::after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #1c1b1f;
    transition: transform 0.2s linear;
}

.accordion-section .toggle-all .icon::before {
    width: 2px;
    height: 10px;
}

.accordion-section .toggle-all.open .icon {
    transform: rotate(-180deg);
}

.accordion-section .toggle-all.open .icon::before {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.accordion-section .toggle-all .icon::after {
    width: 10px;
    height: 2px;
}

.accordion-item {
    border-bottom: 1px solid #1c1b1f;
}

.accordion-title-container {
    padding: 16px 40px 16px 0;
    position: relative;
    cursor: pointer;
}

.accordion-items.numbered .accordion-title-container {
    padding: 16px 40px;
}

.accordion-title {
    margin: 0;
}

.accordion-item .accordion-title {
    font-size: 20px;
    font-weight: 400;
}

.accordion-items.numbered .accordion-title {
    font-size: 24px;
    line-height: 130%;
}

.accordion-item .icon {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 0;
    transition: transform 0.2s linear;
}

.accordion-items.numbered .accordion-item .icon {
    top: 23px;
}

.accordion-item .icon::before,
.accordion-item .icon::after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #1c1b1f;
    transition: transform 0.2s linear;
}

.accordion-item .icon::before {
    width: 2px;
    height: 18px;
}

.accordion-item .icon::after {
    width: 18px;
    height: 2px;
}

.accordion-item.open .icon {
    transform: rotate(-180deg);
}

.accordion-item.open .icon::before {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.accordion-items.numbered {
    counter-reset: accordion-numbers;
}

.accordion-items.numbered .accordion-title-container::before {
    display: block;
    counter-increment: accordion-numbers;
    content: counter(accordion-numbers);
    position: absolute;
    left: 0;
    font-size: 40px;
    font-weight: 500;
    top: 8px;
}

.accordion-section .section-title,
.team-section .section-title {
    margin-bottom: 30px;
}

.accordion-items.regular .content {
    max-width: 756px;
    padding: 4px 40px 20px 0;
}

.accordion-items.numbered .content {
    max-width: 570px;
    padding: 0 40px 26px;
}

.content a:not(.button):not(.full-link) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.team-section .team {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 28px 20px;
}

.team-section .member {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 8px 33px 0px #00000040;
}

.team-section .member .title {
    margin-bottom: 0;
    font-weight: 700;
}

.team-section .member .function {
    margin-bottom: 12px;
}

.team-section .links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.team-section .member .thumbnail {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}

.team-section .thumbnail .wrapper {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.team-section .member .thumbnail img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.team-section .links a {
    display: block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.team-section .email {
    background-image: url(inc/img/team-mail.svg);
}

.team-section .linkedin {
    background-image: url(inc/img/team-linkedin.svg);
}

.team-section .member .more {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    gap: 15px;
    border-bottom: 1px solid #1c1b1f;
    padding-right: 5px;
    cursor: pointer;
}

.team-section .member .more::after {
    display: block;
    content: " ";
    width: 10px;
    height: 10px;
    background-image: url(inc/img/more.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

p.small-text,
ul.small-text,
ol.small-text {
    font-size: 16px;
}

.bio-lightbox,
.content-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: var(--app-height);
    align-items: safe center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    padding: 30px 0;
    margin: 0;
    display: none;
    grid-template-columns: 100%;
}

.bio-open,
.content-lightbox-open {
    overflow: hidden;
}

.bio-open .bio-lightbox,
.content-lightbox-open .content-lightbox {
    display: grid;
}

.bio-lightbox::-webkit-scrollbar,
.content-lightbox::-webkit-scrollbar {
    display: none;
}

.member-box,
.content-lightbox-wrapper {
    grid-row: 1;
    grid-column: 1;
    overflow: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    visibility: hidden;
}

.member-box.active,
.bio-lightbox:not(.forward):not(.backward) .member-box.active,
.content-lightbox-wrapper.active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.forward .member-box.active,
.content-lightbox-wrapper.active {
    animation: moveFromRight 0.5s forwards;
}

.backward .member-box.active {
    animation: moveFromLeft 0.5s forwards;
}

.backward .active + .member-box,
.backward:has(.active:last-child) .member-box:first-child {
    opacity: 1;
    visibility: visible;
    animation: moveToRight 0.5s forwards;
}

.forward .member-box:has(+ .active),
.forward:has(.active:first-child) .member-box:last-child {
    opacity: 1;
    visibility: visible;
    animation: moveToLeft 0.5s forwards;
}

.member-card {
    background: #ffffff;
    width: 90%;
    box-sizing: border-box;
    padding: 5%;
    position: relative;
    max-width: 1016px;
    border: 2px solid #e2e2e2;
    box-shadow: 0px 4px 80px 0px #0000001a;
    border-radius: 4px;
    margin: 0 auto;
}

.content-lightbox-card {
    background: #ffffff;
    width: 90%;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
    max-width: 590px;
    border: 2px solid #e2e2e2;
    box-shadow: 0px 4px 80px 0px #0000001a;
    border-radius: 4px;
    margin: 0 auto;
}

.content-lightbox-card .lightbox-title {
    font-weight: 400;
    margin-bottom: 24px;
    font-size: 24px;
}

.content-lightbox-card .lightbox-image {
    border-radius: 4px;
    overflow: hidden;
    margin-top: 24px;
}

.content-lightbox-card .lightbox-image img {
    display: block;
    width: 100%;
}

.content-lightbox-card .content {
    font-size: 16px;
}

.content-lightbox-card .button {
    font-size: 20px;
    height: 42px;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
}

.member-card .title-box {
    display: none;
    visibility: hidden;
}

.member-card .title {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 120%;
    font-weight: 400;
}

.member-card .function {
    margin-bottom: 16px;
}

.member-card .thumbnail {
    margin-bottom: 20px;
    position: relative;
}

.member-card .thumbnail img {
    display: block;
    width: 100%;
}

.member-card .links {
    margin-bottom: 20px;
}

.member-card .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url(inc/img/team-close.svg);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
}

.content-lightbox-card .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(inc/img/team-close.svg);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
}

.member-card .next,
.member-card .prev {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #000000;
    border-radius: 4px;
    background-size: 19px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 45%;
}

.member-card .prev {
    background-image: url(inc/img/team-arrow-prev.svg);
    right: 100%;
    transform: translateX(50%) translateY(-50%);
}

.member-card .next {
    background-image: url(inc/img/team-arrow-next.svg);
    left: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.member-card > .next,
.member-card > .prev {
    display: none;
    visibility: hidden;
}

.team-section .full-link {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 40px auto 0;
}

.image-section .section-title {
    margin-bottom: 40px;
    max-width: 760px;
}

.image-section.contain-width figure {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

.events-list .event-date {
    width: 100%;
    margin-bottom: 10px;
}

.events-list .event-info-wrapper {
    width: 100%;
}

.events-list .event-title {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 120%;
}

.small-info .info-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.small-info .info {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
}

.text-section aside.small-info {
    color: #ffffff;
    padding: 24px 24px 16px;
    width: 245px;
    box-sizing: border-box;
    margin-left: 0;
}

.small-info.black {
    background: #000000;
}

.small-info.bronze {
    background: #8e6713;
}

.filter-header.can-scroll,
.filter-header.scrolling {
    position: relative;
}

.filter-header {
    padding: 1px;
}

.filter-header.can-scroll::after,
.table-wrapper.can-scroll::after {
    display: block;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 83px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    right: -3px;
    top: 0;
}

.filter-header.scrolling::before {
    display: block;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 83px;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    left: -3px;
    top: 0;
}

thead {
    font-weight: 500;
    white-space: nowrap;
}

td,
th {
    padding: 20px 10px;
    width: auto !important;
    min-width: 180px;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
}

td::after,
th::after {
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: 0;
}

td:first-child,
th:first-child {
    padding-left: 0;
    position: sticky;
    z-index: 2;
    left: 0;
}

.table-wrapper {
    width: 100%;
    position: relative;
}

.scroll-container {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.text-section .content h1,
.text-section .content h2 {
    max-width: 952px;
}

.image-section.hero-image {
    height: calc(100svh - 83px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.image-section.hero-image figure {
    display: block;
    position: relative;
    height: 100%;
}

.image-section.hero-image picture {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
}

.image-section.hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

p.post-info {
    width: 100%;
    margin-bottom: 45px;
    font-style: italic;
}

@keyframes moveToLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes moveToRight {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes moveFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@media all and (max-width: 767px) {
    .safari-browser .image-section.hero-image {
        height: 100lvh !important;
    }
}

@media all and (min-width: 375px) {
    .buttons-section .link-block a {
        padding: 24px 24px 17px;
    }
    .buttons-section .grid {
        gap: 28px 26px;
    }

    .team-section .member {
        width: calc(50% - 10px);
        display: flex;
        flex-direction: column;
    }

    .team-section .member .info {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .team-section .member .title {
        font-size: 18px;
    }

    .team-section .member .function {
        font-size: 16px;
    }

    .team-section .member {
        padding: 16px;
    }

    .team-section .member .links {
        margin-top: auto;
    }

    .team-section .member .more {
        align-self: flex-start;
    }
}

@media all and (min-width: 480px) {
    .site {
        margin-top: 88px;
    }

    .main-header .main-logo {
        width: 140px;
        margin-right: 30px;
    }

    .main-header .division-logo {
        font-size: 18px;
        top: 4px;
    }

    .menu-icon {
        width: 30px;
        height: 20px;
    }

    .menu-icon span {
        width: 30px;
    }

    .menu-icon span:nth-child(2) {
        top: 9px;
    }

    .site-footer .main-logo {
        width: 160px;
        margin-right: 60px;
    }

    .site-footer .division-logo {
        font-size: 25px;
        position: relative;
        top: 2px;
    }

    h1 {
        font-size: 42px;
    }

    h2,
    .member-card .title {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    .downloads-grid .download-file {
        width: calc(50% - 13px);
    }

    .footer-column,
    .footer-column:last-child {
        width: 50%;
    }

    .accordion-items.numbered .accordion-title-container {
        padding: 16px 40px 16px 70px;
    }

    .accordion-items.numbered .content {
        padding: 0 40px 26px 70px;
    }

    .accordion-items.numbered .accordion-title-container::before {
        font-size: 44px;
        top: 10px;
    }

    .accordion-items.numbered .accordion-title {
        font-size: 28px;
    }

    .accordion-items.numbered .accordion-item .icon {
        top: 25px;
    }

    .image-section .section-title {
        margin-bottom: 50px;
    }

    .image-section.hero-image {
        height: calc(100svh - 88px);
    }

    .team-section .member .title {
        font-size: 20px;
    }

    .team-section .member .function {
        font-size: 18px;
    }

    .team-section .member {
        padding: 20px;
    }
}

@media all and (min-width: 600px) {
    .buttons-section .link-block,
    .text-block-grid .content-block,
    .courses-grid .course-item,
    .events-section .event {
        width: calc(50% - 13px);
    }

    .events-section .event a,
    .events-section .consultation a {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
    }

    .events-section .event .full-link,
    .events-section .consultation .full-link {
        margin-top: auto;
        width: fit-content;
    }

    .insights article {
        width: calc(50% - 14px);
    }

    .buttons-section .link-block .button-title {
        display: block;
    }

    .courses-section .text-section {
        margin-bottom: 50px;
    }

    .filter-header {
        margin-bottom: 40px;
    }

    .text-block-grid .content-block .icon {
        position: static;
    }

    .text-block-grid .content-block:has(.icon) {
        padding-left: 0;
    }

    .text-block-grid.highlights-grid-style .content-block {
        margin: 0;
        padding: 0 0 0 24px;
    }

    .text-block-grid.highlights-grid-style .block-title {
        padding-left: 0;
    }

    .text-block-grid.highlights-grid-style .content-block .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }

    .text-block-grid.highlights-grid-style .icon img {
        max-width: 40px;
        max-height: 40px;
    }

    .member-card {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 36px;
    }

    .member-card .mobile-title-box {
        display: none;
        visibility: hidden;
    }

    .member-card .title-box {
        display: block;
        visibility: visible;
    }

    .member-card .title {
        margin-top: -2.8%;
    }

    .member-card .thumbnail {
        width: calc(50% - 10px);
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .member-card .bio {
        width: calc(50% - 10px);
    }

    .member-card .next,
    .member-card .prev {
        width: 40px;
        height: 40px;
    }

    .member-card > .next,
    .member-card > .prev {
        display: block;
        visibility: visible;
    }

    .member-card .next.mobile-only,
    .member-card .prev.mobile-only {
        display: none;
        visibility: hidden;
    }

    .events-list .event-date {
        width: 180px;
    }

    .events-list .event-info-wrapper {
        width: calc(100% - 204px);
    }

    .content-lightbox-card {
        display: flex;
        flex-direction: row-reverse;
		align-items: flex-start;
        gap: 28px;
    }

    .content-lightbox-card .lightbox-image {
        width: calc(43% - 14px);
        flex-shrink: 0;
        margin: 0;
    }

    .content-lightbox-card .content {
        display: flex;
        flex-direction: column;
        padding-top: 12px;
    }
	
	.content-lightbox-card:has(.lightbox-image) .content {
		width: calc(57% - 14px);
	}

    .content-lightbox-card .button {
        margin-top: auto;
    }
}

@media all and (min-width: 768px) {
    .site {
        margin-top: 111px;
    }

    .anchor-navigation {
        top: 122px;
    }

    .main-header {
        padding: 26px 0;
    }

    .main-header .wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 100%;
    }

    .main-header .main-logo {
        width: 160px;
        margin-bottom: 0;
        margin-right: 30px;
    }

    .main-header .division-logo {
        font-size: 24px;
        line-height: 100%;
        position: relative;
        top: 5px;
    }

    .mobile-navigation {
        height: calc(100vh - 110px);
        height: calc(100svh - 110px);
    }

    .padding-top-small {
        padding-top: 30px;
    }

    .padding-bottom-small {
        padding-bottom: 30px;
    }

    .padding-top-medium {
        padding-top: 45px;
    }

    .padding-bottom-medium {
        padding-bottom: 45px;
    }

    .padding-top-large {
        padding-top: 50px;
    }

    .padding-bottom-large {
        padding-bottom: 60px;
    }

    h1,
    h2 {
        margin-bottom: 30px;
    }

    h1 {
        font-size: 50px;
    }

    h2,
    .member-card .title {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    h4,
    .insights article .title,
    .site-footer .title,
    .text-block-grid .block-title,
    .timeline-slider .title,
    .course-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .text-block-grid .grid,
    .courses-grid,
    .downloads-grid {
        gap: 32px 26px;
    }

    .text-block-grid.inner-padding-large .grid {
        gap: 58px 26px;
    }

    .site-footer {
        padding: 64px 0;
    }

    .footer-column,
    .footer-column:last-child {
        width: 33.33%;
    }

    .featured-alumni-stories .wrap,
    .text-block-grid .wrap,
    .latest-insights .wrap,
    .downloads-section .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .stories-slider,
    .text-block-grid .grid {
        width: 100%;
    }

    .stories-slider,
    .text-block-grid .grid,
    .latest-insights .insights,
    .downloads-section .downloads-slider,
    .downloads-section .downloads-grid {
        order: 1;
    }

    article.featured-story {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        align-items: center;
    }

    .featured-story figure,
    .featured-story .content {
        width: calc(50% - 20px);
        margin: 0;
    }

    .featured-story .content {
        max-width: 530px;
    }

    .stories-slider .story-dots {
        justify-content: center;
    }

    .stories-slider .story-dots {
        margin-top: 40px;
    }

    cite {
        margin-bottom: 32px;
    }

    .featured-alumni-stories .full-link,
    .text-block-grid .full-link,
    .latest-insights .full-link,
    .downloads-section .full-link {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .downloads-grid .download-file {
        width: calc(33.33% - 52px / 3);
    }

    .courses-section .text-section {
        margin-bottom: 60px;
    }

    .filter-header {
        margin-bottom: 40px;
    }

    .text-section .container {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
        box-sizing: border-box;
        align-items: flex-start;
    }

    .text-section.has-align-right .container {
        flex-direction: row-reverse;
    }

    .text-section:has(aside) .container > * {
        flex-shrink: 0;
    }

    aside p:has(b) {
        margin-bottom: 7px;
    }

    .text-section:has(aside) .content {
        width: calc(68% - 30px);
    }

    .text-section aside {
        width: 32%;
        margin-left: auto;
    }

    .text-section .container > .section-title {
        width: 100%;
        max-width: 950px;
    }

    .timeline-section .slider-navigation {
        width: 128px;
        top: -6px;
        height: 48px;
    }

    .timeline-section .swiper-button-next,
    .timeline-section .swiper-button-prev {
        width: 48px;
        height: 48px;
    }

    .timeline-slider .title {
        font-size: 28px;
        padding-right: 160px;
        margin-bottom: 30px;
    }

    .timeline-section .content img {
        margin-top: 32px;
    }

    .footer-column:not(:last-child) {
        margin-bottom: 0;
    }

    .timeline-slider .year {
        font-size: 32px;
    }

    .text-section aside {
        margin-top: 0;
    }

    .lightbox img {
        max-width: calc(100vw - 150px);
        max-height: calc(100vh - 150px);
    }
    .lightbox .next,
    .lightbox .prev {
        width: 14px;
        height: 21px;
    }
    .lightbox .next {
        right: -50px;
    }
    .lightbox .prev {
        left: -50px;
    }

    .lightbox .lightbox-container {
        padding: 30px 0;
    }

    .lightbox .lightbox-next,
    .lightbox .lightbox-prev {
        width: 40px;
        height: 40px;
    }

    .lightbox .lightbox-next {
        background-image: url(inc/img/lightbox-arrow-right.svg);
        right: -56px;
    }

    .lightbox .lightbox-prev {
        background-image: url(inc/img/lightbox-arrow-left.svg);
        left: -56px;
    }

    .downloads-slider + .full-link {
        margin-top: 0;
    }

    .all-insights .full-link {
        margin-top: 40px;
    }

    .accordion-item .accordion-title {
        font-size: 22px;
    }

    .accordion-items.numbered .accordion-title {
        font-size: 30px;
    }

    .accordion-items.numbered .accordion-title-container::before {
        font-size: 52px;
        top: 5px;
    }

    .accordion-items.numbered .accordion-title-container {
        padding: 16px 60px 16px 100px;
    }

    .accordion-items.numbered .content {
        padding: 0 60px 26px 100px;
    }

    .accordion-items.numbered .accordion-item .icon {
        top: 27px;
    }

    .accordion-section .section-title,
    .team-section .section-title {
        margin-bottom: 36px;
    }

    .team-section .member {
        width: calc(33.33% - 40px / 3);
    }

    .team-section .member .function {
        font-size: 20px;
    }

    .member-card {
        padding: 42px;
    }

    .member-card .close,
    .content-lightbox-card .close {
        width: 50px;
        height: 50px;
    }

    .member-card .function {
        font-size: 20px;
    }

    .image-section .section-title {
        margin-bottom: 60px;
    }

    .events-list .event-title {
        font-size: 32px;
    }

    .events-list .event-title {
        margin-top: -3px;
    }

    .text-block-grid.highlights-grid-style .block-title {
        font-size: 32px;
    }
}

@media all and (min-width: 900px) {
    .image-section.hero-image {
        height: calc(100svh - 111px);
    }
}

@media all and (min-width: 1024px) {
    .menu-open {
        overflow: unset;
    }

    .top-navigation ul,
    .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0;
        line-height: 100%;
    }

    .top-navigation,
    .main-navigation {
        display: block;
        margin: 0 0 0 auto;
    }

    .top-navigation ul,
    .main-navigation ul {
        margin: 0;
        padding-left: 0;
    }

    .top-navigation ul {
        gap: 12px 24px;
    }

    .main-navigation ul {
        gap: 16px 24px;
    }

    .mobile-navigation,
    .menu-icon {
        display: none;
    }

    .main-header {
        padding: 0;
        height: 80px;
    }

    .main-navigation li {
        height: 80px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .main-navigation .menu > li > a {
        position: relative;
        top: 8px;
    }

    .main-navigation li::before {
        display: block;
        content: " ";
        width: 0;
        height: 4px;
        background: #404040;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width 0.3s;
    }

    .main-navigation .current-menu-item::before,
    .main-navigation li:has(a:hover)::before {
        width: 100%;
    }

    .top-navigation li {
        position: relative;
        height: 32px;
        display: flex;
        align-items: center;
    }

    .top-navigation .current-menu-item::after {
        display: block;
        content: " ";
        width: 100%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .main-header .division-logo {
        top: 4px;
    }

    section {
        scroll-margin-top: 100px;
    }

    .padding-top-small {
        padding-top: 40px;
    }

    .padding-bottom-small {
        padding-bottom: 40px;
    }

    .padding-top-medium {
        padding-top: 60px;
    }

    .padding-bottom-medium {
        padding-bottom: 60px;
    }

    .padding-top-large {
        padding-top: 80px;
    }

    .padding-bottom-large {
        padding-bottom: 80px;
    }

    .anchor-navigation {
        top: 130px;
        width: 90vw;
    }

    h1,
    h2 {
        margin-bottom: 36px;
    }

    h1 {
        font-size: 56px;
    }

    h2,
    .member-card .title {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    .large-text p {
        font-size: 120%;
    }

    .buttons-section .link-block,
    .text-block-grid .content-block,
    .courses-grid .course-item,
    .events-section .event,
    .events-section .consultation {
        width: calc(33.33% - 52px / 3);
    }

    .text-block-grid.four-columns .content-block {
        width: calc(25% - 78px / 4);
    }

    .insights article {
        width: calc(33.33% - 56px / 3);
    }

    .main-footer {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .footer-columns {
        width: calc(100% - 350px);
        max-width: 750px;
    }

    .site-footer .main-logo {
        width: 150px;
        margin-right: 20px;
    }

    .footer-info {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        width: 320px;
    }

    .site-footer .division-logo {
        font-size: 22px;
    }

    .site-footer .socials {
        margin-top: auto;
        margin-bottom: 0;
        align-items: flex-end;
        margin-left: auto;
    }

    .bottom-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 40px;
    }

    .footer-sub-navigation {
        margin-top: 0;
    }

    article.featured-story {
        gap: 50px;
    }

    .featured-story figure,
    .featured-story .content {
        width: calc(50% - 25px);
    }

    blockquote h3 {
        margin-bottom: 20px;
    }

    .stories-slider .story-dots {
        margin-top: 48px;
    }

    .featured-alumni-stories .full-link,
    .text-block-grid .full-link,
    .latest-insights .full-link,
    .downloads-section .full-link {
        margin-bottom: 36px;
    }

    .applications-open li a[href*="application"] {
        display: flex;
        align-items: center;
    }

    .applications-open li a[href*="application"]::after {
        display: inline-flex;
        content: "Open!";
        font-size: 15px;
        line-height: 100%;
        background: #8e6713;
        color: #fff;
        border-radius: 100px;
        height: 20px;
        align-items: center;
        justify-content: center;
        width: 56px;
        margin-left: 6px;
        position: relative;
        top: 2px;
    }

    .downloads-grid {
        gap: 64px 45px;
    }

    .downloads-grid .download-file {
        width: calc(25% - 135px / 4);
    }

    .courses-section .text-section {
        margin-bottom: 80px;
    }

    .filter-header {
        margin-bottom: 50px;
    }

    .timeline-slider .title {
        font-size: 32px;
        margin-bottom: 36px;
    }

    .text-section:has(aside) .content {
        width: calc(70% - 30px);
    }

    .text-section aside {
        width: 30%;
    }

    .course-filter.active,
    .filter-cat.active,
    .tab-toggle.active {
        pointer-events: none;
    }

    .all-insights .full-link {
        margin-top: 50px;
    }

    .events-list .event-date {
        width: 220px;
        margin: 0;
    }

    .events-list .event-info-wrapper {
        width: calc(100% - 392px);
        max-width: 570px;
    }

    .events-list .full-link {
        margin: 0;
    }

    .insights {
        gap: 52px 28px;
    }

    .accordion-item .accordion-title {
        font-size: 24px;
    }

    .accordion-item .icon {
        top: 23px;
    }

    .accordion-items.numbered .accordion-title {
        font-size: 32px;
    }

    .accordion-items.numbered .accordion-title-container {
        padding: 20px 60px 20px 120px;
    }

    .accordion-items.numbered .content {
        padding: 0 60px 26px 120px;
    }

    .accordion-items.numbered .accordion-title-container::before {
        font-size: 56px;
        top: 8px;
    }

    .accordion-items.numbered .accordion-item .icon {
        top: 32px;
    }

    .team-section .team {
        gap: 28px 26px;
    }

    .team-section .member {
        width: calc(33.33% - 52px / 3);
        padding: 24px;
    }

    .team-section .member .thumbnail {
        margin-bottom: 18px;
    }

    .team-section .member .info {
        padding-right: 80px;
        position: relative;
    }

    .team-section .member .links {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    .team-section .member .more {
        margin-top: auto;
        font-size: 20px;
    }

    .team-section .member .function {
        margin-bottom: 16px;
    }

    .member-card {
        padding: 56px;
    }

    .member-card .function {
        font-size: 22px;
    }

    .member-card .bio .links,
    .member-card .content p:not(:last-child),
    .member-card .content ul:not(:last-child),
    .member-card .content ol:not(:last-child) {
        margin-bottom: 24px;
    }

    .member-card .close {
        top: 16px;
        right: 16px;
    }

    .member-card .next,
    .member-card .prev {
        width: 50px;
        height: 50px;
    }

    .accordion-section .section-title,
    .team-section .section-title {
        margin-bottom: 40px;
    }

    .image-section .section-title {
        margin-bottom: 70px;
    }

    .team-section .full-link {
        margin: 70px auto 0;
    }

    .events-list .event-date .date-time {
        font-size: 22px;
    }

    .events-list .event-title {
        font-size: 36px;
        margin-top: -4px;
    }

    .text-block-grid.highlights-grid-style .block-title {
        font-size: 38px;
    }
}

@media all and (min-width: 1280px) {
    html {
        font-size: 20px;
    }

    .site {
        margin-top: 129px;
    }

    .main-header,
    .main-navigation li {
        height: 96px;
    }

    .main-navigation .menu > li > a {
        top: 9px;
    }

    .main-header .main-logo {
        width: 198px;
        margin-right: 60px;
    }

    .main-header .division-logo {
        font-size: 32px;
        top: 5px;
    }

    .main-navigation ul {
        gap: 16px 32px;
    }

    .anchor-navigation {
        top: 145px;
    }

    .footer-info {
        width: 380px;
    }

    .site-footer .main-logo {
        width: 160px;
        margin-right: 50px;
    }

    .site-footer .division-logo {
        font-size: 25px;
    }

    .footer-columns {
        width: calc(100% - 380px);
    }

    .padding-top-medium {
        padding-top: 70px;
    }

    .padding-bottom-medium {
        padding-bottom: 70px;
    }

    .padding-top-large {
        padding-top: 100px;
    }

    .padding-bottom-large {
        padding-bottom: 100px;
    }

    h1,
    h2 {
        margin-bottom: 40px;
    }

    h1 {
        font-size: 64px;
    }

    h2,
    .member-card .title {
        font-size: 44px;
    }

    article.featured-story {
        gap: 64px;
    }

    .featured-story figure,
    .featured-story .content {
        width: calc(50% - 32px);
    }

    cite {
        margin-bottom: 40px;
    }

    .stories-slider .story-dots {
        margin-top: 64px;
    }

    .featured-alumni-stories .full-link,
    .text-block-grid .full-link,
    .latest-insights .full-link,
    .downloads-section .full-link {
        margin-bottom: 40px;
    }

    .applications-open li a[href*="application"]::after {
        font-size: 16px;
        height: 21px;
        width: 61px;
        margin-left: 10px;
        line-height: 100%;
    }

    .courses-section .text-section {
        margin-bottom: 80px;
    }

    .filter-header {
        margin-bottom: 64px;
    }

    .text-block-grid.five-columns .content-block {
        width: calc(20% - 104px / 5);
    }

    .timeline-section .slider-navigation {
        right: auto;
        left: 100%;
        transform: translateX(12px);
    }

    .text-section:has(aside) .container {
        gap: 0 45px;
    }

    .text-section:has(aside) .content {
        width: calc(72% - 45px);
        box-sizing: border-box;
        max-width: 965px;
    }

    .text-section aside {
        width: 28%;
        max-width: 345px;
    }

    .featured-alumni-stories .section-title,
    .text-section .container {
        padding-left: calc((100% - 1160px) / 2);
    }

    .featured-alumni-stories .full-link {
        margin-right: calc((100% - 1160px) / 2);
    }

    .insights {
        margin-right: calc((-90vw + 1160px) / 2);
        margin-left: calc((-90vw + 1160px) / 2);
    }

    .lightbox .lightbox-next,
    .lightbox .lightbox-prev {
        width: 50px;
        height: 50px;
    }

    .lightbox .lightbox-next {
        background-image: url(inc/img/lightbox-arrow-right.svg);
        right: -70px;
    }

    .lightbox .lightbox-prev {
        background-image: url(inc/img/lightbox-arrow-left.svg);
        left: -70px;
    }

    .all-insights .full-link {
        margin-top: 64px;
    }

    .insights {
        gap: 64px 28px;
    }

    .accordion-items.numbered .accordion-title-container {
        padding: 24px 60px 24px 140px;
    }

    .accordion-items.numbered .content {
        padding: 0 60px 26px 140px;
    }

    .accordion-items.numbered .accordion-title-container::before {
        font-size: 66px;
        top: 6px;
    }

    .accordion-items.numbered .accordion-title {
        font-size: 36px;
    }

    .accordion-items.numbered .accordion-item .icon {
        top: 36px;
    }

    .member-card {
        padding: 74px;
    }

    .member-card .function {
        font-size: 24px;
    }

    .member-card .bio .links,
    .member-card .content p:not(:last-child),
    .member-card .content ul:not(:last-child),
    .member-card .content ol:not(:last-child) {
        margin-bottom: 32px;
    }

    .member-card .close {
        top: 24px;
        right: 24px;
    }

    .accordion-section .section-title,
    .team-section .section-title {
        margin-bottom: 48px;
    }

    .image-section .section-title {
        margin-bottom: 80px;
    }

    .team-section .full-link {
        margin: 80px auto 0;
    }

    .events-list .event-date .date-time {
        font-size: 24px;
    }

    .events-list .event-title {
        font-size: 42px;
        margin-top: -5px;
    }

    .image-section.hero-image {
        height: calc(100svh - 129px);
    }

    .team-section .links a {
        width: 30px;
        height: 30px;
    }

    .team-section .links {
        gap: 16px;
    }

    .team-section .member .info {
        padding-right: 100px;
    }

    .text-block-grid.highlights-grid-style .section-title {
        margin-bottom: 58px;
    }

    .text-block-grid.highlights-grid-style.three-columns .block-title {
        font-size: 42px;
    }

    .text-block-grid.highlights-grid-style.four-columns .block-title {
        font-size: 38px;
    }

    .text-block-grid.highlights-grid-style.five-columns .block-title {
        font-size: 32px;
    }
}

@media all and (min-width: 1440px) {
    .main-header .main-logo {
        margin-right: 84px;
    }

    h1,
    h2 {
        margin-bottom: 48px;
    }

    h2,
    .member-card .title {
        font-size: 48px;
    }

    h1 {
        font-size: 72px;
    }

    .padding-top-medium {
        padding-top: 80px;
    }

    .padding-bottom-medium {
        padding-bottom: 80px;
    }

    .padding-top-large {
        padding-top: 120px;
    }

    .padding-bottom-large {
        padding-bottom: 120px;
    }

    .text-block-grid.three-columns .content-block,
    .buttons-section .link-block,
    .courses-grid .course-item,
    .events-grid > li {
        width: calc(33.33% - 52px / 3);
    }

    .downloads-grid .download-file {
        width: calc(25% - 135px / 4);
    }

    .featured-alumni-stories .full-link,
    .text-block-grid .full-link,
    .latest-insights .full-link,
    .downloads-section .full-link {
        margin-bottom: 48px;
    }

    .courses-section .text-section {
        margin-bottom: 96px;
    }

    .accordion-items.numbered .accordion-title-container {
        padding: 25px 110px 25px 200px;
    }

    .accordion-items.numbered .content {
        padding: 0 110px 26px 200px;
    }

    .accordion-items.numbered .accordion-title-container::before {
        font-size: 72px;
        top: 7px;
    }

    .accordion-items.numbered .accordion-item .icon {
        top: 39px;
    }

    .accordion-section .section-title,
    .team-section .section-title,
    .text-block-grid.highlights-grid-style .section-title {
        margin-bottom: 64px;
    }

    .events-list .event-title {
        font-size: 48px;
        margin-top: -6px;
        margin-bottom: 4px;
    }

    .text-block-grid.highlights-grid-style.three-columns .block-title {
        font-size: 48px;
    }

    .text-block-grid.highlights-grid-style.four-columns .block-title {
        font-size: 42px;
    }

    .text-block-grid.highlights-grid-style.five-columns .block-title {
        font-size: 36px;
    }
}

@media all and (min-width: 1510px) {
    .insights {
        margin-right: -100px;
        margin-left: -100px;
    }
    .downloads-slider {
        max-width: calc(99vw - (1360px / 2));
    }
}
