/* 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 */
.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;
  }
}
/* Scss Document */
.event-border {
  border: 1px solid rgba(68, 68, 68, 0.3);
  padding: 5px;
  margin: 0 10px;
  background: #ffffff;
  transition: all 0.3s;
}

.featured-events {
  /*box-shadow: inset 0 8px 6px -6px rgba(#000, .5);*/
  box-shadow: inset 0 -20px 40px -20px rgba(0, 0, 0, 0.15);
  background: #eee;
  padding: 30px 0 60px 0;
}

#events {
  margin: 0;
}

.events-holder {
  position: relative;
  border: 0px solid red;
  margin: 0 10px;
  min-height: 100px;
}

.event-fade-left {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 20px;
  height: 100%;
  z-index: 500;
  -webkit-box-shadow: inset 10px 0px 13px 0px rgb(238, 238, 238);
  -moz-box-shadow: inset 10px 0px 13px 0px rgb(238, 238, 238);
  box-shadow: inset 10px 0px 13px 0px rgb(238, 238, 238);
}

.event-fade-right {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 20px;
  height: 100%;
  z-index: 500;
  -webkit-box-shadow: inset -10px 0px 13px 0px rgb(238, 238, 238);
  -moz-box-shadow: inset -10px 0px 13px 0px rgb(238, 238, 238);
  box-shadow: inset -10px 0px 13px 0px rgb(238, 238, 238);
}

#events .event-item {
  position: relative;
}
#events .event-item a {
  transition: color 0.2s linear;
  text-decoration: underline;
  text-decoration-skip: ink;
  text-decoration-style: solid;
  z-index: 500;
}
#events .event-item a .event-img {
  transition: all 0.3s;
  border: 1px solid rgba(68, 68, 68, 0.3);
  background-position: center;
  background-size: cover;
  height: 200px;
  width: 100%;
  z-index: 500;
}
#events .event-item a .event-title {
  font-size: 1em;
  position: relative;
  bottom: 0px;
  padding: 5px 10px;
  text-align: center;
}
#events .event-item a .event-date {
  z-index: 500;
  position: absolute;
  right: 28px;
  top: 110px;
  transition: all 0.3s;
  border-radius: 80px;
  font-size: 1.5em;
  background: rgba(73, 35, 101, 0.9);
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 1em;
  padding: 13px 20px 0 20px;
  color: #ffffff;
  height: 80px;
  width: 80px;
}
#events .event-item a:hover .event-img {
  border: 1px solid white;
}
#events .event-item a:hover .event-border {
  border: 1px solid white;
  background: rgba(73, 35, 101, 0.5);
}
#events .event-item a:hover h4 {
  background: rgba(73, 35, 101, 0.7);
}

.news li {
  padding-right: 30px;
}

.icons-bar-section {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #492365;
  box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.4);
  padding: 25px 0px 25px 0px;
  width: 100%;
  z-index: 1;
}

.icons-bar {
  text-align: center;
}

.icons-bar a {
  vertical-align: top;
  transition: opacity 0.1s linear;
  display: inline-block;
  text-align: center;
  margin: 5px 43px;
  font-family: "tradegothiclt", sans-serif;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}
.icons-bar a:hover {
  opacity: 0.9;
}

.icons-bar img {
  display: block;
  margin: 0 auto;
  transition: all 0.3 ease;
}

.icons-bar div {
  font-size: 14px;
}

/*  1164px and Below  */
@media only screen and (max-width: 1277px) {
  .icons-bar img {
    width: 60px;
  }
  .icons-bar div {
    font-size: 12px;
  }
  .icons-bar a {
    margin: 5px 20px;
  }
}
/*  780px and Below  */
@media only screen and (max-width: 902px) {
  .icons-bar img {
    width: 40px;
  }
  .icons-bar div {
    font-size: 12px;
  }
  .icons-bar a {
    margin: 5px 10px;
  }
}
/*  660px and Below  */
@media only screen and (max-width: 781px) {
  .icons-bar img {
    width: 40px;
  }
  .icons-bar div {
    font-size: 12px;
  }
  .icons-bar a {
    margin: 5px 6px;
  }
  .hide-for-custom-mobile {
    display: none;
  }
  .show-for-custom-mobile {
    display: block;
  }
}
@media only screen and (min-width: 782px) {
  .show-for-custom-mobile {
    display: none;
  }
}
.admissions-feature {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #492365;
  box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 30px 0 20px 0;
}

.admissions-feature li {
  padding-bottom: 5px;
}

.admissions-feature .get-started {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-top: 10px;
}

.admissions-feature .get-started img {
  padding: 5px 40px 0 0;
}

.admissions-feature span {
  color: #fff;
  font-size: 1em;
  white-space: normal;
  display: block;
  text-align: center;
  padding: 20px;
}

.admissions-feature i {
  margin: 0 auto;
}

.admissions-feature ul {
  line-height: 0;
}

.admissions-feature .adm-cat {
  display: block;
  line-height: 1.4em;
  text-align: center;
  padding-top: 85px;
}

.admissions-feature .column-block {
  text-align: center;
}

.admissions-feature .apply-icon {
  margin: 0 auto 50px auto;
  transition: none;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  height: 80px;
  background: url(/ui/images/admissions-icon-sprite/apply.svg) center 0px no-repeat;
}

.admissions-feature .apply-icon:hover {
  background: url(/ui/images/admissions-icon-sprite/apply.svg) center -80px no-repeat;
  color: white;
}

.admissions-feature .fin-aid-icon {
  margin: 0 auto 50px auto;
  transition: none;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  height: 80px;
  background: url(/ui/images/admissions-icon-sprite/fin-aid.svg) center 0px no-repeat;
}

.admissions-feature .fin-aid-icon:hover {
  background: url(/ui/images/admissions-icon-sprite/fin-aid.svg) center -80px no-repeat;
  color: white;
}

.admissions-feature .majors-icon {
  margin: 0 auto 50px auto;
  transition: none;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  height: 80px;
  background: url(/ui/images/admissions-icon-sprite/majors.svg) center 0px no-repeat;
}

.admissions-feature .majors-icon:hover {
  background: url(/ui/images/admissions-icon-sprite/majors.svg) center -80px no-repeat;
  color: white;
}

.admissions-feature .cost-icon {
  margin: 0 auto 50px auto;
  transition: none;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  height: 80px;
  background: url(/ui/images/admissions-icon-sprite/costs.svg) center 0px no-repeat;
}

.admissions-feature .cost-icon:hover {
  background: url(/ui/images/admissions-icon-sprite/costs.svg) center -80px no-repeat;
  color: white;
}

.admissions-feature .info-icon {
  margin: 0 auto 50px auto;
  transition: none;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  height: 80px;
  background: url(/ui/images/admissions-icon-sprite/info.svg) center 0px no-repeat;
}

.admissions-feature .info-icon:hover {
  background: url(/ui/images/admissions-icon-sprite/info.svg) center -80px no-repeat;
  color: white;
}

.admissions-feature-new {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #492365;
  box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.4);
  padding: 30px 0 34px 0;
  height: 168px;
}
.admissions-feature-new li {
  padding-bottom: 5px;
}
.admissions-feature-new span {
  color: #fff;
  font-size: 1em;
  white-space: normal;
  display: block;
  text-align: center;
  padding: 20px;
}
.admissions-feature-new i {
  margin: 0 auto;
}
.admissions-feature-new ul {
  line-height: 0;
}
.admissions-feature-new .adm-cat-new {
  display: block;
  text-align: center;
  font-size: 14px;
}
.admissions-feature-new .column-block {
  text-align: center;
  margin-bottom: 0px;
  display: inline-block;
}
.admissions-feature-new .admissions-icon-new {
  display: inline-block;
  color: #fff;
  text-align: center;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.admissions-feature-new .admissions-icon-new:hover {
  opacity: 1;
}

.news {
  padding: 30px 0;
  background: #fff;
}
.news img {
  width: 120px;
  float: left;
  margin: 0 20px 10px 0;
}
.news h1 {
  margin-bottom: 30px;
  font-family: "tradegothicltstd-extended", sans-serif;
}
.news h5 {
  font-weight: bold;
}

h1 {
  font-family: "tradegothiclt-light", sans-serif;
}

.featured-events h2 a, .news h2 a {
  color: #70569e !important;
  display: inline-block;
  line-height: 50px;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-family: "tradegothicltstd-extended", sans-serif;
  transition: color 100ms 0ms ease-in-out, box-shadow 100ms 0ms ease-in-out;
}
.featured-events h2 a:hover, .news h2 a:hover {
  color: #492365 !important;
}
.featured-events h3 a, .news h3 a {
  display: inline-block;
  transition: color 100ms 0ms ease-in-out, box-shadow 100ms 0ms ease-in-out;
  text-decoration: underline;
  text-decoration-skip: ink;
}
.featured-events .news-pic, .news .news-pic {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 5px 1px rgba(73, 35, 101, 0.5);
  margin-top: 8px;
}
.featured-events .news-title, .news .news-title {
  font-size: 18px;
}

/*  1023px and Below  */
@media only screen and (max-width: 64.063em) {
  .news img {
    display: none;
  }
  .admissions-feature .get-started img {
    padding: 20px 10px 0 0;
  }
}
/*  641px and Below  */
@media only screen and (max-width: 40.063em) {
  .featured-events h2 a, .news h2 a {
    font-size: 2rem;
  }
  .admissions-feature .get-started {
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 0px solid #aaa;
    text-align: center;
  }
  .admissions-feature .get-started img {
    padding: 0px;
    height: 80%;
  }
}
/*  321px and Below  */

/*# sourceMappingURL=wsu-home.css.map */
