@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

body {
  margin-top: 0px;
}

html, body {
    font-family: 'Segoe UI','Helvetica Neue', Helvetica, Arial, sans-serif;
}

i {
    font-style:normal;
}

code {
    font-family: monospace;
    color: royalblue;
}

#content-area {
    padding-top: 10px;
    padding-bottom: 60px;
}

.card-header {
    font-size: 1.4em;
}

.card-header .btn {
    margin-left:.1em;
}

.padbottom {
    margin-bottom: 20px;
}

.padbottom-5 {
    margin-bottom: 5px;
}

.padbottom-10 {
    margin-bottom: 10px;
}

.padtop {
    margin-top: 20px;
}

.padtop-5 {
    margin-top: 5px;
}

.padtop-10 {
    margin-top: 10px;
}

button.right {
    float: right;
}

table.full {
    width: 100%;
}

table.first-column-bold thead th:first-child,
table.first-column-bold tbody td:first-child {
    font-weight: bold;
}

table.first-column-right thead th:first-child,
table.first-column-right tbody td:first-child {
    text-align: right;
}

table.first-column-small thead th:first-child,
table.first-column-small tbody td:first-child {
    width: 1%;
}

table.first-column-right td table td:first-child,
table.first-column-right th table th:first-child {
    text-align: left;
}

table.first-column-right td table td.center:first-child,
table.first-column-right th table th.center:first-child {
    text-align: center;
}

table.first-column-right td table td.right:first-child,
table.first-column-right th table th.right:first-child {
    text-align: right;
}

th.left,
td.left,
table.first-column-right table th.left,
table.first-column-right table td.left {
    text-align: left;
}

table.padded thead tr th,
table.padded tbody tr td {
    padding: 5px;
}

label {
    font-weight: bold;
}

label.small {
    font-weight: normal;
    font-size: 0.8em;
    position: relative;
    top: -2px;
}
    
.btn-primary {
    color: black;
    background-color: lightgrey;
    border-color: darkgrey;
    font-weight: bold;
}

.btn-primary:hover {
    color: white;
    background-color: darkgrey;
    border-color: black;
        box-shadow: 0 5px 18px rgb(0 0 0 / 40%);
    transform: translateY(-0.25em);
}

div.close-button {
    display: inline-block;
    float: right;
}

.icon-element i {
    min-width: 20px;
    text-align: center;
}

.btn i {
    margin-right: 5px;
}

.nav-link i {
    margin-right:4px;

}

.term .nav-link {
    min-width: 150px;
}

div.menu-icon-wrapper {
    width: 20px;
    min-width:28px;
    display: inline-block;
    text-align: center;
}

.dropdown-item i:not([class*="sort-indicator"]) {
    min-width: 28px;
    text-align: center;
    margin-right:5px;
}

.dropdown-item.active {
    background: #555;
    color:#fff;
}

nav a.nav-link.active {
    background-color: #555;
    border-radius: 5px;
    color:#fff !important;
}

a.nav-link:hover {
    background-color: #F0F0F0;
}

a.aboutlink {
    font-size: larger;
}

.nav-item.disabled {
    cursor:not-allowed;
}

i.far.sort-indicator,       
i.fas.sort-indicator,
i.fab.sort-indicator {
    padding-right: .3em;
}

.btn-xs {
    padding: .3rem .3rem;
    font-size: .8rem !important;
    line-height: .8rem;
    border-radius: .2rem;
}

th.no-pad-right,
td.no-pad-right {
    padding-right: 0;
    padding: 8px 0 8px 8px;
}

table.table:not([class*="padbottom"]) {
    margin-bottom: 0;
}

table.table thead tr th,
table.table tbody tr td,
table.table tfoot tr td {
    vertical-align:middle;
}

table.table thead tr th.no-pad-right,
table.table tbody tr td.no-pad-right {
    padding-right: 0;
    padding: 8px 0 8px 8px;
}

table.table thead tr th.no-pad-left,
table.table tbody tr td.no-pad-left {
    padding-left: 0;
    padding: 8px 8px 8px 0;
}

table.table thead tr th.no-pad-left.no-pad-right,
table.table tbody tr td.no-pad-left.no-pad-right {
    padding-left: 0;
    padding-right: 0;
    padding: 8px 0 8px 0;
}

table.table thead tr th.action-item,
table.table tbody tr td.action-item {
    width: 1%;
}

table.table tbody tr.action-row {
    cursor: pointer;
}

table.table tbody tr.action-row:hover {
    background-color: #ccc;
}

table.table thead tr th button.btn-default {
    font-weight: 600;
}

table.table thead tr th button:disabled.btn-default {
    opacity: .8;
}

.card-body {
    padding: 0.5rem;
}

.card {
    padding: 0;
}

.light {
    color: #aaa;
}

.note {
    opacity: 0.8;
    font-style: italic;
    font-size: .8em;
}

.pointer {
    cursor: pointer;
}

.right {
    text-align: right;
}

div.right {
    float: right;
}

.strong {
    font-weight: bold;
}

.highlight {
    color: #888;
}

a {
    color: #a60f2d;
}

i {
    color: #a60f2d;
    padding-top: 1em;
}

    i:hover {
        padding-top: 1em;
        background: #ecedf2;
        color: #3d5654;
    }

/*i:focus {
    color: #a60f2d;
}*/

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.fixed-50 {
    width: 50px;
    display: inline-block;
}

.fixed-75 {
    width: 75px;
    display: inline-block;
}

.fixed-100 {
    width: 100px;
    display: inline-block;
}

.fixed-150 {
    width: 150px;
    display: inline-block;
}

.fixed-200 {
    width: 200px;
    display: inline-block;
}

.fixed-250 {
    width: 250px;
    display: inline-block;
}

.fixed-300 {
    width: 300px;
    display: inline-block;
}

p.dropdown-text {
    padding: .25rem 1rem;
}

table.table.paged-recordset-table tr td {
    border-style: none;
}

table.table.paged-recordset-table tr.even-row {
    background-color: #eee;
}

    table.table.paged-recordset-table tr.even-row td {
        color: #000;
    }

table.table.paged-recordset-table tr.odd-row {
    background-color: #ddd;
}

    table.table.paged-recordset-table tr.odd-row td {
        color: #000;
    }

table.table.paged-recordset-table tr.escalated {
    background-color: #dc3545;
    color: #fff;
}

table.table.paged-recordset-table tr.sep-row td {
    border-style: solid;
}

/* Restore the Bootstrap default button class */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}
    
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.wsu-g-footer {
    float: left;
}


i.okta-logo {
    background-image: url('../images/Okta_256.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin: -4px 0 0 0;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
}

.indented {
    margin-left: 15px;
}



#status-message-area {
    display:block;
    opacity:0.9;
    margin:0 10px;
}

#status-message-area.fixed-message {
    display: block;
    position:fixed;
    top:74px;
    left:5px;
    right:5px;
    opacity: 0.9;
    width: calc(100% - 20px);
    z-index:99999;
    margin:unset;
}

#status-message-area.small {
    width:400px;
    max-width:400px;
    position:fixed;
    right:5px;
    top:74px;
    float:unset;
    left:unset;
    margin-right:0;
}

div.fixed:not([id=status-message-area]) {
    display: inline-block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    z-index:9999;
}

div.fixed.full-width {
    width:100%;
}

.close-button {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

img.user-menu-icon {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
    border-radius: 50%;
}

img.user-icon {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
}

img.user-icon-small {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
}

img.paged-recordset-photo {
    max-width: 24px;
    max-height: 24px;
    border-radius: 50%;
}

img.user-icon-info {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
}

/*Extra header Styles to Augment Bootstrap*/
.display-7 {
    font-size: calc(1.2rem + 1.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-7 {
        font-size: 2rem;
    }
}

.display-8 {
    font-size: calc(1.1rem + 1.2vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-8 {
        font-size: 1.5rem;
    }
}

.display-9 {
    font-size: calc(1.1rem + 1.1vw);
    font-weight: 300;
    line-height: 1.1;
}

@media (min-width: 1200px) {
    .display-9 {
        font-size: 1.25rem;
    }
}

.center {
    text-align:center;
}

.dropzone {
    border: solid 1px #888;
    border-radius: 5px;
    min-height: 100px;
}

.dropzone .dz-message {
    margin: 0;
    color:#000;
}

#view-profile .dropzone {
    min-height:200px;
}

div.keyword-search {
    display: inline-flex;
    padding-left: 10px;
    position: relative;
    vertical-align: middle;
}

div.keyword-search label {
    position:relative;
    top:5px;
    padding-right:5px;
}

a.nowrap,
button.nowrap {
    white-space: nowrap;
}

nav.navbar {
    z-index: 99999;
}

.menu-user-name {
    font-weight:bold;
    font-size:1.2em;
}

.menu-user-name,
.menu-user-title,
.menu-user-dept,
.menu-user-username,
.menu-user-email {
    display: block;
}

.menu-user-username,
.menu-user-email {
    font-size:0.8em;
}

.remove-bootstrap {
    all: unset;
}

select.missing-required,
select:focus.missing-required,
input.missing-required,
input:focus.missing-required {
    background-color: palevioletred;
    border-color: darkred;
    color: #fff;
}

.loading-badge {
    font-size: 1.5em;
    height: 38px;
    vertical-align: middle;
}

.element-id {
    font-size: 0.8em;
    opacity: 0.4;
}

.icon-text {
    padding-left: 0.1em;
}

figure {
	text-align: center;
	outline: solid 1px #ccc;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 0 5px 0 0;
	display: inline-block;
}

figure > figcaption {
	text-align: center;
	display: block; /* For IE8 */
}

div.cf-edit-item {
    border: solid 1px #000 !important;
    border-radius: 5px !important;
    padding: 5px !important;
    background-color: #222 !important;
    color: #fff !important;
}

div.cf-edit-item label {
    color:#fff !important;
}

div.cf-edit-item .form-range {
    background-color:#222 !important;
}

div.files {
    clear:both;
}

div.item-file {
    text-align:left;
    width:160px !important;
    max-width:160px !important;
    min-height:180px;
    max-height:180px;
    padding:6px !important;
    background:#fff !important;
    border:solid 1px #ddd !important;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0, .7) !important;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7) !important;
    /*float:left;*/
    margin:0 0.3em 0.3em 0;
    font-size:.8em;
    line-height:1em;
    position:relative;
    display:inline-block;
    vertical-align:top;
}

div.item-file div.item-file-delete-button {
    display:inline-block;
    text-align:left;
    position:absolute;
    top:5px;
    right:5px;
    z-index:10;
}

div.item-file div.item-file-image {
    min-height:150px;
    max-height:150px;
    cursor:pointer;
}

div.item-file div.item-file-image img {
    max-height:150px;
    max-width:100%;
}

div.item-file div.item-file-label {
    max-height:50px;
    width:148px;
    max-width:148px;
    overflow:hidden;
    position:absolute;
    bottom:5px;
    color:#888;
}

div.item-file-label div.file-name {
    max-width: 95px;
    width: 95px;
    line-height: 1.2em;
    max-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    float: left;
    text-align: left;
}

div.item-file-label div.file-size {
    max-width: 50px;
    width: 50px;
    display: inline-block;
    float: right;
    text-align: right;
}

button.show-on-hover {
    opacity:0.8;
}

button.show-on-hover:hover {
    opacity:1;
}

button.show-on-hover span {
    display:none;
}

button.show-on-hover:hover span {
    display:inline;
}

.header-note {
    font-size:0.8em;
    opacity:0.5;
}

.required-field-indicator {
    font-size:0.8em;
}

.missing-required option {
    background-color: #fff;
    color: #000;
}

.unbold {
    font-weight: normal;
}

div.block {
    display: inline-block;
}

div.left,
div.right {
    display: inline-block;
}

.ui-autocomplete {
    z-index: 9999999 !important;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 0.6; /* Firefox */
}

.missing-required::placeholder {
    color: #fff;
}

div.missing-required iframe {
    background-color: palevioletred;
}

.bold {
    font-weight: bold;
}

.sticky-menu-icon {
    position:fixed;
    top:72px;
    right:5px;
    font-size:1.2em;
    z-index:999999;
}

.sticky-menu-icon i.sticky {
    color:#000;
    opacity:0.4;
}

.sticky-menu-icon i.scrolling {
    color:#ccc;
    opacity:0.5;
}

/*seans added CSS*/
/*styling for top banner*/
#siteID {
    height: 0px;
    float: left;
    width: 100vw;
    margin-left: 40px;
    color: #fff;
}

.layout-page-view {
    margin: 0;
    display:block;
}

.logowrapper {
    position: absolute;
    width: 60px;
    height: 66px;
    left: 0px;
    background-color: crimson;
}

.logowrapper:hover {
    cursor:pointer;
}

#headerlogo {
    fill: white;
}

/*styling for top banner's first heading*/
.wsu-s-header__container {
    display:flex;
    position:relative;
}

.wsu-s-header__title {
    display: flex;
}

.aboutwrapper {
    position: relative;
    float: right;
    z-index: 1;
    width: 8em;
}

/*styling from Home*/

/*styling for major headings such as Schedules..., textbook information, etc...*/
.wsu-c-heading {
    
}

/*styling for city headings*/
.City {
    float: left;
    clear: left;
    width: 6em;
    color: black;
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    margin: 10px 0px 0px 0px;
}

/*general paragrapgh styling*/
.Basic-text {
    display: block;
    font-size: 0.85em;
    line-height: 1.6em;
    margin-bottom: 10px;
}

/*styling for list of schedules*/
.Semesters {
    list-style-type: none;
    display: flex;
    margin-bottom: 0em;
    list-style-position: inside;

}

/*styling for wrapper of the list of schedules*/
.schedule-container {
    display: inline-block;
    width:100%;
    position: relative;
    white-space:nowrap;
    overflow:auto;
}

/*styling for the individual semesters*/
.nav-item {
    text-decoration: underline;
    color: #003c69;
    display: inline;
    margin-left:0em;
}

/*styling for the individual semesters*/
.nav-item-inactive {
    color: #003c69;
    display: inline;
    margin-left: 0em;
}

.textbook_link {

}

.comment-text {
    line-height: 1.25;
    font-size: 12px;
}

.anchor_wrapper {
    display: inline-block;
    position: relative;
    left: 550px;
    bottom: 33px;
}

.header_wrapper {

}

/*styling for textbook link list*/
.textbook_links {
    margin-bottom: 1.5em;
    line-height: 1.6em;
    margin-top: 0px;
    list-style-type: square;
    font-size: 0.85em;
    width: 90vw;
}

/*styling for individual textbook links */
ul.textbook_links > li {
    display: inline-block;
    margin: 10px 10px 0px 0px;
    min-width: 0em;
}

.col-sm-4 {
    display: inline-flex;
}

/*styling for the content of the current page (excludes side and top menu*/
.wsu-c-column {
    padding-top: 0px;
    position:relative;
    margin-left:unset;
    padding-left:unset;
    width: 100%;
    overflow:auto;
}

.wsu-c-container {
    padding-left: unset;
    position: relative;
    float: left;
    padding:unset;
    padding-bottom: 60px;
    max-width: 1600px;
}

/*styling for building*/
.buildingabbr {
    width: 10em;
}

.buildingname {
    width: 30em;
}

.buildinglocation {

}
/*styling from prefixList*/
/* styling for table headers*/
/*.Table-header {
    text-decoration: underline;
}
*/
/*zebra stripe every even row (excludes sectionList table*/
.inlineparagraph {
    display: inline;
}

.zebratable:nth-child(even) {
    background-color: #f2f2f2;
}
.zebratable {

}

.zebratablesubject {
    width:10vw;
    
}

.zebratabletitle {
    width:40vw;
    
}

.zebratablelocation {
    width:25vw;
    
}

.zebratablenumber {
    width: 25vw;
    
}

.sched_notes {
    width: 5vw;
}

.sched_sec {
    width: 5vw;
}

.sched_sln {
    width: 8vw;
}

.sched_cr {
    width: 5vw;
}

.sched_days {
    width: 10vw;
}

.sched_loc {
    width: 10vw;
}

.sched_dates {
    width: 10vw;
}

.sched_instructor {
    width: 15vw;
}

.sched_limit {
    width: 10vw;
}

.sched_enrl {
    width: 10vw;
}

/*styling for tables in program*/
.wsu-c-table {
    width: 100%;
}

.wsu-c-table--striped {
    margin-top: unset;
}

.wsu-c-table th {
    padding-bottom:0px;
}

.wsu-c-table td {
    border: unset;
    font-family: montserrat condensed, sans-serif;
    font-size: 14px;
}

.sectionlistdivider {
    border-top: 2px solid black;
}

.sectionlistnotes {
    
}
/*styling from sectionInfo*/
.tocsvbutton {
    color: #a60f2d;
    float:right;
}

.sectioninfolist {
    list-style-type: none;
    padding-left: 0;
}

.sectionmeeting {
    display:inline;
    padding-right:1em;
    padding-left:0;
}

.sectionmeetingitem {
    padding-right: 1em;
    padding-left: 0;
    list-style-type: none;
}

.sectionmeetingspanitem {
    display:inline-block;
    padding-right: 1em;
    padding-left: 0;
    min-width:120px;
}
/*styling for description lists (sectioninfo and footnotes currentyly)*/
.pagesdl {
    display: grid;
    width: auto;
    column-gap: 50px
}

/*.footnotesdl {
    width:fit-content;
    column-gap: 30px;
}

.footnotesdl > dt {
    grid-column: 1;
}*/

/*styling for descrition terms (sectioninfo and footnotes currentyly)*/
.pagesdl > dt {
    grid-column: 1;
}

/*styling for descrition details (sectioninfo and footnotes currentylly)*/
.pagesdl > dd {
    grid-column: 2;
}

.footnotesdata {
    font-weight: 700;
    padding-bottom: 1em;
}

.footnotesdesc {
    text-indent: 30px;
    padding-bottom: 1em;
}

.sectionbolding {
    font-weight: bold;
}

.searchlistpage {
    list-style-type:none;
}

/*search page css*/
.searchlist {
    list-style-type: none;
    display:flex;
    width: 800px;
}

.searchlistitem {

}

.searchdropbox {
    margin-left: 20px;
}

.selecttitles {
}

.selectedprefix {
    display: inline-block;
    vertical-align: top;
}

.wsu-s-nav-vertical-split__close-wrapper {
    padding-bottom:unset;
}

.checkboxes {
    margin-right: 0.8em;
    margin-left: 0.3em;
    display: inline-block;
    font-weight: unset;
}

.extend-margin {
    margin-left: 0.3em;
}

.fieldTitle {
    margin-right: 5em;
    min-width:120px;
}

.searchlistpage > li {
    vertical-align:middle;
}

/*coop page*/
.floatbutton {
    float:right;
}

/*archives*/
.termlist {
    display:inline-block;
    list-style-type:none;
}

.term {
    display:inline-block;
    
}
/*
    The following is used to override inherited styles from the WSU CSS
    that would cause issues with Bootstrap formatting of buttons.
*/
.wsu-c-content a.btn:not([class^=wsu-c]):not([class*=" wsu-c"]),
.wsu-c-content a.btn:not([class^=wsu-c]):not([class*=" wsu-c"]):visited {
    text-decoration: none;
    color: #fff;
    border-bottom: none;
}

.wsu-c-content a.btn.btn-warning:not([class^=wsu-c]):not([class*=" wsu-c"]),
.wsu-c-content a.btn.btn-warning:not([class^=wsu-c]):not([class*=" wsu-c"]):visited,
.wsu-c-content a.btn.btn-light:visited,
.wsu-c-content a.btn.btn-light:not([class^=wsu-c]):not([class*=" wsu-c"]),
.wsu-c-content a.btn.btn-light:not([class^=wsu-c]):not([class*=" wsu-c"]):visited {
    color: #212529;
}

.wsu-c-content a.btn.btn-link:not([class^=wsu-c]):not([class*=" wsu-c"]),
.wsu-c-content a.btn.btn-link:not([class^=wsu-c]):not([class*=" wsu-c"]):visited {
    color: #007bff;
}

.wsu-c-content a.btn.btn-link:hover {
    text-decoration: underline;
}

.wsu-c-content button,
.wsu-c-content button.btn {
    color: #fff;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #007bff;
    border-color: #007bff;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    -webkit-transform: inherit;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

    .wsu-c-content button.btn:hover {
        margin-top: .25rem;
        margin-bottom: .25rem;
        width: unset;
        height: unset;
    }

    .wsu-c-content button:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .wsu-c-content button.btn-primary {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .wsu-c-content button.btn-primary:hover {
            color: #fff;
            background-color: #0069d9;
            border-color: #0062cc;
        }

        .wsu-c-content button.btn-primary:focus, .wsu-c-content button.btn-primary.focus {
            color: #fff;
            background-color: #0069d9;
            border-color: #0062cc;
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

        .wsu-c-content button.btn-primary.disabled, .wsu-c-content button.btn-primary:disabled {
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
        }

        .wsu-c-content button.btn-primary:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-primary:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #0062cc;
            border-color: #005cbf;
        }

            .wsu-c-content button.btn-primary:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-primary:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            }

    .wsu-c-content button.btn-secondary {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .wsu-c-content button.btn-secondary:hover {
            color: #fff;
            background-color: #5a6268;
            border-color: #545b62;
        }

        .wsu-c-content button.btn-secondary:focus, .wsu-c-content button.btn-secondary.focus {
            color: #fff;
            background-color: #5a6268;
            border-color: #545b62;
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

        .wsu-c-content button.btn-secondary.disabled, .wsu-c-content button.btn-secondary:disabled {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d;
        }

        .wsu-c-content button.btn-secondary:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-secondary:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-secondary.dropdown-toggle {
            color: #fff;
            background-color: #545b62;
            border-color: #4e555b;
        }

            .wsu-c-content button.btn-secondary:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-secondary:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-secondary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            }

    .wsu-c-content button.btn-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .wsu-c-content button.btn-success:hover {
            color: #fff;
            background-color: #218838;
            border-color: #1e7e34;
        }

        .wsu-c-content button.btn-success:focus, .wsu-c-content button.btn-success.focus {
            color: #fff;
            background-color: #218838;
            border-color: #1e7e34;
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

        .wsu-c-content button.btn-success.disabled, .wsu-c-content button.btn-success:disabled {
            color: #fff;
            background-color: #28a745;
            border-color: #28a745;
        }

        .wsu-c-content button.btn-success:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-success:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-success.dropdown-toggle {
            color: #fff;
            background-color: #1e7e34;
            border-color: #1c7430;
        }

            .wsu-c-content button.btn-success:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-success:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-success.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            }

    .wsu-c-content button.btn-info {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .wsu-c-content button.btn-info:hover {
            color: #fff;
            background-color: #138496;
            border-color: #117a8b;
        }

        .wsu-c-content button.btn-info:focus, .btn-info.focus {
            color: #fff;
            background-color: #138496;
            border-color: #117a8b;
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

        .wsu-c-content button.btn-info.disabled, .wsu-c-content button.btn-info:disabled {
            color: #fff;
            background-color: #17a2b8;
            border-color: #17a2b8;
        }

        .wsu-c-content button.btn-info:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-info:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-info.dropdown-toggle {
            color: #fff;
            background-color: #117a8b;
            border-color: #10707f;
        }

            .wsu-c-content button.btn-info:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-info:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-info.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            }

    .wsu-c-content button.btn-warning {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .wsu-c-content button.btn-warning:hover {
            color: #212529;
            background-color: #e0a800;
            border-color: #d39e00;
        }

        .wsu-c-content button.btn-warning:focus, .wsu-c-content button.btn-warning.focus {
            color: #212529;
            background-color: #e0a800;
            border-color: #d39e00;
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

        .wsu-c-content button.btn-warning.disabled, .wsu-c-content button.btn-warning:disabled {
            color: #212529;
            background-color: #ffc107;
            border-color: #ffc107;
        }

        .wsu-c-content button.btn-warning:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-warning:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-warning.dropdown-toggle {
            color: #212529;
            background-color: #d39e00;
            border-color: #c69500;
        }

            .wsu-c-content button.btn-warning:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-warning:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-warning.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            }

    .wsu-c-content button.btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .wsu-c-content button.btn-danger:hover {
            color: #fff;
            background-color: #c82333;
            border-color: #bd2130;
        }

        .wsu-c-content button.btn-danger:focus, .wsu-c-content button.btn-danger.focus {
            color: #fff;
            background-color: #c82333;
            border-color: #bd2130;
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

        .wsu-c-content button.btn-danger.disabled, .wsu-c-content button.btn-danger:disabled {
            color: #fff;
            background-color: #dc3545;
            border-color: #dc3545;
        }

        .wsu-c-content button.btn-danger:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-danger:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-danger.dropdown-toggle {
            color: #fff;
            background-color: #bd2130;
            border-color: #b21f2d;
        }

            .wsu-c-content button.btn-danger:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-danger:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-danger.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            }

    .wsu-c-content button.btn-light {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .wsu-c-content button.btn-light:hover {
            color: #212529;
            background-color: #e2e6ea;
            border-color: #dae0e5;
        }

        .wsu-c-content button.btn-light:focus, .wsu-c-content button.btn-light.focus {
            color: #212529;
            background-color: #e2e6ea;
            border-color: #dae0e5;
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }

        .wsu-c-content button.btn-light.disabled, .wsu-c-content button.btn-light:disabled {
            color: #212529;
            background-color: #f8f9fa;
            border-color: #f8f9fa;
        }

        .wsu-c-content button.btn-light:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-light:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-light.dropdown-toggle {
            color: #212529;
            background-color: #dae0e5;
            border-color: #d3d9df;
        }

            .wsu-c-content button.btn-light:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-light:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-light.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            }

    .wsu-c-content button.btn-dark {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .wsu-c-content button.btn-dark:hover {
            color: #fff;
            background-color: #23272b;
            border-color: #1d2124;
        }

        .wsu-c-content button.btn-dark:focus, .wsu-c-content button.btn-dark.focus {
            color: #fff;
            background-color: #23272b;
            border-color: #1d2124;
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
        }

        .wsu-c-content button.btn-dark.disabled, .wsu-c-content button.btn-dark:disabled {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40;
        }

        .wsu-c-content button.btn-dark:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-dark:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-dark.dropdown-toggle {
            color: #fff;
            background-color: #1d2124;
            border-color: #171a1d;
        }

            .wsu-c-content button.btn-dark:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-dark:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-dark.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            }

    .wsu-c-content button.btn-link {
        font-weight: 400;
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
    }

        .wsu-c-content button.btn-link:hover {
            color: #0056b3;
            text-decoration: underline;
        }

        .wsu-c-content button.btn-link:focus, .wsu-c-content button.btn-link.focus {
            text-decoration: underline;
        }

        .wsu-c-content button.btn-link:disabled, .wsu-c-content button.btn-link.disabled {
            color: #6c757d;
            pointer-events: none;
        }

    .wsu-c-content button.btn-outline-primary {
        color: #007bff;
        border-color: #007bff;
        background-color: transparent;
    }

        .wsu-c-content button.btn-outline-primary:hover {
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
        }

        .wsu-c-content button.btn-outline-primary:focus, .wsu-c-content button.btn-outline-primary.focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

        .wsu-c-content button.btn-outline-primary.disabled, .wsu-c-content button.btn-outline-primary:disabled {
            color: #007bff;
            background-color: transparent;
        }

        .wsu-c-content button.btn-outline-primary:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-outline-primary:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-outline-primary.dropdown-toggle {
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
        }

            .wsu-c-content button.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-outline-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            }

    .wsu-c-content button.btn-outline-secondary {
        color: #6c757d;
        border-color: #6c757d;
        background-color: transparent;
    }

        .wsu-c-content button.btn-outline-secondary:hover {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d;
        }

        .wsu-c-content button.btn-outline-secondary:focus, .wsu-c-content button.btn-outline-secondary.focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

        .wsu-c-content button.btn-outline-secondary.disabled, .wsu-c-content button.btn-outline-secondary:disabled {
            color: #6c757d;
            background-color: transparent;
        }

        .wsu-c-content button.btn-outline-secondary:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-outline-secondary:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-outline-secondary.dropdown-toggle {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d;
        }

            .wsu-c-content button.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-outline-secondary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            }

    .wsu-c-content button.btn-outline-success {
        color: #28a745;
        border-color: #28a745;
        background-color: transparent;
    }

        .wsu-c-content button.btn-outline-success:hover {
            color: #fff;
            background-color: #28a745;
            border-color: #28a745;
        }

        .wsu-c-content button.btn-outline-success:focus, .wsu-c-content button.btn-outline-success.focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

        .wsu-c-content button.btn-outline-success.disabled, .wsu-c-content button.btn-outline-success:disabled {
            color: #28a745;
            background-color: transparent;
        }

        .wsu-c-content button.btn-outline-success:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-outline-success:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-outline-success.dropdown-toggle {
            color: #fff;
            background-color: #28a745;
            border-color: #28a745;
        }

            .wsu-c-content button.btn-outline-success:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-outline-success:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-outline-success.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            }

    .wsu-c-content button.btn-outline-info {
        color: #17a2b8;
        border-color: #17a2b8;
        background-color: transparent;
    }

        .wsu-c-content button.btn-outline-info:hover {
            color: #fff;
            background-color: #17a2b8;
            border-color: #17a2b8;
        }

        .wsu-c-content button.btn-outline-info:focus, .wsu-c-content button.btn-outline-info.focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

        .wsu-c-content button.btn-outline-info.disabled, .wsu-c-content button.btn-outline-info:disabled {
            color: #17a2b8;
            background-color: transparent;
        }

        .wsu-c-content button.btn-outline-info:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-outline-info:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-outline-info.dropdown-toggle {
            color: #fff;
            background-color: #17a2b8;
            border-color: #17a2b8;
        }

            .wsu-c-content button.btn-outline-info:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-outline-info:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-outline-info.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            }

    .wsu-c-content button.btn-outline-warning {
        color: #ffc107;
        border-color: #ffc107;
        background-color: transparent;
    }

        .wsu-c-content button.btn-outline-warning:hover {
            color: #212529;
            background-color: #ffc107;
            border-color: #ffc107;
        }

        .wsu-c-content button.btn-outline-warning:focus, .wsu-c-content button.btn-outline-warning.focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

        .wsu-c-content button.btn-outline-warning.disabled, .wsu-c-content button.btn-outline-warning:disabled {
            color: #ffc107;
            background-color: transparent;
        }

        .wsu-c-content button.btn-outline-warning:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-outline-warning:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-outline-warning.dropdown-toggle {
            color: #212529;
            background-color: #ffc107;
            border-color: #ffc107;
        }

            .wsu-c-content button.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-outline-warning.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            }

    .wsu-c-content button.btn-outline-danger {
        color: #dc3545;
        border-color: #dc3545;
        background-color: transparent;
    }

        .wsu-c-content button.btn-outline-danger:hover {
            color: #fff;
            background-color: #dc3545;
            border-color: #dc3545;
        }

        .wsu-c-content button.btn-outline-danger:focus, .wsu-c-content button.btn-outline-danger.focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

        .wsu-c-content button.btn-outline-danger.disabled, .wsu-c-content button.btn-outline-danger:disabled {
            color: #dc3545;
            background-color: transparent;
        }

        .wsu-c-content button.btn-outline-danger:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-outline-danger:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-outline-danger.dropdown-toggle {
            color: #fff;
            background-color: #dc3545;
            border-color: #dc3545;
        }

            .wsu-c-content button.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-outline-danger.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            }

    .wsu-c-content button.btn-outline-light {
        color: #f8f9fa;
        border-color: #f8f9fa;
        background-color: transparent;
    }

        .wsu-c-content button.btn-outline-light:hover {
            color: #212529;
            background-color: #f8f9fa;
            border-color: #f8f9fa;
        }

        .wsu-c-content button.btn-outline-light:focus, .wsu-c-content button.btn-outline-light.focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

        .wsu-c-content button.btn-outline-light.disabled, .wsu-c-content button.btn-outline-light:disabled {
            color: #f8f9fa;
            background-color: transparent;
        }

        .wsu-c-content button.btn-outline-light:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-outline-light:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-outline-light.dropdown-toggle {
            color: #212529;
            background-color: #f8f9fa;
            border-color: #f8f9fa;
        }

            .wsu-c-content button.btn-outline-light:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-outline-light:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-outline-light.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            }

    .wsu-c-content button.btn-outline-dark {
        color: #343a40;
        border-color: #343a40;
        background-color: transparent;
    }

        .wsu-c-content button.btn-outline-dark:hover {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40;
        }

        .wsu-c-content button.btn-outline-dark:focus, .wsu-c-content button.btn-outline-dark.focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

        .wsu-c-content button.btn-outline-dark.disabled, .wsu-c-content button.btn-outline-dark:disabled {
            color: #343a40;
            background-color: transparent;
        }

        .wsu-c-content button.btn-outline-dark:not(:disabled):not(.disabled):active, .wsu-c-content button.btn-outline-dark:not(:disabled):not(.disabled).active,
        .show > .wsu-c-content button.btn-outline-dark.dropdown-toggle {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40;
        }

            .wsu-c-content button.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .wsu-c-content button.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
            .show > .wsu-c-content button.btn-outline-dark.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            }





/*
    The following is used to override inherited styles from the WSU CSS
    that were breaking the Event Calendar control
*/
.wsu-c-content div.eventCalendar-wrap ul li {
    padding-left: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: 1em;
    padding-left: 0;
    margin: 0;
}

    .wsu-c-content div.eventCalendar-wrap ul:not([class^=wsu-c-]):not([class*=" wsu-c-"]) > li:before, ul.wsu-c-list > li:before,
    .wsu-c-content div.eventCalendar-wrap ul li:before {
        content: "";
        background-color: transparent;
    }

.wsu-c-content div.eventCalendar-wrap a:not([class^=wsu-c]):not([class*=" wsu-c"]),
.wsu-c-content div.eventCalendar-wrap a:not([class^=wsu-c]):not([class*=" wsu-c"]):visited {
    color: initial;
    border-bottom: none;
}





/*
    The following fixes are in place for old Bootstrap 3x styles that may still be in use
*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.grayOut {
    opacity: 0.5;
}

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

a.selectboxit-option-anchor {
    color: #000 !important;
    border-bottom: none !important;
}

li.selectboxit-option {
    padding-left: 0 !important;
}

    li.selectboxit-option:before,
    ul.ui-tabs-nav li:before,
    ol.carousel-indicators li:before {
        content: "" !important;
        background-color: transparent !important;
    }

ul.ui-tabs-nav li a,
a.carousel-control-prev,
a:active.carousel-control-prev,
a.carousel-control-next,
a:active.carousel-control-next {
    color: #000 !important;
    border-bottom: none !important;
    border: 0 !important;
}

ol.carousel-indicators {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 15 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-left: 0 !important;
    margin-right: 15% !important;
    margin-left: 15% !important;
    list-style: none !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

.carousel-indicators li {
    box-sizing: content-box !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    width: 30px !important;
    height: 3px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    opacity: .5 !important;
    transition: opacity .6s ease !important;
    list-style: none !important;
    padding: 0 !important;
}

.carousel-indicators .active {
    opacity: 1 !important;
}

.wsu-c-content div.carousel-item p {
    margin-bottom: 0;
}

.wsu-c-content .gform_wrapper select.form-control, .wsu-c-content select.form-control {
    padding: 6px 12px;
    width: 100%;
    min-height: unset;
}

.wsu-c-content .input-group > .form-control {
    width: 1%;
}

.wsu-c-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wsu-c-content input,
.wsu-c-content textarea {
    width: unset;
    padding: 6px 4px;
}

    .wsu-c-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .wsu-c-content input.form-control,
    .wsu-c-content textarea.form-control {
        width: 100%;
    }

.wsu-c-content img {
    width: unset;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.wsu-c-content img, .wsu-c-image {
    width: unset;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.wsu-s-container--content-xlarge .wsu-c-container, .wsu-s-wrapper--content-xlarge .wsu-c-container {
    max-width: 1800px;
}

div.wsu-s-container.wsu-s-container--content-xlarge {
    z-index: 9999;
    max-width:1800px;
}

.wsu-c-content label {
    margin: 0 0 0 5px;
    width: unset;
    max-width: 95%;
    line-height: inherit;
    vertical-align: middle;
}

.wsu-c-content input[type="checkbox"] {
    display: inline-block;
}

    .wsu-c-content input[type="checkbox"] + label,
    .wsu-c-content input[type="radio"] + label {
        margin: 0 0 0 5px;
    }

.padbottom {
    margin-bottom: 20px;
}

.wsu-c-card__description {
    margin-bottom: 0 !important;
}

a.no-border {
    border-bottom: none !important;
}


.show {
    display: block !important;
}

.wsu-c-content fieldset, .wsu-c-form__fieldset {
    border: unset;
    border-radius: unset;
    margin: unset;
}

.wsu-c-content h1:not([class^=wsu-c]):not([class*=" wsu-c"]).margin,
.wsu-c-content h2:not([class^=wsu-c]):not([class*=" wsu-c"]).margin,
.wsu-c-content h3:not([class^=wsu-c]):not([class*=" wsu-c"]).margin,
.wsu-c-content h4:not([class^=wsu-c]):not([class*=" wsu-c"]).margin,
.wsu-c-content h5:not([class^=wsu-c]):not([class*=" wsu-c"]).margin,
.wsu-c-content h6:not([class^=wsu-c]):not([class*=" wsu-c"]).margin,
.wsu-c-heading {
}


.wsu-g-header__wrapper {
    position: fixed;
    z-index: 10000;
}

.wsu-g-footer-wrapper {
    position: fixed;
    z-index: 10000;
    bottom: 0px;
}

.wsu-g-footer {
    float: left;
}

a,
a:not([href]) {
    scroll-margin-top: 80px;
}

.wsu-c-content figure:not([class^="wsu-c-"]):not([class*=" wsu-c-"]) {
    margin-left: 0;
}

.ui-dialog-titlebar-close {
}

/*header wrapper size*/
.wsu-s-header__wrapper {
    width: 100vw;
}

/*imported form themes*/
td.td-white,
.white-background {
    background-color: #fff;
    border: solid 1px #555;
    border-radius: 5px;
    padding: 5px;
    color: #000;
}

/* LIGHT THEME */
 div.card table.table tr.sep-row td {
    border-style: solid;
    border-color: #ddd;
}

div.card-header {
    background-color: rgb(13, 110, 253);
    color: #fff;
}

div.card-header .btn-primary {
    background-color: rgb(5, 80, 220);
}

 nav.navbar {
    background-color: #fff;
    color: #000;
}

a.navbar-brand,
a.nav-link {
    color: #a60f2d;
}

 a.navbar-brand:hover,
 a.nav-link:hover {
    color: #000;
}

 a.nav-link.disabled {
    color:#ccc;
}

 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

 option:disabled {
    color: #000;
    font-weight: bold;
}

 ul.ui-autocomplete {
    background: #eee;
}

 ul.ui-autocomplete li a {
    text-decoration:none;
}

.card.top-item {
    color: #fff;
}

.card.top-item .card-body {
    background-color: #1b6ec2;
}

ul.nav-tabs a.nav-link.active {
    background-color: #1b6ec2;
    color:#fff;
    border-bottom:none !important;
}

ul.nav-tabs.escalated a.nav-link.active {
    background-color: #dc3545;
}