﻿/* sl.dark 12/6/21 */

/* Themes */

body.t-dark,
.t-dark #osu_navbar div.links ul li a,
.t-dark .c-btn--white,
.t-dark .c-header__identifier,
.t-dark .c-header__unit-link,
.t-dark .c-header__unit-link:hover,
.t-dark .c-header__unit-link:focus,
.t-dark .c-header__office,
.t-dark .c-headline--event__date,
.t-dark .c-list__secondary,
.t-dark .c-list__tertiary,
.t-dark .c-list__restriction,
.t-dark .c-overlay__link,
.t-dark .calendarHeaderLabel,
.t-dark .c-form__field input[type=checkbox]:checked:before,
.t-dark .c-btn,
.t-dark .c-footer,
.t-dark .ui-datepicker-calendar a.ui-state-active,
.t-dark .ui-datepicker-calendar a.ui-state-active:focus,
.t-dark .ui-datepicker-calendar a.ui-state-active:hover {
    color: #fff;
}

.t-dark #osu_navbar .univ_name a {
    background: url("/img/navbar/white/osu_name.png") 0 0 no-repeat;
}

.t-dark .u-required {
    font-weight: 800;
    color: #de0000;
    text-shadow: 1px 1px #000;
}

.t-dark .c-map__canvas a {
    color: #bb0000;
}

    .t-dark .c-map__canvas a:hover, .t-dark .c-map__canvas a:focus {
        color: #660000;
    }

body.t-dark,
.t-dark #osu_navbar,
.t-dark .c-btn--white,
.t-dark .u-bg-white,
.t-dark .c-infobox,
.t-dark .calendar-month,
.t-dark .c-accordian__item .c-accordian__label:hover,
.t-dark .c-accordian__item .c-accordian__trigger:focus + .c-accordian__label,
.t-dark .c-map__canvas,
.t-dark .c-map__loader,
.t-dark .c-selectall {
    background-color: #000 !important;
}

    .t-dark .o-container--lg,
    .t-dark .u-rounded,
    .t-dark .c-footer,
    .t-dark .calendar-month td.skip,
    .t-dark .c-accordian,
    .t-dark .c-nav.c-nav--side {
        background-color: #212325 !important;
    }

.t-dark a,
.t-dark .calendar-event .mainbar a {
    text-decoration: none;
}

.t-dark a,
.t-dark .c-list__title,
.t-dark .c-headline--sub,
.t-dark .calendar-month a {
    color: #8DD3F0;
}

.t-dark .featured {
    color: #fff;
    border-color: #f8eed7;
    background-color: #302201;
}

.t-dark .ui-datepicker-calendar a, .t-dark .ui-datepicker-calendar a:focus, .t-dark .ui-datepicker-calendar a:hover {
    color: inherit;
}

.t-dark a:hover,
.t-dark a:focus,
.t-dark .calendar-month a:hover,
.t-dark .calendar-month a:focus {
    color: #b7d6ff;
    background: none;
}

.t-dark .c-header__osu-logo {
    content: url("/img/logo-sl-white.png");
}

.t-dark .c-header__osu-logo--university {
    content: url("/img/logo-white.png");
}

.t-dark .c-header__vision,
.t-dark .c-form__tip {
    color: #ccc;
}

/*.t-dark .c-header__vision:hover,
    .t-dark .c-header__vision:focus,*/
.t-dark .button-ical:hover,
.t-dark .button-ical:focus,
.t-dark .c-experience__departments-link:hover,
.t-dark .c-experience__departments-link:focus {
    border-color: #fff;
    color: #fff;
}

.t-dark .s-editor a {
    border-color: #8DD3F0;
}

    .t-dark .s-editor a:hover {
        color: #fff;
        border-bottom-color: #fff;
        background-color: #000;
    }

.t-dark .st0 {
    fill: #fff;
}

.t-dark .sm-simple a,
.t-dark .sm-simple a:hover,
.t-dark .sm-simple a:focus,
.t-dark .sm-simple a:active {
    color: #ccc;
}

    .t-dark .sm-simple a span.sub-arrow {
        background: rgba(0, 0, 0, 0.08);
        color: #eee;
    }

.t-dark .sm-simple ul {
    background: rgba(179, 179, 179, 0.1);
}

.t-dark .sm-simple a:hover, .t-dark .sm-simple a:focus {
    color: #fff !important;
}

@media (min-width: 1180px) {

    .t-dark .sm-simple a, .t-dark .sm-simple a:hover, .t-dark .sm-simple a:focus, .t-dark .sm-simple a:active, .t-dark .sm-simple a.highlighted {
        color: #fff;
    }

        .t-dark .sm-simple a:hover, .t-dark .sm-simple a:focus, .t-dark .sm-simple a:active, .t-dark .sm-simple a.highlighted, .t-dark .sm-simple a.is-active {
            background: #666;
        }

    .t-dark .sm-simple ul {
        background: #212325;
    }

    .t-dark .sm-simple span.scroll-up,
    .t-dark .sm-simple span.scroll-down {
        background: #212325;
    }

    .t-dark .sm-simple span.scroll-up-arrow, .t-dark .sm-simple span.scroll-down-arrow {
        border-color: transparent transparent #555555 transparent;
    }

    .t-dark .sm-simple span.scroll-down-arrow {
        border-color: #555555 transparent transparent transparent;
    }
}

.t-dark .c-infobox__image:before {
    border-color: transparent transparent #000 transparent;
}

@media only screen and (min-width: 720px) {
    .t-dark .c-infobox__controls {
        background: #000;
    }
}

.t-dark .c-search__trigger {
    color: #eee;
}

    .t-dark .c-search__trigger:hover, .t-dark .c-search__trigger:focus {
        background-color: #212325;
        color: #fff;
    }


.t-dark .c-form__field input[type="text"],
.t-dark .c-form__field input[type="tel"],
.t-dark .c-form__field input[type="number"],
.t-dark .c-form__field input[type="password"],
.t-dark .c-form__field textarea,
.t-dark .c-form__field select {
    background-color: #000;
    color: #fff;
    border-color: #ccc;
}

    .t-dark .c-form__field input[type="text"]:hover,
    .t-dark .c-form__field input[type="tel"]:hover,
    .t-dark .c-form__field input[type="number"]:hover,
    .t-dark .c-form__field input[type="password"]:hover,
    .t-dark .c-form__field textarea:hover,
    .t-dark .c-form__field select:hover,
    .t-dark .c-form__field input[type="checkbox"]:hover,
    .t-dark .c-form__field input[type="radio"]:hover,
    .t-dark .c-form__field input[type="text"]:focus,
    .t-dark .c-form__field input[type="tel"]:focus,
    .t-dark .c-form__field input[type="number"]:focus,
    .t-dark .c-form__field input[type="password"]:focus,
    .t-dark .c-form__field textarea:focus,
    .t-dark .c-form__field select:focus,
    .t-dark .c-form__field input[type="checkbox"]:focus,
    .t-dark .c-form__field input[type="radio"]:focus,
    .t-dark .c-btn--white,
    .t-dark .c-paging a:hover,
    .t-dark .c-paging a:focus {
        border-color: #fff;
    }

.t-dark .c-form__field input[type=radio]:checked:before {
    background-color: #fff;
}

.t-dark .c-btn {
    border: 1px solid transparent;
}

.t-dark .c-btn--ghost, .t-dark .c-btn--white {
    border-color: #fff;
}

.t-dark .c-btn:focus,
.t-dark .c-btn:hover {
    background-color: #000;
    border-color: #fff;
}

.t-dark .c-btn--downplay {
    background-color: #666;
}

.t-dark .u-bg-silver {
    background-color: #212325;
}

.t-dark .u-bg-gray {
    background-color: #666;
}

.t-dark .c-feed {
    color: #ccc;
}

.t-dark .c-feed__link {
    color: #eee;
    background: #000;
}

    .t-dark .c-feed__link:hover, .t-dark .c-feed__link:focus {
        border-color: #fff;
    }

.t-dark .c-feed__header {
    border: solid #ccc;
    border-width: 0 0 1px 0;
}

    .t-dark .c-feed__header:before {
        border-color: transparent transparent #999 transparent;
    }

    .t-dark .c-feed__header:after {
        border-color: transparent transparent #000 transparent;
    }

.t-dark .c-feed__date {
    color: #ddd;
}

.t-dark .c-feed__text em {
    color: #ccc;
}

@media only screen and (min-width: 480px) {
    .t-dark .c-feed__text:before {
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    }
}

.t-dark .c-list__link:hover, .t-dark .c-list__link:focus {
    color: #fff;
}

.t-dark .c-list__link--icon-16,
.t-dark .c-list__link--icon-32,
.t-dark .c-list__link--icon-64 {
    background: #000;
    color: #fff;
}

    .t-dark .c-list__link--icon-16:hover, .t-dark .c-list__link--icon-16:focus, .t-dark .c-list__link--icon-32:hover, .t-dark .c-list__link--icon-32:focus, .t-dark .c-list__link--icon-64:hover, .t-dark .c-list__link--icon-64:focus {
        border-color: #fff;
    }

    .t-dark .c-list__link--icon-16.is-active,
    .t-dark .c-list__link--icon-32.is-active {
        border-color: #fff;
    }


.t-dark #calendar .button-search,
.t-dark #calendar .tabs li a {
    color: #fff;
    background-color: #212325;
}

.t-dark .calendar-day .departments {
    color: #ddd;
}

.t-dark .controls li a {
    background-color: #bb0000;
    border: 1px solid #bb0000;
    color: #fff;
}

    .t-dark .controls li a:hover, .t-dark .controls li a:focus, .t-dark .tabs li a:hover, .t-dark .tabs li a:focus .t-dark .tabs .active a:hover, .t-dark .tabs .active a:focus {
        background-color: #000;
        border-color: #fff;
        color: #b7d6ff;
    }

.t-dark .tabs li a {
    background-color: #212325;
    border-color: #fff;
    color: #fff;
}

{
}

.tabs li.active a {
    background-color: #bb0000;
    border-color: #fff;
    color: #fff;
}

.t-dark #calendar .button-search:hover,
.t-dark #calendar .button-search:focus,
.t-dark #calendar .tabs li a:hover,
.t-dark #calendar .tabs li a:focus,
.t-dark #calendar-filter a:hover,
.t-dark #calendar-filter a:focus {
    border-color: #fff;
    color: #fff;
    background-color: #000;
}

.t-dark #calendar .tabs li.active a {
    background-color: #bb0000;
    border-color: #fff;
    color: #fff;
}

.t-dark .calendar-month a.next,
.t-dark .calendar-month a.previous {
    background: #212325;
}

.t-dark .calendar-month a.button {
    border: 1px solid #ddd;
    color: #ddd;
}

    .t-dark .calendar-month a.button:hover,
    .t-dark .calendar-month a.button:focus {
        color: #fff;
        border-color: #fff;
    }

    .t-dark .calendar-month a.button.inactive {
        background: #666;
        color: #ccc;
    }

.t-dark .calendar-month td.more {
    background-image: url("/img/event-calendar/icon-pagecorner-dark.png");
}

.t-dark .c-section--special-silver {
    background-color: #000;
}

    .t-dark .c-section--special-silver:after {
        border-color: #212325 transparent transparent transparent;
    }

.t-dark .c-section--special {
    background-color: #212325;
}

    .t-dark .c-section--special:after {
        border-color: #000 transparent transparent transparent;
    }

.t-dark .c-site-alert__container {
    color: #fff;
    border-color: #d4e1e2 !important;
    background-color: #3a4656 !important;
}

    .t-dark .c-site-alert__container h2 {
        color: #d4e1e2;
    }

.t-dark .calendar-month td.today {
    color: #fff;
    border-color: #d9f6ff !important;
    background-color: #012e3c !important;
}

.t-dark .c-attachment {
    background-color: #000;
}

.t-dark .c-list__icon {
    color: #fff;
}

.t-dark .c-footer__wordmark a {
    background: url("../img/osu-web-footer-light.png") 0 0 no-repeat;
}

.t-dark .c-table__caption {
    color: #999;
}

.t-dark .c-table th, .t-dark .s-editor th {
    color: #fff;
}

.t-dark .c-nav {
    background-color: #000;
}

@media only screen and (min-width: 1180px) {
    .t-dark .c-nav--withsearch {
        background: linear-gradient(to bottom, #000 39px, #ccc 39px, #ccc 40px, #000 40px);
    }
}

.t-dark .c-nav--side .c-list__link {
    color: #fff;
}

.t-dark .c-table th[scope=col], .t-dark .s-editor th[scope=col], .t-dark .c-nav--side .c-list__link--tier2 {
    background: none;
    border-color: #999;
    color: #d2cec8;
}

.t-dark .c-table tr,
.t-dark .s-editor tr,
.t-dark .c-table td,
.t-dark .s-editor td,
.t-dark .c-table th[scope=row],
.t-dark .s-editor th[scope=row] {
    border-color: #000;
}

/* Callouts */

.t-dark .c-callout--info {
    color: #fff;
    border-color: #eee;
    background-color: #666;
}

    .t-dark .c-callout--info h2 {
        color: #eee;
    }

.t-dark .c-callout--warning {
    color: #fff;
    border-color: #f8eed7;
    background-color: #302201;
}

    .t-dark .c-callout--warning h2 {
        color: #f8eed7;
    }

    .t-dark .c-callout--warning h2 {
        color: #f8eed7;
    }

.t-dark .c-callout--error {
    color: #fff;
    border-color: #ffe8e7;
    background-color: #700000;
}

    .t-dark .c-callout--error h2 {
        color: #ffe8e7;
    }

.t-dark .c-callout--notice {
    color: #fff;
    border-color: #d9f6ff !important;
    background-color: #012e3c !important;
}

    .t-dark .c-callout--notice h2 {
        color: #d9f6ff;
    }

.t-dark .c-callout--success {
    color: #fff;
    border-color: #d7ffd7;
    background-color: #013901;
}

    .t-dark .c-callout--success h2 {
        color: #d7ffd7;
    }

.t-dark .u-color-blue {
    color: #d9f6ff;
}

.t-dark .u-color-gray {
    color: #d7ffd7
}

.t-dark .u-color-green {
    color: #d7ffd7;
}

.t-dark .u-color-yellow {
    color: #f8eed7;
}

.t-dark .u-color-blue {
    color: #d9f6ff;
}

.t-dark .u-color-gray {
    color: #d7ffd7
}

.t-dark .u-color-green {
    color: #d7ffd7;
}

.t-dark .u-color-yellow {
    color: #f8eed7;
}


/* Cards */

.t-dark .c-card {
    background-color: #000;
}

.t-dark .c-card--ltr .c-card__image:before {
    border-color: transparent #000 transparent transparent;
}

.t-dark .c-card--ltr .c-card__text:after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.t-dark .c-card__image {
    background: #ccc;
}

    .t-dark .c-card__image:before {
        border-color: transparent transparent #000 transparent;
    }

.t-dark .c-card__link {
    color: #eee;
}

    .t-dark .c-card__link:hover, .t-dark .c-card__link:focus {
        border: 1px solid #fff;
        color: #fff;
    }

.t-dark .c-card__header {
    color: #999;
}

.t-dark .c-card__subheader {
    color: #eee;
}

/*Forms*/

.t-dark .c-form__legend {
    color: #fff;
    border-color: #ccc;
}

    .t-dark .c-form__legend:before {
        border-color: #ccc transparent transparent transparent;
    }

    .t-dark .c-form__legend:after {
        border-color: #212325 transparent transparent transparent;
    }

.t-dark .u-scroll {
    scrollbar-track-color: #666;
    scrollbar-dark-shadow-color: #666;
    scrollbar-dark-shadow-color: #666;
}

    .t-dark .u-scroll::-webkit-scrollbar-track {
        background: #666;
        border-left: 1px solid transparent;
    }

.t-dark [data-tooltip]:before {
    background-color: #666;
}

.t-dark [data-tooltip]:after {
    border-top: 10px solid #666;
}

/* BUX Accordion */

.t-dark .bux-accordion__trigger,
.t-dark .bux-accordion__trigger[aria-expanded=true]:hover,
.t-dark .bux-accordion__trigger[aria-expanded=true]:focus,
.t-dark .bux-accordion__panel {
    background: #000;
    color: #fff;
}

/* BUX Card */

.t-dark .bux-card {
    border-top: 4px solid #ba0c2f;
    color: #fff;
    background-color: #000;
}

.t-dark .bux-card--gray {
    background-color: #000;
}

.t-dark .bux-card__content {
    border: 2px solid #fff;
    border-top: none;
}

.t-dark .bux-card__read-time {
    color: #fff;
}

.t-dark .bux-card__cta a {
    color: #fff;
}

    .t-dark .bux-card__cta a::after {
        color: #ba0c2f;
    }

    .t-dark .bux-card__cta a:hover {
        color: #fff;
    }

    .t-dark .bux-card__cta a:focus {
        outline: 2px solid #3492b8;
    }

.t-dark .bux-card__heading--link {
    color: #fff;
}

    .t-dark .bux-card__heading--link::after {
        color: #fff;
    }

    .t-dark .bux-card__heading--link:focus {
        outline: 2px solid #3492b8;
    }

.t-dark .bux-card__heading--storytelling-link {
    color: #fff;
}

    .t-dark .bux-card__heading--storytelling-link:focus {
        outline: 2px solid #3492b8;
    }

.t-dark .bux-card:hover .bux-card__heading--link {
    color: #fff;
}

.t-dark .bux-card--horizontal-storytelling:hover .bux-card__heading span {
    color: #fff;
}

.t-dark .bux-card--storytelling:hover .bux-card__heading span,
.t-dark .bux-card--horizontal-storytelling:hover .bux-card__heading span {
    color: #fff;
    box-shadow: inset 0 -3px 0 0 #fff;
    text-shadow: 1px 1px 0 #212325, -1px 1px 0 #212325, 2px 0 0 #212325, -2px 0 0 #212325;
}

.t-dark .bux-card--storytelling .bux-card__heading span:hover,
.t-dark .bux-card--horizontal-storytelling .bux-card__heading span:hover {
    color: #fff;
}

.t-dark .bux-card__taxonomy {
    color: #868e92;
}

.t-dark .bux-card--featured {
    background-color: #212325;
}

    .t-dark .bux-card--featured:hover .bux-button {
        background-color: #fff;
        color: #3f4443;
        border-color: #fff;
    }

@media (min-width: 640px) {
    .t-dark .bux-card--horizontal-storytelling {
        border-bottom: 2px solid #868e92;
    }
}

/* BUX Site Footer */

.t-dark .bux-footer {
    background-color: #212325;
    color: #fff;
}

    .t-dark .bux-footer .bux-link {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

        .t-dark .bux-footer .bux-link:hover {
            background-color: #646a6e;
            color: #fff;
            border-bottom-color: #fff;
        }

        .t-dark .bux-footer .bux-link:focus {
            outline: 2px solid #3492b8;
            background-color: #646a6e;
            color: #fff;
        }

    .t-dark .bux-footer hr {
        border-top: 2px solid #868e92;
    }

    .t-dark .bux-footer .bux-footer__logo a:focus {
        outline: 2px solid #3492b8;
    }

/* BUX Site Header */

.t-dark .bux-header {
    background-color: #212325;
    color: #fff;
}

    .t-dark .bux-header .bux-header__site-name,
    .t-dark .bux-header a {
        color: #fff;
    }

/* BUX Image */

.t-dark .bux-image-caption {
    border-bottom: 2px solid #868e92;
}

/* BUX Social Media Links */

.t-dark .bux-social-links .bux-social-links__link {
    color: #fff;
}

    .t-dark .bux-social-links .bux-social-links__link:hover {
        background-color: #646a6e;
        color: #fff;
    }

    .t-dark .bux-social-links .bux-social-links__link:focus {
        background-color: #646a6e;
        color: #fff;
    }

/* BUX OSU Navbar */
/* Fixes: `@media (min-width: 960px)` changed to 1060px inline. */

.t-dark .bux-osu-nav {
    background-color: #212325;
    font-family: "BuckeyeSans", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    padding: 10px 0;
    position: relative;
    border-bottom: 2px solid #868e92;
}

    .t-dark .bux-osu-nav .bux-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

@media (min-width: 1060px) {
    .t-dark .bux-osu-nav {
        padding: 12px 0;
    }
}

.t-dark .bux-osu-nav__overlay {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
}

.t-dark .bux-osu-nav__wrapper {
    position: relative;
    z-index: 1000;
}

.t-dark .bux-osu-nav__osu-logo-link {
    display: inline-block;
}

    .t-dark .bux-osu-nav__osu-logo-link:focus {
        outline: 2px solid #3492b8;
    }

.t-dark #osu-navname-block,
.t-dark .bux-osu-nav__osu-logo-img {
    height: 35px;
}

@media (min-width: 1060px) {

    .t-dark #osu-navname-block,
    .t-dark .bux-osu-nav__osu-logo-img {
        height: 50px;
    }
}

.t-dark #osu-navlinks {
    display: none;
}

@media (min-width: 1060px) {
    .t-dark #osu-navlinks {
        display: block;
    }
}

.t-dark #osu-navlinks-block button {
    background: none;
    display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
    right: -12px;
    z-index: 99;
    text-align: center;
    border: none;
    border-left: 2px solid #fff;
    padding-top: 10px;
    padding-left: 14px;
    z-index: 100;
}

    .t-dark #osu-navlinks-block button::after {
        font-family: "bux-icons";
        content: "\f00e";
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        font-weight: 700;
    }

@media (min-width: 1060px) {
    .t-dark #osu-navlinks-block button {
        display: none;
    }
}

.t-dark #osu-nav-trigger[aria-expanded=true] ~ #osu-navlinks {
    display: block;
    background-color: #212325;
    padding: 3.4375rem 1.25rem 1.25rem;
    left: 0;
    width: 100%;
    margin: 0;
    top: 0;
    position: absolute;
    z-index: 99;
}

@media (min-width: 1060px) {
    .t-dark #osu-nav-trigger[aria-expanded=true] ~ #osu-navlinks {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        margin: 0;
    }
}

.t-dark #osu-nav-trigger[aria-expanded=true] {
    position: relative;
    border-left: none;
    z-index: 999;
}

@media (min-width: 640px) {
    .t-dark #osu-nav-trigger[aria-expanded=true] {
        margin-right: -2px;
    }
}

.t-dark #osu-nav-trigger[aria-expanded=true]::after {
    content: "\f105";
}

.t-dark #osu-nav-trigger[aria-expanded=true]::before {
    color: #fff;
    content: "";
    font-family: "BuckeyeSans", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    position: absolute;
    right: 50px;
    top: 10px;
}

.t-dark .bux-osu-nav__link {
    border-bottom: 2px solid #868e92;
}

@media (min-width: 1060px) {
    .t-dark .bux-osu-nav__link {
        padding: 12px;
    }
}

.t-dark .bux-osu-nav__link:first-child {
    border-top: 2px solid #868e92;
}

.t-dark .bux-osu-nav__link a {
    font-family: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #fff;
    border-bottom-color: #fff;
    border-bottom: none;
    color: #fff;
    display: block;
    padding: 12px;
    font-weight: 700;
}

    .t-dark .bux-osu-nav__link a:focus {
        border-bottom: none;
        outline: 2px solid #3492b8;
        outline-offset: 2px;
    }

    .t-dark .bux-osu-nav__link a:hover {
        color: #fff;
        border-bottom-color: #fff;
        background-color: #212325;
    }

    .t-dark .bux-osu-nav__link a:focus {
        color: #fff;
        background-color: #212325;
    }

@media (min-width: 1060px) {
    .t-dark .bux-osu-nav__link a {
        display: inline;
        padding: 0;
    }
}

.t-dark .bux-osu-nav__link a:hover,
.t-dark .bux-osu-nav__link a:focus {
    border-left: 4px solid #fff;
    padding-left: 8px;
    color: #fff;
}

@media (min-width: 1060px) {

    .t-dark .bux-osu-nav__link a:hover,
    .t-dark .bux-osu-nav__link a:focus {
        border-left: none;
        padding-left: 0;
    }
}

@media (min-width: 1060px) {
    .t-dark .bux-osu-nav__link {
        display: inline-block;
        margin: 0;
        margin-left: 8px;
        border-bottom: none;
    }

        .t-dark .bux-osu-nav__link:first-child {
            border-top: none;
        }

        .t-dark .bux-osu-nav__link a {
            font-size: 1rem;
        }

            .t-dark .bux-osu-nav__link a:hover {
                color: #fff;
                border-bottom: 1px solid #fff;
            }
}
