@charset "UTF-8";
@font-face {
  font-family: honest-designer;
  src: url("https://www.weber.edu/wsuimages/coronavirus/fonts/honestscript-regular-webfont.woff2") format("woff2"), url("https://www.weber.edu/wsuimages/coronavirus/fonts/honestscript-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: praktika;
  src: url("https://www.weber.edu/wsuimages/coronavirus/fonts/praktika-extraboldcondensed-webfont.woff2") format("woff2"), url("https://www.weber.edu/wsuimages/coronavirus/fonts/praktika-extraboldcondensed-webfont.woff") format("woff");
}
.banner-home {
  position: relative;
  background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/coronavirus-home-moench-bandaid-2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: calc(100vw * (9 / 16));
  max-height: 500px;
  min-height: 300px;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner-home {
    background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/coronavirus-home-moench-bandaid-2x.jpg");
  }
}

.banner--mask-up {
  position: relative;
  background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/mask-up-banner-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: calc(100vw * (9 / 16));
  max-height: 700px;
  min-height: 400px;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--mask-up {
    background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/mask-up-banner-2x.jpg");
  }
}

.featured-content--mask-up {
  align-items: start;
}
@media only screen and (min-width: 768px) {
  .featured-content--mask-up {
    margin-left: 6vw;
  }
}
.featured-content--mask-up__title.title-override {
  font-family: "tradegothicltcom-bdcn20", sans-serif;
  line-height: 1em;
  padding-left: 10px;
}
@media only screen and (max-width: 480px) {
  .featured-content--mask-up__title.title-override {
    font-size: 2.7em;
  }
}
.featured-content--mask-up__title.title-override span.mask-up-mask {
  font-family: honest-designer, cursive;
  font-size: 1.7em;
}
@media only screen and (min-width: 768px) {
  .featured-content--mask-up__title.title-override span.mask-up-mask {
    font-size: 3em;
  }
}
.featured-content--mask-up__title.title-override span.mask-up-up {
  font-family: praktika, sans-serif;
  font-size: 3em;
}
@media only screen and (min-width: 768px) {
  .featured-content--mask-up__title.title-override span.mask-up-up {
    font-size: 5em;
    letter-spacing: -1px;
  }
}
.featured-content--mask-up__subtitle.title-override {
  max-width: 600px;
  font-family: "tradegothicltcom-bdcn20", sans-serif;
  text-align: left;
  line-height: 1em;
  font-size: 2em;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) {
  .featured-content--mask-up__subtitle.title-override {
    font-size: 3.5em;
    letter-spacing: -3px;
  }
}

.banner-face-coverings {
  background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/maskup-banner-1x.jpg");
  max-height: 500px;
  min-height: 300px;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner-face-coverings {
    background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/maskup-banner-2x.jpg");
  }
}

.banner-faculty-staff {
  background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/coronavirus-faculty-staff-banner-1x.jpg");
  max-height: 600px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner-faculty-staff {
    background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/coronavirus-faculty-staff-banner-2x.jpg");
  }
}

.banner-students {
  background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/coronavirus-student-banner-1x.jpg");
  max-height: 600px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner-students {
    background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/coronavirus-student-banner-2x.jpg");
  }
}

.banner-testing-safety {
  background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/testing-safety-banner-1x.jpg");
  max-height: 600px;
  min-height: 500px;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner-testing-safety {
    background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/testing-safety-banner-2x.jpg");
  }
}

.banner-vaccines {
  background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/coronavirus-vaccine-banner-1x.jpg");
  max-height: 600px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner-vaccines {
    background-image: url("https://www.weber.edu/wsuimages/coronavirus/images/coronavirus-vaccine-banner-2x.jpg");
  }
}

.page-title.title-override.title-override--full-left {
  margin: 0;
  text-align: left;
}

.dark-overlay-corona {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inherit;
  flex: inherit;
  justify-content: inherit;
}

.dark-overlay-mask {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inherit;
  flex: inherit;
  justify-content: inherit;
}

.main-content-corona {
  padding-bottom: 2em;
}

#date-holder {
  /*  text-align: right;
    @media only screen and (max-width: 700px) {
      text-align: left;
    }*/
}

.on-page-nav {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: 0;
}
.on-page-nav__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  font-size: 0.8em;
  border-right: 1px dotted #575047;
}
@media only screen and (max-width: 620px) {
  .on-page-nav__item {
    border-right: none;
    min-width: 160px;
  }
}
.on-page-nav__item:last-child {
  border-right: none;
}
.on-page-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1em;
  text-decoration: none !important;
  transition: transform 0.5s !important;
}
.on-page-nav__link:hover {
  background-color: #dddcda;
  transform: scale(1.1);
}
.on-page-nav__icon {
  display: block;
  height: 65px;
  width: 70px;
  margin-bottom: 10px;
}
.on-page-nav__link-name {
  color: #575047;
  font-family: "tradegothiclt", sans-serif !important;
  font-weight: bold;
}

#back-to-top-btn {
  display: inline-block;
  background-color: #8446ac;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}
#back-to-top-btn::after {
  font-family: FontAwesome, sans-serif !important;
  font-weight: 900;
  content: "" !important;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-to-top-btn:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top-btn:active {
  background-color: #555;
}
#back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

/****** Risk Table *******/
.table-wrapper {
  border: 1px solid black;
}
@media only screen and (max-width: 1023px) {
  .table-wrapper {
    border: none;
  }
}

.table-cell {
  padding: 1em;
}
.table-cell__header {
  text-align: center;
  font-family: "radegothicltcom-bd2", sans-serif;
  font-weight: bold;
  font-size: 1.3em;
}
.table-cell__header, .table-cell__main {
  border: 1px solid black;
}
.table-cell__main {
  overflow: auto;
}

.table-column {
  margin-bottom: 20px;
}

p.table-cell__header {
  margin-bottom: 0;
}

p.table-cell-high__header {
  background-color: #990000;
  color: #FFF;
}

p.table-cell-moderate__header {
  background-color: #DA7E1B;
  color: #FFF;
}

p.table-cell-low__header {
  background-color: #f1c232;
  color: #575047;
}

p.table-cell-normal__header {
  background-color: #76B25C;
  color: #575047;
}

/************ Guidelines Pages *************/
.side-nav-desktop {
  text-align: center;
  border-right: 1px solid #545047;
}

.subpage-title.title-override {
  margin-bottom: 30px;
  text-align: center;
}

.table-wrapper {
  border: none;
}

/***
CUSTOM HR
***/
.custom-hr {
  text-align: center;
}

.custom-hr img {
  width: 30px;
  position: relative;
  top: -35px;
}
