/*
 Theme Name: ISI 21
 Author: Dominik Staros
 Version: 1.0
 Description: A play off of the main theme, but used for other ISI websites.
 template: bb-theme
 */


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

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

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


/* -------------------------------
  Resets
-------------------------------- */
body {
    background-color: #ffffff !important;
    color: #333333;
    font-size: 1.7rem;
    line-height: 1.65;
}

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,
.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, a:hover, a:link, a:active, a:visited {
    color: var(--cardinal);
}

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

a.btn, a.btn:hover, a.btn:link,
a.btn:active, a.btn:visited {
    color: #ffffff;
    text-decoration: none !important;
}

.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";
    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;
}

.carousel button {
    position: absolute !important;
    top: 0 !important;
    background: none !important;
    padding: 0 !important;
}

@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;
}

body.home.page-template-default .container.fl-content-full {
    margin-top: 0;
}

#fl-main-content {
    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: 4rem;
    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 (min-width: 768px) {
    .page-template-default main {
        padding: 0 40px;
    }
}

@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;
    }

    .page-template-default main {
        padding: 0 20px;
    }
}


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

main h3 {
    margin-bottom: 1.5rem;
}

.form-check-input {
    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 {
    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;
}

.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: 0px;
    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: 0px;
    }
    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";
    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: #ffffff;
    font-size: 17px;
}

.full-section.shaded {
    background-color: var(--secondary);
}

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

.full-section section {
    width: 50%;
    height: 500px;
}

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

.ab-left .text-wrapper {
    position: absolute;
    left: 0;
    padding-left: 4.5rem;
}

.ab-right .text-wrapper {
    position: absolute;
    right: 0;
    padding-right: 4.5rem;
}

.full-section section.content {
    position: relative;
}

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

.full-section .photo {
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
}

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

.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 .text-wrapper {
        width: 100%;
        padding: 0 3.5rem !important;
    }
}

@media (max-width: 992px) {
    .full-section .fl-col-group {
        flex-direction: column;
    }

    .full-section section {
        width: 100%;
        height: initial !important;
    }

    .ab-left .text-wrapper,
    .ab-right .text-wrapper {
        position: relative;
    }

    .full-section section.content {
        flex: 0 0 100%;
        order: 12;
    }

    .full-section section .fl-rich-text {
        height: initial !important;
        padding: 3rem 0;
    }

    .full-section section.photo {
        height: auto;
        background: none !important
    }

    .full-section section.photo img {
        display: block;
        width: 100%;
    }
}

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

/* 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;
    }
}

/* 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: 0 auto 60px;
}

.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.pos-right .photo {
    margin: 0 0 0 60px;
}

.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;
}

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

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

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

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

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

.fixed-section ul {
    padding-left: 15px;
}

.fixed-section ul li {
    margin-bottom: 15px;
}

.fixed-section ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1099px) {
    .fixed-section {
        margin: 40px 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.container {
        padding: 0 30px;
    }

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

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

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

    .fixed-section .photo {
        flex-basis: initial;
        width: clamp(250px, 100%, 500px);
        margin: 0 auto 2.4rem !important;
        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;
    }

    .fixed-section.container {
        margin: 30px auto;
    }
}


.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;
    }
}

/* Carousel */
.carousel {
    max-width: 100%;
    margin: 0 auto;
}

.carousel .title {
    margin-bottom: .25em;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
}

.carousel .title, .carousel p {
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}

.carousel p {
    margin-bottom: 0;
    padding: 0 1em;
    font-size: 1.2em;
    font-weight: normal;
}

.carousel a:hover .title {
    color: var(--gold);
}

.carousel.text-background .carousel-caption {
    bottom: 50px;
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
}

.carousel-indicators {
    margin-bottom: 5px;
}

.carousel.hide-controls .carousel-caption {
    right: 5%;
    left: 5%;
}

.carousel.hide-indicators .carousel-caption {
    bottom: 0;
}

.dark-theme .carousel-control-prev-icon, .dark-theme .carousel-control-next-icon {
    border-radius: 50%;
    border: solid 10px #000;
    background-color: #000;
    width: 40px;
    height: 40px;
}

.dark-theme .carousel-indicators li {
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .carousel-caption.d-none {
        display: block !important;
    }

    .carousel-caption {
        display: block;
        position: unset;
        background-color: #3c3c3c !important;
        border-radius: 0% !important;
    }

    .carousel-caption p:last-child {
        margin-bottom: 10px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon,
    .carousel-control-next-icon, .carousel-control-next-icon {
        position: absolute;
        top: 160px;
    }
}

@media screen and (max-width: 650px) {
    .carousel-control-next-icon, .carousel-control-prev-icon,
    .carousel-control-next-icon, .carousel-control-next-icon {
        top: 140px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-control-next-icon, .carousel-control-prev-icon,
    .carousel-control-next-icon, .carousel-control-next-icon {
        top: 120px;
    }
}

@media screen and (max-width: 450px) {
    .carousel-control-next-icon, .carousel-control-prev-icon,
    .carousel-control-next-icon, .carousel-control-next-icon {
        top: 100px;
    }
}

@media screen and (max-width: 400px) {
    .carousel-control-next-icon, .carousel-control-prev-icon,
    .carousel-control-next-icon, .carousel-control-next-icon {
        top: 80px;
    }
}

/* Cards */
.fl-full-width .fl-module .container.cards-wrapper {
    max-width: 100%;
    padding: 0;
}

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

.cards-wrapper a, .cards-wrapper div.researcher {
    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;
    font-size: 1.2em;
    font-weight: bold;
}

.cards-wrapper a h3 {
    color: var(--cardinal);
}

.cards-wrapper h4 {
    margin-bottom: 1.6rem;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

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

@media (max-width: 1099px) {
    .fl-full-width .fl-row.cards-wrapper.container {
        max-width: 100%;
    }
}

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

    .cards-wrapper article {
        padding: 0;
    }

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

/* People Cards VIMAL Style */
.isi-module-person {
    text-align: center;
    margin-bottom: 80px;
}

.isi-module-person figure {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 10px;
}

.isi-module-person figure.isi-module-image-small {
    max-height: 200px;
    max-width: 200px;
}

.isi-module-person figure.isi-module-image-medium {
    max-height: 300px;
    max-width: 300px;
}

.isi-module-person figure.isi-module-image-large {
    max-height: 400px;
    max-width: 400px;
}

.isi-module-person img {
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease;
}

.isi-module-person a:hover img {
    transform: scale(1.1);
}

.isi-module-person h3 {
    display: inline-block;
    font-size: 2.5rem;
    margin: 0 0 5px 0;
}

.isi-module-person a:hover h3, .isi-module-person .social-media a:hover {
    color: #990000;
    text-decoration: none;
}

.isi-module-person .title {
    text-transform: uppercase;
    font-family: "latolight", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.isi-module-person .description {
    opacity: 70%;
    margin-top: 20px;
    padding: 0 20px 0;
}

.isi-module-person .social-media {
    margin: 20px 0 0;
}

.isi-module-person ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.isi-module-person .social-media li {
    margin: 0 12px;
}

.isi-module-person ul .google-scholar a::after {
    font-family: "Font Awesome 6 Brands";
    content: "\f1a0";
}

.isi-module-person ul .linkedin a::after {
    font-family: "Font Awesome 6 Brands";
    content: "\f08c";
}

.isi-module-person ul .twitter a::after {
    font-family: "Font Awesome 6 Brands";
    content: "\e61b";
}

.isi-module-person .social-media a {
    color: black;
}

/* -------------------------------
  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 .top-bar li:last-of-type a {
    padding-right: 0;
}

#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: 126px;
    height: 50px;
    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: block;
    float: right;
    width: 233px;
    height: 50px;
    background-image: url(/wp-content/themes/isi-main/img/usc-primary-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s;
}

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

/* 3. Site Banner  */

#site-banner {
    background-color: #2C2C2C;
    background-image: url(img/banners/circuits-right-v3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#site-banner .wrapper, .site-title {
    background: transparent url(img/banners/circuits-left.png) no-repeat;
}

#site-banner .container {
    padding: 1.8rem 40px;
}

#site-banner .description {
    margin-bottom: 5px;
    color: var(--gold);
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
}

#site-banner a:hover {
    color: transparent;
    text-decoration: none;
}

#site-banner h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 4.2rem;
    line-height: 1.1;
    text-transform: uppercase;
    transition: all 1s;
}

/* 4. Media queries */

@media (max-width: 1100px) {
    #site-masthead .logo {
        /*width: 380px;
        height: 32px;*/
    }

    #site-masthead .usc-logo {
        /*width: 157px;
        height: 32px;*/
    }
}

@media (max-width: 992px) {
    #site-banner {
        background-image: none;
    }
}


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

  1. Menu wrappers
  2. Main 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;
}

#site-menu ul.nav .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);
}

#site-menu ul.nav .row {
    margin: 0;
}

/* 2. Primary menu */

#site-menu ul.nav > li {
    margin: 0;
}

#site-menu ul.nav li button {
    display: none;
}

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

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

#site-menu ul.nav > 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: '';
}

#site-menu ul.nav > li > a:focus {
    outline: none;
}

#site-menu ul.nav > li > .nav-link i {
    color: #fff;
    vertical-align: top;
    margin-top: 17px;
}

/* 3. Sub-menu */

#site-menu ul.nav .sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 620px;
    height: 220px;
    margin: 0;
    list-style: none;
    padding-left: 17px;
}

#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;
}

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

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

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

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

/* 3. Simple menu */
.simplemenu #site-menu ul.nav .wrapper {
    left: initial;
    width: initial;
    min-width: 200px;
    margin-left: .8rem;
    padding: 2rem 0 .5rem;
}

.simplemenu #site-menu ul.nav .row {
    display: block;
    width: 100%;
}

.simplemenu #site-menu ul.nav .wrapper aside {
    display: none;
}

.simplemenu #site-menu ul.nav .wrapper .container {
    left: initial;
    width: initial;
    max-width: 100%;
}

.simplemenu #site-menu ul.nav .sub-menu {
    height: initial;
    padding-left: 1em;
}

/* 3. Simple menu - Marco Updates */
/* 3.1. General Menu Style*/
#site-menu.simple_dropdown ul.nav .wrapper {
    left: initial;
    width: initial;
    min-width: 200px;
    margin-left: .8rem;
    padding: 2rem 0 .5rem;
}

#site-menu.simple_dropdown aside {
    display: none !important;
}

#site-menu.simple_dropdown ul.nav .wrapper .container {
    margin: 0;
    max-width: fit-content !important;
}

#site-menu.simple_dropdown ul.nav .sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 620px;
    height: initial;
    margin: 0;
    padding-left: 1em;
    list-style: none;
}

#site-menu.simple_dropdown ul.nav .sub-menu > li {
    padding: 0;
    max-width: 300px;
    padding-right: 5rem;
}

@media (max-width: 1199px) {
    #site-menu.simple_dropdown ul.nav .wrapper {
        left: initial;
        width: initial;
    }

    #site-menu.simple_dropdown ul.nav .wrapper .container {
        padding-left: 0;
    }
}

/* 3.2. Level 3 Style*/
#site-menu.simple_dropdown .navbar-nav .sub-menu ul {
    display: none;
    padding: 0;
    list-style: none;
    -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);
}

#site-menu.simple_dropdown .navbar-nav .sub-menu ul li {
    white-space: nowrap;
    padding: 0 2rem 0 1rem;
}

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

#site-menu.simple_dropdown .navbar-nav .sub-menu ul li:not(:first-child) a {
    padding-left: 1.625rem;
}

#site-menu.simple_dropdown .navbar-nav .sub-menu ul li:first-child::before {
    display: inline-block;
    margin-left: -15px;
    padding-right: 1.7rem;
    font: var(--fa-font-solid);
    font-size: 3.0rem;
    font-weight: 600;
    content: "\f0da";
    color: var(--primary);
    transform: none;
    vertical-align: top;
    line-height: 3.0rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#site-menu.simple_dropdown .navbar-nav .sub-menu li:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    width: initial;
    min-width: 160px;
    margin-top: -35px;
    padding: .25rem 0;
    background-color: #555;
}

#site-menu.simple_dropdown .navbar-nav .sub-menu .menu-item-has-children::after {
    font-family: "Font Awesome 6 Pro";
    font-size: 1.3rem;
    line-height: 2;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    color: #999999;
    padding: 0 1em;
    vertical-align: top;
    position: absolute;
    left: 100%;
    margin: -29px 0 0 -34px;
}

#site-menu.simple_dropdown .navbar-nav .sub-menu .menu-item-has-children li:first-child::before {
    content: none;
}

#site-menu.simple_dropdown .navbar-nav .sub-menu .menu-item-has-children li:first-child a {
    padding-left: 1.625rem;
}

#site-menu.simple_dropdown ul.nav .sub-menu ul li::before {
    content: none;
}

#site-menu .navbar-nav .sub-menu .menu-item-has-children:hover::after {
    color: #fc0;
}

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

/* 4.a. Third level items */

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

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

#site-menu ul.nav .sub-menu ul li::before {
    display: inline-block;
    margin-left: -.8rem;
    padding-right: 1.7rem;
    font-family: "Font Awesome 6 Pro";
    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.b Third level simple menu items */
.simplemenu #site-menu ul.nav .sub-menu ul {
    display: none;
}

.simplemenu #site-menu ul.nav .sub-menu li:hover ul {
    display: block;
    position: absolute;
    left: 100%;
    width: initial;
    min-width: 160px;
    margin-top: -31px;
    padding: .25rem 0;
    background-color: #555;
}

.simplemenu #site-menu ul.nav .sub-menu ul li {
    white-space: nowrap;
    padding: 0 2rem 0 1rem;
}

.simplemenu #site-menu ul.nav .sub-menu ul li:not(:first-child)::before {
    display: none;
}

.simplemenu #site-menu ul.nav .sub-menu ul li:first-child::before {
    margin-left: -12px;
    font-size: 3.0rem;
    font-weight: 600;
    content: "\f0da";
    color: var(--primary);
    transform: none;
    vertical-align: top;
    line-height: 3.0rem;
}

.simplemenu #site-menu ul.nav .sub-menu ul li:not(:first-child) a {
    padding-left: 1.625rem;
}

/* 4. Mobile menu */

#site-menu .mobile-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

#site-menu .mobile-menu .header {
    position: relative;
    width: 100%;
    height: 67px;
}

#site-menu .mobile-menu .logo {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 370px;
    height: 37px;
    background-image: url(/wp-content/themes/isi-main/img/isi-logo-gold.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .5s;
}

#site-menu .description {
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase;
}

#site-menu .mobile-menu .site-title {
    width: 100%;
    padding: 20px 20px 12px;
    background-color: #2c2c2c;
}

#site-menu .mobile-menu .site-title a {
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.2;
    text-transform: uppercase;
}

#site-menu .mobile-menu button {
    position: absolute;
    top: 11px;
    right: 10px;
    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: 1199px) {
    #site-menu .wrapper {
        padding: 1.5rem 0;
    }

    #site-menu ul.nav .wrapper {
        left: 0;
        width: 100%;
    }

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

    #site-menu ul.nav .wrapper .row {
        margin: 0;
    }

    #site-menu .megamenu .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;
    }

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

@media (min-width: 768px) {
    #site-menu ul.nav > 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 {
        -ms-flex-flow: wrap;
        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 .megamenu .sub-menu {
        display: block;
        height: initial;
        margin: 0 0 0 2rem;
    }

    #site-menu ul.nav.nav {
        display: block;
    }

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

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

    #site-menu ul.nav .open .wrapper {
        display: block;
    }

    #site-menu ul.nav .wrapper .container {
        padding: 0;
    }

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

    #site-menu ul.nav > li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

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

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

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

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

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

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

    #site-menu ul.nav {
        background-color: var(--darkgray);
    }

    #site-menu ul.nav > li > .nav-link,
    #site-menu ul.nav > li > .nav-link:focus {
        border: none !important;
        -webkit-tap-highlight-color: transparent !important;
        outline: none !important;
        box-shadow: none !important;
    }

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

    #site-menu ul.nav > li:hover {
        background-color: transparent;
    }

    /*** Simple Menu ***/
    .simplemenu #site-menu ul.nav .wrapper {
        left: 0;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .simplemenu #site-menu ul.nav .sub-menu {
        padding-left: 0;
        margin: 0 0 0 2.5rem;
    }

    .simplemenu #site-menu ul.nav .sub-menu li:hover ul {
        display: none;
    }
}

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

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

    #site-menu .mobile-menu .header {
        height: 57px;
    }

    #site-menu .mobile-menu button {
        top: 6px;
    }
}


/* -------------------------------
  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;
    }
}


/* -------------------------------
  Page header

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

/* 1 Main page header */

#page-header {
    background-color: #ffffff;
}

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

#page-header .page-title {
    margin-bottom: 1.5rem;
    border-bottom: solid 2px var(--secondary);
}

#page-header h1 {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: 3.6rem 4rem 2rem 0;
    color: var(--cardinal);
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    transition: all .5s;
}

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

@media (max-width: 1099px) {
    #page-header .page-title {
        margin: 0 40px 1.5rem;
    }

    #page-header h1 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    #page-header .page-title {
        margin: 0 20px 1.5rem;
    }

    #page-header h1 {
        font-size: 3.4rem;
    }
}

/* 2. Breadcrumbs */

.breadcrumbs {
    overflow: hidden;
}

.breadcrumbs nav.container {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

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

#page-news .breadcrumbs nav::before {
    background-color: var(--secondary);
}

.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";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    color: #999999;
    padding: 0 1rem;
    vertical-align: top;
}

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

.breadcrumbs li, .breadcrumbs a, .breadcrumbs a:visited {
    color: var(--cardinal);
    font-weight: normal !important;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

@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";
    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";
    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*=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: 2em;
}

.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 {
        margin: 0;
    }

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

    #menu-footer-links li:last-child a {
        padding-bottom: 0;
    }

    #site-footer .usc-links li:last-child a {
        margin-bottom: 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";
    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;
    }
}


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

  1. Latest news
  2. Upcoming events
  4. Home ending
 -------------------------------- */

/* 1. Latest news */

#latest-news {
    margin: 40px auto 60px;
}

#latest-news article {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

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

#latest-news p {
    margin-bottom: 0;
}

#latest-news header {
    position: relative;
    height: 100%;
}

#latest-news figure {
    overflow: hidden;
}

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

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

#latest-news .featured a:hover h3 {
    text-decoration-line: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

#latest-news .featured p {
    margin-bottom: 3rem;
}

#latest-news div a.btn-primary {
    margin: 3em auto;
}

/* 2. Lead story */

#latest-news .lead-story {
    margin-bottom: 40px;
}

#latest-news .lead-story a {
    display: block;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

#latest-news .lead-story .content {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    padding: 1rem 3rem 1.5rem;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .85) 70%);
}

#latest-news .lead-story h3 {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 2.25em;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}

#latest-news .lead-story a:hover h3 {
    color: var(--gold);
}

#latest-news .lead-story p {
    color: #ffffff;
    font-size: 1.15em;
}

#latest-news .lead-story figure img {
    margin-top: -50px;
}

a .fa-external-link {
    margin-left: 15px;
    color: var(--mediumgray);
    font-size: .8em;
}

@media (max-width: 1200px) {
    #latest-news .lead-story a {
        height: initial;
        overflow: auto;
    }

    #latest-news .lead-story figure {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    #latest-news {
        margin-top: 0;
    }

    #latest-news .lead-story,
    #latest-news .lead-story article {
        padding: 0;
        max-width: 100%;
    }

    #latest-news .lead-story .row {
        margin: 0;
    }

    #latest-news .lead-story .content {
        width: 100%;
    }

    #latest-news .lead-story figure img {
        margin-top: 0;
    }

    #latest-news .lead-story h3 {
        margin-bottom: 0;
    }

    #latest-news h3 {
        font-size: 1.125em;
    }

    #latest-news .featured > div {
        margin-bottom: 3rem;
    }

    #latest-news p {
        display: none;
    }

    #latest-news .btn {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    #latest-news .lead-story {
        margin-bottom: 30px;
    }

    #latest-news .lead-story.container {
        max-width: 100%;
    }

    #latest-news .lead-story .content {
        padding: 1.5rem;
    }

    #latest-news .lead-story h3 {
        font-size: 1.3em;
    }

    #latest-news .featured figure {
        margin-bottom: .8rem;
    }

    #latest-news .featured h3 {
        margin-bottom: 0;
    }
}

/* 2. Upcoming events */

#upcoming-events {
    padding: 4.8rem 0;
}

#upcoming-events h2 {
    color: var(--cardinal);
    margin: 0 0 3rem;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#upcoming-events h3 {
    color: var(--text);
    font-size: 1.05em;
}

#upcoming-events {
    position: relative;
}

#upcoming-events:before {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    bottom: -10px;
    right: 50px;
    content: "\f8cb";
    color: rgba(0, 0, 0, .06);
    font-size: 360px;
    font-weight: 900;
    line-height: 1;
}

#upcoming-events a.event {
    display: block;
    padding: 1.6rem 0;
    color: var(--primary);
    transition: all .5s;
}

#upcoming-events a.event:hover {
    background-color: rgba(0, 0, 0, .05);
    text-decoration: none;
}

#upcoming-events .event-wrapper {
    margin-bottom: 1.7rem;
}

#upcoming-events .event-wrapper .row > a:nth-child(2) {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

#upcoming-events .event-wrapper .row > a:last-child {
    border-right: none;
}

#upcoming-events article {
    padding: 0 3rem;
}

#upcoming-events .event-date {
    width: initial;
    height: initial;
    top: 1.6rem;
    padding: 0 .4rem 0 1.2rem;
    background: none;
    color: var(--cardinal);
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

#upcoming-events .month {
    margin-bottom: .4rem;
}

#upcoming-events .event-content {
    padding: 0 0 0 70px;
}

#upcoming-events .event .time {
    margin-top: 1.6rem;
    color: var(--cardinal);
}

#upcoming-events .cta {
    margin-top: 4rem;
}

#upcoming-events .speaker {
    font-weight: normal;
    line-height: 1.2;
}

@media (max-width: 1099px) {
    #upcoming-events .event-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    #upcoming-events .event-wrapper:before {
        right: 5px;
    }

    #upcoming-events .event-date {
        position: relative;
        top: 0;
        display: block;
        padding: 0 0 1rem;
    }

    #upcoming-events .event-date span {
        display: inline-block;
        width: initial;
        margin: 0 .5rem 0 0;
    }

    #upcoming-events .event-content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #upcoming-events:before {
        font-size: 300px;
    }

    #upcoming-events .speaker {
        display: none;
    }

    #upcoming-events h2 {
        margin-bottom: 1.5rem;
        font-size: 1.75em;
    }

    #upcoming-events h3 {
        margin: 0;
    }

    #upcoming-events a.event {
        margin-bottom: .8rem;
    }

    #upcoming-events .event-wrapper .row > a:nth-child(2) {
        border: none;
    }

    #upcoming-events article {
        border: none !important;
    }

    #upcoming-events .event-date {
        font-size: 1.3em;
    }

    #upcoming-events .event .time {
        margin-top: 1rem;
    }

    #upcoming-events .cta-section {
        margin-top: 1.6rem;
    }
}

/* 4. 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;
    }
}


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

  1. News articles
  2. News feed
 -------------------------------- */

/* 1. News articles */

article.news figure {
    margin-bottom: 3rem;
}

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

.news h2 {
    margin-top: 0;
    font-size: 2.1em;
    font-weight: bold;
    line-height: 1.2;
}

.news h3, .news h4 {
    margin: 3rem 0 1.5rem;
}

.news h4 {
    font-size: 1.8em;
    font-weight: bold;
}

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

.news p {
    line-height: 1.7;
}

.news blockquote {
    float: right;
    max-width: 50%;
    margin-left: 5rem;
    padding-left: 2rem;
    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::after {
    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 .share h3 {
    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: #1da1f2;
}

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

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

@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 time {
    display: block;
    margin-bottom: 1.5rem;
    color: var(--gray);
    font-size: .9em;
    line-height: .9em;
}

.news .end {
    position: relative;
    display: block;
    margin: 60px auto 0;
    width: 300px;
    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;
}

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

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


/* 2. News widget */

.news-widget {
    margin: 0;
}

.news-widget article {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 3rem;
}

.news-widget p {
    margin-bottom: 0;
}

.news-widget header {
    position: relative;
    height: 100%;
    display: flex !important;
    align-items: center;
    background: #333;
}

.news-widget header a:first-child {
    flex-basis: 66%;
    width: 100%;
}

.news-widget section {
    flex-basis: 34%;
    background: #333;
    color: white;
    padding: 20px;
}

.news-widget section h3 {
    color: #fc0;
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2;
}

.news-widget section a:hover {
    text-decoration: underline #fc0;
}

.news-widget figure {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}

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

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

.news-widget div a.btn-primary {
    margin: 3em auto;
}

@media screen and (max-width: 900px) {
    .news-widget header {
        flex-direction: column;
    }
}

/* -------------------------------
  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: 2.5rem;
}

.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;
    -ms-flex-flow: row wrap;
    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;
    -ms-flex-line-pack: 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: 600px;
    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;
}

.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;
}

@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 */

#page-events.page-template-default main {
    padding: 0;
}

.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;
}

@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;
}

.treports article span i {
    margin-left: 2.5rem;
    margin-right: 10px;
}

.treports article b {
    background-color: var(--gold) !important;
}

.treports footer {
    font-size: .95em;
}


/**
 * About
 */
#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);
}

@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;
    }
}


/**
 * 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;
    }
}


/**
 * 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;
    }
}


/**
 * Call to actions
 */
#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: 0px 0px 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;
    }
}


/* 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. By the numbers */

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

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

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

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

.cta-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;
}

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

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

.cta-numbers p {
    margin: 0;
}

.cta-numbers strong {
    padding: 1rem 0;
    font-size: 2em;
}

@media (max-width: 768px) {
    .cta-numbers .fl-col-group .fl-col-group .fl-col-small {
        flex: 0 0 100%;
    }

    .cta-numbers .fl-col-group .fl-col-group .fl-col-small:nth-child(n+2) {
        padding-top: 40px;
    }
}


#site-top-banner {
    background-color: var(--gold);
    text-align: center;
    padding: 20px;
}

#site-top-banner p {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
}

#site-top-banner span {
    display: inline-block;
    margin-left: 25px;
}

#site-top-banner a {
    padding: 5px 20px;
    background-color: var(--cardinal);
    border-radius: 20px;
    color: #fff;
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: all .5s;
}

#site-top-banner a:hover {
    text-decoration: none;
    background-color: var(--brightred);
}

@media (max-width: 800px) {
    #site-top-banner span {
        display: block;
        margin: 15px 0 0;
    }
}


/* -------------------------------
  Careers - Job Openings
-------------------------------- */
#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;
    }
}


/**
 * Publications
 */

.pub {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
}

.pubs .year {
    margin: 3rem 0 1.5rem;
    color: #000;
    font-size: 2.5rem;
    font-weight: bold;
}

.pubs .year.h4:first-of-type {
    margin-top: 0;
}

.pub .title {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
}

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

.pubs a:hover {
    text-decoration: underline;
}

.pubs .links a {
    font-weight: normal !important;
}
