/* Scss Document */
/* Scss Document */
/*
    COLORS
    _____
*/
/*
    COMPLEMENTARY COLORS
    ____________________
*/
/*new complementary colors*/
/*
    SECONDARY COLORS
    ________________
*/
/*New secondary palette colors*/
/*
    OTHER COLOR TOKENS
    __________________
*/
/*
    COLOR CLASSES
    _____________
*/
.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;
}

/* Scss Document */
html, body {
  min-height: 100%; /* real browsers */
  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treated as min-height*/
  position: relative;
}

blockquote {
  color: #4A494D;
}

html {
  background: #4A494D url(/ui/images/mnts-body.svg) repeat-x bottom;
  background-size: 1812px 320px;
}

body {
  background-color: transparent !important;
  background-image: none;
}

a {
  color: #814C9C;
  transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
}

table tr th, table tr td {
  color: #575047;
}

/* Added 8/25/21 for Ask Waldo */
div._admithub_embed-container .activation-button {
  border: 2px solid #fff;
}

div._admithub_embed-container .activation-button .label {
  cursor: pointer;
}

@media only screen and (max-width: 740px) {
  div._admithub_embed-container .activation-button .label {
    display: none;
  }
  div._admithub_embed-container .activation-button {
    padding: 13px !important;
  }
}
/* Added 6/15/20 for form validation */
[aria-invalid=true], select[aria-invalid=true] + .custom-combobox > input, div.input-group[aria-invalid=true] > .input-group-field {
  outline: 2px solid #a52428;
  background-image: url("/ui/images/icons/form-validation/alert.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem;
  background-origin: content-box;
}

select[aria-invalid=true] + .custom-combobox > .custom-combobox-toggle, div.input-group[aria-invalid=true] > input-group-label {
  outline: 2px solid #a52428;
}

/*  added for dani when moving to foundation 6.5  */
.tabs-panel[aria-hidden=false] {
  display: block;
}

.secondary-logo[src$=".svg"] {
  height: 55px !important;
  margin-top: 14px;
}
@media only screen and (max-width: 740px) {
  .secondary-logo[src$=".svg"] {
    margin-top: 0;
  }
}

.spinner {
  background-image: url("/ui/images/loaders/spin-dots.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 13px;
  padding-right: 40px;
}

.switch input:checked + label {
  background-color: #167ac6;
}

.switch.large .switch-active {
  left: -65px;
}
.switch.large .switch-inactive {
  right: 14px;
}

.switch-active {
  color: #fff;
  font-weight: normal;
}

.switch-inactive {
  color: #333;
  font-weight: normal;
}

.accordion .accordion-item.is-active {
  background-color: #e6e6e6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "tradegothiclt-light", sans-serif;
  color: #492365;
}

table {
  border-collapse: collapse;
}
table thead, table tfoot {
  background-color: #ddd;
  font-family: "tradegothicltcom-bd2", sans-serif;
}

table thead th, table thead td, table tfoot th, table tfoot td {
  font-weight: normal;
}

.no-bullets {
  list-style: none;
}

.accordion-title, .tabs-title > a {
  font-size: 1rem;
}

.reveal {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

.reveal-overlay {
  -webkit-animation: fadein 0.25s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.25s; /* Firefox < 16 */
  -ms-animation: fadein 0.25s; /* Internet Explorer */
  -o-animation: fadein 0.25s; /* Opera < 12.1 */
  animation: fadein 0.25s;
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.close-button {
  background-color: inherit;
  padding: 0;
  border: 0;
}

.close-button:hover {
  background-color: inherit;
  color: inherit;
}

.show-for-print-only {
  display: none;
}

.hide-for-print-only {
  display: inline-block;
}

@media print {
  .show-for-print-only {
    display: inline-block !important;
  }
  .hide-for-print-only {
    display: none !important;
  }
}
main {
  display: block;
}

.button {
  outline-color: transparent;
}

.button.active {
  background-color: #7839a5;
  outline-color: transparent;
}

.portal-main-content, .main-content {
  /* default link styles for portal apps added 8/4/2020 */
  /* Added 8/5/2020 for tab styles */
  /* Added 6/20 for tab styles */
}
.portal-main-content a, .main-content a {
  transition: color 0.2s linear;
  text-decoration: underline;
  text-decoration-skip: ink;
  text-decoration-style: solid;
  color: #7f56c5;
}
.portal-main-content a:hover, .main-content a:hover {
  color: #8446ac;
  text-decoration: underline;
}
.portal-main-content a:visited, .main-content a:visited {
  color: #492365;
  text-decoration: underline;
}
.portal-main-content a:visited:hover, .main-content a:visited:hover {
  color: #8446ac;
  text-decoration: underline;
}
.portal-main-content .button, .portal-main-content .button:hover, .portal-main-content .button:active, .portal-main-content .button:visited, .portal-main-content .button:focus, .main-content .button, .main-content .button:hover, .main-content .button:active, .main-content .button:visited, .main-content .button:focus {
  text-decoration: none;
}
.portal-main-content .side-nav-desktop a, .main-content .side-nav-desktop a {
  text-decoration: none;
}
.portal-main-content .accordion-title, .portal-main-content .accordion-title:hover, .portal-main-content .accordion-title:active, .portal-main-content .accordion-title:visited, .portal-main-content .accordion-title:focus, .main-content .accordion-title, .main-content .accordion-title:hover, .main-content .accordion-title:active, .main-content .accordion-title:visited, .main-content .accordion-title:focus {
  font-family: "tradegothicltcom-bdcn20", sans-serif;
  text-decoration: none;
  color: #492365;
  font-size: 18px;
}
.portal-main-content .tabs-panel, .main-content .tabs-panel {
  padding: 24px;
  padding-top: 10px;
}
.portal-main-content .tabs-title > a:focus, .portal-main-content .tabs-title > a[aria-selected=true], .main-content .tabs-title > a:focus, .main-content .tabs-title > a[aria-selected=true] {
  background-color: #fff;
  color: #492365;
}
.portal-main-content .tabs-title > a:focus:hover, .portal-main-content .tabs-title > a[aria-selected=true]:hover, .main-content .tabs-title > a:focus:hover, .main-content .tabs-title > a[aria-selected=true]:hover {
  background-color: #fff;
  color: #492365;
}
.portal-main-content .tabs-title > a, .main-content .tabs-title > a {
  color: #492365;
  background-color: #e6e6e6;
  transition: all 0.2s ease;
  font-size: 18px;
  font-family: "tradegothicltcom-bdcn20", sans-serif;
  text-decoration: none;
}
.portal-main-content .tabs-title > a:hover, .main-content .tabs-title > a:hover {
  background-color: #ccc;
  color: #492365;
  text-decoration: none;
}
.portal-main-content .tabs-title > a:visited, .main-content .tabs-title > a:visited {
  /* commented out to fix tab issue DOCE Upcoming Courses */
  /*background-color: #ccc;*/
  color: #492365;
  text-decoration: none;
}
.portal-main-content .tabs, .main-content .tabs {
  background-color: #e6e6e6;
  position: relative;
  top: 0px;
  border-bottom: 0px;
}
.portal-main-content .tabs-content, .main-content .tabs-content {
  position: relative;
  top: 0px;
  margin-bottom: 20px;
}

.main-content, .showcase-html-section {
  /* default link styles added 7/31/2020 */
  /* fancy link styles added 7/31/2020 */
}
.main-content a, .showcase-html-section a {
  transition: color 0.2s linear;
  text-decoration: underline;
  text-decoration-skip: ink;
  text-decoration-style: solid;
  color: #7f56c5;
}
.main-content a:hover, .showcase-html-section a:hover {
  color: #8446ac;
  text-decoration: underline;
}
.main-content a:visited, .showcase-html-section a:visited {
  color: #492365;
  text-decoration: underline;
}
.main-content a:visited:hover, .showcase-html-section a:visited:hover {
  color: #8446ac;
  text-decoration: underline;
}
.main-content ul li ul li, .showcase-html-section ul li ul li {
  list-style: circle;
}
.main-content .fancy-link, .showcase-html-section .fancy-link {
  color: #7f56c5;
  border-bottom: 1px solid #7f56c5;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  padding: 0px 2px 1px 2px;
}
.main-content .fancy-link:hover, .showcase-html-section .fancy-link:hover {
  color: #492365;
  border-bottom: 3px solid #492365;
  background-color: #F0E8F7;
  /*background-color: rgba(197,167,224, .25);*/
  border-radius: 3px;
  text-decoration: none;
}
.main-content .fancy-link:active, .main-content .fancy-link:visited:active, .showcase-html-section .fancy-link:active, .showcase-html-section .fancy-link:visited:active {
  color: #492365;
  /*background-color: rgba(197,167,224, .2);*/
  background-color: #F0E8F7;
  text-decoration: none;
  border-bottom: 3px solid #492365;
  border-radius: 3px;
}
.main-content .fancy-link:visited, .showcase-html-section .fancy-link:visited {
  color: #492365;
  border-bottom: 1px solid #492365;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
.main-content .fancy-link:visited:hover, .showcase-html-section .fancy-link:visited:hover {
  color: #492365;
  border-bottom: 3px solid #492365;
  text-decoration: none;
  background-color: #F0E8F7;
}
.main-content .fancy-link:focus, .main-content .fancy-link:visited:focus, .showcase-html-section .fancy-link:focus, .showcase-html-section .fancy-link:visited:focus {
  border-bottom: 3px solid #492365;
  /*background-color: rgba(197,167,224, .15);*/
  background-color: #F0E8F7;
  border-radius: 3px;
  text-decoration: none;
}
.main-content .visited, .showcase-html-section .visited {
  color: #492365;
  border-bottom: 1px solid #492365;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
.main-content .side-nav-desktop a, .main-content .side-nav-desktop a:hover, .main-content .no-underline, .main-content .no-underline:hover, .showcase-html-section .side-nav-desktop a, .showcase-html-section .side-nav-desktop a:hover, .showcase-html-section .no-underline, .showcase-html-section .no-underline:hover {
  text-decoration: none;
}
.main-content .button, .main-content .button:hover, .showcase-html-section .button, .showcase-html-section .button:hover {
  text-decoration: none;
  padding: 0.85em 1em;
}
.main-content .tabs-title a, .showcase-html-section .tabs-title a {
  text-decoration: none;
  padding: 1.25rem 1.5rem;
}
.main-content .accordion-title, .main-content .accordion-title:hover, .showcase-html-section .accordion-title, .showcase-html-section .accordion-title:hover {
  text-decoration: none;
  display: block;
  padding: 1.25rem 1rem;
}
.main-content a img, .showcase-html-section a img {
  text-decoration: none;
}

*:focus, *:active:not(.app-box):not(.leaflet-zoom-animated) {
  transition: all 0.2s ease-in;
}

.no-outline {
  outline: rgba(0, 0, 0, 0);
}

.main-content-holder {
  min-height: 600px !important;
}

.left-nav-label, .ThreeLevelNav_Label {
  background-color: #492365;
  color: #ffffff;
  display: block;
  margin-top: 10px !important;
  padding: 5px !important;
}

.side-nav li a:not(.button) {
  line-height: 1.2;
  padding: 0.55em 0.1em 0.55em 0.3em;
  /*border-bottom: 1px solid rgba(163, 145, 177, 0.3);*/
}

.login-alert {
  color: #960c03;
  font-size: 0.8em;
}

/*  1023px and Below  */
/* Scss Document */
/* Scss Document */
/*
    COLORS
    _____
*/
/*
    COMPLEMENTARY COLORS
    ____________________
*/
/*new complementary colors*/
/*
    SECONDARY COLORS
    ________________
*/
/*New secondary palette colors*/
/*
    OTHER COLOR TOKENS
    __________________
*/
/*
    COLOR CLASSES
    _____________
*/
.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;
}

.logo {
  display: block;
  max-width: 88%;
  position: relative;
  top: 32px;
  left: 0px;
}

.category-links {
  display: block;
  margin-top: 30px;
}

.mega-menu {
  position: relative;
  top: 1px;
  padding-top: 2px;
  width: 100%;
  min-height: 112px;
  background: white;
  border-bottom: 1px solid #EAE9E9;
  z-index: 500;
}
.mega-menu a {
  white-space: nowrap;
}
.mega-menu .menu-line {
  border-top: 1px solid rgba(73, 35, 101, 0.2);
  width: 98%;
  position: relative;
  top: 20px;
  left: 14px;
  display: none;
}
.mega-menu .main-menu { /* ech 2/17/20 */
  height: 110px;
  background-color: #fff;
}

.mega-menu-category-info {
  margin: 30px 0;
}

.mega-menu-top-links {
  max-width: 1000px;
  position: relative;
  top: 40px;
}
.mega-menu-top-links li {
  text-align: center;
}
.mega-menu-top-links .top-link {
  font-family: "tradegothiclt-light", sans-serif !important;
  background: bottom;
  margin-left: 9px;
  margin-bottom: 0;
  padding: 3px 2px 10px 0;
  border: 2px solid transparent;
  color: #181719;
}
.mega-menu-top-links .top-link:active {
  outline: none;
}
.mega-menu-top-links .top-link:hover {
  opacity: 1 !important;
  color: #492365;
}
.mega-menu-top-links .top-link-active {
  color: #492365;
  border-bottom: 1px solid #492365;
}
.mega-menu-top-links .top-link-active:hover {
  color: #492365;
  cursor: default;
  opacity: 1 !important;
}
.mega-menu-top-links .top-link-active:focus, .mega-menu-top-links .top-link-active:active {
  outline: none;
}

#mega-menu-drop {
  position: absolute;
  width: 100%;
  /* ech 2/17/20 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&1+0,1+50,0.8+100 */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ccffffff",GradientType=0 ); /* IE6-9 */
}
#mega-menu-drop ul li {
  padding-left: 10px;
}
#mega-menu-drop ul {
  padding-top: 40px;
}
#mega-menu-drop ul li a {
  padding: 5px 10px;
  border: 1px solid transparent;
  color: #313033;
}
#mega-menu-drop ul li a:hover {
  border: 1px solid rgba(74, 73, 77, 0.8);
  border-radius: 0px;
  color: #181719;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#mega-menu-drop .callout-btn {
  font-size: 0.9em;
  padding: 6px 11px;
  border: 1px solid rgba(3, 105, 45, 0);
  color: #ffffff;
  background: #4a494d;
}
#mega-menu-drop .callout-btn:hover {
  color: #ffffff;
  background: #313033;
}

.mega-menu-category-info {
  padding: 0px 30px 0 50px;
  border-right: 1px solid #4A494D;
}
.mega-menu-category-info .category-header {
  margin-top: 0;
  padding-top: 0;
  color: #492365;
  font-size: 2.4rem;
}

/*  off-canvas  */
#navAccordian .menu.nested {
  margin-left: 0;
}

#navAccordian .is-accordion-submenu-parent > a::after {
  border-color: #fff transparent transparent;
}

.sidebar .accordion .content {
  padding: 0;
}

.sidebar {
  background: #313033;
  bottom: 0;
  color: #fff;
  left: -75%;
  overflow: auto;
  padding: 0px;
  position: fixed;
  top: 0;
  width: 75%;
  border-right: 2px solid #313033;
}

header .switch {
  display: block;
  background: url(/ui/images/menu-icon-sprite.png) no-repeat 0px 0px;
  height: 50px;
  width: 85px;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 1000;
}

header, .sidebar {
  transition: left 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), right 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 3000;
}

.left-off-canvas-menu .accordion .content .active {
  background-color: #444;
}

.left-off-canvas-menu .accordion .content {
  padding: 0;
}

.left-off-canvas-menu .accordion .content li a {
  background-color: #444;
}

ul.off-canvas-list li a {
  padding: 10px 0px 10px 30px;
  font-size: 14px;
  background-color: #3d3d40;
}

.sidebar .accordion {
  margin: 0;
}

.sidebar .accordion li > a {
  color: #ffffff;
  background: #4A494D;
}

.sidebar a {
  border-top: 1px solid #636267;
  border-bottom: 1px solid #313033;
  background: #4A494D;
  color: #ffffff;
  padding: 1rem !important;
  display: block;
  font-size: 1rem;
  line-height: 1.6rem !important;
}

.off-canvas-search {
  background: right repeat-y #efefef;
}
.off-canvas-search .gsc-result .gs-title {
  height: auto !important;
  line-height: normal !important;
  padding: 0px !important;
}
.off-canvas-search .gsc-result .gs-title:hover {
  background-color: inherit !important;
}
.off-canvas-search table tr th, .off-canvas-search table tr td {
  padding: 0;
}
.off-canvas-search input {
  margin: 0;
}
.off-canvas-search table {
  background-color: transparent !important;
  border: none !important;
}
.off-canvas-search .gsc-selected-option-container {
  width: 70px !important;
  min-width: 70px !important;
}
.off-canvas-search .cse .gsc-control-cse, .off-canvas-search .gsc-control-cse {
  border: none !important;
}
.off-canvas-search .cse input.gsc-search-button, .off-canvas-search input.gsc-search-button {
  height: 100% !important;
}
.off-canvas-search .gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
}

/*  1025px and Above  */
@media only screen and (min-width: 1025px) {
  .mobile-header-holder {
    display: none;
  }
  .viewport {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .sidebar a {
    color: #222;
  }
  .sidebar a:hover {
    color: #000;
  }
  .sidebar li {
    border-color: #dfdfdf;
  }
}
/*  1024px and Below  */
@media only screen and (max-width: 1024px) {
  .offcanvas {
    overflow: hidden;
    position: fixed;
  }
  .offcanvas .main-header {
    left: 75%;
    right: -75%;
  }
  .offcanvas .viewport {
    left: 75%;
    overflow: hidden;
  }
  .offcanvas .sidebar {
    left: 0;
    z-index: 999;
  }
  .offcanvas .overlay {
    position: absolute;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    transition: background-color 0.5s ease;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 998;
  }
  .offcanvas .overlay:hover, .offcanvas .overlay:active {
    background: rgba(0, 0, 0, 0.4);
  }
}
/* Scss Document */
/*.main-header{
	background:darken(rgba($secondary-color, .95), 0%);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
    height: 50px;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 997;
}*/
.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;
}
.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;
  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: #cac6c1;
  text-decoration: none;
}
.top-nav a:hover {
  color: #ffffff;
}

.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;
}

.cover-icons {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  height: 50px;
  width: 330px;
  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;
  background: url(/ui/images/icon-sprite.png) no-repeat -300px 0px;
  height: 50px;
  width: 50px;
}
.wsu-alert:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -300px -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;
}

.ewsm-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;
}
.ewsm-icon-holder:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -250px -50px;
}
.ewsm-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;
}

.ewsm-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;
}
.ewsm-icon-holder-active:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -250px -100px #181719;
}
.ewsm-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;
}

.ewsm-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;
}
.ewsm-icon-holder-mobile:hover {
  background: url(/ui/images/icon-sprite.png) no-repeat -250px -50px;
}
.ewsm-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;
}

.logged-in-icon {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  background-size: 32px;
  position: absolute;
  right: 9px;
  top: 8px;
}
.logged-in-icon:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}

.logged-in-icon-mobile {
  cursor: pointer;
  display: block;
  margin: 5px 0 0 7px;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  background-size: 32px;
  position: absolute;
  right: 11px;
  top: 5px;
}

.search-dropdown, .a-z-dropdown, .wsu-alert-dropdown {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 1000;
  width: 100%;
}
.search-dropdown .row, .a-z-dropdown .row, .wsu-alert-dropdown .row {
  position: relative;
}

#ewsmDropdown {
  position: absolute;
  top: 50px;
  z-index: 1000;
  width: 100%;
}
#ewsmDropdown .row {
  position: relative;
}

#profileDropdown {
  position: relative;
}

.ewsm-desktop {
  padding: 30px 30px 0px 30px;
  background: #181719;
  position: absolute;
  max-width: 600px;
  right: 0px;
  line-height: 14px;
}
.ewsm-desktop .ewsm-main {
  margin-left: 10px;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: top;
  width: auto;
  zoom: 1;
  *display: inline;
  _height: auto;
  width: 77%;
}
.ewsm-desktop .ewsm-icon {
  width: 40px;
  height: 40px;
}
.ewsm-desktop ul {
  padding: 0;
  margin: 0;
}
.ewsm-desktop li {
  list-style: none;
  padding: 10px;
  min-height: 60px;
  border-bottom: #444444 1px solid;
}
.ewsm-desktop li:hover {
  background: rgba(68, 68, 68, 0.5);
}
.ewsm-desktop .date {
  display: block;
  font-size: 12px;
  color: #c4c4c4;
}
.ewsm-desktop .lnkAllMessages {
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
  border: 0px !important;
}
.ewsm-desktop .lnkAllMessages:hover {
  background-color: transparent !important;
}

.header-dropdowns {
  text-align: left;
}

.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;
}

.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-desktop {
  padding: 30px 40px 30px 40px;
  background: #181719;
  position: absolute;
  right: 0px;
}
.a-z-desktop a {
  color: #ffffff;
  font-size: 1.2em;
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}
.a-z-desktop a:hover {
  background-color: #444;
  color: #ffffff;
}
.a-z-desktop ul {
  margin: 20px 20px 0px 7px;
}
.a-z-desktop ul li {
  padding: 0px 0px 5px 0px;
  font-size: 0.8em;
}
.a-z-desktop ul li a {
  height: auto;
  width: auto;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
.a-z-desktop ul li a:hover {
  background-color: transparent;
  color: #CBC3DC;
}

.active-a-z-letter {
  background: rgba(112, 86, 158, 0.8);
}
.active-a-z-letter:hover {
  background: rgba(112, 86, 158, 0.8) !important;
}

@-moz-document url-prefix() {
  .search-bar-desktop {
    min-width: 50%;
  }
}
.gsc-completion-container {
  padding: 0 !important;
}
.gsc-completion-container .gsc-completion-title {
  color: #492365;
}
.gsc-completion-container .gsc-completion-promotion-table tbody tr td {
  padding: 7px;
}
.gsc-completion-container .gssb_a {
  padding: 0px !important;
}
.gsc-completion-container .gsq_a span {
  display: block;
  padding: 3px 7px;
}
.gsc-completion-container tr {
  background-color: #fff !important;
  padding: 0 !important;
}
.gsc-completion-container tr td tr {
  padding: 5px;
}
.gsc-completion-container tr tr:hover {
  background-color: #E7D8F1 !important;
  cursor: pointer;
}
.gsc-completion-container table, .gsc-completion-container table tbody {
  background-color: transparent !important;
  border: none !important;
}
.gsc-completion-container .gsc-completion-icon {
  border: 0 !important;
}

.search-bar-desktop {
  padding: 20px 20px 25px 20px;
  background: #181719;
  max-width: 550px;
  position: absolute;
  right: 0px;
}
.search-bar-desktop table tr th, .search-bar-desktop table tr td {
  padding: 0;
}
.search-bar-desktop .gsc-search-box tr {
  background-color: transparent !important;
}
.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, .search-bar-desktop table tbody {
  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;
}

#ewsm-desktop-link, #ewsmDropdown {
  display: none;
}

/*  1025px and Above  */
@media only screen and (min-width: 1025px) {
  .ewsm-desktop {
    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, .wsu-alert-desktop, .search-bar-desktop {
    position: fixed;
  }
  .ewsm-desktop {
    position: fixed;
    padding: 20px;
  }
  .a-z-desktop {
    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;
  }
  .ewsm-desktop {
    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;
  }
  .ewsm-desktop {
    padding: 0px;
  }
  .ewsm-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  */
/* Scss Document */
.cookie-notice {
  position: fixed;
  bottom: 0px;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: 40px 0 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.cookie-notice button {
  float: right;
  margin-left: 75px;
}
.cookie-notice a {
  color: #25cad3;
}
.cookie-notice a:hover {
  color: yellow;
}

@media only screen and (max-width: 40.063em) {
  .cookie-notice {
    font-size: 14px;
    padding: 20px 10px 10px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  .cookie-notice button {
    float: right;
    margin-left: 75px;
  }
  .cookie-notice a {
    color: #25cad3;
  }
  .cookie-notice a:hover {
    color: yellow;
  }
}
.footer {
  background: url(/ui/images/clock-tower.svg) no-repeat 15% 100%;
  background-size: 90px;
  background-color: rgba(0, 0, 0, 0.01);
  color: #ccc;
}
.footer a {
  color: #ccc;
}
.footer a:hover {
  color: #ffffff;
}
.footer ul, .footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .social {
  font-size: 3em;
  margin: 0 8px;
}
.footer .nav-header {
  color: #fff !important;
  font-size: 1.6875rem !important;
  font-family: "tradegothicltstd-extended", sans-serif;
  margin-bottom: 10px;
}
.footer .footer-left {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 3%;
}
.footer .accordion dd > a {
  background-color: #5c5a5f;
  border-top: 1px solid #111;
  color: #fff;
}
.footer .accordion dd > a:hover {
  background-color: #3d3d40;
}
.footer .accordion .content {
  padding: 0;
}
.footer .accordion {
  border-bottom: 1px solid #111;
}
.footer .accordion ul li a {
  display: block;
  background-color: #96959a;
  padding: 10px 5px 10px 16px;
  color: #fff;
  border-top: 1px solid #eee;
}
.footer .accordion ul li a:hover {
  background-color: #7c7b81;
}
.footer address {
  display: block;
  padding: 15px 0 0 0;
  white-space: nowrap;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-family: "tradegothiclt-light", sans-serif;
}
.footer .footer-right {
  border-left: 1px solid #737373;
  padding-left: 50px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.footer .legal-footer {
  display: block;
  padding: 0px 0px 30px 0px;
  text-align: center;
}
.footer .button.contact-us, .footer .button.translate {
  margin-top: 10px;
  background-image: none !important;
  padding: 13px 15px;
  position: relative;
  background-color: rgba(45, 44, 42, 0.5) !important;
  text-decoration: none !important;
  color: #ffffff !important;
  width: 125px;
  border: 1px solid #68676c !important;
  border-radius: 6px;
}
.footer .button.contact-us:hover, .footer .button.translate:hover {
  background-color: #5e5d62 !important;
  opacity: 1 !important;
  border: 1px solid #7c7b81 !important;
}
.footer .footer-icons {
  height: 50px;
  line-height: 50px;
}
.footer .footer-icons a {
  display: inline-block;
  width: 40px;
  margin: 0 8px;
}
.footer .footer-icons a img {
  opacity: 0.8;
  height: 40px;
  width: 40px;
}
.footer .footer-icons a img:hover {
  opacity: 1;
}
.footer .footer-icons .has-tip {
  border: none;
}
.footer .icon-facebook {
  transition: none;
  display: inline-block;
  font-size: 0px;
  width: 50px;
  height: 50px;
  background: url(/ui/images/footer-icon-sprite.png) no-repeat 0px 0px;
}
.footer .icon-facebook:hover {
  background: url(/ui/images/footer-icon-sprite.png) no-repeat 0px -50px;
}
.footer .icon-youtube {
  transition: none;
  display: inline-block;
  font-size: 0px;
  width: 50px;
  height: 50px;
  background: url(/ui/images/footer-icon-sprite.png) no-repeat -50px 0px;
}
.footer .icon-youtube:hover {
  background: url(/ui/images/footer-icon-sprite.png) no-repeat -50px -50px;
}
.footer .icon-twitter {
  transition: none;
  display: inline-block;
  font-size: 0px;
  width: 50px;
  height: 50px;
  background: url(/ui/images/footer-icon-sprite.png) no-repeat -100px 0px;
}
.footer .icon-twitter:hover {
  background: url(/ui/images/footer-icon-sprite.png) no-repeat -100px -50px;
}
.footer .icon-instagram {
  transition: none;
  display: inline-block;
  font-size: 0px;
  width: 50px;
  height: 50px;
  background: url(/ui/images/footer-icon-sprite.png) no-repeat -150px 0px;
}
.footer .icon-instagram:hover {
  background: url(/ui/images/footer-icon-sprite.png) no-repeat -150px -50px;
}
.footer .icon-google-translate {
  transition: none;
  display: inline-block;
  font-size: 0px;
  width: 50px;
  height: 50px;
  background: url(/ui/images/footer-icon-sprite.png) no-repeat -200px 0px;
}
.footer .icon-google-translate:hover {
  background: url(/ui/images/footer-icon-sprite.png) no-repeat -200px -50px;
}

/*  1760px and Below  */
@media only screen and (max-width: 1760px) {
  /*.footer{
  	background:url(/ui/images/clock-tower.svg) no-repeat 10% 50%;
  	background-size:90px;
         background-color: rgba(0,0,0,.01);
  }*/
}
/*  1560px and Below  */
@media only screen and (max-width: 1560px) {
  /*.footer{
  	background:url(/ui/images/clock-tower.svg) no-repeat 5% 50%;
  	background-size:90px;
         background-color: rgba(0,0,0,.01);
  }*/
}
/*  1360px and Below  */
@media only screen and (max-width: 1360px) {
  /*.footer{
  	background:url(/ui/images/clock-tower.svg) no-repeat 1% 50%;
  	background-size:90px;
         background-color: rgba(0,0,0,.01);
  }*/
}
/*  1023px and Below  */
@media only screen and (max-width: 64.063em) {
  /*.footer{
  	background:url(/ui/images/clock-tower.svg) no-repeat 15% 100%;
  	background-size:90px;
         background-color: rgba(0,0,0,.01);
  }*/
  .footer-right {
    /*color: red;*/
    border-left: none !important;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
/*  641px and Below  */
@media only screen and (max-width: 40.063em) {
  .center-for-mobile {
    text-align: center;
  }
  .footer-right {
    border-left: none !important;
    padding-left: 0px !important;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  /*.footer{
  	background:url(/ui/images/clock-tower.svg) no-repeat 5% 100%;
  	background-size:90px;
         background-color: rgba(0,0,0,.01);
  }*/
  .legal-footer {
    margin-top: 30px;
  }
  .legal-footer small {
    display: block;
    padding-bottom: 5px;
  }
}
/* Scss Document */
@media only screen and (max-width: 1024px) {
  .drilldown a {
    background: #cccac7;
    border-top: 1px solid #e4e3e2;
    border-bottom: 1px solid #b4b1ac;
  }
}
.top-bar, .top-bar ul {
  background-color: #CCCAC7;
}

.title-bar button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #4A494D;
  border: none;
}
.title-bar button .fi-list {
  padding-right: 5px;
}

.top-bar img {
  max-height: 40px;
}
.top-bar ul li {
  padding: 0px !important;
}

.top-bar-holder, .top-bar {
  background: #cccac7;
}

.top-bar .toggle-topbar a {
  color: #4A494D;
}

#main-menu .submenu a {
  border-top: 1px solid #e4e3e2;
  border-bottom: 1px solid #b4b1ac;
}

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #4A494D;
}

.js-drilldown-back > a::before {
  border-color: transparent #4A494D transparent transparent;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #4A494D transparent transparent;
}

.dropdown a, .drilldown a, .dropdown.menu > li > a {
  background: #cccac7;
  font-family: "tradegothiclt-bold", sans-serif;
  font-size: 0.9rem;
  color: #333333;
  padding-top: 15px !important;
  padding-bottom: 1rem !important;
}
.dropdown a:active, .drilldown a:active, .dropdown.menu > li > a:active {
  background: #b4b1ac;
}

.dropdown a:hover, .drilldown a:hover, .dropdown.menu > li > a:hover {
  background: #b4b1ac;
}

.dropdown a:hover {
  background: #b4b1ac;
}

/*.top-bar .dropdown li:not(.has-form):not(.active) > a:not(.button){
	color:$secondary-color;
	background-color:$dropdown-color;
}*/
.top-bar .active-parent > a {
  background: #b4b1ac !important;
}

.title-bar {
  background: transparent;
  color: #555;
  padding: 0;
  display: block;
  *zoom: 1;
}
.title-bar:before, .title-bar:after {
  content: " ";
  display: table;
}
.title-bar:after {
  clear: both;
}

.top-bar .active > a {
  color: #fff !important;
  background: #70569e !important;
}

.top-bar {
  height: auto !important;
}

.is-drilldown {
  max-width: 100% !important;
  background-color: #fff;
}

.is-dropdown-submenu-parent a::after {
  right: 8px !important;
}

@media only screen and (min-width: 1024px) {
  .top-bar {
    height: 45px !important;
  }
  .top-bar-holder {
    border-bottom: 1px solid #b4b1ac;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .top-bar-right {
    width: 100% !important;
  }
  .top-bar-holder .menu {
    display: block !important;
    z-index: 1000;
  }
}
/* Scss Document */
.mobile-logo {
  display: none;
}

.hero-image {
  background: center top;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.hero {
  width: 100%;
  padding-top: 0px;
  position: relative;
  height: 450px;
}
.hero .row {
  position: relative;
}

.hero .color-1 {
  background: rgba(73, 35, 101, 0.95);
}
.hero .color-2 {
  background: rgba(74, 73, 77, 0.95);
}
.hero .color-3 {
  background: rgba(112, 86, 158, 0.95);
}
.hero .color-4 {
  background: rgba(129, 76, 156, 0.95);
}
.hero .color-5 {
  background: rgba(203, 195, 220, 0.95);
}
.hero .color-6 {
  background: rgba(211, 194, 223, 0.95);
}
.hero .color-7 {
  background: rgba(163, 213, 93, 0.95);
}
.hero .color-8 {
  background: rgba(0, 152, 68, 0.95);
}
.hero .color-9 {
  background: rgba(0, 92, 73, 0.95);
}
.hero .color-10 {
  background: rgba(37, 202, 211, 0.95);
}
.hero .color-11 {
  background: rgba(0, 95, 113, 0.95);
}
.hero .color-12 {
  background: rgba(52, 96, 148, 0.95);
}
.hero .color-13 {
  background: rgba(105, 25, 64, 0.95);
}
.hero .color-14 {
  background: rgba(165, 36, 40, 0.95);
}
.hero .color-15 {
  background: rgba(210, 93, 18, 0.95);
}
.hero .color-16 {
  background: rgba(246, 178, 33, 0.95);
}
.hero .color-17 {
  background: rgba(132, 71, 30, 0.95);
}
.hero .color-18 {
  background: rgba(72, 54, 39, 0.95);
}
.hero .button.color-1 {
  background-color: #492365;
  color: #ffffff !important;
  border: 2px solid #492365;
}
.hero .button.color-1:hover, .hero .button.color-1:focus {
  background-color: #806593;
  color: #ffffff !important;
}
.hero .button.color-2 {
  background-color: #4A494D;
  color: #ffffff !important;
  border: 2px solid #4A494D;
}
.hero .button.color-2:hover, .hero .button.color-2:focus {
  background-color: #6e6d71;
  color: #ffffff !important;
}
.hero .button.color-3 {
  background-color: #70569e;
  color: #ffffff !important;
  border: 2px solid #70569e;
}
.hero .button.color-3:hover, .hero .button.color-3:focus {
  background-color: #9b89bb;
  color: #000000 !important;
}
.hero .button.color-4 {
  background-color: #814C9C;
  color: #ffffff !important;
  border: 2px solid #814C9C;
}
.hero .button.color-4:hover, .hero .button.color-4:focus {
  background-color: #a782ba;
  color: #000000 !important;
}
.hero .button.color-5 {
  background-color: #CBC3DC;
  color: #000000 !important;
  border: 2px solid #CBC3DC;
}
.hero .button.color-5:hover, .hero .button.color-5:focus {
  background-color: #dbd5e7;
  color: #000000 !important;
}
.hero .button.color-6 {
  background-color: #D3C2DF;
  color: #000000 !important;
  border: 2px solid #D3C2DF;
}
.hero .button.color-6:hover, .hero .button.color-6:focus {
  background-color: #e0d4e9;
  color: #000000 !important;
}
.hero .button.color-7 {
  background-color: #a3d55d;
  color: #000000 !important;
  border: 2px solid #a3d55d;
}
.hero .button.color-7:hover, .hero .button.color-7:focus {
  background-color: #bae086;
  color: #000000 !important;
}
.hero .button.color-8 {
  background-color: #009844;
  color: #000000 !important;
  border: 2px solid #009844;
}
.hero .button.color-8:hover, .hero .button.color-8:focus {
  background-color: #00cb5b;
  color: #000000 !important;
}
.hero .button.color-9 {
  background-color: #005c49;
  color: #ffffff !important;
  border: 2px solid #005c49;
}
.hero .button.color-9:hover, .hero .button.color-9:focus {
  background-color: #008f71;
  color: #000000 !important;
}
.hero .button.color-10 {
  background-color: #25cad3;
  color: #000000 !important;
  border: 2px solid #25cad3;
}
.hero .button.color-10:hover, .hero .button.color-10:focus {
  background-color: #4bd8e0;
  color: #000000 !important;
}
.hero .button.color-11 {
  background-color: #005f71;
  color: #ffffff !important;
  border: 2px solid #005f71;
}
.hero .button.color-11:hover, .hero .button.color-11:focus {
  background-color: #008aa4;
  color: #000000 !important;
}
.hero .button.color-12 {
  background-color: #346094;
  color: #ffffff !important;
  border: 2px solid #346094;
}
.hero .button.color-12:hover, .hero .button.color-12:focus {
  background-color: #4178ba;
  color: #ffffff !important;
}
.hero .button.color-13 {
  background-color: #691940;
  color: #ffffff !important;
  border: 2px solid #691940;
}
.hero .button.color-13:hover, .hero .button.color-13:focus {
  background-color: #922359;
  color: #ffffff !important;
}
.hero .button.color-14 {
  background-color: #a52428;
  color: #ffffff !important;
  border: 2px solid #a52428;
}
.hero .button.color-14:hover, .hero .button.color-14:focus {
  background-color: #cf2d32;
  color: #ffffff !important;
}
.hero .button.color-15 {
  background-color: #d25d12;
  color: #000000 !important;
  border: 2px solid #d25d12;
}
.hero .button.color-15:hover, .hero .button.color-15:focus {
  background-color: #ed762a;
  color: #000000 !important;
}
.hero .button.color-16 {
  background-color: #f6b221;
  color: #000000 !important;
  border: 2px solid #f6b221;
}
.hero .button.color-16:hover, .hero .button.color-16:focus {
  background-color: #f8c352;
  color: #000000 !important;
}
.hero .button.color-17 {
  background-color: #84471e;
  color: #ffffff !important;
  border: 2px solid #84471e;
}
.hero .button.color-17:hover, .hero .button.color-17:focus {
  background-color: #ae5d27;
  color: #ffffff !important;
}
.hero .button.color-18 {
  background-color: #483627;
  color: #ffffff !important;
  border: 2px solid #483627;
}
.hero .button.color-18:hover, .hero .button.color-18:focus {
  background-color: #694f39;
  color: #ffffff !important;
}
.hero .text-color-1 h1, .hero .text-color-1 p {
  color: #fff;
}
.hero .text-color-2 h1, .hero .text-color-2 p {
  color: #222;
}
.hero .text-color-3 h1, .hero .text-color-3 p {
  color: #492365;
}
.hero h1 {
  font-size: 2.6em;
  padding-top: 0;
  margin-top: 0;
  line-height: 1em;
}
.hero p {
  font-size: 1em;
}
.hero .button {
  margin-bottom: 0;
}

.hero-text-top-left {
  position: absolute;
  top: 50px;
  text-align: left;
  padding: 1.5em;
}

.hero-text-bottom-left {
  position: absolute;
  top: 175px;
  text-align: left;
  padding: 1.5em;
}

.hero-text-top-right {
  position: absolute;
  top: 50px;
  text-align: left;
  padding: 1.5em;
}

.hero-text-bottom-right {
  position: absolute;
  top: 175px;
  text-align: left;
  padding: 1.5em;
}

.hero-text-top-left, .hero-text-bottom-left {
  left: 30px;
}

.hero-text-top-right, .hero-text-bottom-right {
  right: 30px;
}

/*  1025px and Above  */
/*  1024px and Below  */
@media only screen and (max-width: 1024px) {
  .hero-text-top-left, .hero-text-bottom-left {
    left: 0px;
  }
  .hero-text-top-right, .hero-text-bottom-right {
    right: 0px;
  }
  .hero, .hero-image {
    height: 400px;
  }
  .hero-text-bottom-left, .hero-text-bottom-right, .hero-text-top-left, .hero-text-top-right {
    top: 60px;
    height: 340px;
    min-width: 40% !important;
    padding: 2em 3em 1.5em 3em;
  }
  .hero-text-bottom-left h1, .hero-text-bottom-right h1, .hero-text-top-left h1, .hero-text-top-right h1 {
    font-size: 2em;
  }
  .hero-text-bottom-left p, .hero-text-bottom-right p, .hero-text-top-left p, .hero-text-top-right p {
    font-size: 0.94em;
    margin-bottom: 0.5em;
  }
  .mobile-logo {
    display: block;
    position: absolute;
    top: 50px;
    padding: 16px 15px 12px 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #fff;
    z-index: 500;
  }
  .mobile-logo img {
    width: 240px;
  }
}
/*  640px and Below  */
@media only screen and (max-width: 640px) {
  .hero, .hero-image {
    height: 340px;
  }
  .hero-image {
    background-image: none !important;
  }
  .hero-text-bottom-left, .hero-text-bottom-right, .hero-text-top-left, .hero-text-top-right {
    top: 0px;
    width: 100% !important;
    max-width: 100% !important;
    height: 340px;
    padding: 7.5em 3.5em 2em 3.4em;
  }
  .hero-text-bottom-left h1, .hero-text-bottom-right h1, .hero-text-top-left h1, .hero-text-top-right h1 {
    font-size: 1.8em;
  }
  .hero-text-bottom-left p, .hero-text-bottom-right p, .hero-text-top-left p, .hero-text-top-right p {
    font-size: 0.9em;
    margin-bottom: 0.7em;
  }
  .mobile-logo {
    background: white;
  }
}
/*  440px and Below  */
@media only screen and (max-width: 400px) {
  .hero, .hero-image {
    height: 320px;
  }
  .hero-text-bottom-left, .hero-text-bottom-right, .hero-text-top-left, .hero-text-top-right {
    height: 320px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 7em 3.4em 2em 3.4em;
  }
  .hero-text-bottom-left h1, .hero-text-bottom-right h1, .hero-text-top-left h1, .hero-text-top-right h1 {
    font-size: 1.2em;
    margin-bottom: 0.6em;
    font-family: "tradegothiclt-bold", sans-serif;
  }
  .hero-text-bottom-left p, .hero-text-bottom-right p, .hero-text-top-left p, .hero-text-top-right p {
    font-size: 0.8em;
    margin-bottom: 0.8em;
  }
  .hero-text-bottom-left .button, .hero-text-bottom-right .button, .hero-text-top-left .button, .hero-text-top-right .button {
    padding: 0.7em 1em 0.9em 1em;
  }
}

/*# sourceMappingURL=wsu-main.css.map */
