﻿@charset "UTF-8";
/* WVU Brand Colors
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Primary Palette */
/* Neutral Palette */
/* Accent Palette */
/* Social Media Colors */
/* WVU Brand Typefaces
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Iowan Old Style */
/* Helvetica Neue */
/* Sans-serif (Helvatica/Arial) */
/* WVU Masthead
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* WVU footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*$wvu-masthead-mq: 53.75em;*/
/* 860 */
/* 960 */
/*$wvu-footer-mq: 50em;*/
/* Mixins
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Keyframes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/**/
@keyframes reveal-right {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); } }

/**/
@keyframes scale-line-up {
  0% {
    transform: translate3d(0, 0, 0) scaleY(0);
    transform-origin: bottom center; }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    transform-origin: bottom center; } }

@keyframes scale-line-down {
  0% {
    transform: translate3d(0, 0, 0) scaleY(0);
    transform-origin: top center; }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    transform-origin: top center; } }

@keyframes scale-line-right {
  0% {
    transform: translate3d(0, 0, 0) scaleX(0);
    transform-origin: center left; }
  100% {
    transform: translate3d(0, 0, 0) scaleX(1);
    transform-origin: center left; } }

@keyframes scale-line-left {
  0% {
    transform: translate3d(0, 0, 0) scaleX(0);
    transform-origin: center right; }
  100% {
    transform: translate3d(0, 0, 0) scaleX(1);
    transform-origin: center right; } }

/**/
@keyframes scale-line-inout-right {
  0% {
    transform: translate3d(0, 0, 0) scaleX(0);
    transform-origin: center left; }
  49% {
    transform: translate3d(0, 0, 0) scaleX(1);
    transform-origin: center left; }
  51% {
    transform: translate3d(0, 0, 0) scaleX(1);
    transform-origin: center right; }
  100% {
    transform: translate3d(0, 0, 0) scaleX(0);
    transform-origin: center right; } }

/**/
@keyframes scale-line-inout-left {
  0% {
    transform: translate3d(0, 0, 0) scaleX(0);
    transform-origin: center right; }
  49% {
    transform: translate3d(0, 0, 0) scaleX(1);
    transform-origin: center right; }
  51% {
    transform: translate3d(0, 0, 0) scaleX(1);
    transform-origin: center left; }
  100% {
    transform: translate3d(0, 0, 0) scaleX(0);
    transform-origin: center left; } }

/**/
@keyframes visibility-in {
  0% {
    visibility: hidden; }
  49% {
    visibility: hidden; }
  51% {
    visibility: visible; }
  100% {
    visibility: visible; } }

/**/
@keyframes visibility-out {
  0% {
    visibility: visible; }
  49% {
    visibility: visible; }
  51% {
    visibility: hidden; }
  100% {
    visibility: hidden; } }

/**/
@keyframes long-entry-up {
  0% {
    opacity: 0;
    transform: translateY(4rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/**/
/* smooth-entry
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes smooth-entry-up {
  0% {
    opacity: 0;
    /*transform: translateY(1rem);*/
    transform: translateY(2rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes smooth-entry-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes smooth-entry-right {
  0% {
    opacity: 0;
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes smooth-entry-left {
  0% {
    opacity: 0;
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* smooth-exit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes smooth-exit-up {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-1rem); } }

@keyframes smooth-exit-down {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(1rem); } }

@keyframes smooth-exit-right {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(1rem); } }

@keyframes smooth-exit-left {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-1rem); } }

/* fade
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* scale
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes scale-in {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

/*@keyframes scale-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}*/
/* scale-fade
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes scale-fade-in {
  0% {
    opacity: 0;
    transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes scale-fade-out {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1.05); } }

/* scale-fade
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes blur-in {
  0% {
    /*display: none;*/
    transform: scale(1.5);
    filter: blur(12rem); }
  100% {
    /*display: block;*/
    transform: scale(1.25);
    filter: blur(0); } }

@keyframes blur-out {
  0% {
    transform: scale(1.25);
    filter: blur(0); }
  100% {
    transform: scale(1.5);
    filter: blur(2rem); } }

/* scale-down
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes scale-down {
  0% {
    transform: scale(2); }
  100% {
    transform: scale(1.15); } }

/* scale-up
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes scale-up {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 100%; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: none; }

a:focus,
button:focus,
input:focus {
  outline: 0.125rem dashed #002855;
  outline-offset: .25rem; }
  a:focus:hover,
  button:focus:hover,
  input:focus:hover {
    outline: none; }
  .section-dark a:focus, .section-dark
  button:focus, .section-dark
  input:focus {
    outline-color: white; }

a {
  color: #005EB8;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  transition-property: color, background-color;
  transition-duration: .25s; }
  a:hover, a:focus {
    color: #ce500d; }

h1 {
  font-weight: normal; }

h2 {
  margin-top: 1.5em;
  margin-bottom: 0;
  color: #296c72;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.1; }
  @media screen and (min-width: 30em) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.2; }

h4, .directory-card__name, .glossary__term, .book__title {
  margin-top: 1.5em;
  margin-bottom: 0;
  color: #CD4C08;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.1; }

p, .glossary__definition {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5; }
  @media screen and (min-width: 48em) {
    p, .glossary__definition {
      font-size: 1.5rem;
      line-height: 1.4; } }
  p:last-child, .glossary__definition:last-child {
    margin-bottom: 0; }

b, strong {
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-weight: normal; }

figure {
  margin: 0; }

blockquote {
  margin: 4rem 0; }
  blockquote, blockquote p, blockquote .glossary__definition {
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.75rem;
    line-height: 1.25; }
  blockquote p, blockquote .glossary__definition {
    margin-top: 0; }

/* Utilities
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.visually-hidden, .directory-card__name-suffix-separator, .directory-card__organization-unit, .directory-card__organization-name {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap; }

.inline-list, .directory-card .directory-card__actions {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none; }

/* WVU Masthead
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Scss dependencies:
1. _settings.variables.scss
2. _tools.flexbox.scss */
.wvu-masthead {
  --wvu-masthead-mq: 60em;
  position: relative;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
  .wvu-masthead a, .wvu-masthead button {
    transition-property: background-color, color;
    transition-duration: .25s; }
  .wvu-masthead a:focus, .wvu-masthead button:focus, .wvu-masthead input:focus {
    outline: 0.125rem dashed #EAAA00;
    outline-offset: .25rem; }
    .wvu-masthead a:focus:hover, .wvu-masthead button:focus:hover, .wvu-masthead input:focus:hover {
      outline: none; }
  .wvu-masthead__skip-nav {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    white-space: nowrap; }
    .wvu-masthead__skip-nav:focus {
      clip: unset;
      left: 0;
      top: .5rem;
      left: .5rem;
      padding: 1em;
      height: auto;
      width: auto;
      overflow: auto;
      z-index: 10000;
      background-color: #EAAA00;
      border-radius: .125rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.4);
      color: #002855;
      font-weight: bold;
      outline-offset: -2px;
      white-space: normal; }
  .wvu-masthead-header {
    background-color: #002855;
    font-size: .75rem; }
    .wvu-masthead-header__layout {
      max-width: calc(90rem + 2rem);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__layout {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          padding-top: 1rem;
          padding-bottom: 1rem; } }
    .wvu-masthead-header__brand {
      display: block;
      margin-top: 0;
      margin-bottom: 0;
      padding: 1rem;
      color: white;
      font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
      font-size: .875rem;
      line-height: normal;
      font-weight: normal;
      text-transform: uppercase; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__brand {
          font-size: 1rem; } }
      .wvu-masthead-header__brand[href] {
        text-decoration: none; }
        .wvu-masthead-header__brand[href]:hover, .wvu-masthead-header__brand[href]:focus {
          color: white; }
        .wvu-masthead-header__brand[href]:focus {
          outline-offset: -.125rem; }
    .wvu-masthead-header__logo {
      display: block;
      width: 16.875rem;
      height: 2.5rem; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__logo {
          width: 20rem;
          height: 3rem; } }
    img.wvu-masthead-header__logo {
      width: 100%;
      height: auto;
      max-width: 20rem; }
    .wvu-masthead-header__sub-brand {
      display: block;
      margin-top: -.375rem;
      padding-left: 3rem; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__sub-brand {
          padding-left: 3.625rem; } }
    .wvu-masthead-header__actions {
      -webkit-flex-basis: 20.75rem;
      -moz-flex-basis: 20.75rem;
      -ms-flex-preferred-size: 20.75rem;
      flex-basis: 20.75rem;
      visibility: hidden;
      max-height: 0;
      padding: 0;
      background-color: #2C2A29;
      font-size: .75rem;
      overflow: hidden;
      transition: none; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__actions {
          visibility: visible;
          max-height: none;
          padding: 1rem;
          background-color: transparent; } }
      .wvu-masthead-header__actions.is-open {
        visibility: visible;
        max-height: 100vh;
        transition-property: max-height, visibility;
        transition-duration: .6s; }
    .wvu-masthead-header__nav {
      display: none; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__nav {
          display: block; } }
      .wvu-masthead-header__nav-items {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
        font-size: .75rem; }
      .wvu-masthead-header__nav-item {
        display: inline-block;
        line-height: 1; }
        .wvu-masthead-header__nav-item:last-child a {
          margin-right: 0; }
      .wvu-masthead-header__nav a {
        display: block;
        margin-right: .375rem;
        color: white;
        text-decoration: underline; }
        .wvu-masthead-header__nav a:hover, .wvu-masthead-header__nav a:focus {
          color: #EAAA00; }
    .wvu-masthead-header__nav + .wvu-masthead-header__search {
      margin-top: .375rem; }
    .wvu-masthead-header__search-form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      border-radius: .125rem;
      background-color: white;
      color: #002855;
      margin: 1rem; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__search-form {
          margin: 0; } }
    .wvu-masthead-header__search-label {
      display: block;
      /* This helps this element horizontally fill the remaining space in IE 10. */
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .wvu-masthead-header__search-label-text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .wvu-masthead-header__search-query {
      width: 100%;
      margin: 0;
      padding: .5rem;
      border: none;
      border: .125rem dashed white;
      border-top-left-radius: .125rem;
      border-bottom-left-radius: .125rem;
      font-size: .75rem; }
      .wvu-masthead-header__search-query[type="search"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        box-sizing: border-box; }
    .wvu-masthead-header__search-button {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 2.1875rem;
      -moz-box-flex: 0;
      -moz-flex: 0 0 2.1875rem;
      -ms-flex: 0 0 2.1875rem;
      flex: 0 0 2.1875rem;
      background-color: white;
      border-top-right-radius: .125rem;
      border-bottom-right-radius: .125rem;
      border: none;
      border-left: 0.0625rem solid #c2cbd6;
      transition-property: background-color, border-right-color;
      transition-duration: .15s; }
      .wvu-masthead-header__search-button:hover, .wvu-masthead-header__search-button:focus {
        background-color: #EAAA00;
        border-left-color: #cb9400;
        transition-property: background-color, border-left-color;
        transition-duration: .25s; }
      .wvu-masthead-header__search-button-icon {
        vertical-align: middle;
        fill: currentColor; }

/* WVU Masthead Controls
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Scss dependencies:
1. _settings.variables.scss
2. _tools.flexbox.scss */
.wvu-masthead-controls {
  display: none; }
  .js .wvu-masthead-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-color: #242222; }
    @media screen and (min-width: 60em) {
      .js .wvu-masthead-controls {
        display: none; } }
  .wvu-masthead-controls__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 3.125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    line-height: 3.125rem;
    text-decoration: none; }
    .wvu-masthead-controls__button:hover, .wvu-masthead-controls__button:focus {
      background-color: #333F48; }
    .wvu-masthead-controls__button:focus {
      outline-color: white !important;
      outline-offset: -.125rem !important; }
    .wvu-masthead-controls__button[aria-expanded="true"] {
      background-color: #2C2A29; }
  .wvu-masthead-controls__label {
    pointer-events: none; }
  .wvu-masthead-controls__search-icon, .wvu-masthead-controls__menu-icon {
    box-sizing: content-box;
    transform: translateY(-0.125rem);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: .25rem;
    pointer-events: none; }
  .wvu-masthead-controls__search-icon {
    width: 1rem;
    height: 1rem; }
    .wvu-masthead-controls__search-icon-open, .wvu-masthead-controls__search-icon-close {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      opacity: 0;
      fill: currentColor;
      transition-property: opacity, transform, visibility; }
    .wvu-masthead-controls__search-icon-open {
      transform: scale(2.5);
      transition-duration: .15s; }
      [aria-expanded="false"] .wvu-masthead-controls__search-icon-open {
        transform: scale(1);
        visibility: visible;
        opacity: 1;
        transition-duration: .25s; }
    .wvu-masthead-controls__search-icon-close {
      top: -.25rem;
      left: -.25rem;
      stroke-width: 1;
      stroke: currentColor;
      transform: translate(0, 0) scale(0);
      transition-duration: .15s; }
      [aria-expanded="true"] .wvu-masthead-controls__search-icon-close {
        transform: translate(0.25rem, 0.25rem) scale(1);
        visibility: visible;
        opacity: 1;
        transition-duration: .25s; }
  .wvu-masthead-controls__menu-icon {
    width: 1.25rem;
    height: .1875rem;
    background-color: currentColor;
    background-clip: content-box;
    border: none;
    line-height: 0;
    transition-property: background-color;
    transition-duration: .25s; }
    [aria-expanded="true"] .wvu-masthead-controls__menu-icon {
      background-color: transparent; }
    .wvu-masthead-controls__menu-icon::before, .wvu-masthead-controls__menu-icon::after {
      content: "";
      position: absolute;
      display: block;
      width: 1.25rem;
      height: 0.1875rem;
      transform: rotate(0deg);
      background-color: currentColor;
      opacity: 1;
      transition-property: top, transform, opacity, background-color;
      transition-duration: .25s; }
    .wvu-masthead-controls__menu-icon::before {
      top: -.5rem; }
      [aria-expanded="true"] .wvu-masthead-controls__menu-icon::before {
        top: 0;
        transform: rotate(-45deg); }
    .wvu-masthead-controls__menu-icon::after {
      top: .5rem; }
      [aria-expanded="true"] .wvu-masthead-controls__menu-icon::after {
        top: 0;
        transform: rotate(45deg); }

/* WVU Masthead Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Scss dependencies:
1. _settings.variables.scss
2. _tools.flexbox.scss */
.wvu-masthead-nav {
  visibility: hidden;
  max-height: 0;
  background-color: #2C2A29;
  overflow: hidden; }
  @media screen and (min-width: 60em) {
    .wvu-masthead-nav {
      visibility: visible;
      max-height: none;
      transition: none; } }
  .wvu-masthead-nav.is-open {
    visibility: visible;
    max-height: 100vh;
    transition-property: max-height, visibility;
    transition-duration: .6s; }
  .wvu-masthead-nav__layout {
    max-width: calc(90rem + 2rem);
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 60em) {
      .wvu-masthead-nav__layout {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; } }
  .wvu-masthead-nav__items {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
    list-style-type: none;
    font-size: .75rem; }
    @media screen and (min-width: 60em) {
      .wvu-masthead-nav__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0; } }
    .wvu-masthead-nav__items + .wvu-masthead-nav__items {
      border-top: 0.0625rem solid #373433; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-nav__items + .wvu-masthead-nav__items {
          border-top: none; } }
    .wvu-masthead-nav__items--primary {
      font-size: 1rem; }
    .wvu-masthead-nav__items--secondary {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      font-size: 1rem; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-nav__items--secondary {
          margin-left: 2rem; } }
    @media screen and (min-width: 60em) {
      .wvu-masthead-nav__items--tertiary {
        display: none; } }
  .wvu-masthead-nav__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media screen and (min-width: 60em) {
      .wvu-masthead-nav__item--cta {
        margin-top: .5rem;
        margin-bottom: .5rem;
        margin-right: 1rem; } }
  .wvu-masthead-nav a {
    display: block;
    padding: .5rem 1rem;
    color: white;
    line-height: 1.4;
    text-decoration: none; }
    @media screen and (min-width: 60em) {
      .wvu-masthead-nav a {
        padding: 1rem; } }
    .wvu-masthead-nav a:hover, .wvu-masthead-nav a:focus {
      background-color: #4c4a49;
      color: white; }
    .wvu-masthead-nav a:focus {
      outline-color: white;
      outline-offset: -.125rem; }
  .wvu-masthead-nav__item.is-current a {
    background-color: #333F48; }
    .wvu-masthead-nav__item.is-current a:hover, .wvu-masthead-nav__item.is-current a:focus {
      background-color: #4c4a49; }
  @media screen and (min-width: 60em) {
    .wvu-masthead-nav__item--cta a {
      padding: .5rem 1rem;
      border-radius: .125rem;
      font-weight: bold;
      background-color: #005EB8; }
      .wvu-masthead-nav__item--cta a:hover, .wvu-masthead-nav__item--cta a:focus {
        background-color: #006ed7; }
      .wvu-masthead-nav__item--cta a:focus {
        outline-offset: .25rem; } }
  @media screen and (min-width: 60em) {
    .wvu-masthead-nav__item--give a {
      background-color: #EAAA00;
      color: #002855; }
      .wvu-masthead-nav__item--give a:hover, .wvu-masthead-nav__item--give a:focus {
        background-color: #ffbc0a;
        color: #002855; } }

/* WVU Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Scss dependencies:
1. _settings.variables.scss
2. _tools.flexbox.scss */
.wvu-footer {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background: var(--background-color);
  color: currentColor;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
  .wvu-footer__layout {
    width: calc(100% - 2rem);
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @supports (display: grid) {
      @media screen and (min-width: 50em) {
        .wvu-footer__layout {
          display: grid;
          grid-column-gap: 4rem;
          grid-template-columns: auto auto;
          grid-template-columns: 1fr 1fr;
          grid-template-areas: "wvu-footer-nav-primary wvu-footer-nav-secondary" "wvu-footer-copyright wvu-footer-nav-social";
          text-align: left; } } }
  .wvu-footer a {
    color: currentColor; }
    .wvu-footer a:hover, .wvu-footer a:focus {
      color: currentColor; }
    .wvu-footer a:focus {
      outline: 0.125rem dashed #BE3A34;
      outline-offset: .125rem; }
  .wvu-footer-nav {
    margin-top: .5rem;
    margin-left: -.25rem;
    margin-right: -.25rem; }
    .wvu-footer-nav--primary {
      grid-area: wvu-footer-nav-primary; }
    .wvu-footer-nav--secondary {
      grid-area: wvu-footer-nav-secondary; }
    .wvu-footer-nav--social {
      grid-area: wvu-footer-nav-social; }
    .wvu-footer-nav__items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
      list-style-type: none;
      font-size: .75rem; }
      @supports (display: grid) {
        @media screen and (min-width: 50em) {
          .wvu-footer-nav__items {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            justify-content: flex-start; }
            .wvu-footer-nav--secondary .wvu-footer-nav__items, .wvu-footer-nav--social .wvu-footer-nav__items {
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              -webkit-justify-content: flex-end;
              -moz-justify-content: flex-end;
              justify-content: flex-end; } } }
    .wvu-footer-nav__item {
      line-height: normal; }
    .wvu-footer-nav a {
      display: block;
      margin-top: .5rem;
      margin-left: .25rem;
      margin-right: .25rem; }
    .wvu-footer-nav__button {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 100%;
      text-align: center; }
      .wvu-footer-nav__button:nth-child(n+2) {
        margin-left: .5rem; }
      .wvu-footer-nav__button--facebook {
        overflow: hidden;
        background-color: #1877f2; }
        .wvu-footer-nav__button--facebook:hover, .wvu-footer-nav__button--facebook:focus {
          background-color: #0d68df; }
      .wvu-footer-nav__button--twitter {
        background-color: #55acee; }
        .wvu-footer-nav__button--twitter:hover, .wvu-footer-nav__button--twitter:focus {
          background-color: #399eeb; }
      .wvu-footer-nav__button--youtube {
        background-color: #e52d27; }
        .wvu-footer-nav__button--youtube:hover, .wvu-footer-nav__button--youtube:focus {
          background-color: #d41f1a; }
      .wvu-footer-nav__button-icon {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        fill: white; }
  .wvu-footer__copyright {
    grid-area: wvu-footer-copyright;
    margin-top: 1rem;
    margin-bottom: 0;
    font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: .75rem;
    line-height: 1.6; }

.page {
  --background-color: white;
  --heading-color: #002855;
  --slash-color: #EAAA00;
  overflow-x: hidden;
  background-color: white;
  background-color: var(--background-color);
  color: #333F48; }
  .page--dark {
    --background-color: #000a15;
    --heading-color: #EAAA00;
    --slash-color: #001e41;
    background-color: #000a15;
    background-color: var(--background-color);
    color: white; }
  .page-container {
    max-width: 125rem;
    margin-left: auto;
    margin-right: auto; }
  .page-body {
    position: relative;
    padding-bottom: 4rem; }
    @media screen and (min-width: 60em) {
      .page-body {
        padding-bottom: 8rem; } }
  .page-primary {
    grid-column: 1 / -1; }
    @media screen and (min-width: 60em) {
      .page-primary {
        grid-column: 2 / span 2; }
        .page-primary--align-left {
          grid-column-start: 1; } }
    @media screen and (min-width: 75em) {
      .page-primary--lead p:not(.page-heading), .page-primary--lead .glossary__definition:not(.page-heading) {
        font-size: 1.875rem; } }
    .sub-navigation + .page-primary {
      margin-top: 4rem; }
      @media screen and (min-width: 60em) {
        .sub-navigation + .page-primary {
          margin-top: 0; } }
  @supports (display: grid) {
    @media screen and (min-width: 60em) {
      .page-header {
        padding-top: calc(125px + 4rem); } } }
  .page-label {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    color: #002855;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.5rem; }
    @media screen and (min-width: 38.75em) {
      .page-label {
        font-size: 2rem; } }
    .page-label[href]:hover, .page-label[href]:focus {
      color: #002855; }
    .page-label__tab {
      padding: .25rem .5rem;
      background-color: #EAAA00; }
      .page-label:not(.page-label--inline) .page-label__tab {
        display: block; }
      .prepare .page-label__tab {
        animation-name: visibility-in;
        animation-duration: .5s;
        animation-delay: .95s;
        animation-fill-mode: both;
        animation-play-state: paused; }
      .in-view .page-label__tab {
        animation-play-state: running; }
      .exit .page-label__tab {
        animation-name: visibility-out;
        animation-duration: .25s;
        animation-delay: .075s; }
      .page-label[href] .page-label__tab {
        background-color: #9BD3DD;
        transition-property: background-color;
        transition-duration: .25s; }
        .page-label[href] .page-label__tab:hover, .page-label[href] .page-label__tab:focus {
          background-color: #EAAA00; }
    .page-label::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: .0625rem;
      background-color: #9BD3DD;
      animation-name: scale-line-inout-right;
      animation-duration: .5s;
      animation-delay: 0.95s;
      animation-fill-mode: both;
      animation-play-state: paused; }
      .in-view .page-label::after {
        animation-play-state: running; }
      .exit .page-label::after {
        animation-name: scale-line-inout-left;
        animation-duration: .25s;
        animation-delay: .075s; }
    .page-label[href]::after {
      background-color: #EAAA00; }
  .page-heading {
    margin-top: 0;
    margin-bottom: .25em;
    color: #002855;
    color: var(--heading-color);
    font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1; }
    @media screen and (min-width: 38.75em) {
      .page-heading {
        font-size: 4rem; } }
    @media screen and (min-width: 67.5em) {
      .page-heading {
        font-size: 5.5rem; } }
    @media screen and (min-width: 75em) {
      .page-heading {
        font-size: 6rem; } }
    @media screen and (min-width: 80em) {
      .page-heading--headline {
        font-size: 8rem;
        line-height: .9; } }
    .page-primary > .page-heading:last-child {
      margin-bottom: 0; }
    .section--dark .page-heading {
      color: #EAAA00;
      color: var(--heading-color); }
    .prepare .page-heading {
      animation-name: smooth-entry-up;
      animation-duration: .5s;
      animation-delay: .5s;
      animation-fill-mode: both;
      animation-play-state: paused; }
    .in-view .page-heading {
      animation-play-state: running; }
    .exit .page-heading {
      animation-name: smooth-exit-down;
      animation-duration: .075s;
      animation-delay: .075s; }
    .page-heading__accent {
      position: relative; }
      .page-heading__accent::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -2.5rem;
        transform: skewX(-33.75deg);
        transform-origin: bottom left;
        display: block;
        width: 3rem;
        height: 4.5rem;
        background-color: #EAAA00;
        background-color: var(--slash-color); }
        @media screen and (min-width: 46.25em) {
          .page-heading__accent::before {
            left: -3.5rem;
            width: 4rem;
            height: 6rem; } }
        .page--dark .page-heading__accent::before {
          background-color: #002855;
          background-color: var(--slash-color); }
  .page-subheading {
    display: block;
    color: var(--heading-color);
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 2.5rem; }
    * + .page-subheading {
      margin-top: .25rem; }

.layout-container {
  width: calc(100% - 2rem);
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 60em) {
    .layout-container {
      width: calc(100% - 4rem); } }
  .layout-container--narrow {
    max-width: 45rem; }

.grid {
  display: grid;
  grid-column-gap: 4rem;
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (min-width: 60em) {
    .grid {
      grid-template-columns: minmax(20rem, 1fr) 1fr 1fr; } }

.prepare p, .prepare .glossary__definition {
  animation-name: smooth-entry-up;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: both;
  animation-play-state: paused; }

.prepare p:nth-child(2), .prepare .glossary__definition:nth-child(2) {
  animation-delay: 0.575s; }

.prepare p:nth-child(3), .prepare .glossary__definition:nth-child(3) {
  animation-delay: 0.65s; }

.prepare p:nth-child(4), .prepare .glossary__definition:nth-child(4) {
  animation-delay: 0.725s; }

.prepare p:nth-child(5), .prepare .glossary__definition:nth-child(5) {
  animation-delay: 0.8s; }

.prepare p:nth-child(6), .prepare .glossary__definition:nth-child(6) {
  animation-delay: 0.875s; }

.prepare p:nth-child(7), .prepare .glossary__definition:nth-child(7) {
  animation-delay: 0.95s; }

.prepare p:nth-child(8), .prepare .glossary__definition:nth-child(8) {
  animation-delay: 1.025s; }

.prepare p:nth-child(9), .prepare .glossary__definition:nth-child(9) {
  animation-delay: 1.1s; }

.prepare p:nth-child(10), .prepare .glossary__definition:nth-child(10) {
  animation-delay: 1.175s; }

.in-view p, .in-view .glossary__definition {
  animation-play-state: running; }

.exit p, .exit .glossary__definition {
  animation-name: smooth-exit-down;
  animation-duration: .075s;
  animation-delay: .075s; }

.exit p:nth-child(2), .exit .glossary__definition:nth-child(2) {
  animation-delay: 0.15s; }

.exit p:nth-child(3), .exit .glossary__definition:nth-child(3) {
  animation-delay: 0.225s; }

.exit p:nth-child(4), .exit .glossary__definition:nth-child(4) {
  animation-delay: 0.3s; }

.exit p:nth-child(5), .exit .glossary__definition:nth-child(5) {
  animation-delay: 0.375s; }

.exit p:nth-child(6), .exit .glossary__definition:nth-child(6) {
  animation-delay: 0.45s; }

.exit p:nth-child(7), .exit .glossary__definition:nth-child(7) {
  animation-delay: 0.525s; }

.exit p:nth-child(8), .exit .glossary__definition:nth-child(8) {
  animation-delay: 0.6s; }

.exit p:nth-child(9), .exit .glossary__definition:nth-child(9) {
  animation-delay: 0.675s; }

.exit p:nth-child(10), .exit .glossary__definition:nth-child(10) {
  animation-delay: 0.75s; }

.page-primary ul:not([class]),
.page-primary ol:not([class]) {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5; }
  @media screen and (min-width: 48em) {
    .page-primary ul:not([class]),
    .page-primary ol:not([class]) {
      font-size: 1.5rem;
      line-height: 1.4; } }

.page-primary li:not([class]) {
  margin-top: .25rem; }
  @media screen and (min-width: 48em) {
    .page-primary li:not([class]) {
      margin-top: .5rem; } }

.page-primary blockquote {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 0.5rem solid #333F48;
  border-bottom: 0.0625rem solid #333F48; }

.page-primary img:not([class]),
.page-primary img.img-center,
.page-primary img.img-float-left,
.page-primary img.img-float-right {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%; }

.page-primary img.img-center,
.page-primary img.img-float-left,
.page-primary img.img-float-right {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }

.page-primary img.img-center,
.page-primary .img-center > img {
  margin-left: auto;
  margin-right: auto; }

.page-primary .img-float-left,
.page-primary .img-float-right {
  clear: both; }
  @media screen and (min-width: 41.25em) {
    .page-primary .img-float-left,
    .page-primary .img-float-right {
      max-width: 50%; } }

@media screen and (min-width: 41.25em) {
  .page-primary img.img-float-left {
    float: left;
    margin-right: 1.875rem; }
  .page-primary .img-float-right {
    float: right;
    margin-left: 1.875rem; } }

.heading--underline {
  padding-bottom: .25em;
  border-bottom: 0.0625rem solid #d1d5d6; }

.section {
  --background-color: white;
  --heading-color: #002855;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  background-color: var(--background-color);
  color: #333F48; }
  .section--fixed {
    min-height: 100vh; }
  .section--dark {
    --background-color: #000a15;
    --heading-color: #EAAA00;
    --slash-color: #001e41;
    background-color: #000a15;
    background-color: var(--background-color);
    color: white; }
    .section--dark a:not([class]) {
      color: #9BD3DD; }
      .section--dark a:not([class]):hover, .section--dark a:not([class]):focus {
        color: #ce500d; }
    .section--dark a:focus,
    .section--dark button:focus {
      outline-color: white; }
    .section--dark h2:not([class]) {
      color: white; }
  .section--wvu-blue {
    --background-color: #002855;
    --heading-color: #EAAA00;
    --slash-color: #001e41; }
  @supports (position: sticky) {
    @media screen and (min-width: 55em) and (min-height: 43.75em) {
      .section__sticky-container {
        height: 200vh; } }
    @media screen and (min-width: 55em) and (min-height: 43.75em) {
      .section__sticky-content {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        height: 100vh; } }
    .section--fixed .section__sticky-content {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 59.9375em) {
        .section--fixed .section__sticky-content {
          flex-grow: 1; } } }
  .section__background {
    position: relative;
    overflow: hidden;
    height: 100vh; }
    @media screen and (min-width: 55em) {
      .section__background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
    .section--overlap .section__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .section--fixed .section__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .section__background-frame {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      @supports (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
        .section--fixed .section__background-frame {
          position: fixed;
          top: 0;
          left: 0;
          height: 100vh; } }
      @media screen and (min-width: 60em) {
        .section__background-frame[data-parallax] {
          top: -10vh;
          height: 120vh; } }
    .section__background-image {
      width: 100%;
      height: auto;
      object-fit: cover; }
      @supports (object-fit: cover) {
        .section__background-image {
          height: 100%; } }
      .prepare .section__background-image {
        animation-name: scale-fade-in;
        animation-duration: .75s;
        animation-fill-mode: both;
        animation-play-state: paused; }
      .in-view .section__background-image {
        animation-play-state: running; }
      .exit .section__background-image {
        animation-name: scale-fade-out;
        animation-duration: .5s; }
  .section__body {
    position: relative;
    z-index: 1;
    flex-grow: 1; }
    .section:not(:first-child) .section__body {
      padding-top: 4rem; }
      @media screen and (min-width: 60em) {
        .section:not(:first-child) .section__body {
          padding-top: 8rem; } }
    @media screen and (max-width: 54.9375em) {
      .section--fixed:not(:first-child) .section__body {
        display: flex;
        align-items: center;
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-color: rgba(255, 255, 255, 0.5); }
      .section--fixed.section--dark .section__body {
        background-color: rgba(0, 10, 21, 0.7); } }
  @media screen and (min-width: 55em) {
    .section__grid {
      height: 100%; } }
  .section__video-control {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3rem; }

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 #FDDA24; }
  75%, 100% {
    box-shadow: 0 0 0 1.25rem rgba(253, 218, 36, 0); } }

.arrow-icon {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #EAAA00;
  transition-property: transform, background-color;
  transition-duration: .75s, .25s; }
  .arrow-icon--pulse::before, .arrow-icon--pulse::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation-name: shadow-pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out; }
  .arrow-icon--pulse::after {
    animation-delay: .5s; }
  a[href]:hover .arrow-icon,
  a[href]:focus .arrow-icon {
    transition-duration: .25s; }
  .arrow-icon__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #000a15;
    transform: translate(-50%, -50%);
    transition-property: fill;
    transition-duration: .25s; }
    .arrow-icon--reverse .arrow-icon__svg {
      transform: translate(-50%, -50%) rotate(180deg); }

.arrow-link {
  display: inline-block;
  display: inline-flex;
  gap: .75rem;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: left;
  transition-property: border-color, color;
  transition-duration: .25s; }
  @media screen and (min-width: 48em) {
    .arrow-link {
      font-size: 1.5rem; } }
  .arrow-link--sm {
    font-size: 1.125rem; }
  @media screen and (min-width: 75em) {
    .arrow-link--lg {
      font-size: 1.875rem; } }
  .arrow-link--dark {
    color: white; }
  .arrow-link__icon {
    float: left;
    flex: 0 0 auto; }
    .arrow-link__icon:last-child {
      float: right; }
    @media screen and (min-width: 48em) {
      .arrow-link__icon {
        margin-top: .125rem; } }
    .arrow-link--sm .arrow-link__icon {
      margin-top: -.125rem; }
    @media screen and (min-width: 75em) {
      .arrow-link--lg .arrow-link__icon {
        margin-top: .5rem; } }
    .arrow-link:hover .arrow-link__icon,
    .arrow-link:focus .arrow-link__icon {
      transform: translateX(0.25rem); }

.basic-list {
  margin-top: 1em;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5; }
  @media screen and (min-width: 48em) {
    .basic-list {
      font-size: 1.5rem;
      line-height: 1.4; } }
  @media screen and (min-width: 75em) {
    .basic-list--lg {
      font-size: 1.875rem;
      line-height: 1.35; } }
  .basic-list--inline {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem; }
  .prepare .basic-list__item {
    animation-name: smooth-entry-up;
    animation-duration: .5s;
    animation-delay: 0.65s;
    animation-fill-mode: both;
    animation-play-state: paused; }
    .prepare .basic-list__item:nth-child(1) {
      animation-delay: 0.65s; }
    .prepare .basic-list__item:nth-child(2) {
      animation-delay: 0.725s; }
    .prepare .basic-list__item:nth-child(3) {
      animation-delay: 0.8s; }
    .prepare .basic-list__item:nth-child(4) {
      animation-delay: 0.875s; }
    .prepare .basic-list__item:nth-child(5) {
      animation-delay: 0.95s; }
    .prepare .basic-list__item:nth-child(6) {
      animation-delay: 1.025s; }
    .prepare .basic-list__item:nth-child(7) {
      animation-delay: 1.1s; }
    .prepare .basic-list__item:nth-child(8) {
      animation-delay: 1.175s; }
    .prepare .basic-list__item:nth-child(9) {
      animation-delay: 1.25s; }
    .prepare .basic-list__item:nth-child(10) {
      animation-delay: 1.325s; }
    .prepare .basic-list__item:nth-child(11) {
      animation-delay: 1.4s; }
    .prepare .basic-list__item:nth-child(12) {
      animation-delay: 1.475s; }
    .prepare .basic-list__item:nth-child(13) {
      animation-delay: 1.55s; }
    .prepare .basic-list__item:nth-child(14) {
      animation-delay: 1.625s; }
    .prepare .basic-list__item:nth-child(15) {
      animation-delay: 1.7s; }
    .prepare .basic-list__item:nth-child(16) {
      animation-delay: 1.775s; }
    .prepare .basic-list__item:nth-child(17) {
      animation-delay: 1.85s; }
    .prepare .basic-list__item:nth-child(18) {
      animation-delay: 1.925s; }
    .prepare .basic-list__item:nth-child(19) {
      animation-delay: 2s; }
    .prepare .basic-list__item:nth-child(20) {
      animation-delay: 2.075s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(1) {
    animation-delay: 0.575s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(2) {
    animation-delay: 0.65s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(3) {
    animation-delay: 0.725s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(4) {
    animation-delay: 0.8s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(5) {
    animation-delay: 0.875s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(6) {
    animation-delay: 0.95s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(7) {
    animation-delay: 1.025s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(8) {
    animation-delay: 1.1s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(9) {
    animation-delay: 1.175s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(10) {
    animation-delay: 1.25s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(11) {
    animation-delay: 1.325s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(12) {
    animation-delay: 1.4s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(13) {
    animation-delay: 1.475s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(14) {
    animation-delay: 1.55s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(15) {
    animation-delay: 1.625s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(16) {
    animation-delay: 1.7s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(17) {
    animation-delay: 1.775s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(18) {
    animation-delay: 1.85s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(19) {
    animation-delay: 1.925s; }
  .prepare .page-heading + .basic-list .basic-list__item:nth-child(20) {
    animation-delay: 2s; }
  .in-view .basic-list__item {
    animation-play-state: running; }
  .exit .basic-list__item {
    animation-name: smooth-exit-down;
    animation-duration: .075s;
    animation-delay: .075s; }
    .exit .basic-list__item:nth-child(1) {
      animation-delay: 0.225s; }
    .exit .basic-list__item:nth-child(2) {
      animation-delay: 0.3s; }
    .exit .basic-list__item:nth-child(3) {
      animation-delay: 0.375s; }
    .exit .basic-list__item:nth-child(4) {
      animation-delay: 0.45s; }
    .exit .basic-list__item:nth-child(5) {
      animation-delay: 0.525s; }
    .exit .basic-list__item:nth-child(6) {
      animation-delay: 0.6s; }
    .exit .basic-list__item:nth-child(7) {
      animation-delay: 0.675s; }
    .exit .basic-list__item:nth-child(8) {
      animation-delay: 0.75s; }
    .exit .basic-list__item:nth-child(9) {
      animation-delay: 0.825s; }
    .exit .basic-list__item:nth-child(10) {
      animation-delay: 0.9s; }
    .exit .basic-list__item:nth-child(11) {
      animation-delay: 0.975s; }
    .exit .basic-list__item:nth-child(12) {
      animation-delay: 1.05s; }
    .exit .basic-list__item:nth-child(13) {
      animation-delay: 1.125s; }
    .exit .basic-list__item:nth-child(14) {
      animation-delay: 1.2s; }
    .exit .basic-list__item:nth-child(15) {
      animation-delay: 1.275s; }
    .exit .basic-list__item:nth-child(16) {
      animation-delay: 1.35s; }
    .exit .basic-list__item:nth-child(17) {
      animation-delay: 1.425s; }
    .exit .basic-list__item:nth-child(18) {
      animation-delay: 1.5s; }
    .exit .basic-list__item:nth-child(19) {
      animation-delay: 1.575s; }
    .exit .basic-list__item:nth-child(20) {
      animation-delay: 1.65s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(1) {
      animation-delay: 0.15s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(2) {
      animation-delay: 0.225s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(3) {
      animation-delay: 0.3s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(4) {
      animation-delay: 0.375s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(5) {
      animation-delay: 0.45s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(6) {
      animation-delay: 0.525s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(7) {
      animation-delay: 0.6s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(8) {
      animation-delay: 0.675s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(9) {
      animation-delay: 0.75s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(10) {
      animation-delay: 0.825s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(11) {
      animation-delay: 0.9s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(12) {
      animation-delay: 0.975s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(13) {
      animation-delay: 1.05s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(14) {
      animation-delay: 1.125s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(15) {
      animation-delay: 1.2s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(16) {
      animation-delay: 1.275s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(17) {
      animation-delay: 1.35s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(18) {
      animation-delay: 1.425s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(19) {
      animation-delay: 1.5s; }
    .page-heading + .basic-list .exit .basic-list__item:nth-child(20) {
      animation-delay: 1.575s; }
  .basic-list:not(.basic-list--inline) .basic-list__item + .basic-list__item {
    margin-top: .5rem; }

@keyframes button-pulse-blue {
  0% {
    box-shadow: 0 0 0 0 #0043d3; }
  75%, 100% {
    box-shadow: 0 0 0 1.25rem rgba(0, 67, 211, 0); } }

@keyframes button-pulse-yellow {
  0% {
    box-shadow: 0 0 0 0 #ffc11e; }
  75%, 100% {
    box-shadow: 0 0 0 1.25rem rgba(255, 193, 30, 0); } }

.button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  padding: .5rem 1rem;
  border-radius: 1.5rem;
  background-color: #0033A0;
  color: white;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition-property: background-color, color;
  transition-duration: .25s; }
  .button:hover, .button:focus {
    background-color: #EAAA00;
    color: #002855; }
  .button--secondary {
    background-color: #EAAA00;
    color: #002855; }
    .button--secondary:hover, .button--secondary:focus {
      background-color: #FDDA24;
      color: #005EB8; }
  .button--icon {
    width: 3rem; }
  .button--rss {
    background-color: #ED8B00; }
    .button--rss:hover, .button--rss:focus {
      background-color: #CD4C08;
      color: white; }
  .button--facebook {
    background-color: #1877f2; }
    .button--facebook:hover, .button--facebook:focus {
      background-color: #0c64d5;
      color: white; }
  .button--twitter {
    background-color: #55acee; }
    .button--twitter:hover, .button--twitter:focus {
      background-color: #309aea;
      color: white; }
  .button--pulse::before, .button--pulse::after, .button--pulse-reverse::before, .button--pulse-reverse::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out; }
  .button--pulse::after, .button--pulse-reverse::after {
    animation-delay: .5s; }
  .button--pulse::before, .button--pulse::after {
    animation-name: button-pulse-blue; }
  .button--pulse:hover::before, .button--pulse:hover::after, .button--pulse:focus::before, .button--pulse:focus::after {
    animation-name: button-pulse-yellow; }
  .button__icon {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    margin-left: .5rem;
    margin-right: -.5rem;
    border-radius: 50%;
    background-color: #005EB8;
    transition-property: background-color;
    transition-duration: .25s; }
    .button:hover .button__icon,
    .button:focus .button__icon {
      background-color: #ffc11e; }
    .button--previous .button__icon {
      margin-left: -.5rem;
      margin-right: .5rem; }
    .button--rss .button__icon {
      background-color: #CD4C08; }
    .button--rss:hover .button__icon,
    .button--rss:focus .button__icon {
      background-color: #ED8B00; }
    .button--facebook .button__icon {
      background-color: #0c64d5; }
    .button--facebook:hover .button__icon,
    .button--facebook:focus .button__icon {
      background-color: #1877f2; }
    .button--twitter .button__icon {
      background-color: #309aea; }
    .button--twitter:hover .button__icon,
    .button--twitter:focus .button__icon {
      background-color: #55acee; }
  .button__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: currentColor;
    transition-property: fill;
    transition-duration: .25s; }
    .button:hover .button__svg,
    .button:focus .button__svg {
      fill: currentColor; }
    .button--previous .button__svg {
      transform: translate(-50%, -50%) rotate(180deg); }
    .button--facebook .button__svg {
      top: calc(50% + .0625rem); }
    .button--rss:hover .button__svg,
    .button--rss:focus .button__svg,
    .button--facebook:hover .button__svg,
    .button--facebook:focus .button__svg,
    .button--twitter:hover .button__svg,
    .button--twitter:focus .button__svg {
      fill: white; }

.callout {
  grid-column-start: 1;
  grid-column-end: -1;
  color: #002855; }
  @media screen and (min-width: 55em) {
    .callout {
      grid-column-end: span 2; } }
  @media screen and (min-width: 80em) {
    .callout {
      grid-column-end: auto; } }
  @media screen and (min-width: 55em) {
    .callout--top-right, .callout--center-right, .callout--bottom-right {
      grid-column-start: 2;
      grid-column-end: span 2; } }
  @media screen and (min-width: 80em) {
    .callout--top-right, .callout--center-right, .callout--bottom-right {
      grid-column-start: 3;
      grid-column-end: auto; } }
  @media screen and (min-width: 55em) {
    .callout--top-center, .callout--bottom-center, .callout--center {
      grid-column-start: 2;
      grid-column-end: span 2; } }
  @media screen and (min-width: 80em) {
    .callout--top-center, .callout--bottom-center, .callout--center {
      grid-column-end: auto; } }
  @media screen and (min-width: 55em) {
    .callout--span-2 {
      grid-column-end: span 2; } }
  .callout--center, .callout--center-left, .callout--center-right {
    align-self: center; }
  .callout--bottom-left, .callout--bottom-center, .callout--bottom-right {
    align-self: end; }
  .callout--dark {
    color: white; }
  .callout__title {
    position: relative;
    margin-top: 0;
    color: currentColor;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 2rem;
    line-height: 1.1; }
    @media screen and (min-width: 30em) {
      .callout__title {
        font-size: 2.5rem; } }
    .prepare .callout__title {
      animation-name: smooth-entry-up;
      animation-duration: .5s;
      animation-delay: .5s;
      animation-fill-mode: both;
      animation-play-state: paused; }
    .in-view .callout__title {
      animation-play-state: running; }
    .exit .callout__title {
      animation-name: smooth-exit-down;
      animation-duration: .075s;
      animation-delay: .075s; }
    .callout__title::before {
      content: "";
      position: absolute;
      top: 0;
      left: -1.25rem;
      display: block;
      width: .5rem;
      height: 100%;
      background-color: #EAAA00; }
      .prepare .callout__title::before {
        animation-name: scale-line-up;
        animation-duration: .5s;
        animation-delay: .075s;
        animation-fill-mode: both;
        animation-play-state: paused; }
      .in-view .callout__title::before {
        animation-play-state: running; }
  .callout__message {
    position: relative; }
    .callout__title + .callout__message {
      margin-top: 1rem; }
  @media screen and (min-width: 48em) {
    .callout p:not([class]), .callout .glossary__definition:not([class]) {
      font-size: 1.5rem;
      line-height: 1.4; } }

.caption {
  display: table;
  width: auto;
  max-width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
  .img-center .caption {
    margin-left: auto;
    margin-right: auto; }
  @media screen and (min-width: 41.25em) {
    .caption.img-float-left, .caption.img-float-right {
      max-width: 50%;
      margin-top: 0; }
    .caption.img-float-left {
      float: left;
      margin-right: 1.875rem; }
    .caption.img-float-right {
      float: right;
      margin-left: 1.875rem; } }
  .caption figcaption {
    position: relative;
    display: table-caption;
    caption-side: bottom;
    margin-top: .75rem;
    padding-left: .75rem; }
    .caption figcaption, .caption figcaption p, .caption figcaption .glossary__definition {
      font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
      font-size: 1rem;
      line-height: 1.4; }
    .caption figcaption p, .caption figcaption .glossary__definition {
      margin-top: 0; }
    .caption figcaption::before {
      content: "";
      position: absolute;
      top: .125rem;
      left: 0;
      width: .25rem;
      height: 1.25rem;
      background-color: #EAAA00; }
  .caption cite {
    font-style: normal; }

.cards {
  position: relative;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 1.875rem; }
  @media screen and (min-width: 48em) {
    .cards {
      grid-template-columns: repeat(auto-fit, minmax(23.75rem, 1fr)); } }
  .cards--overlap {
    margin-top: -6rem; }
    @media screen and (min-width: 60em) {
      .cards--overlap {
        margin-top: -10rem; } }
  .cards__item > .card {
    height: 100%; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: white;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333F48; }
  .card--dark {
    background-color: #000a15;
    color: white; }
    .card--dark a:focus {
      outline-color: white; }
    .card--dark a:not([class]) {
      color: #9BD3DD; }
      .card--dark a:not([class]):hover, .card--dark a:not([class]):focus {
        color: #CD4C08; }
  .card--pattern {
    background-image: url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/sole-polygonal-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .card--stars {
    background-image: url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/stars-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .card--transparent {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-radius: 0;
    background-color: transparent;
    border-top: 0.5rem solid #d1d5d6;
    border-bottom: 0.5rem solid #d1d5d6;
    box-shadow: none; }
    .card--transparent:nth-child(-n+2) {
      margin-top: 10rem; }
  .card--callout, .card--figure {
    overflow: hidden;
    height: 0;
    padding-top: 125%; }
  .card--callout {
    text-align: center; }
  .card--figure {
    display: block;
    margin-top: 0;
    margin-bottom: 0; }
  @media screen and (min-width: 52.5em) {
    .card--landscape {
      grid-column: 1 / -1;
      padding-top: 56.25%; } }
  @media screen and (min-width: 80em) {
    .card--landscape {
      grid-column: span 2;
      height: auto;
      padding-top: 0; } }
  .card--video {
    grid-column-end: span 2; }
  .card--widget {
    grid-column: 1 / -1;
    margin-top: 4rem;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5; }
    @media screen and (min-width: 60em) {
      .card--widget {
        grid-column: auto; } }
    .card--widget h3 {
      color: #CD4C08;
      font-size: 1.25rem;
      font-weight: normal;
      line-height: 1.4; }
    .card--widget li {
      margin-top: .5em; }
  .card--span-2 {
    grid-column-end: span 2; }
  .card--link {
    text-decoration: none;
    transition-property: transform, background-color, color;
    transition-duration: .75s, .25s, .25s; }
    .card--link:hover, .card--link:focus, .card--link:focus-within {
      transform: translateY(-0.5rem);
      color: currentColor;
      transition-duration: .25s; }
  .card--callout .card__image-container,
  .card--figure .card__image-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .card--callout .card__image {
      opacity: .15;
      background-blend-mode: multiply; }
  .card .lazy-video {
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
    .card .lazy-video__details {
      padding-left: 2rem;
      padding-right: 2rem; }
      .card .lazy-video__details::before {
        display: none; }
  .card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.5rem; }
    .card--callout .card__body,
    .card--figure .card__body {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    .card--callout .card__body {
      top: 0;
      justify-content: center;
      align-items: center; }
    .card--figure .card__body {
      display: block;
      padding: 3.75rem 1.5rem 1.5rem !important;
      background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.86) 8rem); }
      .card--figure .card__body::before {
        display: none; }
    .card--figure.card--dark .card__body {
      background-image: linear-gradient(rgba(0, 10, 21, 0), rgba(0, 10, 21, 0.86) 8rem); }
      .card--figure.card--dark .card__body::before {
        display: none; }
    .card--video .card__body {
      display: block;
      padding-top: 0; }
  .card__tag {
    align-self: flex-start; }
    .card--callout .card__tag {
      align-self: auto; }
  .card__title {
    margin-top: 0;
    color: currentColor;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.5rem;
    line-height: 1.1; }
    .card__title:first-child {
      margin-top: 0; }
    .card--callout .card__title {
      font-size: 1.75rem;
      line-height: 1.1; }
    .card__title-link {
      color: currentColor;
      text-decoration: none; }
      .card__title-link::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: currentColor; }
  .card__text,
  .card p:not([class]),
  .card .glossary__definition:not([class]),
  .card ul:not([class]),
  .card ol:not([class]) {
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5; }
    .card__text:not(:last-child),
    .card p:not([class]):not(:last-child),
    .card .glossary__definition:not([class]):not(:last-child),
    .card ul:not([class]):not(:last-child),
    .card ol:not([class]):not(:last-child) {
      margin-bottom: 1em; }
  .card__text {
    margin-top: .5em; }
    .card__text--caption {
      position: relative;
      padding-left: .75rem;
      font-size: 1rem;
      line-height: 1.4; }
      .card__text--caption::before {
        content: "";
        position: absolute;
        top: .125rem;
        left: 0;
        width: .25rem;
        height: 1.25rem;
        background-color: #EAAA00; }
  .card__timestamp {
    position: relative;
    margin-top: auto;
    color: #6d787c;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: .875rem;
    line-height: 1.4; }
  .card__link {
    max-width: 32ch;
    padding-top: 1rem;
    color: currentColor;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4; }
    .card:not(.card--callout):not(.card--figure) .card__link {
      align-self: flex-end;
      margin-top: auto; }
  .card__icon {
    margin-top: -.125rem; }
    .card--link:hover .card__icon,
    .card--link:focus .card__icon {
      transform: translateX(0.25rem); }

/*	<div class="directory-list">
		<h2 class="directory-list__title">Title</h2>

		<fieldset class="directory-list__order-buttons" hidden>
			<legend class="directory-list__order-legend visually-hidden">Sort</legend>
			<button data-sort-method="explicit-id-order" class="button directory-list__order-button directory-list__order-button--original js-sort-original">Default Order</button>@*
			*@<button data-sort-method="position" class="button directory-list__order-button directory-list__order-button--position js-sort-position is-active" aria-pressed="true" disabled>Order by Position</button>@*
			*@<button data-sort-method="alpha" class="button directory-list__order-button directory-list__order-button--alpha js-sort-alphabetically" aria-pressed="false">Order Alphabetically</button>
		</fieldset>

		<div class="directory-list__users">

			<div class="directory-list__user directory-card h-card vcard" data-position="0" data-alpha="{…}" data-explicit-id-order="-1">
				<div class="directory-card__photo-container">
					<img src="{…}" alt="Photo of Erin Bunner" class="directory-card__photo u-photo photo">
				</div>

				<div class="directory-card__info-container">
					<h3 class="directory-card__name p-name fn">Erin Bunner<span class="directory-card__name-suffix-separator">, </span><span class="directory-card__honorary-suffix p-honorary-suffix honorary-suffix">{…}</span></h3>

					<div class="visually-hidden p-organization organization p-organization-name organization-name">West Virginia University</div>

					<dl class="directory-card__details">
						<dt class="directory-card__label directory-card__label--position">Position</dt>
						<dd class="directory-card__value directory-card__value--position p-role role">Director of Application and Web Support, Information Technology Services</dd>
						<dd class="directory-card__value directory-card__value--position p-role role">Director of Application and Web Support, Application / Web Services</dd>

						<dt class="directory-card__label directory-card__label--phone">Phone</dt>
						<dd class="directory-card__value directory-card__value--phone p-tel tel">304-293-2491</dd>
					</dl>
				</div>

				<ul class="directory-card__actions">
					<li><a class="directory-card__action directory-card__action--profile u-url url" href="http://directory.hsc.wvu.edu/Individual/Index/28598" target="_blank">View <span class="visually-hidden">Erin Bunner’s</span> Profile</a></li>
					<li><a class="directory-card__action directory-card__action--email u-email email" href="mailto:ebunner@hsc.wvu.edu">Send <span class="visually-hidden">Erin Bunner</span> an Email</a></li>
				</ul>
			</div>

			{…}

		</div>
	</div>
*/
.directory-list {
  margin-top: 1.875rem; }
  .directory-list__order-buttons {
    margin-top: 1.875rem;
    margin-bottom: 1.5rem; }
  .directory-list__order-button {
    width: 100%;
    margin-bottom: .5rem; }
    @media screen and (min-width: 42.5em) {
      .directory-list__order-button {
        display: inline-block;
        width: auto;
        margin-right: .5rem; } }
    .directory-list__order-button.is-active, .directory-list__order-button.is-active:link, .directory-list__order-button.is-active:visited, .directory-list__order-button.is-active:hover, .directory-list__order-button.is-active:focus {
      background-color: transparent;
      border: 0.0625rem solid #97a0a3;
      color: #6d787c;
      transition: none; }
    .directory-list__order-button > a {
      text-decoration: none; }
  .directory-list__users {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr)); }

.directory-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: white;
  background-image: linear-gradient(#333F48, #333F48 4.625rem, #2f3235 6.75rem, white 6.75rem, white);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  color: #333F48;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4; }
  .directory-card--chair {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1), 0 0 0 0.5rem #9ABEAA; }
  .directory-card__photo-container {
    padding: 1.5rem 1.5rem 0; }
  .directory-card .directory-card__photo {
    display: block;
    max-width: 5rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25); }
  .directory-card__info-container {
    padding: 1.5rem; }
  .directory-card__name {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #333F48; }
  .directory-card__honorary-suffix {
    display: block;
    margin-top: .25rem;
    font-size: 1rem;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
  .directory-card__label {
    margin-top: 1rem;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
    .directory-card__label::after {
      content: ":"; }
  .directory-card__value {
    margin: 0;
    /* Style phone number differently when certain UAs convert them to links. */ }
    .directory-card__value + .directory-card__value {
      margin-top: 1rem; }
    .directory-card__value--phone a[href^="tel:"]::before {
      content: "Call "; }
  .directory-card .directory-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: auto;
    padding: 1.5rem;
    background-color: #f6f7f7;
    background-image: linear-gradient(#eef0f0, #f9fafa 1rem);
    background-color: #EAAA00;
    background-image: linear-gradient(#002145, #002855 2rem);
    font-size: 1.125rem;
    line-height: normal; }
    .directory-card .directory-card__actions li {
      margin: 0; }
  .directory-card__action {
    display: inline-block;
    color: #EAAA00;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
    .directory-card__action:focus {
      outline-color: white; }

/*	LAZY VIDEO
	==========
	These styles will be used to style the intial output of the Embedded Video
		macro. After the user interacts with the poster image link, it will
		be replaced with the appropriate `<iframe>`.

	The rules included in this partial are the suggested way to style this
		component’s markup. Using these styles is optional.

	The `.lazy-video__description` is optional and determined by a true/false
		property on the macro.

	```
	<figure class="caption lazy-video lazy-video--{1}">
		<div class="lazy-video__wrapper">
			<a href="{link to video on host}" class="lazy-video__link" target="_blank" data-provider="{1}" data-embed="{video ID from host}">
				<img data-src="https://cdn.hsc.wvu.edu/Resources/iconic.1.9.0/svg/media-play-circle.svg" class="iconic iconic-lg lazy-video__play" alt="">

				<img src="{poster image URL}" alt="Play Video" class="lazy-video__poster">
			</a>
		</div>

		<figcaption class="lazy-video__details">
			<div class="lazy-video__duration">
				<span class="visually-hidden">Duration: </span><time datetime="{ISO-8601 formatted duration string}">{video duration || "Live"}</time>
			</div>

			<div class="lazy-video__title">
				<cite>{video title}</cite>
			</div>

			<div class="lazy-video__description">
				{video description}
			</div>
		</figcaption>
	</figure>
	```
	NOTES:
	{1}: The provider hosting the video. This will be either `youtube` or
		`vimeo`. This is set as both a modifier class and a `data-embed` attribute.
*/
.lazy-video {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem; }
  .lazy-video__wrapper {
    position: relative;
    max-width: 100%;
    background-color: #2C2A29;
    overflow: hidden; }
  .lazy-video__link {
    position: relative;
    display: block;
    height: 0;
    margin: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .lazy-video__link:focus {
      display: block;
      outline-offset: -0.5rem;
      outline-color: #EAAA00; }
  .lazy-video__poster {
    width: 100%;
    max-width: 100%;
    opacity: 0.5; }
  .lazy-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%) scale(1);
    display: block;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.5);
    fill: #005EB8;
    stroke: #005EB8;
    will-change: transform;
    transition-property: transform;
    transition-duration: .125s; }
    .lazy-video__link:hover .lazy-video__play,
    .lazy-video__link:focus .lazy-video__play {
      transform: translate(-50%, -50%) scale(1.1); }
  .lazy-video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .lazy-video__details {
    display: block !important;
    width: 100%;
    margin-top: 1rem; }
  .lazy-video__duration {
    float: right;
    margin-bottom: .5rem;
    margin-left: 1rem;
    padding: .25rem .5rem;
    border: 0.0625rem solid #d1d5d6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1rem;
    text-transform: uppercase; }
  .lazy-video__title {
    font-size: 1.1rem; }

.quicklinks {
  margin-top: 4rem;
  /*@media screen and (min-width: 25em) {
        grid-template-columns: repeat(auto-fit, minmax(21.25rem, 1fr));
    }*/ }
  h2 + .quicklinks {
    margin-top: 2rem; }
  .prepare .quicklinks li {
    animation-name: smooth-entry-up;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: both;
    animation-play-state: paused; }
    .prepare .quicklinks li:nth-child(1) {
      animation-delay: 0.575s; }
    .prepare .quicklinks li:nth-child(2) {
      animation-delay: 0.65s; }
    .prepare .quicklinks li:nth-child(3) {
      animation-delay: 0.725s; }
  .in-view .quicklinks li {
    animation-play-state: running; }
  .exit .quicklinks li {
    animation-name: smooth-exit-down;
    animation-duration: .075s;
    animation-delay: .075s; }
    .exit .quicklinks li:nth-child(1) {
      animation-delay: 0.075s; }
    .exit .quicklinks li:nth-child(2) {
      animation-delay: 0.15s; }
    .exit .quicklinks li:nth-child(3) {
      animation-delay: 0.225s; }

.quicklink--dark {
  background-color: #002855;
  color: white !important; }
  .quicklink--dark:hover, .quicklink--dark:focus {
    background-color: #EAAA00;
    color: #002855 !important; }

.quicklink[class*="campus"] {
  background-color: #EAAA00;
  color: #002855; }
  .quicklink[class*="campus"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1; }
  .quicklink[class*="campus"]:hover, .quicklink[class*="campus"]:focus {
    background-color: #002855;
    color: white; }

.quicklink--morgantown-campus::before {
  background-image: url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/morgantown-1520.jpg); }

.quicklink--charleston-campus::before {
  background-image: url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/charleston-760.jpg); }

.quicklink--eastern-campus::before {
  background-image: url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/eastern-760.jpg); }

.quicklink--twitter {
  background-color: #55acee;
  color: white; }
  .quicklink--twitter:hover, .quicklink--twitter:focus {
    background-color: #309aea;
    color: white; }

.quicklink--wikipedia {
  background-color: white;
  border: .0625rem solid #C7C8CA; }
  .quicklink--wikipedia:hover, .quicklink--wikipedia:focus {
    color: currentColor;
    background-color: #dcddde; }

.quicklink--view-more {
  margin-bottom: .5rem; }

.quicklink__body {
  flex-direction: row;
  justify-content: space-between; }

.quicklink__title {
  font-size: 2rem;
  line-height: 1.2; }

.quicklink__subtext {
  display: block;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem; }

.quicklink__icon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  align-self: flex-end;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  transition-property: transform, background-color;
  transition-duration: .75s, .25s; }
  @media screen and (min-width: 25em) {
    .quicklink__icon {
      width: 3rem;
      height: 3rem; } }
  .quicklink:hover .quicklink__icon,
  .quicklink:focus .quicklink__icon {
    transform: translateX(0.25rem);
    transition-duration: .25s; }
  .quicklink--dark .quicklink__icon {
    background-color: #9BD3DD; }
  .quicklink--dark:hover .quicklink__icon,
  .quicklink--dark:focus .quicklink__icon {
    background-color: #002855; }
  .quicklink[class*="campus"] .quicklink__icon {
    background-color: #002855; }
  .quicklink[class*="campus"]:hover .quicklink__icon,
  .quicklink[class*="campus"]:focus .quicklink__icon {
    background-color: #9BD3DD; }
  .quicklink--twitter .quicklink__icon {
    background-color: #309aea; }
  .quicklink--twitter:hover .quicklink__icon,
  .quicklink--twitter:focus .quicklink__icon {
    transform: none;
    background-color: #55acee; }
  .quicklink--wikipedia .quicklink__icon {
    background-color: white;
    border: .0625rem solid #C7C8CA; }
  .quicklink--wikipedia:hover .quicklink__icon,
  .quicklink--wikipedia:focus .quicklink__icon {
    transform: none;
    background-color: white; }

.quicklink__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 25em) {
    .quicklink__svg {
      width: 1.5rem;
      height: 1.5rem; } }
  .quicklink--dark .quicklink__svg {
    fill: #002855; }
  .quicklink--dark:hover .quicklink__svg,
  .quicklink--dark:focus .quicklink__svg {
    fill: #9BD3DD; }
  .quicklink[class*="campus"] .quicklink__svg {
    fill: #9BD3DD; }
  .quicklink[class*="campus"]:hover .quicklink__svg,
  .quicklink[class*="campus"]:focus .quicklink__svg {
    fill: #002855; }
  .quicklink--twitter .quicklink__svg {
    fill: white; }
  .quicklink--twitter:hover .quicklink__svg,
  .quicklink--twitter:focus .quicklink__svg {
    fill: white; }
  .quicklink--wikipedia .quicklink__svg {
    fill: black; }
  .quicklink--wikipedia:hover .quicklink__svg,
  .quicklink--wikipedia:focus .quicklink__svg {
    fill: black; }

.quote__accent {
  content: "";
  width: 8rem;
  height: 8rem;
  fill: rgba(234, 170, 0, 0.5); }
  .prepare .quote__accent {
    animation-name: smooth-entry-up;
    animation-duration: .5s;
    animation-delay: 0.65s;
    animation-fill-mode: both;
    animation-play-state: paused; }
  .in-view .quote__accent {
    animation-play-state: running; }

.quote__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.75rem;
  line-height: 1.25; }
  .prepare .quote__text {
    animation-name: smooth-entry-right;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: both;
    animation-play-state: paused; }
  .in-view .quote__text {
    animation-play-state: running; }
  .exit .quote__text {
    animation-name: smooth-exit-left;
    animation-duration: .075s;
    animation-delay: .075s; }

.quote__author {
  position: relative;
  margin-top: 2rem;
  color: currentColor;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem; }
  .prepare .quote__author {
    animation-name: smooth-entry-right;
    animation-duration: .5s;
    animation-delay: 0.575s;
    animation-fill-mode: both;
    animation-play-state: paused; }
  .in-view .quote__author {
    animation-play-state: running; }
  .quote__author::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: .5rem;
    height: 1.75rem;
    background-color: #EAAA00; }
  .quote__author cite {
    font-style: normal; }
  .quote__author-credential, .quote__author-organization {
    font-size: 1.25rem; }
  .quote__author-organization {
    display: block;
    margin-top: .25rem;
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }

.page--has-scroll-story {
  transition-property: background-color;
  transition-duration: .25s; }
  .page--has-scroll-story .section:not(.scroll-story) {
    position: relative;
    z-index: 3; }
  .page--has-scroll-story .section--fixed {
    z-index: 2 !important; }

.scroll-story-menu {
  display: none; }
  @supports (display: grid) {
    @media screen and (min-width: 60em) {
      .scroll-story-menu {
        position: fixed;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-column: auto;
        height: 100vh;
        max-width: 20rem;
        padding-top: 8rem;
        padding-bottom: 8rem;
        font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
        font-size: 1.125rem; } } }
  .scroll-story-menu__item + .scroll-story-menu__item {
    margin-top: 2.5rem; }
  .scroll-story-menu__link {
    display: grid;
    grid-gap: .75rem;
    grid-template-columns: auto 1fr;
    align-items: center;
    text-decoration: none; }
  .scroll-story-menu__icon-container {
    position: relative; }
    @media screen and (min-width: 60em) {
      .prepare .scroll-story-menu__icon-container {
        transform: scale(0);
        transition-property: transform;
        transition-duration: .125s; }
      .prepare .scroll-story-menu__item:nth-last-child(1) .scroll-story-menu__icon-container {
        transition-delay: 0.075s; }
      .prepare .scroll-story-menu__item:nth-last-child(2) .scroll-story-menu__icon-container {
        transition-delay: 0.15s; }
      .prepare .scroll-story-menu__item:nth-last-child(3) .scroll-story-menu__icon-container {
        transition-delay: 0.225s; }
      .prepare .scroll-story-menu__item:nth-last-child(4) .scroll-story-menu__icon-container {
        transition-delay: 0.3s; }
      .prepare .scroll-story-menu__item:nth-last-child(5) .scroll-story-menu__icon-container {
        transition-delay: 0.375s; }
      .in-view .scroll-story-menu__icon-container {
        transform: scale(1); }
      .in-view .scroll-story-menu__item:nth-child(1) .scroll-story-menu__icon-container {
        transition-delay: 0.075s; }
      .in-view .scroll-story-menu__item:nth-child(2) .scroll-story-menu__icon-container {
        transition-delay: 0.15s; }
      .in-view .scroll-story-menu__item:nth-child(3) .scroll-story-menu__icon-container {
        transition-delay: 0.225s; }
      .in-view .scroll-story-menu__item:nth-child(4) .scroll-story-menu__icon-container {
        transition-delay: 0.3s; }
      .in-view .scroll-story-menu__item:nth-child(5) .scroll-story-menu__icon-container {
        transition-delay: 0.375s; } }
    .scroll-story-menu__icon-container::before {
      content: "";
      position: absolute;
      transform: scale(0);
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-color: var(--scroll-story-menu-icon-indicator, #EAAA00);
      transition-property: transform;
      transition-duration: .375s;
      transition-delay: .2s;
      transition-timing-function: cubic-bezier(0, 0, 0.265, 1.55); }
      .scroll-story-menu__link[aria-current="step"] .scroll-story-menu__icon-container::before {
        transform: scale(1.5); }
  .scroll-story-menu__icon {
    z-index: 1;
    background-color: var(--scroll-story-menu-icon-bg, #EAAA00);
    transition-duration: .25s;
    transition-delay: .2s; }
    .scroll-story-menu__item:not(.scroll-story-menu__item--in-view) .scroll-story-menu__icon {
      transform: rotate(90deg); }
    .scroll-story-menu__item--in-view .scroll-story-menu__icon {
      background-color: var(--scroll-story-menu-icon-bg-in-view, #9BD3DD); }
    [aria-current="step"] .scroll-story-menu__icon {
      background-color: var(--scroll-story-menu-icon-bg-current, #002855); }
  .scroll-story-menu__svg {
    fill: var(--scroll-story-menu-icon-arrow, #002855);
    transition-delay: .2s; }
    .scroll-story-menu__item--in-view .scroll-story-menu__svg {
      fill: var(--scroll-story-menu-icon-arrow-in-view, #002855); }
    [aria-current="step"] .scroll-story-menu__svg {
      fill: var(--scroll-story-menu-icon-arrow-current, #9BD3DD); }
  .scroll-story-menu__text {
    color: var(--scroll-story-menu-text, #002855); }
    @media screen and (min-width: 60em) {
      .prepare .scroll-story-menu__text {
        transform: translateX(-1rem);
        opacity: 0;
        transition-property: transform, opacity, color;
        transition-duration: .125s; }
      .prepare .scroll-story-menu__item:nth-last-child(1) .scroll-story-menu__text {
        transition-delay: 0.075s; }
      .prepare .scroll-story-menu__item:nth-last-child(2) .scroll-story-menu__text {
        transition-delay: 0.15s; }
      .prepare .scroll-story-menu__item:nth-last-child(3) .scroll-story-menu__text {
        transition-delay: 0.225s; }
      .prepare .scroll-story-menu__item:nth-last-child(4) .scroll-story-menu__text {
        transition-delay: 0.3s; }
      .prepare .scroll-story-menu__item:nth-last-child(5) .scroll-story-menu__text {
        transition-delay: 0.375s; }
      .in-view .scroll-story-menu__text {
        transform: translateX(0);
        opacity: 1; }
      .in-view .scroll-story-menu__item:nth-child(1) .scroll-story-menu__text {
        transition-delay: 0.075s; }
      .in-view .scroll-story-menu__item:nth-child(2) .scroll-story-menu__text {
        transition-delay: 0.15s; }
      .in-view .scroll-story-menu__item:nth-child(3) .scroll-story-menu__text {
        transition-delay: 0.225s; }
      .in-view .scroll-story-menu__item:nth-child(4) .scroll-story-menu__text {
        transition-delay: 0.3s; }
      .in-view .scroll-story-menu__item:nth-child(5) .scroll-story-menu__text {
        transition-delay: 0.375s; } }

.scroll-story-steps {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 60em) {
    .scroll-story-steps {
      margin-left: 0; } }

.scroll-story-step {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .scroll-story-step--columns {
    display: grid;
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "text text" "media media" "list list"; }
    @media screen and (min-width: 80em) {
      .scroll-story-step--columns {
        grid-template-areas: "text media" "text list"; }
        .scroll-story-step--columns:nth-child(even) {
          grid-template-areas: "media text" "list text"; } }
  .scroll-story-step__text {
    grid-area: text;
    position: relative;
    z-index: 1;
    margin-top: 0; }
  .scroll-story-step__title {
    position: relative;
    margin-top: 0;
    color: #333F48;
    font-size: 1.875rem;
    line-height: 1.2; }
    .scroll-story-step__title::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: -.5rem;
      left: -2.5rem;
      transform: skewX(-33.75deg);
      transform-origin: bottom left;
      display: block;
      width: 2rem;
      height: 3rem;
      background-color: #EAAA00;
      background-color: var(--slash-color);
      transition-property: background-color;
      transition-duration: .25s; }
  .scroll-story-step__list {
    grid-area: list;
    position: relative;
    z-index: 1;
    margin-top: 10rem; }
  .scroll-story-step__media {
    grid-area: media;
    margin-top: 1.875rem; }
    @media screen and (min-width: 80em) {
      .scroll-story-step--columns .scroll-story-step__media {
        margin-top: 0; } }
    .scroll-story-step__media--portrait {
      max-width: 30rem;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 80em) {
        .scroll-story-step__media--portrait {
          max-width: 100%; } }
    .scroll-story-step__media--graphic {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      justify-self: center;
      width: 16rem;
      height: 16rem; }
      .scroll-story-step__media--graphic::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(2);
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #cde9ee; }
      .scroll-story-step__media--graphic svg {
        position: relative;
        z-index: 1;
        display: block; }

.sub-navigation {
  grid-column: 1 / -1;
  max-width: 30rem;
  margin-top: 4rem;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  line-height: 1.35; }
  @media screen and (min-width: 60em) {
    .sub-navigation {
      grid-column: 1; } }
  @media screen and (min-width: 77.5em) {
    .sub-navigation {
      margin-right: 4rem; } }
  .sub-navigation--on-this-page {
    margin-top: 2rem; }
    @media screen and (min-width: 60em) {
      .sub-navigation--on-this-page:first-child {
        margin-top: 0; } }
  @media screen and (min-width: 60em) {
    .sub-navigation--news-categories {
      margin-top: 2rem; }
    .sub-navigation--mobile-only {
      display: none; } }
  .sub-navigation__heading {
    margin-top: 0;
    margin-bottom: .5rem;
    scroll-margin-top: 2rem;
    font-size: 1.5rem; }
    .section--dark .sub-navigation__heading {
      color: white; }
  .sub-navigation__items {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 0.5rem solid #333F48;
    border-bottom: 0.0625rem solid #333F48; }
    .section--dark .sub-navigation__items {
      border-top-color: white;
      border-bottom-color: white; }
  .sub-navigation__link {
    position: relative;
    display: block;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: .0625rem;
    color: #333F48;
    text-decoration: none; }
    .section--dark .sub-navigation__link {
      color: white; }
    .sub-navigation__link:hover, .sub-navigation__link:focus {
      color: #005EB8;
      text-decoration: underline; }
      .section--dark .sub-navigation__link:hover, .section--dark .sub-navigation__link:focus {
        color: #EAAA00; }
    .sub-navigation__link[aria-current="page"] {
      font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
  .sub-navigation__thumbnail {
    display: block;
    grid-column: span 2;
    max-width: 100%;
    height: auto; }
  .sub-navigation__icon {
    float: left;
    margin-top: .375rem;
    margin-right: .25rem;
    fill: #A2AAAD;
    transition-property: transform, fill;
    transition-duration: .75s, .25s; }
    .section--dark .sub-navigation__icon {
      fill: #EAAA00; }
    .sub-navigation--on-this-page .sub-navigation__icon {
      transform: rotate(90deg); }
    .sub-navigation__link:hover .sub-navigation__icon,
    .sub-navigation__link:focus .sub-navigation__icon {
      transform: translateX(0.25rem);
      fill: #005EB8;
      transition-duration: .25s; }
      .section--dark .sub-navigation__link:hover .sub-navigation__icon, .section--dark
      .sub-navigation__link:focus .sub-navigation__icon {
        fill: #CD4C08; }
      .sub-navigation--on-this-page .sub-navigation__link:hover .sub-navigation__icon, .sub-navigation--on-this-page
      .sub-navigation__link:focus .sub-navigation__icon {
        transform: rotate(90deg) translateX(0.25rem); }
    .sub-navigation__link[aria-current="page"] .sub-navigation__icon {
      fill: #005EB8; }

.tag {
  display: inline-block;
  height: 1.25rem;
  margin-bottom: .75rem;
  padding: .125rem .5rem;
  border-radius: .625rem;
  background-color: #9BD3DD;
  color: #002855;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  text-decoration: none; }
  a[href].tag:hover, a[href].tag:focus {
    background-color: #EAAA00;
    color: #002855; }

.alert {
  display: grid;
  grid-gap: .75rem 1.5rem;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-template-areas: "icon icon" "message message";
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  border-radius: .25rem;
  border-left: 0.25rem solid #0033A0;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  font-size: 1.25rem; }
  @media screen and (min-width: 35em) {
    .alert {
      grid-template-areas: "icon message"; } }
  .alert--text-only {
    grid-template-areas: "message message"; }
  .alert--widget {
    grid-column: 1 / -1;
    margin-top: 4rem; }
    @media screen and (min-width: 60em) {
      .alert--widget {
        grid-column: 1;
        max-width: 30rem; } }
    @media screen and (min-width: 77.5em) {
      .alert--widget {
        margin-right: 4rem; } }
  .alert--medium {
    border-left-color: #EAAA00; }
  .alert--high {
    border-left-color: #CD4C08; }
  .alert__icon {
    grid-area: icon;
    background-color: #A2AAAD; }
    .alert--medium .alert__icon {
      background-color: #EAAA00; }
    .alert--high .alert__icon {
      background-color: #CD4C08; }
  .alert__svg {
    fill: #002855; }
    .alert--high .alert__svg {
      fill: white; }
  .alert__message {
    grid-area: message; }
  .alert__heading {
    margin-top: 0;
    margin-bottom: .5em;
    color: #0033A0;
    font-size: 1.5rem; }
  .alert p, .alert .glossary__definition {
    margin-top: 0;
    margin-bottom: 0; }

.basic-section {
  z-index: 1;
  text-align: center; }
  .basic-section__heading {
    margin-top: 0;
    padding-top: 1em;
    border-top: 0.0625rem solid #A2AAAD; }
    .basic-section--dark .basic-section__heading {
      border-top-color: #002855;
      color: white; }

.fancy-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1); }

.footer-links {
  grid-column-end: span 3; }
  @media screen and (min-width: 60em) {
    .footer-links {
      grid-column-end: auto; }
      .footer-links--resources {
        grid-column-end: span 2; } }
  .footer-links__title {
    position: relative;
    color: currentColor;
    font-size: 2.25rem;
    line-height: 1.1; }
    @media screen and (min-width: 60em) {
      .footer-links__title:first-child {
        margin-top: 0; } }
    .footer-links__title::before {
      content: "";
      position: absolute;
      top: 0;
      left: -1.25rem;
      display: block;
      width: .5rem;
      height: 100%;
      background-color: #EAAA00; }

.glossary {
  margin-top: 1.875rem;
  margin-bottom: 0; }
  .glossary__term {
    margin-top: 0;
    margin-bottom: .5em;
    color: #333F48; }
  .glossary__definition {
    margin-left: 2rem; }
    .glossary__definition + .glossary__term {
      margin-top: 1em; }
  .glossary strong {
    color: #6d787c; }

.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 3em 1em;
  margin-top: 1.875rem; }
  .media-grid__thumbnail {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
    transition: all ease-out 0.25s; }
    .media-grid__link:hover .media-grid__thumbnail,
    .media-grid__link:focus .media-grid__thumbnail {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
      transform: translateY(-0.125rem); }
  .media-grid__actions--share {
    margin-top: 0;
    border-top: 0; }

.media-post {
  overflow: hidden;
  margin-top: 1.875rem; }
  .media-post__body {
    display: block; }
    @media screen and (max-width: 29.9375em) {
      .media-post__body {
        padding: 1rem; } }
  @media screen and (min-width: 48em) {
    .media-post p:not([class]), .media-post .glossary__definition:not([class]) {
      font-size: 1.5rem;
      line-height: 1.4; } }
  .media-post p:first-child, .media-post .glossary__definition:first-child {
    margin-top: 0; }
  .media-post__note {
    color: #6d787c;
    font-size: 1.125rem;
    line-height: 1.3; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem; }
  .pagination__current {
    flex: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.25;
    text-align: center; }
    .pagination__current-small {
      margin-top: .5rem;
      font-size: 1rem; }
  .pagination__previous {
    margin-right: 1rem; }

.places {
  list-style-type: none;
  padding-left: 0;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5; }
  @media screen and (min-width: 67.5em) {
    .places {
      font-size: 1.5rem;
      line-height: 1.4; } }

.place {
  margin-top: 1em;
  font-style: normal; }
  .place__name {
    color: #CD4C08; }

.presenter {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: auto 1fr;
  grid-template-areas: "details details";
  align-items: center;
  margin-top: 1.875rem; }
  .presenter--has-photo {
    grid-template-areas: "photo ." "details details"; }
    @media screen and (min-width: 40em) {
      .presenter--has-photo {
        grid-template-areas: "photo details"; } }
  .presenter__details {
    grid-area: details; }
  .presenter__name {
    margin-top: 0; }
  .presenter__credentials {
    font-size: 1.25rem; }
  .presenter__title {
    margin-top: .5em;
    line-height: 1.35; }
  .presenter__photo {
    grid-area: photo;
    max-width: 20rem; }

.search-form {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #f6f7f7;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
  .search-form__label {
    margin-left: 1rem;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.125rem; }
  .search-form__group {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: .5rem;
    margin-top: .75rem;
    border-radius: 1.75rem;
    background-color: white;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1); }
  .search-form__input {
    grid-column: 1 / -1;
    grid-row-start: 1;
    width: 100%;
    height: 3.5rem;
    padding: 1rem 4.25rem 1rem 1rem;
    border-radius: 1.75rem;
    background-color: white;
    border: none;
    font-size: 1.125rem; }
  .search-form__button {
    grid-column-start: 2;
    grid-row-start: 1;
    margin-top: .25rem;
    margin-right: .25rem; }

@media screen and (min-width: 30em) {
  .search-results-count {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr auto;
    align-items: center; } }

.stat {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
  .stat__graphic {
    display: block;
    width: 100%;
    height: auto; }
  .stat__text {
    font-size: 1.875rem; }
  .stat__highlight {
    display: block;
    color: #9BD3DD;
    font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
    font-size: 4rem;
    line-height: 1; }

.video-playlist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22.5rem, 1fr));
  grid-gap: 3rem 2rem;
  margin-top: 1.875rem; }
  @media screen and (min-width: 32em) {
    .video-playlist__link {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-column-gap: 1em; } }
  .video-playlist__thumbnail {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
    transition-property: transform;
    transition-duration: .25s; }
    .video-playlist__link:hover .video-playlist__thumbnail,
    .video-playlist__link:focus .video-playlist__thumbnail {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
      transform: translateY(-0.125rem); }
  .video-playlist__title {
    display: block;
    margin-top: 1rem;
    font-size: 1.25em;
    line-height: 1.4; }
    @media screen and (min-width: 32em) {
      .video-playlist__title {
        margin-top: 0; } }

.widget {
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: start;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #333F48;
  font-size: 1.125rem;
  line-height: 1.5; }
  @media screen and (min-width: 60em) {
    .widget {
      grid-column: 1; } }
  .widget__title {
    margin-top: 0;
    margin-bottom: 1rem;
    scroll-margin-top: 2rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    border-bottom: 0.5rem solid #333F48; }
  .widget h3 {
    color: #CD4C08;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.4; }
    .widget h3 + p, .widget h3 + .glossary__definition {
      margin-top: .5em; }
  .widget p, .widget .glossary__definition {
    font-size: 1.125rem;
    line-height: 1.5; }
  .widget li {
    margin-top: .5em; }

@supports (display: grid) {
  .hero {
    padding-top: calc(125px + 20rem); }
    @media screen and (min-width: 45em) {
      .hero {
        padding-top: calc(125px + 30rem); } }
    @media screen and (min-width: 60em) {
      .hero {
        padding-top: 0; } } }

@media screen and (min-width: 60em) {
  .hero__background-frame::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to right, white 1rem, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 50%), linear-gradient(123.75deg, white, rgba(255, 255, 255, 0) 30%); }
    .hero--dark .hero__background-frame::after {
      background-image: linear-gradient(to right, #000a15 1rem, rgba(0, 10, 21, 0.8) 20%, rgba(0, 10, 21, 0) 50%), linear-gradient(123.75deg, #000a15, rgba(0, 10, 21, 0) 30%); } }

.hero__body {
  padding-top: 2rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), white 24rem); }
  @media screen and (min-width: 60em) {
    .hero__body {
      background-image: linear-gradient(rgba(255, 255, 255, 0), white 40rem), linear-gradient(to right, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.05) 100%); } }
  .hero--dark .hero__body {
    background-image: linear-gradient(rgba(0, 10, 21, 0.75), #000a15 24rem); }
    @media screen and (min-width: 60em) {
      .hero--dark .hero__body {
        background-image: linear-gradient(rgba(0, 10, 21, 0), #000a15 40rem), linear-gradient(to right, rgba(0, 10, 21, 0.05) 20%, rgba(0, 10, 21, 0.8) 40%, rgba(0, 10, 21, 0.8) 75%, rgba(0, 10, 21, 0.05) 100%); } }

.hero__label {
  position: absolute;
  bottom: calc(100% - .5rem);
  margin-bottom: 0; }

.page--changing-health {
  --slash-color: #dbe8f5; }

.heart {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  max-width: 30rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  color: #005EB8;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
  @media screen and (min-width: 67.5em) {
    .heart {
      position: -webkit-sticky;
      position: sticky;
      top: 4rem;
      grid-column: 1;
      grid-row: 1 / span 2; } }
  .heart__graphic {
    display: block;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 67.5em) {
      .heart__graphic {
        transform: translate(-6rem, 0);
        width: 30rem; } }
    @media screen and (min-width: 100em) {
      .heart__graphic {
        transform: translate(-16rem, -4rem); } }
  .heart__text {
    position: relative;
    color: #002855;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.5rem; }
    @media screen and (min-width: 36.25em) {
      .heart__text {
        font-size: 1.75rem; } }
    @media screen and (min-width: 67.5em) {
      .heart__text {
        margin-left: 2rem;
        margin-right: 2rem; } }
    .heart__text::before {
      content: "";
      position: absolute;
      top: 0;
      left: -1.5rem;
      display: block;
      width: .5rem;
      height: 100%;
      background-color: #EAAA00; }
  .heart + .page-primary {
    margin-top: 8rem; }

.page--community .wvu-footer {
  background-color: #002855;
  color: white; }

@keyframes anime {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.map__graphic-container {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  overflow: hidden;
  /*display: flex;*/
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  height: 100vh; }

.map__graphic {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -400px;
  margin-left: -600px;
  /*width: 30rem;
        height: 20rem;*/
  /*margin: auto;*/
  width: 75rem;
  height: 50rem;
  transform: scale(0.375); }
  @media screen and (min-width: 620px) {
    .map__graphic {
      transform: scale(0.5); } }
  @media screen and (min-width: 920px) {
    .map__graphic {
      transform: scale(0.75);
      /*width: 52.5rem;
            height: 35rem;*/ } }
  @media screen and (min-width: 1280px) {
    .map__graphic {
      transform: scale(1);
      /*width: 75rem;
            height: 50rem;*/ } }
  .map__graphic-step {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    visibility: hidden;
    /*width: 30rem;
            height: 20rem;*/
    margin: auto;
    transition-property: visibility;
    transition-duration: .25s;
    /*@media screen and (min-width: 920px) { 
                width: 52.5rem;
                height: 35rem;
            }*/
    /*@media screen and (min-width: 1280px) {*/
    width: 75rem;
    height: 50rem;
    /*}*/ }
    .map__graphic-step.in-view {
      visibility: visible;
      transition-property: visibility;
      transition-duration: 1s; }

.map__svg {
  width: 100%;
  height: 100%;
  /*width: 30rem;
        height: 20rem;*/
  /*@media screen and (min-width: 920px) { 
            width: 52.5rem;
            height: 35rem;
        }*/
  /*@media screen and (min-width: 1280px) {*/
  width: 75rem;
  height: 50rem;
  /*}*/ }
  .map__svg--background {
    fill: #e3e6e6; }
    .map__svg--background .county {
      fill: #c7ccce; }
  .map__svg--counties .county {
    opacity: 0; }
    .map__svg--counties .county--highlight {
      fill: #EAAA00;
      transition-property: opacity;
      transition-duration: .25s; }
      .in-view .map__svg--counties .county--highlight {
        opacity: 1;
        transition-property: opacity;
        transition-duration: .25s;
        /*transition-delay: .25s;*/ }

.map__steps {
  grid-column: 1 / -1;
  grid-row: 1;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .map__steps {
      text-align: left; } }

.map__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh; }
  @media screen and (min-width: 1280px) {
    .map__step {
      display: grid; } }

.map__stage {
  grid-column: 1;
  grid-row: 1; }
  @media screen and (min-width: 1280px) {
    .map__stage {
      display: flex; } }
  .map__step--1 .map__stage:nth-child(2),
  .map__step--2 .map__stage:nth-child(2),
  .map__step--3 .map__stage,
  .map__step--4 .map__stage:nth-child(2) {
    z-index: 2; }

.map__frame {
  position: relative;
  /*width: 30rem;
        height: 20rem;*/
  margin: auto;
  /*@media screen and (min-width: 920px) { 
            width: 52.5rem;
            height: 35rem;
        }*/
  /*@media screen and (min-width: 1280px) {*/
  width: 75rem;
  height: 50rem;
  /*}*/ }

@media screen and (min-width: 1280px) {
  .map__segment {
    position: absolute; }
    .map__step--1 .map__stage:nth-child(1) .map__segment {
      top: 3rem;
      left: 5.5rem; }
    .map__step--1 .map__stage:nth-child(2) .map__segment {
      top: 34.875rem;
      left: 6.125rem; }
    .map__step--2 .map__stage:nth-child(1) .map__segment {
      top: 3rem;
      left: 43.75rem; }
    .map__step--2 .map__stage:nth-child(2) .map__segment {
      top: 28.625rem;
      left: 30.375rem; }
    .map__step--3 .map__stage:nth-child(1) .map__segment {
      top: 18rem;
      left: 39.125rem; }
    .map__step--3 .map__stage:nth-child(2) .map__segment {
      top: 20rem;
      left: 38.5rem; }
    .map__step--3 .map__stage:nth-child(3) .map__segment {
      top: 44.5rem;
      left: 39.125rem; }
    .map__step--4 .map__stage:nth-child(1) .map__segment {
      top: 10rem;
      left: -9.5rem; }
    .map__step--4 .map__stage:nth-child(2) .map__segment {
      top: 39.875rem;
      left: -9.5rem; } }

.map__segment span {
  display: block; }

.map__highlight {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 20rem; }
  @media screen and (min-width: 920px) {
    .map__step--1 .map__highlight {
      font-size: 42rem;
      line-height: .75; }
    .map__step--2 .map__highlight {
      font-size: 42rem;
      line-height: .75; }
    .map__step--3 .map__highlight {
      font-size: 32rem;
      line-height: .75; }
    .map__step--4 .map__highlight {
      font-size: 40rem;
      line-height: .75;
      letter-spacing: -.125em; } }

.map__text {
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 2.5rem; }
  .map__step--4 .map__text {
    margin-left: 7.125rem;
    margin-top: .5rem; }

.map__subtext {
  display: block;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.875rem; }

.map__marker {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 1.25rem);
  transform-origin: bottom center; }
  .map__marker svg {
    transform: scale(0);
    transform-origin: bottom center;
    transition-property: transform;
    transition-duration: .25s; }
    .in-view .map__marker svg {
      transform: scale(1);
      transition-property: transform;
      transition-duration: .25s;
      transition-delay: .25s; }
  .map__marker--morgantown {
    transform: translate(53px, -160px); }
  .map__marker--charleston {
    transform: translate(-250px, 145px); }
  .map__marker--eastern {
    transform: translate(385px, -115px); }
  .map__marker--beckley {
    transform: translate(-182px, 284px); }
  .map__marker--keyser {
    transform: translate(210px, -115px); }
  .map__marker--clinic-1 {
    transform: translate(-259px, 22px); }
  .map__marker--clinic-2 {
    transform: translate(-235px, -90px); }
  .map__marker--clinic-3 {
    transform: translate(-83px, -258px); }
  .map__marker--clinic-4 {
    transform: translate(-105px, -175px); }
  .map__marker--clinic-5 {
    transform: translate(-93px, 65px); }
  .map__marker--clinic-6 {
    transform: translate(-100px, 150px); }
  .map__marker--clinic-7 {
    transform: translate(-22px, -85px); }
  .map__marker--clinic-8 {
    transform: translate(0px, 0px); }
  .map__marker--clinic-9 {
    transform: translate(53px, -160px); }
  .map__marker--clinic-10 {
    transform: translate(151px, -127px); }
  .map__marker--clinic-11 {
    transform: translate(226px, -121px); }
  .map__marker--clinic-12 {
    transform: translate(397px, -130px); }
  .map__marker--clinic-13 {
    transform: translate(429px, -107px); }

.bonnies-bus__stat {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  color: #8c969a; }

.bonnies-bus__text, .bonnies-bus__highlight {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 1; }
  @media screen and (min-width: 33.75em) {
    .bonnies-bus__text, .bonnies-bus__highlight {
      font-size: 2.5rem; } }
  @media screen and (min-width: 45em) {
    .bonnies-bus__text, .bonnies-bus__highlight {
      font-size: 3.5rem; } }
  @media screen and (min-width: 51.25em) {
    .bonnies-bus__text, .bonnies-bus__highlight {
      font-size: 4rem; } }
  @media screen and (min-width: 60em) {
    .bonnies-bus__text, .bonnies-bus__highlight {
      font-size: 2.5rem; } }
  @media screen and (min-width: 71.25em) {
    .bonnies-bus__text, .bonnies-bus__highlight {
      font-size: 3.5rem; } }
  @media screen and (min-width: 80em) {
    .bonnies-bus__text, .bonnies-bus__highlight {
      font-size: 4rem; } }

.bonnies-bus__text {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif; }

.bonnies-bus__highlight {
  display: inline-block;
  color: #f535c7; }

.bonnies-bus__bus {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 200vw;
  height: 100%;
  background-color: red; }

.bonnies-bus__graphic {
  flex: 0 0 auto;
  width: auto;
  height: 100%; }

@media screen and (min-width: 55em) {
  .teaching__body {
    background-image: linear-gradient(white 2rem, rgba(255, 255, 255, 0) 12rem), linear-gradient(to top, white 2rem, rgba(255, 255, 255, 0) 12rem), linear-gradient(to top, rgba(255, 255, 255, 0.5) 12rem, rgba(255, 255, 255, 0) 50%); }
  .wvu-steps__body {
    background-image: linear-gradient(white 2rem, rgba(255, 255, 255, 0) 12rem), linear-gradient(to top, white 2rem, rgba(255, 255, 255, 0) 12rem), linear-gradient(to right, white 1rem, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 50%); }
  .hands-on__body {
    background-image: linear-gradient(to right, #fdf7e6 1rem, rgba(253, 247, 230, 0.8) 20%, rgba(253, 247, 230, 0) 50%); } }

.page--research .section {
  --heading-color: #9BD3DD;
  --slash-color: #0f1923; }

@media screen and (min-width: 80em) {
  .r1-stat {
    align-items: center; } }

.r1-stat__graphic {
  grid-column: 1 / -1;
  max-width: 60rem; }
  @media screen and (min-width: 80em) {
    .r1-stat__graphic {
      grid-column: span 2; } }
  .prepare .r1-stat__graphic {
    animation-name: smooth-entry-right;
    animation-duration: .5s;
    animation-delay: .075s;
    animation-fill-mode: both;
    animation-play-state: paused; }
  .in-view .r1-stat__graphic {
    animation-play-state: running; }
  .exit .r1-stat__graphic {
    animation-name: smooth-exit-left;
    animation-duration: .075s;
    animation-delay: .075s; }

.r1-stat__text {
  grid-column: 1 / -1;
  margin-top: 2rem; }
  @media screen and (min-width: 48.75em) {
    .r1-stat__text {
      grid-column: span 2; } }
  @media screen and (min-width: 80em) {
    .r1-stat__text {
      grid-column: auto;
      margin-top: 0; } }
  .prepare .r1-stat__text {
    animation-name: smooth-entry-up;
    animation-duration: .5s;
    animation-delay: .075s;
    animation-fill-mode: both;
    animation-play-state: paused; }
  .in-view .r1-stat__text {
    animation-play-state: running; }
  .exit .r1-stat__text {
    animation-name: smooth-exit-down;
    animation-duration: .075s;
    animation-delay: .075s; }

@media screen and (min-width: 55em) {
  .breaking-new-ground__body {
    background-image: linear-gradient(#000a15 2rem, rgba(0, 10, 21, 0) 24rem), linear-gradient(to top, #000a15 2rem, rgba(0, 10, 21, 0) 24rem), linear-gradient(to right, #000a15 4rem, rgba(0, 10, 21, 0.5) 40%, rgba(0, 10, 21, 0) 50%); } }

.diversity-letter:nth-child(1) {
  color: #BE3A34; }

.diversity-letter:nth-child(2) {
  color: #005EB8; }

.diversity-letter:nth-child(3) {
  color: #EAAA00; }

.diversity-letter:nth-child(4) {
  color: #657A68; }

.diversity-letter:nth-child(5) {
  color: #7C736A; }

.diversity-letter:nth-child(6) {
  color: #002855; }

.diversity-letter:nth-child(7) {
  color: #CD4C08; }

.diversity-letter:nth-child(8) {
  color: #0D5257; }

.page--who-we-are .wvu-footer {
  background-color: #000a15;
  color: white; }

.section--diversity {
  --slash-color: #9ABEAA;
  overflow: hidden; }

.mountains {
  background-image: radial-gradient(circle at 75% 40%, white 10%, rgba(255, 255, 255, 0) 20%), linear-gradient(white, #9BD3DD 25%); }
  .mountains__background {
    overflow: visible; }
  .mountains__layer {
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 99rem auto; }
    .mountains__layer--1 {
      background-image: url(../Images/Who-We-Are/Mountain-1.svg); }
    .mountains__layer--2 {
      background-image: url(../Images/Who-We-Are/Mountain-2.svg); }
    .mountains__layer--3 {
      background-image: url(../Images/Who-We-Are/Mountain-3.svg); }
    .mountains__layer--4 {
      top: -13rem !important;
      background-image: url(../Images/Who-We-Are/flag-guy.png);
      background-repeat: no-repeat; }
    .mountains__layer--5 {
      top: -16rem !important;
      height: 1980px !important;
      background-image: url(../Images/Who-We-Are/Mountain-4.svg); }
  .mountains__body {
    padding-top: 0 !important; }
    @media screen and (min-width: 55em) {
      .mountains__body {
        padding-top: 8rem !important; } }
  @media screen and (min-width: 55em) {
    .mountains__callout {
      margin-top: 32rem; } }
  @media screen and (min-width: 80em) {
    .mountains__callout {
      margin-top: 20rem; } }

.resources {
  --heading-color: white;
  background-image: linear-gradient(rgba(0, 10, 21, 0.9), #000a15), url(../Images/campus-shot-01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  .resources__grid {
    display: grid;
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "leadership leadership"  "information information"  "community community"  "campuses campuses"  "schools schools"  "media media"  "address address"  "connect connect";
    align-content: start; }
    @media screen and (min-width: 42.5em) {
      .resources__grid {
        grid-template-areas: "leadership leadership"  "information information"  "community community"  "campuses schools"  "media media"  "address connect"; } }
    @media screen and (min-width: 67.5em) {
      .resources__grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "leadership information information"  "leadership community community"  "leadership campuses schools"  "leadership media media"  "leadership address connect"  "leadership . ."; } }
  .resources__block {
    margin-top: 4rem; }
    .resources__block--leadership {
      grid-area: leadership; }
    .resources__block--information {
      grid-area: information; }
    .resources__block--community {
      grid-area: community; }
    .resources__block--campuses {
      grid-area: campuses; }
    .resources__block--schools {
      grid-area: schools; }
    .resources__block--media {
      grid-area: media;
      max-width: 80ch; }
    .resources__block--address {
      grid-area: address; }
    .resources__block--connect {
      grid-area: connect; }
  .resources__subtitle {
    position: relative;
    margin-top: 0;
    margin-bottom: .5em;
    color: white; }
    .resources__subtitle::before {
      content: "";
      position: absolute;
      top: 0;
      left: -1.25rem;
      display: block;
      width: .5rem;
      height: 100%;
      background-color: #EAAA00; }
  @media screen and (min-width: 42.5em) {
    .resources__columns {
      columns: 2;
      column-gap: 4rem; } }

.leadership + .leadership {
  margin-top: 1rem !important; }

.leadership__credential, .leadership__title {
  font-size: 1rem; }
  @media screen and (min-width: 48em) {
    .leadership__credential, .leadership__title {
      font-size: 1.25rem; } }

.leadership__title {
  display: block; }

.address {
  margin-top: 1em;
  font-style: normal; }

.connect {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1em; }
  .connect__item {
    line-height: normal; }
  .connect__button {
    position: relative;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    text-align: center; }
    .connect__button--facebook {
      background-color: #1877f2; }
      .connect__button--facebook:hover, .connect__button--facebook:focus {
        background-color: #0d68df; }
    .connect__button--twitter {
      background-color: #55acee; }
      .connect__button--twitter:hover, .connect__button--twitter:focus {
        background-color: #399eeb; }
    .connect__button--youtube {
      background-color: #e52d27; }
      .connect__button--youtube:hover, .connect__button--youtube:focus {
        background-color: #d41f1a; }
    .connect__button-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      fill: white; }

.campus-overview {
  --background-color: #002855; }
  .campus-overview__background-image {
    opacity: .1;
    background-blend-mode: multiply; }
  .campus-overview__video-control {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    right: 2rem; }
    .campus-overview__video-control[hidden] {
      display: none; }
    .campus-overview__video-control:focus {
      outline-color: white; }
  @media screen and (min-width: 60em) {
    .campus-overview__grid {
      grid-template-rows: auto auto auto 1fr; }
    .campus-overview__primary {
      grid-row: 2 / -1; } }
  .campus-overview__sub-navigation {
    grid-row: auto !important; }

.campus-visit iframe {
  display: block;
  width: 100%;
  margin-top: 1.875rem; }
  .campus-visit iframe:focus {
    outline: .125rem dashed white;
    outline-offset: .25rem; }

.campus-visit__resources {
  grid-column: 1 / -1;
  margin-top: 4rem; }
  @media screen and (min-width: 60em) {
    .campus-visit__resources {
      grid-column: 1;
      grid-row-start: 2;
      margin-top: 1.5rem; } }
  .campus-visit__resources-heading {
    font-size: 2.5rem; }

.tour {
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 12rem);
  margin-top: 4rem;
  background-color: #002855; }
  @media screen and (min-width: 102em) {
    .tour {
      margin-left: -4rem;
      margin-right: -4rem; } }
  .tour__welcome {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    color: white;
    background-color: rgba(0, 40, 85, 0.95); }
    .tour__welcome.is-hidden {
      opacity: 0;
      visibility: hidden;
      transition-property: opacity, visibility;
      transition-duration: .35s;
      transition-delay: .25s;
      transition-timing-function: linear; }
    .tour__welcome-message {
      max-width: 32ch;
      margin-bottom: 4rem;
      font-size: 1.5rem;
      line-height: 1.3;
      text-align: center; }
      @media screen and (min-width: 42.5em) {
        .tour__welcome-message {
          font-size: 2.5rem; } }
      .is-hidden .tour__welcome-message {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-1rem);
        transition-property: opacity, visibility, transform;
        transition-duration: .25s;
        transition-timing-function: linear; }
    .tour__welcome-button[hidden], .tour__welcome-link[hidden] {
      display: none; }
    .tour__welcome.is-hidden .tour__welcome-button {
      opacity: 0;
      visibility: hidden;
      transform: translateY(1rem);
      transition-property: opacity, visibility, transform;
      transition-duration: .25s;
      transition-timing-function: linear; }
  .tour__container {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    @media screen and (min-width: 80em) {
      .tour__container {
        flex-direction: row; } }
  .tour__map {
    position: relative;
    flex-grow: 1; }
    @media screen and (min-width: 80em) {
      .tour__map {
        order: 1; } }
  .tour__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .tour-nav {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth; }
    @media screen and (min-width: 80em) {
      .tour-nav {
        flex: 0 0 25rem; } }
    .tour-nav__heading {
      flex: 0 0 auto;
      margin-top: 1rem;
      margin-bottom: 0;
      padding-bottom: 1rem;
      padding-left: 2rem;
      padding-right: 2rem;
      border-bottom: 0.0625rem solid #001e41;
      color: white;
      font-size: 1.25rem; }
    .tour-nav__scroll-container {
      position: relative;
      flex-grow: 1;
      overflow-x: auto;
      scroll-snap-type: x mandatory; }
      @media screen and (min-width: 80em) {
        .tour-nav__scroll-container {
          overflow: auto; } }
    .tour-nav__items {
      display: inline-flex;
      padding-bottom: 1rem;
      padding-right: 1rem; }
      @media screen and (min-width: 80em) {
        .tour-nav__items {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%; } }
    .tour-nav__item {
      scroll-snap-align: start;
      width: calc(100vw - 4rem);
      max-width: 20rem;
      padding-top: 1rem;
      padding-left: 1rem; }
      @media screen and (min-width: 80em) {
        .tour-nav__item {
          width: auto;
          max-width: none; } }
    .tour-nav__link {
      min-height: 6rem;
      padding: 1rem;
      width: 100%;
      background-color: #005EB8;
      color: white;
      text-align: left; }
      .tour-nav__link[aria-current="true"] {
        background-color: #EAAA00;
        color: #002855; }
      .tour-nav__link::after {
        top: 1rem;
        left: 1rem; }
    .tour-nav__title {
      pointer-events: none;
      font-size: 1.125rem;
      line-height: 1.3; }
    .tour-nav__summary {
      margin-top: auto;
      padding-top: 1rem;
      color: #51585b;
      font-size: .875rem; }
      [aria-current="true"] .tour-nav__summary {
        color: white; }

.page--content .grid {
  grid-template-rows: auto auto auto auto auto 1fr; }

@media screen and (min-width: 60em) {
  .page--content .page-primary:not(.page-header) {
    grid-row: 2 / -1; } }

.story-entries {
  margin-top: 2rem; }
  .story-entries--4up, .story-entries--stacked, .story-entries--inline {
    display: grid;
    grid-gap: 2rem;
    margin-top: 0; }
  @media screen and (min-width: 40em) {
    .story-entries--4up {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 80em) {
    .story-entries--4up {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (min-width: 64em) {
    .story-entries--stacked {
      grid-gap: 4rem;
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 80em) {
    .story-entries--stacked {
      grid-template-columns: 6fr 4fr; } }
  @media screen and (min-width: 40em) {
    .story-entries--inline {
      grid-template-columns: repeat(2, 1fr); }
      .story-entries--inline .story-entry--featured {
        grid-column: span 2; } }
  @media screen and (min-width: 80em) {
    .story-entries--inline {
      grid-template-columns: repeat(4, 1fr); } }

.story-entry {
  position: relative;
  display: grid;
  grid-column-gap: 2rem;
  grid-template-columns: auto 1fr;
  grid-template-areas: "story-entry-image story-entry-body";
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-decoration: none; }
  .story-entry--condensed {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #e3e6e6; }
  .story-entry--reversed {
    grid-template-columns: 1fr auto;
    grid-template-areas: "story-entry-body story-entry-image";
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.0625rem solid #e3e6e6; }
  .story-entry--card {
    overflow: hidden;
    display: revert;
    margin-top: 0;
    margin-bottom: 0; }
  .story-entry__image-container {
    grid-area: story-entry-image;
    overflow: hidden;
    width: 7.5rem;
    height: 7.5rem;
    /*.story-entry--featured:only-child & {
            padding-top: 56.25%;
        }*/ }
    @media screen and (min-width: 52.5em) {
      .story-entry__image-container {
        width: 10.9375rem;
        height: 8.75rem; } }
    .story-entry--condensed .story-entry__image-container {
      width: 5.625rem;
      height: 5.625rem; }
    .story-entry--card .story-entry__image-container {
      position: relative;
      width: auto;
      height: 0;
      padding-top: 50%;
      background-color: #002855; }
    .story-entry--card:not(.story-entry--featured):not(.story-entry--portrait) .story-entry__image-container {
      border-bottom: 0.375rem solid #cde9ee; }
    .story-entry--featured:not(:only-child) .story-entry__image-container {
      height: 100%;
      min-height: 30rem;
      padding-top: 0; }
    .story-entry--portrait .story-entry__image-container {
      height: 100%;
      height: auto;
      padding-top: 0; }
  .story-entry__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .story-entry--card:not(.story-entry--portrait) .story-entry__image {
      position: absolute;
      top: 0; }
  .story-entry__body {
    grid-area: story-entry-body; }
    .story-entry--featured .story-entry__body {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding-top: 3.75rem;
      background-image: linear-gradient(rgba(0, 10, 21, 0), rgba(0, 10, 21, 0.86) 8rem);
      color: white; }
    .story-entry--portrait .story-entry__body {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding-top: 3.75rem;
      background-image: linear-gradient(rgba(0, 10, 21, 0), rgba(0, 10, 21, 0.86) 8rem);
      color: white; }
  .story-entry__category {
    align-self: flex-start; }
    .story-entry--condensed .story-entry__category {
      margin-bottom: .25rem; }
    .story-entry--bestlife .story-entry__category {
      background-color: white;
      border: .0625rem solid #e8021d;
      color: #e8021d; }
    .story-entry--cnn .story-entry__category {
      background-color: #c00;
      color: white; }
  .story-entry__title {
    margin-top: 0;
    margin-bottom: 0;
    color: #333F48;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.25rem;
    line-height: 1.25; }
    @media screen and (min-width: 38.75em) {
      .story-entry__title {
        font-size: 1.5rem; } }
    @media screen and (min-width: 52.5em) {
      .story-entry__title {
        font-size: 2rem;
        line-height: 1.2; } }
    .story-entry--condensed .story-entry__title {
      font-size: 1.125rem; }
    .story-entry--reversed .story-entry__title,
    .story-entry--card .story-entry__title {
      margin-bottom: 2rem; }
    .story-entry--card:not(.story-entry--featured) .story-entry__title {
      font-size: 1.125rem;
      line-height: 1.3; }
    .story-entry--portrait .story-entry__title,
    .story-entry--featured .story-entry__title {
      color: white; }
    .story-entry--featured:only-child .story-entry__title {
      max-width: 48ch;
      font-size: 2.75rem;
      line-height: 1.2; }
  .story-entry__link {
    color: currentColor;
    text-decoration: none; }
    .story-entry--condensed .story-entry__link {
      display: grid;
      grid-gap: 1.5rem;
      grid-template-columns: 1fr auto; }
    .story-entry--card .story-entry__link {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
    .story-entry__link:hover, .story-entry__link:focus {
      color: currentColor;
      text-decoration: underline; }
  .story-entry__icon {
    align-self: end;
    fill: #A2AAAD;
    transition-property: transform, fill;
    transition-duration: .75s, .25s; }
    .story-entry__link:hover .story-entry__icon,
    .story-entry__link:focus .story-entry__icon {
      transform: translateX(0.25rem);
      fill: #005EB8;
      transition-duration: .25s; }
  .story-entry__timestamp, .story-entry__time {
    position: relative;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #6d787c;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4; }
    .section--dark .story-entry__timestamp, .section--dark .story-entry__time {
      color: white; }
    .story-entry--reversed .story-entry__timestamp,
    .story-entry--card .story-entry__timestamp, .story-entry--reversed .story-entry__time,
    .story-entry--card .story-entry__time {
      margin-top: auto;
      font-size: .875rem;
      line-height: 1.4; }
    .story-entry--portrait .story-entry__timestamp,
    .story-entry--featured .story-entry__timestamp, .story-entry--portrait .story-entry__time,
    .story-entry--featured .story-entry__time {
      color: rgba(255, 255, 255, 0.9); }
    .story-entry__timestamp::before, .story-entry__time::before {
      content: "";
      position: absolute;
      top: .125rem;
      left: -.75rem;
      width: .25rem;
      height: 1.25rem;
      background-color: #EAAA00; }
      .story-entry--reversed .story-entry__timestamp::before,
      .story-entry--card .story-entry__timestamp::before, .story-entry--reversed .story-entry__time::before,
      .story-entry--card .story-entry__time::before {
        display: none; }

.page--news .page-body.grid {
  grid-template-rows: auto auto auto auto auto 1fr; }

.page--news .page-primary:nth-child(n+2) {
  grid-row-start: 2;
  grid-row-end: -1; }

@keyframes scroll-sm {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc( -16rem * ( var(--topics-count) / 2 ))); } }

@keyframes scroll-lg {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc( -20rem * var(--topics-count))); } }

.newsroom-header {
  --background-color: #002855;
  --heading-color: white; }
  .newsroom-header--covid-19, .newsroom-header--diversity {
    background-color: #000a15; }
  .newsroom-header__background {
    opacity: .075;
    background-blend-mode: multiply; }
    .newsroom-header--covid-19 .newsroom-header__background {
      opacity: .3; }
    .newsroom-header--diversity .newsroom-header__background {
      opacity: .5; }
  .newsroom-header__body {
    padding-bottom: 2rem; }
  .newsroom-header__heading {
    margin-bottom: 0; }

.newsroom-collection {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .newsroom-collection__title {
    grid-area: news-title;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 0.125rem solid #e3e6e6;
    color: #333F48;
    font-size: 2rem; }
  .newsroom-collection__link {
    display: inline-grid;
    grid-gap: .75rem;
    grid-template-columns: 1fr auto;
    align-items: center;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none; }
    .newsroom-collection__link-icon {
      fill: currentColor;
      transition-property: transform, fill;
      transition-duration: .75s, .25s; }
      .newsroom-collection__link:hover .newsroom-collection__link-icon,
      .newsroom-collection__link:focus .newsroom-collection__link-icon {
        transform: translateX(0.25rem);
        transition-duration: .25s; }
  .newsroom-collection__footer {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 0.0625rem solid #e3e6e6;
    text-align: right; }
  .newsroom-collection .story-entry--reversed .story-entry__title {
    font-size: 1.5rem; }

.newsroom-topics {
  padding-top: 1.5rem;
  background-color: #e3e6e6; }
  .newsroom-topics__container {
    position: relative;
    overflow: hidden;
    width: calc(100% - 2rem);
    max-width: none;
    padding-top: 1rem;
    padding-bottom: 1.5rem; }
  .newsroom-topics__track {
    display: grid;
    grid-template-columns: repeat(var(--topics-count), 16rem);
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    animation-name: scroll-sm;
    animation-duration: calc( 10s * ( var(--topics-count) / 2 ));
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    @media screen and (min-width: 60em) {
      .newsroom-topics__track {
        grid-template-columns: repeat(calc(var(--topics-count) * 2), 20rem);
        grid-template-rows: revert;
        grid-auto-flow: revert;
        animation-name: scroll-lg;
        animation-duration: calc( 10s * var(--topics-count)); } }
    .newsroom-topics__track:hover {
      animation-play-state: paused; }

.newsroom-topic {
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem; }
  .newsroom-topic__link {
    height: 100%;
    padding: 1.25rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 60em) {
      .newsroom-topic__link {
        min-height: 7rem;
        padding-bottom: 2.5rem; } }
    .newsroom-topic__link--commencement {
      background-color: #002855;
      background-image: linear-gradient(rgba(0, 40, 85, 0.85), rgba(0, 40, 85, 0.85)), url(../Images/News/topic-commencement.jpg);
      color: #EAAA00 !important; }
    .newsroom-topic__link--coronavirus {
      background-color: #000a15;
      background-image: linear-gradient(rgba(0, 10, 21, 0.75), rgba(0, 10, 21, 0.75)), url(../Images/News/topic-coronavirus.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      color: white !important; }
    .newsroom-topic__link--diversity {
      background-color: #000a15;
      background-image: linear-gradient(rgba(0, 10, 21, 0.5), rgba(0, 10, 21, 0.5)), url(../Images/News/topic-diversity.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      color: white !important; }
    .newsroom-topic__link--mask-study {
      background-color: #005EB8;
      background-image: url(../Images/News/topic-mask-study.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      color: white !important; }
  .newsroom-topic__title {
    font-size: 1.25rem; }
    @media screen and (min-width: 60em) {
      .newsroom-topic__title {
        font-size: 1.5rem; } }

.newsroom-contents {
  display: grid;
  grid-gap: 3rem;
  grid-template-areas: "in-the-news" "wvu-medicine" "news-categories" "news-search" "wvu-news"; }
  @media screen and (min-width: 51.25em) {
    .newsroom-contents {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto 1fr;
      grid-template-areas: "in-the-news in-the-news" "wvu-medicine wvu-medicine" "news-categories wvu-news" "news-categories news-search";
      align-items: start; } }
  @media screen and (min-width: 77.5em) {
    .newsroom-contents {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto auto 1fr;
      grid-template-areas: "in-the-news news-categories wvu-medicine" "in-the-news news-search wvu-medicine" "in-the-news wvu-news wvu-medicine"; } }

.newsroom-widget {
  max-width: none;
  margin-top: 0;
  margin-right: 0; }
  .newsroom-widget--in-the-news {
    grid-area: in-the-news; }
  .newsroom-widget--wvu-medicine {
    grid-area: wvu-medicine; }
  .newsroom-widget--categories {
    grid-area: news-categories; }
  .newsroom-widget--wvu {
    grid-area: wvu-news; }
  .newsroom-widget--search {
    grid-area: news-search; }
  .newsroom-widget__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    border-bottom-width: .5rem; }
  .newsroom-widget__footer {
    text-align: right; }

.newsroom-banner {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.newsroom-archive {
  padding-top: 4rem; }
  .newsroom-archive__grid {
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "archive-resources archive-stories archive-stories" "archive-categories archive-stories archive-stories" "archive-search archive-stories archive-stories";
    align-items: start; }
  .newsroom-archive__stories {
    grid-area: archive-stories; }
  .newsroom-archive__widget {
    margin-top: 0; }
    .newsroom-archive__widget + .newsroom-archive__widget {
      margin-top: 4rem; }
    .newsroom-archive__widget--resources {
      grid-area: archive-resources; }
    .newsroom-archive__widget--categories {
      grid-area: archive-categories; }
    .newsroom-archive__widget--search {
      grid-area: archive-search; }

.story {
  max-width: 60rem; }
  .story__header--no-media {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.5rem solid #333F48; }
  .story__title {
    font-size: 2.5rem; }
    @media screen and (min-width: 40em) {
      .story__title {
        font-size: 3rem; } }
    @media screen and (min-width: 52.5em) {
      .story__title {
        font-size: 4rem; } }
  .story__lead {
    font-size: 1.875rem; }
  .story__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    font-size: 1.25rem; }
  .story__category, .story__date {
    flex: 0 0 auto;
    margin-top: 1rem;
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: 1.125rem; }
  .story__category {
    display: inline-block;
    margin-right: 2rem;
    padding: .25rem .5rem;
    background-color: #9BD3DD;
    color: #002855;
    text-decoration: none; }
    .story__category:hover, .story__category:focus {
      background-color: #EAAA00;
      color: #002855; }
  .story__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 2rem auto; }
    @media screen and (max-width: 65em) {
      .story__image {
        width: calc(100% + 4rem);
        margin-left: -2rem; } }
  .story__body {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto; }

.share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4rem;
  padding-top: .5rem;
  padding-bottom: 1rem;
  border-top: 0.5rem solid #333F48;
  border-bottom: 0.0625rem solid #333F48; }
  .share__title {
    margin-top: .5rem;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 1.5rem; }
  .share__buttons {
    display: flex;
    justify-content: center; }
  .share__button {
    margin-top: .5rem;
    margin-right: .5rem; }

.related-stories {
  margin-top: 8rem; }
  .related-stories__title {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: .75rem;
    text-align: center;
    border-bottom: 0.0625rem solid #333F48; }

.vp-intro, .vp-blog, .vp-podcast {
  --heading-color: white;
  --slash-color: #EAAA00; }

.vp-intro {
  min-height: 100vh; }
  @media screen and (min-width: 60em) {
    .vp-intro {
      padding-bottom: 39.25rem; } }

.vp-blog::before, .vp-podcast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: .15;
  height: 100%;
  width: 100%;
  filter: url(#noise); }

@media screen and (min-width: 60em) {
  .vp-blog .page-primary {
    margin-top: -30rem; } }

.vp-blog__topograhic-mask {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 350px;
  margin-bottom: -.0625rem;
  fill: #002855; }
  @media screen and (min-width: 60em) {
    .vp-blog__topograhic-mask {
      height: 39.25rem; } }

.vp-podcast {
  background-image: linear-gradient(to top, #002855, rgba(0, 40, 85, 0) 20rem), radial-gradient(circle farthest-side at left bottom, #005EB8, #002855 50%); }

.vp-quicklinks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22.125rem, 1fr));
  grid-gap: 2rem;
  grid-column: 1 / -1;
  margin-top: 4rem; }
  @media screen and (min-width: 67.5em) {
    .vp-quicklinks {
      grid-column: auto;
      grid-row: 1;
      align-self: end; } }

.topographic-pattern {
  position: absolute;
  top: -8rem;
  left: 0;
  width: 100%;
  height: 117.8125rem;
  background-color: #002855; }
  .topographic-pattern__background {
    fill: #000a15; }
  .topographic-pattern__line {
    fill: none;
    stroke: #001429;
    stroke-miterlimit: 10; }

.post-entries {
  grid-column: 2 / span 2;
  margin-top: 4rem; }

.post-entry {
  /*.prepare & {
        animation-name: smooth-entry-right;
        animation-duration: .5s;
        animation-delay: .5s;
        animation-fill-mode: both;
        animation-play-state: paused;
    }    

    .in-view & {
        animation-play-state: running;
    }

    .exit & {
        animation-name: smooth-exit-left;
        animation-duration: .075s;
        animation-delay: .075s;
    }*/ }
  .post-entry + .post-entry {
    margin-top: 1rem; }
  .post-entry__link {
    position: relative;
    display: block;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(51, 63, 72, 0.15);
    color: white;
    text-decoration: none; }
    .post-entry__link:hover, .post-entry__link:focus {
      color: #333F48;
      background-color: #9ABEAA; }
      .post-entry:nth-last-child(4n+2) .post-entry__link:hover, .post-entry:nth-last-child(4n+2) .post-entry__link:focus {
        background-color: #9BD3DD; }
      .post-entry:nth-last-child(4n+3) .post-entry__link:hover, .post-entry:nth-last-child(4n+3) .post-entry__link:focus {
        background-color: #ED8B00; }
      .post-entry:nth-last-child(4n+4) .post-entry__link:hover, .post-entry:nth-last-child(4n+4) .post-entry__link:focus {
        background-color: #FDDA24; }
  .post-entry__body {
    position: relative;
    flex: 1; }
  .post-entry__title {
    margin-top: 0;
    margin-bottom: 0;
    color: #9ABEAA;
    font-size: 2rem;
    line-height: 1.2;
    transition-property: color;
    transition-duration: .25s; }
    .post-entry:nth-last-child(4n+2) .post-entry__title {
      color: #9BD3DD; }
    .post-entry:nth-last-child(4n+3) .post-entry__title {
      color: #ED8B00; }
    .post-entry:nth-last-child(4n+4) .post-entry__title {
      color: #FDDA24; }
    .post-entry__link:hover .post-entry__title,
    .post-entry__link:focus .post-entry__title {
      color: #333F48; }
  .post-entry__date, .post-entry__summary {
    color: currentColor;
    font-size: 1.25rem; }
  .post-entry__date {
    margin-top: .5rem; }
  .post-entry__icon {
    flex: 0 0 auto;
    width: 3rem;
    height: 3rem;
    margin-left: 4rem;
    background-color: #9ABEAA; }
    .post-entry__link:hover .post-entry__icon,
    .post-entry__link:focus .post-entry__icon {
      background-color: #657A68; }
    .post-entry:nth-last-child(4n+2) .post-entry__icon {
      background-color: #9BD3DD; }
    .post-entry:nth-last-child(4n+2) .post-entry__link:hover .post-entry__icon,
    .post-entry:nth-last-child(4n+2) .post-entry__link:focus .post-entry__icon {
      background-color: #333F48; }
    .post-entry:nth-last-child(4n+3) .post-entry__icon {
      background-color: #ED8B00; }
    .post-entry:nth-last-child(4n+3) .post-entry__link:hover .post-entry__icon,
    .post-entry:nth-last-child(4n+3) .post-entry__link:focus .post-entry__icon {
      background-color: #CD4C08; }
    .post-entry:nth-last-child(4n+4) .post-entry__icon {
      background-color: #FDDA24; }
    .post-entry:nth-last-child(4n+4) .post-entry__link:hover .post-entry__icon,
    .post-entry:nth-last-child(4n+4) .post-entry__link:focus .post-entry__icon {
      background-color: #EAAA00; }
    .post-entry__icon svg {
      fill: #333F48; }
      .post-entry__link:hover .post-entry__icon svg,
      .post-entry__link:focus .post-entry__icon svg {
        fill: white; }
      .post-entry:nth-last-child(4n+4) .post-entry__link:hover .post-entry__icon svg,
      .post-entry:nth-last-child(4n+4) .post-entry__link:focus .post-entry__icon svg {
        fill: #333F48; }

.post {
  grid-template-areas: "primary primary primary" "author author author";
  align-items: start; }
  @media screen and (min-width: 960px) {
    .post {
      grid-template-areas: "author primary primary"; } }
  .post__primary {
    grid-area: primary; }
  .post__header {
    margin-bottom: 1.875rem;
    padding-bottom: 1rem;
    border-bottom: 0.125rem solid #001429; }
  .post__title {
    font-size: 4rem; }
  .post__date {
    margin-top: 0;
    font-size: 1.25rem;
    color: white; }
  .post-author {
    grid-area: author;
    max-width: 20rem;
    margin-top: 4rem;
    color: white; }
    @media screen and (min-width: 960px) {
      .post-author {
        margin-top: 0; } }
    .post-author__photo {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      border-radius: 1rem;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1); }
    .post-author__title {
      margin-top: 2rem;
      color: white;
      font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
      font-size: 2rem; }
    .post-author__subtitle {
      display: block;
      font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
      font-size: 1.5rem; }
    .post-author p, .post-author .glossary__definition, .post-author__link {
      font-size: 1.25rem; }
    .post-author__link .arrow-link__icon {
      margin-top: 0; }

.books {
  display: grid;
  grid-column: 1 / -1; }
  @media screen and (min-width: 45em) {
    .books {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 67.5em) {
    .books {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 87.5em) {
    .books {
      grid-template-columns: repeat(4, 1fr); } }

.book {
  margin-top: 4rem; }
  .book__shelf {
    position: relative;
    border-bottom: 0.75rem solid #222a30;
    border-bottom-color: #7C736A; }
    @media screen and (max-width: 44.9375em) {
      .book__shelf {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .book:last-child .book__shelf {
      padding-right: 1rem; }
    @media screen and (min-width: 45em) and (max-width: 67.4375em) {
      .book:nth-child(2n+1) .book__shelf {
        padding-left: 1rem; }
      .book:nth-child(2n+2) .book__shelf {
        padding-right: 1rem; } }
    @media screen and (min-width: 67.5em) and (max-width: 87.4375em) {
      .book:nth-child(3n+1) .book__shelf {
        padding-left: 1rem; }
      .book:nth-child(3n+3) .book__shelf {
        padding-right: 1rem; } }
    @media screen and (min-width: 87.5em) {
      .book:nth-child(4n+1) .book__shelf {
        padding-left: 1rem; }
      .book:nth-child(4n+4) .book__shelf {
        padding-right: 1rem; } }
    .book__shelf-inner {
      position: relative;
      height: 1rem;
      margin-top: -.75rem;
      background-color: #333F48;
      background-color: #6E6259; }
      .book__shelf-inner::before, .book__shelf-inner::after {
        position: absolute;
        z-index: 2;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid; }
      .book__shelf-inner::before {
        left: -1rem;
        transform: rotate(360deg);
        border-width: 0 0 1rem 1rem;
        border-color: transparent transparent #6E6259 transparent; }
        @media screen and (max-width: 44.9375em) {
          .book__shelf-inner::before {
            content: ""; } }
        @media screen and (min-width: 45em) and (max-width: 67.4375em) {
          .book:nth-child(2n+1) .book__shelf-inner::before {
            content: ""; } }
        @media screen and (min-width: 67.5em) and (max-width: 87.4375em) {
          .book:nth-child(3n+1) .book__shelf-inner::before {
            content: ""; } }
        @media screen and (min-width: 87.5em) {
          .book:nth-child(4n+1) .book__shelf-inner::before {
            content: ""; } }
      .book__shelf-inner::after {
        right: -1rem;
        border-width: 1rem 0 0 1rem;
        border-color: transparent transparent transparent #6E6259; }
        @media screen and (max-width: 44.9375em) {
          .book__shelf-inner::after {
            content: ""; } }
        .book:last-child .book__shelf-inner::after {
          content: ""; }
        @media screen and (min-width: 45em) and (max-width: 67.4375em) {
          .book:nth-child(2n+2) .book__shelf-inner::after {
            content: ""; } }
        @media screen and (min-width: 67.5em) and (max-width: 87.4375em) {
          .book:nth-child(3n+3) .book__shelf-inner::after {
            content: ""; } }
        @media screen and (min-width: 87.5em) {
          .book:nth-child(4n+4) .book__shelf-inner::after {
            content: ""; } }
    .book__shelf::after {
      content: "";
      position: absolute;
      z-index: -1;
      bottom: -1rem;
      left: 0;
      display: block;
      width: 100%;
      height: 1rem;
      background-color: black;
      filter: blur(0.5rem);
      opacity: .4; }
  .book__cover {
    position: relative;
    z-index: 1;
    display: block;
    height: 12rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #A2AAAD;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1), 0 0.25rem 1rem rgba(0, 0, 0, 0.25); }
  .book__details {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .book__title {
    margin-top: 0; }
  .book__author {
    margin-top: .5rem;
    color: #6d787c;
    font-size: 1rem;
    line-height: 1.2; }
  .book__snippet {
    margin-top: .25rem;
    font-size: 1rem; }
  .book__link {
    margin-top: .5rem; }

.page--covid-19 .wvu-masthead {
  grid-row-end: auto !important; }

.page--covid-19 .wvu-footer {
  background-color: #000a15;
  color: white; }

.covid-19__sub-navigation {
  align-self: end; }

.covid-19-banner + .page-body {
  margin-top: 4rem; }

.covid-19-banner__body {
  padding-bottom: 4rem;
  background-color: rgba(0, 10, 21, 0.7); }
  @media screen and (min-width: 60em) {
    .covid-19-banner__body {
      padding-bottom: 8rem; } }

@media screen and (min-width: 60em) {
  .covid-19-banner__primary {
    grid-row-end: span 2; } }

.covid-19-banner__heading {
  color: #9BD3DD;
  text-shadow: 0 -0.0625rem 0 rgba(255, 255, 255, 0.8), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.35); }

.covid-19-banner__subheading {
  margin-bottom: 1rem;
  color: white; }

.covid-19-banner__list {
  padding-top: 1.875rem;
  border-top: 0.125rem solid #EAAA00; }

.covid-19-podcast {
  text-align: center; }
  .covid-19-podcast__background-image {
    object-position: center bottom; }
  .covid-19-podcast__body {
    background-image: linear-gradient(to top, #000a15, rgba(0, 10, 21, 0.5) 8rem, rgba(0, 10, 21, 0)); }
  .covid-19-podcast__subheading {
    margin-top: 0;
    margin-bottom: 1rem;
    color: white; }
  .covid-19-podcast__link {
    font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }

.covid-19-announcement__body {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgba(155, 211, 221, 0.96); }

.covid-19-announcement__heading {
  margin-top: 0;
  color: #002855; }

@supports (display: grid) {
  .updates {
    margin-top: 0 !important; }
    @media screen and (min-width: 60em) {
      .updates {
        position: relative;
        z-index: 1;
        margin-top: -8rem !important;
        margin-left: -4rem;
        padding-top: 2rem;
        margin-right: -4rem;
        padding-left: 4rem;
        padding-right: 4rem;
        background-color: white; } } }

.update:not(.update--body) {
  margin-top: 2rem !important;
  padding-bottom: 2rem;
  border-bottom: 0.125rem solid #c7ccce; }

.page--covid-19 .update--announcement {
  border-bottom-color: #EAAA00; }

.update--body {
  max-width: 45rem; }

.update__link {
  display: block; }

.update__header {
  display: flex;
  flex-direction: column; }

.update__title {
  margin-top: 0;
  color: #333F48;
  font-size: 2rem;
  line-height: 1.2; }
  .update--announcement .update__title {
    order: 2;
    margin-top: .5rem; }
  .section--dark .update__title {
    color: white; }

.update__time, .update__status {
  position: relative;
  color: #333F48;
  font-family: "Helvetica Neue LT W01_75 Bold", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }

.update__time {
  order: 1;
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.4; }
  .update--body .update__time {
    margin-top: 1rem; }
  .section--dark .update__time {
    color: white; }
  .update__time::before {
    content: "";
    position: absolute;
    top: .125rem;
    left: -.75rem;
    width: .25rem;
    height: 1.25rem;
    background-color: #EAAA00; }

.update__status {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  margin-top: .25rem;
  padding: .125rem .75rem;
  border-radius: 1rem;
  background-color: #297934;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 1rem; }
  .update__status--online-only {
    background-color: #e6eff8;
    background-color: #005EB8; }
  .update__status--suspended {
    background-color: #faede6;
    background-color: #b94507; }
  .update__status--canceled {
    background-color: #f9ebeb;
    background-color: #BE3A34; }

.update__subtitle {
  display: block;
  color: #333F48;
  font-size: 1.75rem;
  line-height: 1.1; }
  .update__time + .update__subtitle {
    margin-top: .5rem; }
  .section--dark .update__subtitle {
    color: white; }

.podcast__body {
  background-image: linear-gradient(to top, #000a15, rgba(0, 10, 21, 0.9) 16rem); }

.podcast__image {
  display: block;
  grid-column: 1 / -1;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 2.25rem;
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06), 0 0.25rem 1rem rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 30em) {
    .podcast__image {
      grid-column-end: span 2; } }
  @media screen and (min-width: 60em) {
    .podcast__image {
      grid-column-end: auto; } }

.podcast__heading {
  text-align: center;
  text-transform: uppercase; }

.podcast__subheading {
  display: block;
  color: #9BD3DD;
  font-size: 3rem; }

.podcast-episode + .podcast-episode {
  margin-top: 3rem;
  border-top: 0.125rem solid #242c36; }

.podcast-episode__title {
  color: #9BD3DD; }

.podcast-episode__transcript {
  color: white; }
  .podcast-episode__transcript-icon {
    background-color: #9BD3DD; }

.podcast-subscriptions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem; }

.prepare .podcast-subscription {
  animation-name: smooth-entry-up;
  animation-duration: .5s;
  animation-delay: .8s;
  animation-fill-mode: both;
  animation-play-state: paused; }
  .prepare .podcast-subscription:nth-child(2) {
    animation-delay: .875s; }

.in-view .podcast-subscription {
  animation-play-state: running; }

.exit .podcast-subscription {
  animation-name: smooth-exit-down;
  animation-duration: .075s;
  animation-delay: .075s; }
  .exit .podcast-subscription:nth-child(2) {
    animation-delay: .15s; }

.podcast-subscription__image {
  display: block;
  transform: translateY(0);
  border-radius: .625rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.45);
  transition-property: transform, box-shadow;
  transition-duration: .25s; }
  .podcast-subscription:hover .podcast-subscription__image,
  .podcast-subscription:focus .podcast-subscription__image {
    transform: translateY(-0.25rem);
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.45); }

.wvu-masthead {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem; }
  @media screen and (max-width: 59.9375em) {
    .page--landing-page .wvu-masthead {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }
  .layout-container .wvu-masthead {
    grid-column: 1 / -1; }
    .page:not(.page--landing-page) .layout-container .wvu-masthead {
      margin-left: -1rem;
      margin-right: -1rem; }
      @media screen and (min-width: 60em) {
        .page:not(.page--landing-page) .layout-container .wvu-masthead {
          margin-left: 0;
          margin-right: 0; } }
    @media screen and (min-width: 60em) {
      .layout-container .wvu-masthead {
        grid-column-end: auto;
        grid-row-end: span 2; }
        @supports (display: grid) {
          .layout-container .wvu-masthead {
            margin-left: 0;
            margin-right: 0; } } }
  @media screen and (min-width: 60em) and (min-width: 80em) {
    .page--diversity .layout-container .wvu-masthead {
      grid-row-end: auto; } }
  @media screen and (min-width: 60em) {
    .section--banner .wvu-masthead {
      margin-bottom: 0; } }
  .wvu-masthead a[href]:focus,
  .wvu-masthead button:focus,
  .wvu-masthead input:focus {
    outline-color: currentColor; }
  .wvu-masthead__skip-nav:focus {
    outline-color: white !important; }
    @media screen and (min-width: 60em) {
      .wvu-masthead__skip-nav:focus {
        outline-color: #002855 !important; }
        .page--dark .wvu-masthead__skip-nav:focus,
        .section--dark .wvu-masthead__skip-nav:focus {
          outline-color: white !important; } }
  @media screen and (min-width: 60em) {
    @supports (display: grid) {
      .wvu-masthead-header {
        background-color: transparent;
        pointer-events: auto; } } }
  @media screen and (min-width: 60em) {
    @supports (display: grid) {
      .grid .wvu-masthead-header__brand {
        padding-left: 0;
        padding-right: 0; }
      .page:not(.page--dark) .wvu-masthead-header__brand {
        color: #002855; }
        .page:not(.page--dark) .wvu-masthead-header__brand[href]:hover, .page:not(.page--dark) .wvu-masthead-header__brand[href]:focus {
          color: #002855; }
      .section--dark .wvu-masthead-header__brand {
        color: white !important; }
        .section--dark .wvu-masthead-header__brand[href]:hover, .section--dark .wvu-masthead-header__brand[href]:focus {
          color: white !important; } }
    .prepare .wvu-masthead-header__brand {
      animation-name: smooth-entry-down;
      animation-duration: .5s;
      animation-delay: .5s;
      animation-fill-mode: both;
      animation-play-state: paused; }
    .in-view .wvu-masthead-header__brand {
      animation-play-state: running; }
    .exit .wvu-masthead-header__brand {
      animation-name: smooth-exit-up;
      animation-duration: .075s;
      animation-delay: .075s; } }
  .wvu-masthead-header__logo-wordmark {
    fill: currentColor; }
  @media screen and (min-width: 60em) {
    @supports (display: grid) {
      .wvu-masthead-nav {
        overflow: visible;
        background-color: transparent; }
        .wvu-masthead-nav__layout {
          display: block; }
        .wvu-masthead-nav__items {
          max-width: 340px; }
        .wvu-masthead-nav__items--primary, .wvu-masthead-nav__items--secondary {
          display: block;
          margin-top: 4rem;
          font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
          font-size: 2rem;
          pointer-events: auto; }
        .wvu-masthead-nav__items--secondary {
          margin-left: 0; }
        .wvu-masthead-nav__item {
          margin-left: -.5rem; }
          .prepare .wvu-masthead-nav__item {
            animation-name: smooth-entry-right;
            animation-duration: .5s;
            animation-delay: .5s;
            animation-fill-mode: both;
            animation-play-state: paused; }
          .prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(1) {
            animation-delay: 0.575s; }
          .prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(2) {
            animation-delay: 0.65s; }
          .prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(3) {
            animation-delay: 0.725s; }
          .prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(4) {
            animation-delay: 0.8s; }
          .prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(5) {
            animation-delay: 0.875s; }
          .in-view .wvu-masthead-nav__item {
            animation-play-state: running; }
          .exit .wvu-masthead-nav__item {
            animation-name: smooth-exit-left;
            animation-duration: .075s;
            animation-delay: .075s; }
          .exit .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(1) {
            animation-delay: 0.075s; }
          .exit .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(2) {
            animation-delay: 0.15s; }
          .exit .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(3) {
            animation-delay: 0.225s; }
          .exit .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(4) {
            animation-delay: 0.3s; }
          .exit .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(5) {
            animation-delay: 0.375s; }
          .wvu-masthead-nav__item + .wvu-masthead-nav__item {
            margin-top: 1rem; }
        .wvu-masthead-nav a {
          position: relative;
          display: inline-block;
          padding: 0 .5rem; }
          .wvu-masthead-nav a:hover, .wvu-masthead-nav a:focus {
            background-color: transparent; }
          .page:not(.page--dark) .wvu-masthead-nav a {
            color: #002855; }
          .section--dark .wvu-masthead-nav a {
            color: white !important; }
        .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta) a::after {
          content: "";
          position: absolute;
          z-index: -1;
          bottom: -.125rem;
          left: 0;
          width: 100%;
          height: .875rem;
          border-radius: .0625rem;
          background-color: #9BD3DD;
          transform: translate3d(0, 0, 0) scaleX(0);
          transform-origin: center right;
          transition-property: transform;
          transition-duration: .5s;
          will-change: transform; }
        .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta) a:hover::after,
        .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta) a:focus::after {
          transform: translate3d(0, 0, 0) scaleX(1);
          transform-origin: center left; }
        .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta).is-current a::after {
          transform: translate3d(0, 0, 0) scaleX(1);
          transform-origin: center left;
          background-color: #EAAA00;
          /*.exit & {
                        animation-name: smooth-exit-left;
                        animation-duration: .075s;
                        animation-delay: .075s;
                    }*/ }
          .prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta).is-current a::after {
            animation-name: scale-line-right;
            animation-duration: .5s;
            animation-delay: .95s;
            animation-fill-mode: both;
            animation-play-state: paused; }
          .in-view .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta).is-current a::after {
            animation-play-state: running; }
        .wvu-masthead-nav__item.is-current a {
          background-color: transparent; }
          .wvu-masthead-nav__item.is-current a:hover, .wvu-masthead-nav__item.is-current a:focus {
            background-color: transparent; }
        .wvu-masthead-nav__item--cta {
          margin-top: 0;
          margin-bottom: 0;
          margin-right: 0; }
          .prepare .wvu-masthead-nav__item--cta {
            animation-delay: 0.95s; }
          .exit .wvu-masthead-nav__item--cta {
            animation-delay: 0.45s; }
          .wvu-masthead-nav__item--cta a {
            display: inline-grid;
            grid-column-gap: .75rem;
            grid-template-columns: auto 1fr;
            padding: 0 .5rem;
            border-radius: 0;
            font-weight: normal;
            background-color: transparent; }
            .wvu-masthead-nav__item--cta a::before {
              content: "";
              display: inline-block;
              float: left;
              width: 2rem;
              height: 2rem;
              margin-top: .4375rem;
              background-image: url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/arrow-icon.svg);
              background-repeat: no-repeat;
              background-position: center center;
              transition-property: transform;
              transition-duration: .75s; }
            .wvu-masthead-nav__item--cta a:hover::before, .wvu-masthead-nav__item--cta a:focus::before {
              transform: translateX(0.25rem); }
        .wvu-masthead-nav__item--return-to-campus a::before {
          background-image: url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/external-link-icon.svg); }
        .wvu-masthead-nav__item--return-to-campus a::after {
          content: "Get information on returning to WVU";
          grid-column: 2 / span 2;
          font-size: 1rem; } } }

.wvu-footer {
  position: relative;
  z-index: 1;
  background-color: white; }
  .page--dark .wvu-footer {
    background-color: #000a15;
    color: white; }
  .wvu-footer a:focus {
    outline-color: currentColor; }
  @media screen and (min-width: 60em) {
    .wvu-footer__layout {
      width: calc(100% - 4rem); } }
