.main-content a, .main-content a:hover {
  color: #FFF;
}

.main-content a:hover {
  font-weight: bold;
}

/***
********************************************* HIDE / MODIFY CHROME
***/
#Body {
  position: initial;
  background-color: black !important;
  height: calc(var(--vh, 1vh) * 100) !important;
}
@media only screen and (max-width: 480px) {
  #Body {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.template-header {
  height: 70px;
  min-height: 0;
  padding: 1px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: none;
  display: block;
  background: url(/ui/images/site-manager-templates/blurry-lights-purple-background.jpg) left;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .template-header {
    height: 55px;
    min-height: 0;
  }
}

.primary-logo {
  max-height: 58px;
  padding: 0 15px;
}

/***
********************************************** SUB MENU
***/
.pursuit-submenu {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(73, 35, 101, 0.8);
  padding: 10px 0;
}
@media only screen and (max-width: 480px) {
  .pursuit-submenu {
    top: 55px;
  }
}
.pursuit-submenu__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-bottom: 0;
  margin-right: 1.2em;
}
.pursuit-submenu__menu__item {
  list-style-type: none;
  padding: 1px 15px;
  border: 1px solid #FFF;
  border-radius: 3px;
  margin-right: 1.2em;
}

/***
************************************************ PROGRESS BAR
***/
.progress-bar {
  position: fixed;
  z-index: 100;
  top: calc(70px + var(--submenu-height));
  left: 0;
  width: 0;
  height: 8px;
  background-color: #c1a2d5;
}
@media only screen and (max-width: 480px) {
  .progress-bar {
    top: calc(55px + var(--submenu-height));
  }
}
@media only screen and (max-width: 480px) {
  .progress-bar {
    height: 4px;
  }
}

/***
*************************************************** ARROWS
***/
.direction-arrow {
  position: absolute;
  color: #FFF;
  opacity: 0.6;
  font-size: 2em;
  z-index: 300;
  width: 50px;
}
@media only screen and (max-width: 801px) {
  .direction-arrow {
    width: 39px;
  }
}
.direction-arrow--left {
  left: 0;
  top: 50%;
  margin-left: 1%;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .direction-arrow--left {
    top: unset;
    bottom: 3%;
    margin-left: 12%;
  }
}
.direction-arrow--right {
  right: 0;
  top: 50%;
  margin-right: 1%;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .direction-arrow--right {
    top: unset;
    bottom: 3%;
    margin-right: 12%;
  }
}
.direction-arrow__link {
  display: block;
}
.direction-arrow__link svg {
  fill: #FFF;
}
.direction-arrow:hover {
  opacity: 1;
}

/***
************************************************** SCENES
***/
.scene {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: calc((var(--vh, 1vh) * 100) - 70px);
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /***********  scene layering  ************/
  z-index: -1;
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .scene {
    height: calc((var(--vh, 1vh) * 100) - 55px);
  }
}
@media only screen and (max-width: 480px) {
  .scene {
    top: 55px;
  }
}
.scene-home {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 31% center;
  z-index: 1;
  opacity: 1;
}
.scene-pre-vid {
  background-position: 91% center;
}
@media only screen and (min-width: 1025px) {
  .scene-pre-vid {
    background-position: left center;
  }
}
.scene-pre-vid.load-next-background {
  background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/antelope-help-new-1x.jpg");
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .scene-pre-vid.load-next-background {
    background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/antelope-help-new-2x.jpg");
  }
}
.scene-pre-vid .dark-overlay .content-block {
  display: flex;
  flex-direction: column;
}
.scene-pre-vid .dark-overlay .content-block__text {
  margin-bottom: 0;
}
.scene-video-reveal.load-next-background {
  background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/dance-1x.jpg");
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .scene-video-reveal.load-next-background {
    background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/dance-2x.jpg");
  }
}
.scene-badges-1.load-next-background {
  background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/mountain-background-1x.jpg");
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .scene-badges-1.load-next-background {
    background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/mountain-background-2x.jpg");
  }
}
.scene-prettier.load-next-background {
  background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/campus-snow-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 43% center;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .scene-prettier.load-next-background {
    background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/campus-snow-2x.jpg");
  }
}
.scene-action.load-next-background {
  background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/aerospace-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 26% center;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .scene-action.load-next-background {
    background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/aerospace-2x.jpg");
  }
}
.scene-badges-2.load-next-background {
  background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/mountain-background-1x.jpg");
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .scene-badges-2.load-next-background {
    background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/mountain-background-2x.jpg");
  }
}
.scene-connections.load-next-background {
  background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/piano-still-1x.jpg");
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .scene-connections.load-next-background {
    background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/piano-still-2x.jpg");
  }
}
.scene-shouting.load-next-background {
  background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/lastimage-1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 58% center;
}
@media only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .scene-shouting.load-next-background {
    background-image: url("https://apps.weber.edu/wsuimages/davidbrogan/portfolio/pursuit-campaign/backgrounds/tablet-desktop/lastimage-2x.jpg");
  }
}

/***
******************************************************** SCENE CONTENT
***/
.dark-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: calc((var(--vh, 1vh) * 100) - 70px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .dark-overlay {
    height: calc((var(--vh, 1vh) * 100) - 55px);
    padding-top: 4vh;
  }
}

.content-badges {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 9vh;
}

.pursuit-badge {
  width: 40vw;
  max-width: 340px;
  opacity: 0;
  /*@media only screen and (max-width: 801px) {
  max-width: 300px;
   }*/
}
@media only screen and (max-width: 480px) {
  .pursuit-badge {
    max-width: 200px;
  }
}

.content-block {
  padding: 3%;
  width: 95%;
  min-width: 280px;
  opacity: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1500px) {
  .content-block {
    width: 72%;
  }
}
.content-block__text {
  opacity: 0;
  color: #FFF;
  margin-bottom: 30px;
  text-align: center;
  max-width: 800px;
  padding: 1em 3em;
}
.content-block__video-link, .content-block__video-link:visited {
  color: #FFF;
  font-size: 13em;
  text-decoration: none;
  align-self: center;
  height: 213px;
}
@media only screen and (max-width: 640px) {
  .content-block__video-link, .content-block__video-link:visited {
    font-size: 9em;
  }
}
.content-block__video-link:hover {
  color: #492365;
}

.content-block--original {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3%;
  width: 95%;
  min-width: 320px;
  text-align: center;
  opacity: 0;
}
@media only screen and (min-width: 1500px) {
  .content-block--original {
    width: 72%;
  }
}
.content-block--original__text {
  color: #FFF;
  margin-bottom: 30px;
  max-width: 800px;
}
@media only screen and (max-width: 640px) {
  .content-block--original__text {
    margin-bottom: 0;
  }
}

/*****
************************************************ QUOTES
****/
.quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.quote__second-line {
  opacity: 0;
}
.quote__second-line--home {
  opacity: 1;
}
.quote__attribution {
  opacity: 0;
}
.quote__attribution--home {
  opacity: 1;
}
.quote__attribution--knockout {
  opacity: 1;
}
.quote__attribution--knockout--home {
  opacity: 1;
}

/****
********************************************* ANIMATIONS
****/
@keyframes second-line-animation {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes first-line-animation {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.first-line-animation {
  animation-name: first-line-animation;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.27, 0.48, 0.28, 0.9);
}

.second-line-animation {
  opacity: 1;
  transition: opacity 1.5s ease-in 2.5s;
  animation-name: second-line-animation;
  animation-duration: 8s;
  animation-timing-function: cubic-bezier(0.27, 0.48, 0.28, 0.9);
  animation-delay: 2.5s;
}

.second-line-animation-no-delay {
  opacity: 1;
  transition: opacity 1.5s ease-in 0s;
  animation-name: second-line-animation;
  animation-duration: 8s;
  animation-timing-function: cubic-bezier(0.27, 0.48, 0.28, 0.9);
  animation-delay: 0s;
}

.single-line-quote-animation {
  animation-name: first-line-animation;
  animation-duration: 8s;
  animation-timing-function: cubic-bezier(0.27, 0.48, 0.28, 0.9);
}

/***
************************************************ BUTTONS
***/
.button-block {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.button-block__button-begin {
  border-radius: 5px;
  padding: 0.85em 1.5em !important;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 801px) {
  .button-block__button-begin {
    margin-top: 10px;
  }
}
.button-block__button-begin__arrow {
  margin-left: 10px;
}

a.content-block--original__button-link {
  display: inline-block;
  border: 3px solid #FFF;
  border-radius: 10px;
  padding: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
a.content-block--original__button-link:visited {
  color: #FFF;
  text-decoration: none;
}
a.content-block--original__button-link:hover {
  color: #FFF;
  background-color: #492365;
  border-color: #492365;
}

/***
**************************************************** VIDEO
***/
/**********  variables for responsive video widths  *******/
/**********  hide youtube video chrome  **********/
.ytp-chrome-top {
  display: none;
}

/************  video embed modal with responsive video container  *************/
.scene-vid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  height: calc(100vh - 70px);
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 350;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.scene-vid__content-block {
  text-align: center;
}
.scene-vid__content-block__close-btn {
  font-size: calc(2em + 3vw);
  color: #FFF;
}
.scene-vid__content-block__close-btn:hover, .scene-vid__content-block__close-btn:focus {
  color: #8446ac;
  cursor: pointer;
}
.scene-vid__content-block__video-container iframe {
  width: 85vw;
  height: calc(85vw * (9 / 21));
}
@media only screen and (max-width: 800px) {
  .scene-vid__content-block__video-container iframe {
    width: 80vw;
    height: calc(80vw * (9 / 21));
  }
}
@media only screen and (max-width: 640px) {
  .scene-vid__content-block__video-container iframe {
    width: 90vw;
    height: calc(90vw * (9 / 21));
  }
}
