/* ============================ Custom CSS for FTS Template ============================ */
/* == */

@font-face {
    font-family: "SIU Saluki";
    src: url("/_assets/homepage/fonts/SIUSaluki.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
.saluki {
    font-family: "SIU Saluki", Arial, sans-serif !important;
    line-height: 1 !important;
}

/* ============================ General Fixes ============================ */
html,
section {
    scroll-margin-top: 4rem;
    scroll-padding-top: 4rem;
}
b,
strong,
b a,
strong a {
    font-weight: 600 !important;
}
.locations.responsive-table a {
    color: #6c0633;
    font-weight: bold;
}
hr {
    height: 1px;
    border-color: #525252 !important;
    background-color: #525252 !important;
    border-width: 0;
}

div#landing-nav-container {
    display: none;
}

input[type="text"] {
    border: solid !important;
    border-width: 0.5px !important;
    border-color: #525252 !important;
    padding: 0 0.25em !important;
}

select {
    border: solid !important;
    border-width: 0.5px !important;
    border-color: #525252 !important;
    /*padding: .5em !important;*/
}

/* ============================ Adds Classes for WYSIWYG Editor ============================ */
figure.image {
    margin-top: 1em;
    border: none !important;
    background: none !important;
}
figure.float-figure-right,
figure.float-figure-left {
    max-width: 100%;
    margin: 1em 0 !important;
    float: none;
    /*margin: auto;
     */
    /*width: 80%;
     */
}
figure .float-figure-right img,
figure .float-figure-left img {
    width: 100% !important;
}
figure figcaption {
    font-size: 0.75em !important;
    padding: 0 1em;
    opacity: 0.6;
    text-align: center;
}
figure.float-figure-left {
    float: left;
    margin-right: 2.5rem !important;
}
@media (min-width: 48em) {
    figure.float-figure-right {
        max-width: 45%;
        float: right;
        margin: 1em 0 0.5em 2.5rem !important;
    }
    figure.float-figure-left {
        max-width: 45%;
        float: left;
        margin: 1em 2.5rem 0.5em 0 !important;
    }
    figure .float-figure-right img,
    figure .float-figure-left img {
        width: 45% !important;
    }
}
.float-right {
    float: right;
    margin: 0.5em 0 2rem 2.5rem !important;
}
.float-left {
    float: left;
    margin: 0.5em 2rem 0 2.5rem !important;
    margin-left: 0 !important;
}
.float-right img {
    max-width: 50%;
}
.hide {
    left: -5000em;
    padding: 0;
    position: absolute;
    top: -10em;
}
.filled-cta,
.filled-cta-wide,
.ghost-cta,
.ghost-cta-wide,
.btn-maroon-sm,
.fancybox-inner * a {
    font-size: 1.25rem;
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(
        var(--theme-button-text-color) / var(--tw-text-opacity)
    ) !important;
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: 600;
    font-family: Archivo Narrow, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
        Noto Color Emoji;
    text-align: left;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity));
    border-color: transparent;
    border-width: 3px !important;
    display: inline-block;
    text-decoration: inherit !important;
    margin-right: 1.25rem;
    margin-bottom: 0.5em;
}
.filled-cta:hover,
.filled-cta-wide:hover,
.fancybox-inner * a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(
        var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity)
    );
}
.fancybox-inner * a {
    margin: 1em 0 0.5em 0;
}
.btn-maroon-sm {
    font-stretch: semi-condensed;
    font-weight: 400;
    color: #ffffff !important;
    background-color: #6c0633;
}
.btn-maroon-sm:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(137 56 92);
}
.ghost-cta,
.ghost-cta-wide{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(
        var(--theme-button-bg-color) / var(--tw-text-opacity)
    ) !important;
    --tw-border-opacity: 1;
    border-color: rgb(
        var(--theme-button-bg-color) / var(--tw-border-opacity)
    ) !important;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ghost-cta:hover,
.ghost-cta-wide:hover {
    --tw-text-opacity: 1;
    color: rgb(
        var(--theme-button-text-color) / var(--tw-text-opacity)
    ) !important;
    --tw-bg-opacity: 1;
    background-color: rgb(
        var(--theme-button-bg-color) / var(--tw-bg-opacity)
    ) !important;
}

.filled-cta-wide,
.ghost-cta-wide{
    width: 100%;
    text-align: center;
    margin: auto;
}

table thead,
tr th {
    --tw-bg-opacity: 1;
    background-color: rgb(108 6 51 / var(--tw-bg-opacity));
    border-bottom-color: var(--tw-prose-th-borders);
    border-bottom-width: 1px;
}
table thead tr th,
table thead tr td,
tr th {
    border-left-width: 1px !important;
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgb(77 4 36 / var(--tw-border-opacity));
    /* had !important - removed to use slate */
    border-right-width: 1px !important;
    color: var(--tw-prose-headings);
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 700;
    padding: 1rem;
    /* had !important - removed to use slate */
    vertical-align: bottom;
}
table thead tr td {
    font-size: 1.35em;
    background-color: #353334;
}
table caption {
    display: none;
}
.smaller {
    font-size: 0.75em;
    letter-spacing: 0.0125em;
    line-height: 1.5em;
    display: inline-block;
    opacity: 0.6;
}
.alumnishop {
    background-color: hsl(30, 9%, 96%);
    padding: 2em;
}
.call-out,
.callout,
.announcements {
    background-color: rgba(224, 221, 215, 0.05) !important;
    border-left: solid !important;
    border-color: #005370 !important;
    border-left-width: 0.25em !important;
    padding: 0.25em 1.25em !important;
}

.email-sig-generator-field {
    margin-bottom: 1em;
}
/* ============================ End Classes for WYSIWYG Editor ============================ */
/* ============================ Increases font size for current page in navigation, applies to both desktop and mobile - 09.22.23 Halfacre ============================ */
.aria-current\:\[\&_a\]\:\!text-black a[aria-current] {
    font-size: 1.2rem !important;
}
/* ============================ Adds additional color themes - 09.22.23 Halfacre ============================ */
[data-tw-theme="neutral-50"] {
    --theme-bg-color: 250 250 250;
    --theme-text-color: 3 0 1;
    --theme-heading-color: 3 0 1;
    --theme-fancy-link-color: 108 6 51;
    --theme-fancy-link-hocus-color: 137 56 92;
    --theme-button-bg-color: 108 6 51;
    --theme-button-text-color: 255 255 255;
    --theme-button-hocus-bg-color: 137 56 92;
    --theme-subsup-color: 53 51 52;
}
[data-tw-theme="neutral-100"] {
    --theme-bg-color: 245 245 245;
    --theme-text-color: 3 0 1;
    --theme-heading-color: 3 0 1;
    --theme-fancy-link-color: 108 6 51;
    --theme-fancy-link-hocus-color: 137 56 92;
    --theme-button-bg-color: 108 6 51;
    --theme-button-text-color: 255 255 255;
    --theme-button-hocus-bg-color: 137 56 92;
    --theme-subsup-color: 53 51 52;
}
/* ============================ Adding more background colors - 09.22.23 Halfacre ============================ */
.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
/* Removes top padding, and left padding on any WYSIWYG block that is next to the sidebar */
.with-sidebar * #wysiwyg-11 {
    padding-top: 0 !important;
}
.with-sidebar * .container.py-vertical-space:first-of-type {
    padding-top: 0 !important;
    padding-left: 0 !important;
}
.with-sidebar * #wysiwyg-11,
.with-sidebar * #wysiwyg-22,
.with-sidebar * #wysiwyg-33,
.with-sidebar * #wysiwyg-44,
.with-sidebar * #wysiwyg-55,
.with-sidebar * #wysiwyg-66,
.with-sidebar * #wysiwyg-77,
.with-sidebar * #wysiwyg-88,
.with-sidebar * #wysiwyg-99 {
    padding-left: 0 !important;
}

/* Ends Removes top padding, and left padding on any WYSIWYG block that is next to the sidebar */
/* All Caps for WYSIWYG */
.caps-lock {
    text-transform: uppercase;
}
.bigger-text {
    font-size: 1.25em;
}
/* Notes for WYSIWYG */
.notes {
    color: red;
    font-weight: bold;
}
/* Clear Both */
.clearboth {
    clear: both;
}

/* ======= Good Column Classes ======= */
/* General Column Layout Styles */
.two-column,
.two-col,
.three-column,
.three-col,
.three-two-column,
.four-column,
.four-col,
.four-two-column {
    margin-top: 0 !important;
    margin-bottom: 2em;
    column-gap: 2em;
    list-style-position: inside;
}
.two-column,
.twocol {
    column-count: 2;
}
.three-column,
.threecol,
.three-two-column {
    column-count: 3;
}
.four-column,
.fourcol,
.four-two-column {
    column-count: 4;
}
/* Prevent breaking in block-level elements */
.two-column div,
.two-column ul,
.two-column li,
.twocol div,
.twocol ul,
.twocol li,
.three-column div,
.three-column ul,
.three-column li,
.threecol div,
.threecol ul,
.threecol li,
.four-column div,
.four-column ul,
.four-column li,
.fourcol div,
.fourcol ul,
.fourcol li,
.three-two-column div,
.three-two-column ul,
.three-two-column li,
.four-two-column div,
.four-two-column ul,
.four-two-column li {
    break-inside: avoid;
    page-break-inside: avoid;
    /* Print compatibility */
    margin-bottom: 1em;
    /* Space between blocks */
}
/* Additional rule for avoiding column breaks in direct children */
.two-column > div,
.twocol > div,
.three-column > div,
.threecol > div,
.four-column > div,
.fourcol > div,
.three-two-column > div,
.four-two-column > div {
    break-inside: avoid-column;
}
/* Prevent margin issues for content inside columns */
.two-column p,
.two-column h2,
.two-column h3,
.two-column h4,
.two-column ul,
.two-column li,
.two-column img,
.twocol p,
.twocol h2,
.twocol h3,
.twocol h4,
.twocol ul,
.twocol li,
.twocol img,
.three-column p,
.three-column h2,
.three-column h3,
.three-column h4,
.three-column ul,
.three-column li,
.three-column img,
.threecol p,
.threecol h2,
.threecol h3,
.threecol h4,
.threecol ul,
.threecol li,
.threecol img,
.four-column p,
.four-column h2,
.four-column h3,
.four-column h4,
.four-column ul,
.four-column li,
.four-column img,
.fourcol p,
.fourcol h2,
.fourcol h3,
.fourcol h4,
.fourcol ul,
.fourcol li,
.fourcol img,
.three-two-column p,
.three-two-column h2,
.three-two-column h3,
.three-two-column h4,
.three-two-column ul,
.three-two-column li,
.three-two-column img,
.four-two-column p,
.four-two-column h2,
.four-two-column h3,
.four-two-column h4,
.four-two-column ul,
.four-two-column li,
.four-two-column img {
    margin-top: 0 !important;
    list-style-position: outside;
}
/* Media Query for Responsive Design */
@media (max-width: 48em) {
    .two-column,
    .two-column p,
    .two-column h2,
    .two-column h3,
    .two-column h4,
    .two-column li,
    .two-col,
    .twocol p,
    .twocol h2,
    .twocol h3,
    .twocol h4,
    .twocol li,
    .three-column,
    .three-column p,
    .three-column h2,
    .three-column h3,
    .three-column h4,
    .three-column li,
    .three-col,
    .threecol p,
    .threecol h2,
    .threecol h3,
    .threecol h4,
    .threecol li,
    .four-column,
    .four-column p,
    .four-column h2,
    .four-column h3,
    .four-column h4,
    .four-column li,
    .four-col,
    .fourcol p,
    .fourcol h2,
    .fourcol h3,
    .fourcol h4,
    .fourcol li {
        column-count: 1;
        /* Stack content for smaller screens */
        margin-top: inherit;
        margin-bottom: inherit;
    }
    .three-two-column,
    .three-two-column p,
    .three-two-column h2,
    .three-two-column h3,
    .three-two-column h4,
    .three-two-column li,
    .four-two-column,
    .four-two-column p,
    .four-two-column h2,
    .four-two-column h3,
    .four-two-column h4,
    .four-two-column li {
        column-count: 2;
        /* Maintain two columns for specific classes */
        margin-top: inherit;
        margin-bottom: inherit;
    }
}
/* ======= End Good Column Classes ======= */
/* ============================ End Columns for WYSIWYG Classes============================ */
/* ============================ Bullet Stuff for WYSIWYG ============================ */
ul.navlist {
    list-style-type: none !important;
    margin: 0;
    padding: 0 !important;
    line-height: 1.25em;
}
ul.navlist li {
    padding: 0 !important;
    line-height: 1.5em;
}
.no-bullets {
    list-style: none !important;
    margin: 0 0 2em 0 !important;
    padding: 0 !important;
}
.no-margins-for-you li > a > img {
    /*margin-top: 0 !important;
     */
    margin-bottom: 0 !important;
}
.nekked-links li a {
    font-size: 0.9em;
    text-decoration: none !important;
    /*font-weight: 500 !important;
     */
    margin-top: -0.5em;
    min-height: 100px;
}
.nekked-links li a span {
    /*line-height: .75em;
     */
}
.horiz-navlist {
    list-style-type: none !important;
    /* Removes bullet points */
    margin: 0;
    padding: 0 !important;
    /* Ensures no extra padding */
    line-height: 1.25em;
    display: flex;
    /* Aligns items in a row */
    flex-wrap: wrap;
    column-gap: 10px;
    /* Adds space between items */
    row-gap: 5px;
}
.horiz-navlist li {
    padding: 0 !important;
    line-height: 1.5em;
}
.horiz-navlist a {
    text-decoration: none !important;
    /* Removes underline */
    font-weight: bold !important;
    /* Makes letters bold */
}
.horiz-navlist a:hover {
    text-decoration: underline !important;
    /* Adds underline on hover */
}

ul.fancylist {
    list-style: none !important;
}

ul.fancylist li {
    position: relative;
}

ul.fancylist li::before {
    content: "";
    position: absolute;
    left: -1em;
    top: 0.5em;
    width: 0.5em;
    height: 0.75em;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%22914%20272%2061%2099%22%3E%3Cpolygon%20fill%3D%22%23d2a416%22%20points%3D%22946.4%20370.2%20914.1%20370.2%20942.2%20321.3%20914.1%20272.5%20946.4%20272.5%20974.5%20321.3%20946.4%20370.2%22/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* reset nested <ul> styling to defaults */
ul.fancylist li ul {
    list-style: disc;
    /*padding-left: 1.5em;*/
}

ul.fancylist li ul li::before {
    content: none; /* ensures no bullet override for sub-items */
    position: static;
}

/* ============================ End Bullet Stuff for WYSIWYG ============================ */
/* ============================ Start SIU Branding Colors for Brand Page ============================ */
.maroonBox {
    background-color: #6c0633;
    color: #ffffff !important;
    width: 100%;
    padding: 1.5em;
    margin: auto;
    font-weight: 700;
}
.blackBox {
    background-color: #171717;
    color: #ffffff !important;
    width: 100%;
    padding: 1.5em;
    margin: auto;
    font-weight: 700;
}
.oysterBox {
    background-color: #e0ddd7;
    color: #353334 !important;
    width: 100%;
    padding: 1.5em;
    margin: auto;
    font-weight: 700;
}
.sandBox {
    background-color: #ede5da;
    color: #353334 !important;
    width: 100%;
    padding: 1.5em;
    margin: auto;
    font-weight: 700;
}
.greyBox {
    background-color: #353334;
    color: #ffffff !important;
    width: 100%;
    padding: 1.5em;
    margin: auto;
    font-weight: 700;
}
.oceanBox {
    background-color: #005370;
    color: #ffffff !important;
    width: 100%;
    padding: 1.5em;
    margin: auto;
    font-weight: 700;
}
.brownBox {
    background-color: #7d5a3e;
    color: #ffffff !important;
    width: 100%;
    padding: 1.5em;
    margin: auto;
    font-weight: 700;
}
.mustardBox {
    background-color: #d2a416;
    color: #353334 !important;
    width: 100%;
    padding: 1.5em;
    margin: auto;
    font-weight: 700;
}
/* ============================ End SIU Branding Colors for Brand Page ============================ */
/* ============================ Start Spacing for FontAwesome ============================ */
.svg-inline--fa {
    margin-right: 0.85em;
}
/* ============================ End Spacing for FontAwesome ============================ */
/* ============================ Slate Overrides ============================ */
.form_lablel > p.pdflink a,
.form_lablel > p.pdflink a:visited {
    border-radius: 0.25em !important;
    background: #6c0633 !important;
    color: white !important;
}
.form_label > p.pdflink > a:hover {
    background: #9d5876 !important;
    color: #d2a416 !important;
    transition-property: all !important;
    transition-duration: 0.5s !important;
}
div.form_responses > * {
    padding: 0.35em;
    background: #f5f5f5;
    width: fit-content;
    height: 2em;
}
div.form_responses .form_response:has(.form_response_material_upload) {
    padding: 0;
    background: none;
    margin: 0 0 2em 0;
}
.whoa-eh p,
.whoa-eh p strong {
    color: #ffffff !important;
}
.whoa-eh a {
    color: #d2a416 !important;
}

.event_list_display {
    list-style: none !important;
    padding-left: 0px !important;
}
.fancy-events {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-width: 500px !important;
}
.fancy-event-info {
    padding: 0.5rem 0 !important;
    width: 60% !important;
    line-height: 1.5em;
}
.fancy-event-button {
    padding: 0.75rem 0 !important;
    width: 30% !important;
    font-family: Archivo, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
        Noto Color Emoji;
    font-variation-settings: normal;
}
.form_button_submit {
    font-size: 1.25rem;
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(
        var(--theme-button-text-color) / var(--tw-text-opacity)
    ) !important;
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: 600;
    font-family: Archivo Narrow, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
        Noto Color Emoji;
    text-align: left;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity));
    border-color: transparent;
    border-width: 3px !important;
    display: inline-block;
    text-decoration: inherit !important;
    margin-right: 1.25rem;
}
.form_button_submit:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(
        var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity)
    );
}
.ui-datepicker .ui-datepicker-today a:not(.ui-state-active) {
    color: #d2a416 !important;
}

button.schedulerRegister {
    font-size: 1rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(
        var(--theme-button-text-color) / var(--tw-text-opacity)
    ) !important;
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: 600;
    font-family: Archivo Narrow, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
        Noto Color Emoji;
    text-align: left;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity));
    border-color: transparent;
    border-width: 3px !important;
    display: inline-block;
    text-decoration: inherit !important;
    margin-right: 1rem;
}

button.schedulerRegister:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(
        var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity)
    );
}

/* ============================ End Slate Overrides ============================ */
/* Hide mobile sidebar on desktops and vice versa */
.desktop-sidebar {
    display: block;
}
.mobile-sidebar {
    display: none;
}
/* CSS Media Query for Mobile Devices */
@media (max-width: 1024px) {
    .desktop-sidebar {
        display: none;
    }
    .mobile-sidebar {
        display: block;
    }
}
/* ============================ Auto-Scrolling Container ============================ */
#auto-scrolling-container {
    width: 100%;
    height: 250px;
    overflow: auto;
    /*border: 2px solid #6c0633;
     */
}
#auto-scrolling-container > ul {
    list-style-type: none !important;
    padding: 0;
}
#auto-scrolling-container > ul > li {
    padding: 0px 10px;
    border-bottom: 1px solid #ddd;
}
/* ============================ End Auto-Scrolling Container ============================ */
/* ============================ START - Dedicated CSS for styling the apply flag and button ============================ */
main {
    transition: margin-bottom 0.6s ease-in-out;
    /* Smooth transition for margin changes */
}
.apply-flag {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /* Initial position sticking to the bottom */
    background-color: #d2a416;
    color: #353334;
    text-align: center;
    padding: 0.95em 0;
    /* font-size: 16px;
     */
    z-index: 9999;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.apply-button {
    display: block;
    font-size: 1.15em;
    line-height: 1.15em;
    padding: 0.25em 0;
    text-align: center;
    font-weight: bold;
    color: inherit;
    /* Ensures text color inherits from the flag */
    text-decoration: none;
    /* No underlines on the text */
    transition: color 0.3s, background-color 0.3s;
    /* Smooth transitions for interactivity */
}
/* Desktop specific adjustments using common responsive breakpoint at 1024px */
@media (min-width: 1024px) {
    .apply-flag {
        max-width: 23em;
        padding: 1em 5em;
        /* More lateral padding on larger screens */
        bottom: 5em;
        right: -20px;
        /* Adjusted position to fit desktop view */
        left: auto;
        /* Reset left positioning */
        width: auto;
        /* Auto width to accommodate content size */
        clip-path: polygon(100% 0%, 100% 100%, 5% 100%, 0% 50%, 5% 0%);
        /* Custom shape for a unique presentation */
    }
    .apply-flag:hover {
        background-color: #6c0633;
        /* Deep maroon on hover */
        color: #ffffff;
        /* White text on hover */
        transform: translateX(-15px);
        /* Slide left for visual feedback */
    }
    .apply-button {
        font-size: 1.5em;
        line-height: 1.25em;
        padding: 0.25em 0;
        margin: 0 0 0 -1em;
        /* Adjusting text position slightly to match the design aesthetics */
    }
}
/* ============================ END - Dedicated CSS for styling the apply flag and button ============================ */
/* ============================ Admissions Google Map ============================ */
.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* ============================ Responsive iFrames ============================ */
.magic-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.magic-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* ============================ Start SIU Online Course Style ============================ */
.sortTable {
    padding: 0 0.25em;
    color: #246181;
    text-decoration: underline;
}
.sortTable:hover {
    cursor: pointer;
}
.sortTable.active {
    font-weight: bold;
    color: #6c0633;
}
.clear {
    cursor: pointer;
    color: #246181;
    text-decoration: underline;
    font-weight: bold;
}
#AZlist {
    display: none;
}
#AZdropdown {
    display: block;
}
#headerCount {
    margin: 0;
    font-weight: bold;
}
@media all and (min-width: 769px) {
    #AZlist {
        display: block;
        margin: 0.75em 0;
    }
    #AZdropdown {
        display: none;
    }
}
/* ============================ End SIU Online Course Style ============================ */
/* ============================ Start Student Center Style ============================ */
.room-layout {
    text-align: center;
    column-count: 1;
    h2,
    h3,
    h4,
    p,
    img {
        column-count: 1;
    }
    img {
        margin-bottom: 0 !important;
    }
}
/* ============================ End Student Center Style ============================ */

/* ============================ Start Procurement Site Adjustments ============================ */
.atozlisting {
    display: flex;
    justify-content: flex-start;
    gap: 0.5em;
    flex-wrap: wrap;
    line-height: 1em;
    font-weight: 700 !important;
    /*background-color: black;*/
}
.atozlisting * a {
    font-weight: 700 !important;
}
.procurement-list {
    padding-top: 1em;
}
.procurement-list div {
    padding: 0.1em 2em 0.25em 2em;
    margin: 1em 0;
}
.procurement-list div h3 {
    margin-top: 1em !important;
}
.procurement-list div:nth-child(odd) {
    background-color: #f5f4f3;
}
.procurement-list div:nth-child(even) {
    background-color: white;
}
/* ============================ End Procurement Site Adjustments ============================ */

/* ============================ Auto Scroll Listing Style ============================ */
.scroll-section {
    border: 2px solid #6c0633;
    padding: 0 2em 1em 2em;
}
.scroll-container {
    width: 100%;
    height: 18em;
    overflow-y: auto;
    /* Enable vertical scrolling */
    margin: 1em auto;
    position: relative;
}
.scroll-section h2 {
    margin-top: 1em !important;
}
.scroll-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}
.scroll-list li {
    padding: 0.25em !important;
    border-bottom: 1px solid #ddd;
    list-style: none;
}
/* ============================ End Auto Scroll Listing Style ============================ */
/* ============================ Grad School Saluki Stories Video Style ============================ */
.saluki-stories {
    padding: 1em 0;
    border-top: 0.05em solid;
    border-top-color: #e0ddd7;
}
.saluki-stories:first-of-type {
    border-top: none;
    border-top-color: none;
}
/* ============================ End Grad School Saluki Stories Video Style ============================ */
/* ============================ Morris Library Form Style ============================ */

.ebscohostCustomSearchBox {
    width: 100%;
}
.ebscohostCustomSearchBox #databaseblock {
    width: 100%;
}
.ebscohostCustomSearchBox .choose-db-list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 9pt;
    width: 100%;
}
.ebscohostCustomSearchBox .choose-db-check {
    width: 20px;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}
.ebscohostCustomSearchBox .choose-db-detail {
    margin-left: 30px;
    border-left: solid 1px #e7e7e7;
    padding: 5px 11px 7px 11px;
    line-height: 1.4em;
}
.ebscohostCustomSearchBox .summary {
    background-color: #1d5da7;
    color: #ffffff;
    border: solid 1px #1d5da7;
}
.ebscohostCustomSearchBox .two,
.ebscohostCustomSearchBox .one,
.ebscohostCustomSearchBox .selected {
    border: solid 1px #e7e7e7;
    border-top: 0;
}
.ebscohostCustomSearchBox #disciplineBlock {
    width: auto;
}
.ebscohostCustomSearchBox .limiter {
    float: left;
    margin: 0;
    padding: 0;
    width: 75%;
}
.ebscohostCustomSearchBox #ebscohostsearchtext {
    width: 300px;
    margin-right: 1em;
    margin-top: 0.5em;
    font-size: large;
    padding: 0.5em 1em;
    border: 0.125em solid;
}
.ebscohostCustomSearchBox #ebscohostsearchtext.edspub {
    width: 100%;
}
.ebscohostCustomSearchBox
    .ebscohostCustomSearchBox
    .ebscohost-search-button.edspub {
    border: 1px solid #156619;
    padding: 5px 10px !important;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    background-color: #156619;
}
.ebscohostCustomSearchBox .ebscohost-title.edspub {
    color: #1c7020;
    font-weight: bold;
}
/* ============================ End Morris Library Form Style ============================ */
/* ============================ Fancylink ============================ */
a.fancylink {
    text-decoration: none !important;
    font-weight: 600 !important;
}
a.fancylink::after {
    content: "";
    display: inline-block;
    width: 0.85em;
    height: 0.72em;
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2039%2033%22%3E%3Cg%3E%3Cpolygon%20points%3D%2211,0%200,0%2012,16.5%200,33%2011,33%2023,16.5%22/%3E%3Cpolygon%20points%3D%2227,0%2016,0%2028,16.5%2016,33%2027,33%2039,16.5%22/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2039%2033%22%3E%3Cg%3E%3Cpolygon%20points%3D%2211,0%200,0%2012,16.5%200,33%2011,33%2023,16.5%22/%3E%3Cpolygon%20points%3D%2227,0%2016,0%2028,16.5%2016,33%2027,33%2039,16.5%22/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-0.01em);
    margin-left: 0.3em;
    transition: transform 0.3s ease;
}
a.fancylink:hover::after {
    transform: translate(0.25em);
    transition-delay: 0.05s;
}
/* ============================ End Fancylink ============================ */

/* ============================ Start Misc Things Here and There ============================ */
.hide-on-mobile {
    display: none;
}
@media (min-width: 769px) {
    .hide-on-mobile {
        display: block;
    }
}

/*Widens WYSIWYG content for School of Computing RSS Feed*/
.max-w-4xl:has(.barkdoll-rss){
        max-width:80rem;
    }

/*Widens WYSIWYG content for Eric for Reasons*/
.max-w-4xl:has(.full-width){
        max-width:80rem;
    }

/* ============================ End Misc Things Here and There ============================ */
.filled-cta-sort,
.ghost-cta-sort {
    font-size: 1em;
    padding: 0.5em 1em;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-text-opacity: 1;
    color: rgb(
        var(--theme-button-text-color) / var(--tw-text-opacity)
    ) !important;
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: 600;
    font-family: Archivo Narrow, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
        Noto Color Emoji;
    text-align: left;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity));
    border-color: transparent;
    border-width: 2.5px !important;
    display: inline-block;
    text-decoration: inherit !important;
    margin: 0 0.5em 0.5em 0;
}
.filled-cta-sort:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(
        var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity)
    );
}
.ghost-cta-sort {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(
        var(--theme-button-bg-color) / var(--tw-text-opacity)
    ) !important;
    --tw-border-opacity: 1;
    border-color: rgb(
        var(--theme-button-bg-color) / var(--tw-border-opacity)
    ) !important;
    transition-duration: 0.25s;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ghost-cta-sort:hover {
    --tw-text-opacity: 1;
    color: rgb(
        var(--theme-button-text-color) / var(--tw-text-opacity)
    ) !important;
    --tw-bg-opacity: 1;
    background-color: rgb(
        var(--theme-button-bg-color) / var(--tw-bg-opacity)
    ) !important;
}
.ghost-cta-sort input[type="checkbox"],
.filled-cta-sort input[type="checkbox"] {
    display: none;
    /* Hide the checkbox inside ghost-cta-sort and filled-cta-sort labels */
}
.date-column-calendar {
    max-width: 150px;
    width: 150px;
    /* Fixed width for consistency */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.time-column-calendar {
    max-width: 100px;
    width: 100px;
    /* Fixed width for consistency */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fa-spin-hover:hover {
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/* APL CSS */
/* ============================ Start Academic Program List | HH July 2025 ============================ */
.academic-program-list {
    min-block-size: 100svh;
}

.hide-row {
    display: none;
}

@media (min-width: 48em) {
    .apl-grid-filters h2 {
        font-size: 1.6666667em;
        line-height: 1.3333333;
    }

    .apl-grid-filters h3 {
        font-size: 1.2em;
        line-height: 1.3333333;
    }
}

.apl-grid-filters h2 {
    color: var(--tw-prose-headings);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
}

.apl-grid-filters h3 {
    color: var(--tw-prose-headings);
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.3333333;
}

.checkbox-wrapper {
    display: flex;
    gap: .25em;
}

.apl-grid label {
    font-size: .875em;
}

.apl-grid-container {
    container-type: inline-size;
    container-name: apl-grid;
}

.apl-grid {
    /* display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em; */
}

.apl-table-search-checkbox-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: center;
    margin-block: 1em;
}

.apl-grid-table {
    margin-block-start: 1em;
}

.apl-grid tr.Row:nth-child(even of :not(.hide-row)) {
    background: #f2f1ed;
}

table#tableMajors {
    min-inline-size: 100%;
}

table#tableMajors thead tr th {
    text-align: start;
}

table#tableMajors td {
    padding-inline: 1rem;
    padding-block: .5rem;
    font-size: .875em;
}

td[headers="locations"] {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5em; */

    span[data-category] {
        color: #353334;
        position: relative;
        display: block;
        left: 35%;
        width: min-content;
        margin-block: .5em;
    }

    svg {
        margin-inline-end: 0;
        font-size: 1.2rem;
    }
}

@media (hover: hover) {
    span[data-category]:hover:after {
        opacity: 1;
    }
}

span[data-category].touch-active:after {
    opacity: 1;
}

span[data-category]:after {
    --tw-bg-opacity: 1;
    content: attr(data-category);
    inline-size: max-content;
    position: absolute;
    right: 100%;
    top: -0.4em;
    margin-inline-end: .5rem;
    background-color: rgb(108 6 51 / var(--tw-bg-opacity));
    color: #fff;
    padding: .25em .75em;
    opacity: 0;
    transition-duration: .25s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

td[headers="degree"] ul {
    list-style-type: disc;
    margin-inline: 1em;
}

td[data-th="Doctorate"]:not(:has(span)):after,
td[data-th="Master"]:not(:has(span)):after,
td[data-th="Bachelor"]:not(:has(span)):after,
td[data-th="Certificate"]:not(:has(span)):after {
    --size: .55rem;
    content: "";
    border: 1px solid #000;
    display: inline-block;
    inline-size: var(--size);
    block-size: var(--size);
    border-radius: 100%;
    position: relative;
    left: 52.5%;
    vertical-align: text-top;
}

span.yes {
    position: relative;
    left: 50%;
    font-size: 2rem;
}

#on-campus {
    background-color: #b3c3cc;
}

#military {
    background-color: #dad6cb;
}

#off-campus {
    background-color: #c9b69d;
}

#online {
    background-color: #fac256;
}

.apl-table-search-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    /* padding-block: .5em; */
    /* margin-block: 1em; */
}

.apl-grid-table input[type="search"] {
    border: 1px solid #c8c8c8;
    display: block;
    padding: .5em;
}

.apl-table-search-wrapper button {
    --tw-text-opacity: 1;
    background: rgb(var(--theme-fancy-link-color) / var(--tw-text-opacity));
    color: #fff;
    padding: .5em;
    font-size: .875em;

    &:hover {
        --tw-text-opacity: 1;
        background: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-text-opacity));
    }
}

.apl-alpha-filter-wrapper {
    margin-block: 1em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1.5em, 1fr));
    gap: .5em;
}

.alpha-filter {
    text-decoration: underline;
    font-size: .875em;
    font-weight: 600;
}

.alpha-filter.active {
    background: #f2f1ed;
}

/* Can't really have sticky header and scrollable table, so communicate w/ client for feedback */
/* Table wrapper will have to have auto overflow and fixed height for sticky/scroll to work */
/* div[style="overflow-x: auto"]:has(> #tableMajors) {
    height: 90svh;
}
#tableMajors thead {
    position: sticky;
    top: 0;
    z-index: 1;
} */

table#tableMajors {
    border-collapse: separate;
}

.academic-program-list button {
    transition-duration: .25s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.clear-filters-wrapper {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block-start: 2.5em;
    margin-block-end: .75em; */
}

.apl-degree-filters,
.apl-location-filters,
.apl-colleges-filters {
    background: #f2f1ed;
    padding: .6em;
    position: relative;
}

:where(.apl-degree-filters, .apl-location-filters, .apl-colleges-filters) input[type="checkbox"] {
    --tw-text-opacity: 1;
    accent-color: rgb(var(--theme-fancy-link-color) / var(--tw-text-opacity));
}

.rotate-180 {
    rotate: -180deg;
}

.collapse-checkboxes {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.collapse-wrapper {
    /* display: flex; */
    /* justify-content: space-between; */
    /* margin-block-start: 1.375em; */
    /* margin-block-end: .5em; */

    button span {
        font-size: 1.25em;
        transition-duration: .25s;
        transition-property: transform, rotate;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        /* display: flex; */
        /* justify-content: space-between; */
        /* width: 100%; */
    }
}

#degree-checkboxes-wrapper,
#location-checkboxes-wrapper,
#colleges-checkboxes-wrapper {
    overflow: clip;
    transition-duration: .25s;
    transition-property: max-height;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-inline: -.6rem;
    margin-block: .6rem;
    padding-inline: .6rem;
    background: #f2f1ed;
}

#degree-checkboxes-wrapper {
    z-index: 2;
}

.checkboxes-collapsed {
    max-height: 0;
}

.checkboxes-expanded {
    max-height: 100lvh;
}

.apl-count-clear-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 1em;
}

.apl-row-count {
    /* margin-block: .5em; */
    font-size: .875em;
    text-align: right;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(77 4 36 / var(--tw-text-opacity));
}

td[headers="subject"] a {
    text-decoration: underline;
}

.collapse-wrapper h3 {
    font-weight: 600;
}

@container apl-grid (width <=960px) {
    .apl-alpha-filter-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        .alpha-filter {
            flex-basis: 1.5em;
        }
    }
}

@container apl-grid (width <=720px) {
    .apl-grid {
        grid-template-columns: 1fr;
        /* grid-template-columns: 100%; */
    }

    /* new */
    .apl-table-search-wrapper {
        grid-column: span 2;
    }

    .apl-degree-filters,
    .apl-location-filters,
    .apl-colleges-filters {
        display: flex;
        flex-wrap: wrap;
        /* new */
        grid-column: span 2;

        .collapse-wrapper {
            flex-basis: 100%;
        }

        div[id*="checkboxes-wrapper"] {
            flex-basis: 100%;
            display: flex;
            /* flex-wrap: wrap; */
            gap: .5em 1em;
        }

        #degree-checkboxes-wrapper,
        #location-checkboxes-wrapper,
        #colleges-checkboxes-wrapper {
            flex-direction: column;
            margin-block: 2em;
        }
    }

    .apl-alpha-filter-wrapper {
        gap: .25em;
        justify-content: center;
    }
}

@container apl-grid (width <=592px) {
    .apl-grid {
        grid-template-columns: 100%;
    }

    .apl-table-search-checkbox-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .apl-table-search-wrapper {
        grid-column: span 4;
    }

    .apl-degree-filters,
    .apl-location-filters,
    .apl-colleges-filters {
        grid-column: span 2;
    }
}

/* ============================ End Academic Program List | HH July 2025 ============================ */