  @charset "UTF-8";
/* Utilities **/
/** Global CSS **/
/** mods to base code or main.css ***/
/** Modules **/
.banner--sp {
  padding: 4vw;
}
.banner--sp-subpage {
  min-height: 400px;
}
.banner--sp__content-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.regular-article__image.float-right {
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  .regular-article__image.float-right {
    margin-left: 0;
  }
}

.task-force-title__icon {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 50%;
  background-color: #492365;
}

ul.column-list {
  margin-bottom: 0;
}

/* Back To Top ****/
#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;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  transition: all 0.5s;
}

#back-to-top-btn::after {
  content: "»" !important;
  font-style: normal;
  font-size: 4em;
  line-height: 50px;
  color: #fff;
}

#back-to-top-btn:hover {
  cursor: pointer;
  background-color: #492365;
}

#back-to-top-btn:active {
  background-color: #492365;
}

#back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.rotate-btn {
  transform: rotate(-90deg);
}

/*** Pages ***/
/* Utilities **/
/** Global CSS **/
/** mods to base code or main.css ***/
/** Modules **/
.banner--sp {
  padding: 4vw;
}

.banner--sp-subpage {
  min-height: 400px;
}

.banner--sp__content-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.regular-article__image.float-right {
  margin-left: 30px;
}

@media only screen and (max-width: 480px) {
  .regular-article__image.float-right {
    margin-left: 0;
  }
}
.task-force-title__icon {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 50%;
  background-color: #492365;
}

ul.column-list {
  margin-bottom: 0;
}

/* Back To Top ****/
#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;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  transition: all 0.5s;
}

#back-to-top-btn::after {
  content: "»" !important;
  font-style: normal;
  font-size: 4em;
  line-height: 50px;
  color: #fff;
}

#back-to-top-btn:hover {
  cursor: pointer;
  background-color: #492365;
}

#back-to-top-btn:active {
  background-color: #492365;
}

#back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.rotate-btn {
  transform: rotate(-90deg);
}

/*** Pages ***/
/*body {
  cursor: url("https://www.weber.edu/wsuimages/davidbrogan/graphics/frad-cursor-pointer-32.png"), auto;
}*/
.banner--sp-home2 {
  background: black;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
  justify-content: center;
  align-items: center;
  border-bottom: 30px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(270deg, #7f56c5 0%, #492365 100%);
}

@media only screen and (max-width: 1023px) {
  .banner--sp-home2 {
    background: white;
  }
}
.banner-halves__half {
  display: flex;
  justify-content: center;
}

.banner-halves__half--left {
  margin-right: 5em;
}

.grad-image {
  max-width: 500px;
}

.sp-logo {
  width: 400px;
}

@media only screen and (max-width: 1023px) {
  .banner-halves__half {
    width: 100%;
  }

  .banner-halves__half--left {
    margin-right: 0;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  }

  .banner-halves__half--left .responsive-image {
    width: 100%;
  }

  .sp-logo {
    position: relative;
    top: -127px;
    width: 65%;
    min-width: 275px;
  }

  .grad-image {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-logo {
    top: calc(-12px - 14vw);
  }
}
.title-block-sp {
  max-width: none;
  min-width: 50%;
  padding: 1em 5em;
  background-color: rgba(73, 35, 101, 0.8);
}

.title-block-sp__image {
  width: 312px;
}

.title-block-sp__title {
  text-transform: uppercase;
}

.home-intro {
  display: flex;
  align-items: center;
}

.values-content {
  margin-bottom: 1em;
}

.values-content__text {
  padding-top: 1.5em;
}

.task-force-title__icon.committee-icon {
  width: 60px;
}

.banner--sp-committees {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/homecoming-fans-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-committees {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/homecoming-fans-2x.jpg");
  }
}
.task-force-title__icon.goal-icon {
  width: 90px;
}

.banner--sp-goals {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/placing-sash-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-goals {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/placing-sash-2x.jpg");
  }
}
/** GOALS GRID */
.goals {
  display: initial;
  font-size: 1.1rem;
  grid-template-columns: 22rem 1fr;
  grid-template-areas: "nav content";
  margin: 0 auto;
  column-gap: 35px;
}

@media only screen and (min-width: 768px) {
  .goals {
    display: grid;
  }
}
.goals__nav {
  grid-area: nav;
  background-color: #efefef;
  padding: 1em 2em;
  margin-bottom: 40px;
}

.goals__nav__title {
  font-family: "tradegothiclt-bold", sans-serif;
  font-size: 1.5em;
}

.goals__menu {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  list-style: none;
}

.goals__menu > li {
  position: relative;
  margin: 5px 0;
  background-color: #efefef;
  transition: background-color 0.15s ease;
}

.goals__menu > li:hover {
  background-color: #492365;
}

.goals__menu > li > a {
  text-decoration: none !important;
  padding: 0.5rem;
  display: block;
  width: 100%;
  height: 100%;
  transition: color 0.15s ease;
}

.goals__menu > li > a:hover {
  color: #FFF !important;
}

.goals__content {
  grid-area: content;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .goals__content {
    margin: 0 auto;
  }
}
.banner--sp-peers {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/light-up-davis-front-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-peers {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/light-up-davis-front-2x.jpg");
  }
}
.banner--sp-process {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/diversity-office-banner-home-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-process {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/diversity-office-banner-home-2x.jpg");
  }
}
/***IMAGE BUTTONS***/
main .row.flex-centered, main .row.flex-centered .flex-grid {
  justify-content: center;
}

.image-button {
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.image-button__link {
  display: flex;
  position: relative;
  z-index: 1;
  color: #FFF !important;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: "tradegothiclt-bold", sans-serif;
  font-size: 1.3em;
  transition: all 0.3s !important;
}

.image-button__link--about {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/images/campus-img-btn-1x.jpg");
}

.image-button__link:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  transition: all 0.3s;
  background-color: rgba(73, 35, 101, 0.6);
}

.image-button__link:hover {
  transform: scale(1.05);
}

.image-button__link:hover:before {
  background-color: rgba(132, 70, 172, 0.6);
}

.banner--sp-welcome {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/snowy-sunrise-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-welcome {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/snowy-sunrise-2x.jpg");
  }
}
.pres-sig {
  width: 239px;
}

.pres-img {
  max-width: 330px;
  margin-bottom: 20px;
}

/* Custom Typography ***/
@font-face {
  font-family: "honest-designer";
  src: local("honest-designer");
  src: url("https://www.weber.edu/wsuimages/ever-upward/fonts/honestscript-regular-webfont.woff2") format("woff2"), url("https://www.weber.edu/wsuimages/ever-upward/fonts/honestscript-regular-webfont.woff") format("woff");
  /* Modern Browsers */
  unicode-range: U+0020-007E;
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
.task-force-title__icon.committee-icon {
  width: 60px;
}

.banner--sp-committees {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/homecoming-fans-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-committees {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/homecoming-fans-2x.jpg");
  }
}

.task-force-title__icon.goal-icon {
  width: 90px;
}

.banner--sp-goals {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/placing-sash-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-goals {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/placing-sash-2x.jpg");
  }
}

/** GOALS GRID */
.goals {
  display: initial;
  font-size: 1.1rem;
  grid-template-columns: 22rem 1fr;
  grid-template-areas: "nav content";
  margin: 0 auto;
  column-gap: 35px;
}
@media only screen and (min-width: 768px) {
  .goals {
    display: grid;
  }
}
.goals__nav {
  grid-area: nav;
  background-color: #efefef;
  padding: 1em 2em;
  margin-bottom: 40px;
}
.goals__nav__title {
  font-family: "tradegothiclt-bold", sans-serif;
  font-size: 1.5em;
}
.goals__menu {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  list-style: none;
}
.goals__menu > li {
  position: relative;
  margin: 5px 0;
  background-color: #efefef;
  transition: background-color 0.15s ease;
}
.goals__menu > li:hover {
  background-color: #492365;
}
.goals__menu > li > a {
  text-decoration: none !important;
  padding: 0.5rem;
  display: block;
  width: 100%;
  height: 100%;
  transition: color 0.15s ease;
}
.goals__menu > li > a:hover {
  color: #FFF !important;
}
.goals__content {
  grid-area: content;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .goals__content {
    margin: 0 auto;
  }
}

.banner--sp-peers {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/light-up-davis-front-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-peers {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/light-up-davis-front-2x.jpg");
  }
}

.banner--sp-process {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/diversity-office-banner-home-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-process {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/diversity-office-banner-home-2x.jpg");
  }
}

/***IMAGE BUTTONS***/
main .row.flex-centered, main .row.flex-centered .flex-grid {
  justify-content: center;
}

.image-button {
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.image-button__link {
  display: flex;
  position: relative;
  z-index: 1;
  color: #FFF !important;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: "tradegothiclt-bold", sans-serif;
  font-size: 1.3em;
  transition: all 0.3s !important;
}

.image-button__link--about {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/images/campus-img-btn-1x.jpg");
}

.image-button__link:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  transition: all 0.3s;
  background-color: rgba(73, 35, 101, 0.6);
}

.image-button__link:hover {
  transform: scale(1.05);
}

.image-button__link:hover:before {
  background-color: rgba(132, 70, 172, 0.6);
}

.banner--sp-welcome {
  background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/snowy-sunrise-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .banner--sp-welcome {
    background-image: url("https://www.weber.edu/wsuimages/strategic-plan/banners/snowy-sunrise-2x.jpg");
  }
}

.pres-sig {
  width: 239px;
}

.pres-img {
  max-width: 330px;
  margin-bottom: 20px;
}

/* Custom Typography ***/
@font-face {
  font-family: "honest-designer";
  src: local("honest-designer");
  src: url("https://www.weber.edu/wsuimages/ever-upward/fonts/honestscript-regular-webfont.woff2") format("woff2"), url("https://www.weber.edu/wsuimages/ever-upward/fonts/honestscript-regular-webfont.woff") format("woff");
  /* Modern Browsers */
  unicode-range: U+0020-007E;
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
