/*
 Theme Name: ISI Main
 Author: Dominik Staros
 Version: 1.0
 Description: The main theme which is used for the ISI website.
 template: bb-theme
 */


/* -------------------------------
  Global Variables
-------------------------------- */
:root {
    font-size: 10px;

    /* Colors */
    --primary: #333333;
    --secondary: #f2f2f2;
    --cardinal: #990000;
    --brightred: #be0000;
    --gold: #ffcc00;
    --gray: #666666;
    --lightgray: #d6d6d6;
    --barelygray: #F0F0F0;
    --mediumgray: #717171;
    --mobilegray: #3c3c3c;
    --darkgray: #2b2b2b;
    --text: #333333;

    /* Font Awesome stacked icons */
    --fa-secondary-opacity: 1.0;
}


/* -------------------------------
  Resets
-------------------------------- */
body {
    color: #333333;
    font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Lato, sans-serif;
    word-spacing: 2px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

main :is(h1, h2, h3) {
    font-weight: bold;
}

main :is(h2, h3) {
    margin: 3.5rem 0 1.5rem;
}

p, ul {
    margin-bottom: 2.2rem;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"],
input[type="date"], input[type="month"], input[type="week"], input[type="time"],
input[type="number"], input[type="search"], input[type="url"],
textarea, textarea.form-control, select.form-control {
    padding: 7px 8px;
    border-color: var(--lightgray);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.7rem;
}

::selection {
    color: #000000;
    background: var(--gold);
}

@media (max-width: 767px) {
    body {
        font-size: 1.6rem;
    }
}


/* -------------------------------
  Buttons and links
-------------------------------- */
button, input[type="button"], input[type="submit"], a.btn, span.btn,
.fl-page button, .fl-page input[type="button"], .fl-page input[type="submit"],
.fl-page a.fl-button, .fl-page a.fl-button:visited {
    padding: 1.1rem 2.5rem;
    background-color: var(--cardinal);
    color: #ffffff;
    border: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8rem;
    text-shadow: none;
    text-transform: uppercase;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    transition: all .5s;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover, a.btn:hover,
.fl-page button:hover, .fl-page input[type="button"]:hover, .fl-page input[type="submit"]:hover,
.fl-page a.fl-button:hover, .fl-page a.fl-button:visited:hover {
    background-color: var(--brightred);
    border: none;
    color: #ffffff;
}

button:active, input[type="button"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="submit"]:focus {
    border: none;
    top: 0;
}

a:hover {
    text-decoration-line: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

a.btn:hover {
    text-decoration: none;
}

.btn-rounded .fl-button {
    padding: 1.2rem 3.2rem !important;
    border-radius: 50px !important;
}

.btn-light {
    background-color: transparent !important;
    border: solid 2px var(--cardinal) !important;
    color: var(--cardinal) !important;
    text-transform: none !important;
}

.btn-light:hover {
    background-color: var(--cardinal) !important;
    color: #ffffff !important;
}

a.arrow::after,
a.external-link::after {
    margin-left: .5rem;
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-size: .8em;
    font-weight: 900;
    content: "\f054";
    color: #999999;
}

a.arrow:hover, a.arrow:hover::after {
    color: var(--brightred);
    text-decoration: none;
}

a.external-link::after {
    content: "\f35d";
    vertical-align: top;
    margin: 0 0 0 1rem;
    line-height: 2;
}

a.external-link:hover::after {
    display: inline-block;
}

.alert-primary a, .alert-primary a:hover, .alert-primary a:focus {
    color: #004085;
}

@media (max-width: 767px) {
    button, input[type="button"], input[type="submit"], a.btn,
    .fl-page button, .fl-page input[type="button"], .fl-page input[type="submit"],
    .fl-page a.fl-button, .fl-page a.fl-button:visited {
        padding: 1rem 2.5rem;
        font-size: 1.7rem;
    }
}

@media (max-width: 575px) {
    .btn-rounded .fl-button {
        padding: .75rem 1rem !important;
    }
}


/* -------------------------------
  Beaver Builder Overrides
-------------------------------- */

.fl-page .fl-content {
    margin-top: 0;
}

.page-template-default .fl-row-fixed-width {
    max-width: 1200px;
}

.page-template-default .container.fl-content-full {
    margin-top: 40px;
}

#fl-main-content {
    min-height: 500px;
    margin-bottom: 100px;
}

.fl-module-content {
    margin: 0;
}

.fl-row-content-wrap {
    padding: 0;
}

.fl-full-width .fl-module .container,
.fl-full-width .fl-row.container {
    max-width: 90%;
}

#fl-main-content a {
    font-weight: bold;
}

#fl-main-content a:hover {
    text-underline-position: under;
}

.fl-accordion-button-icon-left, .fl-accordion-button-icon-right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active {
    outline-style: none;
}

.wp-caption p.wp-caption-text {
    padding: 10px 5px 0;
    font-size: 1.6rem;
}

.fl-photo-caption {
    margin: 1rem 0;
    padding: 1rem 1.5rem;
    background-color: var(--secondary);
    font-size: .9em;
}

/* -------------------------------
  Bootstrap Overrides
-------------------------------- */

.btn.focus, .btn:focus, .page-link:focus {
    box-shadow: none;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .03);
}

.alert {
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.alert-secondary {
    background-color: var(--secondary);
}

.no-gutters .alert {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}

.isi-row > div {
    padding: 0;
}

.fl-button-lightbox-wrap .mfp-content {
    background: none !important;
}

.mfp-wrap.fl-button-lightbox-wrap .mfp-close, .mfp-wrap.fl-button-lightbox-wrap .mfp-close:hover {
    right: -10px;
    color: #fff !important;
    font-size: 34px;
}

.form-group {
    margin-bottom: 2rem;
}

.custom-select {
    height: initial;
}

.form-control {
    font-size: 1.7rem;
}

.invalid-feedback {
    margin-top: .5rem;
    font-size: 1.5rem;;
}

@media (max-width: 575px) {
    .fl-content, .fl-sidebar {
        margin: 30px 0;
    }
}

/* -------------------------------
  Page layouts
-------------------------------- */
.fl-page .isi-main-content,
.isi-full-width .isi-main-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.isi-full-width-height #fl-main-content {
    margin: 0;
}

.isi-main-content > .row {
    margin: 0;
}

.isi-main-content .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    .fl-page .isi-main-content,
    .isi-full-width .isi-main-content {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* -------------------------------
  Site globals
-------------------------------- */

main h3 {
    margin-bottom: 1.5rem;
}

.form-check-input[type="checkbox"] {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="checkbox"] {
    background-color: var(--cardinal);
    border-color: var(--cardinal);
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1) !important;
}

/* 2. Page header */

.page-header {
    padding: 0 0 10px;
    font-size: 18px;
}

.page-template-tpl-full-width-height .page-header {
    margin-top: 40px;
    padding: 0 30px 10px;
}

.page-header p {
    font-size: 1em;
    text-align: center;
}

.page-header .title,
.break {
    position: relative;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
}

.page-header .title h2 {
    display: inline-block;
    margin: 0;
    padding: 0 100px 2.5rem;
    color: var(--cardinal);
    border-bottom: 2px solid var(--lightgray);
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
}

.page-header .title i,
.break i {
    position: absolute;
    bottom: 29px;
    left: 0;
    margin-left: calc((100% / 2) - 8px);
    background: #ffffff;
    color: var(--lightgray);
    font-size: 2.4rem;
}

.break {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--lightgray);
}

.break i {
    bottom: -13px;
}

/* Page subheader */
.page-header h3 {
    display: inline-block;
    min-width: 250px;
    margin: 0;
    padding: 0 2.5rem 30px 2.5rem;
    color: #333;
    font-size: 24px;
    font-weight: 300;
    border-bottom: 2px solid var(--lightgray);
}

.page-header .title .page-subheader h2 {
    padding: 0 15px 2.5rem;
    border-bottom: unset;
}

.page-header .title .page-subheader i {
    position: absolute;
    bottom: 29px;
    left: 0;
    margin-left: calc((100% / 2) - 8px);
    background: #ffffff;
    color: var(--lightgray);
    font-size: 2.4rem;
}

@media (max-width: 1024px) {
    .page-header .title h3 {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .page-header .title .page-subheader i {
        bottom: 19px;
    }
}

/* ---- Page subheader end ---- */

.page-intro {
    font-size: 1.8rem;
    line-height: 1.65;
}

.page-intro p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-intro {
        font-size: 1.7rem;
    }
}

.sr {
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    border: 0;
}

.ab-left section {
    position: absolute;
    left: 0;
}

.ab-right section {
    position: absolute;
    right: 0;
}

.border-b h2.fl-heading {
    padding-bottom: 1rem !important;
    border-bottom: solid 2px var(--lightgray);
}

.alert #countdown {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 15px;
    right: 20px;
}

.alert svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.alert svg circle {
    stroke-dasharray: 50px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 3px;
    fill: none;
    animation: countdown 5s linear forwards;
}

circle.info {
    stroke: #0c5460;
}

circle.success {
    stroke: #155724;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 50px;
    }
}

.fa-directions {
    margin-right: 10px;
    color: var(--cardinal);
}

.table-of-contents {
    padding: 2.5rem;
    background-color: var(--secondary);
    border-color: #d6d8db;
}

.table-of-contents h2 {
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px var(--lightgray);
    font-size: 2rem;
    text-transform: uppercase;
}

.table-of-contents ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.table-of-contents li {
    position: relative;
    padding: .3rem 0 .3rem 10px;
}

.table-of-contents li.active {
    background-color: #ffffff;
    font-weight: bold;
}

.table-of-contents li::before {
    font-family: "Font Awesome 6 Pro", sans-serif;
    content: "\f054";
    padding-right: 1rem;
    color: var(--mediumgray);
    font-size: 1.2rem;
    font-weight: 900;
    vertical-align: top;
    line-height: 2.5;
}

.table-of-contents ul ul {
    margin-left: 15px;
}

.table-of-contents ul ul li::before {
    content: "\f324";
}

/* Full width sections */

.section-header .fl-heading-text {
    display: block;
    padding: 2.5rem 0;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s;
}

.full-section {
    background-color: var(--secondary);
    font-size: 17px;
}

.full-section .fl-col {
    position: relative;
}

.full-section section {
    width: 600px;
}

.full-section.ab-left section {
    padding-left: 4.5rem;
}

.full-section.ab-right section {
    padding-right: 4.5rem;
}

.full-section section .fl-rich-text {
    display: table-cell;
    vertical-align: middle;
}

.full-section section,
.full-section .fl-node-content,
.full-section .fl-rich-text,
.full-section .section-image {
    height: 500px;
}

.full-section .section-image img {
    display: none;
}

.full-section .section-image > div {
    height: 100%;
}

.full-section section h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: var(--cardinal);
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
}

.full-section section p {
    margin-bottom: .75rem;
    font-size: 1em;
}

.full-section section p:last-child {
    margin-bottom: 0;
}

.full-section section .btn {
    margin-top: 1.5rem;
}

@media (max-width: 1300px) {
    .full-section section {
        width: 100%;
        padding: 0 3.5rem !important;
    }
}

@media (max-width: 992px) {
    .full-section section,
    .full-section .fl-node-content,
    .full-section .fl-rich-text,
    .full-section .section-image {
        height: initial !important;
    }

    .full-section .fl-rich-text {
        padding: 3rem 0;
    }

    .section-header .fl-heading-text {
        padding: 1.25rem 0;
        font-size: 3rem;
    }

    .full-section.ab-right .fl-col-group {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }

    .full-section.ab-right .section-image {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .full-section .section-image {
        flex: 0 0 100%;
    }

    .full-section .section-image img {
        display: block;
    }

    .full-section.ab-right .section-content {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 12;
        order: 12;
        flex: 0 0 100%;
    }

    .full-section.ab-left section, .full-section.ab-right section {
        position: relative;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .full-section {
        font-size: 16px;
    }
}

/* Fixed width sections */

.fl-full-width article.fixed-section.container {
    max-width: 90%;
}

.isi-fixed-width article.fixed-section.container {
    max-width: 100%;
}

.fixed-section {
    margin: 60px auto;
}

.fixed-section.pos-left,
.fixed-section.pos-right {
    margin: 40px auto;
}

.page-template-tpl-fixed-width.fl-full-width .container .fixed-section {
    max-width: 100%;
}

.fixed-section .fl-col-group {
    display: flex;
}

.fixed-section.center .fl-col-group {
    align-items: center;
}

.fixed-section.flex-start .fl-col-group {
    align-items: flex-start;
}

.fixed-section.flex-end .fl-col-group {
    align-items: flex-end;
}

.fixed-section .photo {
    flex-basis: 480px;
    flex-shrink: 0;
    margin: 0 60px 0 0;
    overflow: hidden;
}

.fixed-section .photo a:hover img {
    transform: scale(1.1);
}

.fixed-section .photo img {
    transition: all 0.5s ease;
}

.fixed-section .content {
    flex-grow: 2;
}

.fixed-section p {
    line-height: 1.65;
}

.fixed-section .content h3 {
    margin-top: 3rem;
    font-size: 1.1em;
    font-weight: bold;
}

.fixed-section section .btn {
    margin-top: 2.4rem;
}

article.fixed-section.shaded {
    padding: 30px;
    background-color: var(--secondary);
}

.fixed-section.shaded .photo {
    margin: 0 0 0 60px;
}

.fixed-section h2 {
    margin: 0 0 2.4rem;
    font-weight: bold;
}

.fixed-section .content p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1099px) {
    .fixed-section {
        margin: 50px auto;
    }

    .fixed-section.pos-left,
    .fixed-section.pos-right {
        margin: 30px auto;
    }

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

    .page-template-tpl-fixed-width.fl-full-width .container .fixed-section {
        max-width: 100vw;
        margin-left: -40px;
        margin-right: -40px;
    }

    .page-template-tpl-full-width-height .fixed-section .content {
        width: 100%;
    }

    .fixed-section.shaded {
        padding: 40px 30px;
    }

    .fixed-section .fl-col-group {
        flex-direction: column;
    }

    .fixed-section.shaded .fl-col-group {
        flex-direction: column-reverse;
    }

    .fixed-section.pos-right .fl-col-group {
        flex-direction: column-reverse;
    }

    .fixed-section.shaded.pos-left .fl-col-group {
        flex-direction: column;
    }

    .fixed-section .photo, .fixed-section.shaded .photo {
        flex-basis: initial;
        width: clamp(250px, 100%, 500px);
        margin: 0 auto 2.4rem;
        text-align: center;
    }

    .fixed-section section .btn {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .fixed-section h2 {
        margin-bottom: 1.5rem;
    }

    .fixed-section section .btn {
        margin-top: 1.2rem;
    }

    #cta-timeline .fl-row-content-wrap {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .page-template-tpl-fixed-width.fl-full-width .container .fixed-section {
        width: calc(100% + 40px);
        max-width: initial;
        margin-left: -20px;
        margin-right: -20px;
    }
}


.pager {
    padding: 1.5rem 0;
}

.page-link, .page-link:hover {
    padding: .8rem 1.2rem;
    color: var(--cardinal);
}

.page-link:hover {
    background-color: var(--secondary);
}

.pager .page-item.active .page-link {
    color: #fff;
    background-color: var(--cardinal);
    border-color: var(--cardinal);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

@media (max-width: 1024px) {
    .page-header {
        padding: 0;
    }

    .page-header .title h2 {
        width: 100%;
        padding: 0 0 3rem;
        font-size: 3rem;
    }
}

@media (max-width: 575px) {
    .page-header {
        padding-bottom: 0;
    }

    .page-header .title {
        padding-bottom: 30px;
    }

    .page-header .title i {
        bottom: 19px;
    }
}


.cards-wrapper {
    font-size: 1.7rem;
}

.cards-wrapper a {
    padding-bottom: 30px;
}

.cards-wrapper a:hover {
    text-decoration: none;
}

.cards-wrapper a:hover article {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cards-wrapper article {
    height: 100%;
    padding: 20px;
    background-color: var(--secondary);
}

.cards-wrapper .photo figure {
    width: 100%;
    margin-bottom: 1.5rem;
}

.cards-wrapper .photo img {
    display: block;
    width: clamp(250px, 100%, 400px);
    margin: 0 auto;
}

.cards-wrapper h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: var(--cardinal);
    font-size: 1.2em;
    font-weight: bold;
}

.cards-wrapper h4 {
    margin-bottom: 1.6rem;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.cards-wrapper .titles h4 {
    margin-bottom: .8rem;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

@media (max-width: 575px) {
    .cards-wrapper {
        font-size: 1.6rem;
    }

    .cards-wrapper a {
        padding: 10px;
    }

    .cards-wrapper article {
        padding: 0;
    }

    .cards-wrapper article .content {
        padding: 0 20px 20px;
    }
}

form label.required::after {
    margin-left: 3px;
    font: var(--fa-font-solid);
    font-size: 10px;
    content: "\2a";
    color: var(--cardinal);
    vertical-align: top;
}


/* -------------------------------
  Main Site Header

  1. Global header
  2. Site masthead
  3. Media queries
 -------------------------------- */

/* 1. Global header */

.isin #wpadminbar {
    background: red;
}

#global-header {
    padding: .5em 0;
    background-color: var(--secondary);
    line-height: 1em;
}

#global-header a {
    color: var(--primary);
}

#global-header a:hover {
    color: var(--cardinal);
}

#global-header ul {
    margin: 0;
    padding: 0;
}

#global-header li {
    display: inline-block;
    vertical-align: bottom;
}

#global-header .container {
    display: flex;
    flex-direction: row-reverse;
}

#global-header .top-bar a {
    padding: 0 30px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .02rem;
    text-transform: uppercase;
}

#global-header .site-shortcuts {
    margin-left: 1em;
    padding-left: 2em;
    border-left: solid 2px rgba(0, 0, 0, .1);
}

#global-header .site-shortcuts li {
    margin-left: 2.5rem;
}

/* 2. Site masthead  */

#site-header {
    background-color: #000;
}

#site-masthead {
    padding: 1.5rem 0;
}

#site-masthead .logo {
    display: block;
    width: 187px;
    height: 74px;
    background-image: url(/wp-content/themes/isi-main/img/isi-logo-23.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s;
}

#site-masthead .usc-logo {
    display: inline-block;
    vertical-align: middle;
    width: 233px;
    height: 50px;
    background-image: url(img/usc-primary-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s;
}

#site-masthead .viterbi-logo {
    display: inline-block;
    vertical-align: middle;
    width: 153px;
    height: 26px;
    margin-right: 40px;
    padding-top: 10px;
    background-image: url(img/viterbi-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s;
}

#site-masthead .viterbi-logo::after {
    display: inline-block;
    content: "";
    border-right: #555 solid 1px;
    height: 50px;
    width: 1px;
    margin-top: -20px;
    margin-right: -20px;
}

#site-masthead h1 {
    color: #fff;
}

/* -------------------------------
  Site Menu

  1. Menu wrappers
  2. Primary menu
  3. Sub-menu
    a. Third level items
  4. Mobile menu
  5. Media queries
 -------------------------------- */

/* 1. Menu wrappers */

#site-menu {
    height: 5rem;
    background-color: var(--cardinal);
}

#site-menu .navbar {
    position: relative;
    padding: 0;
}

#site-menu .navbar-nav {
    margin: 0 auto;
}

#menu-primary .wrapper {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    padding: 2.5rem 0;
    background-color: var(--primary);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

#menu-primary .row {
    margin: 0;
}

/* 2. Primary menu */

#menu-primary > li {
    margin: 0;
}

#menu-primary li button {
    display: none;
}

#menu-primary .nav-link {
    color: #ffffff;
}

#menu-primary > li > .nav-link {
    padding: 0 1em;
    border-left: solid .8rem var(--cardinal);
    border-right: solid .8rem var(--cardinal);
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 5rem;
}

#menu-primary > li:hover {
    background-color: var(--brightred);
}

#site-menu span.arrow {
    position: absolute;
    z-index: 12;
    top: 5rem;
    display: none;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--brightred);
    border-left: 10px solid transparent;
    content: '';
}

#menu-primary > li > a:focus {
    outline: none;
}

/* 3. Sub-menu */

#menu-primary .sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 620px;
    height: 220px;
    margin: 0;
    list-style: none;
}

#site-menu aside {
    display: block;
    float: left;
    width: 500px;
    margin: 0 3rem 0 0;
    padding-right: 4rem;
    border-right: solid 1px var(--mediumgray);
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5;
}

#site-menu aside img {
    display: block;
    float: left;
    max-width: 180px;
    margin: 0 3rem 0 0;
}

#site-menu aside b {
    display: block;
    padding-bottom: .75rem;
    font-size: 1.8rem;
}

#menu-primary .sub-menu .nav-link {
    font-size: 1.5rem;
    line-height: 1.4;
}

#menu-primary .sub-menu > li {
    max-width: 300px;
    padding-right: 5rem;
}

#menu-primary .sub-menu .nav-link {
    padding: .5rem 0;
    font-weight: bold;
}

#menu-primary .sub-menu .nav-link:hover {
    color: var(--gold);
}

/* 3.a. Third level items */

#menu-primary .sub-menu ul {
    list-style: none;
    padding: 0;
}

#menu-primary .sub-menu ul .nav-link {
    display: inline-block;
    margin-left: -5px;
    padding: .5rem 0;
    color: var(--secondary);
    font-weight: normal;
}

#menu-primary .sub-menu ul li::before {
    display: inline-block;
    margin-left: -.8rem;
    padding-right: 1.7rem;
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-size: 2.8rem;
    font-weight: 300;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    color: var(--mediumgray);
    transform: rotate(45deg);
    vertical-align: bottom;
    line-height: 2.2rem;
}

/* 4. Mobile menu */

#site-menu .mobile-menu {
    display: none;
    align-items: center;
    padding: 6px 10px 6px 20px;
}

#site-menu .mobile-menu .logo {
    flex: 1 0 300px;
    height: 35px;
    margin: 10px 0;
    background-image: url(/wp-content/themes/isi-main/img/isi-logo-gold.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .5s;
}

#site-menu .mobile-menu button {
    display: block;
    cursor: pointer;
}

#site-menu .mobile-menu button, #site-menu .mobile-menu button:hover {
    background: none;
}

#site-menu .mobile-menu button i {
    font-size: 2.5rem;
}

#nav-toggle .site-shortcuts {
    display: none;
    margin: 0;
    padding-bottom: 1rem;
    background-color: var(--darkgray);
    text-align: center;
}

#nav-toggle .site-shortcuts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav-toggle .site-shortcuts a {
    display: block;
    width: initial;
    margin: 0 .8rem 1.6rem;
    padding: .8rem 0 1.2rem;
    background-color: #444444;
    border-radius: .8rem;
    color: var(--secondary);
    text-decoration: none;
}

#nav-toggle .site-shortcuts span {
    margin: 0;
    color: var(--secondary);
}

#nav-toggle .site-shortcuts a i {
    display: block;
    margin: .8rem 0 1.2rem;
    font-size: 3rem;
}

#nav-toggle .site-shortcuts a:hover i {
    color: var(--gold);
}

/* 5. Media queries */

@media (max-width: 1280px) {
    #site-menu aside {
        width: 450px;
        margin: 0;
        padding-right: 2rem;
    }

    #site-menu aside img {
        margin: 0 2rem 0 0;
    }
}

@media (max-width: 1199px) {
    #site-menu .wrapper {
        padding: 1.5rem 0;
    }

    #menu-primary .wrapper {
        left: 0;
        width: 100%;
    }

    #menu-primary .wrapper .container {
        max-width: 100%;
        padding: 0;
    }

    #menu-primary .wrapper .row {
        margin: 0;
    }

    #site-menu .sub-menu {
        margin: 0 0 0 calc((100vw - 640px) / 2);
        padding: 0;
    }

    #site-menu aside {
        display: none;
    }
}

@media (max-width: 1099px) {
    #site-menu .navbar-nav {
        margin-left: 20px;
    }

    #menu-primary > li > .nav-link {
        font-size: 1.7rem;
    }
}

@media (min-width: 768px) {
    #menu-primary > li:hover .wrapper {
        display: block;
    }
}

@media (max-width: 767px) {
    #site-menu {
        height: initial;
        background-color: #000;
    }

    #site-menu .navbar {
        padding: 0;
    }

    #site-menu .navbar-nav {
        margin: 0;
        padding: 1.5rem 3rem 0;
        flex-direction: column;
    }

    .navbar-expand-md {
        flex-flow: wrap;
        justify-content: space-between;
    }

    .navbar-expand-md .navbar-collapse {
        flex-basis: 100%;
    }

    #site-menu .mobile-menu {
        display: flex;
    }

    #nav-toggle .site-shortcuts {
        display: block;
    }

    #site-menu .sub-menu {
        display: block;
        margin: 0 0 0 2.5rem;
        height: initial;
    }

    #menu-primary.nav {
        display: block;
    }

    #menu-primary {
        padding: 0;
    }

    #menu-primary .wrapper {
        position: relative;
        padding: 0;
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #menu-primary .open .wrapper {
        display: block;
    }

    #menu-primary .wrapper .container {
        padding: 0;
    }

    #menu-primary li.open .wrapper .container {
        padding: .4rem 0 .8rem;
        background-color: var(--mobilegray);
        border-radius: .8rem;
    }

    #menu-primary > li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #menu-primary li.menu-item-has-children button {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        background: none;
    }

    #menu-primary li.menu-item-has-children button::before {
        font-family: "Font Awesome 6 Pro", sans-serif;
        font-size: 2.3rem;
        font-weight: 900;
        line-height: 1.2;
        text-rendering: auto;
        color: var(--secondary);
        content: "\f0da";
    }

    #menu-primary > li > a:hover,
    #menu-primary li.menu-item-has-children.open button::before {
        color: var(--gold);
    }

    #menu-primary li.menu-item-has-children.open button::before {
        content: "\f0d7";
    }

    #menu-primary > li > .nav-link {
        flex: 1 0 80%;
        padding: 0;
    }

    #menu-primary > li span.arrow {
        display: none !important;
    }

    #menu-primary {
        background-color: var(--darkgray);
    }

    #menu-primary > li > .nav-link {
        border: none;
    }

    #menu-primary .sub-menu .nav-link {
        padding: .8rem 0;
        font-size: 1.6rem;
        font-weight: normal;
    }

    #menu-primary > li:hover {
        background-color: transparent;
    }
}

@media (max-width: 575px) {
    #nav-toggle .site-shortcuts {
        padding-left: 20px;
    }

    #site-menu .mobile-menu .logo {
        flex-basis: 260px;
        width: 260px;
        height: 24px;
    }
}


/* -------------------------------
  Site Search Bar

  1. Menu bar search
  2. Mobile search
  3. Media queries
 -------------------------------- */

/* 1. Menu bar search */

#site-search {
    position: absolute;
    top: 0;
    width: 100%;
}

#site-search .container {
    position: relative;
}

#search-btn {
    position: absolute;
    right: 0;
    z-index: 13;
    width: 5rem;
    height: 5rem;
    background-color: var(--cardinal);
    border: none;
    border-radius: 0;
    cursor: pointer;
}

#search-btn, #search-btn:active {
    top: 0;
}

#site-search .form-group {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    overflow: hidden;
    width: 0;
    height: 5rem;
    margin: 0;
    border-radius: 0;
    font-size: 1.6rem;
}

#site-search .field-wrapper {
    position: absolute;
    right: -200px;
    display: block;
    width: 220px;
    height: 5rem;
    background-image: linear-gradient(to left, var(--cardinal) 0, var(--cardinal) 180px, rgba(153, 0, 0, 0) 100%);
    opacity: .5;
    transition: all .3s;
    transition-timing-function: ease-out;
}

#site-search label {
    position: absolute;
    top: -1000px;
}

#site-search input[type=search] {
    display: block;
    float: right;
    width: 180px;
    margin-top: .8rem;
    padding: 0 .8rem;
    background-color: var(--secondary);
    border: solid 1px #660000;
    border-radius: 0;
    font-size: 1.6rem;
}

#site-search.open .field-wrapper {
    right: 50px;
    opacity: 1;
}

#site-search.open .form-group {
    width: 280px;
}

/* 2. Mobile search */

#mobile-search {
    display: none;
    padding: 2rem 3rem 2.5rem;
    background-color: var(--darkgray);
}

#mobile-search input {
    background-color: var(--secondary);
}

/* 3. Media queries */

@media (max-width: 1099px) {
    #site-search .container {
        margin-right: 3rem;
    }
}

@media (max-width: 767px) {
    #site-search {
        display: none;
    }

    #mobile-search {
        display: block;
    }
}


/* -------------------------------
  Banner

  1. Main page banner
  2. Breadcrumbs
 -------------------------------- */

/* 1 Main page banner */

#main-page-banner {
    background-color: var(--secondary);
    background-image: url(img/banner-default.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

#main-page-banner.featured {
    background: none;
}

#main-page-banner .container {
    position: relative;
    padding: 0;
}

#main-page-banner.featured img {
    width: 100%;
}

#main-page-banner.featured .page-title {
    position: absolute;
    display: inline-block;
    bottom: 0;
    margin: 0;
    padding: 0;
    background-color: var(--cardinal);
}

#main-page-banner.featured .page-title::before {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100000px;
    margin: auto;
    background-color: var(--cardinal);
    content: '';
}

#main-page-banner h1 {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: 3.6rem 4rem 3.6rem 0;
    background-image: linear-gradient(to right, var(--secondary) 0, var(--secondary) calc(100% - 3rem), rgba(242, 242, 242, 0) 100%);
    color: var(--primary);
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    transition: all .5s;
}

#main-page-banner.featured h1 {
    padding: 1.4rem 3rem 1.4rem 1.5rem;
    background-image: none;
    color: #ffffff;
}

#main-page-banner h1 span {
    font-family: 'latolight', sans-serif;
}

#page-dei #main-page-banner h1 {
    font-family: 'latolight', sans-serif;
}

@media (max-width: 1099px) {
    #main-page-banner.featured .page-title {
        position: relative;
        display: block;
    }

    #main-page-banner h1,
    #main-page-banner.featured h1 {
        padding-left: 40px;
    }
}

@media (max-width: 1023px) {
    #main-page-banner {
        background-image: url(img/banner-mobile-default.svg);
        background-position: top right -200px;
    }
}

@media (max-width: 767px) {
    #main-page-banner h1 {
        font-size: 3.4rem;
    }

    #main-page-banner h1,
    #main-page-banner.featured h1 {
        padding-left: 20px;
    }
}

/* 2. Breadcrumbs */

.breadcrumbs {
    overflow: hidden;
}

.breadcrumbs nav.container {
    position: relative;
    margin-bottom: 0;
    background-color: var(--primary);
    border-radius: 0;
}

.breadcrumbs nav::before {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -100000px;
    left: -100000px;
    background-color: var(--primary);
    content: '';
    z-index: 1;
}

.featured .breadcrumbs nav::before {
    left: 0;
}

.breadcrumbs ul {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 7px 0 8px;
}

.featured .breadcrumbs ul {
    margin-left: 1.5rem;
}

.breadcrumbs li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.breadcrumbs li::after {
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    color: #999999;
    padding: 0 1rem;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs li, .breadcrumbs a, .breadcrumbs a:visited {
    color: #ffffff;
    font-weight: normal !important;
}

.breadcrumbs a:hover {
    color: var(--gold);
    text-decoration: none;
}

@media (max-width: 1099px) {
    .breadcrumbs ul,
    .featured .breadcrumbs ul {
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs ul,
    .featured .breadcrumbs ul {
        margin-left: 20px;
    }
}


/* -------------------------------
  Footer

  1. Shared properties
  2. Footer title bar
  3. Social links
  4. Site links
  5. USC links
  6. Site info
 -------------------------------- */

/* 1. Shared properties */

#site-footer {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -55px;
}

#site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-footer-links li::before,
#menu-social-links-menu a::before,
#site-footer .usc-links li::after {
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#site-footer .footer-content {
    padding: 3rem 0 1.5rem;
    background-color: var(--primary);
    color: #D6D6D6;
}

/* 2. Footer title bar */
#site-footer .title-bar {
    overflow: hidden;
    line-height: 0;
}

#site-footer .title-bar .container div {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 1.5rem 1.5rem 1rem 0;
    background-color: var(--cardinal);
}

#site-footer .title-bar div.container div::before {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -100000px;
    right: 0;
    background-color: var(--cardinal);
    content: '';
}

#site-footer .logo {
    display: block;
    width: 300px;
    height: 25px;
    background-image: url(img/isi-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
}

/* 3. Social links */

ul#menu-social-links-menu {
    margin-top: 1em;
}

#menu-social-links-menu li {
    display: inline-block;
}

#menu-social-links-menu a {
    display: inline-block;
    height: 5rem;
    margin-right: 2.5rem;
    font-size: 0;
    overflow: hidden;
}

#menu-social-links-menu li:last-child a {
    margin-right: 0;
}

#menu-social-links-menu a::before {
    font-family: "Font Awesome 6 Brands", sans-serif;
    font-size: 2.5rem;
}

#menu-social-links-menu a[href*=facebook]::before {
    content: "\f39e";
}

#menu-social-links-menu a[href*=bsky]::before {
    content: "\e671";
}

#menu-social-links-menu a[href*=twitter]::before {
    content: "\e61b";
}

#menu-social-links-menu a[href*=instagram]::before {
    content: "\e055";
}

#menu-social-links-menu a[href*=youtube]::before {
    content: "\f167";
}

#menu-social-links-menu a[href*=linkedin]::before {
    content: "\f08c";
}

/* 4. Site links */

#menu-footer-links li::before {
    display: inline-block;
    width: 2rem;
    margin-right: 1.5rem;
    text-align: center;
}

.footer-contact::before {
    content: "\f095";
}

.footer-locations::before {
    content: "\f3c5";
}

.footer-media-relations::before {
    content: "\f130";
}

.footer-join-us::before {
    content: "\f500";
}

.footer-site-map::before {
    content: "\f279";
}

#menu-footer-links a {
    display: inline-block;
    padding: 0 0 1.2rem 0;
}

#site-footer a,
#site-footer a:visited {
    font-family: "Lato", sans-serif;
    color: #D6D6D6;
}

#site-footer a:hover {
    color: var(--gold);
    text-decoration: none;
}

@media (max-width: 991px) {
    .menu-footer-links-container {
        text-align: center;
    }

    ul#menu-footer-links {
        display: inline-block;
        margin: 1.5rem auto 0;
        text-align: left;
    }

    #menu-footer-links li {
        display: inline-block;
        margin-right: 3rem;
    }

    #menu-footer-links li:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #site-footer {
        font-size: 15px;
    }

    .menu-footer-links-container {
        text-align: left;
    }

    #site-footer .footer-content {
        padding: 3rem 0;
    }

    #site-footer .row > div {
        margin: 0 1.5rem;
        padding-left: 0;
    }

    #site-footer .row > div:nth-child(2) {
        margin: 2rem 1.5rem 3.5rem;
        padding: 2.5rem 0;
        border-top: solid 1px var(--gray);
        border-bottom: solid 1px var(--gray);
    }

    #site-footer .usc-links {
        margin-top: 2rem;
    }

    ul#menu-footer-links {
        width: 100%;
        margin: 0;
    }

    #menu-footer-links li {
        display: block;
        margin: 0 0 1rem;
    }

    #menu-footer-links li:last-of-type {
        margin-bottom: 0;
    }

    #menu-footer-links a {
        display: inline-block;
        width: 80%;
        padding: .7rem 0;
    }
}

/* 5. USC links */

#site-footer .usc-links {
    position: relative;
}

#site-footer .wrapper {
    display: inline-block;
    position: absolute;
    right: 3rem;
    margin-top: .25rem;
}

#site-footer .viterbi-logo {
    display: block;
    width: 235px;
    height: 40px;
    margin-bottom: 1.5rem;
    background-image: url(img/viterbi-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

#site-footer .usc-links li a {
    display: inline-block;
    width: 280px;
    margin-bottom: .9rem;
}

#site-footer .usc-links li::after {
    content: "\f08e";
}

@media (max-width: 767px) {
    #site-footer .wrapper {
        display: block;
        position: relative;
        right: 0;
    }
}

/* 6. Site info */

#site-info {
    padding: 1.0rem 0;
    background-color: var(--darkgray);
    font-size: 1.5rem;
    text-align: center;
}

#site-info > div, #site-info ul, #site-info li, #site-info span {
    display: inline-block;
}

#site-info li {
    padding: 0 5rem 0 0;
}

#site-info a, #site-info a:visited, #site-info span {
    color: #b1b1b1;
}

#site-info li::after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-size: .8rem;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f111";
    color: var(--gray);
    margin: .8rem 0 0 5rem;
    vertical-align: top;
}

#site-info a:hover {
    color: var(--gold);
    text-decoration: none;
}

@media (max-width: 767px) {
    #site-info ul {
        margin-bottom: 1rem;
    }

    #site-info ul, #site-info span {
        display: block;
    }

    #site-info li:last-child {
        padding: 0;
    }

    #site-info li:last-child::after {
        display: none;
    }
}


/* Full width header */
.full-width-header h2 {
    margin: 0;
    padding: 2.5rem 0;
    color: #ffffff;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s;
}

.full-width-header.bg-cardinal {
    background-color: var(--cardinal);
}

.full-width-header.bg-gray {
    background-color: var(--primary);
}

.full-width-header.bg-gold {
    background-color: var(--gold);
}

.full-width-header.bg-black {
    background-color: #000000;
}

.full-width-header.bg-white {
    background-color: #ffffff;
}

.full-width-header.bg-white h2,
.full-width-header.bg-gold h2 {
    color: #000000;
}

@media (max-width: 992px) {
    .full-width-header h2 {
        padding: 1.25rem 0;
        font-size: 3rem;
    }
}


/* -------------------------------
  Home page

  1. Home widgets
  2. Lead story
  3. Upcoming Events
  4. Twitter feed
  5. Mission statement
  6. Job Listings
  7. Did You Know?
  8. Home ending
 -------------------------------- */

/* 1. Home widgets */

#home-comms {
    margin-bottom: 40px;
}

#home-comms .home-news h3 {
    margin-top: 0;
    margin-bottom: .5em;
    color: var(--cardinal);
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2;
}

.home-news {
    padding-bottom: 40px;
}

.home-news .row {
    margin-bottom: 10px;
}

.home-news figure {
    overflow: hidden;
}

.home-news img {
    transition: all .5s;
}

.home-news a:first-child:hover img {
    transform: scale(1.05);
}

.home-news a:hover h3 {
    text-decoration-line: underline;
    text-underline-offset: 2px;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}

.home-news h3 i,
#lead-story h3 i {
    font-size: 1.5rem;
    vertical-align: top;
    margin: 5px 0 0 10px;
    color: var(--darkgray);
}

.section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.section-title h2 {
    display: inline-block;
    margin: 0 auto;
    padding: 0 15px;
    background-color: var(--barelygray);;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.section-title a {
    color: var(--cardinal);
}

.section-title a span {
    color: var(--primary) !important;
}

.section-title a:hover {
    text-decoration: underline;
}

.section-title h2:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: -4px auto 0;
    border-top: 2px solid var(--lightgray);
    content: "";
}

@media (max-width: 991px) {
    #social-feed {
        display: none;
    }
}

@media (max-width: 768px) {
    #home-comms .home-news article:nth-child(n+3) {
        display: none;
    }
}

/* 2. Lead story */

#lead-story {
    margin-top: 40px;
}

#lead-story article {
    display: flex;
    max-width: 1200px;
}

#lead-story article {
    color: #fff;
    font-family: Lato, sans-serif;
    box-sizing: border-box;
}

#lead-story figure {
    flex-basis: 66.66%;
    max-height: 400px;
    margin: 0;
}

#lead-story figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#lead-story section {
    display: flex;
    flex-basis: 33.33%;
    max-height: 400px;
    aspect-ratio: 1 / 1;
    align-items: center;
    padding: 30px;
    background-color: #333;
}

#lead-story section > div {
    width: 100%;
}

#lead-story h3 {
    width: 100%;
    margin-top: 0;
    font-size: 2.6rem;
    line-height: 1.2;
    text-align: center;
}

#lead-story h3 i {
    display: none;
}

#lead-story a:hover {
    text-decoration: none;
}

#lead-story a h3 {
    color: #fff;
}

#lead-story a:hover h3,
#lead-story a:hover .source i {
    color: var(--gold);
    text-decoration: none;
}

#lead-story p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

#lead-story .source {
    margin-top: 25px;
    font-style: italic;
    font-weight: normal;
    text-align: right;
}

#lead-story .source i {
    margin-left: 10px;
    color: rgba(255, 255, 255, .5);
}

@media (max-width: 1299px) {
    #lead-story.extended-content section {
        padding: 20px;
    }

    #lead-story.extended-content h3 {
        margin: 0;
        font-size: 24px;
        line-height: 1.3;
    }

    #lead-story.extended-content p,
    #lead-story.extended-content .source {
        display: none;
    }
}

@media (max-width: 1099px) {
    #lead-story section {
        padding: 20px;
    }

    #lead-story h3 {
        margin: 0;
        font-size: 24px;
        line-height: 1.3;
    }

    #lead-story p, #lead-story .source {
        display: none;
    }
}

@media (max-width: 768px) {
    #lead-story {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #lead-story .home-news {
        padding-bottom: 0;
    }

    #lead-story :is(article, figure, section) {
        display: block;
        flex: none;
        background-color: #ffffff;
    }

    #lead-story section {
        aspect-ratio: unset;
        padding: 0;
    }

    #lead-story a h3,
    #lead-story a:hover h3 {
        color: var(--cardinal);
        font-size: 1.25em;
        text-align: left;
    }

    #lead-story a:hover h3 {
        text-decoration: underline;
    }

    #lead-story h3 i {
        display: inline-block;
    }

    #lead-story figure {
        margin-bottom: 1rem;
    }
}

/* 3. Upcoming events */

#home-events {
    margin-left: 30px;
    padding: 20px;
    background: var(--barelygray);
}

#home-events .section-title:last-child {
    margin-top: 50px;
}

#home-events .cta {
    margin-top: 30px;
}

@media ( max-width: 991px ) {
    #home-events {
        margin: 0;
    }
}

.upcoming-events a:hover {
    text-decoration: none;
}

.upcoming-events a:hover .content {
    background: rgba(0, 0, 0, .05);
}

.upcoming-events article {
    display: flex;
    margin-bottom: 25px;
}

.upcoming-events .date {
    flex: 0 0 90px;
    padding-right: 15px;
    text-align: center;
}

.upcoming-events .content {
    flex: 1 1 auto;
    padding-left: 20px;
    border-left: solid 1px var(--lightgray);
}

.upcoming-events .date time {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

.upcoming-events figure {
    margin-top: 10px;
}

.upcoming-events img {
    border: solid 1px var(--lightgray);
    border-radius: 50%;
}

.upcoming-events h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.7rem;
    line-height: 1.3;
    color: #000;
}

.upcoming-events .speaker {
    margin: 0 0 5px;
    padding: 0;
    color: var(--primary);
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4;
}

.upcoming-events .content time {
    font-size: 1.6rem;
    font-weight: 500;
}

.upcoming-events .time {
    margin-bottom: 10px;
}

/* 4. LinkedIn Feed */

.social-feed-title {
    margin: 30px 0 0 30px;
    padding: 20px 0 0;
    /*background-color: var(--barelygray);*/
}

.social-feed-title .section-title h2 {
    background-color: #fff;
}

#home-sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#social-feed {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    height: 500px;
    margin: 0 0 30px 30px;
    padding-top: 0;
    background: #fff;
}

#social-feed #linkedin-feed {
    flex-grow: 1;
    flex-basis: 0;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

#social-feed .card {
    margin: 0 10px 20px 0;
    background-color: var(--barelygray);
    border-color: #eaeaea;
    border-radius: 0;
    color: #333333;
}

#social-feed .card-body {
    padding: 1.25rem;
}

#social-feed .post-header {
    margin-bottom: 15px;
}

#social-feed .card-img-bottom,
#social-feed .linked-article {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#social-feed a.title {
    display: block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-decoration: none;
}

#social-feed a.title:hover {
    text-decoration: underline;
}

#social-feed .card-text,
#social-feed .date {
    line-height: 1.55;
}

#social-feed .card-text {
    position: relative;
    --max-lines: 8;
    --line-height: 1.55;
    max-height: calc((var(--max-lines) + 3.75) * 1rem * var(--line-height));
    overflow: hidden;
    padding-left: 55px;
}

#social-feed .card-text::before {
    content: "";
    position: absolute;
    height: calc(1rem * 1.55 * 1.5);
    width: 100%;
    top: calc(1rem * (var(--max-lines)) * var(--line-height));
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, var(--barelygray));
}

#social-feed .repost .card-text {
    max-height: calc((var(--max-lines) * 3) * 1rem * var(--line-height));
}

#social-feed .repost .card-text::before {
    top: calc(((var(--max-lines) * 2) + 4.3) * 1rem * var(--line-height));
}

#social-feed .post-image {
    padding-left: 65px;
}

#social-feed .post-link {
    position: absolute;
    bottom: 0;
    width: calc(100% - 55px);
    padding-top: 15px;
    background: var(--barelygray);
    text-align: center;
}

#social-feed .repost .post-link {
    top: calc(.9rem * (var(--max-lines) * 3) * var(--line-height));
}

#social-feed .post-link a {
    font-size: 1.3rem;
    font-weight: normal;
    color: #ffffff;
    padding: 2px 20px;
    transition: background-color .3s;
}

#social-feed .card-repost {
    margin-top: 20px;
    padding: 10px;
    background-color: #fdf9f9;
    border: solid 1px #e1e1e1;
    border-radius: 0;
}

#social-feed .date {
    font-size: .9rem;
}

#social-feed a {
    color: var(--cardinal);
    font-weight: bold;
}

#social-feed .avatar {
    flex: 0 0 40px;
}

#social-feed .avatar img {
    width: 40px;
}

#social-feed .author {
    padding-left: 15px;
}

#social-feed .date {
    font-size: 1.3rem;
    color: #666666;
}

.linked-article {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
    padding: 20px;
    border-top: solid 1px #e5e5e5;
    text-decoration: none !important;
    font-size: .8rem;
    line-height: 1.2;
}

.linked-article::after {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: "Font Awesome 6 Pro";
    content: "\f08e";
    color: #aaaaaa;
}

.linked-article:hover {
    background-color: #f5f5f5;
}

.linked-article figure {
    flex: 0 0 128px;
    margin: 0;
}

.linked-article figure img {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}

.linked-article div {
    padding-left: 10px;
}

.linked-article div :is(strong,span) {
    display: block;
}

.linked-article span {
    margin-top: 5px;
    color: #666666;
    font-weight: 500;
}

#social-feed .cta {
    margin-bottom: 10px;
}

#social-feed .cta a,
#social-feed .cta a:hover {
    color: #ffffff;
}

/* 5. Mission statement */

.home #mission {
    max-width: 1000px;
    margin: 0 auto 2.5rem;
    padding: 0 40px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-style: italic;
}

@media (max-width: 991px) {
    .section-header #delivering-future .fl-heading-text {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .home #mission {
        font-size: 1em;
    }
}

/* MISC */
#home-bottom-sections .fl-module:where(.fl-module:not(:has(> .fl-module-content))),
#home-ending-photo .fl-module:where(.fl-module:not(:has(> .fl-module-content))) {
    margin: 0 !important;
}

/* 6. Job Listings */

#home-job-listings {
    padding: 0 0 40px;
    font-family: Lato, sans-serif;
    background-color: #ddd;
}

#home-job-listings header {
    position: relative;
    padding: 40px 0 0;
    background-color: #990000;
    color: #fff;
    margin-bottom: 35px;
    overflow: hidden;
}

#home-job-listings div.angle {
    width: 100vw;
    height: 50px;
    top: 100%;
    border-bottom: solid 50px #ddd;
    border-left: solid 100vw transparent;
}

#home-job-listings header p {
    margin-bottom: 10px;
}

#home-job-listings h2 {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

#home-job-listings .btn {
    background-color: #900;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}

#home-job-listings .col-md-6 {
    margin-bottom: 30px;
}

#home-job-listings .card {
    text-align: left;
}

#home-job-listings .card-title {
    margin: 5px 0 10px;
    font-size: 18px;
    font-weight: bold;
}

#home-job-listings .card-title a {
    color: var(--cardinal);
}

#home-job-listings .card-title a:hover {
    text-decoration: underline;
}

#home-job-listings .card-text {
    padding-bottom: 20px;
}

#home-job-listings .card-text p {
    margin: 0;
}

#home-job-listings .card-text p.perk {
    margin: 20px 0 0;
}

#home-job-listings .card-text i {
    width: 22px;
    margin-right: 8px;
    color: var(--darkgray);
    text-align: center;
}

#home-job-listings .card-footer {
    background: none;
    text-align: center;
    padding-bottom: 0;
}

#home-job-listings .card-footer a {
    font-weight: bold;
    text-transform: uppercase;
    color: #900;
}

/* 7. Did you know? */

#did-you-know {
    padding: 100px 0 100px 0;
    background: #000000;
}

#did-you-know .row {
    justify-content: end;
}

#did-you-know section {
    position: relative;
    min-height: 335px;
    margin: 0 40px;
    padding-bottom: 30px;
    border: solid 5px rgba(255, 255, 255);
    border-radius: 40px;
}

#did-you-know h2 {
    display: inline-block;
    position: relative;
    top: -18px;
    left: -10px;
    margin: 0;
    padding: 0 30px 0 20px;
    background: black;
    color: #ffcc00;
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
}

#did-you-know .icon {
    position: absolute;
}

#did-you-know aside {
    position: relative;
    left: -200px;
    top: -200px;
    font-family: 'Calistoga', sans-serif;
    font-size: 400px;
    font-weight: 400;
    color: #fc0;
    z-index: 3;
}

#did-you-know .block {
    position: absolute;
    top: -20px;
    left: -10px;
    background-color: black;
    height: 100px;
    width: 20px;
}

#did-you-know .fact {
    margin: 30px 60px;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 1.7;
}

#did-you-know .wrapper {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    margin: -30px 0 0 0;
    padding: 0;
    background: linear-gradient(to right, transparent 0%, transparent 49%, black 50%);
    text-align: center;
}

#did-you-know button {
    display: block;
    position: absolute;
    left: 60px;
    top: 280px;
    width: 120px;
    padding: 5px 0;
    background: transparent;
    border: solid 1px var(--gold);
    color: var(--gold);
    font-size: 1em;
    font-style: normal;
    text-transform: uppercase;
    transition: all .5s;
    margin-top: 15px;
}

#did-you-know button:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: auto;
    height: auto;
    z-index: -1;
    background: var(--gold);
    transform-origin: left bottom;
    transform: scaleY(0);
    transition: transform 0.3s
}

#did-you-know button:hover {
    opacity: 1;
    color: black;
}

#did-you-know button:hover:before {
    transform: scaleY(1)
}

#did-you-know .icon-wrapper {
    position: absolute;
    bottom: 35px;
    right: -104px;
    display: block;
    width: 200px;
    height: 100%;
    background: #007A9E;
}

#did-you-know .fa-stack {
    position: absolute;
    bottom: 0;
    width: 1.5em;
    color: #ffffff;
    font-size: 130px;
    line-height: 1;
}

#did-you-know .fad.fa-stack-1x {
    bottom: 0;
}

#did-you-know i.fa-wave-triangle {
    position: absolute;
    bottom: -22px;
    left: calc(50% - 21px);
    width: 42px;
    background: #007A9E;
    color: rgba(255, 255, 255, .5);
    font-size: 37px;
    text-indent: -2px;
    overflow: hidden;
}

#did-you-know a, #did-you-know a:hover {
    color: var(--gold);
}

@media (max-width: 1105px) {
    #did-you-know section {
        min-height: 350px;
    }

    #did-you-know button {
        top: 310px;
    }
}

@media (max-width: 1062px) {
    #did-you-know section {
        min-height: 385px;
    }

    #did-you-know button {
        top: 345px;
    }
}

@media (max-width: 991px) {
    #did-you-know {
        font-size: 1.6rem;
    }

    #did-you-know section {
        min-height: inherit;
        margin: 0;
    }

    #did-you-know button,
    #did-you-know .icon-wrapper {
        display: none;
    }

    #did-you-know .wrapper {
        background: none;
    }

    #did-you-know .fact {
        margin: 40px 40px 20px;
        padding: 0;
    }
}

@media (max-width: 720px) {
    #did-you-know {
        padding: 60px 0;
    }

    #did-you-know .row {
        justify-content: center;
    }

    #did-you-know .container {
        max-width: 100%;
    }

    #did-you-know h2 {
        padding: 0 20px;
        font-size: 3.2rem;
    }

    #did-you-know .wrapper {
        margin-top: -20px;
    }

    #did-you-know .icon {
        display: none;
    }
}

/* 8. Home ending */

#home-ending h2 {
    margin: 4.5rem 0 1.5rem !important;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
}

#home-ending .wrapper {
    width: 70%;
}

#home-ending p {
    margin: 0;
}

#home-ending .wrapper .fl-rich-text p:first-child {
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    #home-ending {
        font-size: 1.6rem;
    }

    #home-ending-photo {
        min-height: 200px;
        background-image: url(/wp-content/uploads/2021/02/marina-del-rey-boats.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #home-ending-photo > div {
        display: none;
    }
}

body.home .center-elements {
    max-width: 1500px;
    display: block;
    margin: 0 auto;
    height: 400px;
}

body.home #semiars-xl {
    position: relative;
}

body.home #semiars-xl #photos {
    position: absolute;
    z-index: 0;
}

body.home #semiars-xl #photos .hide-img {
    border-left: 8px solid #343434;
}

body.home #semiars-xl figure {
    background-image: url(https://www.isi.edu/wp-content/uploads/2023/06/triangle-760.png);
    min-width: 400px;
    position: absolute;
    left: 50%;
    margin: 0px;
    z-index: 1;
    height: 400px;
    margin-right: 20px;
}

body.home #semiars-xl figure img {
    margin-bottom: 0;
    height: 100%;
}

body.home #semiars-xl .text-container {
    background-color: #343434;
    margin-left: 230px;
    margin-right: 20px;
    padding-left: 20px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: center;
}

body.home #semiars-xl .text-container .btn {
    border-radius: 20px;
}

body.home #semiars-xl .text-container h2,
body.home #semiars-xl .text-container p {
    padding: 0 30px;
    color: white !important;
}

body.home #semiars-xl .text-container h2 {
    margin-top: 0px;
}

@media screen and (min-width: 1400px) {
    body.home #semiars-xl .img-md,
    body.home #semiars-xl .img-sm {
        display: none;
    }
}

@media screen and (max-width: 1399px) {
    body.home #semiars-xl #photos img {
        display: none;
    }

    body.home #semiars-xl #photos {
        background-image: url(https://www.isi.edu/wp-content/uploads/2023/06/crowd-1100x730-1.jpg);
        width: 80%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    body.home #semiars-xl figure {
        left: 34%;
        background-repeat: no-repeat;
    }
}

body.home #semiars-sm {
    display: none;
}

body.home #semiars-sm .text-container h2,
body.home #semiars-sm .text-container p {
    color: white !important;
    text-align: center;
}

@media screen and (max-width: 918px) {
    body.home .center-elements {
        height: auto;
    }

    body.home #semiars-sm {
        display: block;
    }

    body.home #semiars-xl {
        display: none;
    }

    body.home #semiars-sm .img-bg-container {
        background-image: url('https://www.isi.edu/wp-content/uploads/2023/06/crowd-1100x730-1.jpg');
        display: block;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    body.home #semiars-sm .text-container {
        padding: 0 35px 30px 35px;
    }

    body.home #semiars-sm aside {
        display: flex;
        justify-content: space-around;
    }

    body.home #semiars-sm a {
        display: inline-block;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}


/* -------------------------------
  News

  1. News articles
  2. News feed
  3. Newsletter subscription
 -------------------------------- */
/* 1. News articles */
article.news figure {
    margin-bottom: 3rem;
}

.news figcaption {
    margin: 0 0 1rem;
    padding: 1rem 1.5rem;
    background-color: var(--secondary);
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
}

.news :is(h1, h2, h3, h4, h5, h6) {
    font-weight: bold;
    clear: left;
}

.news h2 {
    margin-top: 0;
    font-size: 3.6rem;
    line-height: 1.2;
}

.news h3 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
}

.news h4 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
}

.news h5 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
}

.news h6 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.news p {
    line-height: 1.7;
}

article.news a * {
    font-weight: bold !important;
}

.news footer {
    clear: both;
}

.news blockquote {
    float: right;
    max-width: 50%;
    margin-left: 5rem;
    background: var(--secondary);
    border-left: 5px var(--cardinal) solid;
    padding: 20px;
    font-size: 1.1em !important;
    font-style: italic;
    text-align: left;
}

.news blockquote p:last-child {
    margin: 0;
}

.news .byline {
    margin: 2rem 0 3rem;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;
}

.news .wp-caption.alignnone {
    clear: both;
}

.news .meta {
    margin: 2.5rem 0 1.5rem;
    padding: 0;
}

.news .meta-author {
    display: inline-block;
    margin: 0 1.5rem 0 0;
    padding: 0;
    font-size: 1em;
}

.news .meta-author::after {
    padding-left: 1.5rem;
    content: "|";
    color: var(--lightgray);
}

.news footer .heading {
    margin: 4rem 0 2.5rem;
    color: var(--gray);
    font-family: 'latolight', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.news .share ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.news .share li {
    display: inline-block;
    margin: 0 1.5rem;
}

.news .share i {
    font-size: 1.9em;
}

.news .share a {
    color: var(--cardinal);
}

.news .share a.email:hover {
    color: var(--primary);
}

.news .share a.twitter:hover {
    color: black;
}

.news .share a.facebook:hover {
    color: #4267B2;
}

.news .share a.reddit:hover {
    color: #F63517;
}

.news .share a.linkedin:hover {
    color: #0074B3;
}

.news .m15gb-h {
    padding-bottom: 1.8rem;
}

@media (max-width: 768px) {
    .news {
        font-size: 1.6rem;
    }
}

@media (max-width: 540px) {
    .news .wp-caption {
        float: none;
        margin: 0 auto 25px;
    }
}

/* 2. News feed */

.news-feed article {
    margin-bottom: 4rem;
}

.news-feed figure {
    width: 300px;
    max-height: 150px;
    margin-right: 3rem;
    overflow: hidden;
}

.news-feed img {
    width: 100%;
    transition: all .5s;
}

.news-feed a:first-child:hover img {
    transform: scale(1.1);
}

.news-feed h3 {
    margin: 0 0 1.2rem;
    padding: 0;
    color: var(--cardinal);
    font-size: 1.375em;
    font-weight: bold;
    line-height: 1.2;
}

.news-feed.media-coverage h3 {
    margin: 0;
}

.news-feed h3 i {
    font-size: 1.5rem;
    vertical-align: top;
    margin: 5px 0 0 10px;
    color: var(--darkgray);
}

.news-feed time {
    display: block;
    margin-bottom: 1.5rem;
    color: var(--gray);
    font-size: .9em;
    line-height: .9em;
}

.news-feed .source {
    display: block;
    margin: 5px 0;
}

.news .end {
    position: relative;
    display: block;
    margin: 60px auto 20px;
    width: 97%;
    height: 2px;
    background-color: var(--lightgray);
}

.news .end i {
    position: absolute;
    top: -11px;
    margin-left: calc((100% / 2) - 8px);
    background: #ffffff;
    color: var(--lightgray);
    font-size: 2.4rem;
}

.news p.created-on, .news p.last-updated {
    display: none;
}

.news #contact-comms a.btn {
    border-radius: 20px;
    word-spacing: 3px;
}

@media (max-width: 991px) {
    .news .end {
        margin: 70px auto 0;
    }
}

@media (max-width: 768px) {
    .news-feed figure {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .news-feed figure {
        width: 100%;
        margin: 0 0 1rem;
    }

    .news #contact-comms a.btn {
        max-width: 280px;
    }

    .news footer .newsletter input[type=email] {
        width: 180px;
    }
}

/* 3. Newsletter subscription */

#newsletter-subscribe {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    padding: 2.2rem 0;
    background: rgba(0, 0, 0, .9);
    border-top: 5px solid var(--gold);
    color: #fff;
    transition: all 1s;
}

#newsletter-subscribe :is(h2, p) {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
}

#newsletter-subscribe h2 {
    margin-bottom: .75rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}

#newsletter-subscribe p {
    margin-bottom: 5px;
    font-family: 'latolight', sans-serif;
}

#newsletter-subscribe .form-group {
    overflow-x: hidden;
    display: inline-block;
    margin-bottom: 0;
}

#newsletter-subscribe label {
    position: absolute;
    top: 0;
    left: -5000px;
    display: block;
}

#newsletter-subscribe input[type=email] {
    display: inline-block;
    width: 250px;
    height: 3.5rem;
    vertical-align: middle;
}

#newsletter-subscribe button[type=submit] {
    display: inline-block;
    height: 3.5rem;
    margin-left: 5px;
    padding: 0 2rem;
    background-color: var(--gold);
    color: #000;
    vertical-align: middle;
    transition: background-color .5s;
}

#newsletter-subscribe button[type=submit]:hover {
    background-color: #E8BA00;
}

#newsletter-subscribe .exit {
    position: absolute;
    top: 15px;
    right: 30px;
}

#newsletter-subscribe .exit i {
    color: rgba(255, 255, 255, .8);
    font-size: 2.8rem;
    cursor: pointer;
    transition: color .5s;
}

#newsletter-subscribe .exit i:hover {
    color: #fff;
}

#hide-newsletter-subscribe {
    margin-top: 10px;
    color: #999;
    font-style: italic;
    font-size: 1.4rem;
    text-align: center;
}

#hide-newsletter-subscribe:hover {
    text-decoration: underline;
}

#hide-newsletter-subscribe.info, #hide-newsletter-subscribe.info:hover {
    color: #f07b6f;
    text-decoration: none;
    cursor: default;
}

#newsletter-subscribe .message {
    display: none;
    font-size: 1.6rem;
}

#newsletter-subscribe .message * {
    display: inline-block;
    vertical-align: middle;
}

#newsletter-subscribe .message i {
    margin-right: 20px;
    color: var(--gold);
    font-size: 5rem;
}

#newsletter-subscribe .message i.fa-duotone::after {
    color: rgb(230, 99, 209);
}

#newsletter-subscribe .message p {
    margin: 0;
    font-style: italic;
    font-weight: bold;
}

#newsletter-recaptcha {
    overflow-x: hidden;
}

#newsletter-recaptcha label {
    position: absolute;
    top: 0;
    left: -5000px;
    display: block;
}

@media (max-width: 991px) {
    #newsletter-subscribe .col-12 {
        text-align: center;
    }

    #newsletter-subscribe h2 {
        padding: 0 25px;
    }

    #newsletter-subscribe .form-group {
        margin-top: 25px;
    }

    #newsletter-subscribe .message {
        margin: 20px;
    }

    #newsletter-subscribe .message i {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #newsletter-subscribe .exit {
        top: 10px;
        right: 15px;
    }
}

@media (max-width: 440px) {
    #newsletter-subscribe {
        padding: 15px 0 10px;
    }

    #newsletter-subscribe h2 {
        margin: 0;
        font-size: 2.0rem;
    }

    #newsletter-subscribe p {
        display: none;
    }

    #newsletter-subscribe .form-group {
        margin-top: 20px;
    }

    #newsletter-subscribe button[type=submit] {
        margin: 0 auto;
    }

    #newsletter-subscribe input[type="email"] {
        width: 150px;
        vertical-align: top;
    }

    #newsletter-subscribe .message {
        margin: 20px 20px 12px;
    }

    #hide-newsletter-subscribe {
        margin-top: 15px;
    }

    #newsletter-subscribe .exit {
        top: -38px;
        right: 0;
        padding: 5px 10px;
        line-height: 1;
        background-color: var(--gold);
    }

    #newsletter-subscribe .exit i {
        color: #000;
    }
}

.newsletter .form-group {
    text-align: center;
}

.newsletter input[type=email] {
    display: inline-block;
    width: 210px;
    height: 40px;
    margin-right: 2px;
    vertical-align: top;
}

.newsletter .message {
    margin-top: 25px;
    color: #666;
    font-size: 1.5rem;
    font-style: italic;
}

.newsletter .form-group.success {
    color: green;
    font-size: 20px;
    font-style: italic;
}


/* -------------------------------
  About ISI

  1. Intro
  2. Photo sections
  3. By the numbers
  4. Diversity
  5. Video
 -------------------------------- */

/* 1. Intro */

#about-intro {
    margin-bottom: 5rem;
}

#about-intro .fl-row-fixed-width {
    max-width: 100%;
}

#about-intro .fl-col-group {
    display: flex;
}

#about-intro .fl-col {
    float: none;
    width: initial;
}

#about-intro .fl-col:first-of-type {
    flex-basis: 300px;
    flex-shrink: 0;
    padding-right: 80px;
}

#about-intro h2 {
    text-transform: uppercase;
}

#about-intro figure {
    margin: 20px 0 0 20px;
}

#about-intro figcaption {
    margin-top: .8rem;
    font-style: italic;
}

#about-intro figcaption strong {
    display: block;
    font-style: normal;
}

#about-intro img {
    max-width: 280px;
    box-shadow: -20px -20px var(--cardinal);
}

/* 2. Photo sections */

.about-full-section section,
.about-full-section .fl-node-content,
.about-full-section .fl-rich-text,
.about-full-section .section-image {
    height: 600px;
}

.about-full-section section .fl-rich-text {
    display: table-cell;
    vertical-align: middle;
}

#about-what-we-do {
    background-color: #515151 !important;
}

#about-what-we-do :is(h3, p) {
    color: #ffffff;
}

#about-what-we-do a {
    color: var(--gold) !important;
}

#about-past {
    background-color: #ffffff !important;
}

#about-past h3 {
    color: #000000;
}

/* 3. By the numbers */

#about-numbers {
    padding: 50px 0;
    background-color: var(--cardinal);
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
}

#about-numbers .col-md-6 {
    flex: 0 0 50%;
}

#about-numbers .col-12 {
    flex: 0 0 100%;
}

#about-numbers .fl-heading {
    margin-bottom: 1.2rem !important;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

#about-numbers .fl-col-group .fl-col-group {
    display: flex;
    flex-wrap: wrap;
    width: clamp(280px, 1100px, 100%);
    margin: 30px auto 0;
    text-align: center;
    font-size: 1em;
}

#about-numbers .fa-stack {
    font-size: 4em;
    height: 1em;
    line-height: 1;
    margin-bottom: 1rem;
}

#about-numbers .fl-rich-text {
    padding: 0 20px;
}

#about-numbers p {
    margin: 0;
}

#about-numbers strong {
    padding: 1rem 0;
    font-size: 2em;
}

/* 4. Diversity */

#about-diversity {
    background-color: #0082B3;
    color: #ffffff;
    font-size: 1.8rem;
}

#about-diversity .fl-col-group {
    display: flex;
    width: clamp(280px, 1100px, 100%);
    margin: 50px auto;
}

#about-diversity .content {
    padding-left: 50px;
}

#about-diversity h2 {
    margin: 0 0 2.4rem;
    color: #ffffff;
    font-size: 2em;
    font-weight: bold;
}

#about-diversity .fl-html {
    overflow: hidden;
    text-align: center;
}

#about-diversity .fa-stack {
    font-size: 16rem;
    height: 1em;
    line-height: 1;
}

@media (max-width: 767px) {
    #about-diversity {
        font-size: 1.6rem;
    }
}

/* 5. Video */

#about-video {
    margin-top: 6rem;
}

#about-video .fl-video > div {
    position: relative;
    overflow: hidden;
}

#about-video .fl-video > div::after {
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    display: block;
    padding: 15px;
    background: var(--cardinal);
    border-radius: 100%;
    color: rgba(255, 255, 255, .9);
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    content: "\f04b";
    line-height: .9;
    opacity: .9;
}

#about-video .fl-video img {
    transition: all .5s;
}

#about-video .fl-video:hover > div::after {
    opacity: 1;
}

#about-video .fl-video:hover img {
    transform: scale(1.1);
}

#about-video h2 {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

#about-video .fl-rich-text {
    padding-left: 5rem;
}

@media (max-width: 991px) {
    #about-intro .fl-col-group {
        flex-direction: column-reverse;
    }

    #about-intro .fl-col {
        max-width: 100%;
    }

    #about-intro .fl-col:first-of-type {
        margin: 20px auto 40px;
        padding: 0;
    }

    #about-intro img {
        max-width: 250px;
    }

    #about-intro .cite {
        display: none;
    }

    #about-numbers .col-md-6:nth-child(n+3) {
        padding-top: 40px;
    }

    #about-numbers .fa-stack {
        margin-bottom: 0;
    }

    #about-diversity .fl-col {
        width: 100% !important;
        max-width: none;
    }

    #about-video .fl-col {
        display: block;
        width: 100%;
    }

    #about-video .fl-rich-text {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    #about-numbers {
        font-size: 1.8rem;
    }

    #about-numbers .col-12:nth-child(n+2) {
        padding-top: 40px;
    }

    #about-diversity .fl-col-group {
        flex-direction: column-reverse;
        margin: 40px auto;
    }

    #about-diversity .content {
        padding: 40px 30px 0;
    }

    #about-diversity h2 {
        margin-bottom: 1rem;
    }

    #about-video {
        margin-top: 5rem;
        font-size: 1.6rem;
    }

    #about-video .fl-col-small {
        max-width: 100%;
    }
}

/*  Summer Interships Program  */
#summer-internship-faq h2 {
    font-size: 2.4rem;
}

#summer-internship-faq h3 {
    font-size: 2rem;
}

/*
 * ISI Timeline
 */
#isi-timeline {
    background-color: #000000;
    background-image: url(/wp-content/themes/isi-main/img/timeline-bg.jpg);
    background-position: top 100px center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

#isi-timeline .wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

#isi-timeline .headline {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 130px;
    max-width: 100%;
    background-image: linear-gradient(to bottom, #000000 0, #000000 90px, rgba(0, 0, 0, 0) 100%);
}

#isi-timeline .headline .container {
    position: relative;
    height: 100%;
}

#isi-timeline .decade-wrapper {
    position: fixed;
    z-index: 6;
    left: calc(50vw + 400px);
    width: 160px;
    height: 100%;
    border-left: solid 1px rgba(255, 255, 255, .2);
}

#isi-timeline .headline .decade-wrapper {
    height: 130px;
}

#isi-timeline nav span {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 1;
    color: #bbbbbb;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

#isi-timeline nav .current {
    color: var(--gold);
    font-size: 3rem;
}

#isi-timeline .decade-wrapper .marker {
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 9px;
    height: 9px;
    margin-left: -5px;
    border-radius: 9px;
    background: var(--gold);
    transition: all 1s;
}

#isi-timeline .mobile-decade {
    display: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#isi-timeline .mobile-decade nav {
    display: flex;
    padding: 30px 10px 20px;
}

#isi-timeline .mobile-decade nav span {
    display: block;
    width: 16.6%;
    height: initial;
    font-size: 2rem;
}

#isi-timeline .headline h2 {
    margin: 0;
    padding: 30px 0 0;
    color: #fff;
    font-size: 5.5rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

#isi-timeline h3 {
    color: var(--gold);
    margin-top: 2.5rem;
    font-size: 3.5rem;
}

#isi-timeline .entries {
    position: relative;
    height: calc(100vh - 172px);
    padding-top: 130px;
    overflow-x: hidden;
}

.customize-support #isi-timeline .entries {
    height: calc(100vh - 204px);
}

#isi-timeline .entry {
    position: relative;
}

#isi-timeline article {
    margin-left: 65px;
    padding-bottom: 100px;
    padding-left: 100px;
    border-left: solid 2px rgba(255, 255, 255, .6);
}

#isi-timeline .entry:last-of-type article {
    padding-bottom: 300px;
    border: none;
}

#isi-timeline figure {
    max-width: 500px;
}

#isi-timeline article p {
    margin: 10px 0 0;
    padding: 0;
}

#isi-timeline article p:first-child {
    margin-top: 0;
}

#isi-timeline a:link,
#isi-timeline a:hover,
#isi-timeline a:active,
#isi-timeline a:visited {
    color: var(--gold);
}

#isi-timeline .marker {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 56px;
    width: 20px;
    height: 20px;
    background-color: #333333;
    border: solid 2px var(--gold);
    border-radius: 20px;
    transition: all .5s;
}

#isi-timeline .year {
    left: 36px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 60px;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
}

#isi-timeline .entry .current {
    background: var(--gold);
    border-color: rgba(255, 255, 255, .8);
    color: #000000;
}

#isi-timeline .entries::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#isi-timeline .entries {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

@media (max-width: 1200px) {
    #isi-timeline .decade-wrapper {
        left: initial;
        right: 0;
    }
}

@media (max-width: 1100px) {
    #isi-timeline .entries {
        height: calc(100vh - 166px);
        padding-left: 0;
        padding-right: 0;
    }

    .customize-support #isi-timeline .entries {
        height: calc(100vh - 198px);
    }

    #isi-timeline article {
        padding-bottom: 80px;
        padding-left: 80px;
    }
}

@media (max-width: 782px) {
    .customize-support #isi-timeline .entries {
        height: calc(100vh - 212px);
    }
}

@media (max-width: 767px) {
    #isi-timeline {
        background-position: top 100px left -550px;
        background-size: 1000px;
    }

    #isi-timeline .headline {
        height: 190px;
        background-image: linear-gradient(to bottom, #000000 0, #000000 160px, rgba(0, 0, 0, 0) 100%);
    }

    #isi-timeline .headline .container {
        padding: 0;
    }

    #isi-timeline .decade-wrapper {
        display: none;
    }

    #isi-timeline .mobile-decade {
        display: block;
    }

    #isi-timeline .headline h2 {
        padding-top: 20px;
        font-size: 5rem;
    }

    #isi-timeline .entries {
        height: calc(100vh - 57px);
        padding-top: 200px;
    }

    .customize-support #isi-timeline .entries {
        height: calc(100vh - 103px);
    }

    #isi-timeline article {
        max-width: calc(100% - 70px);
        margin-left: 45px;
        padding-left: 50px;
        padding-right: 0;
    }

    #isi-timeline .marker {
        left: 36px;
    }

    #isi-timeline .year {
        left: 18px;
        width: 54px;
        height: 54px;
        line-height: 49px;
        border-radius: 54px;
        font-size: 1.7rem;
    }

    #isi-timeline h3 {
        margin: 2rem 0 .5rem;
        font-size: 2.5rem;
    }
}


/* -------------------------------
  Join Us

  1. Student banner
  2. Student positions
  3. Locations
 -------------------------------- */

/* 1. Student banner */

#join-us-student-banner .fl-col-content {
    padding: 0;
}

#student-numbers {
    display: block;
    width: clamp(250px, 600px, 100%);
    margin: 20px auto 0;
    color: #ffffff;
    text-align: center;
}

#student-numbers header {
    display: block;
    width: 100%;
}

#student-numbers div {
    display: inline-block;
    width: 49%;
}

#student-numbers hr {
    display: block;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background-color: var(--gold);
}

#student-numbers header::after,
#student-numbers div::before {
    display: block;
    width: 1px;
    height: 20px;
    margin: -1px auto 0;
    background-color: var(--gold);
    line-height: 1;
    content: "";
}

#student-numbers h3 {
    display: block;
    margin: 10px 0 0;
}

#student-numbers h3 strong {
    font-weight: normal;
}

#student-numbers b {
    display: block;
    margin: 5px 0 10px;
    color: var(--gold);
    font-size: 1.8em;
    line-height: 1;
}

#student-numbers p {
    margin: 0;
}

@media (max-width: 575px) {
    #student-numbers h3 strong {
        display: none;
    }
}

/* 1. Student positions */

#join-us-student-positions {
    background-color: var(--primary);
    text-align: center;
}

#join-us-student-positions .fl-row-content-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

#join-us-student-positions .fl-node-content {
    position: relative;
}

#join-us-student-positions .fl-node-content .btn-group,
#join-us-student-positions .fl-node-content .btn-group div {
    width: 100%;
}

#join-us-student-positions .fl-col-group {
    display: flex;
}

#join-us-student-positions .fl-col {
    padding: 50px 40px;
    text-align: left;
}

#join-us-student-positions .fl-col .fl-rich-text {
    padding-bottom: 50px;
}

#join-us-student-positions .icon .fa-stack {
    display: block;
    height: 1em;
    margin: 0 auto 3.5rem;
    font-size: 6rem;
    line-height: 1;
}

#join-us-student-positions h2 {
    margin: 0 0 1.5rem;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

#join-us-student-positions .btn-group {
    position: absolute;
    bottom: 0;
    text-align: center;
}

#join-us-student-positions .btn-light {
    display: inline-block;
    border: solid 2px var(--gold) !important;
    color: var(--gold) !important;
}

#join-us-student-positions .btn-light:hover {
    background-color: var(--gold) !important;
    color: #000000 !important;
}

@media (max-width: 991px) {
    #join-us-student-positions .fl-col {
        padding: 0 30px 60px;
    }

    #join-us-student-positions .fl-col:first-of-type {
        padding-top: 60px;
    }

    #join-us-student-positions .fl-col .fl-rich-text {
        display: block;
        width: clamp(280px, 600px, 100%);
        margin: 0 auto;
    }

    #join-us-student-positions .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 100%;
    }
}

/* 3. Locations */

#join-us-locations {
    min-height: 400px;
}

#join-us-locations .wrapper {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

#join-us-locations > div.container {
    position: relative;
}

#join-us-locations nav {
    display: inline-block;
    margin-top: 40px;
}

#join-us-locations nav button {
    margin-right: 50px;
    padding: 0 0 7px;
    background: none;
    color: white;
    font-size: .95em;
    transition: none;
}

#join-us-locations nav button:last-of-type {
    margin-right: 0;
}

#join-us-locations nav button.on {
    color: var(--gold);
    border-bottom: solid 2px var(--gold);
}

#join-us-locations nav button:hover:not(.on) {
    border-bottom: solid 2px var(--white);
}

#join-us-locations div.default-photo {
    display: block;
    z-index: 1;
}

#join-us-locations article {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

#join-us-locations section {
    position: absolute;
    top: 60px;
    width: 45%;
}

#join-us-locations figure {
    margin: 0;
}

#join-us-locations img {
    width: 100%;
}

#join-us-locations h2 {
    margin: 3.5rem 0 1.2rem;
    color: var(--cardinal);
    font-size: 2.4rem;
    font-weight: bold;
}

#join-us-locations p {
    margin: 0;
}

@media (max-width: 1099px) {
    .fl-full-width .fl-module #join-us-locations .container {
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    #join-us-locations article p {
        display: none;
    }
}

@media (max-width: 767px) {
    #join-us-locations .wrapper .container {
        padding-left: 0;
    }

    #join-us-locations div.default-photo,
    #join-us-locations article :is(figure, section) {
        display: none;
    }

    #join-us-locations nav {
        margin-top: 30px;
        padding: 20px 20px 0 20px;
        background: rgba(0, 0, 0, .4);
        border: solid 1px var(--gold);
        border-left: none;
    }

    #join-us-locations nav button {
        display: block;
        margin: 0 0 10px;
    }

    #join-us-locations nav button.on,
    #join-us-locations nav button:hover:not(.on) {
        border: none;
    }
}


/* -------------------------------
  Search

  1. Search results
  2. Search form
  3. Search module/filter
 -------------------------------- */

/* 1. Search results */

#search-results {
    width: clamp(280px, 900px, 95%);
    font-weight: normal;
}

#search-results .result {
    padding: 1.7rem 0;
}

#search-results .result:last-of-type {
    padding-bottom: 4rem;
}

#search-results h2 {
    margin: 0 0 .4rem;
    font-size: 1.2em;
}

#search-results h2 a {
    color: var(--cardinal);
}

#search-results h2 a:hover {
    text-decoration-line: underline;
}

#search-results .url {
    margin-bottom: .4rem;
    color: var(--mediumgray);
}

/* 2. Search form */

.search {
    margin-bottom: 3rem;
}

.search label,
.filters-module label {
    display: block;
    font-weight: bold;
}

.search button,
.search input[type="search"] {
    display: inline-block;
    vertical-align: top;
}

.search input[type="search"] {
    width: 250px;
    max-width: calc(100% - 130px);
    height: initial;
    margin-right: 5px;
    text-transform: lowercase;
}

/* 3. Search module/filter */

.search.module,
.filters-module {
    padding: 30px;
    background-color: var(--secondary);
}

.search.module .form-group {
    vertical-align: top;
    margin-bottom: 0;
}

.search.module .form-group:nth-child(2n) {
    margin-left: 4rem;
    padding-left: 4rem;
    border-left: solid 2px var(--lightgray);
}

.search.module label,
.filters-module {
    margin-bottom: 1.2rem;
    color: var(--cardinal);
    text-transform: uppercase;
    line-height: 1;
}

.search.module em,
.filters-module em {
    display: block;
    margin-top: .8rem;
    color: var(--gray);
    font-size: .95em;
}

.search.module input[type="search"] {
    max-width: 100%;
    width: calc(100% - 130px);
}

@media (max-width: 767px) {
    .search.module .form-group:nth-child(2n) {
        margin: 2.4rem 0 0;
        padding: 2.4rem 0 0;
        border-left: none;
        border-top: solid 2px var(--lightgray);
    }
}

@media (max-width: 575px) {
    .search.module {
        padding: 20px;
    }
}


/* -------------------------------
  ISI Directory
 -------------------------------- */

#people-directory {
    margin-bottom: 80px;
}

#people-directory th {
    white-space: nowrap;
}

#people-directory tr th:nth-child(4) {
    min-width: 150px;
}

#people-directory a {
    display: block;
    font-weight: normal !important;
}

#people-directory span {
    display: inline-block;
    margin: 0 5px;
    opacity: .8;
}

#full-directory h2 {
    padding-bottom: .5rem;
    border-bottom: 2px solid var(--lightgray);
}

#full-directory ul {
    list-style: none;
    column-count: 3;
}

@media (max-width: 575px) {
    #people-directory th {
        white-space: normal;
    }
}


/* -------------------------------
  Staff Landing Page
 -------------------------------- */

#staff #employee-content {
    padding-left: 6rem;
    line-height: 1.7;
}

#staff #employee-content section {
    margin-top: 3rem;
}

#staff h2 {
    margin: 0 0 1rem;
    color: var(--cardinal);
    font-size: 2.3em;
    font-weight: bold;
}

#staff .employee-title {
    margin: 0 0 .8rem;
    padding: 0;
    line-height: 1.3;
    font-size: 1.3em;
    font-weight: normal;
}

#staff .employee-title:last-of-type {
    margin: 0;
}

#staff #employee-name {
    letter-spacing: .025rem;
}

#staff #office-phone :not(i, i + span) {
    display: block;
    padding-left: 26px;
}

#staff h3 {
    margin: 4rem 0 1.5rem;
    font-size: 1.4em;
    font-weight: 600;
}

#staff section h3:first-of-type {
    margin-top: 0;
}

#staff aside {
    min-width: 300px;
}

#staff figure {
    margin: 0 0 3rem;
    padding: 20px 0 0 20px;
    text-align: center;
}

#staff #employee-content figure {
    display: none;
}

#staff img {
    max-width: 280px;
    box-shadow: -20px -20px var(--cardinal);
}

#staff aside .h3 {
    margin: 0;
    padding: 13px 15px;
    line-height: 1;
    background-color: var(--cardinal);
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

#staff .data-group :is(p, ul) {
    margin: 0 0 0 10px;
    padding: 15px;
    background-color: var(--secondary);
    font-size: .95em;
}

#staff aside ul {
    list-style: none;
    padding-left: 10px;
}

#staff aside li {
    max-width: 260px;
    padding-bottom: .5em;
    line-height: 1.4;
}

#staff aside li:last-of-type {
    padding-bottom: 0;
}

#staff .data-group .fas {
    margin-right: 12px;
    font-size: 14px;
}

@media (max-width: 991px) {
    #staff {
        font-size: 1.6rem;
    }

    #staff aside {
        margin-top: 3rem;
    }

    #staff #employee-content figure {
        display: block;
    }

    #staff aside figure {
        display: none;
    }

    #staff #employee-content {
        padding-left: 0;
    }

    #staff #employee-content section {
        margin-top: 3rem;
    }

    #staff h2 {
        margin-bottom: .8rem;
    }
}


/* -------------------------------
  Executive Leadership
 -------------------------------- */

#executives article {
    padding-top: 20px;
    padding-bottom: 20px;
}

#executives .exec-3 article {
    padding-top: 15px;
    padding-bottom: 15px;
}

#executives .wrapper {
    display: flex;
    height: 100%;
    padding: 25px;
    background-color: var(--secondary);
}

#executives .photo {
    flex: 0 0 180px;
    width: clamp(150px, 180px, 100%);
}

#executives .photo figure,
#executives .photo img {
    width: 100%;
}

#executives .content {
    flex-grow: 1;
    margin-left: 25px;
}

#executives h3 {
    margin-top: 0;
    font-size: 1.3em;
    font-weight: bold;
}

#executives .exec-1 h3 {
    font-size: 1.5em;
}

#executives h4 {
    margin-bottom: 1.5rem;
    font-size: 1em;
    font-style: italic;
}

#executives :not(.exec-3) h3 {
    margin-bottom: 1.5rem;
}

#executives :not(.exec-3) h4 {
    margin-bottom: .8rem;
}

#executives :not(.exec-3) .content {
    margin-left: 40px;
}

#executives :not(.exec-3) .bio p {
    margin-top: 2.4rem;
}

#executives :not(.exec-3) .bio p {
    margin-bottom: 3rem;
}

#executives .exec-1 .wrapper {
    padding: 0;
    background: none;
}

#executives .exec-1 .photo {
    flex: 0 0 280px;
    width: clamp(250px, 280px, 100%);
}

#executives .exec-2 .photo {
    flex: 0 0 255px;
    width: clamp(250px, 255px, 100%);
}

@media (max-width: 991px) {
    #executives .exec-3 .wrapper {
        position: relative;
        flex-direction: column;
        padding-bottom: 80px;
        text-align: center;
    }

    #executives .exec-3 .photo {
        margin: 0 auto;
    }

    #executives .exec-3 .content {
        margin: 0;
    }

    #executives .exec-3 .bio {
        position: absolute;
        bottom: 25px;
        width: 100%;
        margin-left: -25px;
    }

    #executives .exec-3 h4 {
        margin-bottom: .8rem;
    }

    #executives .exec-3 .bio p {
        display: none;
    }
}

@media (max-width: 700px) {
    #executives article {
        font-size: 1.6rem;
    }

    #executives .row.exec-3 article {
        padding: 15px;
    }

    #executives .row.exec-1 article {
        padding: 0;
    }

    #executives :not(.exec-3) .wrapper {
        position: relative;
        flex-direction: column;
    }

    #executives .exec-1 .wrapper {
        padding-bottom: 20px;
    }

    #executives .exec-3 .wrapper {
        padding-bottom: 80px;
    }

    #executives :not(.exec-3) .photo {
        margin: 0 auto;
    }

    #executives :not(.exec-3) .bio p {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    #executives article,
    #executives .exec-3 article:nth-child(odd),
    #executives .exec-3 article:nth-child(even) {
        padding: 15px !important;
    }

    #executives .row .wrapper .content {
        margin: 0;
    }

    #executives .exec-3 .wrapper {
        padding-bottom: 30px;
    }

    #executives .row .wrapper .bio {
        position: relative;
        bottom: 0;
        margin: 0;
        text-align: center;
    }

    #executives .row .wrapper .bio p {
        text-align: left;
    }

    #executives .bio .btn-light {
        margin-top: 2.4rem;
    }
}


/* -------------------------------
  Research Leadership
 -------------------------------- */

#research-leadership .filters-module {
    margin-bottom: 30px;
    padding-bottom: 0;
}

#research-leadership fieldset {
    width: 100%;
}

#research-leadership .filters .wrapper {
    display: flex;
    flex-wrap: wrap;
}

#research-leadership fieldset .filters {
    display: none;
    padding-bottom: 30px;
}

#research-leadership legend {
    margin: 0;
    padding-bottom: 30px;
    color: var(--cardinal);
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    cursor: pointer;
}

#research-leadership legend::after {
    margin-left: 10px;
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 400;
    content: "\f0fe";
}

#research-leadership .expand legend::after {
    content: "\f146";
}

#research-leadership label {
    color: var(--primary);
}

#research-leadership .field-group {
    padding: 0 20px 0 0;
}

#research-leadership .field-group label {
    margin-bottom: 1.5rem;
    font-weight: normal;
    text-transform: none;
}

#research-leadership .field-title label {
    margin-bottom: 1.7rem;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

#research-leadership .field-group input {
    margin-right: 10px;
}

@media (max-width: 575px) {
    #research-leadership .filters-module {
        margin: 40px -5px 10px;
        padding: 20px 20px 0;
    }

    #research-leadership .filters-module legend {
        padding-bottom: 20px;
    }

    #research-leadership fieldset .filters {
        padding-bottom: 20px;
    }

    #research-positions .field-title {
        margin-top: 1.5rem;
    }
}


/* -------------------------------
  Seminars and Events

  1. Cards
  2. Seminars and Events page
  3. Events page
 -------------------------------- */

/* 1. Cards */

.events .card {
    margin: 0 auto 3rem;
    border: none;
}

.events .page-header {
    margin-bottom: 0;
    padding-bottom: 0;
}

.events .card:hover {
    text-decoration: none;
}

.events .card:hover article {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.events article {
    position: relative;
    height: 100%;
    background-color: var(--secondary);
}

.event-date {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 60px;
    height: 100%;
    padding: 0;
    background-color: var(--cardinal);
    color: #ffffff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
}

.event-date span {
    display: block;
    width: 100%;
    text-align: center;
}

.events .month {
    font-size: 1.1em;
    text-transform: uppercase;
}

.events .day {
    font-size: 1.5em;
    font-weight: bold;
}

.event-content {
    padding: 1.5rem;
    padding-left: 80px;
    color: var(--text);
}

.event-content figure {
    display: inline-block;
    max-width: 200px;
    margin-right: 40px;
    vertical-align: top;
}

.event-content .meta {
    display: inline-block;
    max-width: 550px;
    vertical-align: top;
}

.event-content .type {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.event-content h3 {
    margin: 0 0 1.3rem;
    padding: 0;
    color: var(--cardinal);
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.4;
}

.event-content p {
    margin: 0 0 15px;
}

.event-content .time {
    display: block;
    font-size: 1em;
}

.event-content .fas {
    width: 20px;
    margin-right: 10px;
    color: var(--cardinal);
}

/* 2. Seminars and Events page */

#page-events #fl-main-content,
#page-past-events #fl-main-content {
    margin-bottom: 0;
}

#page-events .events a,
#page-past-events .events a {
    font-weight: normal;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.archive .cta-events {
    margin-bottom: -100px;
}

.cta-events {
    justify-content: center;
    background-image: url(/wp-content/uploads/2021/02/events-header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    color: #ffffff;
    text-align: center;
}

.cta-events .fl-row-content-wrap {
    padding: 70px 0 100px;
    background: rgba(0, 0, 0, .7);
}

.cta-events .container {
    display: flex;
    justify-content: center;
    padding: 0;
}

.cta-events .btn-rounded {
    margin-top: 5rem;
}

.cta-events a {
    padding: 1rem 3rem !important;
    text-decoration: none;
}

#calendar-subscribe {
    position: relative;
    margin: 5.5rem auto 4.5rem;
    padding: 4rem 2.5rem 2rem;
    border: solid 1px var(--lightgray);
    border-radius: 10px;
}

#calendar-subscribe::before {
    position: absolute;
    top: -35px;
    left: calc(50% - 30px);
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-size: 5rem;
    content: "\f073";
    background: #fff;
    border: solid 10px #fff;
    color: var(--mediumgray);
}

#calendar-subscribe h3 {
    margin: 0 0 2rem;
}

#calendar-subscribe ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#calendar-subscribe li {
    display: inline-block;
    padding: 0 20px;
}

#calendar-subscribe i {
    font-size: 30px;
}

@media (max-width: 991px) {
    .cta-events .fl-row-content-wrap {
        padding-bottom: 7.5rem !important;
    }
}

@media (max-width: 768px) {
    .events .card {
        margin: 0 0 3rem;
        max-width: 100%;
        flex: 0 0 auto;
    }
}

/* 3. Event page */

.event .sidebar {
    padding-right: 3rem;
}

.event aside {
    padding: 0;
}

.event aside .meta-group {
    padding: 2.4rem 2.4rem 2px;
    background-color: var(--secondary);
}

.event aside > div {
    transition: all .5s;
}

.event aside .meta {
    display: flex;
    margin-bottom: 3rem;
}

.event aside .meta div {
    line-height: 1.55;
}

.event aside .label {
    width: 2.4rem;
    margin-right: 1.5rem;
    text-align: center;
}

.event aside i {
    color: var(--cardinal);
    line-height: 1.625;
}

.event aside p {
    margin: 0;
    padding: 0;
}

.event aside .meta strong {
    display: block;
}

.event h2 {
    margin-top: 0;
    color: var(--cardinal);
    font-weight: bold;
}

.event-type {
    margin-bottom: 1.3rem;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.event .event-info {
    padding-left: 15px;
}

.event #calendar-actions {
    margin-top: 20px;
}

.event #calendar-actions a {
    display: inline-block;
}

.event #calendar-actions i {
    margin-right: 15px;
    font-size: 2.3rem;
}

.event #calendar-actions i.fa-google {
    font-size: 2.1rem;
}

a:hover i.fa-apple {
    color: #ee0202;
}

a:hover i.fa-google {
    color: #258F3F;
}

a:hover i.fa-windows {
    color: #009EE3;
}

@media (max-width: 991px) {
    .event {
        font-size: 1.6rem;
    }

    .event .sidebar {
        padding-right: 15px;
    }

    .event aside {
        margin-bottom: 3rem;
    }

    .event .event-type {
        margin-bottom: .8rem;
    }

    .event .event-info {
        padding-left: 0;
    }

    .event .break {
        display: none;
    }
}


/**
 * Seminar series subscriptions
 */

#seminar-series form {
    margin-bottom: 60px;
}

#seminar-series .form-check-input {
    width: 1.25em;
    height: 1.25em;
}

#seminar-series section {
    margin-bottom: 40px;
}

#seminar-series header {
    padding: 20px;
    font-size: 1.125em;
    font-weight: bold;
}

#seminar-series section label {
    margin-bottom: 0;
    padding: 30px 20px;
}

#seminar-series section label:nth-child(even) {
    background-color: var(--secondary);
}

#seminar-series label:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#seminar-series section label div:first-child,
#seminar-series header div:first-child {
    flex: 1;
    padding-right: 5%;
}

#seminar-series section label div:last-child,
#seminar-series header div:last-child {
    flex: 0 1 130px;
    max-width: 130px;
    text-align: center;
}

#seminar-series h2 {
    margin-bottom: 2rem;
}

#seminar-series h3 {
    margin: 0 0 .75rem;
    font-size: 1.125em;
    font-weight: bold;
}

#seminar-series p {
    font-size: 1em;
}

#seminar-series label p:last-child {
    margin: 0;
}

#seminar-series .alert {
    position: relative;
}

#seminar-series .form-group {
    width: clamp(250px, 300px, 300px);
    margin: 20px auto;
}

#seminar-series .form-group label {
    font-weight: bold;
}

#seminar-series .form-group label:hover {
    box-shadow: none;
}

#seminar-series .invalid-feedback {
    display: block;
}

@media (max-width: 575px) {
    #seminar-series section label div:first-child,
    #seminar-series header div:first-child {
        padding-right: 0;
    }
}


/**
 * Technical reports
 */

#technical-report-form {
    margin-top: 2rem;
}

.treports h3 {
    margin: 1.5rem 0 2.4rem;
    font-weight: bold;
}

.treports article {
    margin: 0 0 20px;
    padding: 20px !important;
    box-shadow: 0 0 1px 1px var(--lightgray);
}

.treports article h4 {
    font-weight: bold;
}

.treports article h4 a {
    color: var(--cardinal);
}

.treports article h4 a:hover {
    text-decoration-line: underline;
}

.treports article p {
    margin: 2rem 0;
}

.treports article span {
    margin-right: 2.5rem;
}

.treports article span:last-child::before {
    content: "|";
    color: var(--lightgray);
}

#fl-main-content .treports span a {
    font-weight: normal;
}

#fl-main-content .treports footer span a {
    text-decoration: underline;
}

.treports article span i {
    margin-left: 2.5rem;
    margin-right: 10px;
}

.treports article b {
    background-color: var(--gold) !important;
}

.treports footer {
    font-size: .95em;
}


/**
 * ISI Timeline
 */
.page-id-335 #fl-main-content {
    margin: 0;
}


/**
 * Contact ISI
 */
#contact-isi {
    max-width: 100%;
}

#contact-isi .alert {
    margin-bottom: 3rem;
}

#contact-isi .row .alert {
    margin-bottom: 2rem;
}


/**
 * Media relations
 */

#media-relations .row {
    align-items: flex-start;
}

#media-relations article:first-of-type {
    padding: 0 50px 50px 0;
}

#media-relations article:last-of-type {
    padding: 30px;
    background-color: var(--secondary);
}

@media (max-width: 767px) {
    #media-relations article:first-of-type {
        padding-right: 0;
    }
}

/* -------------------------------
  Executive Memos
-------------------------------- */
#page-executive-office-memoranda .isi-main-content .fl-module-rich-text strong {
    display: inline-block;
    width: 130px;
}

@media (max-width: 767px) {
    #page-executive-office-memoranda .isi-main-content .fl-module-rich-text strong {
        display: block;
        margin-top: 10px;
    }
}

/* -------------------------------
  Careers - Job Openings
-------------------------------- */
#job-filters .filters-module {
    margin-bottom: 30px;
    padding: 2rem 2rem 2.5rem;
}

#job-filters fieldset {
    width: 100%;
    font-size: 1.7rem;
}

#job-filters legend {
    margin: 0;
    padding-bottom: 2rem;
    color: var(--cardinal);
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

#job-filters label {
    margin-bottom: 1rem;
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

#job-filters select {
    padding: 5px;
}

#job-listings > div {
    padding: 25px 0;
}

#job-listings > div:not(:last-of-type) {
    border-bottom: solid 1px var(--lightgray);
}

#job-listings div a.job-title {
    font-size: 1.2em;
}

#job-listings div p {
    margin: 0;
}

#job-listings dl {
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 3px 0;
    margin: 10px 0 0;
}

#job-listings dt {
    margin: 0;
    padding-right: 8px;
    max-width: 30px;
}

#job-listings dd {
    grid-column-start: 2;
    margin: 0;
}

#job-listings dt i {
    width: 20px;
    color: var(--cardinal);
    font-size: .9em;
    text-align: center;
}

#job-listings .description {
    width: 70%;
    padding-top: 3px;
    line-height: 1.4;
}

@media (max-width: 991) {
    #job-listings .description {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #job-listings .filters-module {
        margin: 40px -5px 10px;
        padding: 20px 20px 0;
    }

    #job-listings .filters-module legend {
        padding-bottom: 20px;
    }
}

.job-opening {
    padding-bottom: 30px;
}

.job-opening dl {
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 10px 0;
    max-width: 600px;
    margin: 25px 0 30px;
}

.job-opening dt {
    margin: 0;
    padding: 5px 20px 5px 5px;
    font-weight: bold;
}

.job-opening dd {
    grid-column-start: 2;
    margin: 0;
    padding: 5px 30px 5px 20px;
    border-left: none;
}

.job-opening dl dd:not(:last-of-type),
.job-opening dl dt:not(:last-of-type) {
    border-bottom: solid 1px var(--lightgray);
}

.job-opening dt i {
    width: 20px;
    margin-right: 12px;
    color: var(--cardinal);
    text-align: center;
}

.job-opening ul br {
    display: none;
}

/* -------------------------------
  Action Online
-------------------------------- */
#action-online .row {
    align-items: flex-start;
}

#action-online article:last-of-type {
    padding: 0 50px 50px 0;
}

#action-online article:first-of-type {
    margin-bottom: 30px;
    padding: 30px;
    background-color: var(--secondary);
}

@media (max-width: 767px) {
    #action-online article:last-of-type {
        padding-right: 0;
    }
}

/* -------------------------------
  Personal User Manuals
-------------------------------- */
#personal-user-manual-list {
    margin-bottom: 80px;
}

#personal-user-manual-list h3 {
    padding-bottom: 10px;
    border-bottom: solid 1px var(--lightgray);
}

#personal-user-manual-list ul {
    column-count: 3;
    column-gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#personal-user-manual-list li {
    padding-bottom: 2px;
}

#personal-user-manual-list #download-btn {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 15px;
    background: var(--cardinal);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: normal !important;
    cursor: pointer;
    transition: all .5s;
}

#personal-user-manual-list #download-btn i {
    display: block;
    font-size: 50px;
    margin-bottom: 15px;
}

#personal-user-manual-list #download-btn:hover {
    background: var(--brightred);
    text-decoration: none;
}

#personal-user-manual-list #download-btn .fa-duotone::after {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
    #personal-user-manual-list ul {
        column-count: 2;
        column-gap: 30px;
    }
}


/**
 * Annual reports
 */
#annual-reports {
    display: flex;
    flex-wrap: wrap;
}

#annual-reports article {
    text-align: center;
    margin: 0 2rem 6rem;
}

#annual-reports article .btn {
    display: block;
    margin-top: 2rem;
}

@media (max-width: 1099px) {
    #annual-reports {
        justify-content: center;
    }
}


/**
 * Call to actions
 */

.cta {
    font-size: 1.8rem;
    text-align: center !important;
}

.cta .fl-row-content-wrap {
    padding: 6.5rem 1.7rem;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

.cta h2 {
    margin-top: 0;
    margin-bottom: 3rem;
    color: #ffffff;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1;
}

.cta p {
    margin-bottom: 1.2rem;
}

.cta .btn-rounded {
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .cta {
        font-size: 1.7rem;
    }

    .cta .fl-row-content-wrap {
        padding: 4.5rem 1.7rem;
    }
}


/**
 * Publications
 */
#bibbase-search button {
    padding: .85rem 2rem;
    font-size: 1.7rem;
}

#bibbase .dropdown {
    margin-right: 30px;
}

#bibbase_header .dropdown-menu {
    padding: 10px 0;
    font-size: 1.5rem;
}

#bibbase_header .dropdown-menu li {
    padding: 0 10px;
}

#bibbase_header .dropdown-menu li:hover {
    background-color: var(--cardinal);
}

#bibbase_header .dropdown-menu li:hover a {
    background-color: var(--cardinal);
    color: #fff;
}

#bibbase_header .dropdown-menu li.groupby.author {
    /*display: none;*/
}

#bibbase_header .nav .dropdown-toggle .caret {
    border-top-color: var(--cardinal);
    border-bottom-color: var(--cardinal);
}

#menu_dropdown {
    width: 200px;
}

.bibbase_group {
    position: relative;
    background-color: var(--secondary);
    color: #900;
    font-style: normal;
    font-weight: bold;
    text-shadow: none;
    border-radius: 0;
    border: solid 1px var(--lightgray);
    margin: 20px 0;
    padding: 10px 15px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.bibbase_group .bibbase_group_count {
    margin-left: 10px;
    color: var(--mediumgray);
    font-weight: normal;
}

.bibbase_group i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 24px;
}

.bibbase_group_body {
    font-size: 1.5rem;
}

.bibbase_paper {
    margin-bottom: 10px;
    line-height: 1.5;
}

.bibbase_paper_title, .bibbase_paper_content {
    display: block;
}

.bibbase_paper_title a::after {
    margin-left: .5rem;
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 900;
    content: "\f08e";
    color: var(--cardinal);
}

.bibbase_paper_content a.link {
    margin-right: 10px;
}

.bibbase_icon {
    display: none;
}

@media (max-width: 767px) {
    #bibbase-search {
        border: solid 1px var(--lightgray);
    }
}

#publications-filter {
    text-align: center;
}

#publications-filter .btn {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

#publications-filter .btn.disabled, #publications-filter .btn.disabled:hover {
    background-color: var(--lightgray);
    color: #999;
}

#publications-filter .newer i {
    margin-left: 10px;
}

#publications-filter > .older i {
    margin-right: 10px;
}

#publications-filter ul {
    display: inline-block;
    list-style: none;
    margin: 0 20px 5rem;
    padding: 0;
}

#publications-filter ul li {
    display: inline-block;
    margin: 0 20px;
}

#publications-filter ul a {
    color: #000000;
    padding-bottom: 5px;
}

#publications-filter ul a:hover {
    color: var(--cardinal);
    text-decoration: none;
}

#publications-filter ul li.active {
    border-bottom: solid 4px var(--cardinal);
}

@media (max-width: 1099px) {
    #publications-filter .btn {
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding: 1.1rem 1.5rem;
    }

    #publications-filter ul li {
        margin: 0 15px;
    }
}

@media (max-width: 1024px) {
    #publications-filter ul li:not(.active) {
        display: none;
    }

    #publications-filter ul li.active {
        border-bottom: none;
        margin: 0;
    }
}

#publications .h2 {
    margin: 3rem 0 1.5rem;
    font-size: 30px !important;
}

#publications .h4 {
    font-size: 1.4em !important;
}

#publications .year {
    margin: 3rem 0 1.5rem;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

#publications .year.h4:first-of-type {
    margin-top: 0;
}

#publications .pub .title {
    margin: 0;
    font-size: 16px;
}

#publications .pubs a {
    color: var(--cardinal);
}

#publications .pub {
    margin-bottom: 20px;
}

#publications-form {
    margin-bottom: 20px;
}

#publications .pager a:hover {
    text-decoration: none;
}


/**
 * Honors
 */
#isi-honors {
    margin-bottom: 100px;
}

#isi-honors article {
    margin-bottom: 60px;
}

#isi-honors .awards strong span {
    font-weight: normal;
}
