﻿/* Community & Global Engagement
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.landing {
  position: relative;
}
.landing__header {
  padding: 3rem 0 8rem;
  background-image: url("../images/campuses/background__topo-black--2.0.0.svg");
  background-size: 16rem;
  background-size: 1000px;
  background-position: 70vw 0;
  /*background-attachment: fixed;*/
  background-repeat: repeat-y;
  background-color: #F7F7F7;
}
@media screen and (min-width: 55em) {
  .landing__header {
    padding: 6rem 0 10rem;
  }
}
.landing__header p, .landing__header li {
  max-width: 50ch;
}
.landing__header-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 3rem;
}
@media screen and (min-width: 60em) {
  .landing__header-container {
    grid-template-columns: 3fr 2fr;
  }
}
.landing__heading {
  position: relative;
  isolation: isolate;
  grid-column: 1/-1;
  /*margin-bottom: 0;*/
  color: #002855;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 55em) {
  .landing__heading {
    font-size: 4.25rem;
  }
}
.landing__heading::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -4rem;
  z-index: -1;
  display: block;
  width: 5rem;
  height: 7rem;
  background-color: #EAAA00;
  transform: skew(-33.75deg);
}
.landing__header-text {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
}
@media screen and (min-width: 55em) {
  .landing__header-text {
    font-size: 1.75rem;
  }
}
.landing__header-figure {
  margin: 2.25rem 0 0;
}
@media (prefers-reduced-motion: no-preference) {
  .landing__header-figure {
    animation-name: featureZoomOut;
    animation-fill-mode: both;
    animation-delay: 0.2s;
    animation-duration: 1.2s;
    animation-play-state: running;
  }
}
.landing__video {
  padding: 4rem 0 10rem;
  color: white;
  background-image: url("../images/campuses/background__topo-white--2.0.0.svg");
  background-size: 16rem;
  background-size: 1000px;
  background-position: 70vw 0;
  background-repeat: repeat-y;
  background-color: #1C2B39;
}
.landing__video + .landing__video {
  background-color: #0062A3;
}
.landing__initiative-cards {
  padding-bottom: 8rem;
  /*background-color: $off-white;*/
}
.landing__initiatives-container {
  display: grid;
  grid-column-gap: 3rem;
}
@media screen and (min-width: 60em) {
  .landing__initiatives-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.landing__initiatives-container > :first-child {
  margin-top: -3rem;
}

.landing-initiative {
  font-size: 1.2rem;
  line-height: 1.5;
}
.landing-initiative:nth-child(2) {
  background-color: #F7F7F7;
}
.landing-initiative__actions {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 60em) {
  .landing-initiative__actions {
    padding-left: 0;
  }
  .landing-initiative__actions::before {
    content: "";
    position: absolute;
    bottom: 100%;
    display: block;
    width: 2rem;
    height: 5px;
    background-color: #EAAA00;
  }
}
.landing-initiative__actions li + li {
  margin-top: 0.5rem;
}
.landing-initiative__actions li::marker {
  color: #EAAA00;
}
.landing-initiative--featured {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 3rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 60em) {
  .landing-initiative--featured {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 6rem;
  }
}
.landing-initiative--featured.prepare .landing-initiative__figure {
  animation-name: simpleFade;
  animation-duration: 1.2s;
  animation-play-state: paused;
}
@media (prefers-reduced-motion: no-preference) {
  .landing-initiative--featured.prepare .landing-initiative__figure {
    animation-name: slideUp;
  }
}
.landing-initiative--featured.in-view .landing-initiative__figure {
  animation-play-state: running;
}
.landing-initiative--featured .landing-initiative__figure {
  margin: 1rem;
}
@media screen and (min-width: 60em) {
  .landing-initiative--featured .landing-initiative__figure {
    margin: -4rem 0 4rem;
  }
}
.landing-initiative--featured .landing-initiative__figcaption {
  padding: 1rem 0;
  background-color: transparent;
  box-shadow: none;
}
@media screen and (min-width: 60em) {
  .landing-initiative--featured .landing-initiative__figcaption {
    padding-left: 1rem;
  }
}
.landing-initiative--featured .landing-initiative__figcaption * {
  max-width: 65ch;
}
@media screen and (min-width: 60em) {
  .landing-initiative--featured .landing-initiative__figcaption * {
    margin: 0 0 0 auto;
  }
}
.landing-initiative--featured .landing-initiative__summary {
  padding: 0 1rem;
}
@media screen and (min-width: 60em) {
  .landing-initiative--featured .landing-initiative__summary {
    padding-right: 6rem;
  }
}
.landing-initiative--featured .landing-initiative__summary > * {
  max-width: 55ch;
}
.landing-initiative__heading {
  margin-top: 1.5rem;
  font-family: "IowanOldStyleW01-BlackI", "Times New Roman", Times, serif;
  font-weight: normal;
}
@media screen and (min-width: 60em) {
  .landing-initiative__heading {
    margin-top: 3rem;
  }
}
.landing-initiative__heading-link {
  line-height: 1.25;
  text-decoration-thickness: 0.25rem;
}
.landing-initiative__heading-link:link, .landing-initiative__heading-link:visited {
  color: currentColor;
  text-decoration-color: #9DDAE6;
}
.landing-initiative__heading-link:focus, .landing-initiative__heading-link:hover {
  color: currentColor;
  text-decoration-color: #EAAA00;
}
.landing-initiative__summary {
  padding-right: 6rem;
}

.initiative-video {
  display: grid;
  gap: 0 3rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 60em) {
  .initiative-video {
    grid-template-columns: 5fr 8fr;
  }
}
.initiative-video a:not([class]):link, .initiative-video a:not([class]):visited {
  color: #EAAA00;
}
.initiative-video a:not([class]):hover, .initiative-video a:not([class]):focus {
  color: white;
}
.initiative-video .lazy-video {
  border-top: 0;
  color: #2C2A29;
  background-color: transparent;
}
@media screen and (min-width: 60em) {
  .initiative-video .lazy-video {
    margin-top: -6rem;
  }
}
.initiative-video .lazy-video__details {
  padding-right: 0;
  padding-left: 0;
  color: white;
  background-color: transparent;
  box-shadow: none;
}
.initiative-video .lazy-video__title {
  font-size: 0.875rem;
}
.initiative-video .lazy-video__title::before {
  content: "Video: ";
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
}
.initiative-video .lazy-video__title cite {
  font-style: normal;
}
.initiative-video .lazy-video__duration {
  background-color: rgba(28, 43, 57, 0.5);
}
.initiative-video.prepare .lazy-video {
  animation-name: simpleFade;
  animation-duration: 1.2s;
  animation-play-state: paused;
}
@media (prefers-reduced-motion: no-preference) {
  .initiative-video.prepare .lazy-video {
    animation-name: slideUp;
  }
}
.initiative-video.in-view .lazy-video {
  animation-play-state: running;
}
.initiative-video__heading {
  grid-column: 1/-1;
  margin-top: 0;
  color: #EAAA00;
  line-height: 1.25;
  font-family: "IowanOldStyleW01-BlackI", "Times New Roman", Times, serif;
  font-weight: normal;
}
.initiative-video__heading-link {
  text-decoration-thickness: 0.25rem;
}
.initiative-video__heading-link:link, .initiative-video__heading-link:visited {
  color: #EAAA00;
  text-decoration-color: #9DDAE6;
}
.initiative-video__heading-link:focus, .initiative-video__heading-link:hover {
  color: #EAAA00;
  text-decoration-color: white;
}

.initiative-events__heading {
  margin-bottom: 1.5rem;
  color: white;
}
.initiative-events__more-link {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: #EAAA00;
  transition: all ease-in 0.1s;
}
.initiative-events__more-link::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0 0 0.25rem;
  border-style: solid;
  border-width: 0.125rem 0.125rem 0 0;
  border-color: currentColor;
  opacity: 0.5;
  transition: all ease-in 0.1s;
  transform: rotate(45deg);
}
.initiative-events__more-link:hover, .initiative-events__more-link:focus {
  color: white;
}
.initiative-events__more-link:hover::after, .initiative-events__more-link:focus::after {
  opacity: 1;
}

.initiative-event {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  grid-column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.initiative-event__date {
  align-self: start;
  display: flex;
  flex-direction: column;
  border: 1px solid #6E6259;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  background-color: rgba(28, 43, 57, 0.5);
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.initiative-event__date span {
  font-size: 2rem;
  line-height: 1;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}
.initiative-event__name {
  margin-top: 0;
}
.initiative-event__location {
  grid-column: 2/3;
  margin: 0;
}

.initiative-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 60em) {
  .initiative-card {
    margin-top: -3rem;
  }
}
.initiative-card__image {
  box-shadow: 0 1rem 2rem -0.75rem rgba(44, 42, 41, 0.2);
}
.initiative-card__name {
  margin-top: 0;
  font-size: 1.75rem;
  line-height: 1.25;
  font-family: "IowanOldStyleW01-BlackI", "Times New Roman", Times, serif;
  font-weight: normal;
}
.initiative-card__name-link {
  text-decoration-thickness: 0.25rem;
}
.initiative-card__name-link:link, .initiative-card__name-link:visited {
  color: currentColor;
  text-decoration-color: #9DDAE6;
}
.initiative-card__name-link:focus, .initiative-card__name-link:hover {
  color: #005EB8;
  color: currentColor;
  text-decoration-color: #EAAA00;
}
.initiative-card__text {
  font-size: 1.1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.initiative-card__text > * {
  max-width: 55ch;
}

.community {
  padding: 4rem 0 8rem;
  background-image: url("../images/campuses/background__topo-black--2.0.0.svg"), linear-gradient(to bottom, #ffcf51, #ffcf51);
  background-size: 1000px, 100%;
  background-position: 70vw 0, center;
  background-repeat: repeat-y, no-repeat;
  background-image: url("../images/campuses/background__topo-black--2.0.0.svg");
  background-size: 16rem;
  background-size: 1000px;
  background-position: 70vw 0;
  /*background-attachment: fixed;*/
  background-repeat: repeat-y;
  background-color: #F7F7F7;
}
.community__layout-container {
  display: grid;
  column-gap: 3rem;
  grid-template-columns: 5fr 3fr;
}
.community__heading {
  grid-column: 1/-1;
  color: #002855;
  /*font-size: 3.25rem;
  line-height: 1.25;
  font-family: $iowan-old-style-black-italic;
  font-weight: normal;*/
  font-size: 3.25rem;
  line-height: 1;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.community__content {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
}
.community__content b, .community__content strong {
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 55em) {
  .community__content {
    font-size: 1.75rem;
  }
}
.community__action-link {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  /*color: $wvu-yellow;*/
  transition: all ease-in 0.1s;
}
.community__action-link::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0 0 0.25rem;
  border-style: solid;
  border-width: 0.125rem 0.125rem 0 0;
  border-color: currentColor;
  opacity: 0.75;
  transition: all ease-in 0.1s;
  transform: rotate(45deg);
}
.community__action-link:hover::after, .community__action-link:focus::after {
  opacity: 1;
}

.community-map__state {
  fill: #1C2B39;
}
.community-map__location {
  fill: #EAAA00;
}

/*.hero {
	position: relative;

	min-height: 40em;
	margin: 0;

	&__image {
		position: absolute;
		top: 50%;
		left: 0;
		overflow: hidden;

		width: 100%;
		margin: 0;
		padding-bottom: 56.25%;

		transform: translateY(-50%);

		box-shadow: none;
	}

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	&__content {
		position: relative;

		display: grid;
		grid-template-columns: repeat(2, 1fr);
		border-top: 0;
		padding: 6rem 0;

		background-color: transparent;

		box-shadow: none;
	}

	&__text {
		position: relative;

		grid-column: 2 / 3;
		padding: 3rem;

		color: white;
		background-color: rgba(0, 0, 0, 0.7);

		font-family: $helvetica-neue-light;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	&__heading {
		position: relative;

		margin-top: 0;
		margin-bottom: 1rem;
		padding-top: 1.5rem;

		font-family: $helvetica-neue-black-condensed;
		font-size: 4rem;
		line-height: 0.8;
		font-weight: normal;
		text-transform: uppercase;

		&::before {
			content: '';

			position: absolute;
			top: 0;

			width: 7rem;
			height: 0.5rem;

			background-color: $wvu-gold;
		}
	}

	a:not([class]) {

		&:link, &:visited {
			color: $wvu-gold;
		}

		&:hover, &:focus {
			color: white;
		}
	}
}

.cge-feature {
	position: relative;

	display: grid;
	grid-template-columns: 6fr 5fr;

	&__figure {
		grid-column: 1 / -1;
		margin: 0;
		padding: 0;

		&::before {
			content: '';

            position: absolute;
			top: 0; 
			right: 0; 
			bottom: 0; 
			left: 0; 
			z-index: 1;

			background-image:
				radial-gradient(farthest-side at 90% 55%, rgba($wvu-neutral--off-white, 0.001), $wvu-neutral--off-white 131%),
				linear-gradient(to bottom, transparent, rgba($wvu-neutral--off-white, 0.001) 70%, $wvu-neutral--off-white);
			background-image:
				radial-gradient(farthest-side at 90% 55%, rgba(#000, 0.001), #000 131%),
				linear-gradient(to bottom, transparent, rgba(#000, 0.001) 70%, #000);

			opacity: 0.85;
		}
	}

	&__figcaption {
		position: relative;
		z-index: 2;
	}

	&__main {
		position: absolute;
		z-index: 2;

		grid-column: 2 / 3;

		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	&__h1 {
		color: white;

		font-size: 5rem;
		line-height: 1;
		font-family: $helvetica-neue-black-condensed;
		font-weight: normal;
		text-transform: uppercase;

		b {
			display: block;

			color: $wvu-gold;
		}
	}
}*/
