.account-masthead {
    background: #ffffff;
}

.account-masthead .account ul li a {
    color: #3f4443;
}

.account-masthead .account img {
    display: inline;
}

.account-masthead .account ul li {
  border-left: none;
}

.account-masthead .account ul li a:hover {
  color: #ba0c2f;
  background-color: #ffffff;
  border-bottom-color: #212325;
}

.account-masthead .account .notifications a span.badge {
    background-color: #a7b1b7;
    color: #212325
}

.btn-link {
    color: #3f4443;
}

.btn-link:hover {
    color: #ba0c2f;
}

.bux-header {
    padding-top: 0px;
}

.main, .homepage .module-feeds, .homepage .hero {
    background:#ffffff;
}

.wrapper, .homepage .module-promotion, .homepage .module-search {
    border:1px solid #bfc6cb;
    border-radius:0;
    box-shadow:0 0 0 0;
}

.homepage .module-search .search-form, .homepage .module-search .tags { 
    background: #f6f7f8;
}

body {
    font-family: BuckeyeSans, HelveticaNeue, Helvetica, Arial, sans-serif;
    background: #212325;
}

body a {
    color: #ba0c2f;
}

body a:hover {
    color: #ba0c2f;
}

.activity .item .user-image {
    display: inline;
}

/* OSU Bux Tabs. Move bux-tabpanel --> .nav-tabs */

.page-header .nav-tabs {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    outline: 0;
    overflow: auto hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: auto;
    will-change: scroll-position;
    border-bottom: 0px;
}

.page-header .nav-tabs::-webkit-scrollbar {
    display: none
}

@media (max-width: 640px) {
    .page-header .nav-tabs {
        flex-direction:column;
        width: 100%
    }
}

.nav-tabs .nav-link:active {
    color: #212325;
}

.nav-link, .page-header .nav-tabs li a {
    width: auto;
    overflow: visible;
    background: transparent;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #fff;
    color: #212325;
    cursor: pointer;
    padding: 12px 16px;
    margin: 0 1px 0 0;
    font-family: BuckeyeSans,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    position: relative
}

@media (max-width: 640px) {
    .nav-link, .page-header .nav-tabs li a {
        width:100%;
        text-align: left
    }
}

.page-header .nav-tabs li a:after {
    background: #eff1f2;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.page-header .nav-tabs li.active a  {
    border: 2px solid #eff1f2;
    outline: none
}

@media (max-width: 640px) {
    .nav-link, .page-header .nav-tabs li.active a {
        border:2px solid transparent
    }
}

.page-header .nav-tabs li.active a:after {
    background: #ba0c2f
}

.page-header .nav-tabs li a:focus {
    border: 2px solid #eff1f2;
    outline: 2px solid #3492b8;
    outline-offset: -2px
}

.page-header .nav-tabs li a:focus:after {
    background: #ba0c2f
}

@media (hover: hover) and (pointer:fine) {
    .page-header .nav-tabs li a:hover {
        background-color:#f6f7f8;
        border-color: #f6f7f8;
        color: #212325
    }

    .page-header .nav-tabs li a:hover:after {
        background: #3f4443
    }
}

.page-header {
    background-color: #ffffff;
    padding: 32px;
    border-bottom: 0px;
    font-size: 1rem;
    font-weight: 400;
    margin-top: -4px
}

.page-header:focus {
    outline: 2px solid #3492b8;
    outline-offset: -2px;
    border-color: #cfd4d8
}

.page-header .content_action {
    margin-top: 10px;
}

/* OSU Bux Tabs. Move bux-tabpanel --> .nav-tabs */

.module-content .nav-tabs {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    outline: 0;
    overflow: auto hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: auto;
    will-change: scroll-position;
    border-bottom: 0px;
}

.module-content .nav-tabs::-webkit-scrollbar {
    display: none
}

@media (max-width: 640px) {
    .module-content .nav-tabs {
        flex-direction:column;
        width: 100%
    }
}

.nav-tabs .nav-link, .module-content .nav-tabs a {
    width: auto;
    overflow: visible;
    background: transparent;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #fff;
    color: #212325;
    cursor: pointer;
    padding: 12px 16px;
    margin: 0 1px 0 0;
    font-family: BuckeyeSans,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    position: relative
}

@media (max-width: 640px) {
    .nav-link, .module-content .nav-tabs a {
        width:100%;
        text-align: left
    }
}

.module-content .nav-tabs a:after {
    background: #eff1f2;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.module-content .nav-tabs a.active {
    border: 2px solid #eff1f2;
    outline: none
}

@media (max-width: 640px) {
    .module-content .nav-tabs a.active {
        border:2px solid transparent
    }
}

.module-content .nav-tabs a.active:after {
    background: #ba0c2f
}

.module-content .nav-tabs a:focus {
    border: 2px solid #eff1f2;
    outline: 2px solid #3492b8;
    outline-offset: -2px
}

.module-content .nav-tabs a:focus:after {
    background: #ba0c2f
}

@media (hover: hover) and (pointer:fine) {
    .module-content .nav-tabs a:hover {
        background-color:#f6f7f8;
        border-color: #f6f7f8;
        color: #212325
    }

    .module-content .nav-tabs a:hover:after {
        background: #3f4443
    }
}

/* OSU Button */
.btn-primary {
    margin: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    line-height: normal;
    cursor: pointer;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background-color: #ba0c2f;
    color: #fff;
    border: 2px solid #ba0c2f;
    font-family: BuckeyeSans,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: .875rem;
    padding: .375rem .75rem
}

.btn-primary:hover {
    background-color: #3f4443;
    color: #fff;
    border-color: #3f4443
}

.btn-primary:active,.btn-primary:focus {
    background-color: #ba0c2f;
    color: #fff;
    border: 2px solid #ba0c2f;
    outline: 2px solid #3492b8;
    outline-offset: 1px
}

.btn-danger {
    margin: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    line-height: normal;
    cursor: pointer;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background-color: #fff;
    color: #ba0c2f;
    border: 2px solid #ba0c2f;
    font-family: BuckeyeSans,HelveticaNeue,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: .875rem;
    padding: .375rem .75rem
}

.btn-danger:hover {
    background-color: #3f4443;
    color: #fff;
    border-color: #3f4443
}

.btn-danger:active,.btn-danger:focus {
    background-color: #fff;
    color: #ba0c2f;
    border: 2px solid #ba0c2f;
    outline: 2px solid #3492b8;
    outline-offset: 1px
}

