@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*
    COLORS
    _____
*/
/*
    COMPLEMENTARY COLORS
    ____________________
*/
/*new complementary colors*/
/*
    SECONDARY COLORS
    ________________
*/
/*New secondary palette colors*/
/*
    OTHER COLOR TOKENS
    __________________
*/
/*
    COLOR CLASSES
    _____________
*/
@import url("../../../../framework/wsu-brand-fonts/importfonts.css");
.color-1 {
  color: #492365;
}

.color-2 {
  color: #4a494d;
}

.color-3 {
  color: #70569e;
}

.color-4 {
  color: #814c9c;
}

.color-5 {
  color: #cbc3dc;
}

.color-6 {
  color: #d3c2df;
}

.color-7 {
  color: #a3d55d;
}

.color-8 {
  color: #009844;
}

.color-9 {
  color: #005c49;
}

.color-10 {
  color: #25cad3;
}

.color-11 {
  color: #005f71;
}

.color-12 {
  color: #346094;
}

.color-13 {
  color: #691940;
}

.color-14 {
  color: #a52428;
}

.color-15 {
  color: #d25d12;
}

.color-16 {
  color: #f6b221;
}

.color-17 {
  color: #84471e;
}

.color-18 {
  color: #483627;
}

/*New complementary color classes*/
.color-19 {
  color: #a597c2;
}

.color-20 {
  color: #a275b3;
}

.color-21 {
  color: #f3eff6;
}

.color-22 {
  color: #f3f0f4;
}

.color-23 {
  color: #9d9fa2;
}

.color-24 {
  color: #2c1c42;
}

/*New secondary palette color classes*/
.color-25 {
  color: #6fb6be;
}

.color-26 {
  color: #91c74f;
}

.color-27 {
  color: #efad21;
}

.color-28 {
  color: #f16357;
}

/*
    BACKGROUND COLOR CLASSES
    ________________________
*/
.bg-color-primary {
  background: #492365;
  color: #ffffff !important;
}

.bg-color-secondary {
  background: #4a494d;
  color: #ffffff !important;
}

.bg-color-alert {
  background: #960c03;
  color: #ffffff !important;
}

.bg-color-success {
  background: #03692d;
  color: #ffffff !important;
}

.bg-color-warning {
  background: #c05411;
  color: #ffffff !important;
}

.bg-color-info {
  background: #346094;
  color: #ffffff !important;
}

.bg-color-shade {
  background: #444444;
  color: #ffffff !important;
}

.bg-color-invert {
  background: white;
  color: #000000 !important;
}

.bg-color-1 {
  background: #492365;
  color: #ffffff !important;
}

.bg-color-2 {
  background: #4a494d;
  color: #ffffff !important;
}

.bg-color-3 {
  background: #70569e;
  color: #ffffff !important;
}

.bg-color-4 {
  background: #814c9c;
  color: #ffffff !important;
}

.bg-color-5 {
  background: #cbc3dc;
  color: #000000 !important;
}

.bg-color-6 {
  background: #d3c2df;
  color: #000000 !important;
}

.bg-color-7 {
  background: #a3d55d;
  color: #000000 !important;
}

.bg-color-8 {
  background: #009844;
  color: #000000 !important;
}

.bg-color-9 {
  background: #005c49;
  color: #ffffff !important;
}

.bg-color-10 {
  background: #25cad3;
  color: #000000 !important;
}

.bg-color-11 {
  background: #005f71;
  color: #ffffff !important;
}

.bg-color-12 {
  background: #346094;
  color: #ffffff !important;
}

.bg-color-13 {
  background: #691940;
  color: #ffffff !important;
}

.bg-color-14 {
  background: #a52428;
  color: #ffffff !important;
}

.bg-color-15 {
  background: #d25d12;
  color: #000000 !important;
}

.bg-color-16 {
  background: #f6b221;
  color: #000000 !important;
}

.bg-color-17 {
  background: #84471e;
  color: #ffffff !important;
}

.bg-color-18 {
  background: #483627;
  color: #ffffff !important;
}

/*New complementary background color classes*/
.bg-color-19 {
  background: #a597c2;
  color: #000000 !important;
}

.bg-color-20 {
  background: #a275b3;
  color: #000000 !important;
}

.bg-color-21 {
  background: #f3eff6;
  color: #000000 !important;
}

.bg-color-22 {
  background: #f3f0f4;
  color: #000000 !important;
}

.bg-color-23 {
  background: #9d9fa2;
  color: #000000 !important;
}

.bg-color-24 {
  background: #2c1c42;
  color: #ffffff !important;
}

/*New secondary palette background color classes*/
.bg-color-25 {
  background: #6fb6be;
  color: #000000 !important;
}

.bg-color-26 {
  background: #91c74f;
  color: #000000 !important;
}

.bg-color-27 {
  background: #efad21;
  color: #000000 !important;
}

.bg-color-28 {
  background: #f16357;
  color: #000000 !important;
}

/*
    OTHER COLOR CLASSES
*/
.primary-color {
  color: #492365;
}

.secondary-color {
  color: #4A494D;
}

.alert-color {
  color: #960c03;
}

.success-color {
  color: #03692d;
}

.warning-color {
  color: #C05411;
}

.info-color {
  color: #346094;
}

.primary-bg {
  background-color: #492365;
  color: #ffffff;
}

.secondary-bg {
  background-color: #4A494D;
  color: #ffffff;
}

.alert-bg {
  background-color: #960c03;
  color: #ffffff;
}

.success-bg {
  background-color: #03692d;
  color: #ffffff;
}

.warning-bg {
  background-color: #C05411;
  color: #ffffff;
}

.info-bg {
  background-color: #346094;
  color: #ffffff;
}

.portal-dropdown-color {
  background-color: #9682A6;
  color: #ffffff;
  font-weight: bold;
}

/*
    BUTTONS
    _______
*/
/* Button color mixing style */
.button.color-1 {
  background-color: #492365;
  color: #ffffff !important;
  border: 2px solid #492365;
}
.button.color-1:hover, .button.color-1:focus {
  background-color: #806593;
  color: #ffffff !important;
}

.button.color-2 {
  background-color: #4A494D;
  color: #ffffff !important;
  border: 2px solid #4A494D;
}
.button.color-2:hover, .button.color-2:focus {
  background-color: #6e6d71;
  color: #ffffff !important;
}

.button.color-3 {
  background-color: #70569e;
  color: #ffffff !important;
  border: 2px solid #70569e;
}
.button.color-3:hover, .button.color-3:focus {
  background-color: #9b89bb;
  color: #000000 !important;
}

.button.color-4 {
  background-color: #814C9C;
  color: #ffffff !important;
  border: 2px solid #814C9C;
}
.button.color-4:hover, .button.color-4:focus {
  background-color: #a782ba;
  color: #000000 !important;
}

.button.color-5 {
  background-color: #CBC3DC;
  color: #000000 !important;
  border: 2px solid #CBC3DC;
}
.button.color-5:hover, .button.color-5:focus {
  background-color: #dbd5e7;
  color: #000000 !important;
}

.button.color-6 {
  background-color: #D3C2DF;
  color: #000000 !important;
  border: 2px solid #D3C2DF;
}
.button.color-6:hover, .button.color-6:focus {
  background-color: #e0d4e9;
  color: #000000 !important;
}

.button.color-7 {
  background-color: #a3d55d;
  color: #000000 !important;
  border: 2px solid #a3d55d;
}
.button.color-7:hover, .button.color-7:focus {
  background-color: #bae086;
  color: #000000 !important;
}

.button.color-8 {
  background-color: #009844;
  color: #000000 !important;
  border: 2px solid #009844;
}
.button.color-8:hover, .button.color-8:focus {
  background-color: #00cb5b;
  color: #000000 !important;
}

.button.color-9 {
  background-color: #005c49;
  color: #ffffff !important;
  border: 2px solid #005c49;
}
.button.color-9:hover, .button.color-9:focus {
  background-color: #008f71;
  color: #000000 !important;
}

.button.color-10 {
  background-color: #25cad3;
  color: #000000 !important;
  border: 2px solid #25cad3;
}
.button.color-10:hover, .button.color-10:focus {
  background-color: #4bd8e0;
  color: #000000 !important;
}

.button.color-11 {
  background-color: #005f71;
  color: #ffffff !important;
  border: 2px solid #005f71;
}
.button.color-11:hover, .button.color-11:focus {
  background-color: #008aa4;
  color: #000000 !important;
}

.button.color-12 {
  background-color: #346094;
  color: #ffffff !important;
  border: 2px solid #346094;
}
.button.color-12:hover, .button.color-12:focus {
  background-color: #4178ba;
  color: #ffffff !important;
}

.button.color-13 {
  background-color: #691940;
  color: #ffffff !important;
  border: 2px solid #691940;
}
.button.color-13:hover, .button.color-13:focus {
  background-color: #922359;
  color: #ffffff !important;
}

.button.color-14 {
  background-color: #a52428;
  color: #ffffff !important;
  border: 2px solid #a52428;
}
.button.color-14:hover, .button.color-14:focus {
  background-color: #cf2d32;
  color: #ffffff !important;
}

.button.color-15 {
  background-color: #d25d12;
  color: #000000 !important;
  border: 2px solid #d25d12;
}
.button.color-15:hover, .button.color-15:focus {
  background-color: #ed762a;
  color: #000000 !important;
}

.button.color-16 {
  background-color: #f6b221;
  color: #000000 !important;
  border: 2px solid #f6b221;
}
.button.color-16:hover, .button.color-16:focus {
  background-color: #f8c352;
  color: #000000 !important;
}

.button.color-17 {
  background-color: #84471e;
  color: #ffffff !important;
  border: 2px solid #84471e;
}
.button.color-17:hover, .button.color-17:focus {
  background-color: #ae5d27;
  color: #ffffff !important;
}

.button.color-18 {
  background-color: #483627;
  color: #ffffff !important;
  border: 2px solid #483627;
}
.button.color-18:hover, .button.color-18:focus {
  background-color: #694f39;
  color: #ffffff !important;
}

/*New complementary button color classes*/
.button.color-19 {
  background-color: #A597C2;
  color: #000000 !important;
  border: 2px solid #A597C2;
}
.button.color-19:hover, .button.color-19:focus {
  background-color: #c0b5d6;
  color: #000000 !important;
}

.button.color-20 {
  background-color: #A275B3;
  color: #000000 !important;
  border: 2px solid #A275B3;
}
.button.color-20:hover, .button.color-20:focus {
  background-color: #be9eca;
  color: #000000 !important;
}

.button.color-21 {
  background-color: #F3EFF6;
  color: #000000 !important;
  border: 2px solid #F3EFF6;
}
.button.color-21:hover, .button.color-21:focus {
  background-color: #cbc3dc;
  color: #000000 !important;
}

.button.color-22 {
  background-color: #F3F0F4;
  color: #000000 !important;
  border: 2px solid #F3F0F4;
}
.button.color-22:hover, .button.color-22:focus {
  background-color: #d3c2df;
  color: #000000 !important;
}

.button.color-23 {
  background-color: #9D9FA2;
  color: #000000 !important;
  border: 2px solid #9D9FA2;
}
.button.color-23:hover, .button.color-23:focus {
  background-color: #b7b9bb;
  color: #000000 !important;
}

.button.color-24 {
  background-color: #2C1C42;
  color: #ffffff !important;
  border: 2px solid #2C1C42;
}
.button.color-24:hover, .button.color-24:focus {
  background-color: #442b66;
  color: #ffffff !important;
}

/*New secondary palette button color classes*/
.button.color-25 {
  background-color: #6FB6BE;
  color: #000000 !important;
  border: 2px solid #6FB6BE;
}
.button.color-25:hover, .button.color-25:focus {
  background-color: #81D6DC;
  color: #000000 !important;
}

.button.color-26 {
  background-color: #91C74F;
  color: #000000 !important;
  border: 2px solid #91C74F;
}
.button.color-26:hover, .button.color-26:focus {
  background-color: #b2d884;
  color: #000000 !important;
}

.button.color-27 {
  background-color: #EFAD21;
  color: #000000 !important;
  border: 2px solid #EFAD21;
}
.button.color-27:hover, .button.color-27:focus {
  background-color: #f4c664;
  color: #000000 !important;
}

.button.color-28 {
  background-color: #F16357;
  color: #000000 !important;
  border: 2px solid #F16357;
}
.button.color-28:hover, .button.color-28:focus {
  background-color: #f59289;
  color: #000000 !important;
}

body {
  font-family: "tradegothiclt", sans-serif;
  color: #4A494D;
}

strong, b {
  font-family: "caecilialtstd-heavy", serif;
  font-weight: normal;
}

.main-content, .showcase-html-section, .portal-main-content {
  font-family: "caecilialtstd-roman", serif;
}

.side-nav-desktop {
  font-family: "tradegothiclt", sans-serif;
}

.news p {
  font-family: "caecilialtstd-roman", serif;
}
.news h5 a {
  font-family: "tradegothiclt-bold", sans-serif;
}

.hero p {
  font-family: "caecilialtstd-roman", serif;
}

.mega-menu-category-info p {
  font-family: "caecilialtstd-roman", serif;
}

.font-1-1 {
  font-family: "tradegothiclt", sans-serif !important;
}

.font-1-2 {
  font-family: "tradegothiclt-light", sans-serif !important;
}

.font-1-3 {
  font-family: "tradegothiclt-lightoblique", sans-serif !important;
}

.font-1-4 {
  font-family: "tradegothicltcom-obl", sans-serif !important;
}

.font-1-5 {
  font-family: "tradegothiclt-bold", sans-serif !important;
}

.font-1-6 {
  font-family: "tradegothicltcom-bd2", sans-serif !important;
}

.font-1-7 {
  font-family: "tradegothicltcom-boldobl", sans-serif !important;
}

.font-1-8 {
  font-family: "tradegothicltcom-bd2obl", sans-serif !important;
}

.font-1-9 {
  font-family: "tradegothiclt-condeighteen", sans-serif !important;
}

.font-1-10 {
  font-family: "tradegothicltcom-cn18obl", sans-serif !important;
}

.font-1-11 {
  font-family: "tradegothicltcom-bdcn20", sans-serif !important;
}

.font-1-12 {
  font-family: "tradegothicltcom-bdcn20obl", sans-serif !important;
}

.font-1-13 {
  font-family: "tradegothicltstd-extended", sans-serif !important;
}

.font-1-14 {
  font-family: "tradegothicltstd-boldext", sans-serif !important;
}

.font-2-1 {
  font-family: "caecilialtstd-roman", serif !important;
}

.font-2-2 {
  font-family: "caecilialtstd-light", serif !important;
}

.font-2-3 {
  font-family: "caecilialtstd-lightitalic", serif !important;
}

.font-2-4 {
  font-family: "caecilialtstd-italic", serif !important;
}

.font-2-5 {
  font-family: "caecilialtstd-bold", serif !important;
}

.font-2-6 {
  font-family: "caecilialtstd-bolditalic", serif !important;
}

.font-2-7 {
  font-family: "caecilialtstd-heavy", serif !important;
}

.font-2-8 {
  font-family: "caecilialtstd-heavyitalic", serif !important;
}

.xxxlarge {
  font-size: 3rem;
}

.xxlarge {
  font-size: 2.5rem;
}

.xlarge {
  font-size: 2rem;
}

.large {
  font-size: 1.5rem;
}

.normal {
  font-size: 1rem;
}

.medium {
  font-size: 0.9rem;
}

.small {
  font-size: 0.75rem;
}

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
#notificationsButton {
  position: relative;
}

#notificationsCount {
  -webkit-animation: flickerAnimation 2.5s infinite;
  -moz-animation: flickerAnimation 2.5s infinite;
  -o-animation: flickerAnimation 2.5s infinite;
  animation: flickerAnimation 2.5s infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  margin: 0 auto;
  color: #ffffff;
  font-family: "tradegothicltcom-bdcn20", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  color: #f6b221;
  font-size: 0.85rem;
  font-weight: bold;
}

/* line 25, ../../scss/main/_off-canvas.scss */
header .switch {
  background: none !important;
}

.main-header .switch button {
  display: block;
  background: none !important;
  background-color: transparent !important;
  height: 50px;
  width: 85px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px !important;
  margin: 0px !important;
  cursor: pointer;
  z-index: 1000;
  border: none;
}

.header-icons button, .header-icons a {
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  transition: background-color 200ms ease-in-out;
  border: transparent;
}

.header-icons button:hover, .header-icons a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.skip-to-content a {
  padding: 11px 15px 15px 15px;
  position: absolute;
  top: 60px;
  left: -85px;
  color: white !important;
  border-radius: 6px 6px 0px 0px;
  background: transparent;
  transition: left 1s ease-out, background 1s linear;
  z-index: 100;
  font-size: 13px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: left top 0;
  float: left;
  border: 2px solid rgb(87, 80, 71);
  letter-spacing: 0.05em;
}

.skip-to-content a:focus {
  position: absolute;
  left: 40px;
  top: 60px;
  background: rgba(87, 80, 71, 0.9);
  outline: 0;
  transition: left 0.5s ease-in, background 0.5s linear;
}

@media only screen and (max-width: 1024px) {
  .skip-to-content a {
    display: none;
  }
}
#btnProfile {
  height: 50px;
  width: 50px;
  overflow: hidden;
}
#btnProfile #imgProfile {
  height: 35px;
  width: 34px;
  border-radius: 35px;
}

#notificationsDropdown {
  position: absolute;
  top: 50px;
  z-index: 1000;
  width: 100%;
}
#notificationsDropdown .row {
  position: relative;
}

.notification-desktop {
  padding: 30px 30px 0px 30px;
  background: #181719;
  position: absolute;
  max-width: 600px;
  right: 0px;
  line-height: 14px;
}
.notification-desktop .notification-main {
  margin-left: 10px;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: top;
  width: auto;
  zoom: 1;
  *display: inline;
  _height: auto;
  width: 77%;
}
.notification-desktop .notification-icon {
  width: 40px;
  height: 40px;
}
.notification-desktop ul {
  padding: 0;
  margin: 0;
}
.notification-desktop li {
  list-style: none;
  padding: 10px;
  min-height: 60px;
  border-bottom: #444444 1px solid;
}
.notification-desktop li:hover {
  background: rgba(68, 68, 68, 0.5);
}
.notification-desktop .date {
  display: block;
  font-size: 12px;
  color: #c4c4c4;
}
.notification-desktop .lnkAllMessages {
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
  border: 0px !important;
}
.notification-desktop .lnkAllMessages:hover {
  background-color: transparent !important;
}

.main-header {
  background: #4a494d;
  /*box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);*/
  /*background:darken(rgba(#b3aca5, .9), 0%);*/
  height: 50px;
  left: 0;
  padding: 0;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000;
}

.active-icon {
  background-color: #181719 !important;
}

.UnlinkedAlert, .wsu-alert-title a {
  font-family: "tradegothicltcom-bd2", sans-serif !important;
  font-size: 17px !important;
  color: #f6b221 !important;
}

.w-number {
  display: none;
}

.wsu-alert-item {
  color: #fff;
}

#profileDropdown {
  display: none;
}

.profile-btns .button {
  width: 100%;
  margin: 10px 0 0 0;
}

.code-purple {
  display: block;
  background: url(/ui/images/code-purple.jpg) 0px 0px;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  border: 1px solid #978094;
  transition: none;
}
.code-purple:hover {
  background: url(/ui/images/code-purple.jpg) 0px -103px;
  border: 1px solid #b395af;
}

.login-dropdown {
  position: absolute;
  z-index: 1000;
  right: 0px;
  height: 370px;
  background-color: transparent;
  top: 0px;
}
.login-dropdown .row {
  position: relative;
}

.eweber-login-desktop {
  padding: 30px;
  background: #181719;
  font-size: 0.8rem;
}
.eweber-login-desktop p {
  font-size: 0.8rem;
  line-height: normal;
}
.eweber-login-desktop .buttons {
  padding-top: 20px;
}
.eweber-login-desktop .profile-info {
  line-height: 20px;
}
.eweber-login-desktop .profile-info .button {
  margin-top: 7px;
}
.eweber-login-desktop .change-pic {
  background-color: #ffffff;
  padding: 5px;
  margin: 0;
  width: 110px;
  height: 121px;
  position: relative;
}
.eweber-login-desktop .edit-picture {
  padding-top: 2px;
  font-size: 11px;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  color: #492365;
  position: absolute;
  right: 1px;
  bottom: 0px;
  height: 23px;
  width: 98%;
}
.eweber-login-desktop .edit-picture:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #492365;
}

.photo-holder {
  position: relative;
  text-align: center;
}

.a-z-list {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.a-z-list li {
  list-style: none;
}

.top-nav {
  font-size: 14px !important;
  -webkit-font-smoothing: antialiased;
  color: #B2ACA6;
  line-height: 50px;
  margin-left: 0;
  margin-bottom: 0;
}
.top-nav li {
  display: inline-block;
}
.top-nav li:after {
  content: "|";
  padding: 0 0.5rem;
}
.top-nav li:last-child:after {
  content: none;
  padding: 0;
}
.top-nav a {
  color: #CFCFCF;
  text-decoration: none;
}
.top-nav a:hover {
  color: #ffffff;
}
.top-nav .com-link:after {
  content: "▼";
  padding-left: 5px;
  font-size: 10px;
}
.top-nav .com-sub {
  margin: 0px;
  padding: 8px 25px 9px 15px;
}
.top-nav .com-sub a {
  font-size: 14px;
}
.top-nav .com-sub li:after {
  content: none;
}
.top-nav .com-sub-li {
  position: relative;
}
.top-nav .com-sub-container {
  animation: fadein 0.5s;
  background-color: rgba(74, 73, 77, 0.95);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: -11px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
}
.top-nav .com-sub-container li {
  display: block;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-nav .com-sub-li:hover .com-sub-container {
  top: 50px;
  display: block;
}
.top-nav .com-sub-li:hover .com-link {
  color: #fff;
}

.mobile-header-holder .search {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}

.mobile-home {
  position: absolute;
  transition: none;
  left: 50px;
  cursor: pointer;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat -350px 0px;
  height: 50px;
  width: 50px;
}
.mobile-home:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -350px -50px;
}

.mobile-header-holder {
  height: 50px;
  text-align: right;
}

.header-icons {
  text-align: right;
  overflow: hidden;
  position: absolute;
  height: 50px;
  right: 0px;
  top: 0px;
  margin-bottom: 0;
  margin-left: 80px;
  direction: rtl;
}
.header-icons li {
  display: inline-block;
  width: 50px;
  padding: 0px !important;
}
.header-icons a {
  transition-property: none;
}
.header-icons button:active {
  outline: none;
}

.cover-icons {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  height: 50px;
  width: 380px;
  background: rgba(74, 73, 77, 0);
  cursor: default;
}

.cover-clicked {
  background-color: #00b94c !important;
}

.close-box {
  cursor: pointer;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat -200px -100px;
  height: 50px;
  width: 50px;
}

.no-wsu-alert {
  display: none !important;
}

.wsu-alert {
  position: relative;
  cursor: pointer;
  display: block;
  height: 50px;
  width: 50px;
}

.wsu-alert-active {
  position: relative;
  cursor: default;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat -300px -100px #181719;
  height: 50px;
  width: 50px;
}
.wsu-alert-active:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -300px -100px #181719;
}

.a-z {
  cursor: pointer;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat 0px 0px;
  height: 50px;
  width: 50px;
}
.a-z:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat 0px -50px;
}

.a-z-active {
  cursor: default;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat 0px -100px #181719;
  height: 50px;
  width: 50px;
}

.calendar {
  cursor: pointer;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat -50px 0px;
  height: 50px;
  width: 50px;
}
.calendar:hover {
  background: url(/ui/images/icon-sprite.png) -50px -50px;
}

.search-magnifying-glass {
  cursor: pointer;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat -100px 0px;
  height: 50px;
  width: 50px;
}
.search-magnifying-glass:hover {
  background: url(/ui/images/icon-sprite.png) -100px -50px;
}

.search-magnifying-glass-active {
  cursor: default;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat -100px -100px #181719;
  height: 50px;
  width: 50px;
}

.eweber-login-mobile {
  padding: 30px 40px 20px 40px;
  background: #181719;
  position: absolute;
  right: 0px;
  text-align: left;
}
.eweber-login-mobile label {
  color: #fff;
}

.notifications-icon-holder {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(/ui/images/icon-sprite.png) no-repeat -250px 0px;
}
.notifications-icon-holder:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -250px -50px;
}
.notifications-icon-holder span {
  background: rgba(150, 12, 3, 0.7);
  position: absolute;
  width: 24px;
  height: 19px;
  line-height: 19px;
  margin-left: auto;
  margin-right: auto;
  top: 15px;
  left: 0;
  right: 0;
  color: #ffffff;
  font-size: 0.9em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.notifications-icon-holder-active {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: default;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(/ui/images/icon-sprite.png) no-repeat -250px -100px #181719;
}
.notifications-icon-holder-active:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -250px -100px #181719;
}
.notifications-icon-holder-active span {
  background: rgba(73, 35, 101, 0);
  position: absolute;
  width: 24px;
  height: 19px;
  line-height: 19px;
  margin-left: auto;
  margin-right: auto;
  top: 15px;
  left: 0;
  right: 0;
  color: #25cad3;
  font-size: 0.9em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.profile-icon-holder {
  cursor: pointer;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
}

.profile-icon-holder-active {
  cursor: default;
  display: block;
  height: 50px;
  width: 50px;
  background: #181719;
}

.alerts-icon-holder-mobile {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: url(/ui/images/icon-sprite.png) no-repeat -300px 0px;
}
.alerts-icon-holder-mobile:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -300px -50px;
}

.notifications-icon-holder-mobile {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(/ui/images/icon-sprite.png) no-repeat -250px 0px;
}
.notifications-icon-holder-mobile:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -250px -50px;
}
.notifications-icon-holder-mobile span {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 18px;
  left: 0;
  right: 0;
  color: #ffffff;
  font-size: 0.9em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.profile-icon-holder-mobile {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
}

.profile-icon-holder-mobile-active {
  cursor: default;
  display: block;
  height: 50px;
  width: 50px;
  background: #181719;
  position: absolute;
  right: 0px;
  top: 0px;
}

.logged-out-icon {
  cursor: pointer;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat -150px 0px;
  height: 50px;
  width: 50px;
}
.logged-out-icon:hover {
  background: url(/ui/images/icon-sprite.png) -150px -50px;
}

.logged-out-icon-active {
  cursor: default;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat -150px -100px;
  height: 50px;
  width: 50px;
}

.logged-out-icon-mobile {
  cursor: pointer;
  display: block;
  background: url(/ui/images/icon-sprite.png) no-repeat -150px 0px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.logged-out-icon-mobile:hover {
  background: url(/ui/images/icon-sprite.png) -150px -50px;
}

.logged-out-icon-mobile-active {
  cursor: default;
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/ui/images/icon-sprite.png) no-repeat -150px -100px;
}

.logo {
  max-width: 88%;
  position: relative;
  top: 32px;
  left: 0px;
}
.logo img {
  height: 45px;
}

.search-dropdown, .a-z-dropdown, .wsu-alert-dropdown, #notificationsDropdown {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 1000;
  width: 100%;
  outline-color: #181719;
}
.search-dropdown .row, .a-z-dropdown .row, .wsu-alert-dropdown .row, #notificationsDropdown .row {
  position: relative;
}

#notificationsDropdown {
  position: absolute;
  top: 50px;
  z-index: 1000;
  width: 100%;
}
#notificationsDropdown .row {
  position: relative;
}

#profileDropdown {
  position: relative;
}

.notifications {
  padding: 30px 30px 0px 30px;
  background: #181719;
  position: absolute;
  max-width: 600px;
  right: 0px;
  line-height: 14px;
}
.notifications .notifications-main {
  margin-left: 10px;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: top;
  width: auto;
  zoom: 1;
  *display: inline;
  _height: auto;
  width: 77%;
}
.notifications .notifications-icon {
  width: 40px;
  height: 40px;
}
.notifications ul {
  padding: 0;
  margin: 0;
}
.notifications li {
  list-style: none;
  padding: 10px;
  min-height: 60px;
  border-bottom: #444444 1px solid;
}
.notifications li:hover {
  background: rgba(68, 68, 68, 0.5);
}
.notifications .date {
  display: block;
  font-size: 12px;
  color: #c4c4c4;
}
.notifications .lnkAllMessages {
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
  border: 0px !important;
}
.notifications .lnkAllMessages:hover {
  background-color: transparent !important;
}

.header-dropdowns, .eweber-login-desktop {
  color: #ffffff;
}
.header-dropdowns label, .eweber-login-desktop label {
  color: #f6b221;
  font-family: "tradegothicltcom-bd2", sans-serif;
}
.header-dropdowns a, .eweber-login-desktop a {
  color: #b8f0f3;
}
.header-dropdowns a:hover, .eweber-login-desktop a:hover {
  color: #25cad3;
}

.header-dropdowns {
  height: 0px;
}

.wsu-alert-desktop {
  padding: 30px 40px 30px 40px;
  background: #181719;
  position: absolute;
  max-width: 500px;
  right: 0px;
}
.wsu-alert-desktop .button {
  margin-bottom: 0;
  width: auto;
}

.login-dropdown-mobile {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 1000;
  width: 100%;
}
.login-dropdown-mobile .row {
  position: relative;
}

.a-z-letters {
  padding: 30px 40px 30px 40px;
  background: #181719;
  position: absolute;
  right: 0px;
}
.a-z-letters button {
  background-color: transparent;
  color: #ffffff;
  font-size: 1.2em;
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  border-radius: 30px;
  line-height: 30px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  border: none;
  font-family: tradegothiclt, sans-serif;
}
.a-z-letters button:hover {
  background-color: #444;
  color: #ffffff;
}
.a-z-letters ul {
  margin: 20px 20px 0px 7px;
}
.a-z-letters ul li {
  padding: 0px 0px 5px 0px;
}
.a-z-letters ul li a {
  height: auto;
  width: auto;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
.a-z-letters ul li a:hover {
  background-color: transparent;
  color: #CBC3DC;
}

.active-a-z-letter {
  background-color: rgba(112, 86, 158, 0.8) !important;
}
.active-a-z-letter:hover {
  background-color: rgba(112, 86, 158, 0.8) !important;
}

@-moz-document url-prefix() {
  .search-bar-desktop {
    min-width: 50%;
  }
}
.search-bar-desktop {
  padding: 20px 20px 25px 20px;
  background: #181719;
  max-width: 550px;
  position: absolute;
  right: 0px;
}
.search-bar-desktop .gs-promotion .gs-visibleUrl, .search-bar-desktop .gs-promotion .gs-visibleUrl-short {
  color: #000 !important;
}
.search-bar-desktop .cse .gsc-search-button-v2, .search-bar-desktop .gsc-search-button-v2 {
  margin-bottom: 0px !important;
  padding: 9px !important;
  position: relative;
  top: -1px;
  background-color: #009844;
  border-color: #009844;
}
.search-bar-desktop .cse .gsc-search-button-v2:hover, .search-bar-desktop .gsc-search-button-v2:hover {
  background-color: #00B050;
  border-color: #00B050;
}
.search-bar-desktop .gsc-input {
  height: 30px !important;
  padding-left: 5px !important;
}
.search-bar-desktop .gsc-input-box {
  padding-left: 0px;
}
.search-bar-desktop .gstl_50 {
  margin-bottom: 0px !important;
  height: 30px;
  padding: 5px;
}
.search-bar-desktop table tr th, .search-bar-desktop table tr td {
  padding: 0;
}
.search-bar-desktop .gsc-thumbnail {
  padding: 0 10px;
}
.search-bar-desktop .gs-title {
  color: #70569e !important;
}
.search-bar-desktop .gs-title b {
  color: #70569e !important;
}
.search-bar-desktop .gs-title:hover {
  color: #70569e !important;
}
.search-bar-desktop .gs-title:hover b {
  color: #70569e !important;
}
.search-bar-desktop input {
  margin: 0;
  background-image: none !important;
}
.search-bar-desktop table {
  background-color: transparent !important;
  border: none !important;
}
.search-bar-desktop .gsc-orderby-container {
  text-align: left !important;
}
.search-bar-desktop .gsc-results-close-btn {
  display: block !important;
  width: 50px !important;
  height: 50px !important;
  background-image: url(/ui/images/close-search-results.png) !important;
  z-index: 999999;
  background-position: 0 0 !important;
  position: fixed !important;
  top: 60px !important;
  right: 9% !important;
}
.search-bar-desktop .gsc-cursor-current-page {
  color: #fff !important;
}
.search-bar-desktop .gsc-clear-button {
  display: none;
}
.search-bar-desktop .gsc-selected-option-container {
  width: 90px !important;
  min-width: 90px !important;
}
.search-bar-desktop .cse .gsc-control-cse, .search-bar-desktop .gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
}
.search-bar-desktop .cse input.gsc-search-button, .search-bar-desktop input.gsc-search-button {
  color: #ffffff;
  height: 36px !important;
  cursor: pointer;
}
.search-bar-desktop .gsc-results-wrapper-overlay {
  left: 5%;
  width: 90%;
}
.search-bar-desktop .gsc-modal-background-image {
  background-color: #444;
}

#notifications-link, #notificationsDropdown {
  display: none;
}

/*  1025px and Above  */
@media only screen and (min-width: 1025px) {
  .main-header {
    position: relative;
  }
  .notifications {
    min-width: 500px;
  }
}
/*  1024px and Below  */
@media only screen and (max-width: 1024px) {
  @-moz-document url-prefix() {
    .search-bar-desktop {
      min-width: 65%;
    }
  }
  .login-dropdown {
    position: absolute;
    top: 50px;
    z-index: 1000;
    right: 0px;
    height: 370px;
    background-color: transparent;
  }
  .login-dropdown .row {
    position: relative;
  }
  .login-dropdown, .wsu-alert-desktop, .search-bar-desktop {
    position: fixed;
  }
  .notifications {
    position: fixed;
    padding: 20px;
  }
  .a-z-letters {
    padding: 20px;
  }
  .logged-in-icon {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    background-size: 32px;
    margin: 0 auto;
  }
}
/*  640px and Below  */
@media only screen and (max-width: 640px) {
  .search-bar-desktop {
    padding: 10px;
  }
  .notifications {
    padding: 10px;
  }
  @-moz-document url-prefix() {
    .search-bar-desktop {
      min-width: 100%;
    }
  }
  .a-z-list {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
  }
}
/*  335px and Below  */
@media only screen and (max-width: 335px) {
  .search-bar-desktop {
    padding: 5px;
  }
  .notifications {
    padding: 0px;
  }
  .notifications-main {
    margin-left: 10px;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: top;
    width: auto;
    zoom: 1;
    *display: inline;
    _height: auto;
    width: 70%;
  }
}
/*  This change made to accommodate for longer than usual messages on iphones  */
@media only screen and (max-width: 20.063em) {
  .wsu-alert-desktop {
    position: relative;
  }
}
/*  321px and Below  */

/*# sourceMappingURL=control-strip.css.map */
