body {
    font-family: Montserrat, sans-serif;
    font-size: medium;
    text-align: justify;
}

.parallax-header {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: white;
}

.parallax-bg {
    background-image: url("../images/26-ICRA-banner.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateY(0);
}

.header-content {
    position: relative;
    top: 20%;
    width: 100%;
}

.workshop-citation {
    margin-top: 12px;
    text-align: center;
    font-size: 0.8rem;
    opacity: 0.5;
}

.workshop-citation a {
    color: inherit;
    text-decoration: none;
}

.workshop-citation a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.figure-img {
    border-radius: 50%;
}

.title-head {
    font-size: 20px;
    color: black;
}

@media (min-width: 992px) {
    header {
        padding: 156px 0 100px;
    }
}

@media (max-width: 500px) {
    .title-head {
        display: none;
    }
}

section {
    padding: 50px 0;
}

.section-flush-top {
    padding: 70px 0 0;
}

section .container {
    padding-bottom: 0;
}

span.titlesec {
    font-weight: bold;
    font-size: 2em;
    display: block;
}

.nav-schedule-link {
    padding-right: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}

.titlebox {
    display: inline-block;
    width: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: rgba(0, 0, 0, 0.7);
}

.title {
    margin-bottom: 0;
    text-align: center;
    font-size: 2.7em;
}

.title-kicker {
    font-size: 0.66em;
}

.subtitle {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5em;
}

#schedule .event-location {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.sponsor-logo-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
}

.sponsor-logo-cell {
    min-width: 0;
    text-align: center;
    border: 1px solid #d7dde6;
    border-radius: 8px;
    padding: 22px;
    background: #fff;
}

.sponsor-site-link {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 600;
}

.sponsor-logo-link {
    display: block;
}

.sponsor-logo {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .sponsor-logo-row {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 24px;
    }

    .sponsor-logo-cell {
        width: 100%;
    }

    .sponsor-logo-cell:first-child {
        order: 1;
    }

    .sponsor-logo-cell:nth-child(2) {
        order: 2;
    }
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

.profpic {
    margin: auto;
    padding-bottom: 10px;
    width: 190px;
}

.countdown-timer {
    margin-left: 10px;
    font-weight: bold;
    color: #d9534f;
    font-size: 0.9em;
}

.profpic img {
    width: 130px;
    height: 130px;
    display: block;
    margin: auto;
    object-fit: cover;
}

.speaker img {
    width: 170px;
    height: 170px;
    display: block;
    margin: auto;
}

.profpic .profname {
    text-align: center;
    font-size: large;
    height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: black;
}

.profpic .profname a {
    color: black;
}

.profpic .institution {
    text-align: center;
    font-size: 15px;
    height: 60px;
    color: black;
}

.navbar {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 5;
}

@media only screen and (max-width: 480px) {
    .titlebox {
        padding: 5px;
    }

    .title {
        font-size: 1.6em;
    }

    .subtitle {
        font-size: 1em;
    }

    .collapsible-section-mobile-only .collapsible-preview {
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 481px) {
    .collapsible-section-mobile-only .collapsible-header {
        cursor: default;
    }

    .collapsible-section-mobile-only .collapsible-control,
    .collapsible-section-mobile-only .collapsible-expand-prompt {
        display: none;
    }

    .collapsible-section-mobile-only .collapsible-preview {
        display: block !important;
        overflow: visible;
    }

    .collapsible-section-mobile-only .collapse {
        display: block !important;
        height: auto !important;
    }

    .collapsible-section-mobile-only .collapsible-content {
        margin-top: 0;
    }
}

li {
    display: list-item;
}

.schedule-time-col {
    width: 7%;
}

.schedule-image-col {
    width: 170px;
}

.schedule-time-cell,
.schedule-image-cell,
.schedule-info-cell {
    vertical-align: top;
}

.schedule-time-cell {
    text-align: left;
    white-space: nowrap;
}

.schedule-image-cell {
    text-align: left;
}

.schedule-image-cell img {
    max-width: 160px;
    width: 100%;
}

#schedule table td:nth-child(3),
#schedule table th:nth-child(3) {
    text-align: left;
}

#schedule.schedule-compact {
    --schedule-compact-media-width: 112px;
    --schedule-compact-gap: 0.75rem;
}

@media (min-width: 576px) {
    #schedule.schedule-compact {
        --schedule-compact-media-width: 160px;
    }
}

#schedule.schedule-compact table,
#schedule.schedule-compact tbody,
#schedule.schedule-compact tbody tr,
#schedule.schedule-compact tbody td {
    display: block;
}

#schedule.schedule-compact table,
#schedule.schedule-compact tbody,
#schedule.schedule-compact tbody tr {
    width: 100%;
}

#schedule.schedule-compact colgroup,
#schedule.schedule-compact thead {
    display: none;
}

#schedule.schedule-compact tbody tr {
    position: relative;
    min-height: 2.75rem;
    padding: 0.75rem 0 0.75rem calc(var(--schedule-compact-media-width) + var(--schedule-compact-gap));
}

#schedule.schedule-compact tbody td {
    border-top: 0;
    padding: 0;
}

#schedule.schedule-compact .schedule-time-cell {
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: var(--schedule-compact-media-width);
    padding-bottom: 0;
}

#schedule.schedule-compact .schedule-image-cell {
    display: none;
}

#schedule.schedule-compact .schedule-image-cell:not(:empty) {
    position: absolute;
    top: 2.75rem;
    left: 0;
    display: block;
    width: var(--schedule-compact-media-width);
    padding-top: 0;
}

#schedule.schedule-compact .schedule-image-cell img {
    display: block;
    width: 100%;
    max-width: none;
}

#schedule.schedule-compact .schedule-image-cell:not(:empty) + .schedule-info-cell {
    min-height: calc(var(--schedule-compact-media-width) + 2.75rem);
}

#schedule.schedule-compact .schedule-info-cell {
    width: 100%;
    min-width: 0;
}

#schedule .news.collapse {
    text-align: justify;
}

.abstract-toggle {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: #007bff;
    font: inherit;
    line-height: inherit;
    text-align: left;
    cursor: pointer;
}

.abstract-toggle:hover,
.abstract-toggle:focus {
    color: #0056b3;
    text-decoration: underline;
}

.abstract-toggle:focus {
    outline: 2px solid #80bdff;
    outline-offset: 2px;
}

.abstract-body {
    margin-top: 10px;
}

.collapsible-section {
    margin-top: 0;
}

.collapsible-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

.collapsible-header:hover,
.collapsible-header:focus {
    color: inherit;
    text-decoration: none;
}

.collapsible-header:focus {
    outline: 2px solid #80bdff;
    outline-offset: 2px;
}

.collapsible-title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
}

.collapsible-control {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.collapsible-state-collapse {
    display: none;
}

.collapsible-section.is-expanded .collapsible-state-expand {
    display: none;
}

.collapsible-section.is-expanded .collapsible-state-collapse {
    display: inline;
}

.collapsible-header:hover .collapsible-state-expand,
.collapsible-header:hover .collapsible-state-collapse,
.collapsible-header:focus .collapsible-state-expand,
.collapsible-header:focus .collapsible-state-collapse {
    text-decoration: underline;
}

.collapsible-chevron {
    margin-right: 10px;
    font-size: 0.75rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.collapsible-section.is-expanded .collapsible-chevron {
    transform: rotate(180deg);
}

.collapsible-content {
    margin-top: 10px;
}

.collapsible-preview {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    overflow: hidden;
}

.collapsible-section.is-expanded .collapsible-preview {
    display: block;
    overflow: visible;
}

.collapsible-expand-prompt {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: right;
    cursor: pointer;
}

.collapsible-expand-prompt:hover,
.collapsible-expand-prompt:focus {
    text-decoration: underline;
}

.collapsible-expand-prompt:focus {
    outline: 2px solid #80bdff;
    outline-offset: 2px;
}

.collapsible-section.is-expanded .collapsible-expand-prompt {
    display: none;
}

.subsection-heading {
    font-weight: bold;
    margin-top: 20px;
}

.important-date-passed {
    text-decoration: line-through;
}

.papers-loading,
.papers-error {
    text-align: center;
}

.papers-loading {
    color: #666;
}

.papers-error {
    color: #d9534f;
}

.paper-entry {
    margin-bottom: 25px;
    text-align: left;
}

.paper-title {
    display: inline;
    color: #000;
    font-weight: bold;
}

.paper-badge {
    margin-left: 8px;
}

.paper-authors {
    font-style: italic;
}

.paper-forum-link {
    display: inline-block;
    margin-right: 8px;
    padding: 0 3px;
    border: 1px solid currentColor;
    border-radius: 2px;
    color: #d9534f;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.paper-forum-link:hover,
.paper-forum-link:focus {
    color: #b52b27;
    text-decoration: none;
}

.paper-abstract-toggle {
    margin-top: 4px;
}

.paper-abstract-body {
    margin-top: 10px;
    text-align: justify;
}

.contact-text {
    display: block;
    text-align: left;
}
