/* Scss Document */
/* Scss Document */
.primary-color {
  color: #492365; }

.secondary-color {
  color: #575047; }

.alert-color {
  color: #a52428; }

.success-color {
  color: #009844; }

.warning-color {
  color: #f08a24; }

.info-color {
  color: #a0d3e8; }

.primary-bg {
  background-color: #492365;
  color: #ffffff; }

.secondary-bg {
  background-color: #575047;
  color: #ffffff; }

.alert-bg {
  background-color: #a52428;
  color: #ffffff; }

.success-bg {
  background-color: #009844;
  color: #ffffff; }

.warning-bg {
  background-color: #f08a24;
  color: #ffffff; }

.info-bg {
  background-color: #a0d3e8;
  color: #ffffff; }

.portal-dropdown-color {
  background-color: #9682A6;
  color: #ffffff;
  font-weight: bold; }

.color-1 {
  color: #492365; }

.color-2 {
  color: #575047; }

.color-3 {
  color: #7f56c5; }

.color-4 {
  color: #8446ac; }

.color-5 {
  color: #a391b1; }

.color-6 {
  color: #aa989c; }

.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; }

.bg-color-primary {
  background: #492365;
  color: #ffffff !important; }

.bg-color-secondary {
  background: #575047;
  color: #ffffff !important; }

.bg-color-alert {
  background: #a52428;
  color: #ffffff !important; }

.bg-color-success {
  background: #009844;
  color: #ffffff !important; }

.bg-color-warning {
  background: #f08a24;
  color: #ffffff !important; }

.bg-color-info {
  background: #a0d3e8;
  color: #ffffff !important; }

.bg-color-shade {
  background: #444444;
  color: #ffffff !important; }

.bg-color-invert {
  background: white;
  color: #575047 !important; }

.bg-color-1 {
  background: #492365;
  color: #ffffff !important; }

.bg-color-2 {
  background: #575047;
  color: #ffffff !important; }

.bg-color-3 {
  background: #7f56c5;
  color: #ffffff !important; }

.bg-color-4 {
  background: #8446ac;
  color: #ffffff !important; }

.bg-color-5 {
  background: #a391b1;
  color: #ffffff !important; }

.bg-color-6 {
  background: #aa989c;
  color: #ffffff !important; }

.bg-color-7 {
  background: #a3d55d;
  color: #ffffff !important; }

.bg-color-8 {
  background: #009844;
  color: #ffffff !important; }

.bg-color-9 {
  background: #005c49;
  color: #ffffff !important; }

.bg-color-10 {
  background: #25cad3;
  color: #ffffff !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: #ffffff !important; }

.bg-color-16 {
  background: #f6b221;
  color: #ffffff !important; }

.bg-color-17 {
  background: #84471e;
  color: #ffffff !important; }

.bg-color-18 {
  background: #483627;
  color: #ffffff !important; }

.button.color-1 {
  background: #492365; }
  .button.color-1:hover {
    background: #64308b; }

.button.color-2 {
  background: #575047; }
  .button.color-2:hover {
    background: #736a5e; }

.button.color-3 {
  background: #7f56c5; }
  .button.color-3:hover {
    background: #9c7cd2; }

.button.color-4 {
  background: #8446ac; }
  .button.color-4:hover {
    background: #9c65c0; }

.button.color-5 {
  background: #a391b1; }
  .button.color-5:hover {
    background: #bcafc6; }

.button.color-6 {
  background: #aa989c; }
  .button.color-6:hover {
    background: #c1b4b7; }

.button.color-7 {
  background: #a3d55d; }
  .button.color-7:hover {
    background: #bae086; }

.button.color-8 {
  background: #009844; }
  .button.color-8:hover {
    background: #00cb5b; }

.button.color-9 {
  background: #005c49; }
  .button.color-9:hover {
    background: #008f71; }

.button.color-10 {
  background: #25cad3; }
  .button.color-10:hover {
    background: #4bd8e0; }

.button.color-11 {
  background: #005f71; }
  .button.color-11:hover {
    background: #008aa4; }

.button.color-12 {
  background: #346094; }
  .button.color-12:hover {
    background: #4178ba; }

.button.color-13 {
  background: #691940; }
  .button.color-13:hover {
    background: #922359; }

.button.color-14 {
  background: #a52428; }
  .button.color-14:hover {
    background: #cf2d32; }

.button.color-15 {
  background: #d25d12; }
  .button.color-15:hover {
    background: #ed762a; }

.button.color-16 {
  background: #f6b221; }
  .button.color-16:hover {
    background: #f8c352; }

.button.color-17 {
  background: #84471e; }
  .button.color-17:hover {
    background: #ae5d27; }

.button.color-18 {
  background: #483627; }
  .button.color-18:hover {
    background: #694f39; }

/* Scss Document */
html, body {
  min-height: 100%;
  /* real browsers */
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treated as min-height*/
  position: relative; }

.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 .25s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .25s;
  /* Firefox < 16 */
  -ms-animation: fadein .25s;
  /* Internet Explorer */
  -o-animation: fadein .25s;
  /* Opera < 12.1 */
  animation: fadein .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 {
  .reveal-overlay from {
    opacity: 0; }
  .reveal-overlay 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; }

html {
  background: #575047 url(/ui/images/mnts-body.svg) repeat-x bottom; }

body {
  background-color: transparent !important;
  background-image: none !important; }

a, a:visited {
  color: #7f56c5;
  transition: background 0.2s linear, color 0.2s linear, border 0.2s linear; }

a:hover {
  color: #492365; }

.main-content a, .showcase-html-section a {
  transition: color 0.2s linear;
  text-decoration: underline;
  text-decoration-skip: ink;
  text-decoration-style: solid; }

.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: transparent; }

.main-content-holder {
  min-height: 550px; }

.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: .55em .1em .55em .3em;
  /*border-bottom: 1px solid rgba(163, 145, 177, 0.3);*/ }

.login-alert {
  color: #a52428;
  font-size: .8em; }

/*  1023px and Below  */
/* Scss Document */
/* Scss Document */
.primary-color {
  color: #492365; }

.secondary-color {
  color: #575047; }

.alert-color {
  color: #a52428; }

.success-color {
  color: #009844; }

.warning-color {
  color: #f08a24; }

.info-color {
  color: #a0d3e8; }

.primary-bg {
  background-color: #492365;
  color: #ffffff; }

.secondary-bg {
  background-color: #575047;
  color: #ffffff; }

.alert-bg {
  background-color: #a52428;
  color: #ffffff; }

.success-bg {
  background-color: #009844;
  color: #ffffff; }

.warning-bg {
  background-color: #f08a24;
  color: #ffffff; }

.info-bg {
  background-color: #a0d3e8;
  color: #ffffff; }

.portal-dropdown-color {
  background-color: #9682A6;
  color: #ffffff;
  font-weight: bold; }

.color-1 {
  color: #492365; }

.color-2 {
  color: #575047; }

.color-3 {
  color: #7f56c5; }

.color-4 {
  color: #8446ac; }

.color-5 {
  color: #a391b1; }

.color-6 {
  color: #aa989c; }

.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; }

.bg-color-primary {
  background: #492365;
  color: #ffffff !important; }

.bg-color-secondary {
  background: #575047;
  color: #ffffff !important; }

.bg-color-alert {
  background: #a52428;
  color: #ffffff !important; }

.bg-color-success {
  background: #009844;
  color: #ffffff !important; }

.bg-color-warning {
  background: #f08a24;
  color: #ffffff !important; }

.bg-color-info {
  background: #a0d3e8;
  color: #ffffff !important; }

.bg-color-shade {
  background: #444444;
  color: #ffffff !important; }

.bg-color-invert {
  background: white;
  color: #575047 !important; }

.bg-color-1 {
  background: #492365;
  color: #ffffff !important; }

.bg-color-2 {
  background: #575047;
  color: #ffffff !important; }

.bg-color-3 {
  background: #7f56c5;
  color: #ffffff !important; }

.bg-color-4 {
  background: #8446ac;
  color: #ffffff !important; }

.bg-color-5 {
  background: #a391b1;
  color: #ffffff !important; }

.bg-color-6 {
  background: #aa989c;
  color: #ffffff !important; }

.bg-color-7 {
  background: #a3d55d;
  color: #ffffff !important; }

.bg-color-8 {
  background: #009844;
  color: #ffffff !important; }

.bg-color-9 {
  background: #005c49;
  color: #ffffff !important; }

.bg-color-10 {
  background: #25cad3;
  color: #ffffff !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: #ffffff !important; }

.bg-color-16 {
  background: #f6b221;
  color: #ffffff !important; }

.bg-color-17 {
  background: #84471e;
  color: #ffffff !important; }

.bg-color-18 {
  background: #483627;
  color: #ffffff !important; }

.button.color-1 {
  background: #492365; }
  .button.color-1:hover {
    background: #64308b; }

.button.color-2 {
  background: #575047; }
  .button.color-2:hover {
    background: #736a5e; }

.button.color-3 {
  background: #7f56c5; }
  .button.color-3:hover {
    background: #9c7cd2; }

.button.color-4 {
  background: #8446ac; }
  .button.color-4:hover {
    background: #9c65c0; }

.button.color-5 {
  background: #a391b1; }
  .button.color-5:hover {
    background: #bcafc6; }

.button.color-6 {
  background: #aa989c; }
  .button.color-6:hover {
    background: #c1b4b7; }

.button.color-7 {
  background: #a3d55d; }
  .button.color-7:hover {
    background: #bae086; }

.button.color-8 {
  background: #009844; }
  .button.color-8:hover {
    background: #00cb5b; }

.button.color-9 {
  background: #005c49; }
  .button.color-9:hover {
    background: #008f71; }

.button.color-10 {
  background: #25cad3; }
  .button.color-10:hover {
    background: #4bd8e0; }

.button.color-11 {
  background: #005f71; }
  .button.color-11:hover {
    background: #008aa4; }

.button.color-12 {
  background: #346094; }
  .button.color-12:hover {
    background: #4178ba; }

.button.color-13 {
  background: #691940; }
  .button.color-13:hover {
    background: #922359; }

.button.color-14 {
  background: #a52428; }
  .button.color-14:hover {
    background: #cf2d32; }

.button.color-15 {
  background: #d25d12; }
  .button.color-15:hover {
    background: #ed762a; }

.button.color-16 {
  background: #f6b221; }
  .button.color-16:hover {
    background: #f8c352; }

.button.color-17 {
  background: #84471e; }
  .button.color-17:hover {
    background: #ae5d27; }

.button.color-18 {
  background: #483627; }
  .button.color-18:hover {
    background: #694f39; }

.logo {
  display: block;
  max-width: 88%;
  position: relative;
  top: 32px;
  left: 0px; }

.category-links {
  display: block;
  margin-top: 30px; }

.mega-menu {
  position: absolute;
  top: 50px;
  width: 100%;
  min-height: 110px;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid #fff;
  z-index: 500; }
  .mega-menu a {
    white-space: nowrap; }
  .mega-menu .menu-line {
    border-top: 1px solid rgba(73, 35, 101, 0.2);
    width: 97%;
    position: relative;
    top: 20px;
    left: 9px;
    display: none; }

.mega-menu-category-info {
  margin: 30px 0; }

.mega-menu-top-links {
  max-width: 1000px;
  position: relative;
  top: 40px; }
  .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-bottom: 2px solid transparent;
    color: #1f1c19; }
    .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: 2px 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 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: #3b3630; }
  #mega-menu-drop ul li a:hover {
    border: 1px solid rgba(87, 80, 71, 0.8);
    border-radius: 0px;
    color: #1f1c19;
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none; }

#mega-menu-drop .callout-btn {
  font-size: .9em;
  padding: 6px 11px;
  border: 1px solid rgba(0, 152, 68, 0);
  color: #ffffff;
  background: #575047; }
  #mega-menu-drop .callout-btn:hover {
    color: #ffffff;
    background: #3b3630; }

.mega-menu-category-info {
  padding: 0px 30px 0 50px;
  border-right: 1px solid #575047; }
  .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: #3b3630;
  bottom: 0;
  color: #fff;
  left: -75%;
  overflow: auto;
  padding: 0px;
  position: fixed;
  top: 0;
  width: 75%;
  border-right: 2px solid #3b3630; }

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: #49433c; }

.sidebar .accordion {
  margin: 0; }

.sidebar .accordion li > a {
  color: #ffffff;
  background: #575047; }

.sidebar a {
  border-top: 1px solid #736a5e;
  border-bottom: 1px solid #3b3630;
  background: #575047;
  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) {
  .main-header {
    position: absolute; }
  .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) {
  .main-header {
    height: 58px; }
  .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: rgba(87, 80, 71, 0.95);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  /*background:darken(rgba(#b3aca5, .9), 0%);*/
  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;
  top: 50px;
  z-index: 1000;
  right: 0px;
  height: 370px;
  background-color: transparent; }
  .login-dropdown .row {
    position: relative; }

.eweber-login-desktop {
  padding: 30px;
  background: #1f1c19;
  font-size: .8rem; }
  .eweber-login-desktop p {
    font-size: .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 .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(87, 80, 71, 0);
  cursor: default; }

.cover-clicked {
  background-color: #00e566 !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 #1f1c19;
  height: 50px;
  width: 50px; }
  .wsu-alert-active:hover {
    background: url(/ui/images/icon-sprite.png) no-repeat -300px -100px #1f1c19; }

.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 #1f1c19;
  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 #1f1c19;
  height: 50px;
  width: 50px; }

.eweber-login-mobile {
  padding: 30px 40px 20px 40px;
  background: #1f1c19;
  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(165, 36, 40, 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: .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 #1f1c19; }
  .ewsm-icon-holder-active:hover {
    background: url(/ui/images/icon-sprite.png) no-repeat -250px -100px #1f1c19; }
  .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: .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: #1f1c19; }

.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: .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: #1f1c19;
  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: #1f1c19;
  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: #1f1c19;
  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: #1f1c19;
  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: .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: #a391b1; }

.active-a-z-letter {
  background: rgba(127, 86, 197, 0.8); }
  .active-a-z-letter:hover {
    background: rgba(127, 86, 197, 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: #1f1c19;
  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: #7f56c5 !important; }
    .search-bar-desktop .gs-title b {
      color: #7f56c5 !important; }
  .search-bar-desktop .gs-title:hover {
    color: #7f56c5 !important; }
    .search-bar-desktop .gs-title:hover b {
      color: #7f56c5 !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) {
  .main-header {
    position: absolute; }
  .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 */
.footer {
  background: url(/ui/images/clock-tower.svg) no-repeat 15% 100%;
  background-size: 90px;
  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: #6b6257;
    border-top: 1px solid #111;
    color: #fff; }
    .footer .accordion dd > a:hover {
      background-color: #49433c; }
  .footer .accordion .content {
    padding: 0; }
  .footer .accordion {
    border-bottom: 1px solid #111; }
  .footer .accordion ul li a {
    display: block;
    background-color: #a69d91;
    padding: 10px 5px 10px 16px;
    color: #fff;
    border-top: 1px solid #eee; }
    .footer .accordion ul li a:hover {
      background-color: #8f8475; }
  .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 {
    margin-top: 10px;
    background-image: none !important;
    padding-bottom: .5rem;
    position: relative;
    background-color: rgba(101, 93, 82, 0.5) !important;
    text-decoration: none !important;
    color: #ffffff !important;
    border: 1px solid #796f63 !important; }
    .footer .button.contact-us .fi-comments {
      font-size: 0px;
      position: absolute;
      top: 5px;
      left: 12px; }
      .footer .button.contact-us .fi-comments:before {
        font-size: 1.5rem; }
    .footer .button.contact-us:hover {
      background-color: #6d6559 !important;
      opacity: 1 !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: .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; } }

/*  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; } }

/*  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; } }

/*  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; }
  .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; }
  .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: #575047; }
  .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: #575047; }

#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 #575047; }

.js-drilldown-back > a::before {
  border-color: transparent #575047 transparent transparent; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #575047 transparent transparent; }

.dropdown a, .drilldown a {
  background: #cccac7;
  font-family: 'tradegothiclt-bold', sans-serif;
  font-size: .9rem;
  color: #575047;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }
  .dropdown a:active, .drilldown a:active {
    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; }

.top-bar .active > a {
  background: #7f56c5 !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: 47px; } }

@media only screen and (max-width: 1024px) {
  .top-bar-right {
    width: 100% !important; } }

/* Scss Document */
.mobile-logo {
  display: none; }

.hero-image {
  background: center top;
  background-size: cover;
  width: 100%;
  height: 600px; }

.hero {
  width: 100%;
  padding-top: 0px;
  position: relative;
  height: 600px; }
  .hero .row {
    position: relative; }

.hero .color-1 {
  background: rgba(73, 35, 101, 0.95); }

.hero .color-2 {
  background: rgba(87, 80, 71, 0.95); }

.hero .color-3 {
  background: rgba(127, 86, 197, 0.95); }

.hero .color-4 {
  background: rgba(132, 70, 172, 0.95); }

.hero .color-5 {
  background: rgba(163, 145, 177, 0.95); }

.hero .color-6 {
  background: rgba(170, 152, 156, 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: rgba(73, 35, 101, 0.8); }
  .hero .button.color-1:hover {
    background: #492365; }

.hero .button.color-2 {
  background: rgba(87, 80, 71, 0.8); }
  .hero .button.color-2:hover {
    background: #575047; }

.hero .button.color-3 {
  background: rgba(127, 86, 197, 0.8); }
  .hero .button.color-3:hover {
    background: #7f56c5; }

.hero .button.color-4 {
  background: rgba(132, 70, 172, 0.8); }
  .hero .button.color-4:hover {
    background: #8446ac; }

.hero .button.color-5 {
  background: rgba(163, 145, 177, 0.8); }
  .hero .button.color-5:hover {
    background: #a391b1; }

.hero .button.color-6 {
  background: rgba(170, 152, 156, 0.8); }
  .hero .button.color-6:hover {
    background: #aa989c; }

.hero .button.color-7 {
  background: rgba(163, 213, 93, 0.8); }
  .hero .button.color-7:hover {
    background: #a3d55d; }

.hero .button.color-8 {
  background: rgba(0, 152, 68, 0.8); }
  .hero .button.color-8:hover {
    background: #009844; }

.hero .button.color-9 {
  background: rgba(0, 92, 73, 0.8); }
  .hero .button.color-9:hover {
    background: #005c49; }

.hero .button.color-10 {
  background: rgba(37, 202, 211, 0.8); }
  .hero .button.color-10:hover {
    background: #25cad3; }

.hero .button.color-11 {
  background: rgba(0, 95, 113, 0.8); }
  .hero .button.color-11:hover {
    background: #005f71; }

.hero .button.color-12 {
  background: rgba(52, 96, 148, 0.8); }
  .hero .button.color-12:hover {
    background: #346094; }

.hero .button.color-13 {
  background: rgba(105, 25, 64, 0.8); }
  .hero .button.color-13:hover {
    background: #691940; }

.hero .button.color-14 {
  background: rgba(165, 36, 40, 0.8); }
  .hero .button.color-14:hover {
    background: #a52428; }

.hero .button.color-15 {
  background: rgba(210, 93, 18, 0.8); }
  .hero .button.color-15:hover {
    background: #d25d12; }

.hero .button.color-16 {
  background: rgba(246, 178, 33, 0.8); }
  .hero .button.color-16:hover {
    background: #f6b221; }

.hero .button.color-17 {
  background: rgba(132, 71, 30, 0.8); }
  .hero .button.color-17:hover {
    background: #84471e; }

.hero .button.color-18 {
  background: rgba(72, 54, 39, 0.8); }
  .hero .button.color-18:hover {
    background: #483627; }

.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: 200px;
  text-align: left;
  padding: 1.5em; }

.hero-text-bottom-left {
  position: absolute;
  top: 320px;
  text-align: left;
  padding: 1.5em; }

.hero-text-top-right {
  position: absolute;
  top: 200px;
  text-align: left;
  padding: 1.5em; }

.hero-text-bottom-right {
  position: absolute;
  top: 320px;
  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: 110px;
    height: 290px;
    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: .94em;
      margin-bottom: .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: 350px; }
  .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: 350px;
    padding: 9em 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: .9em;
      margin-bottom: .7em; }
  .mobile-logo {
    background: rgba(255, 255, 255, 0.7); } }

/*  440px and Below  */
@media only screen and (max-width: 400px) {
  .hero, .hero-image {
    height: 340px; }
  .hero-text-bottom-left, .hero-text-bottom-right, .hero-text-top-left, .hero-text-top-right {
    height: 340px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 8.5em 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: .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: .8em;
      margin-bottom: .8em; }
    .hero-text-bottom-left .button, .hero-text-bottom-right .button, .hero-text-top-left .button, .hero-text-top-right .button {
      padding: .7em 1em .9em 1em; } }
