﻿@charset "UTF-8";
/* Iconic theme rules. Don't delete! */
/* Hide all icons that are waiting to be injected */
img.iconic {
  display: none;
  visibility: hidden;
}

/* Make sure filled and text elements only get fills */
.iconic-property-fill, .iconic-property-text {
  stroke: none !important;
}

/* Make sure stroked elements only get strokes */
.iconic-property-stroke {
  fill: none !important;
}

/*! 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;
}

body {
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 100%;
}

/*
a:focus{
    outline: 2px dotted red;
    outline-offset: -2px;

    &:hover{
        outline: none;
    }
}
*/
a:focus, button:focus, input:focus {
  outline: 0.125rem dashed #BE3A34;
  outline-offset: 0.25rem;
}

.site-container {
  overflow: hidden;
}

body.overflow-hidden {
  overflow: hidden;
}

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

input,
select,
textarea {
  margin: 0;
  padding: 0;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

h1, h2, h3, h4, h5, h6, .directory-title, .cal-month, .directory-card__name {
  margin-top: 2em;
  margin-bottom: 0.75em;
  line-height: 1em;
  font-weight: normal;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .directory-title strong, .cal-month strong, .directory-card__name strong {
  font-weight: normal;
}

h1 {
  font-size: 1.75rem;
  color: #002855;
}
@media screen and (min-width: 20em) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  h1 {
    font-size: calc(28px + 8 * ((100vw - 320px) / 479));
  }
}
@media screen and (min-width: 20em) and (min-width: 799px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 50em) {
  h1 {
    font-size: 2.25rem;
  }
}

h2, .directory-title, .cal-month, .profile-title {
  font-size: 1.65rem;
  color: #003a7b;
}
@media screen and (min-width: 20em) {
  h2, .directory-title, .cal-month, .profile-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  h2, .directory-title, .cal-month, .profile-title {
    font-size: calc(26px + 6 * ((100vw - 320px) / 479));
  }
}
@media screen and (min-width: 20em) and (min-width: 799px) {
  h2, .directory-title, .cal-month, .profile-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 50em) {
  h2, .directory-title, .cal-month, .profile-title {
    font-size: 2rem;
  }
}

h3, .directory-card__name {
  font-size: 1.55rem;
  color: #004ca2;
}
@media screen and (min-width: 20em) {
  h3, .directory-card__name {
    font-size: 24px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  h3, .directory-card__name {
    font-size: calc(24px + 4 * ((100vw - 320px) / 479));
  }
}
@media screen and (min-width: 20em) and (min-width: 799px) {
  h3, .directory-card__name {
    font-size: 28px;
  }
}
@media screen and (min-width: 50em) {
  h3, .directory-card__name {
    font-size: 1.75rem;
  }
}

h4 {
  color: #0052ae;
  font-size: 1.5rem;
}

h5 {
  color: #0058bb;
  font-size: 1.35rem;
}

h6 {
  color: #005ec8;
  font-size: 1.15rem;
}

p, #___gcse_0 .gs-snippet {
  font-size: 1rem;
  line-height: 1.5;
  color: #464342;
  font-weight: normal;
}

a, #___gcse_0 .gs-title * {
  color: #0057ab;
  -moz-transition: ease;
  -o-transition: ease;
  -webkit-transition: ease;
  transition: ease;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

a:hover, a:focus, #___gcse_0 .gs-title:hover *, #___gcse_0 .gs-title:focus * {
  color: #002248;
}

iframe {
  margin: 1rem 0;
  max-width: 100%;
}

hr {
  border: none;
  border-top: 0.063rem solid #2C2A29;
  position: relative;
  opacity: 0.15;
  display: block;
  margin: 1.5rem 0;
}
hr::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.75rem;
  top: -0.35rem;
  left: 50%;
  -moz-transform: translateX(-50%) skewX(-33.75deg);
  -ms-transform: translateX(-50%) skewX(-33.75deg);
  -o-transform: translateX(-50%) skewX(-33.75deg);
  -webkit-transform: translateX(-50%) skewX(-33.75deg);
  transform: translateX(-50%) skewX(-33.75deg);
  background-color: #2C2A29;
}

blockquote, .blockquote {
  margin: 0.5rem 0.25rem;
  padding: 4rem 1.5rem;
  position: relative;
  background-color: #FFF;
  z-index: 1;
  box-shadow: 0 0.25rem 1.25rem -0.35rem rgba(44, 42, 41, 0.65);
  overflow: hidden;
  border-radius: 0.3rem;
  font-size: 1.15rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 30em) {
  blockquote, .blockquote {
    font-size: 1.25rem;
    margin: 0.5rem 1rem;
    padding: 2rem 3.5rem;
    box-shadow: 0 0.35rem 1.5rem -0.35rem rgba(44, 42, 41, 0.65);
  }
}
blockquote::before, .blockquote::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2rem;
  left: 1.5rem;
  top: 1rem;
  background-color: #005eb8;
  background-image: linear-gradient(-33.75deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 10%, transparent);
  box-shadow: 1.25rem 0 0 rgba(0, 94, 184, 0.5);
  z-index: -1;
  -moz-transform: skew(-33.75deg);
  -ms-transform: skew(-33.75deg);
  -o-transform: skew(-33.75deg);
  -webkit-transform: skew(-33.75deg);
  transform: skew(-33.75deg);
}
blockquote::after, .blockquote::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2rem;
  right: 1.5rem;
  bottom: 1rem;
  background-color: #005eb8;
  background-image: linear-gradient(146.25deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 10%, transparent);
  box-shadow: -1.25rem 0 0 rgba(0, 94, 184, 0.5);
  z-index: -1;
  -moz-transform: skew(-33.75deg);
  -ms-transform: skew(-33.75deg);
  -o-transform: skew(-33.75deg);
  -webkit-transform: skew(-33.75deg);
  transform: skew(-33.75deg);
}

blockquote p {
  font-size: 1.15rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 30em) {
  blockquote p {
    font-size: 1.25rem;
  }
}

.blockquote {
  display: block;
  margin: 1.5rem 0.5rem;
}
@media screen and (min-width: 30em) {
  .blockquote {
    padding: 3.5rem;
    margin: 2rem 1rem;
  }
}

figure {
  display: table;
  margin: 0;
}

figure img {
  display: block;
  border-top: 0.25rem solid #004382;
}
.welcome-area__introduction-video figure img {
  border-top-color: #EAAA00;
}
figure img .featured-profile, .vaccine-showcase__featured-video figure img {
  border-top: none;
}

figure figcaption {
  display: table-caption;
  caption-side: bottom;
  line-height: 1.5;
  color: #FFF;
  padding: 1rem;
  background-color: #004382;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  position: relative;
  z-index: 0;
  text-shadow: 0 0.063rem 0.125rem #002855;
}
figure figcaption::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0rem;
  top: 0rem;
  z-index: 0;
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.1) 10%, transparent 10%, transparent 70%, rgba(255, 255, 255, 0.06) 70%, rgba(255, 255, 255, 0.03) 85%, rgba(255, 255, 255, 0.12) 85%, transparent 100%);
}

figure figcaption p {
  color: #FFF;
}

figure figcaption a {
  color: #c5e3ff;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 40, 85, 0.5);
}

figure figcaption a:hover, figure figcaption a:focus {
  color: #ffc838;
}

@media screen and (min-width: 30em) {
  figure.img-float-right, .img-float-right {
    float: right;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 30em) {
  figure.img-float-left, .img-float-left {
    float: left;
    margin-right: 2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

table:not(.tuition__table) {
  width: calc(100% - 0.063rem);
  display: block;
  overflow-x: scroll;
}

table:not(.tuition__table) tbody {
  display: block;
  margin: 0 0 1rem 0;
  position: relative;
}

table:not(.tuition__table) tr {
  color: #464342;
}
table:not(.tuition__table) tr:first-child {
  background-color: #0033A0;
  color: #FFF;
}
table:not(.tuition__table) tr:first-child p {
  color: white;
  margin: 0.125rem;
  margin: 0;
}
table:not(.tuition__table) tr:nth-child(2n+3) {
  background-color: rgba(0, 120, 235, 0.25);
}
table:not(.tuition__table) tr:last-child {
  border-bottom: 0.063rem solid #0033a0;
}

table:not(.tuition__table) td {
  border-left: 0.063rem solid #0033a0;
  padding: 0.75rem 0.5rem;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
table:not(.tuition__table) td:last-child {
  border-right: 0.063rem solid #0033a0;
}

table:not(.tuition__table) th {
  position: relative;
  z-index: 1;
  padding: 1rem 0.5rem;
  line-height: 1.5;
  text-shadow: 0 0.063rem 0.125rem #002855;
}
table:not(.tuition__table) th:last-child {
  border-right: 0.063rem solid #002855;
}

.visually-hidden, .vaccine-campaign .feature-block__main-story.video .lazy-video__details, .directory-card__organization-name, .directory-card__organization-unit, .directory-card__name-suffix-separator {
  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;
}

.module {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 30em) {
  .module.fixed-width-centered {
    padding: 4rem 0.75rem;
  }
}

.module-header {
  margin: 0 0 1rem 0;
  font-size: 1.75rem;
}
@media screen and (min-width: 20em) {
  .module-header {
    font-size: 28px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  .module-header {
    font-size: calc(28px + 4 * ((100vw - 320px) / 479));
  }
}
@media screen and (min-width: 20em) and (min-width: 799px) {
  .module-header {
    font-size: 32px;
  }
}
@media screen and (min-width: 50em) {
  .module-header {
    font-size: 2.5rem;
  }
}
.tuition-header .module-header {
  margin-top: 2em;
}

.module.fixed-width-centered .content-layout {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.5rem;
  border-radius: 0.3rem;
  max-width: 50rem;
  margin: auto;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 35, 109, 0.25);
}
@media screen and (min-width: 30em) {
  .module.fixed-width-centered .content-layout {
    padding: 3rem;
  }
}

.content-layout {
  max-width: 75rem;
  width: 92.5%;
  position: relative;
  margin: auto;
}
.tuition-cards .content-layout {
  margin-top: -8rem;
}
.content-layout.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.button-wrapper {
  width: 100%;
  display: block;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card {
  text-decoration: none;
  background-color: #fafdfd;
  border: 0.063rem solid rgba(20, 124, 131, 0.15);
  border-radius: 0.3rem;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  position: relative;
  z-index: 0;
}
.card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
}
.card ul {
  margin: 1rem 0.5rem;
  padding: 0 0 0 1.5rem;
  position: relative;
  z-index: 1;
}
.card ul li {
  padding-bottom: 0.25rem;
  color: #464342;
}

.card.image-background {
  overflow: hidden;
  border: none;
}
.card.image-background .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cards.dark .card {
  box-shadow: 0 1rem 1rem -1rem rgba(0, 35, 109, 0.7);
}

.card-wrapper {
  margin: 0;
  padding: 0;
}

.card-wrapper .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-wrapper .card-description {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.card-wrapper .button {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.card-wrapper.single {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.card-wrapper.single .card {
  width: 100%;
  max-width: 50rem;
  margin: 1rem;
  padding: 1.5rem;
}
.card-wrapper.single .card .card.button {
  padding: 0;
}
.tuition .card-wrapper.single .card {
  border-radius: 0 0 0.3rem 0.3rem;
  border-top: 0.375rem solid #EAAA00;
}

.card-wrapper.double {
  margin: 0 -1rem;
}
.preceptors .card-wrapper.double {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 50em) {
  .preceptors .card-wrapper.double {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
  }
}
@media screen and (min-width: 64em) {
  .preceptors .card-wrapper.double {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 71.875em) {
  .preceptors .card-wrapper.double {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
  }
}

.card-wrapper.double .card {
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1.5rem;
}
.card-wrapper.double .card .card.button {
  padding: 0;
}
@media screen and (min-width: 46.875em) {
  .card-wrapper.double .card {
    width: calc(50% - 2rem);
  }
}
.preceptors .card-wrapper.double .card {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 20rem;
}
@media screen and (min-width: 46.875em) {
  .preceptors .card-wrapper.double .card {
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 50em) {
  .preceptors .card-wrapper.double .card {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
    width: calc(50% - 2rem);
    max-width: none;
  }
}
@media screen and (min-width: 64em) {
  .preceptors .card-wrapper.double .card {
    width: calc(100% - 2rem);
    max-width: 22.5rem;
  }
}
@media screen and (min-width: 71.875em) {
  .preceptors .card-wrapper.double .card {
    width: calc(50% - 2rem);
    max-width: none;
  }
}

.card-wrapper.triple {
  margin: 0 -1rem;
}
.resident-profiles .card-wrapper.triple {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 36.25em) {
  .resident-profiles .card-wrapper.triple {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
  }
}
.preceptors .card-wrapper.triple {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 37.5em) {
  .preceptors .card-wrapper.triple {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
  }
}

.card-wrapper.triple .card {
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .card-wrapper.triple .card {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 75em) {
  .card-wrapper.triple .card {
    width: calc(33.3% - 2rem);
  }
}
.resident-profiles .card-wrapper.triple .card {
  max-width: 20rem;
}
@media screen and (min-width: 36.25em) {
  .resident-profiles .card-wrapper.triple .card {
    width: calc(50% - 2rem);
    max-width: none;
  }
}
@media screen and (min-width: 53.125em) {
  .resident-profiles .card-wrapper.triple .card {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (min-width: 36.25em) {
  .preceptors .card-wrapper.triple .card {
    width: calc(100% - 2rem);
    max-width: 20rem;
  }
}
@media screen and (min-width: 37.5em) {
  .preceptors .card-wrapper.triple .card {
    width: calc(50% - 2rem);
    max-width: none;
  }
}
@media screen and (min-width: 60em) {
  .preceptors .card-wrapper.triple .card {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (min-width: 64em) {
  .preceptors .card-wrapper.triple .card {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 80em) {
  .preceptors .card-wrapper.triple .card {
    width: calc(33.3% - 2rem);
  }
}

.card-wrapper.triple .card.button {
  padding: 0;
}

.card-wrapper.quadruple {
  margin: 0 -1rem;
  width: 100%;
}
.resident-profiles .card-wrapper.quadruple {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 36.25em) {
  .resident-profiles .card-wrapper.quadruple {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
  }
}

.card-wrapper.quadruple .card {
  width: calc(100% - 2rem);
  max-width: 20rem;
  margin: 1rem;
  padding: 1.5rem;
}
@media screen and (min-width: 36.25em) {
  .card-wrapper.quadruple .card {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 50em) {
  .card-wrapper.quadruple .card {
    width: calc(33.3% - 2rem);
  }
}
@media screen and (min-width: 75em) {
  .card-wrapper.quadruple .card {
    width: calc(25% - 2rem);
  }
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.card.button .card-title {
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 1.5rem;
  color: #004ca2;
}
.card-title:hover {
  color: #004ca2;
}

.card-list-item {
  padding-bottom: 0.25rem;
  color: #464342;
}

.card-group-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 2rem;
  width: 100%;
}

.cards.dark {
  background-color: #005EB8;
  position: relative;
}

.cards.dark .module-header {
  color: #FFF;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 35, 109, 0.75);
}

.card.button a:focus {
  outline-offset: -0.25rem;
}

.aside .card, .graduate-map__card {
  padding: 2rem;
  background-color: #00236d;
  position: relative;
  background-image: linear-gradient(123.75deg, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 20%, transparent 70%, rgba(0, 27, 84, 0.14) 70%, rgba(0, 55, 108, 0.08) 80%, rgba(0, 27, 84, 0.2) 80%, rgba(0, 55, 108, 0.16) 100%), linear-gradient(123.75deg, rgba(0, 27, 84, 0.32) 10%, rgba(0, 94, 184, 0.32) 100%);
  background-image: linear-gradient(123.75deg, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 20%, transparent 70%, rgba(0, 94, 184, 0.1) 70%, rgba(0, 94, 184, 0.24) 80%, rgba(0, 94, 184, 0.32) 80%, rgba(0, 107, 210, 0.36) 100%), linear-gradient(123.75deg, rgba(0, 27, 84, 0.32) 10%, rgba(0, 94, 184, 0.32) 100%);
}
.aside .card:not(:last-child), .graduate-map__card:not(:last-child) {
  margin-bottom: 2rem;
}
.aside .card::before, .graduate-map__card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.aside .card ul, .graduate-map__card ul {
  margin: 1rem 0;
  padding: 0 0 0 1.5rem;
  position: relative;
  z-index: 1;
}
.aside .card ul li, .graduate-map__card ul li {
  padding-bottom: 1rem;
  color: white;
}
.aside .card ul li:last-child, .graduate-map__card ul li:last-child {
  padding-bottom: 0;
}
.aside .card ul li a, .graduate-map__card ul li a {
  color: #ffe49e;
  line-height: 1.5;
}
.aside .card ul li a:hover, .aside .card ul li a:focus, .graduate-map__card ul li a:hover, .graduate-map__card ul li a:focus {
  color: white;
}
.aside .card .anchor-list, .graduate-map__card .anchor-list {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 0 0;
}
.aside .card .anchor-item, .graduate-map__card .anchor-item {
  position: relative;
  padding: 0.5rem 0;
}
.aside .card .anchor-item:last-child, .graduate-map__card .anchor-item:last-child {
  padding: 0.5rem 0;
}
.aside .card .anchor-link, .graduate-map__card .anchor-link {
  margin-left: 1.5rem;
  font-size: 1.1rem;
}
.aside .card .anchor-link svg, .graduate-map__card .anchor-link svg {
  fill: #ffebb7;
  position: absolute;
  margin-left: -1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease;
  transition-duration: 0.2s;
}
.aside .card .anchor-link:hover svg, .aside .card .anchor-link:focus svg, .graduate-map__card .anchor-link:hover svg, .graduate-map__card .anchor-link:focus svg {
  fill: white;
  transform: translateY(-40%) rotate(90deg);
}
.aside .card .button:focus, .graduate-map__card .button:focus {
  outline-color: white;
}
.aside .card--covid-resources, .graduate-map__card--covid-resources {
  margin-top: 3.1rem;
}

.aside .card-title, .aside .card-description {
  color: #FFF;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 27, 84, 0.8);
}

.aside .card-title {
  color: #ffba05;
}

.recessed-card {
  padding: 2rem;
  border-width: 0.063rem;
  border-style: solid;
  border-color: rgba(0, 40, 85, 0.8);
  border-radius: 0.3rem;
  background-color: rgba(0, 35, 109, 0.55);
}

.card--link-list {
  margin-top: 3rem;
  padding: 3rem 2rem;
}
@media screen and (min-width: 37.5em) {
  .card--link-list {
    padding: 3rem;
  }
}
@media screen and (min-width: 60em) {
  .card--link-list {
    padding: 3rem 2rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 75em) {
  .card--link-list {
    padding: 3rem;
  }
}
.card--link-list .card-title {
  margin-top: 0;
  color: #002855;
  border-bottom: 0.375rem solid rgba(0, 94, 184, 0.5);
  padding-bottom: 1rem;
}
.card--link-list ul, .card--link-list ol {
  margin: 1rem 0;
  padding-left: 0;
}
.card--link-list ul li, .card--link-list ol li {
  list-style-type: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.card--link-list ul li:not(:first-child), .card--link-list ol li:not(:first-child) {
  border-top: 0.125rem solid rgba(0, 94, 184, 0.5);
}
.card--link-list ul li a, .card--link-list ol li a {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 1rem;
  margin: 0;
}
.card--link-list ul li a:hover, .card--link-list ul li a:focus, .card--link-list ol li a:hover, .card--link-list ol li a:focus {
  background-color: rgba(0, 94, 184, 0.15);
}

.wvu-blue-bg {
  background-color: #002855;
  background-image: linear-gradient(0deg, rgba(0, 10, 21, 0) 60%, #00162f 100%);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 60em) {
  .wvu-blue-bg:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(0deg, #002855, rgba(0, 40, 85, 0) 50%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.05) 65%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0) 75%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0.05) 95%, rgba(255, 255, 255, 0) 95%);
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 1;
  }
}
.wvu-blue-bg--color-only {
  background-color: #002855;
}

.wvu-blue-gradient-bg {
  background-color: #002855;
  background-image: linear-gradient(180deg, rgba(0, 10, 21, 0) 50%, #005eb8 100%);
}

.wvu-blue-fade {
  background-image: linear-gradient(180deg, transparent 50%, #002855 100%);
}

.light-emerald-bg {
  background-color: #0057ab;
  position: relative;
}
.light-emerald-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-image: linear-gradient(123.75deg, rgba(0, 35, 109, 0.15), transparent 10%, transparent 20%, rgba(20, 124, 131, 0.8) 80%);
}

.blue-bg {
  background-color: #005EB8;
}

.wvu-yellow-bg {
  background-color: #EAAA00;
}

.top-spacing {
  margin-top: 4rem;
}

.bottom-spacing {
  margin-bottom: 4rem;
}

.float-above {
  z-index: 1;
  position: relative;
}

.text-break {
  display: block;
}

.covid-update__event-status {
  background-color: #147c83;
  text-shadow: 0.0625rem 0.125rem 0 rgba(6, 40, 43, 0.4);
  color: white;
  padding: 0.5rem;
  font-size: 0.9rem;
  display: inline-block;
  margin: 0;
}
.covid-update__event-status--suspended, .covid-update__event-status--canceled {
  background-color: #BE3A34;
  text-shadow: 0.0625rem 0.125rem 0 rgba(150, 46, 41, 0.4);
}
.covid-update__event-status--online-only {
  background-color: #ffa321;
  color: #002855;
  text-shadow: none;
  font-weight: bold;
}
.covid-updates h2 {
  margin-top: 0;
}
.covid-updates--events {
  margin: 3.5rem 0;
}
.covid-updates--events h2 {
  margin-bottom: 0;
}
.covid-updates--content-page .covid-update:not(:last-child) {
  margin-bottom: 2.5rem;
}

.covid-feed__update h2 {
  margin-top: 0;
}
.covid-feed__update:not(:first-child) {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.125rem solid rgba(20, 124, 131, 0.25);
}

@media screen and (min-width: 64em) {
  .covid-archive .aside, .covid-event-updates .aside {
    order: 1;
  }
}

.covid-banner {
  display: table;
  width: 100%;
  background: #9BD3DD;
  text-align: center;
}
.covid-banner__text, .covid-banner__text a {
  color: #002855;
  font-size: 1rem;
  text-align: left;
}
.covid-banner__text {
  text-align: left;
}
.covid-banner__text a:focus {
  outline-color: #002855;
}
.covid-banner .content-layout {
  padding: 1rem 0;
}

.statistic-module {
  padding-bottom: 8rem;
  position: relative;
  z-index: 0;
}
.statistic-module:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../Images/HSCBuilding.jpg);
  background-size: cover;
  background-position: center center;
  opacity: 0.25;
  z-index: -2;
}
.statistic-module:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.statistic-module:nth-child(1) .statistic-module__title {
  margin-bottom: -2rem;
  margin-top: 4rem;
}
.statistic-module:nth-child(1):before {
  filter: blur(0.125rem) grayscale(100%);
}
.statistic-module:nth-child(2):before {
  background-image: url(../Images/31037_S_0566.jpg);
  filter: hue-rotate(180deg) blur(0.125rem);
}
.statistic-module:nth-child(2):after {
  background-image: linear-gradient(180deg, #005eb8 5%, rgba(255, 255, 255, 0) 75%, rgba(0, 40, 85, 0.5) 100%);
}
.statistic-module:nth-child(3) {
  background-color: #75c2d0;
}
.statistic-module:nth-child(3):before {
  background-image: url(../Images/32223_REB_0318.jpg);
  filter: hue-rotate(180deg) blur(0.125rem);
}
.statistic-module:nth-child(3):after {
  background-image: linear-gradient(180deg, #75c2d0 5%, rgba(0, 94, 184, 0.1) 50%, rgba(0, 94, 184, 0.25) 100%);
}
.statistic-module:nth-child(4) {
  background-color: #147c83;
}
.statistic-module:nth-child(4):before {
  background-image: url(../Images/32223_REB_0318.jpg);
  filter: hue-rotate(180deg) blur(0.125rem);
}
.statistic-module:nth-child(4):after {
  background-image: linear-gradient(180deg, #147c83 5%, rgba(0, 94, 184, 0.1) 50%, rgba(0, 94, 184, 0.3) 100%);
}
.statistic-module__title {
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.25rem solid rgba(20, 124, 131, 0.5);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(66.6% - 3.5rem);
}
.dark .statistic-module__title {
  border-bottom: 0.25rem solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.063rem 0 rgba(0, 40, 85, 0.5);
}
.statistic-module .statistic__highlight {
  font-size: 4rem;
  color: #EAAA00;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-shadow: 0.063rem 0.125rem rgba(6, 40, 43, 0.8);
}
.statistic-module .statistic__message {
  font-size: 1.5rem;
}
.statistic-module .statistic.card {
  background-color: #fafdfd;
}
.statistic-module .statistic.card:before {
  display: none;
}

.has-primary .statistic:first-child {
  width: calc(66.6% - 2rem);
  border-top: 0.375rem solid #EAAA00;
  border-radius: 0 0 0.3rem 0.3rem;
  margin-top: -5.5rem;
  padding-top: 8rem;
}
.has-primary .statistic:first-child .statistic__highlight {
  font-size: 6rem;
}

.has-primary.dark {
  padding-top: 0;
}
.has-primary.dark .content-layout {
  overflow: inherit;
}
.has-primary.dark .content-layout .statistic-module__title {
  color: #003a7b;
  text-shadow: none;
  border-bottom: 0.25rem solid rgba(20, 124, 131, 0.5);
  box-shadow: none;
}
.has-primary.dark .content-layout .statistic:first-child {
  margin-top: -9.5rem;
  padding-top: 8rem;
}

.statistic2-module {
  position: relative;
}
.statistic2-module:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../Images/HSCBuilding.jpg);
  background-size: cover;
  opacity: 0.2;
  z-index: -2;
}
.statistic2-module:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.statistic2-module:nth-child(1) {
  border-bottom: 0.063rem solid #bdc3c5;
}
.statistic2-module:nth-child(1) .statistic-module__title {
  margin-bottom: -2rem;
  margin-top: 4rem;
}
.statistic2-module:nth-child(1):before {
  filter: blur(0.125rem) grayscale(100%);
}
.statistic2-module:nth-child(2) {
  border-bottom: 0.063rem solid rgba(0, 94, 184, 0.15);
}
.statistic2-module:nth-child(2):before {
  background-image: url(../Images/31037_S_0566.jpg);
  filter: hue-rotate(180deg) blur(0.125rem);
}
.statistic2-module:nth-child(2):after {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 12rem, rgba(0, 94, 184, 0.25) 12rem, rgba(0, 94, 184, 0) 100%);
}
.statistic2-module:nth-child(3) {
  border-bottom: 0.063rem solid rgba(155, 211, 221, 0.5);
}
.statistic2-module:nth-child(3):before {
  background-image: url(../Images/32223_REB_0318.jpg);
  filter: hue-rotate(180deg) blur(0.125rem);
}
.statistic2-module:nth-child(3):after {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 12rem, rgba(155, 211, 221, 0.25) 12rem, rgba(155, 211, 221, 0) 100%);
}
.statistic2-module:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(20, 124, 131, 0.2) 12rem, rgb(255, 255, 255) 100%);
}
.statistic2-module:nth-child(4):before {
  background-image: url(../Images/3182650050.jpg);
  filter: hue-rotate(180deg) blur(0.125rem);
}
.statistic2-module:nth-child(4):after {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 12rem, rgba(0, 94, 184, 0.2) 12rem, rgba(0, 94, 184, 0) 100%);
}
.statistic2-module .content-layout {
  max-width: 50rem;
}
.statistic2-module__title {
  text-align: center;
}
.statistic2-module .statistic2.card {
  background-color: #fafdfd;
}
.statistic2-module .statistic2.card:before {
  display: none;
}
.statistic2-module .statistic2__highlight {
  font-size: 4rem;
  color: #EAAA00;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-shadow: 0.063rem 0.125rem rgba(6, 40, 43, 0.8);
}
.statistic2-module .statistic2__message {
  font-size: 1.5rem;
}

.has-primary .statistic2:first-child {
  width: 100%;
  border-top: 0.375rem solid #EAAA00;
  border-radius: 0 0 0.3rem 0.3rem;
}
.has-primary .statistic2:first-child .statistic2__highlight {
  font-size: 6.5rem;
}
.has-primary .statistic2:first-child .statistic2__message {
  font-size: 1.75rem;
}

.featured-statistic {
  background-color: #002855;
  position: relative;
  z-index: 0;
  height: 30rem;
}
.featured-statistic .content-layout {
  position: initial;
  overflow: initial;
}
.featured-statistic .statistic__highlight {
  color: #EAAA00;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 5rem;
  z-index: 0;
  -webkit-animation-name: text-blur-fade__animation;
  animation-name: text-blur-fade__animation;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__highlight span:nth-of-type(1) {
  -webkit-animation-name: text-flash__animation;
  animation-name: text-flash__animation;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__highlight span:nth-of-type(2) {
  -webkit-animation-name: text-flash__animation;
  animation-name: text-flash__animation;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__highlight span:nth-of-type(3) {
  -webkit-animation-name: text-flash__animation;
  animation-name: text-flash__animation;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__message {
  color: #EAAA00;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 4rem;
  z-index: 0;
  -webkit-animation-name: text-blur-fade__animation;
  animation-name: text-blur-fade__animation;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__message span {
  -webkit-animation-name: text-flash-white__animation;
  animation-name: text-flash-white__animation;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__imagery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-animation-name: group__animation;
  animation-name: group__animation;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__imagery .circle {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background-color: white;
  position: absolute;
}
.featured-statistic .statistic__imagery .circle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(180deg, rgba(0, 40, 85, 0.25), #002855 100%);
}
.featured-statistic .statistic__imagery .circle:nth-child(n+5):after {
  background-image: linear-gradient(180deg, rgba(0, 40, 85, 0), rgba(0, 40, 85, 0.8) 100%);
}
.featured-statistic .statistic__imagery .circle:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 3rem;
  transform: translateX(20vw);
  -webkit-animation-name: circle1__animation;
  animation-name: circle1__animation;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__imagery .circle:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.35);
  bottom: 3.5rem;
  transform: translateX(65vw) scale(0.95, 0.95);
  opacity: 0;
  -webkit-animation-name: circle2__animation;
  animation-name: circle2__animation;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__imagery .circle:nth-child(3) {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 3.5rem;
  transform: translateX(72.5vw);
  opacity: 0;
  -webkit-animation-name: circle3__animation;
  animation-name: circle3__animation;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__imagery .circle:nth-child(4) {
  background-color: rgba(255, 255, 255, 0.25);
  bottom: 3.5rem;
  transform: translateX(80vw);
  opacity: 0;
  -webkit-animation-name: circle4__animation;
  animation-name: circle4__animation;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__imagery .circle:nth-child(5) {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: -1rem;
  transform: translateX(60vw);
  opacity: 0;
  -webkit-animation-name: circle5__animation;
  animation-name: circle5__animation;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__imagery .circle:nth-child(6) {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: -1rem;
  transform: translateX(67.5vw) scale(0.92, 0.92);
  opacity: 0;
  -webkit-animation-name: circle6__animation;
  animation-name: circle6__animation;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__imagery .circle:nth-child(7) {
  background-color: rgba(255, 255, 255, 0.55);
  bottom: -1rem;
  transform: translateX(75vw);
  opacity: 0;
  -webkit-animation-name: circle7__animation;
  animation-name: circle7__animation;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__imagery .circle:nth-child(8) {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: -1rem;
  transform: translateX(82.5vw) scale(0.95, 0.95);
  opacity: 0;
  -webkit-animation-name: circle8__animation;
  animation-name: circle8__animation;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.featured-statistic .statistic__outro {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  transform: translateX(20vw);
  z-index: 2;
}

.pop-style {
  background-color: #005EB8;
}
.pop-style .content-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-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: initial;
}
.pop-style .statistic3-module__title {
  order: 1;
  display: block;
  width: 70%;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: white;
  text-shadow: 0 0.063rem 0.125rem #001022;
}
.pop-style .statistic3__main {
  background-color: #ED8B00;
  box-shadow: 1rem 1rem 0 #002855;
  padding: 2rem;
  order: 0;
  display: block;
  width: 30%;
  margin-top: -5rem;
}
.pop-style .statistic3__secondary {
  order: 2;
  display: block;
  width: 50%;
  padding: 0 0 0 4rem;
}
.pop-style .statistic3__heading {
  color: white;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 6rem;
}
.pop-style .statistic3__message {
  color: #d4ecf0;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 2rem;
}

.lighter-treatment {
  z-index: 1;
  position: initial;
}
.lighter-treatment .content-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: initial;
}
.lighter-treatment .main {
  display: block;
  width: 30%;
  background-color: #b9d2c4;
  margin-top: -5rem;
  margin-bottom: -5rem;
  position: relative;
  z-index: 1;
}
.lighter-treatment .secondary {
  display: block;
  width: 70%;
}

.lighter-treatment:nth-child(even) {
  background-color: #d8e6de;
}

.lighter-treatment:nth-child(odd) .content-layout {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lighter-treatment.stand-out {
  background-color: #005EB8;
}

@keyframes text-blur-fade__animation {
  0% {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
    -webkit-filter: blur(1rem);
    filter: blur(1rem);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes text-flash__animation {
  0% {
    color: #EAAA00;
  }
  20% {
    color: white;
  }
  100% {
    color: #EAAA00;
  }
}
@keyframes text-flash-white__animation {
  0% {
    color: rgba(255, 255, 255, 0.8);
  }
  20% {
    color: rgb(255, 255, 255);
  }
  100% {
    color: rgba(255, 255, 255, 0.9);
  }
}
@keyframes group__animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5vw);
    transform: translateX(5vw);
  }
}
@keyframes circle1__animation {
  0% {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(20vw);
    transform: translateX(20vw);
  }
}
@keyframes circle2__animation {
  0% {
    -webkit-transform: translateX(-10rem) scale(0.95, 0.95);
    transform: translateX(-10rem) scale(0.95, 0.95);
    opacity: 0;
  }
  15% {
    opacity: 1;
    -webkit-transform: translateX(65vw) scale(0.95, 0.95);
    transform: translateX(65vw) scale(0.95, 0.95);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(65vw) scale(0.95, 0.95);
    transform: translateX(65vw) scale(0.95, 0.95);
  }
  80% {
    opacity: 0;
    -webkit-transform: translateX(100vw) scale(0.95, 0.95);
    transform: translateX(100vw) scale(0.95, 0.95);
  }
}
@keyframes circle3__animation {
  0% {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
    opacity: 0;
  }
  15% {
    opacity: 1;
    -webkit-transform: translateX(72.5vw);
    transform: translateX(72.5vw);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(72.5vw);
    transform: translateX(72.5vw);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@keyframes circle4__animation {
  0% {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
    opacity: 0;
  }
  15% {
    opacity: 1;
    -webkit-transform: translateX(80vw);
    transform: translateX(80vw);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(80vw);
    transform: translateX(80vw);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@keyframes circle5__animation {
  0% {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
    opacity: 0;
  }
  15% {
    opacity: 1;
    -webkit-transform: translateX(60vw);
    transform: translateX(60vw);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(60vw);
    transform: translateX(60vw);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@keyframes circle6__animation {
  0% {
    -webkit-transform: translateX(-10rem) scale(0.92, 0.92);
    transform: translateX(-10rem) scale(0.92, 0.92);
    opacity: 0;
  }
  15% {
    opacity: 1;
    -webkit-transform: translateX(67.5vw) scale(0.92, 0.92);
    transform: translateX(67.5vw) scale(0.92, 0.92);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(67.5vw) scale(0.92, 0.92);
    transform: translateX(67.5vw) scale(0.92, 0.92);
  }
  75% {
    opacity: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@keyframes circle7__animation {
  0% {
    -webkit-transform: translateX(-10rem);
    transform: translateX(-10rem);
    opacity: 0;
  }
  15% {
    opacity: 1;
    -webkit-transform: translateX(75vw);
    transform: translateX(75vw);
  }
  95% {
    opacity: 1;
    -webkit-transform: translateX(75vw);
    transform: translateX(75vw);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100vw) scale(0.95, 0.95);
    transform: translateX(100vw) scale(0.95, 0.95);
  }
}
@keyframes circle8__animation {
  0% {
    -webkit-transform: translateX(-10rem) scale(0.95, 0.95);
    transform: translateX(-10rem) scale(0.95, 0.95);
    opacity: 0;
  }
  15% {
    opacity: 1;
    -webkit-transform: translateX(82.5vw) scale(0.95, 0.95);
    transform: translateX(82.5vw) scale(0.95, 0.95);
  }
  95% {
    opacity: 1;
    -webkit-transform: translateX(82.5vw) scale(0.95, 0.95);
    transform: translateX(82.5vw) scale(0.95, 0.95);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
.statistic4-module {
  background-color: #005EB8;
}
.statistic4-module::before {
  content: "";
  position: absolute;
  width: calc(100% + 10rem);
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.025;
  background-color: white;
  background-image: radial-gradient(5rem 5rem at 50% 50%, #005eb8 6%, rgba(0, 40, 85, 0.8) 7%, rgba(0, 40, 85, 0.8) 9%, rgba(0, 40, 85, 0) 10%, rgba(255, 255, 255, 0) 42%, rgb(255, 255, 255) 43%, rgb(255, 255, 255) 44%, #005eb8 45%, #005eb8 47%, #002855 48%, #002855 49%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 75%), radial-gradient(5rem 5rem at 50% 50%, #005eb8 6%, rgba(0, 40, 85, 0.8) 7%, rgba(0, 40, 85, 0.8) 9%, rgba(0, 40, 85, 0) 10%, rgba(255, 255, 255, 0) 42%, rgb(255, 255, 255) 43%, rgb(255, 255, 255) 44%, #005eb8 45%, #005eb8 47%, #002855 48%, #002855 49%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 75%), linear-gradient(135deg, rgba(255, 255, 255, 0) 49%, rgb(255, 255, 255) 50%), linear-gradient(45deg, rgba(0, 40, 85, 0) 48%, #002855 49%, #002855 50%, rgba(0, 40, 85, 0) 51%);
  background-size: 10rem 10rem;
  background-position: 0 0, 5rem 5rem, 0 0, 0 0;
  transform: translateX(-10rem);
  animation: clock-animation1 10s linear infinite;
  z-index: -1;
}
.statistic4-module::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(0, 94, 184, 0.2) 0%, rgba(0, 94, 184, 0) 20%, rgba(20, 124, 131, 0) 40%, rgba(20, 124, 131, 0.3) 100%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.03) 15%, rgba(255, 255, 255, 0) 50%, rgba(0, 51, 160, 0.5) 85%, rgba(0, 51, 160, 0.4) 85%);
  z-index: -1;
}
.statistic4-module .content-layout {
  background-color: rgba(255, 255, 255, 0.98);
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  padding: 5rem 4rem 4rem 4rem;
  border-radius: 0 0 0.3rem 0.3rem;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
}
.statistic4-module .content-layout2 {
  max-width: 75rem;
  width: 92.5%;
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 1;
}
.statistic4-module__title {
  border-bottom: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ED8B00;
  width: 100%;
  font-size: 2rem;
  color: white;
  padding: 0.75rem 2.5rem;
}

@keyframes clock-animation1 {
  from {
    transform: translateX(-10rem);
  }
  to {
    transform: translateX(0);
  }
}
.statistic4__heading {
  color: #EAAA00;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 6rem;
}
.statistic4__message {
  color: #005EB8;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}
.statistic4__list {
  border-top: 0.063rem solid rgba(70, 67, 66, 0.2);
  border-bottom: 0.063rem solid rgba(70, 67, 66, 0.2);
  padding: 1rem 2rem;
}
.statistic4__list li {
  color: #464342;
  margin: 0.5rem 0;
  font-size: 1rem;
}
.statistic4__main2 {
  margin-top: 4rem;
  width: 35%;
}
.statistic4__main2 .statistic4__heading {
  transform: translateX(3rem);
  filter: blur(0.125rem);
  opacity: 0;
  font-size: 7rem;
  position: relative;
  animation: general-text-fade-in 0.25s 0s linear forwards;
  margin-right: 4rem;
}
.statistic4__main2 .statistic4__heading::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 0.5rem;
  background-color: white;
  opacity: 0.3;
}
.statistic4__main2 .statistic4__message {
  color: rgba(255, 255, 255, 0.9);
  font-size: 2.75rem;
  transform: translateX(3rem);
  filter: blur(0.125rem);
  opacity: 0;
  padding-top: 1rem;
  text-shadow: 0 0.063rem 0.125rem #002a52;
  animation: general-text-fade-in 0.25s 0.25s linear forwards;
}
.statistic4__secondary2 {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 3rem 2rem 2rem 2rem;
  margin-bottom: 3rem;
  border-radius: 0 0 0.3rem 0.3rem;
  width: 45%;
  position: relative;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  opacity: 0;
  transform: translateX(3rem);
  animation: secondary-fade-in 0.25s 1s linear forwards;
}
.statistic4__secondary2 .statistic4__list {
  border-top: none;
  border-bottom: none;
  list-style-type: none;
  padding: 1rem 0;
}
.statistic4__secondary2 .statistic4__list li {
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-bottom: 0.063rem solid #d2d0cf;
}
.statistic4__secondary2 .statistic4__list li span {
  color: #0033A0;
  font-weight: bold;
}

@keyframes general-text-fade-in {
  to {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes secondary-fade-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.clock-wrapper {
  width: 31rem;
  height: 28rem;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.large-clock {
  width: 60rem;
  height: 60rem;
  position: absolute;
  right: -29rem;
  bottom: -32rem;
  opacity: 0.2;
  animation: clock-fade 0.75s 3.5s linear forwards;
}
.large-clock .clock-edge-1 {
  stroke: white;
  stroke-dasharray: 1000;
  transform-origin: 50% 50%;
  transform: rotate(-85deg);
  animation: clock-shell-counter-rotation 0.5s linear forwards;
}
.large-clock .clock-edge-2 {
  stroke: #d2e9ff;
  stroke-dasharray: 900;
  transform-origin: 50% 50%;
  transform: rotate(-85deg);
  animation: clock-shell-counter-rotation 0.5s 0.25s linear forwards;
}
.large-clock .clock-edge-3 {
  stroke: #85c3ff;
  stroke-dasharray: 900;
  transform-origin: 50% 50%;
  transform: rotate(0deg);
  animation: clock-shell-rotation 0.5s 0.125s linear forwards;
}
.large-clock .clock-edge-middle {
  stroke: #d2e9ff;
  stroke-dasharray: 690;
  transform-origin: 50% 50%;
  transform: rotate(0deg);
  animation: clock-shell-rotation 0.5s 0.35s linear forwards;
}
.large-clock .clock-roman-numerals {
  transform-origin: 50% 50%;
  transform: rotate(0deg);
  animation: clock-number-rotation 0.75s 0.35s linear forwards;
}
.large-clock .clock-roman-numerals__text {
  stroke: #d2e9ff;
  fill: rgba(255, 255, 255, 0.5);
  fill: #52aaff;
  filter: blur(5rem);
  filter: url(#blur);
  opacity: 0;
  animation: clock-number-rotation 1s 0.75s linear forwards;
}
.large-clock .hands {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.large-clock .hour-hand {
  stroke: #005eb8;
  fill: #f5faff;
  transform-origin: 50% 50%;
  filter: url(#blur-hands);
  animation: clock-hour-rotation 0.75s 0.5s linear forwards;
}
.large-clock .minute-hand {
  stroke: #005eb8;
  fill: white;
  transform-origin: 50% 50%;
  filter: url(#blur-hands);
  animation: clock-minute-rotation 1s 0.5s linear forwards;
}

@keyframes clock-fade {
  to {
    opacity: 0.2;
  }
}
@keyframes clock-shell-counter-rotation {
  to {
    transform: rotate(-200deg);
  }
}
@keyframes clock-shell-rotation {
  to {
    transform: rotate(100deg);
  }
}
@keyframes clock-number-rotation {
  to {
    transform: rotate(-75deg);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes clock-hour-rotation {
  to {
    transform: rotate(40deg);
    filter: blur(0);
  }
}
@keyframes clock-minute-rotation {
  to {
    transform: rotate(110deg);
    filter: blur(0);
  }
}
.statistic5__main2 {
  margin-top: 4rem;
  width: 35%;
  margin-left: 4rem;
}
.statistic5__main2 .statistic4__heading {
  transform: translateX(3rem);
  filter: blur(0.125rem);
  opacity: 0;
  font-size: 5rem;
  padding-bottom: 0.5rem;
  position: relative;
  animation: general-text-fade-in 0.25s 0s linear forwards;
}
.statistic5__main2 .statistic4__heading::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 0.5rem;
  background-color: #a2aaad;
  opacity: 0.3;
}
.statistic5__main2 .statistic4__message {
  color: #005eb8;
  font-size: 2.25rem;
  transform: translateX(3rem);
  filter: blur(0.125rem);
  opacity: 0;
  padding-top: 1rem;
  text-shadow: 0 0.063rem 0.125rem #f3f4f5;
  animation: general-text-fade-in 0.25s 0.25s linear forwards;
}

.statistic5-module {
  background-color: #d8dcdd;
}
.statistic5-module__title {
  border-bottom: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0033A0;
  width: 100%;
  font-size: 2rem;
  color: white;
  padding: 0.75rem 2.5rem;
}
.statistic5-module .content-layout2 {
  max-width: 75rem;
  width: 92.5%;
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  z-index: 1;
}
.statistic5-module .statistic4__secondary2 {
  animation: secondary-fade-in 0.25s 2s linear forwards;
}

.bar-chart-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bar-chart-wrapper .bar {
  width: 100%;
  height: 5rem;
  position: absolute;
}
.bar-chart-wrapper .bar__top {
  background-image: linear-gradient(123.75deg, #9c3a06, #CD4C08 100%);
  transform: skewX(-33.75deg) translateX(-10vw);
  z-index: -1;
  top: calc(25% - 2.5rem);
}
.bar-chart-wrapper .bar__middle {
  background-color: #002855;
  transform: skewX(-33.75deg) translateX(-10vw);
  z-index: 0;
  top: calc(50% - 2.5rem);
}
.bar-chart-wrapper .bar__bottom {
  background-color: #ED8B00;
  transform: skewX(-33.75deg) translateX(-10vw);
  z-index: -1;
  top: calc(75% - 2.5rem);
}

.microscope-wrapper {
  width: 25rem;
  height: 40rem;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.microscope {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1.5rem;
  bottom: -5rem;
  opacity: 0.05;
}

.map-wrapper {
  width: 59rem;
  height: 34rem;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -3;
}

.total-map {
  animation: map-opacity 1s 2s linear forwards;
}

.map {
  width: 110%;
  height: 100%;
  position: absolute;
  left: 10rem;
  bottom: 0;
  opacity: 1;
  animation: map-move 2s 0s linear forwards;
}
.map .map_outline {
  fill: #8F701E;
  stroke: #2a2218;
}
.map .pyramid {
  transform-origin: 50% 50%;
  transform: scaleY(0);
  animation: pyramid-grow 0.25s 1.85s linear forwards;
}
.map .pyramid .pyramid1 {
  fill: #a48122;
  stroke: #2a2218;
}
.map .pyramid .pyramid2 {
  fill: #3b3021;
  stroke: #1a150f;
}
.map .pyramid-front {
  transform-origin: 50% 50%;
  transform: scaleY(0);
  animation: pyramid-grow 0.25s 1.9s linear forwards;
}
.map .pyramid-front .pyramid-front1 {
  fill: #b99127;
  stroke: #2a2218;
}
.map .pyramid-front .pyramid-front2 {
  fill: #3b3021;
  stroke: #1a150f;
}
.map .pyramid-back {
  transform-origin: 50% 50%;
  transform: scaleY(0);
  animation: pyramid-grow 0.25s 1.8s linear forwards;
}
.map .pyramid-back .pyramid-back1 {
  fill: #9a7820;
  stroke: #2a2218;
}
.map .pyramid-back .pyramid-back2 {
  fill: #3b3021;
  stroke: #1a150f;
}
.map .mountain {
  fill: #503e11;
  stroke: #2a2218;
  opacity: 0;
  animation: group-appear 0.5s 1.4s linear forwards;
}
.map .snow_on_mountain {
  fill: #b99127;
  stroke: #2a2218;
  opacity: 0;
  animation: group-appear 0.5s 1.6s linear forwards;
}
.map .sea {
  stroke: #2a2218;
  fill: #4b3d2a;
  fill: url(#Gradient1);
  opacity: 0;
  animation: group-appear 0.5s 0.7s linear forwards;
}
.map .stop1 {
  stop-color: #3b3021;
}
.map .stop2 {
  stop-color: #b99127;
}
.map .stop3 {
  stop-color: #8f701e;
}
.map .stop4 {
  stop-color: #a48122;
}
.map .stop5 {
  stop-color: #4b3d2a;
}
.map .forrest {
  opacity: 0;
  animation: group-appear 0.5s 0.5s linear forwards;
}
.map .forrest .forrest1 {
  stroke: #0a0805;
  fill: #241d14;
  animation: trees-blowing 3s 0.7s linear forwards;
}
.map .forrest .forrest2 {
  stroke: #0a0805;
  fill: #241d14;
  animation: trees-blowing 3s 0.9s linear forwards;
}
.map .hills {
  opacity: 0;
  animation: group-appear 0.5s 0.3s linear forwards;
}
.map .hills .hill1 {
  fill: #8F701E;
  stroke: #4B3D2A;
}
.map .hills .hill2 {
  fill: #8F701E;
  stroke: #4B3D2A;
}
.map .hills .hill3 {
  fill: #8F701E;
  stroke: #4B3D2A;
}
.map .hills .hill4 {
  fill: #8F701E;
  stroke: #4B3D2A;
}
.map .ocean-area {
  opacity: 0;
  animation: group-appear 0.5s 0.25s linear forwards;
}
.map .ocean {
  stroke: #4B3D2A;
}
.map .ship-body {
  stroke: #0a0805;
  fill: #3b3021;
  transform: translateX(10rem);
  animation: ship-movement 3.5s 0.25s linear forwards;
}
.map .ship-mast {
  stroke: #0a0805;
  fill: #b99127;
  transform: translateX(10rem);
  animation: ship-movement 3.5s 0.25s linear forwards;
}
.map .mask {
  fill: #4B3D2A;
  animation: map-mask 2.5s 0s ease-out forwards;
}
.map .rolled-map-side {
  stroke: #2a2218;
  fill: #8F701E;
  animation: map-mask 2.5s 0s ease-out forwards;
}
.map .rolled-map {
  stroke: #2a2218;
  fill: #654f15;
  animation: map-mask 2.5s 0s ease-out forwards;
}
.map .map-ridges-1 {
  stroke: #7a5f1a;
  fill: none;
  animation: map-roll-animation 2.5s 0s ease-out forwards;
}
.map .map-ridges-2 {
  stroke: #7a5f1a;
  fill: none;
  animation: map-roll-animation2 2.5s 0s ease-out forwards;
}
.map .rolled-map-bottom-1 {
  stroke: #2a2218;
  fill: none;
  animation: map-roll-animation 2.5s 0s ease-out forwards;
}
.map .rolled-map-bottom-2 {
  stroke: #2a2218;
  fill: none;
  animation: map-roll-animation2 2.5s 0s ease-out forwards;
}
.map .path {
  fill: none;
}
.map .plane-object {
  transform: translate(15vw, 20vw);
  opacity: 0;
  animation: plane 5s 2s linear forwards;
}
.map .plane-body {
  stroke: #1a150f;
  fill: #7a5f1a;
  fill: url(#Gradient2);
}
.map .plane-stop1 {
  stop-color: #cea22b;
}
.map .plane-stop2 {
  stop-color: #8f701e;
}
.map .plane-stop3 {
  stop-color: #1a150f;
}
.map .windows {
  stroke: #2a2218;
  fill: #654f15;
}
.map .wing {
  stroke: #2a2218;
  fill: #b99127;
}

@keyframes map-opacity {
  to {
    opacity: 0.35;
  }
}
@keyframes map-move {
  to {
    left: -3rem;
  }
}
@keyframes plane {
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(-100vw, 0vw) scale(1.5);
    opacity: 1;
  }
}
@keyframes map-mask {
  to {
    transform: translateX(40vw);
  }
}
@keyframes pyramid-grow {
  to {
    transform: scaleY(1);
  }
}
@keyframes trees-blowing {
  0% {
    transform: skewX(0deg);
  }
  10% {
    transform: skewX(1deg);
  }
  20% {
    transform: skewX(0.5deg);
  }
  30% {
    transform: skewX(0.6deg);
  }
  40% {
    transform: skewX(0deg);
  }
  50% {
    transform: skewX(1.5deg);
  }
  60% {
    transform: skewX(1deg);
  }
  70% {
    transform: skewX(1.5deg);
  }
  90% {
    transform: skewX(0.5deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@keyframes ship-movement {
  0% {
    transform: translate(10vw, 0.25rem);
  }
  25% {
    transform: translate(7.5vw, 0rem);
  }
  50% {
    transform: translate(5vw, 0.25rem);
  }
  75% {
    transform: translate(2.5vw, 0rem);
  }
  100% {
    transform: translate(0vw, 0.25rem);
  }
}
@keyframes map-roll-animation {
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes group-appear {
  to {
    opacity: 1;
  }
}
@keyframes map-roll-animation2 {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.statistic6__main2 {
  margin-top: 4rem;
  width: 35%;
  margin-left: 4rem;
}
.statistic6__main2 .statistic4__heading {
  transform: translateX(3rem);
  filter: blur(0.125rem);
  opacity: 0;
  font-size: 5rem;
  padding-bottom: 0.5rem;
  position: relative;
  animation: general-text-fade-in 0.25s 0s linear forwards;
}
.statistic6__main2 .statistic4__heading::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 0.5rem;
  background-color: #a48122;
  opacity: 0.4;
}
.statistic6__main2 .statistic4__message {
  color: rgb(255, 255, 255);
  font-size: 2.75rem;
  transform: translateX(3rem);
  filter: blur(0.125rem);
  opacity: 0;
  padding-top: 1rem;
  text-shadow: 0 0.063rem 0.125rem black;
  animation: general-text-fade-in 0.25s 0.25s linear forwards;
}

.statistic6-module {
  background-color: #4b3d2a;
}
.statistic6-module::before {
  content: "";
  position: absolute;
  width: calc(100% + 10rem);
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.018;
  background-color: white;
  background-image: radial-gradient(circle at top left, rgba(42, 34, 24, 0) 6%, #2a2218 6%, #2a2218 9%, rgba(42, 34, 24, 0) 9%), radial-gradient(circle at top right, rgba(42, 34, 24, 0) 6%, #2a2218 6%, #2a2218 9%, rgba(42, 34, 24, 0) 9%), radial-gradient(circle at bottom right, rgba(42, 34, 24, 0) 6%, #2a2218 6%, #2a2218 9%, rgba(42, 34, 24, 0) 9%), radial-gradient(circle at bottom left, rgba(42, 34, 24, 0) 6%, #2a2218 6%, #2a2218 9%, rgba(42, 34, 24, 0) 9%), linear-gradient(65deg, rgba(42, 34, 24, 0) 92.5%, #2a2218 92.5%), linear-gradient(-65deg, rgba(42, 34, 24, 0) 92.5%, #2a2218 92.5%), radial-gradient(circle at top left, rgba(42, 34, 24, 0) 6%, #2a2218 6%, #2a2218 9%, rgba(42, 34, 24, 0) 9%), radial-gradient(circle at top right, rgba(42, 34, 24, 0) 6%, #2a2218 6%, #2a2218 9%, rgba(42, 34, 24, 0) 9%), radial-gradient(circle at bottom right, rgba(42, 34, 24, 0) 6%, #2a2218 6%, #2a2218 9%, rgba(42, 34, 24, 0) 9%), radial-gradient(circle at bottom left, rgba(42, 34, 24, 0) 6%, #2a2218 6%, #2a2218 9%, rgba(42, 34, 24, 0) 9%), linear-gradient(65deg, rgba(42, 34, 24, 0) 92.5%, #2a2218 92.5%), linear-gradient(-65deg, rgba(42, 34, 24, 0) 92.5%, #2a2218 92.5%), repeating-linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 15%), linear-gradient(45deg, rgba(255, 255, 255, 0) 49%, #2a2218 50%, transparent 51%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 49%, #2a2218 50%, transparent 51%);
  background-size: 10rem 10rem;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0.75rem, 0 0.75rem, 5rem 5rem, 5rem 5rem, 5rem 5rem, 5rem 5rem, 5rem 5.75rem, 5rem 5.75rem, 0 0;
  transform: translateX(-10rem);
  animation: clock-animation1 10s linear infinite;
  z-index: -2;
}
.statistic6-module::after {
  content: "";
  position: absolute;
  width: calc(100% + 10rem);
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(75, 61, 42, 0.2) 0%, rgba(75, 61, 42, 0) 20%, rgba(185, 145, 39, 0) 40%, rgba(185, 145, 39, 0.3) 100%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 15%, rgba(143, 112, 30, 0.08) 15%, rgba(255, 255, 255, 0) 50%, rgba(143, 112, 30, 0.2) 80%, rgba(143, 112, 30, 0.13) 80%, rgba(143, 112, 30, 0.4) 100%), linear-gradient(90deg, rgba(75, 61, 42, 0.6) 20%, rgba(75, 61, 42, 0) 80%);
  z-index: -1;
}
.statistic6-module__title {
  border-bottom: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CD4C08;
  width: 100%;
  font-size: 2rem;
  color: white;
  padding: 0.75rem 2.5rem;
}
.statistic6-module .content-layout2 {
  max-width: 75rem;
  width: 92.5%;
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  z-index: 1;
}
.statistic6-module .statistic4__secondary2 {
  animation: secondary-fade-in 0.25s 3s linear forwards;
  margin-bottom: 0;
}

.statistic7__main2 {
  margin-top: 4rem;
  width: 35%;
  margin-right: 4rem;
}
.statistic7__main2 .statistic4__heading {
  transform: translateX(3rem);
  filter: blur(0.125rem);
  opacity: 0;
  font-size: 5rem;
  padding-bottom: 0.5rem;
  position: relative;
  animation: general-text-fade-in 0.25s 0s linear forwards;
}
.statistic7__main2 .statistic4__heading::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 0.5rem;
  background-color: rgb(255, 255, 255);
  opacity: 0.3;
}
.statistic7__main2 .statistic4__message {
  color: rgb(255, 255, 255);
  font-size: 2.75rem;
  transform: translateX(3rem);
  filter: blur(0.125rem);
  opacity: 0;
  padding-top: 1rem;
  text-shadow: 0 0.063rem 0.125rem black;
  animation: general-text-fade-in 0.25s 0.25s linear forwards;
}

.statistic7-module {
  background-color: #0d5257;
}
.statistic7-module .vertical-scroll-helper {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.statistic7-module .vertical-scroll-helper::before {
  content: "";
  position: absolute;
  width: calc(100% + 40rem);
  height: calc(100% + 40rem);
  top: 0;
  left: 0;
  opacity: 0.2;
  transform: translate(-40rem, -40rem);
  background-image: radial-gradient(circle at center center, rgba(13, 82, 87, 0.3), rgba(13, 82, 87, 0.6) 2%, rgba(13, 82, 87, 0) 2%), radial-gradient(circle at center center, rgba(13, 82, 87, 0.3), rgba(13, 82, 87, 0.6) 2%, rgba(13, 82, 87, 0) 2%), linear-gradient(30deg, #06282b 5%, #0d5257 5%, rgba(13, 82, 87, 0) 5.5%, rgba(13, 82, 87, 0) 94.5%, #0d5257 95%, #06282b 95%), linear-gradient(-30deg, #06282b 5%, #0d5257 5%, rgba(13, 82, 87, 0) 5.5%, rgba(13, 82, 87, 0) 94%, #0d5257 95%, #06282b 95%), radial-gradient(circle at top center, #06282b 5%, rgba(6, 40, 43, 0) 5%), radial-gradient(circle at bottom center, #06282b 5%, rgba(6, 40, 43, 0) 5%), linear-gradient(60deg, #06282b 5%, #0d5257 5%, rgba(13, 82, 87, 0) 5.5%, rgba(13, 82, 87, 0) 94.5%, #0d5257 95%, #06282b 95%), linear-gradient(-60deg, #06282b 5%, #0d5257 5%, rgba(13, 82, 87, 0) 5.5%, rgba(13, 82, 87, 0) 94.5%, #0d5257 95%, #06282b 95%), radial-gradient(circle at left center, #06282b 3.5%, rgba(6, 40, 43, 0) 3.5%), radial-gradient(circle at right center, #06282b 3.5%, rgba(6, 40, 43, 0) 3.5%), linear-gradient(30deg, #06282b 5%, #0d5257 5%, rgba(13, 82, 87, 0) 5.5%, rgba(13, 82, 87, 0) 94.5%, #0d5257 95%, #06282b 95%), linear-gradient(-30deg, #06282b 5%, #0d5257 5%, rgba(13, 82, 87, 0) 5.5%, rgba(13, 82, 87, 0) 94.5%, #0d5257 95%, #06282b 95%), radial-gradient(circle at top center, #06282b 5%, rgba(6, 40, 43, 0) 5%), radial-gradient(circle at bottom center, #06282b 5%, rgba(6, 40, 43, 0) 5%), linear-gradient(60deg, #06282b 5%, #0d5257 5%, rgba(13, 82, 87, 0) 5.5%, rgba(13, 82, 87, 0) 94.5%, #0d5257 95%, #06282b 95%), linear-gradient(-60deg, #06282b 5%, #0d5257 5%, rgba(13, 82, 87, 0) 5.5%, rgba(13, 82, 87, 0) 94.5%, #0d5257 95%, #06282b 95%), radial-gradient(circle at left center, #06282b 3.5%, rgba(6, 40, 43, 0) 3.5%), radial-gradient(circle at right center, #06282b 3.5%, rgba(6, 40, 43, 0) 3.5%);
  background-size: 10rem 20rem, 10rem 20rem, 20rem 20rem, 20rem 20rem, 40rem 20rem, 40rem 20rem, 20rem 20rem, 20rem 20rem, 40rem 20rem, 40rem 20rem, 20rem 20rem, 20rem 20rem, 40rem 20rem, 40rem 20rem, 20rem 20rem, 20rem 20rem, 40rem 20rem, 40rem 20rem;
  background-position: 0 0, 5rem 10rem, 0 0, 0 0, 0rem 0.75rem, 20rem -0.75rem, 10rem 0rem, 10rem 0, 10.5rem 10rem, 29.5rem 10rem, 5rem 10rem, 5rem 10rem, 5rem 10.75rem, 25rem 9.75rem, 15rem 10rem, 15rem 10rem, 15.5rem 20rem, 34.5rem 20rem;
  transform-origin: center;
  animation: cap-animation 30s linear infinite;
  z-index: -2;
}
.statistic7-module .vertical-scroll-helper::after {
  content: "";
  position: absolute;
  width: calc(100% + 10rem);
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(0, 94, 184, 0.1) 0%, rgba(0, 94, 184, 0) 20%, rgba(0, 35, 109, 0) 40%, rgba(0, 35, 109, 0.2) 100%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.025) 15%, rgba(255, 255, 255, 0) 50%, rgba(0, 43, 135, 0.15) 80%, rgba(0, 94, 184, 0.1) 80%), linear-gradient(180deg, #0d5257 0%, rgba(13, 82, 87, 0) 20%, #0d5257 100%);
  z-index: -1;
}
.statistic7-module__title {
  border-bottom: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #BE3A34;
  width: 100%;
  font-size: 2rem;
  color: white;
  padding: 0.75rem 2.5rem;
}
.statistic7-module .content-layout2 {
  max-width: 75rem;
  width: 92.5%;
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.statistic7-module .statistic4__secondary2 {
  animation: secondary-fade-in 0.25s 0.8s linear forwards;
}

.cap-wrapper {
  width: 40rem;
  height: 25rem;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}

.cap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8rem;
  bottom: -4rem;
  opacity: 0.2;
}
.cap .cap-top {
  stroke: rgb(255, 255, 255);
  fill: rgba(255, 255, 255, 0);
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: cap-draw 0.5s 0s linear forwards, cap-top 0.5s 0.25s linear forwards;
}
.cap .cap-top-sides {
  stroke: rgb(255, 255, 255);
  fill: none;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: cap-draw 0.5s 0.2s linear forwards;
}
.cap .cap-button {
  stroke: rgb(255, 255, 255);
  fill: rgba(255, 255, 255, 0);
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: cap-draw 0.5s 0.3s linear forwards, cap-top 0.5s 0.4s linear forwards;
}
.cap .cap-body {
  stroke: rgb(255, 255, 255);
  fill: rgba(255, 255, 255, 0);
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: cap-draw 0.5s 0.1s linear forwards, cap-body 0.5s 0.35s linear forwards;
}
.cap .cap-body-ridge {
  stroke: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0);
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: cap-draw 0.5s 0.3s linear forwards, cap-body-ridge 0.5s 0.4s linear forwards;
}
.cap .tassel-string {
  stroke: rgba(255, 255, 255, 0.7);
  fill: none;
  stroke-dasharray: 125;
  stroke-dashoffset: 125;
  animation: cap-draw 0.3s 0.4s linear forwards;
}
.cap .tassel1 {
  stroke: rgba(255, 255, 255, 0.2);
  fill: rgba(255, 255, 255, 0.7);
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: cap-draw 0.3s 0.6s linear forwards, cap-tassel1 0.3s 0.7s linear forwards;
}
.cap .tassel2 {
  stroke: rgba(255, 255, 255, 0.1);
  fill: rgba(255, 255, 255, 0.8);
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: cap-draw 0.3s 0.55s linear forwards, cap-tassel2 0.3s 0.65s linear forwards;
}
.cap .tassel3 {
  stroke: rgba(255, 255, 255, 0.1);
  fill: rgb(255, 255, 255);
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: cap-draw 0.3s 0.5s linear forwards, cap-tassel3 0.3s 0.6s linear forwards;
}
.cap .tassel-ring {
  stroke: #00376c;
  fill: none;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: cap-draw 0.4s 0.75s linear forwards;
}
.cap .tassel-knot {
  stroke: rgba(255, 255, 255, 0.8);
  fill: none;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: cap-draw 0.4s 0.55s linear forwards;
}

@keyframes cap-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes cap-top {
  to {
    fill: rgba(255, 255, 255, 0.3);
  }
}
@keyframes cap-body {
  to {
    fill: rgba(255, 255, 255, 0.2);
  }
}
@keyframes cap-body-ridge {
  to {
    fill: rgba(255, 255, 255, 0.5);
  }
}
@keyframes cap-tassel1 {
  to {
    fill: rgba(255, 255, 255, 0.7);
  }
}
@keyframes cap-tassel2 {
  to {
    fill: rgba(255, 255, 255, 0.8);
  }
}
@keyframes cap-tassel3 {
  to {
    fill: rgb(255, 255, 255);
  }
}
@keyframes cap-animation {
  to {
    transform: translate(0rem);
  }
}
.live-trace-wrapper {
  width: calc(100% + 3rem);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  transform: translateX(-3rem);
  animation: live-trace-image-overlay 6s 0s linear forwards;
}
.live-trace-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 40, 85, 0), rgba(0, 40, 85, 0.3) 100%);
}

.live-trace {
  background-color: #00376c;
}

.live-trace-group .lt0:nth-of-type(0n) {
  animation-delay: 0.5s;
}

.live-trace-group .lt0:nth-of-type(1n) {
  animation-delay: 0.6s;
}

.live-trace-group .lt0:nth-of-type(2n) {
  animation-delay: 0.7s;
}

.live-trace-group .lt0:nth-of-type(3n) {
  animation-delay: 0.8s;
}

.live-trace-group .lt0:nth-of-type(4n) {
  animation-delay: 0.9s;
}

.live-trace-group .lt0:nth-of-type(5n) {
  animation-delay: 1s;
}

.live-trace-group .lt0:nth-of-type(6n) {
  animation-delay: 1.1s;
}

.live-trace-group .lt0:nth-of-type(7n) {
  animation-delay: 1.2s;
}

.live-trace-group .lt0:nth-of-type(8n) {
  animation-delay: 1.3s;
}

.live-trace-group .lt0:nth-of-type(9n) {
  animation-delay: 1.4s;
}

.live-trace-group .lt0:nth-of-type(10n) {
  animation-delay: 1.5s;
}

.live-trace-group .lt0:nth-of-type(11n) {
  animation-delay: 1.6s;
}

.live-trace-group .lt0:nth-of-type(12n) {
  animation-delay: 1.7s;
}

.live-trace-group .lt0:nth-of-type(13n) {
  animation-delay: 1.8s;
}

.live-trace-group .lt0:nth-of-type(14n) {
  animation-delay: 1.9s;
}

.live-trace-group .lt0:nth-of-type(15n) {
  animation-delay: 2s;
}

.live-trace-group .lt0:nth-of-type(16n) {
  animation-delay: 2.1s;
}

.live-trace-group .lt0:nth-of-type(17n) {
  animation-delay: 2.2s;
}

.live-trace-group .lt0:nth-of-type(18n) {
  animation-delay: 2.3s;
}

.live-trace-group .lt0:nth-of-type(19n) {
  animation-delay: 2.4s;
}

.live-trace-group .lt0:nth-of-type(20n) {
  animation-delay: 2.5s;
}

.live-trace-group {
  position: relative;
}
.live-trace-group .g-path {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
  stroke: #00101f;
  fill: none;
  animation: live-trace-stroke 2.5s 0s linear forwards;
}
.live-trace-group .lt0 {
  fill: #00376c;
  animation: live-trace-animation;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}

.live-feature {
  height: 40rem;
}
.live-feature .content-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.live-feature .statistic__highlight {
  font-size: 7rem;
}
.live-feature .live-break {
  border-bottom: 0.5rem solid rgba(255, 255, 255, 0.6);
}
.live-feature .statistic__message {
  color: white;
}
.live-feature .main {
  width: 40%;
}
.live-feature .secondary {
  width: 60%;
  padding-left: 10rem;
}
.live-feature .secondary ul {
  padding-left: 0;
}
.live-feature .secondary li {
  list-style-type: none;
  list-style-position: inside;
  text-indent: -3rem;
  position: relative;
  margin: 3rem 0;
  padding-top: 1rem;
  font-size: 2.25rem;
  color: white;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-shadow: 0.063rem 0.125rem rgba(6, 40, 43, 0.8);
  z-index: 1;
  opacity: 0;
  animation: large-bullets-appear;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}
.live-feature .secondary li::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  left: -5rem;
  top: 0;
  background: rgba(154, 190, 170, 0.6);
  border-radius: 100%;
  z-index: -1;
}

.live-feature li:nth-child(0n) {
  animation-delay: 2s;
}

.live-feature li:nth-child(1n) {
  animation-delay: 2.1s;
}

.live-feature li:nth-child(2n) {
  animation-delay: 2.2s;
}

.live-feature li:nth-child(3n) {
  animation-delay: 2.3s;
}

@keyframes large-bullets-appear {
  to {
    opacity: 1;
  }
}
@keyframes move-bullet-items {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes live-trace-animation {
  to {
    fill: #005eb8;
    fill: rgba(0, 94, 184, 0.5);
  }
}
@keyframes live-trace-stroke {
  to {
    stroke-dashoffset: 0;
    stroke: #002a52;
  }
}
@keyframes live-trace-image-overlay {
  to {
    transform: translateX(0);
  }
}
.statistic.card {
  background-color: #0057ab;
}
.statistic.card::before {
  background-image: linear-gradient(123.75deg, transparent 0%, rgba(255, 255, 255, 0.04) 20%, transparent 20%, transparent 70%, rgba(0, 55, 108, 0.1) 70%, rgba(98, 186, 202, 0.05) 80%, rgba(0, 68, 133, 0.05) 80%, rgba(0, 55, 108, 0.1) 100%), linear-gradient(123.75deg, rgba(0, 35, 109, 0.15), transparent 50%, rgba(155, 211, 221, 0.35) 100%);
}

.statistic.card .card-title {
  color: #f7b300;
  font-size: 6rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1em;
  text-shadow: 0 0.125rem 0.5rem rgba(0, 18, 58, 0.35);
}

.statistic.card .card-description {
  font-size: 1.5rem;
  margin: 0;
}

.statistic2.card {
  background-color: #0057ab;
}
.statistic2.card::before {
  background-image: linear-gradient(123.75deg, transparent 0%, rgba(255, 255, 255, 0.04) 20%, transparent 20%, transparent 70%, rgba(136, 203, 215, 0.05) 70%, rgba(98, 186, 202, 0.03) 80%, rgba(117, 194, 208, 0.1) 80%, rgba(0, 55, 108, 0.1) 100%), linear-gradient(123.75deg, rgba(0, 35, 109, 0.15), #147c83 80%);
}

.statistic2.card .card-title {
  color: #f7b300;
  font-size: 6rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1em;
  text-shadow: 0 0.125rem 1rem rgba(0, 10, 33, 0.4);
}

.statistic2.card .card-description {
  font-size: 1.5rem;
  margin: 0;
}

.statistics {
  background: #2C2A29;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
  padding-top: 0;
}
.statistics::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(18, 17, 16, 0.5);
  background-image: linear-gradient(123.75deg, rgba(0, 27, 84, 0.9), rgba(0, 51, 160, 0.8) 18%, rgba(0, 101, 197, 0.7) 18%, rgba(0, 51, 160, 0.5) 23%, transparent 23%), linear-gradient(123.75deg, rgba(0, 0, 0, 0.95), rgba(44, 42, 41, 0.7) 18%, rgba(57, 55, 53, 0.5) 20%, rgba(0, 0, 0, 0.2) 23%);
  z-index: -1;
  -webkit-animation-name: statistic-main-left-slash;
  animation-name: statistic-main-left-slash;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media screen and (min-width: 37.5em) {
  .statistics::before {
    background-color: transparent;
  }
}
.statistics::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: linear-gradient(123.75deg, transparent 70%, rgba(0, 107, 210, 0.7) 70%, rgba(0, 59, 186, 0.8) 90%), linear-gradient(123.75deg, transparent 70%, rgba(0, 0, 0, 0.05) 70%, rgba(44, 42, 41, 0.2) 70%, rgba(44, 42, 41, 0.3) 90%);
  z-index: -1;
  -webkit-animation-name: statistic-main-right-slash;
  animation-name: statistic-main-right-slash;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media screen and (min-width: 37.5em) {
  .statistics::after {
    background-color: transparent;
  }
}
@media screen and (min-width: 64em) {
  .statistics {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 40rem;
  }
}

.animated-bg-image {
  display: block;
  height: 100%;
  background: url(../Images/Pharmacy-Students-in-Pill-Lab.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 105%;
  -webkit-animation-name: animate-hp-statistics-bg;
  animation-name: animate-hp-statistics-bg;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.statistics .content-layout {
  position: relative;
  z-index: 10;
  max-width: none;
  width: 100%;
}

.statistics .primary-column {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 37.5em) {
  .statistics .primary-column {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 64em) {
  .statistics .primary-column {
    min-height: 40rem;
  }
}

.statistics .secondary-column {
  position: relative;
  width: 92.5%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 64em) {
  .statistics .secondary-column {
    width: 50%;
    min-height: 40rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
  }
}

.main-statistic {
  margin: 0 3.75%;
  width: 92.5%;
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 37.5em) {
  .main-statistic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 37.5rem;
    padding: 4rem 0;
    float: right;
    margin: 0 0 0 7.5%;
  }
}

.secondary-statistic-wrapper {
  width: 100%;
  max-height: 25rem;
  float: left;
  position: relative;
  padding: 1rem 0 4rem 0;
}
@media screen and (min-width: 37.5em) {
  .secondary-statistic-wrapper {
    max-width: 30rem;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 64em) {
  .secondary-statistic-wrapper {
    margin-right: 7.5%;
    max-width: 37.5rem;
    width: 92.5%;
  }
}
.secondary-statistic-wrapper::before {
  content: "";
  position: absolute;
  width: 40rem;
  height: 100%;
  bottom: 0;
  right: -7.5%;
  background-image: none;
  z-index: 0;
}
@media screen and (min-width: 37.5em) {
  .secondary-statistic-wrapper::before {
    width: calc(32rem + 15vw);
    left: -15vw;
    right: unset;
    background-image: linear-gradient(123.75deg, transparent 30%, rgba(0, 101, 197, 0.8) 30%, #001b54 100%);
  }
}
@media screen and (min-width: 64em) {
  .secondary-statistic-wrapper::before {
    width: 60vw;
    left: -10vw;
  }
}
@media screen and (min-width: 125em) {
  .secondary-statistic-wrapper::before {
    width: 65vw;
    left: -15vw;
  }
}
@media screen and (min-width: 37.5em) {
  .secondary-statistic-wrapper::before {
    -webkit-animation-name: statistic-secondary-right-slash-sm;
    animation-name: statistic-secondary-right-slash-sm;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@media screen and (min-width: 64em) {
  .secondary-statistic-wrapper::before {
    -webkit-animation-name: statistic-secondary-right-slash-md;
    animation-name: statistic-secondary-right-slash-md;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@media screen and (min-width: 125em) {
  .secondary-statistic-wrapper::before {
    -webkit-animation-name: statistic-secondary-right-slash-lg;
    animation-name: statistic-secondary-right-slash-lg;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.secondary-statistic-wrapper .secondary-statistic:first-child {
  margin-bottom: 1.5rem;
}
.statistic-number {
  color: #aedbe3;
  font-size: 2.5rem;
  line-height: 0.85;
  margin: 0;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 16, 34, 0.7);
  width: 100%;
}
.main-statistic .statistic-number {
  font-size: 7rem;
  text-shadow: 0 0.25rem 0.5rem rgba(0, 40, 85, 0.9);
  line-height: 1;
  color: #EAAA00;
  -webkit-animation-name: animate-statistic-number2;
  animation-name: animate-statistic-number2;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.main-statistic .statistic-number {
  font-size: 112px;
}
@media screen and (min-width: 320px) {
  .main-statistic .statistic-number {
    font-size: calc(112px + 48 * ((100vw - 320px) / 279));
  }
}
@media screen and (min-width: 599px) {
  .main-statistic .statistic-number {
    font-size: 160px;
  }
}
@media screen and (min-width: 37.5em) {
  .main-statistic .statistic-number {
    font-size: 112px;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 600px) {
  .main-statistic .statistic-number {
    font-size: calc(112px + 80 * ((100vw - 600px) / 423));
  }
}
@media screen and (min-width: 37.5em) and (min-width: 1023px) {
  .main-statistic .statistic-number {
    font-size: 192px;
  }
}
@media screen and (min-width: 64em) {
  .main-statistic .statistic-number {
    font-size: 12rem;
  }
}
.secondary-statistic .statistic-number {
  -webkit-animation-name: animate-statistic-number2;
  animation-name: animate-statistic-number2;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.statistic-number {
  font-size: 40px;
}
@media screen and (min-width: 320px) {
  .statistic-number {
    font-size: calc(40px + 24 * ((100vw - 320px) / 279));
  }
}
@media screen and (min-width: 599px) {
  .statistic-number {
    font-size: 64px;
  }
}
@media screen and (min-width: 37.5em) {
  .statistic-number {
    font-size: 40px;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 600px) {
  .statistic-number {
    font-size: calc(40px + 16 * ((100vw - 600px) / 423));
  }
}
@media screen and (min-width: 37.5em) and (min-width: 1023px) {
  .statistic-number {
    font-size: 56px;
  }
}
@media screen and (min-width: 64em) {
  .statistic-number {
    font-size: 3.5rem;
  }
}

.statistic-blurb {
  color: #FFF;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 16, 34, 0.8);
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0;
  margin-top: 0.85rem;
  max-width: 30rem;
  width: 100%;
  -webkit-animation-name: animate-statistic-blurb;
  animation-name: animate-statistic-blurb;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.main-statistic .statistic-blurb {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-top: 1rem;
  -webkit-animation-name: animate-statistic-blurb;
  animation-name: animate-statistic-blurb;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.main-statistic .statistic-blurb {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .main-statistic .statistic-blurb {
    font-size: calc(26px + 14 * ((100vw - 320px) / 279));
  }
}
@media screen and (min-width: 599px) {
  .main-statistic .statistic-blurb {
    font-size: 40px;
  }
}
@media screen and (min-width: 37.5em) {
  .main-statistic .statistic-blurb {
    font-size: 20px;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 600px) {
  .main-statistic .statistic-blurb {
    font-size: calc(20px + 20 * ((100vw - 600px) / 423));
  }
}
@media screen and (min-width: 37.5em) and (min-width: 1023px) {
  .main-statistic .statistic-blurb {
    font-size: 40px;
  }
}
@media screen and (min-width: 64em) {
  .main-statistic .statistic-blurb {
    font-size: 2.5rem;
  }
}
.statistic-blurb {
  font-size: 19px;
}
@media screen and (min-width: 320px) {
  .statistic-blurb {
    font-size: calc(19px + 3 * ((100vw - 320px) / 279));
  }
}
@media screen and (min-width: 599px) {
  .statistic-blurb {
    font-size: 22px;
  }
}
@media screen and (min-width: 37.5em) {
  .statistic-blurb {
    font-size: 16px;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 600px) {
  .statistic-blurb {
    font-size: calc(16px + 6 * ((100vw - 600px) / 423));
  }
}
@media screen and (min-width: 37.5em) and (min-width: 1023px) {
  .statistic-blurb {
    font-size: 22px;
  }
}
@media screen and (min-width: 64em) {
  .statistic-blurb {
    font-size: 1.4rem;
  }
}
.secondary-statistic {
  width: 100%;
  max-width: 20rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 37.5em) {
  .secondary-statistic {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .secondary-statistic {
    width: 60%;
  }
}

@-moz-keyframes animate-hp-statistics-bg {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    -o-transform: translateX(-4%);
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
}
@-webkit-keyframes animate-hp-statistics-bg {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    -o-transform: translateX(-4%);
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
}
@keyframes animate-hp-statistics-bg {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    -o-transform: translateX(-4%);
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
}
@-moz-keyframes statistic-main-left-slash {
  0% {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes statistic-main-left-slash {
  0% {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes statistic-main-left-slash {
  0% {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes statistic-main-right-slash {
  0% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes statistic-main-right-slash {
  0% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes statistic-main-right-slash {
  0% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes statistic-secondary-right-slash-sm {
  0% {
    -moz-transform: translateX(95vw);
    -ms-transform: translateX(95vw);
    -o-transform: translateX(95vw);
    -webkit-transform: translateX(95vw);
    transform: translateX(95vw);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes statistic-secondary-right-slash-sm {
  0% {
    -moz-transform: translateX(95vw);
    -ms-transform: translateX(95vw);
    -o-transform: translateX(95vw);
    -webkit-transform: translateX(95vw);
    transform: translateX(95vw);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes statistic-secondary-right-slash-sm {
  0% {
    -moz-transform: translateX(95vw);
    -ms-transform: translateX(95vw);
    -o-transform: translateX(95vw);
    -webkit-transform: translateX(95vw);
    transform: translateX(95vw);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes statistic-secondary-right-slash-md {
  0% {
    -moz-transform: translateX(60vw);
    -ms-transform: translateX(60vw);
    -o-transform: translateX(60vw);
    -webkit-transform: translateX(60vw);
    transform: translateX(60vw);
  }
  100% {
    -moz-transform: translateX(-15wv);
    -ms-transform: translateX(-15wv);
    -o-transform: translateX(-15wv);
    -webkit-transform: translateX(-15wv);
    transform: translateX(-15wv);
  }
}
@-webkit-keyframes statistic-secondary-right-slash-md {
  0% {
    -moz-transform: translateX(60vw);
    -ms-transform: translateX(60vw);
    -o-transform: translateX(60vw);
    -webkit-transform: translateX(60vw);
    transform: translateX(60vw);
  }
  100% {
    -moz-transform: translateX(-15wv);
    -ms-transform: translateX(-15wv);
    -o-transform: translateX(-15wv);
    -webkit-transform: translateX(-15wv);
    transform: translateX(-15wv);
  }
}
@keyframes statistic-secondary-right-slash-md {
  0% {
    -moz-transform: translateX(60vw);
    -ms-transform: translateX(60vw);
    -o-transform: translateX(60vw);
    -webkit-transform: translateX(60vw);
    transform: translateX(60vw);
  }
  100% {
    -moz-transform: translateX(-15wv);
    -ms-transform: translateX(-15wv);
    -o-transform: translateX(-15wv);
    -webkit-transform: translateX(-15wv);
    transform: translateX(-15wv);
  }
}
@-moz-keyframes statistic-secondary-right-slash-lg {
  0% {
    -moz-transform: translateX(60vw);
    -ms-transform: translateX(60vw);
    -o-transform: translateX(60vw);
    -webkit-transform: translateX(60vw);
    transform: translateX(60vw);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes statistic-secondary-right-slash-lg {
  0% {
    -moz-transform: translateX(60vw);
    -ms-transform: translateX(60vw);
    -o-transform: translateX(60vw);
    -webkit-transform: translateX(60vw);
    transform: translateX(60vw);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes statistic-secondary-right-slash-lg {
  0% {
    -moz-transform: translateX(60vw);
    -ms-transform: translateX(60vw);
    -o-transform: translateX(60vw);
    -webkit-transform: translateX(60vw);
    transform: translateX(60vw);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes animate-statistic-number {
  0% {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes animate-statistic-number {
  0% {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes animate-statistic-number {
  0% {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@-moz-keyframes animate-statistic-number2 {
  0% {
    -moz-transform: translateX(-2vw);
    -ms-transform: translateX(-2vw);
    -o-transform: translateX(-2vw);
    -webkit-transform: translateX(-2vw);
    transform: translateX(-2vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes animate-statistic-number2 {
  0% {
    -moz-transform: translateX(-2vw);
    -ms-transform: translateX(-2vw);
    -o-transform: translateX(-2vw);
    -webkit-transform: translateX(-2vw);
    transform: translateX(-2vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animate-statistic-number2 {
  0% {
    -moz-transform: translateX(-2vw);
    -ms-transform: translateX(-2vw);
    -o-transform: translateX(-2vw);
    -webkit-transform: translateX(-2vw);
    transform: translateX(-2vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes animate-main-statistic-blurb {
  0% {
    opacity: 0;
    margin-top: 2rem;
    padding-bottom: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    margin-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
}
@-webkit-keyframes animate-main-statistic-blurb {
  0% {
    opacity: 0;
    margin-top: 2rem;
    padding-bottom: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    margin-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
}
@keyframes animate-main-statistic-blurb {
  0% {
    opacity: 0;
    margin-top: 2rem;
    padding-bottom: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    margin-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
}
@-moz-keyframes animate-secondary-statistic-blurb {
  0% {
    opacity: 0;
    margin-top: 1.85rem;
    margin-bottom: -1rem;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    margin-top: 0.85rem;
    margin-bottom: 0;
  }
}
@-webkit-keyframes animate-secondary-statistic-blurb {
  0% {
    opacity: 0;
    margin-top: 1.85rem;
    margin-bottom: -1rem;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    margin-top: 0.85rem;
    margin-bottom: 0;
  }
}
@keyframes animate-secondary-statistic-blurb {
  0% {
    opacity: 0;
    margin-top: 1.85rem;
    margin-bottom: -1rem;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    margin-top: 0.85rem;
    margin-bottom: 0;
  }
}
@-moz-keyframes animate-statistic-blurb {
  0% {
    -moz-transform: translateX(-2vw);
    -ms-transform: translateX(-2vw);
    -o-transform: translateX(-2vw);
    -webkit-transform: translateX(-2vw);
    transform: translateX(-2vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes animate-statistic-blurb {
  0% {
    -moz-transform: translateX(-2vw);
    -ms-transform: translateX(-2vw);
    -o-transform: translateX(-2vw);
    -webkit-transform: translateX(-2vw);
    transform: translateX(-2vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animate-statistic-blurb {
  0% {
    -moz-transform: translateX(-2vw);
    -ms-transform: translateX(-2vw);
    -o-transform: translateX(-2vw);
    -webkit-transform: translateX(-2vw);
    transform: translateX(-2vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.testimonial.card {
  background-color: #2c2a29;
}
.testimonial.card::before {
  background-image: linear-gradient(123.75deg, rgba(0, 94, 184, 0.2) 0%, rgba(0, 94, 184, 0.25) 20%, rgba(0, 94, 184, 0.1) 20%, transparent 30%, transparent 70%, rgba(0, 94, 184, 0.12) 70%, rgba(0, 94, 184, 0.3) 80%, rgba(0, 94, 184, 0.4) 80%, rgba(0, 107, 210, 0.45) 100%), linear-gradient(123.75deg, rgba(0, 27, 84, 0.4) 10%, rgba(0, 94, 184, 0.4) 100%);
}
.testimonial.card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3) 15%, transparent 15%);
  z-index: 0;
}

.testimonial.card .card-image {
  margin: -2rem -2rem 0 -2rem;
  max-height: 20rem;
  overflow: hidden;
}

.testimonial.card p, .testimonial.card a {
  position: relative;
  z-index: 1;
}

.testimonial.card a:focus {
  outline-color: white;
}

.testimonial.card .student-class {
  color: #c1e4ea;
  margin: 0;
}

.testimonial.card .student-major {
  color: #FFF;
  margin: 0;
}

.testimonial.card .student-qoute {
  position: relative;
  padding: 1.5rem 0 0.75rem 0;
  font-size: 1.25rem;
  margin-top: -0.25rem;
  text-shadow: 0.063rem 0.125rem rgba(0, 35, 109, 0.5);
  z-index: 1;
}
.testimonial.card .student-qoute::after {
  content: "";
  position: absolute;
  width: calc(100% + 4rem);
  height: 100%;
  top: 0;
  left: -2rem;
  background-image: linear-gradient(180deg, rgba(0, 18, 58, 0.35), transparent 15%);
  border-top: 0.175rem solid #eaaa00;
  z-index: -1;
}

.testimonial.card .student-qoute p {
  color: #FFF;
  position: relative;
  font-style: italic;
  font-weight: normal;
}
.testimonial.card .student-qoute p:first-child::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: -3.25rem;
  left: -0.5rem;
  background-color: #FFF;
  -moz-transform: skewX(-33.75deg);
  -ms-transform: skewX(-33.75deg);
  -o-transform: skewX(-33.75deg);
  -webkit-transform: skewX(-33.75deg);
  transform: skewX(-33.75deg);
  box-shadow: 1.5rem 0 0 #c1e4ea;
  z-index: -1;
}

.testimonial.card .student-name {
  color: #ffba05;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.testimonial.card .button-wrapper {
  margin-top: 2rem;
}

.button, a .button-user, .button-user a, #site-search button, .cal-pagination-button, #___gcse_0 .gsc-cursor-page {
  width: 100%;
  text-decoration: none;
  background-color: #eaaa00;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 25%, transparent 50%, rgba(205, 76, 8, 0.25));
  border: 0.063rem solid #d19700;
  border-bottom: 0.125rem solid #c27200;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  color: #002855;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 28.125em) {
  .button, a .button-user, .button-user a, #site-search button, .cal-pagination-button, #___gcse_0 .gsc-cursor-page {
    width: auto;
  }
}
.button::before, a .button-user::before, .button-user a::before, #site-search button::before, .cal-pagination-button::before, #___gcse_0 .gsc-cursor-page::before {
  content: "";
  position: absolute;
  width: calc(140% + 3rem);
  height: 100%;
  top: 0;
  left: calc(-140% - 3rem);
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.2) calc(100% - 3rem), rgba(255, 255, 255, 0.13) calc(100% - 3rem), rgba(255, 255, 255, 0.2) calc(100% - 2rem), transparent calc(100% - 2rem));
  -moz-transition: ease-in;
  -o-transition: ease-in;
  -webkit-transition: ease-in;
  transition: ease-in;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  z-index: -1;
}

.button:hover, .button:focus, a:hover .button-user, a:focus .button-user, .button-user a:hover, .button-user a:focus,
#site-search button:hover, #site-search button:focus,
#___gcse_0 .gsc-cursor-page:hover, #___gcse_0 .gsc-cursor-page:focus,
.cal-pagination-prev:hover, .cal-pagination-prev:focus, .cal-pagination-next:hover, .cal-pagination-next:focus {
  text-decoration: none;
  color: #002855;
}
.button:hover::before, .button:focus::before, a:hover .button-user::before, a:focus .button-user::before, .button-user a:hover::before, .button-user a:focus::before,
#site-search button:hover::before, #site-search button:focus::before,
#___gcse_0 .gsc-cursor-page:hover::before, #___gcse_0 .gsc-cursor-page:focus::before,
.cal-pagination-prev:hover::before, .cal-pagination-prev:focus::before, .cal-pagination-next:hover::before, .cal-pagination-next:focus::before {
  left: 0;
}

.button.alternate, #___gcse_0 .gsc-cursor-page {
  background-color: #147c83;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 50%, rgba(5, 30, 32, 0.25));
  border: 0.063rem solid #0d5257;
  border-bottom: 0.125rem solid #083336;
  border-bottom: 0.125rem solid #0b484c;
  color: #FFF;
  text-shadow: 0 0.08rem 0.125rem rgba(3, 19, 20, 0.75);
}
.button.alternate::before, #___gcse_0 .gsc-cursor-page::before {
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.15) calc(100% - 3rem), rgba(255, 255, 255, 0.1) calc(100% - 3rem), rgba(255, 255, 255, 0.13) calc(100% - 2rem), transparent calc(100% - 2rem));
}

.button.secondary, #___gcse_0 .gsc-cursor-page.gsc-cursor-current-page, .cal-pagination-button, .directory-list__order-button {
  background-color: #3c9eb0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 50%, rgba(0, 94, 184, 0.65));
  border: 0.063rem solid #286b77;
  border-bottom: 0.125rem solid #004485;
  color: #FFF;
  text-shadow: 0 0.08rem 0.125rem rgba(0, 74, 146, 0.75);
}
.button.secondary::before, #___gcse_0 .gsc-cursor-page.gsc-cursor-current-page::before, .cal-pagination-button::before, .directory-list__order-button::before {
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.15) calc(100% - 3rem), rgba(255, 255, 255, 0.1) calc(100% - 3rem), rgba(255, 255, 255, 0.13) calc(100% - 2rem), transparent calc(100% - 2rem));
}

.button.disabled, .cal-pagination-button.is-disabled, .directory-list__order-button.is-active {
  background-color: #948f8d;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), transparent 25%, transparent 50%, rgba(44, 42, 41, 0.15));
  border: 0.063rem solid #88827f;
  border-bottom: 0.125rem solid #464342;
  color: #FFF;
  cursor: default;
  text-shadow: 0 0.08rem 0.125rem rgba(70, 67, 66, 0.75);
}

.button.disabled:hover::before, .button.disabled:focus::before, .directory-list__order-button.is-active:hover::before, .directory-list__order-button.is-active:focus::before {
  left: calc(-140% - 3rem);
}

.button.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-image: none;
  border: none;
  padding: 0;
  border-radius: 0.3rem;
  color: #002855;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 0.25rem;
  -moz-transition: ease-in;
  -o-transition: ease-in;
  -webkit-transition: ease-in;
  transition: ease-in;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background-color: #fafdfd;
  border: 0.063rem solid rgba(20, 124, 131, 0.15);
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
}
@media screen and (min-width: 28.125em) {
  .button.card {
    width: auto;
  }
}
.button.card h3 {
  width: 100%;
  overflow: hidden;
}
.dark .button.card {
  border: none;
  background-color: rgba(255, 255, 255, 0.92);
}

.button.card .card-title, .button.card h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.button.card .card-title span, .button.card h3 span {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  overflow: hidden;
}

.button.card:hover, .button.card:focus {
  background-color: #f1f9fa;
}
.dark .button.card:hover, .dark .button.card:focus {
  background-color: rgb(255, 255, 255);
}

.cal-pagination-button {
  padding: 0.75rem 0.8rem;
}

.cal-pagination-button span {
  color: #FFF;
}

.button-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.links {
  background-color: #d4ecf0;
  position: relative;
}
.links::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.35) 0%, transparent 50%, rgba(0, 94, 184, 0.25) 100%);
  z-index: 0;
}

.links .link-wrapper {
  padding-top: 1rem;
  width: 100%;
  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;
}

.lp-link {
  position: relative;
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.lp-link::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 0rem;
  left: 1rem;
  background-color: #FFF;
  background-color: #EAAA00;
  -moz-transform: skewX(-33.75deg);
  -ms-transform: skewX(-33.75deg);
  -o-transform: skewX(-33.75deg);
  -webkit-transform: skewX(-33.75deg);
  transform: skewX(-33.75deg);
  z-index: 0;
}

.link-list {
  list-style-type: none;
  padding-left: 0;
}
.link-list--vertical li:not(:first-of-type) {
  margin-top: 0.75rem;
}
.link-list--horizontal li {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 43.75em) {
  .link-list--horizontal li {
    float: left;
  }
  .link-list--horizontal li:not(:first-of-type) {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
    border-left: 0.063rem solid 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 {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.lazy-video__wrapper {
  position: relative;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
}
.lazy-video__link[href]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000207;
  background-image: linear-gradient(180deg, transparent 30%, #002a52 100%), linear-gradient(123.75deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.25) 15%, transparent 15%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.45) 30%, rgba(255, 255, 255, 0.4) 50%, transparent 50%, rgba(255, 255, 255, 0.15) 70%, rgba(255, 255, 255, 0.35) 70%, rgba(255, 255, 255, 0.5) 90%, transparent 90%);
  opacity: 0.2;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.lazy-video__link[href]:hover::before, .lazy-video__link[href]:focus::before {
  opacity: 0;
}
.lazy-video__link[href]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12%;
  height: 21%;
  border-radius: 100%;
  background: #eaaa00;
  background-image: radial-gradient(#0033a0 50%, transparent 50%), linear-gradient(180deg, #d19700, #c27200 100%);
  box-shadow: 0 1rem 0.5rem -0.75rem rgba(0, 18, 58, 0.2);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.lazy-video__link[href]:hover::after, .lazy-video__link[href]:focus::after {
  background-image: radial-gradient(#fff9ea 50%, transparent 50%), linear-gradient(180deg, #eaaa00, #db8100 100%);
  box-shadow: 0 1rem 0.5rem -0.75rem rgba(0, 18, 58, 0.1);
}
.rich-text .lazy-video__poster {
  width: 100%;
  max-width: 100%;
}
.lazy-video__play {
  fill: #EAAA00;
  stroke: #EAAA00;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition: ease-in;
  -o-transition: ease-in;
  -webkit-transition: ease-in;
  transition: ease-in;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.lazy-video__link:hover .lazy-video__play, .lazy-video__link:focus .lazy-video__play {
  fill: #ffc11e;
  stroke: #ffc11e;
}
.lazy-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}
.lazy-video__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.welcome-area__video .lazy-video__details {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 1rem;
  align-items: flex-start;
}
.lazy-video__duration {
  color: #ffd565;
  width: 100%;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.lazy-video__title {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  z-index: 1;
}
.welcome-area__video .lazy-video__title {
  margin: 0;
  font-size: 1.25rem;
}
.lazy-video cite {
  font-style: normal;
  width: 100%;
  z-index: 1;
}
.lazy-video__description {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  z-index: 1;
}
.lazy-video__description a:focus {
  outline-color: white;
}

.lazy-video .lazy-video__wrapper img {
  width: 100%;
}

.lazy-video svg.iconic.iconic-lg:not(.iconic-size-sm):not(.iconic-size-md), .lazy-video svg.iconic.iconic-size-lg {
  width: 20%;
  height: 20%;
}

.skip-nav {
  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;
}
.skip-nav:focus {
  clip: unset;
  left: 0;
  padding: 1em;
  height: auto;
  width: auto;
  overflow: auto;
  z-index: 10000;
  background-color: white;
  color: blue;
  outline-offset: -2px;
  white-space: normal;
}

.top-navigation-is-visible {
  padding-top: 132px;
}

.header {
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 67.5em) {
  .header {
    position: static;
  }
}

.top-navigation-is-visible .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.wvu-header {
  background-color: #002855;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  height: 5.125rem;
  z-index: 1;
}
@media screen and (min-width: 67.5em) {
  .wvu-header {
    height: auto;
  }
}
.wvu-header-layout-container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 67.5em) {
  .wvu-header-layout-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.wvu-header-logo {
  text-decoration: none;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
}
.wvu-header-logo:hover {
  color: #FFF;
}
.wvu-header .wvu-logo {
  display: block;
}
.wvu-header .wvu-logo img {
  max-width: 100%;
  width: 16.875rem;
  height: auto;
  display: block;
}
@media screen and (min-width: 67.5em) {
  .wvu-header .wvu-logo img {
    width: 20rem;
  }
}
.wvu-header-sub-brand-name {
  display: block;
  padding-left: 2.875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: white;
  margin-top: -0.375rem;
  line-height: normal;
}
@media screen and (min-width: 67.5em) {
  .wvu-header-sub-brand-name {
    font-size: 1rem;
    padding-left: 3.375rem;
  }
}
.wvu-header-actions {
  font-size: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 67.5em) {
  .wvu-header-actions {
    max-width: 18.75rem;
  }
}
.has-top-navigation .wvu-header-actions {
  display: none;
}
@media screen and (min-width: 67.5em) {
  .has-top-navigation .wvu-header-actions {
    display: block;
  }
}
.wvu-header-nav {
  margin-bottom: 0.1875rem;
}
.wvu-header-nav-items {
  padding-left: 0;
  list-style-type: none;
  position: relative;
  font-size: 0.75rem;
  margin-top: 0;
  margin-bottom: 0;
}
.wvu-header-nav-item {
  display: inline-block;
}
.wvu-header-nav-item:last-child a {
  margin-right: 0;
}
.wvu-header-nav a {
  text-decoration: underline;
  margin-right: 0.375rem;
  color: white;
  display: block;
}
.wvu-header-search {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 67.5em) {
  .wvu-header-search {
    margin-bottom: 0;
    display: block;
  }
}
.wvu-header-search-form {
  position: relative;
  background-color: white;
  border-radius: 0.125rem;
}
.wvu-header-search-label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.wvu-header-search-input {
  width: 100%;
  margin: 0;
  font-size: 0.75rem;
  padding: 0;
  border: none;
  padding: 0.625rem 0.625rem 0.625rem 2.1875rem;
}
.wvu-header-search-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.125rem;
  height: 2.125rem;
}
.wvu-header-search-submit .iconic * {
  fill: #002855;
  stroke: #002855;
}

.top-navigation-buttons {
  position: relative;
  background-color: #2C2A29;
  width: 100%;
  z-index: 1;
  height: 3.125rem;
  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;
}
@media screen and (min-width: 67.5em) {
  .top-navigation-buttons {
    display: none;
  }
}

.top-navigation-trigger,
.top-navigation-search-button {
  font-size: 1rem;
  height: 3.125rem;
  color: white;
  line-height: 3.125rem;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-navigation-trigger-icon {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 0.9375rem;
  margin-right: 0.25rem;
  top: 0.0625rem;
}
.top-navigation-trigger-icon span {
  position: absolute;
  left: 0;
  width: 1.25rem;
  height: 0.1875rem;
  background-color: white;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-navigation-trigger-icon span:nth-child(1) {
  top: 0;
}
.top-navigation-is-visible .top-navigation-trigger-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.375rem;
}
.top-navigation-trigger-icon span:nth-child(2) {
  top: 0.375rem;
  opacity: 1;
}
.top-navigation-is-visible .top-navigation-trigger-icon span:nth-child(2) {
  opacity: 0;
}
.top-navigation-trigger-icon span:nth-child(3) {
  top: 0.75rem;
}
.top-navigation-is-visible .top-navigation-trigger-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.375rem;
}

.top-navigation-search-button:hover {
  color: white;
}
.top-navigation-search-button .iconic {
  margin-right: 0.25rem;
  position: relative;
  top: 0.125rem;
}
.top-navigation-search-button .iconic * {
  fill: white;
  stroke: white;
}

.top-navigation {
  background-color: #292727;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 8.25rem);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media screen and (min-width: 67.5em) {
  .top-navigation {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    overflow: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.top-navigation-is-visible .top-navigation {
  -o-transform: translateY(0);
  transform: translateY(0);
}

.primary-top-navigation-items,
.secondary-top-navigation-items {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 67.5em) {
  .primary-top-navigation-items,
  .secondary-top-navigation-items {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.primary-top-navigation-items {
  max-width: calc(75rem + 2rem);
  position: relative;
}
@media screen and (min-width: 67.5em) {
  .primary-top-navigation-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.secondary-top-navigation-items {
  font-size: 0.75rem;
  border-top: 0.0625rem solid #373433;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 67.5em) {
  .secondary-top-navigation-items {
    display: none;
  }
}

.top-nav-item a {
  padding: 0.5rem 1rem;
  color: white;
  line-height: 1.4;
  display: block;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  text-decoration: none;
}
@media screen and (min-width: 67.5em) {
  .top-nav-item a {
    padding: 1rem;
  }
}

.top-nav-item a:hover,
.top-nav-item a:focus,
.top-nav-item.current a {
  color: white;
  background-color: #333F48;
}

.top-nav-item--cta {
  border-top: 0.0625rem solid #373433;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 67.5em) {
  .top-nav-item--cta {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: 1rem;
  }
}
.top-nav-item--cta ~ .top-nav-item--cta {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (min-width: 67.5em) {
  .top-nav-item--cta ~ .top-nav-item--cta {
    margin-left: 0;
  }
}
.top-nav-item--cta a {
  font-size: 0.75rem;
}
@media screen and (min-width: 67.5em) {
  .top-nav-item--cta a {
    padding: 0.5rem 1rem;
    border-radius: 0.125rem;
    background-color: #3c3938;
    font-size: 1rem;
  }
}
.top-nav-item--cta a:hover, .top-nav-item--cta a:focus {
  background-color: #EAAA00;
}

@media screen and (min-width: 67.5em) {
  .primary-top-navigation-items .top-nav-item {
    padding: 0;
  }
}

.feature {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #464342;
}
@media screen and (min-width: 46.875em) {
  .feature {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media screen and (min-width: 76.25em) {
  .feature {
    height: 40rem;
    padding-bottom: 0;
  }
}
.feature::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../Images/pattern-white.svg") no-repeat top center;
  background-size: cover;
  z-index: -1;
  opacity: 0.05;
}
.feature::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(18, 17, 16, 0.8) 0%, transparent 65%), linear-gradient(123.75deg, rgba(44, 42, 41, 0.2) 0%, rgba(255, 255, 255, 0.1) 80%);
  z-index: -1;
}
.feature--no-pattern:before {
  background: none;
}

.feature .button-wrapper {
  overflow: visible;
  margin-top: 1rem;
}

.focused-button {
  margin-right: 0.75rem;
  -webkit-animation-name: animate-feature-content-cascade;
  animation-name: animate-feature-content-cascade;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.feature .button {
  -webkit-animation-name: animate-feature-content-cascade;
  animation-name: animate-feature-content-cascade;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.feature .button:focus {
  outline-color: white;
}

.feature-image {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .feature-image {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.feature-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: none;
  z-index: 0;
}
@media screen and (min-width: 46.875em) {
  .feature-image::before {
    background-color: rgba(44, 42, 41, 0.15);
    background-image: linear-gradient(to right, rgba(44, 42, 41, 0.6) 25%, rgba(44, 42, 41, 0) 70%);
    z-index: 1;
  }
}

.feature__video {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .feature__video {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.feature__video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: none;
  z-index: 0;
}
@media screen and (min-width: 46.875em) {
  .feature__video::before {
    background-color: rgba(44, 42, 41, 0.15);
    background-image: linear-gradient(to right, rgba(44, 42, 41, 0.6) 25%, rgba(44, 42, 41, 0) 70%);
    z-index: 1;
  }
}
.feature__video video {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .feature__video video {
    max-height: none;
  }
}
@media screen and (min-width: 46.875em) {
  .feature__video--tenth-opacity video {
    opacity: 0.1;
  }
}
@media screen and (min-width: 46.875em) {
  .feature__video--half-opacity video {
    opacity: 0.5;
  }
}

.feature-image img, .feature-video video {
  width: 100%;
  z-index: 0;
  position: relative;
  max-width: none;
}

.feature__video-control {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.75rem 1rem;
}

.feature .content-layout {
  top: 0;
  z-index: 2;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: visible;
}
@media screen and (min-width: 46.875em) {
  .feature .content-layout {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 76.25em) {
  .feature .content-layout {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
  }
}

.feature-heading {
  color: #FFF;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0.9em;
  max-width: 50rem;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem black;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-animation-name: animate-feature-content-cascade;
  animation-name: animate-feature-content-cascade;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.feature-heading {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .feature-heading {
    font-size: calc(36px + 68 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .feature-heading {
    font-size: 104px;
  }
}
@media screen and (min-width: 46.875em) {
  .feature-heading {
    line-height: 0.8em;
  }
}
.feature-heading.non-animating {
  -webkit-animation-name: animate-feature-content-cascade;
  animation-name: animate-feature-content-cascade;
  -moz-animation-duration: 0s;
  -o-animation-duration: 0s;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.department .feature-heading {
  font-size: 1.75rem;
  line-height: 1;
}
.department .feature-heading {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .department .feature-heading {
    font-size: calc(28px + 20 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .department .feature-heading {
    font-size: 48px;
  }
}
.feature-heading b, .feature-heading .feature__highlight {
  font-weight: normal;
  color: #EAAA00;
  display: block;
  width: 100%;
}
.department .feature-heading b, .department .feature-heading .feature__highlight {
  font-size: 2.25rem;
  line-height: 0.8;
  -webkit-animation-name: animate-feature-content-cascade;
  animation-name: animate-feature-content-cascade;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.department .feature-heading b, .department .feature-heading .feature__highlight {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .department .feature-heading b, .department .feature-heading .feature__highlight {
    font-size: calc(36px + 44 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .department .feature-heading b, .department .feature-heading .feature__highlight {
    font-size: 80px;
  }
}

.feature-blurb p {
  color: #FFF;
  width: 100%;
  max-width: 50rem;
  text-shadow: 0 0.1rem 0.1rem rgba(44, 42, 41, 0.5);
  line-height: 1.25;
  -webkit-animation-name: animate-feature-content-cascade;
  animation-name: animate-feature-content-cascade;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.feature-blurb p {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .feature-blurb p {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .feature-blurb p {
    font-size: 24px;
  }
}
@media screen and (min-width: 46.875em) {
  .feature-blurb p {
    line-height: 1.1;
  }
}

@-moz-keyframes animate-feature-img {
  0% {
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes animate-feature-img {
  0% {
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animate-feature-img {
  0% {
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes animate-feature-content-cascade {
  0% {
    -moz-transform: translateX(-5vw);
    -ms-transform: translateX(-5vw);
    -o-transform: translateX(-5vw);
    -webkit-transform: translateX(-5vw);
    transform: translateX(-5vw);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes animate-feature-content-cascade {
  0% {
    -moz-transform: translateX(-5vw);
    -ms-transform: translateX(-5vw);
    -o-transform: translateX(-5vw);
    -webkit-transform: translateX(-5vw);
    transform: translateX(-5vw);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animate-feature-content-cascade {
  0% {
    -moz-transform: translateX(-5vw);
    -ms-transform: translateX(-5vw);
    -o-transform: translateX(-5vw);
    -webkit-transform: translateX(-5vw);
    transform: translateX(-5vw);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.announcement {
  background-color: #002855;
  background-image: linear-gradient(180deg, rgba(0, 16, 34, 0.2), transparent 1.25rem), linear-gradient(123.75deg, transparent 60%, rgba(255, 255, 255, 0.03) 60%, rgba(0, 40, 85, 0.1) 70%, rgba(0, 40, 85, 0.2) 70%, rgba(0, 40, 85, 0.08) 85%, rgba(255, 255, 255, 0.02) 85%, rgba(0, 40, 85, 0.03) 95%), linear-gradient(123.75deg, transparent 0%, rgba(18, 113, 120, 0.7) 50%);
  padding: 2rem 0;
}

.announcement .content-layout {
  display: block;
  overflow: initial;
}
@media screen and (min-width: 55em) {
  .announcement .content-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.announcement .module-header {
  color: #FFF;
  color: #ffba05;
  font-size: 1.75rem;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 28, 60, 0.5);
  text-transform: uppercase;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
}
.announcement .module-header {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .announcement .module-header {
    font-size: calc(28px + 4 * ((100vw - 320px) / 559));
  }
}
@media screen and (min-width: 879px) {
  .announcement .module-header {
    font-size: 32px;
  }
}
@media screen and (min-width: 55em) {
  .announcement .module-header {
    font-size: 2rem;
  }
}

.announcement .primary-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 55em) {
  .announcement .primary-column {
    float: left;
    margin-right: 3rem;
  }
}

.announcement .primary-column p {
  font-size: 1rem;
  max-width: 50rem;
  margin: 0;
  color: #FFF;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 28, 60, 0.5);
  line-height: 1.2;
}
.announcement .primary-column p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .announcement .primary-column p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 559));
  }
}
@media screen and (min-width: 879px) {
  .announcement .primary-column p {
    font-size: 20px;
  }
}
@media screen and (min-width: 55em) {
  .announcement .primary-column p {
    font-size: 1.25rem;
  }
}

.announcement .secondary-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 55em) {
  .announcement .secondary-column {
    float: right;
    margin-top: 0;
  }
}

.announcement .secondary-column .button {
  margin-bottom: 0;
}
.announcement .secondary-column .button:focus {
  outline-color: white;
}

.selection-area {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

.selection-area:not(.two-column) .module-header {
  font-size: 1.875rem;
  color: #003a7b;
  margin-bottom: 1rem;
}
@media screen and (min-width: 20em) {
  .selection-area:not(.two-column) .module-header {
    font-size: 30px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  .selection-area:not(.two-column) .module-header {
    font-size: calc(30px + 18 * ((100vw - 320px) / 479));
  }
}
@media screen and (min-width: 20em) and (min-width: 799px) {
  .selection-area:not(.two-column) .module-header {
    font-size: 48px;
  }
}
@media screen and (min-width: 50em) {
  .selection-area:not(.two-column) .module-header {
    font-size: 3rem;
  }
}

.selection-area .content-layout {
  max-width: 60rem;
  text-align: center;
}

.selection-area.two-column .content-layout {
  max-width: 75rem;
  text-align: left;
}

.selection-area .primary-column {
  width: 100%;
  float: left;
  margin-bottom: 2rem;
}
@media screen and (min-width: 68.75em) {
  .selection-area .primary-column {
    width: calc(100% - 32rem);
    margin-bottom: 0;
  }
}

.selection-area .aside, .landing-page .selection-area .aside {
  float: right;
  margin: 0;
}

.selection-area.two-column .aside {
  float: left;
}
@media screen and (min-width: 68.75em) {
  .selection-area.two-column .aside {
    float: right;
  }
}

.selection-area p {
  font-size: 1.15rem;
}
@media screen and (min-width: 30em) {
  .selection-area p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 46.875em) {
  .selection-area p {
    font-size: 1.5rem;
  }
}

.selection-area .selection-area-smaller-text p {
  font-size: 1.15rem;
}

.selection-area.secondary {
  background-color: #9BD3DD;
}

.selection-area.no-bottom-padding {
  padding-bottom: 0;
}

.news {
  position: relative;
  z-index: 0;
}
.news__static-widget {
  width: 29rem;
  max-width: 100%;
  margin: 4rem 0 0 0;
}
@media screen and (min-width: 64em) {
  .news__static-widget {
    width: 19rem;
    margin: 4rem 0 0 3rem;
  }
}

.news-stories {
  margin: 2rem 0 0 0;
}

.news .list-item, .story-entry .list-item {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 53.125em) {
  .news-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.news-item-title {
  line-height: 1.15em;
  margin-top: 1em;
  margin-bottom: 0;
  display: inline-block;
}
.secondary-column .news-item-title, .news-stories .news-item-title {
  width: 100%;
  float: left;
  font-size: 1.25rem;
}
@media screen and (min-width: 37.5em) {
  .secondary-column .news-item-title, .news-stories .news-item-title {
    width: calc(60% - 2rem);
    margin: 0 0 0 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .news-stories .news-item-title {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .news-stories .news-item-title {
    width: calc(60% - 2rem);
    margin: 0 0 0 2rem;
  }
}

.news-story {
  margin-bottom: 2rem;
}

.news-wrapper .story-entry, .news-story {
  padding: 0;
}

.news-wrapper img, .news-stories img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.news-items-list .list-item:hover .news-item-title, .news .list-item:hover .news-item-title {
  color: #005eb8;
}
.news-items-list .list-item:hover .news-item-wrapper::after, .news .list-item:hover .news-item-wrapper::after {
  opacity: 0.5;
}

.news-item--thumbnail-article .news-item {
  display: grid;
  margin: 2rem 0;
}
@media screen and (min-width: 37.5em) {
  .news-item--thumbnail-article .news-item {
    grid-template-columns: auto 1fr;
    grid-column-gap: 3rem;
  }
}
.news-item--thumbnail-article .news-item:hover .news-item-title, .news-item--thumbnail-article .news-item:focus .news-item-title {
  color: #CD4C08;
}
.news-item--thumbnail-article .news-item:hover .news-item-image, .news-item--thumbnail-article .news-item:focus .news-item-image {
  border-top: 0.25rem solid #005EB8;
  box-shadow: -0.5rem 0.5rem 0 #CD4C08;
}
.news-item--thumbnail-article .news-item-image {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .news-item--thumbnail-article .news-item-image {
    border-top: 0.25rem solid #EAAA00;
    display: block;
    box-shadow: -0.5rem 0.5rem 0 #005EB8;
    width: 7.5rem;
  }
}
.news-item--thumbnail-article .news-item-title {
  margin-top: 0;
  align-self: center;
}

.news-wrapper .primary-column {
  width: 100%;
}
@media screen and (min-width: 53.125em) {
  .news-wrapper .primary-column {
    width: calc(50% - 3rem);
    margin-right: 3rem;
  }
}

.news-wrapper .secondary-column {
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.063rem solid rgba(44, 42, 41, 0.1);
}
@media screen and (min-width: 53.125em) {
  .news-wrapper .secondary-column {
    width: 50%;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

.news-image-wrapper, .profile-image-wrapper, .profile-image__wrapper {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #0033A0;
  border-top: 0.25rem solid #EAAA00;
}
.news-image-wrapper::before, .profile-image-wrapper::before, .profile-image__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #00236d, transparent), linear-gradient(123.75deg, rgba(255, 255, 255, 0.2) 15%, transparent 15%, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 70%, rgba(255, 255, 255, 0.07) 70%, rgba(255, 255, 255, 0.15) 82.5%, rgba(255, 255, 255, 0.08) 82.5%, rgba(255, 255, 255, 0.25) 100%), linear-gradient(180deg, #00236d, #00519f);
  z-index: 0;
}
.news-image-wrapper::after, .profile-image-wrapper::after, .profile-image__wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../Images/WV_Gold124.svg) no-repeat center center;
  background-size: cover;
  z-index: 0;
  -moz-transition: ease-in;
  -o-transition: ease-in;
  -webkit-transition: ease-in;
  transition: ease-in;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.secondary-column .news-image-wrapper, .news-stories .news-image-wrapper, .secondary-column .profile-image-wrapper, .news-stories .profile-image-wrapper, .secondary-column .profile-image__wrapper, .news-stories .profile-image__wrapper {
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .secondary-column .news-image-wrapper, .news-stories .news-image-wrapper, .secondary-column .profile-image-wrapper, .news-stories .profile-image-wrapper, .secondary-column .profile-image__wrapper, .news-stories .profile-image__wrapper {
    width: 40%;
    padding-bottom: 22.5%;
  }
}
@media screen and (min-width: 64em) {
  .news-stories .news-image-wrapper, .news-stories .profile-image-wrapper, .news-stories .profile-image__wrapper {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
@media screen and (min-width: 75em) {
  .news-stories .news-image-wrapper, .news-stories .profile-image-wrapper, .news-stories .profile-image__wrapper {
    width: 40%;
    padding-bottom: 22.5%;
  }
}

.secondary-column .story-entry {
  padding: 0 1.5rem 1rem 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 0;
  border-bottom: 0.063rem solid rgba(44, 42, 41, 0.1);
}
@media screen and (min-width: 37.5em) {
  .secondary-column .story-entry {
    padding: 0 0 1rem 0;
  }
}

.secondary-column .news-description {
  display: none;
}

.full-news-story .news-image-wrapper {
  margin-bottom: 2rem;
}

.full-news-story .news-image-wrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.full-news-story .sub-heading {
  font-size: 1.55rem;
  color: #004ca2;
}
@media screen and (min-width: 20em) {
  .full-news-story .sub-heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  .full-news-story .sub-heading {
    font-size: calc(24px + 4 * ((100vw - 320px) / 479));
  }
}
@media screen and (min-width: 20em) and (min-width: 799px) {
  .full-news-story .sub-heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 50em) {
  .full-news-story .sub-heading {
    font-size: 1.75rem;
  }
}

.full-news-story .meta-data {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.related-news .heading {
  padding-bottom: 0.9rem;
  margin-bottom: 2.75rem;
  border-bottom: 0.25rem solid rgba(0, 94, 184, 0.5);
}

.related-news .list-item:hover .news-item-title {
  color: #006bd2;
}

.research {
  background-color: #0d5257;
  background-image: linear-gradient(123.75deg, rgba(0, 51, 160, 0.2) 0%, transparent 70%);
  overflow: hidden;
}
.research::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  background: url(../Images/Morter-Bowl-and-Pestle.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
  -webkit-animation-name: research-vertical-bg-scroll;
  animation-name: research-vertical-bg-scroll;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.research::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, transparent 50%, #0D5257 95%), linear-gradient(123.75deg, rgba(6, 40, 43, 0.05) 0%, rgba(255, 255, 255, 0.1) 5%, rgba(0, 51, 160, 0.03) 5%, rgba(0, 51, 160, 0.03) 12.5%, rgba(255, 255, 255, 0.05) 12.5%, transparent 20.5%, transparent 77.5%, rgba(255, 255, 255, 0.05) 77.5%, rgba(255, 255, 255, 0.08) 85%, rgba(0, 51, 160, 0.05) 85%, rgba(0, 51, 160, 0.01) 92.5%, rgba(255, 255, 255, 0.08) 92.5%);
  opacity: 1;
  z-index: -1;
  -webkit-animation-name: research-bg-slashes-scroll;
  animation-name: research-bg-slashes-scroll;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.js .research.in-view::before {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.js .research.in-view::after {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.research .module-header {
  color: #0D5257;
}

.research-items-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.research-item-title {
  margin: 1em 0;
}

.research-items-list li {
  padding: 0;
}

.research .list-item {
  text-decoration: none;
}

.research-image-wrapper img {
  width: 100%;
}

@-moz-keyframes research-vertical-bg-scroll {
  0% {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes research-vertical-bg-scroll {
  0% {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes research-vertical-bg-scroll {
  0% {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes research-bg-slashes-scroll {
  0% {
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes research-bg-slashes-scroll {
  0% {
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes research-bg-slashes-scroll {
  0% {
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.continuing-education {
  position: relative;
  z-index: 0;
}

.continuing-education .content-layout {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .continuing-education .content-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.continuing-education .primary-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 3rem;
}
@media screen and (min-width: 37.5em) {
  .continuing-education .primary-column {
    float: left;
  }
}

.continuing-education .primary-column p {
  font-size: 1.15rem;
  max-width: 50rem;
  margin: 0;
}

.continuing-education .secondary-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 37.5em) {
  .continuing-education .secondary-column {
    float: right;
  }
}

.continuing-education .secondary-column .button {
  margin-bottom: 0;
}

.activities .button-container {
  margin-bottom: 1rem;
}

.activity-list__activity {
  border-top: 0.063rem solid #d2d0cf;
  padding: 1rem 0;
}
.activity-list__activity-title {
  margin-top: 0.5rem;
}

.activity-details__value {
  margin: 0.5rem 0;
  color: #464342;
}
.activity-details__inline-pair {
  margin: 0.5rem 0;
}
.activity-details__inline-pair dd, .activity-details__inline-pair dt {
  display: inline-block;
  margin: 0;
}

.connect-button {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  border-radius: 2.5rem;
  text-align: center;
  position: relative;
  transition: ease-in;
  transition-duration: 0.25s;
}
.connect-button__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: white;
  stroke: none;
}
.facebook .connect-button__icon, instagram .connect-button__icon {
  width: 80px;
  height: 80px;
}

.connect-button .iconic {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  display: inline-block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social-share .connect-button .iconic {
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin: auto;
}

.social-media {
  background-color: #EAAA00;
  position: relative;
  z-index: 0;
  margin-top: 0.275rem;
}
.social-media::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../Images/pattern-white.svg) no-repeat center center;
  background-size: cover;
  z-index: 0;
  opacity: 0.2;
}

.social-media .content-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 53.125em) {
  .social-media .content-layout {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.social-media .module-header {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 1rem 0;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  color: #002855;
}
@media screen and (min-width: 20em) {
  .social-media .module-header {
    font-size: 36px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  .social-media .module-header {
    font-size: calc(36px + 28 * ((100vw - 320px) / 529));
  }
}
@media screen and (min-width: 20em) and (min-width: 849px) {
  .social-media .module-header {
    font-size: 64px;
  }
}
@media screen and (min-width: 53.125em) {
  .social-media .module-header {
    font-size: 4rem;
  }
}

.social-media .button-wrapper {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: auto;
  text-align: right;
}

.connect-button.facebook {
  background-color: #1877f2;
}

.connect-button.facebook:hover, .connect-button.facebook:focus {
  background-color: #0c65d8;
}

.connect-button.twitter {
  background-color: #55acee;
}

.connect-button.twitter:hover, .connect-button.twitter:focus {
  background-color: #329beb;
}

.connect-button.linkedin {
  background-color: #0077b5;
}

.connect-button.linkedin:hover, .connect-button.linkedin:focus {
  background-color: #005e8f;
}

.connect-button.twitter-x {
  background-color: #000000;
}

.connect-button.twitter-x:hover, .connect-button.twitter-x:focus {
  background-color: #262626;
}

.connect-button.twitter-x--reversed {
  background-color: white;
}
.connect-button.twitter-x--reversed .connect-button__icon {
  fill: #000000;
}

.connect-button.twitter-x--reversed:hover, .connect-button.twitter-x--reversed:focus {
  background-color: #d9d9d9;
}

.connect-button.instagram {
  background-color: #d93175;
  background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  box-shadow: inset 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
  position: relative;
  /*svg {
              box-shadow: 0 1px 1px 0 rgba(black, .1);
          }*/
}
.connect-button.instagram::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.connect-button.instagram:hover, .connect-button.instagram:focus {
  background-color: #de4b86;
}
.connect-button.instagram:hover::after, .connect-button.instagram:focus::after {
  opacity: 1;
}

.on-this-page {
  border: 0.125rem solid rgba(0, 94, 184, 0.2);
  padding: 1.5rem;
  background-color: rgba(0, 94, 184, 0.1);
  margin-top: 2rem;
}
.on-this-page-heading {
  margin: 0;
  font-size: 1.5rem;
}
.on-this-page ul, .on-this-page ol {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  margin: 0.5rem -0.5rem 0 -0.5rem;
}
.on-this-page ul li, .on-this-page ol li {
  float: left;
  margin: 0.25rem 0.5rem;
}
.on-this-page ul li a, .on-this-page ol li a {
  font-size: 1.15rem;
}

.giving {
  background-color: #fff8d5;
  background-image: linear-gradient(123.75deg, white 0%, #aedbe3 100%);
  padding: 4rem 0;
  position: relative;
  z-index: 0;
}
.giving::before {
  content: "";
  position: absolute;
  width: 150%;
  max-width: 120rem;
  height: 100%;
  top: 0;
  left: 40%;
  z-index: -1;
  transform: translateX(-46%);
  background-image: linear-gradient(123.75deg, transparent 62.5%, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0.25) 70%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0.75) 90%);
  -webkit-animation-name: giving-bg-right-slash;
  animation-name: giving-bg-right-slash;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media screen and (min-width: 106.25em) {
  .giving::before {
    left: unset;
    right: -10%;
    transform: translateX(0);
  }
}
@media screen and (min-width: 106.25em) {
  .giving::before {
    -webkit-animation-name: giving-bg-right-slash-large;
    animation-name: giving-bg-right-slash-large;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.giving .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .giving .image-wrapper {
    height: 100%;
    position: absolute;
  }
}

.giving .image-wrapper img {
  width: 110%;
  max-width: none;
  min-width: 110%;
  height: 100%;
  -webkit-animation-name: giving-image-scroll;
  animation-name: giving-image-scroll;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media screen and (min-width: 46.875em) {
  .giving .image-wrapper img {
    width: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
@media screen and (min-width: 71.25em) {
  .giving .image-wrapper img {
    max-width: 110%;
    height: auto;
  }
}

.giving .content-layout {
  border-top: 0.375rem solid #EAAA00;
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(18, 17, 16, 0.7);
  position: relative;
  padding: 0;
  z-index: 1;
  background-color: #FFF;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}
@media screen and (min-width: 46.875em) {
  .giving .content-layout {
    padding: 4rem 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.giving .content-layout::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 25rem;
  top: 0;
  left: 0%;
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.45) 15%, transparent 15%, transparent 67.5%, rgba(255, 255, 255, 0.1) 79%, rgba(255, 255, 255, 0.15) 79%, rgba(255, 255, 255, 0.35) 87%, rgba(255, 255, 255, 0.1) 87%, rgba(255, 255, 255, 0.5) 100%);
  z-index: 1;
  -webkit-animation-name: giving-image-primary-slash;
  animation-name: giving-image-primary-slash;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media screen and (min-width: 46.875em) {
  .giving .content-layout::before {
    height: 100%;
  }
}
.giving .content-layout::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25rem;
  top: 0;
  left: 80%;
  background-image: linear-gradient(180deg, transparent 60%, rgba(255, 255, 255, 0.5) 95%);
  -moz-transform: skewX(-33.75deg);
  -ms-transform: skewX(-33.75deg);
  -o-transform: skewX(-33.75deg);
  -webkit-transform: skewX(-33.75deg);
  transform: skewX(-33.75deg);
  z-index: 1;
  -webkit-animation-name: giving-image-accent-slash;
  animation-name: giving-image-accent-slash;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media screen and (min-width: 46.875em) {
  .giving .content-layout::after {
    height: 100%;
  }
}

.giving .content-wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem 5%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  min-width: 0;
  -webkit-animation-name: giving-content-wrapper-fade;
  animation-name: giving-content-wrapper-fade;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media screen and (min-width: 46.875em) {
  .giving .content-wrapper {
    min-width: 20rem;
    width: 40%;
    padding: 2rem;
    margin: 0 5%;
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 43, 135, 0.25);
  }
}
@media screen and (min-width: 64em) {
  .giving .content-wrapper {
    padding: 3rem;
    min-width: 25rem;
    margin-left: 4rem;
  }
}

@media screen and (min-width: 64em) {
  .giving .content {
    overflow: hidden;
    max-height: 15rem;
  }
}

@-moz-keyframes giving-bg-right-slash {
  0% {
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
  }
  100% {
    -moz-transform: translateX(-39%);
    -ms-transform: translateX(-39%);
    -o-transform: translateX(-39%);
    -webkit-transform: translateX(-39%);
    transform: translateX(-39%);
  }
}
@-webkit-keyframes giving-bg-right-slash {
  0% {
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
  }
  100% {
    -moz-transform: translateX(-39%);
    -ms-transform: translateX(-39%);
    -o-transform: translateX(-39%);
    -webkit-transform: translateX(-39%);
    transform: translateX(-39%);
  }
}
@keyframes giving-bg-right-slash {
  0% {
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
  }
  100% {
    -moz-transform: translateX(-39%);
    -ms-transform: translateX(-39%);
    -o-transform: translateX(-39%);
    -webkit-transform: translateX(-39%);
    transform: translateX(-39%);
  }
}
@-moz-keyframes giving-bg-right-slash-large {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    -o-transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%);
  }
}
@-webkit-keyframes giving-bg-right-slash-large {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    -o-transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%);
  }
}
@keyframes giving-bg-right-slash-large {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    -o-transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%);
  }
}
@-moz-keyframes giving-image-primary-slash {
  0% {
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    opacity: 0.6;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes giving-image-primary-slash {
  0% {
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    opacity: 0.6;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes giving-image-primary-slash {
  0% {
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    opacity: 0.6;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes giving-image-accent-slash {
  0% {
    left: 76%;
    opacity: 0.5;
  }
  100% {
    left: 80%;
    opacity: 1;
  }
}
@-webkit-keyframes giving-image-accent-slash {
  0% {
    left: 76%;
    opacity: 0.5;
  }
  100% {
    left: 80%;
    opacity: 1;
  }
}
@keyframes giving-image-accent-slash {
  0% {
    left: 76%;
    opacity: 0.5;
  }
  100% {
    left: 80%;
    opacity: 1;
  }
}
@-moz-keyframes giving-content-wrapper-fade {
  0% {
    -moz-transform: translateX(16%);
    -ms-transform: translateX(16%);
    -o-transform: translateX(16%);
    -webkit-transform: translateX(16%);
    transform: translateX(16%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes giving-content-wrapper-fade {
  0% {
    -moz-transform: translateX(16%);
    -ms-transform: translateX(16%);
    -o-transform: translateX(16%);
    -webkit-transform: translateX(16%);
    transform: translateX(16%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes giving-content-wrapper-fade {
  0% {
    -moz-transform: translateX(16%);
    -ms-transform: translateX(16%);
    -o-transform: translateX(16%);
    -webkit-transform: translateX(16%);
    transform: translateX(16%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes giving-image-scroll {
  0% {
    left: 47.5%;
  }
  100% {
    left: 50%;
  }
}
@-webkit-keyframes giving-image-scroll {
  0% {
    left: 47.5%;
  }
  100% {
    left: 50%;
  }
}
@keyframes giving-image-scroll {
  0% {
    left: 47.5%;
  }
  100% {
    left: 50%;
  }
}
.safety-footer {
  padding-block: var(--safety-footer-padding-top, var(--safety-footer-padding-y, 2rem)) var(--safety-footer-padding-bottom, var(--safety-footer-padding-y, 2rem));
  background-color: var(--safety-footer-bg-color);
  color: var(--safety-footer-text-color, #1C2B39);
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
}
.safety-footer__card {
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: var(--safety-footer-card-bg-color, #F7F7F7);
}
.safety-footer__heading, .safety-footer__text {
  margin-top: 0;
  font-family: inherit;
}
.safety-footer__heading {
  margin-bottom: 0.25em;
  color: var(--safety-footer-heading-color, #002855);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}
.safety-footer__text, .safety-footer__links {
  font-size: inherit;
}
.safety-footer__links {
  display: flex;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.safety-footer__link {
  color: var(--safety-footer-link-color, #0062A3);
  transition-property: color;
  transition-duration: 0.25s;
}
.safety-footer__link:hover, .safety-footer__link:focus {
  color: var(--safety-footer-link-hover-color, #00497a);
}
.safety-footer__link:focus {
  outline-color: var(--safety-footer-link-outline-color, #BE3A34);
}

.sop-footer {
  position: relative;
  z-index: 0;
}
.sop-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9BD3DD;
  background-image: linear-gradient(-56.25deg, rgba(0, 43, 135, 0.4) 5%, rgba(0, 94, 184, 0.25) 25%, rgba(155, 211, 221, 0.15) 60%);
  z-index: -2;
}
.sop-footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 0.25rem);
  top: 0.25rem;
  left: 0;
  opacity: 1;
  background-color: #9BD3DD;
  background-image: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.9) 100%, transparent 100%);
  z-index: -1;
}

.sop-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 43.75em) {
  .sop-footer-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.sop-footer-nav-items {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
}
@media screen and (min-width: 64em) {
  .sop-footer-nav-items {
    margin: 0 2rem 0 0;
    width: calc(33.3% - 2rem);
  }
}

.sop-footer-nav-items a {
  color: #0a3d41;
  font-weight: bold;
  text-decoration: none;
}

.sop-footer-nav-items a:hover, .sop-footer-nav-items a:focus {
  color: #0f6167;
}

.sop-footer-nav-item {
  padding: 0.1rem 0;
  line-height: 1.5;
}

.sop-footer-nav {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 43.75em) {
  .sop-footer-nav {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .sop-footer-nav {
    width: 80%;
  }
}

.sop-footer-address {
  display: block;
  text-decoration: none;
  font-style: normal;
  line-height: 1.75em;
}

.sop-footer-address b, .sop-footer-address strong {
  color: #0033A0;
  font-size: 1.25rem;
}

.sop-footer-address span {
  width: 100%;
  display: inline-block;
}

.wvu-footer {
  text-align: center;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 55em) {
  .wvu-footer {
    text-align: left;
  }
}

.wvu-footer a {
  color: #0057ab;
}

.wvu-footer-layout-container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0.063rem solid #147c83;
}

@media screen and (min-width: 55em) {
  .wvu-footer-left,
  .wvu-footer-right {
    width: 50%;
  }
}

@media screen and (min-width: 55em) {
  .wvu-footer-right {
    float: right;
  }
}

@media screen and (min-width: 55em) {
  .wvu-footer-right .wvu-footer-navigation {
    text-align: right;
  }
}

.wvu-footer-nav-items {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.75rem;
}

.wvu-footer-nav-item {
  display: inline-block;
  padding: 0;
}

.wvu-footer-nav-item a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 55em) {
  .wvu-footer-nav-item a {
    margin-left: 0.5rem;
    margin-right: 0;
  }
}

.wvu-footer-nav-item:first-child a {
  margin-left: 0;
}

.wvu-footer-social-buttons {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 55em) {
  .wvu-footer-social-buttons {
    text-align: right;
    margin-bottom: 0;
  }
}

.wvu-footer-social-button {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  text-align: center;
  margin: 0 0.15rem;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

@media screen and (min-width: 55em) {
  .wvu-footer-social-button:last-child {
    margin-right: 0;
  }
}

.wvu-footer-social-button .iconic {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: white;
}
.wvu-footer-social-button .iconic * {
  fill: white;
  stroke: white;
}

.wvu-footer-twitter-button {
  background: #55acee;
}

.wvu-footer-facebook-button {
  background: #1877f2;
}

.wvu-footer-youtube-button {
  background: #e52d27;
}

.wvu-footer-copyright {
  line-height: 1.6;
  font-size: 0.75rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #002855;
}

/* WVU Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Scss dependencies:
1. _settings.variables.scss
2. _tools.flexbox.scss */
.wvu-footer {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background: white;
  color: #002855;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
}
.wvu-footer__layout {
  width: calc(100% - 2rem);
  max-width: 75rem;
  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: #0033A0;
}
.wvu-footer a:hover, .wvu-footer a:focus {
  color: #333F48;
}
.wvu-footer a:focus {
  outline: 0.125rem dashed #BE3A34;
  outline-offset: 0.125rem;
}
.wvu-footer-nav {
  margin-top: 0.5rem;
  margin-left: -0.25rem;
  margin-right: -0.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: 0.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: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.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: 0.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: 0.75rem;
  line-height: 1.6;
}

/* 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: 0.25s;
}
.wvu-masthead a:focus, .wvu-masthead button:focus, .wvu-masthead input:focus {
  outline: 0.125rem dashed #EAAA00;
  outline-offset: 0.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: 0.5rem;
  left: 0.5rem;
  padding: 1em;
  height: auto;
  width: auto;
  overflow: auto;
  z-index: 10000;
  background-color: #EAAA00;
  border-radius: 0.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: 0.75rem;
}
.wvu-masthead-header__layout {
  max-width: calc(75rem + 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: 0.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: -0.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: -0.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: 0.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: 0.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: 0.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: 0.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: 0.375rem;
}
.wvu-masthead-header__search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.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: 0.5rem;
  border: none;
  border: 0.125rem dashed white;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  font-size: 0.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: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  border: none;
  border-left: 0.0625rem solid #c2cbd6;
  transition-property: background-color, border-right-color;
  transition-duration: 0.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: 0.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: -0.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: 0.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: 0.15s;
}
[aria-expanded=false] .wvu-masthead-controls__search-icon-open {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  transition-duration: 0.25s;
}
.wvu-masthead-controls__search-icon-close {
  top: -0.25rem;
  left: -0.25rem;
  stroke-width: 1;
  stroke: currentColor;
  transform: translate(0, 0) scale(0);
  transition-duration: 0.15s;
}
[aria-expanded=true] .wvu-masthead-controls__search-icon-close {
  transform: translate(0.25rem, 0.25rem) scale(1);
  visibility: visible;
  opacity: 1;
  transition-duration: 0.25s;
}
.wvu-masthead-controls__menu-icon {
  width: 1.25rem;
  height: 0.1875rem;
  background-color: currentColor;
  background-clip: content-box;
  border: none;
  line-height: 0;
  transition-property: background-color;
  transition-duration: 0.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: 0.25s;
}
.wvu-masthead-controls__menu-icon::before {
  top: -0.5rem;
}
[aria-expanded=true] .wvu-masthead-controls__menu-icon::before {
  top: 0;
  transform: rotate(-45deg);
}
.wvu-masthead-controls__menu-icon::after {
  top: 0.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: 0.6s;
}
.wvu-masthead-nav__layout {
  max-width: calc(75rem + 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: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  list-style-type: none;
  font-size: 0.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: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
  }
}
.wvu-masthead-nav a {
  display: block;
  padding: 0.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: -0.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: 0.5rem 1rem;
    border-radius: 0.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: 0.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-alert p {
  font-size: 1.2rem;
}
.wvu-alert b, .wvu-alert strong {
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif !important;
  font-weight: bold !important;
}
.wvu-alert__container {
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  align-items: baseline;
  gap: 0 0.5rem;
  width: calc(100% - 2rem);
  max-width: 75rem;
  margin: 0 auto;
}
.wvu-alert__banner {
  position: relative;
  z-index: 1;
  color: #2C2A29;
  background-color: #FFE539;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  line-height: 1.4;
}
.wvu-alert__banner p {
  display: grid;
  grid-auto-flow: column;
  margin: 0;
  padding: 1rem 0;
  font-size: 1.2rem;
  line-height: inherit;
}
.wvu-alert__banner a {
  text-decoration: underline;
}
.wvu-alert__banner a:link, .wvu-alert__banner a:visited {
  color: #0033A0 !important;
}
.wvu-alert__banner a:hover, .wvu-alert__banner a:focus {
  color: #002855 !important;
}
.wvu-alert__actions {
  margin-top: 1.5rem;
}
.wvu-alert__button {
  margin-bottom: 0.75rem;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  color: #2C2A29;
  background-color: rgba(44, 42, 41, 0.2);
  font-size: 1rem;
  line-height: 1.125;
  font-weight: bold;
  text-transform: none;
}
.wvu-alert__button:hover, .wvu-alert__button:focus {
  outline: none;
  border-color: #0062A3;
  color: #002855;
  background-color: #FFE539;
  background-color: white;
}
.wvu-alert__dialog {
  /*position: fixed;*/
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 1000;
  width: 100%;
  max-width: 75ch;
  margin-top: 1rem;
  border: 0;
  background-color: #F7F7F7;
  font-size: 1.2rem;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  box-shadow: rgba(44, 42, 41, 0.4) 0 0 3rem;
  animation: wvu-alert-appear--reduced 0.25s ease-out;
}
@media (prefers-reduced-motion: no-preference) {
  .wvu-alert__dialog {
    animation-name: wvu-alert-appear;
    animation-duration: 0.25s;
  }
}
.wvu-alert__dialog .wvu-alert__heading {
  display: flex;
  align-items: center;
}
.wvu-alert__dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.wvu-alert__dialog p {
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif !important;
}
.wvu-alert__dialog p:not([class]) {
  margin-block: 1.5rem;
  font-size: 1.2rem;
}
.wvu-alert__header {
  margin: -1em -1em 0 -1em;
  padding: 1.5em;
  color: #FFE539;
  background-color: #0062A3;
  background-image: repeating-linear-gradient(123.75deg, #FFE539, #FFE539 25px, #0062A3 25px, #0062A3 50px), linear-gradient(to bottom, #002855, #0062A3);
  background-size: 100% 8px, 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.wvu-alert__icon {
  align-self: first baseline;
  width: 0.9em;
  height: 0.9em;
  margin-top: 0.1rem;
  margin-right: 0.25rem;
  transform: translateY(0.125rem);
}
.wvu-alert__icon path {
  fill: currentColor;
}
.wvu-alert__heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0;
  margin-bottom: 0.25rem;
  color: currentColor !important;
  font-size: 2rem;
  line-height: 1;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  filter: drop-shadow(0 0 1rem rgba(0, 40, 85, 0.8));
}
.wvu-alert__body {
  max-width: 60ch;
  padding: 1rem;
  line-height: 1.5;
}
.wvu-alert__body a {
  text-decoration: underline;
}
.wvu-alert__body a:link, .wvu-alert__body a:visited {
  color: #0033A0 !important;
}
.wvu-alert__body a:hover, .wvu-alert__body a:focus {
  color: #002855 !important;
}
.wvu-alert__details {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(44, 42, 41, 0.4);
  border-radius: 0.25rem;
  padding: 0.75rem;
}
.wvu-alert__details:hover, .wvu-alert__details:focus, .wvu-alert__details[open] {
  background-color: white;
}
.wvu-alert__summary {
  display: list-item;
  margin: -1em;
  padding: 1em 1em 1em calc(1em + 2ch);
  font-weight: bold;
  text-indent: -1.6ch;
  cursor: pointer;
}
.wvu-alert__summary:focus-visible {
  outline: 2px solid #F58672;
  outline-offset: -1.2rem;
}
.wvu-alert__details-text {
  margin-left: 1.4rem;
  line-height: 1.5;
}
.wvu-alert__details-text p:not(.wvu-alert__status), .wvu-alert__details-text span:not(.wvu-alert__status) {
  color: inherit !important;
  background-color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  text-decoration: none !important;
}
.wvu-alert__details-text u {
  text-decoration: none !important;
}
.wvu-alert__details-text a {
  color: #0033A0 !important;
  background-color: none;
  font-size: inherit !important;
  font-family: inherit !important;
}
.wvu-alert__details-text a:hover, .wvu-alert__details-text a:focus {
  color: #002855 !important;
}
.wvu-alert__status {
  margin-block: 0;
  font-size: 0.8em;
}
.wvu-alert__form {
  margin-top: 1.5rem;
}
.wvu-alert__form-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wvu-alert__form-button {
  margin-top: 1.5rem;
}

@keyframes wvu-alert-appear--reduced {
  0%, 30% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes wvu-alert-appear {
  0%, 30% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-header {
  background-color: #9bd3dd;
  background-color: #0d5257;
  padding: 1.5rem 0 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  width: 100%;
  min-width: 32rem;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(123.75deg, rgba(0, 43, 135, 0.4) 5%, rgba(0, 94, 184, 0.25) 25%, rgba(155, 211, 221, 0.15) 60%), linear-gradient(0deg, #127178, #127178 100%);
  z-index: -1;
}
.page-header::after {
  content: "";
  position: absolute;
  min-width: 32rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(123.75deg, transparent 40%, rgba(117, 194, 208, 0.08) 40%, rgba(155, 211, 221, 0.2) 52.5%, transparent 52.5%, rgba(155, 211, 221, 0.1) 60%, transparent 60%);
  z-index: 0;
}

.page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .page-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.landing-page .page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 68.75em) {
  .landing-page .page-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.residency-landing-page .page-content {
  margin-top: -4rem;
}

.remove-extra-space {
  margin-top: -4rem;
}

.landing-page .main-content.no-main-content {
  margin-top: 0;
}
@media screen and (min-width: 68.75em) {
  .landing-page .main-content.no-main-content {
    display: none;
  }
}

.page-header .content-layout {
  z-index: 1;
  margin-bottom: 1.5rem;
}

.page-header-text {
  color: #9BD3DD;
  text-decoration: none;
  color: #FFF;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 3rem;
  font-weight: normal;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
.page-header-text {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-header-text {
    font-size: calc(16px + 12 * ((100vw - 320px) / 480));
  }
}
@media screen and (min-width: 800px) {
  .page-header-text {
    font-size: 28px;
  }
}
.page-header-text b, .page-header-text strong {
  font-weight: normal;
  width: 100%;
  line-height: 0.9;
  display: block;
}
.page-header-text b, .page-header-text strong {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .page-header-text b, .page-header-text strong {
    font-size: calc(32px + 16 * ((100vw - 320px) / 480));
  }
}
@media screen and (min-width: 800px) {
  .page-header-text b, .page-header-text strong {
    font-size: 48px;
  }
}
.page-header-text:focus {
  outline: 0.125rem dashed white;
  outline-offset: 0.25rem;
}

.residency-page-header {
  margin: 0;
}

.page-header a:hover, .page-header a:focus {
  color: #c1e4ea;
}

.page-title {
  padding-bottom: 1rem;
  margin-bottom: 2.75rem;
  border-bottom: 0.375rem solid rgba(20, 124, 131, 0.5);
}
@media screen and (min-width: 64em) {
  .page-title {
    margin-right: 25rem;
  }
}
.landing-page .page-title {
  margin-right: 0;
}
@media screen and (min-width: 68.75em) {
  .landing-page .page-title {
    margin-right: 32rem;
  }
}

.breadcrumb-wrapper {
  width: 100%;
  margin: 1.5rem auto 0 auto;
  padding: 0;
  list-style-type: none;
  position: relative;
  max-width: 85rem;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100%;
  top: 0;
  left: -100vw;
  background-image: linear-gradient(90deg, rgba(0, 52, 102, 0.6) 60%, rgba(0, 52, 102, 0.35) 100%);
  z-index: -1;
}
.department .breadcrumb-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 46.875em) {
  .department .breadcrumb-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }
}
.department .breadcrumb-wrapper::before {
  background: rgba(0, 0, 0, 0.3);
  height: calc(100% + 3rem);
  top: unset;
  bottom: 0;
  background: none;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 30%, transparent 100%);
  z-index: 0;
}

.breadcrumb-wrapper .content-layout {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature .breadcrumb-wrapper .content-layout {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 76.25em) {
  .feature .breadcrumb-wrapper .content-layout {
    margin-bottom: -1.5rem;
  }
}

.breadcrumb-wrapper .secondary-column {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumbs .list-item {
  font-size: 1rem;
  color: #9BD3DD;
  text-decoration: none;
  color: #FFF;
}
.breadcrumbs .list-item:focus {
  outline-color: white;
}

.breadcrumbs .list-item:hover, .breadcrumbs .list-item:focus {
  color: #d4ecf0;
}

.breadcrumbs {
  padding: 0;
  margin: 0.4rem 0;
  list-style-type: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.breadcrumbs li {
  float: left;
  position: relative;
  color: #e0f1f4;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 16, 34, 0.5);
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  -moz-transition: ease-in;
  -o-transition: ease-in;
  -webkit-transition: ease-in;
  transition: ease-in;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.breadcrumbs li:not(.current) {
  margin-left: 0.5rem;
}
@media screen and (min-width: 40.625em) {
  .breadcrumbs li:not(.current) {
    margin-left: 0;
    margin-right: 0.5rem;
  }
}
.breadcrumbs li:not(.current)::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 0.063rem solid #9fd0ff;
  border-right: 0.063rem solid #62dfe8;
  -moz-transform: translateY(-50%) rotate(-45deg) scaleX(-1);
  -ms-transform: translateY(-50%) rotate(-45deg) scaleX(-1);
  -o-transform: translateY(-50%) rotate(-45deg) scaleX(-1);
  -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(-1);
  transform: translateY(-50%) rotate(-45deg) scaleX(-1);
  top: 50%;
  left: -0.35rem;
  opacity: 0.8;
}
@media screen and (min-width: 40.625em) {
  .breadcrumbs li:not(.current)::before {
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: -0.35rem;
  }
}
.breadcrumbs li:not(:nth-last-of-type(2)) {
  display: none;
}
@media screen and (min-width: 40.625em) {
  .breadcrumbs li:not(:nth-last-of-type(2)) {
    display: block;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 40.625em) {
  .breadcrumbs li:first-child {
    margin-left: -0.5rem;
  }
}

.aside {
  margin-top: 0;
  position: relative;
  z-index: 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 64em) {
  .aside {
    width: 22rem;
    margin-top: -3.1rem;
  }
}
.landing-page .aside {
  width: 29rem;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .landing-page .aside {
    margin-top: 0;
  }
}
@media screen and (min-width: 68.75em) {
  .landing-page .aside {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 68.75em) {
  .residency-landing-page .aside {
    margin-top: 1rem;
  }
}
.aside__widget {
  margin-top: 3rem;
  color: white;
}
@media screen and (min-width: 64em) {
  .aside__widget {
    margin-left: 3rem;
  }
}
.aside__widget a {
  color: #ffba05;
}
.aside__widget a:hover {
  color: #ffc838;
}
.aside__widget a:focus {
  outline-color: white;
}
.aside__widget .button, .aside__widget .button:hover {
  color: #002855;
}
.aside__widget.card {
  padding: 1.5rem;
}

.aside-navigation-button {
  position: relative;
  margin: 0.5rem 0 0.5rem 2rem;
  float: right;
  padding: 0.4rem 0.8rem;
  width: auto;
}
@media screen and (min-width: 64em) {
  .aside-navigation-button {
    display: none;
  }
}

.breadcrumbs .aside-navigation-button:hover, .breadcrumbs .aside-navigation-button:focus {
  color: #FFF;
}

.aside-navigation, .main-content .aside-navigation {
  padding: 0 0rem 0rem 0rem;
  list-style-type: none;
  position: relative;
  z-index: 0;
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 68, 133, 0.2);
  border-top: 0.375rem solid rgba(0, 94, 184, 0.5);
}
@media screen and (min-width: 64em) {
  .aside-navigation, .main-content .aside-navigation {
    margin: 0 0 0 3rem;
  }
}
.aside-navigation::before, .main-content .aside-navigation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4rem;
  left: 0;
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.15) 45%, rgba(255, 255, 255, 0.13) 45%, rgba(255, 255, 255, 0.2) 67.5%, rgba(255, 255, 255, 0.3) 67.5%, rgba(255, 255, 255, 0.25) 82.5%, rgba(255, 255, 255, 0.4) 82.5%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
}
.landing-page .aside-navigation::before, .landing-page .main-content .aside-navigation::before {
  top: 0;
}

.main-content .aside-navigation {
  margin-left: 0;
}

.lp-aside-navigation {
  margin-top: 4rem;
}

.aside-sub-items {
  margin: 0;
  padding: 0;
  display: block;
}

.sub-nav-item {
  display: block;
}

.aside-navigation .aside-sub-items .nav-item {
  padding-left: 3rem;
  z-index: 2;
  font-weight: normal;
}

.aside-navigation li, .main-content .aside-navigation li {
  width: 100%;
  padding: 0;
  margin: 0 0 0rem 0;
  display: block;
  z-index: -1;
}

.aside-navigation > li {
  background-color: rgba(0, 94, 184, 0.2);
}

.aside-navigation .nav-item, .aside-navigation .parent.no-link {
  display: block;
  text-decoration: none;
  padding: 1rem 1.5rem;
  width: 100%;
  color: #0057ab;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 600;
  -moz-transition: ease-in;
  -o-transition: ease-in;
  -webkit-transition: ease-in;
  transition: ease-in;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  line-height: 1.5;
  background-color: #FFF;
  border-bottom: 0.125rem solid rgba(0, 94, 184, 0.2);
}

.current > .nav-item {
  background-color: rgba(255, 255, 255, 0.8);
}

.aside-navigation .nav-item:focus {
  outline-offset: -0.45rem;
  outline-color: black;
}

.aside-navigation .nav-item:hover, .aside-navigation .nav-item:focus {
  background-color: transparent;
}

.landing-page .aside-navigation .nav-item:hover, .landing-page .aside-navigation .nav-item:focus {
  background-color: transparent;
}

.nav-item.nav-item-parent {
  border-bottom: 0.25rem solid rgba(0, 94, 184, 0.35);
}
.nav-item.nav-item-parent::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  left: 0.5rem;
  border-top: 0.125rem solid #005EB8;
  border-left: 0.125rem solid #005EB8;
  z-index: 1;
  -moz-transform: translateY(-85%) rotate(-45deg);
  -ms-transform: translateY(-85%) rotate(-45deg);
  -o-transform: translateY(-85%) rotate(-45deg);
  -webkit-transform: translateY(-85%) rotate(-45deg);
  transform: translateY(-85%) rotate(-45deg);
  -moz-transition: ease-in;
  -o-transition: ease-in;
  -webkit-transition: ease-in;
  transition: ease-in;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.landing-page .nav-item.nav-item-parent {
  display: none;
}

.nav-item.nav-item-parent:hover, .nav-item.nav-item-parent:focus {
  color: #0033A0;
  outline-color: #BE3A34;
  background-color: #FFF;
}
.nav-item.nav-item-parent:hover::before, .nav-item.nav-item-parent:focus::before {
  border-top: 0.125rem solid #0033A0;
  border-left: 0.125rem solid #0033A0;
}

.main-content {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 64em) {
  .main-content {
    width: calc(100% - 25rem);
    margin-right: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .landing-page .main-content {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 68.75em) {
  .landing-page .main-content {
    width: calc(100% - 25rem);
    margin-right: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .main-content.calendar {
    width: 100%;
    margin-right: 0;
  }
}

.main-content > *:first-child {
  margin-top: 0;
}

.landing-page .main-content {
  margin-top: 4rem;
}
@media screen and (min-width: 68.75em) {
  .landing-page .main-content {
    width: calc(100% - 32rem);
    margin-right: 3rem;
  }
}

.search {
  width: 100%;
  overflow: hidden;
}
.search .rss-accompanying-text {
  text-decoration: underline;
}
.search-button:focus {
  outline-color: black;
  outline-offset: -0.425rem;
}
.search-button--graduate-map {
  margin-bottom: 0;
}

.search.google-search {
  overflow: visible;
  margin-bottom: 1rem;
}

.search-form, #site-search, .site-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  box-shadow: 0 1rem 1rem -1rem rgba(3, 19, 20, 0.15);
  z-index: 1;
}
.search-form--graduate-map, #site-search--graduate-map, .site-search--graduate-map {
  flex-wrap: wrap;
  max-width: 45rem;
}

.search-label {
  position: absolute;
  left: -100%;
}
.search-label--graduate-map {
  position: relative;
  left: 0;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.65rem;
  color: #003a7b;
}
@media screen and (min-width: 20em) {
  .search-label--graduate-map {
    font-size: 26px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  .search-label--graduate-map {
    font-size: calc(26px + 6 * ((100vw - 320px) / 479));
  }
}
@media screen and (min-width: 20em) and (min-width: 799px) {
  .search-label--graduate-map {
    font-size: 32px;
  }
}
@media screen and (min-width: 50em) {
  .search-label--graduate-map {
    font-size: 2rem;
  }
}

.search-form label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.site-search--graduate-map .search-form label {
  width: 100%;
}

.search-form__group--graduate-map {
  width: 100%;
  display: flex;
}

.search-input, #site-search input {
  padding: 1rem;
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  border: 0.063rem solid #b9b6b4;
  border-bottom: 0.125rem solid #ada9a7;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  border: 0.063rem solid rgba(18, 113, 120, 0.2);
  border-right: 0;
  border-bottom: 0.125rem solid rgba(18, 113, 120, 0.25);
}
@media screen and (min-width: 30em) {
  .search-input, #site-search input {
    width: auto;
  }
}
.search-input:focus, #site-search input:focus {
  outline-offset: -0.45rem;
}

.search-input-wrapper, #site-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-submit, #site-search button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  width: auto;
}
.search-submit span, #site-search button span {
  display: none;
}
@media screen and (min-width: 30em) {
  .search-submit span, #site-search button span {
    display: block;
  }
}
.search-submit .iconic, #site-search button .iconic {
  fill: #002855;
  stroke: #002855;
}

.search-results-count {
  float: left;
}

.search-rss-link {
  float: right;
  margin: 1rem 0;
  text-decoration: none;
}

.search-rss-link .iconic * {
  fill: #ED8B00;
  stroke: #ED8B00;
}

#___gcse_0 #___gcse_0,
#___gcse_0 #___gcse_0 * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
}
#___gcse_0 table {
  border-collapse: separate;
}
#___gcse_0 .gsc-control-cse {
  padding: 0;
  border: none;
}
#___gcse_0 form.gsc-search-box {
  display: none;
}
#___gcse_0 .gsc-wrapper .gsc-result * {
  overflow: hidden;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
}
#___gcse_0 .gsc-above-wrapper-area-container, #___gcse_0 .gsc-above-wrapper-area-container tr {
  overflow: initial;
  background-color: transparent;
}
#___gcse_0 .gsc-result-info-container, #___gcse_0 .gsc-orderby-container {
  padding-top: 0;
  border-left: 0;
  border-right: 0;
}
#___gcse_0 .gsc-resultsHeader {
  display: none;
}
#___gcse_0 .gsc-table-result, #___gcse_0 .gsc-thumbnail-inside, #___gcse_0 .gsc-url-top {
  padding-left: 0;
  padding-right: 0;
}
#___gcse_0 .gs-result .gs-title, #___gcse_0 .gs-result .gs-title b {
  font-size: 1.5rem;
}
#___gcse_0 .gs-visibleUrl, #___gcse_0 .gs-visibleUrl-long {
  color: #005eb8;
  color: #147c83;
  font-size: 0.9rem;
  padding-top: 0.5rem;
}
#___gcse_0 .gsc-cursor-box {
  overflow: initial;
  margin: 0;
}
#___gcse_0 .gsc-cursor-page {
  width: auto;
  padding: 0.5rem 0.75rem;
  margin-right: 0.125rem;
}
@media screen and (min-width: 31.25em) {
  #___gcse_0 .gsc-cursor-page {
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 43.75em) {
  #___gcse_0 .gsc-cursor-page {
    padding: 1rem 1.5rem;
    margin-right: 0.25rem;
  }
}
@media screen and (min-width: 64em) {
  #___gcse_0 .gsc-cursor-page {
    padding: 0.75rem 1.15rem;
    margin-right: 0.25rem;
  }
}
@media screen and (min-width: 71.25em) {
  #___gcse_0 .gsc-cursor-page {
    padding: 1rem 1.5rem;
    margin-right: 0.25rem;
  }
}
#___gcse_0 .gsc-cursor-page:hover {
  color: #FFF;
}

.directory-list__order-buttons {
  margin: 0;
  border: none;
  padding: 0.75rem 0;
}
.directory-list__order-button {
  width: 100%;
  border-radius: 0;
  padding: 0.75rem 0.8rem;
}
.directory-list__order-button:first-of-type {
  border-radius: 0.25rem 0.25rem 0 0;
}
.directory-list__order-button:last-of-type {
  border-radius: 0 0 0.25rem 0.25rem;
}
@media screen and (min-width: 42.5em) {
  .directory-list__order-button {
    display: inline-block;
    width: auto;
  }
  .directory-list__order-button:first-of-type {
    border-radius: 0.25rem 0 0 0.25rem;
  }
  .directory-list__order-button:last-of-type {
    border-radius: 0 0.25rem 0.25rem 0;
  }
}
@media screen and (min-width: 46.875em) {
  .directory-list__order-button {
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .directory-list__order-button {
    width: 100%;
    padding: 0.75rem 0.8rem;
  }
  .directory-list__order-button:first-of-type {
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .directory-list__order-button:last-of-type {
    border-radius: 0 0 0.25rem 0.25rem;
  }
}
@media screen and (min-width: 68.75em) {
  .directory-list__order-button {
    width: auto;
  }
  .directory-list__order-button:first-of-type {
    border-radius: 0.25rem 0 0 0.25rem;
  }
  .directory-list__order-button:last-of-type {
    border-radius: 0 0.25rem 0.25rem 0;
  }
}
@media screen and (min-width: 75em) {
  .directory-list__order-button {
    padding: 1rem 1.5rem;
  }
}
.directory-list__order-button:hover, .directory-list__order-button:focus {
  color: #FFF;
}
.directory-list__order-button > a {
  text-decoration: none;
  color: #002855;
}
.directory-list__users {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.directory-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
  margin: 1.5rem 0.5rem;
  border: 1px solid #dce1e6;
  background-color: #fafdfd;
  border: 0.063rem solid rgba(20, 124, 131, 0.15);
  border-radius: 0.3rem;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  border-radius: 0.25rem;
  padding: 1.5rem;
  position: relative;
}
.directory-list--adjunct-faculty .directory-card {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 40rem) {
  .directory-card {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: calc(50% - 1rem);
  }
  .directory-list--adjunct-faculty .directory-card {
    width: 100%;
  }
}
@media screen and (min-width: 64rem) {
  .directory-card {
    width: 100%;
  }
}
@media screen and (min-width: 71.25em) {
  .directory-card {
    width: calc(50% - 1rem);
  }
  .directory-list--adjunct-faculty .directory-card {
    width: 100%;
  }
}
.directory-card:before {
  content: "";
  position: absolute;
  width: calc(100% + 0.063rem);
  height: 6.75rem;
  top: 0;
  left: 0;
  margin: -0.063rem;
  background-color: rgba(20, 124, 131, 0.1);
  background-image: linear-gradient(123.75deg, rgba(0, 94, 184, 0.15), transparent), linear-gradient(123.75deg, rgba(255, 255, 255, 0.5) 4%, rgba(255, 255, 255, 0.8) 14.5%, rgba(255, 255, 255, 0.2) 14.5%, rgba(255, 255, 255, 0.2) 22.5%, rgba(255, 255, 255, 0.5) 22.5%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.35) 40%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.65) 80%, rgba(255, 255, 255, 0.35) 80%, rgba(255, 255, 255, 0.35) 85%, rgba(255, 255, 255, 0.5) 85%, rgba(255, 255, 255, 0.65) 100%);
  z-index: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.directory-list--adjunct-faculty .directory-card:before {
  height: 3rem;
}
.directory-card__photo-container {
  position: relative;
  max-height: 6.5rem;
  overflow: hidden;
}
.directory-card__photo-container:before {
  content: "";
  position: absolute;
  width: 5rem;
  height: calc(100% - 1.5rem);
  top: 0;
  left: 0;
  box-shadow: 0 0 1rem rgba(6, 40, 43, 0.15);
  z-index: 1;
}
.directory-card__photo {
  max-width: 5rem;
  border-top: 0.25rem solid #EAAA00;
  position: relative;
  z-index: 1;
}
.directory-card__info-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.directory-card__name {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.directory-list--adjunct-faculty .directory-card__name {
  margin: 0 0 1.5rem 2rem;
}
.adjunct-faculty .directory-card__name {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.directory-card__honorary-suffix {
  display: block;
  color: #2C2A29;
  font-size: 0.8rem;
  font-weight: bold;
}
.directory-card__details {
  line-height: 1.3;
}
.directory-card__label {
  margin-top: 1rem;
  font-weight: 600;
}
.directory-card__label::after {
  content: ":";
}
.directory-card__value {
  margin: 0;
  padding: 0;
  color: #464342;
  /* Style phone number differently when certain UAs convert them to links. */
}
.directory-card__value + .directory-card__value {
  margin-top: 0.5rem;
}
.directory-card__value--phone a[href^="tel:"]::before {
  content: "Call ";
}
.directory-card__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 1rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #edf0f3;
  list-style-type: none;
}
.directory-list--adjunct-faculty .directory-card__actions {
  border: none;
}
.main-content .directory-card__actions {
  padding: 1rem 0 0 0;
  margin: 0 0 -0.5rem 0;
}
.main-content .directory-card__actions li {
  padding-bottom: 0;
}
.directory-list--adjunct-faculty .directory-card__actions {
  margin: 0 0 1.5rem 2rem;
}
.directory-card__actions li {
  display: inline;
}
.directory-card__action:first-child {
  margin-right: 0.75rem;
}
.directory-card__short-bio {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #edf0f3;
  padding-top: 1rem;
}
.directory-card__short-bio p {
  font-size: 1rem;
}

.directory-group-photo {
  margin: 1rem 0.5rem 0.5rem 0.5rem;
  width: calc(100% - 1rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid #edf0f3;
}

.calendar {
  width: 100%;
  display: block;
  padding: 4rem 0;
}

.cal-navigation, .cal-header {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 64em) {
  .cal-navigation, .cal-header {
    margin-right: 3rem;
    width: calc(100% - 25rem);
  }
}

.cal-primary {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .cal-primary {
    margin-right: 3rem;
    width: calc(100% - 25rem);
  }
}
.cal-primary .cal-day:first-child {
  border: none;
}

.cal-navigation {
  margin-bottom: 1rem;
  padding: 0;
  float: left;
  position: relative;
  z-index: 0;
  background-color: #005eb8;
  border-bottom: 0.375rem solid #00236d;
}
.cal-navigation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(123.75deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0.15) 85%, transparent 100%), linear-gradient(123.75deg, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
  z-index: -1;
}

.cal-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.cal-tab {
  float: left;
  margin-right: 0.063rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 25em) {
  .cal-tab {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.cal-tab a {
  color: #FFF;
  font-weight: bold;
  padding: 0.75rem 1rem;
  display: block;
  width: 100%;
  text-decoration: none;
  text-shadow: 0 0.063rem 0.25rem rgba(6, 40, 43, 0.4);
  background-color: rgba(0, 51, 160, 0.4);
  background-image: linear-gradient(180deg, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
}

.cal-tab a:hover, .cal-tab a:focus {
  background-color: rgba(0, 35, 109, 0.5);
}

.cal-tab.current, .cal-tab.current a:hover, .cal-tab.current a:focus {
  background-color: rgba(0, 35, 109, 0.5);
  background-image: linear-gradient(180deg, transparent 50%, rgba(255, 255, 255, 0.08) 100%);
}

.cal-header {
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  padding: 0 1rem 1rem 1rem;
  margin-bottom: 3.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 40.625em) {
  .cal-header {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .cal-header {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 70em) {
  .cal-header {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cal-heading {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.2em;
  margin: 1rem 0 1rem 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 20em) {
  .cal-heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  .cal-heading {
    font-size: calc(24px + 8 * ((100vw - 320px) / 279));
  }
}
@media screen and (min-width: 20em) and (min-width: 599px) {
  .cal-heading {
    font-size: 32px;
  }
}
@media screen and (min-width: 37.5em) {
  .cal-heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 600px) {
  .cal-heading {
    font-size: calc(28px + 8 * ((100vw - 600px) / 199));
  }
}
@media screen and (min-width: 37.5em) and (min-width: 799px) {
  .cal-heading {
    font-size: 36px;
  }
}

.cal-heading-date:first-child {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .cal-heading-date:first-child {
    display: inline-block;
  }
}

@media screen and (min-width: 40.625em) {
  .cal-pagination {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (min-width: 64em) {
  .cal-pagination {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media screen and (min-width: 70em) {
  .cal-pagination {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.cal-aside {
  float: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3rem;
  box-shadow: 0 1.5rem 1.5rem -1.5rem rgba(0, 68, 133, 0.2);
}
@media screen and (min-width: 64em) {
  .cal-aside {
    border-top: 0.375rem solid rgba(0, 94, 184, 0.5);
    width: 19rem;
    margin-top: -3.15rem;
    margin-left: 3rem;
  }
}

.cal-filters-toggle {
  display: none;
}

.cal-filters-heading {
  color: #005EB8;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  border-bottom: 0.25rem solid rgba(0, 94, 184, 0.35);
}

.cal-filters {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 37.5em) {
  .cal-filters {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 0.125rem solid rgba(0, 94, 184, 0.2);
  }
}
@media screen and (min-width: 64em) {
  .cal-filters {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
  }
}

.cal-filter {
  padding: 1.2rem 1.5rem;
  border-bottom: 0.125rem solid rgba(0, 94, 184, 0.2);
}
@media screen and (min-width: 37.5em) {
  .cal-filter {
    border-bottom: none;
  }
}
@media screen and (min-width: 64em) {
  .cal-filter {
    border-bottom: 0.125rem solid rgba(0, 94, 184, 0.2);
  }
}

.cal-filter-label {
  color: #005EB8;
  font-weight: 600;
}

.cal-events {
  list-style-type: none;
  margin: 0 -0.4rem;
  padding: 0;
  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;
}
.cal-day .cal-events {
  margin: 0;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 26.25em) {
  .cal-day .cal-events {
    width: calc(100% - 7rem);
  }
}

.cal-event {
  margin: 0 0.4rem 1.5rem 0.4rem;
  padding-bottom: 1.5rem;
  border: 0.063rem solid rgba(20, 124, 131, 0.15);
  background-color: #fafdfd;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  width: calc(100% - 1rem);
}
@media screen and (min-width: 50em) {
  .cal-event {
    width: calc((100% - 2.4rem) / 3);
  }
}
@media screen and (min-width: 64em) {
  .cal-event {
    width: calc(100% - 0.8rem);
  }
}
@media screen and (min-width: 68.75em) {
  .cal-event {
    width: calc((100% - 2.4rem) / 3);
  }
}
@media screen and (min-width: 68.75em) {
  .cal-day .cal-event {
    width: calc(100% - 0.8rem);
  }
}
@media screen and (min-width: 77.5em) {
  .cal-day .cal-event {
    width: calc((100% - 2.4rem) / 3);
  }
}

.cal-event-category {
  width: calc(100% + 0.125rem);
  margin: -0.063rem;
  padding: 0.5rem 1rem;
  display: block;
  background-color: #005EB8;
  color: #FFF;
}

.cal-event-time, .cal-event-location {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #464342;
  font-weight: normal;
}

.cal-event-time {
  font-weight: bold;
  color: #0033A0;
  padding: 0 1rem;
  margin: 1.5rem 0 0.5rem 0;
}

.cal-event-location {
  font-size: 0.95rem;
  color: #00236d;
  padding: 0 1rem;
  margin: 0rem 0 1rem 0;
}

.cal-event-name {
  padding: 0 1rem;
  margin: 0 0 1rem 0;
}

.cal-event-name a {
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 0.9;
}
@media screen and (min-width: 30em) {
  .cal-event-name a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 68.75em) {
  .cal-event-name a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 68.75em) {
  .cal-day .cal-event-name a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 77.5em) {
  .cal-day .cal-event-name a {
    font-size: 1.25rem;
  }
}

.cal-no-events-message {
  font-weight: bold;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  padding: 0 1rem 0 1rem;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 26.25em) {
  .cal-no-events-message {
    width: calc(100% - 7rem);
  }
}

.cal-day.is-today .cal-event {
  background-color: white;
}
.cal-day.is-today .cal-date-day {
  color: #002b87;
}
.cal-day.is-today .cal-event-category {
  background-color: #0033a0;
}
.cal-day.is-today .cal-date-week-day, .cal-day.is-today .cal-date-month {
  color: #00519f;
}

.cal-day {
  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;
  padding: 2rem 0;
  margin-right: -0.4rem;
  border-top: 0.25rem solid rgba(0, 51, 160, 0.1);
}

.cal-date {
  font-size: 1.5rem;
  margin: 0;
  width: 4rem;
  text-align: center;
}
@media screen and (min-width: 26.25em) {
  .cal-date {
    font-size: 2rem;
    width: 7rem;
  }
}

.cal-date-link {
  text-decoration: none;
}

.cal-date-week-day {
  display: block;
}

.cal-date-day {
  font-size: 3rem;
  line-height: 1em;
  display: block;
  color: #0033A0;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 26.25em) {
  .cal-date-day {
    font-size: 5rem;
  }
}

.cal-date-month {
  display: block;
}

.cal-more-events-link {
  margin: 0 1rem;
  width: 100%;
}

.page-content .main-content .event-categories {
  list-style-type: none;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

.event-categories .category {
  float: left;
  font-size: 0.9rem;
  padding: 0.5rem;
  font-weight: bold;
}

.event-time {
  font-weight: bold;
  color: #0033A0;
  font-size: 1.5rem;
  margin: 1.5rem 0 0.5rem 0;
  overflow: hidden;
  width: 100%;
}

.description {
  font-size: 1rem;
  line-height: 1.5;
  color: #464342;
  font-weight: normal;
}

/*  CALENDAR
	==========

    Note: Areas below denoted with " --- Calendar Layout Styles --- " indicate layout styles that should remain as is for consistency.

        .calendar__day has multiple classes for states such as:

            .calendar__day--weekend 
            .calendar__day--passed 
            .calendar__day--today



    <----- Base Calendar Markup ----->

    <div id="calendarSection" class="calendar">
        <nav class="calendar__navigation">
            <ul class="calendar__tabs">
                <li class="calendar__tab calendar__tab--current"><a class="calendar__tab-link" href="Calendar">Day</a></li>
                <li class="calendar__tab"><a class="calendar__tab-link" href="Calendar-Overall">Month</a></li>
                <li class="calendar__tab"><a class="calendar__tab-link" href="Calendar-Upcoming">Next 30 Days</a></li>
            </ul>
        </nav>
        <header class="calendar__header">
            <h1 class="calendar__header-date">
                <time class="calendar__header-heading--date dtstart dt-start"> ... /time>
                -
                <time class="calendar__header-heading--date dtend dt-end"> ... </time>
            </h1>
            <nav class="calendar__pagination">
                <button class="button calendar__pagination-button calendar__pagination--today calendar__pagination-button--disabled" disabled>Today</button>
                <button class="button calendar__pagination-button calendar__pagination--prev">Previous</button>
                <button class="button calendar__pagination-button calendar__pagination--next">Next</button>
            </nav>
        </header>
        <form class="calendar-categories">

            [ See Calendar Categories Markup Below ]

        </form>

        <----- Single Day Markup ----->

        <p class="calendar__no-events-message">No events scheduled.</p>
        <ul class="calendar__events-list">
            <li class="calendar-event vevent h-event">

                [ See Calendar Events Markup Below ]

            </li>

            { ... }

        </ul>

        <----- Multiple Day Markup ----->

        <div class="calendar__days">
            <div id="today" class="calendar__day calendar__day--has-events">
                <h2 class="calendar__event-date">
                    <a href="Calendar" class="calendar__date-link">

                        [ See Calendar Date Markup Below ]

                    </a>
                </h2>
                <div class="calendar__events">
                    <ul class="calendar__events-list">

                        [ See Calendar Events Markup Below ]

                        { ... }

                    </ul>
                    <a class="calendar__more-events-link" href="">View More Events</a>
                </div>
            </div>

            <div class="calendar__month">November</div>
            <div class="calendar__day">
                <h2 class="calendar__event-date">
                    <a href="Calendar" class="calendar__date-link calendar-date">

                        [ See Calendar Date Markup Below ]

                    </a>
                </h2>
                <div class="calendar__events">
                    <ul class="calendar__events-list">

                        [ See Calendar Events Markup Below ]

                        { ... }

                    </ul>
                    <a class="calendar__more-events-link" href="">View More Events</a>
                </div>
            </div>
        </div>
    </div>

*/
.content-layout.calendar2-layout {
  overflow: initial;
}
@media screen and (min-width: 37.5em) {
  .content-layout.calendar2-layout {
    overflow: hidden;
  }
}

.calendar2 {
  padding: 4rem 0;
  width: 100%;
}
.calendar2__navigation {
  margin-bottom: 1rem;
  padding: 0;
  position: relative;
  z-index: 0;
  background-color: #005eb8;
  border-bottom: 0.375rem solid #00236d;
}
.calendar2__navigation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(123.75deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 85%, rgba(255, 255, 255, 0.15) 85%, transparent 100%), linear-gradient(123.75deg, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
  z-index: -1;
}
.calendar2__tabs {
  /* --- Calendar Layout Styles --- */
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* --- */
}
.calendar2__tab {
  margin-right: 0.063rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 25em) {
  .calendar2__tab {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.calendar2__tab--current {
  background-color: rgba(0, 35, 109, 0.5);
  background-image: linear-gradient(180deg, transparent 50%, rgba(255, 255, 255, 0.08) 100%);
}
.calendar2__tab-link {
  /* --- Calendar Layout Styles --- */
  padding: 0.75rem 1rem;
  display: block;
  /* --- */
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 0.063rem 0.25rem rgba(6, 40, 43, 0.4);
  background-color: rgba(0, 51, 160, 0.4);
  background-image: linear-gradient(180deg, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
}
.calendar2__tab-link:hover, .calendar2__tab-link:focus {
  color: #FFF;
  outline-offset: -0.25rem;
  outline-color: white;
  background-color: rgba(0, 35, 109, 0.5);
}
.calendar2__header {
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  padding: 0 1rem 1rem 1rem;
  margin-bottom: 3.15rem;
}
@media screen and (min-width: 40.625em) {
  .calendar2__header {
    /* --- Calendar Layout Styles --- */
    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: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    /* --- */
  }
}
.calendar2__header-date {
  line-height: 1.2em;
  margin: 1rem 0 1rem 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 20em) {
  .calendar2__header-date {
    font-size: 24px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  .calendar2__header-date {
    font-size: calc(24px + 8 * ((100vw - 320px) / 279));
  }
}
@media screen and (min-width: 20em) and (min-width: 599px) {
  .calendar2__header-date {
    font-size: 32px;
  }
}
@media screen and (min-width: 37.5em) {
  .calendar2__header-date {
    font-size: 28px;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 600px) {
  .calendar2__header-date {
    font-size: calc(28px + 8 * ((100vw - 600px) / 199));
  }
}
@media screen and (min-width: 37.5em) and (min-width: 799px) {
  .calendar2__header-date {
    font-size: 36px;
  }
}
.calendar2__pagination-button {
  padding: 0.75rem 0.8rem;
  background-color: #3c9eb0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 50%, rgba(0, 94, 184, 0.65));
  border: 0.063rem solid #286b77;
  border-bottom: 0.125rem solid #004485;
  color: #FFF;
  text-shadow: 0 0.08rem 0.125rem rgba(0, 74, 146, 0.75);
}
.calendar2__pagination-button::before {
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.15) calc(100% - 3rem), rgba(255, 255, 255, 0.1) calc(100% - 3rem), rgba(255, 255, 255, 0.13) calc(100% - 2rem), transparent calc(100% - 2rem));
}
.calendar2__pagination-button:hover, .calendar2__pagination-button:focus {
  color: #FFF;
}
.calendar2__pagination-button--disabled {
  background-color: #948f8d;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), transparent 25%, transparent 50%, rgba(44, 42, 41, 0.15));
  border: 0.063rem solid #88827f;
  border-bottom: 0.125rem solid #464342;
  color: #FFF;
  cursor: default;
  text-shadow: 0 0.08rem 0.125rem rgba(70, 67, 66, 0.75);
}
.calendar2__pagination-button--disabled:hover::before, .calendar2__pagination-button--disabled:focus::before {
  left: calc(-140% - 3rem);
}
.calendar2__events {
  /* --- Calendar Layout Styles --- */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* --- */
}
.calendar2__events-list {
  /* --- Calendar Layout Styles --- */
  list-style-type: none;
  padding-left: 0;
  margin: 0 -0.4rem 0 -0.4rem;
  /* --- */
}
@media screen and (min-width: 50em) {
  .calendar2__events-list {
    /* --- Calendar Layout Styles --- */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /* --- */
  }
}
.calendar2__day .calendar2__events-list {
  margin: 1rem 0.5rem 0;
}
.calendar2__more-events-link {
  /* --- Calendar Layout Styles --- */
  display: block;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  /* --- */
  width: calc(100% + 1rem);
  border-top: 0.063rem solid rgba(0, 94, 184, 0.08);
  font-weight: bold;
  transition: ease;
  transition-duration: 0.2s;
}
@media screen and (min-width: 30em) {
  .calendar2__more-events-link {
    width: calc(100% + 2rem);
  }
}
.calendar2__more-events-link:hover, .calendar2__more-events-link:focus {
  background-color: rgba(0, 94, 184, 0.05);
}
.calendar2__days {
  /* --- Calendar Layout Styles --- */
  margin-left: -1rem;
  margin-right: -1rem;
  /* --- */
}
@media screen and (min-width: 37.5em) {
  .calendar2__days {
    /* --- Calendar Layout Styles --- */
    margin-left: 0;
    margin-right: 0;
    /* --- */
  }
}
.calendar2__day {
  /* --- Calendar Layout Styles --- */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* --- */
  border-top: 0.063rem solid rgba(13, 82, 87, 0.15);
  border-right: 0.063rem solid rgba(13, 82, 87, 0.15);
  border-bottom: 0.063rem solid rgba(6, 40, 43, 0.25);
}
.calendar2__day .calendar2__events-list {
  /* --- Calendar Layout Styles --- */
  margin: 1rem 0.5rem 0;
  /* --- */
}
.calendar2__event-date {
  /* --- Calendar Layout Styles --- */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 5rem;
  -moz-flex-basis: 5rem;
  -ms-flex-preferred-size: 5rem;
  flex-basis: 5rem;
  margin: 0;
  text-align: center;
  /* --- */
}
@media screen and (min-width: 26.25em) {
  .calendar2__event-date {
    /* --- Calendar Layout Styles --- */
    -webkit-flex-basis: 7rem;
    -moz-flex-basis: 7rem;
    -ms-flex-preferred-size: 7rem;
    flex-basis: 7rem;
    /* --- */
    font-size: 2rem;
  }
}
.calendar2__date-link {
  /* --- Calendar Layout Styles --- */
  display: block;
  height: 100%;
  padding: 2rem 0;
  text-decoration: none;
  /* --- */
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0.063rem 0.25rem rgba(0, 28, 60, 0.5);
  background-color: #147c83;
  background-image: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08));
}
.calendar2__date-link:hover, .calendar2__date-link:focus {
  color: rgba(255, 255, 255, 0.8);
}
.calendar2__date-link:hover .calendar2-date__day, .calendar2__date-link:focus .calendar2-date__day {
  color: rgba(255, 255, 255, 0.85);
}
.calendar2__day--weekend .calendar2__date-link {
  background-color: #46989f;
}
.calendar2__day--weekend.calendar2__day--passed .calendar2__date-link {
  background-color: #8799a8;
}
.calendar2__day--passed .calendar2__date-link {
  background-color: #688093;
  background-image: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1) 100%);
  text-shadow: 0 0.063rem 0.25rem rgba(18, 17, 16, 0.5);
}
.calendar2__day--today .calendar2__date-link {
  background-color: #EAAA00;
  background-image: linear-gradient(180deg, rgba(237, 139, 0, 0.5), rgba(237, 139, 0, 0.1) 100%);
  text-shadow: none;
  color: #00376c;
}
.calendar2__day--today .calendar2__date-link .calendar2-date__day {
  color: #002a52;
}
.calendar2__month {
  /* --- Calendar Layout Styles --- */
  padding: 1.5rem 1rem;
  /* --- */
  font-size: 2rem;
}
@media screen and (min-width: 30em) {
  .calendar2__month {
    /* --- Calendar Layout Styles --- */
    padding: 2rem 1rem;
    /* --- */
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 53.125em) {
  .calendar2__month {
    font-size: 3rem;
  }
}
.calendar2__no-events-message {
  /* --- Calendar Layout Styles --- */
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 1rem 0 1rem;
  width: 100%;
  /* --- */
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 30em) {
  .calendar2__no-events-message {
    /* --- Calendar Layout Styles --- */
    font-size: 1.25rem;
    /* --- */
  }
}

/*

    Calendar Date Markup
    ====================


    <a href="Calendar" class="calendar__date-link">
        <abbr class="calendar-date__weekday"> ... </abbr>
        <span class="calendar-date__day"> ... </span>
        <abbr class="calendar-date__month"> ... </abbr>
    </a>

*/
.calendar2-date__weekday, .calendar2-date__month {
  /* --- Calendar Layout Styles --- */
  display: block;
  font-size: 1.25rem;
  /* --- */
}
@media screen and (min-width: 30em) {
  .calendar2-date__weekday, .calendar2-date__month {
    /* --- Calendar Layout Styles --- */
    font-size: 1.75rem;
    /* --- */
  }
}
.calendar2-date__day {
  /* --- Calendar Layout Styles --- */
  display: block;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  /* --- */
  color: #FFF;
  transition: ease-out;
  transition-duration: 0.2s;
}
@media screen and (min-width: 30em) {
  .calendar2-date__day {
    /* --- Calendar Layout Styles --- */
    font-size: 4rem;
    /* --- */
  }
}

/*

    Calendar Categories Markup
    ==========================

    <form class="calendar-categories is-hidden">
        <div class="calendar-categories__header">
            <h2 class="calendar-categories__heading">Calendar Categories</h2>
            <button class="calendar-categories__toggle">Toggle Categories</button>
        </div>
        <fieldset class="calendar-categories__fieldset">
            <legend class="calendar-categories__legend visually-hidden">Calendar categories</legend>
            <ul class="calendar-categories__list">
                <li class="calendar-category">

                    [ See Calendar Category Markup Below ]

                </li>
            </ul>
        </fieldset>
    </form>

*/
.calendar2-categories {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  margin-bottom: 2rem;
  /*  

      Note: toggle vs toggle-label 

      Semantic markup prevents buttons from appearing inside of a <legend> tag, however checkboxes are allowed.
      Since we want the checkbox to resemble a button, we hide the actual checkbox (named &__toggle) and styled the checkbox's label (named &__toggle-lable).

  */
}
.calendar2-categories__legend {
  /* --- Calendar Layout Styles --- */
  width: 100%;
  /* --- */
}
.calendar2-categories__heading {
  /* --- Calendar Layout Styles --- */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  /* --- */
  border-bottom: 0.5rem solid rgba(20, 124, 131, 0.25);
  border-bottom: 0.5rem solid #00519f;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 30em) {
  .calendar2-categories__heading {
    /* --- Calendar Layout Styles --- */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /* --- */
  }
}
.calendar2-categories__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c1e4ea;
  background-image: linear-gradient(123.75deg, transparent 50%, rgba(0, 94, 184, 0.08) 55%, transparent 55%, rgba(0, 94, 184, 0.08) 65%, rgba(0, 94, 184, 0.18) 65%, rgba(0, 94, 184, 0.68) 95%), linear-gradient(123.75deg, rgba(0, 94, 184, 0.7) 0%, transparent 100%);
  z-index: -1;
}
.calendar2-categories__heading h2 {
  /* --- Calendar Layout Styles --- */
  font-size: 1.25rem;
  margin: 0;
  padding: 1rem;
  /* --- */
  color: #fff;
  text-shadow: 0 0.063rem 0.25rem rgba(0, 68, 133, 0.8);
}
@media screen and (min-width: 30em) {
  .calendar2-categories__heading h2 {
    /* --- Calendar Layout Styles --- */
    padding: 0.75rem 1rem;
    /* --- */
  }
}
.calendar2-categories__toggle-label {
  /* --- Calendar Layout Styles --- */
  padding: 0.75rem 2rem 0.75rem 1rem;
  position: relative;
  text-align: left;
  cursor: pointer;
  /* --- */
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0 0.063rem 0.25rem rgba(6, 40, 43, 0.4);
  background-color: rgba(0, 51, 160, 0.4);
  background-image: linear-gradient(180deg, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
  transition: ease-out;
  transition-duration: 0.2s;
}
@media screen and (min-width: 30em) {
  .calendar2-categories__toggle-label {
    background-color: rgba(0, 51, 160, 0.2);
    color: rgb(255, 255, 255);
  }
}
.calendar2-categories__toggle-label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 1.15rem;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.6rem solid #FFF;
  margin-right: 1rem;
}
.calendar2-categories__toggle-label:hover, .calendar2-categories__toggle-label:focus {
  background-color: rgba(0, 51, 160, 0.5);
  background-image: linear-gradient(180deg, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
}
@media screen and (min-width: 30em) {
  .calendar2-categories__toggle-label:hover, .calendar2-categories__toggle-label:focus {
    background-color: rgba(0, 51, 160, 0.4);
    background-image: linear-gradient(180deg, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
  }
}
.calendar2-categories__fieldset {
  /* --- Calendar Layout Styles --- */
  margin: 0;
  padding: 0;
  border: none;
  /* --- */
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
}
.calendar2-categories__list {
  /* --- Calendar Layout Styles --- */
  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;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 0.25rem;
  border-width: 0 0.063rem 0.063rem 0.063rem;
  border-style: solid;
  /* --- */
  border-color: transparent;
}
.calendar2-categories__list[hidden] {
  display: none;
}

/*

    Calendar Categories Markup
    ==========================

    <li class="calendar-category">
        <label class="calendar-category__label">
            <input type="checkbox" class="calendar-category__checkbox">
            { ... }
        </label>
    </li>

*/
.calendar2-category {
  /* --- Calendar Layout Styles --- */
  width: 100%;
  /* --- */
  color: #121110;
  /* --- */
}
@media screen and (min-width: 37.5em) {
  .calendar2-category {
    width: 50%;
  }
}
@media screen and (min-width: 60em) {
  .calendar2-category {
    width: 33.3333333333%;
  }
}
.calendar2-category__label {
  padding: 0.5rem 0.75rem;
  display: block;
}

/*
    Calendar Events
    ===============

    Note: .calendar__event has an optional class of .calendar-event--passed to denote an expired event.


    <----- Calendar Event Markup ----->

    <li class="calendar-event vevent h-event">
        <span class="calendar-event__category p-category category"> ... </span>
        <span class="calendar-event__time">
            <time class="calendar-event__time-start dtstart dt-start" datetime="2016-10-26"> ... </time>
        </span>
        <h3 class="calendar-event__name p-name summary"><a class="calendar-event__name-link u-url url" href="Calendar-Event"> ... </a></h3>
    </li>

*/
.calendar2-event {
  /* --- Calendar Layout Styles --- */
  margin: 0 0.4rem 1.5rem 0.4rem;
  padding-bottom: 0.75rem;
  border-width: 0 0.063rem 0.063rem 0.063rem;
  border-style: solid;
  /* --- */
  border: 0.063rem solid rgba(20, 124, 131, 0.15);
  background-color: #fafdfd;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
@media screen and (min-width: 30em) {
  .calendar2-event {
    /* --- Calendar Layout Styles --- */
    padding-bottom: 1.5rem;
    /* --- */
  }
}
@media screen and (min-width: 50em) {
  .calendar2-event {
    /* --- Calendar Layout Styles --- */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: calc((100% - 2.4rem) / 3);
    /* --- */
  }
}
.calendar2-event__category {
  /* --- Calendar Layout Styles --- */
  width: calc(100% + 0.125rem);
  margin: -0.063rem;
  padding: 0.5rem 1rem;
  display: block;
  /* --- */
  background-color: #005EB8;
  background-color: #10676d;
  color: #FFF;
}
.calendar2-event--passed .calendar2-event__category {
  background-color: #8599a9;
  text-shadow: 0 0.063rem 0.125rem rgba(30, 37, 42, 0.25);
}
.calendar2-event__time {
  /* --- Calendar Layout Styles --- */
  display: block;
  padding: 0 1rem;
  margin: 0.75rem 0 0 0;
  /* --- */
  font-weight: bold;
  line-height: 1.5;
  color: #0033A0;
  color: #2c2a29;
}
@media screen and (min-width: 30em) {
  .calendar2-event__time {
    /* --- Calendar Layout Styles --- */
    margin: 1.5rem 0 0 0;
    /* --- */
  }
}
.calendar2-event--passed .calendar2-event__time {
  color: #54504e;
}
.calendar2-event__name {
  /* --- Calendar Layout Styles --- */
  padding: 0 1rem;
  margin: 0.25rem 0 0.5rem 0;
  /* --- */
}
.calendar2-event__name-link {
  text-decoration: none;
  font-size: 1.15rem;
}
@media screen and (min-width: 30em) {
  .calendar2-event__name-link {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 68.75em) {
  .calendar2-event__name-link {
    font-size: 1.5rem;
  }
}
.calendar2-event--passed .calendar2-event__name-link {
  opacity: 0.8;
}
.calendar2-event__location {
  /* --- Calendar Layout Styles --- */
  display: block;
  font-size: 0.9rem;
  line-height: 1.25;
  padding: 0 1rem;
  /* --- */
  color: #464342;
  font-weight: normal;
}

.profile-landing-page main section:nth-of-type(even).selection-area {
  background-color: rgba(155, 211, 221, 0.3);
}
.profile-landing-page .content-layout {
  max-width: 60rem;
}
.profile-landing-page .page-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.profile-landing-page .card-wrapper.triple {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.profile-list__title {
  margin-top: 0;
}

.profile-list.dark .button {
  outline-color: white;
}

.profile-image__link {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: ease-in;
  transition: ease-in;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: border;
  transition-property: border;
}
.profile-image__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-image: linear-gradient(123.75deg, transparent 65%, rgba(255, 255, 255, 0.15) 65%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0.35) 80%, rgba(255, 255, 255, 0.15) 100%);
  z-index: 2;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: ease-in;
  transition: ease-in;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.profile-image__link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: ease-in;
  transition: ease-in;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.profile-image__link:hover, .profile-image__link:focus {
  border-top: solid 0.25rem #ffcf51;
  opacity: 1;
}
.profile-image__link:hover:before, .profile-image__link:focus:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.profile-image__link:hover:after, .profile-image__link:focus:after {
  background-color: transparent;
}
.dark .profile-image__link:hover, .dark .profile-image__link:focus {
  outline-color: white;
}
.profile-image__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .profile-image__wrapper {
    margin-bottom: 0;
  }
}
.profile-image__wrapper img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.profile-card .profile-image__wrapper img {
  margin-bottom: -2rem;
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
}
.profile-card .profile-image__wrapper {
  height: auto;
  padding-bottom: 0;
  margin: -1.563rem -1.563rem -1.563rem -1.563rem;
  width: calc(100% + 3.125rem);
}
.profile__layout--portrait .profile-image__wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  max-width: 15rem;
  padding-bottom: 0;
  margin-right: 2rem;
  height: auto;
  background-color: transparent;
}
.profile__layout--portrait .profile-image__wrapper::before, .profile__layout--portrait .profile-image__wrapper::after {
  position: relative;
}

.profile-card {
  width: 100%;
  position: relative;
  display: inline-block;
  border: 0.063rem solid rgba(20, 124, 131, 0.15);
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
@media screen and (min-width: 34.375em) {
  .profile-card {
    border: none;
    border-radius: 0;
  }
}
.profile-card__heading {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 0 1.5rem 1.5rem 1.5rem;
  width: 100%;
}
.profile-card__heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 7rem);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 30%, transparent 100%);
  z-index: 0;
}
.profile-card__name {
  position: relative;
  color: #ffc11e;
  font-weight: bold;
  text-shadow: 0 0.125rem 0.25rem rgba(18, 17, 16, 0.5);
  text-decoration: none;
  margin-bottom: 0;
  font-size: 1.35rem;
  margin-bottom: 0.25rem;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 68.75em) {
  .profile-card__name {
    font-size: 1.55rem;
  }
}
.profile-card__title {
  position: relative;
  font-size: 0.9rem;
  line-height: 1.25;
  min-height: 2.25rem;
  color: #FFF;
  text-shadow: 0 0.125rem 0.25rem rgba(18, 17, 16, 0.5);
  margin-top: 0;
  margin-bottom: 0;
}
.double .profile-card__title {
  font-size: 1.25rem;
}

.profile__title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  color: #003a7b;
}
.profile__title--credentials {
  margin-top: 0;
}
.profile__title--bio {
  color: #0062A3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: bold;
}
.profile__content--bio {
  color: #003a7b;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.profile__content--multiple p:not(:last-child) {
  margin-bottom: 0.25rem;
}
.profile__email {
  padding-bottom: 2rem;
  margin-top: -0.5rem;
  display: block;
}
.profile__layout--portrait {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 37.5em) {
  .profile__layout--portrait {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.profile__layout-extra {
  margin-top: 3rem;
}
.profile__content {
  display: inline-block;
  width: 100%;
}
.profile__content--body {
  display: block;
  overflow: initial;
}

.profile-credentials {
  color: #FFF;
  font-size: 1rem;
  display: block;
  margin-top: 0.15rem;
}

.profile-intro {
  display: block;
  width: 100%;
  overflow: hidden;
}

.profile-interview, .profile-bio {
  display: block;
}

.profile-contact {
  margin-top: 0;
  margin-bottom: 0;
}
.profile-contact__address {
  margin-left: 0;
  line-height: 1.5;
  margin-bottom: 1em;
}
.profile-contact__school, .profile-contact__building, .profile-contact__street-address {
  width: 100%;
  display: block;
}
.profile-contact__label {
  font-weight: bold;
  line-height: 1.5;
}
.profile-contact__email, .profile-contact__phone, .profile-contact__fax {
  margin-left: 0;
  margin-bottom: 1em;
}

.profile-education__label {
  font-weight: bold;
  line-height: 1.5;
}
.profile-education__degree {
  margin-left: 0;
  line-height: 1.5;
  margin-bottom: 1em;
}
.profile-education span {
  font-style: italic;
}

.profile-video {
  width: 100%;
  position: relative;
  margin: 2rem 0;
}
@media screen and (min-width: 46.875em) {
  .profile-video {
    padding-right: 30%;
  }
}
@media screen and (min-width: 50em) {
  .profile-video {
    width: auto;
    margin: 2rem;
  }
}
@media screen and (min-width: 50em) {
  .profile-video {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 75em) {
  .profile-video {
    margin: 2rem;
  }
}
.profile-video:before {
  content: "";
  position: absolute;
  width: 100%;
  width: 42rem;
  height: 21rem;
  bottom: -2rem;
  right: -15rem;
}
@media screen and (min-width: 46.875em) {
  .profile-video:before {
    background-image: linear-gradient(123.75deg, rgba(234, 170, 0, 0) 55%, rgba(234, 170, 0, 0.85) 55%, rgba(234, 170, 0, 0.5) 70%, rgba(234, 170, 0, 0) 70%, rgba(234, 170, 0, 0) 75%, rgba(234, 170, 0, 0.25) 75%, rgba(234, 170, 0, 0.05) 90%, rgba(234, 170, 0, 0) 90%);
    background-image: linear-gradient(123.75deg, rgba(234, 170, 0, 0) 25%, rgba(234, 170, 0, 0.85) 25%, rgba(234, 170, 0, 0.5) 40%, rgba(234, 170, 0, 0) 40%, rgba(234, 170, 0, 0) 45%, rgba(234, 170, 0, 0.25) 45%, rgba(234, 170, 0, 0.05) 60%, rgba(234, 170, 0, 0) 60%);
  }
}
@media screen and (min-width: 50em) {
  .profile-video--floating {
    width: 50%;
    padding-right: 0;
    margin: 0 0 0 2rem;
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .profile-video--floating {
    width: 100%;
    margin: 2rem 0 2rem 2rem;
    padding-right: 30%;
    float: none;
  }
}
@media screen and (min-width: 75em) {
  .profile-video--floating {
    width: 50%;
    margin: 0 0 0 2rem;
    padding-right: 0;
    float: right;
  }
}
@media screen and (min-width: 50em) {
  .profile-video--floating:before {
    background-image: none;
  }
}
@media screen and (min-width: 64em) {
  .profile-video--floating:before {
    background-image: linear-gradient(123.75deg, rgba(234, 170, 0, 0) 55%, rgba(234, 170, 0, 0.85) 55%, rgba(234, 170, 0, 0.5) 70%, rgba(234, 170, 0, 0) 70%, rgba(234, 170, 0, 0) 75%, rgba(234, 170, 0, 0.25) 75%, rgba(234, 170, 0, 0.05) 90%, rgba(234, 170, 0, 0) 90%);
    background-image: linear-gradient(123.75deg, rgba(234, 170, 0, 0) 25%, rgba(234, 170, 0, 0.85) 25%, rgba(234, 170, 0, 0.5) 40%, rgba(234, 170, 0, 0) 40%, rgba(234, 170, 0, 0) 45%, rgba(234, 170, 0, 0.25) 45%, rgba(234, 170, 0, 0.05) 60%, rgba(234, 170, 0, 0) 60%);
  }
}
@media screen and (min-width: 75em) {
  .profile-video--floating:before {
    background-image: none;
  }
}

.profile__layout--alumni {
  padding-bottom: 2rem;
}
.profile__layout--alumni .profile-name {
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 37.5em) {
  .profile__layout--alumni .profile-name {
    margin-top: 0;
  }
}
.profile__layout--alumni .profile-name a {
  text-decoration: none;
}

.profile-list--preceptors .profile-image__wrapper {
  min-height: 25rem;
}
@media screen and (min-width: 37.5em) {
  .profile-list--preceptors .profile-image__wrapper {
    min-height: 20rem;
  }
}
.profile-list--preceptors .profile-image__wrapper::after {
  height: 80%;
}
.profile-list--preceptors .profile-card__name {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.profile-list--students {
  overflow: hidden;
  padding-bottom: 2rem;
}
.profile-list--students .profile-image__wrapper {
  margin: 0;
}
.profile-list--students .profile-card__heading {
  padding: 1rem 1.5rem;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
}
.profile-list--students .profile-card__name {
  margin-top: 0;
  margin-bottom: 0.75em;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
}
.profile-list--students .profile-card .button:focus {
  outline-color: white;
}

.alumni {
  -moz-transform: perspective(10rem);
  -ms-transform: perspective(10rem);
  -o-transform: perspective(10rem);
  -webkit-transform: perspective(10rem);
  transform: perspective(10rem);
  overflow: hidden;
  padding: 0;
  width: 100%;
  position: relative;
}
.alumni::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(0, 94, 184, 0.3), transparent 50%);
  z-index: 1;
}

.alumni .content-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  max-width: none;
  width: 100%;
  min-height: none;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 60em) {
  .alumni .content-layout {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 35rem;
  }
}

.alumni .primary-column {
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .alumni .primary-column {
    width: 50%;
  }
}
@media screen and (min-width: 60em) {
  .alumni .primary-column {
    min-height: 35rem;
  }
}

.alumni .secondary-column {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin: 0 3.75%;
  width: 92.5%;
}
@media screen and (min-width: 60em) {
  .alumni .secondary-column {
    width: 50%;
    min-height: 35rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
  }
}

.alumni .main-statistic .statistic-number {
  font-size: 3rem;
}
.alumni .main-statistic .statistic-number {
  font-size: 64px;
}
@media screen and (min-width: 320px) {
  .alumni .main-statistic .statistic-number {
    font-size: calc(64px + 96 * ((100vw - 320px) / 279));
  }
}
@media screen and (min-width: 599px) {
  .alumni .main-statistic .statistic-number {
    font-size: 160px;
  }
}
@media screen and (min-width: 37.5em) {
  .alumni .main-statistic .statistic-number {
    font-size: 112px;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 600px) {
  .alumni .main-statistic .statistic-number {
    font-size: calc(112px + 48 * ((100vw - 600px) / 423));
  }
}
@media screen and (min-width: 37.5em) and (min-width: 1023px) {
  .alumni .main-statistic .statistic-number {
    font-size: 160px;
  }
}
@media screen and (min-width: 64em) {
  .alumni .main-statistic .statistic-number {
    font-size: 10rem;
  }
}

.background-map-wrapper {
  margin: auto;
  width: 90%;
  min-width: 40rem;
  max-width: 75rem;
  display: block;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.background-map {
  position: relative;
  -moz-transform: rotate(-30deg) skewX(30deg);
  -ms-transform: rotate(-30deg) skewX(30deg);
  -o-transform: rotate(-30deg) skewX(30deg);
  -webkit-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(-30deg) skewX(30deg);
  -webkit-animation-name: map-pan-out;
  animation-name: map-pan-out;
  -moz-animation-duration: 2.8s;
  -o-animation-duration: 2.8s;
  -webkit-animation-duration: 2.8s;
  animation-duration: 2.8s;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.background-map-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60.25%;
}

.us-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.st0 {
  stroke: rgba(255, 255, 255, 0.3);
  fill: rgba(10, 61, 65, 0.4);
  -moz-animation: ease-in;
  -o-animation: ease-in;
  -webkit-animation: ease-in;
  animation: ease-in;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.st0:nth-child(1) {
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.st0:nth-child(2) {
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

.st0:nth-child(3) {
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

.st0:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

.st0:nth-child(5) {
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -moz-animation-duration: 0.12s;
  -o-animation-duration: 0.12s;
  -webkit-animation-duration: 0.12s;
  animation-duration: 0.12s;
}

.st0:nth-child(6) {
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

.st0:nth-child(7) {
  -moz-animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -moz-animation-duration: 0.12s;
  -o-animation-duration: 0.12s;
  -webkit-animation-duration: 0.12s;
  animation-duration: 0.12s;
}

.st0:nth-child(8) {
  -moz-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
  -moz-animation-duration: 0.12s;
  -o-animation-duration: 0.12s;
  -webkit-animation-duration: 0.12s;
  animation-duration: 0.12s;
}

.st0:nth-child(9) {
  -moz-animation-delay: 0.66s;
  -o-animation-delay: 0.66s;
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
  -moz-animation-duration: 0.12s;
  -o-animation-duration: 0.12s;
  -webkit-animation-duration: 0.12s;
  animation-duration: 0.12s;
}

.st0:nth-child(10) {
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -moz-animation-duration: 0.12s;
  -o-animation-duration: 0.12s;
  -webkit-animation-duration: 0.12s;
  animation-duration: 0.12s;
}

.st0:nth-child(11) {
  -moz-animation-delay: 0.74s;
  -o-animation-delay: 0.74s;
  -webkit-animation-delay: 0.74s;
  animation-delay: 0.74s;
  -moz-animation-duration: 0.12s;
  -o-animation-duration: 0.12s;
  -webkit-animation-duration: 0.12s;
  animation-duration: 0.12s;
}

.st0:nth-child(12) {
  -moz-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
  -moz-animation-duration: 0.12s;
  -o-animation-duration: 0.12s;
  -webkit-animation-duration: 0.12s;
  animation-duration: 0.12s;
}

.st0:nth-child(13) {
  -moz-animation-delay: 0.82s;
  -o-animation-delay: 0.82s;
  -webkit-animation-delay: 0.82s;
  animation-delay: 0.82s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(14) {
  -moz-animation-delay: 0.86s;
  -o-animation-delay: 0.86s;
  -webkit-animation-delay: 0.86s;
  animation-delay: 0.86s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(15) {
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(16) {
  -moz-animation-delay: 0.94s;
  -o-animation-delay: 0.94s;
  -webkit-animation-delay: 0.94s;
  animation-delay: 0.94s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(17) {
  -moz-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(18) {
  -moz-animation-delay: 0.99s;
  -o-animation-delay: 0.99s;
  -webkit-animation-delay: 0.99s;
  animation-delay: 0.99s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(19) {
  -moz-animation-delay: 1.02s;
  -o-animation-delay: 1.02s;
  -webkit-animation-delay: 1.02s;
  animation-delay: 1.02s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(20) {
  -moz-animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(21) {
  -moz-animation-delay: 1.08s;
  -o-animation-delay: 1.08s;
  -webkit-animation-delay: 1.08s;
  animation-delay: 1.08s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(22) {
  -moz-animation-delay: 1.11s;
  -o-animation-delay: 1.11s;
  -webkit-animation-delay: 1.11s;
  animation-delay: 1.11s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(23) {
  -moz-animation-delay: 1.14s;
  -o-animation-delay: 1.14s;
  -webkit-animation-delay: 1.14s;
  animation-delay: 1.14s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(24) {
  -moz-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  animation-delay: 1.17s;
  -moz-animation-duration: 0.08s;
  -o-animation-duration: 0.08s;
  -webkit-animation-duration: 0.08s;
  animation-duration: 0.08s;
}

.st0:nth-child(25) {
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -moz-animation-duration: 0.08s;
  -o-animation-duration: 0.08s;
  -webkit-animation-duration: 0.08s;
  animation-duration: 0.08s;
}

.st0:nth-child(26) {
  -moz-animation-delay: 1.23s;
  -o-animation-delay: 1.23s;
  -webkit-animation-delay: 1.23s;
  animation-delay: 1.23s;
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

.st0:nth-child(27) {
  -moz-animation-delay: 1.26s;
  -o-animation-delay: 1.26s;
  -webkit-animation-delay: 1.26s;
  animation-delay: 1.26s;
  -moz-animation-duration: 0.08s;
  -o-animation-duration: 0.08s;
  -webkit-animation-duration: 0.08s;
  animation-duration: 0.08s;
}

.st0:nth-child(28) {
  -moz-animation-delay: 1.29s;
  -o-animation-delay: 1.29s;
  -webkit-animation-delay: 1.29s;
  animation-delay: 1.29s;
  -moz-animation-duration: 0.08s;
  -o-animation-duration: 0.08s;
  -webkit-animation-duration: 0.08s;
  animation-duration: 0.08s;
}

.st0:nth-child(29) {
  -moz-animation-delay: 1.32s;
  -o-animation-delay: 1.32s;
  -webkit-animation-delay: 1.32s;
  animation-delay: 1.32s;
  -moz-animation-duration: 0.08s;
  -o-animation-duration: 0.08s;
  -webkit-animation-duration: 0.08s;
  animation-duration: 0.08s;
}

.st0:nth-child(30) {
  -moz-animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
  -moz-animation-duration: 0.08s;
  -o-animation-duration: 0.08s;
  -webkit-animation-duration: 0.08s;
  animation-duration: 0.08s;
}

.st0:nth-child(31) {
  -moz-animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  animation-delay: 1.38s;
  -moz-animation-duration: 0.05s;
  -o-animation-duration: 0.05s;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.st0:nth-child(32) {
  -moz-animation-delay: 1.41s;
  -o-animation-delay: 1.41s;
  -webkit-animation-delay: 1.41s;
  animation-delay: 1.41s;
  -moz-animation-duration: 0.08s;
  -o-animation-duration: 0.08s;
  -webkit-animation-duration: 0.08s;
  animation-duration: 0.08s;
}

.st0:nth-child(33) {
  -moz-animation-delay: 1.42s;
  -o-animation-delay: 1.42s;
  -webkit-animation-delay: 1.42s;
  animation-delay: 1.42s;
  -moz-animation-duration: 0.05s;
  -o-animation-duration: 0.05s;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.st0:nth-child(34) {
  -moz-animation-delay: 1.44s;
  -o-animation-delay: 1.44s;
  -webkit-animation-delay: 1.44s;
  animation-delay: 1.44s;
  -moz-animation-duration: 0.08s;
  -o-animation-duration: 0.08s;
  -webkit-animation-duration: 0.08s;
  animation-duration: 0.08s;
}

.st0:nth-child(35) {
  -moz-animation-delay: 1.46s;
  -o-animation-delay: 1.46s;
  -webkit-animation-delay: 1.46s;
  animation-delay: 1.46s;
  -moz-animation-duration: 0.05s;
  -o-animation-duration: 0.05s;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.st0:nth-child(36) {
  -moz-animation-delay: 1.48s;
  -o-animation-delay: 1.48s;
  -webkit-animation-delay: 1.48s;
  animation-delay: 1.48s;
  -moz-animation-duration: 0.05s;
  -o-animation-duration: 0.05s;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.st0:nth-child(37) {
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -moz-animation-duration: 0.05s;
  -o-animation-duration: 0.05s;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.st0:nth-child(38) {
  -moz-animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  animation-delay: 1.52s;
  -moz-animation-duration: 0.05s;
  -o-animation-duration: 0.05s;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.st0:nth-child(39) {
  -moz-animation-delay: 1.54s;
  -o-animation-delay: 1.54s;
  -webkit-animation-delay: 1.54s;
  animation-delay: 1.54s;
  -moz-animation-duration: 0.05s;
  -o-animation-duration: 0.05s;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.st0:nth-child(40) {
  -moz-animation-delay: 1.56s;
  -o-animation-delay: 1.56s;
  -webkit-animation-delay: 1.56s;
  animation-delay: 1.56s;
  -moz-animation-duration: 0.05s;
  -o-animation-duration: 0.05s;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.st0:nth-child(41) {
  -moz-animation-delay: 1.58s;
  -o-animation-delay: 1.58s;
  -webkit-animation-delay: 1.58s;
  animation-delay: 1.58s;
  -moz-animation-duration: 0.03s;
  -o-animation-duration: 0.03s;
  -webkit-animation-duration: 0.03s;
  animation-duration: 0.03s;
}

.st0:nth-child(42) {
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -moz-animation-duration: 0.05s;
  -o-animation-duration: 0.05s;
  -webkit-animation-duration: 0.05s;
  animation-duration: 0.05s;
}

.st0:nth-child(43) {
  -moz-animation-delay: 1.62s;
  -o-animation-delay: 1.62s;
  -webkit-animation-delay: 1.62s;
  animation-delay: 1.62s;
  -moz-animation-duration: 0.03s;
  -o-animation-duration: 0.03s;
  -webkit-animation-duration: 0.03s;
  animation-duration: 0.03s;
}

.st0:nth-child(44) {
  -moz-animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  animation-delay: 1.64s;
  -moz-animation-duration: 0.03s;
  -o-animation-duration: 0.03s;
  -webkit-animation-duration: 0.03s;
  animation-duration: 0.03s;
}

.st0:nth-child(45) {
  -moz-animation-delay: 1.66s;
  -o-animation-delay: 1.66s;
  -webkit-animation-delay: 1.66s;
  animation-delay: 1.66s;
  -moz-animation-duration: 0.03s;
  -o-animation-duration: 0.03s;
  -webkit-animation-duration: 0.03s;
  animation-duration: 0.03s;
}

.st0:nth-child(46) {
  -moz-animation-delay: 1.68s;
  -o-animation-delay: 1.68s;
  -webkit-animation-delay: 1.68s;
  animation-delay: 1.68s;
  -moz-animation-duration: 0.03s;
  -o-animation-duration: 0.03s;
  -webkit-animation-duration: 0.03s;
  animation-duration: 0.03s;
}

.st0:nth-child(47) {
  -moz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -moz-animation-duration: 0.03s;
  -o-animation-duration: 0.03s;
  -webkit-animation-duration: 0.03s;
  animation-duration: 0.03s;
}

.st0:nth-child(48) {
  -moz-animation-delay: 1.72s;
  -o-animation-delay: 1.72s;
  -webkit-animation-delay: 1.72s;
  animation-delay: 1.72s;
  -moz-animation-duration: 0.03s;
  -o-animation-duration: 0.03s;
  -webkit-animation-duration: 0.03s;
  animation-duration: 0.03s;
}

#US-WV {
  -moz-animation-name: state-glow-origin;
  -o-animation-name: state-glow-origin;
  -webkit-animation-name: state-glow-origin;
  animation-name: state-glow-origin;
}

#US-OH, #US-NY, #US-VA, #US-DE, #US-NJ, #US-MI, #US-CT, #US-VT, #US-SC, #US-RI, #US-MA, #US-AR, #US-KS, #US-FL, #US-IA, #US-SD, #US-NM, #US-ID, #US-NV, #US-WA {
  -moz-animation-name: state-glow-high;
  -o-animation-name: state-glow-high;
  -webkit-animation-name: state-glow-high;
  animation-name: state-glow-high;
}

#US-MD, #US-IN, #US-TN, #US-GA, #US-NH, #US-WI, #US-MO, #US-AL, #US-ME, #US-ND, #US-WY, #US-TX, #US-CO, #US-CA, #US-AZ {
  -moz-animation-name: state-glow-med;
  -o-animation-name: state-glow-med;
  -webkit-animation-name: state-glow-med;
  animation-name: state-glow-med;
}

#US-PA, #US-KY, #US-NC, #US-IL, #US-MN, #US-MS, #US-NE, #US-LA, #US-OK, #US-MT, #US-OR, #US-UT {
  -moz-animation-name: state-glow-low;
  -o-animation-name: state-glow-low;
  -webkit-animation-name: state-glow-low;
  animation-name: state-glow-low;
}

@keyframes state-glow-low {
  0% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  20% {
    fill: rgba(255, 255, 255, 0.2);
  }
  30% {
    stroke: rgb(255, 255, 255);
  }
  100% {
    fill: rgba(10, 61, 65, 0.6);
    stroke: rgba(255, 255, 255, 0.6);
  }
}
@keyframes state-glow-med {
  0% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  20% {
    fill: rgba(255, 255, 255, 0.2);
  }
  30% {
    stroke: rgb(255, 255, 255);
  }
  100% {
    fill: rgba(10, 61, 65, 0.85);
    stroke: rgba(255, 255, 255, 0.6);
  }
}
@keyframes state-glow-high {
  0% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  20% {
    fill: rgba(255, 255, 255, 0.2);
  }
  30% {
    stroke: rgb(255, 255, 255);
  }
  100% {
    fill: #0a3d41;
    stroke: rgba(255, 255, 255, 0.6);
  }
}
@keyframes state-glow-highest {
  0% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  20% {
    fill: rgba(255, 255, 255, 0.2);
  }
  30% {
    stroke: rgb(255, 255, 255);
  }
  100% {
    fill: #031314;
    stroke: rgba(255, 255, 255, 0.6);
  }
}
@keyframes state-glow-origin {
  0% {
    stroke: rgba(255, 255, 255, 0.3);
  }
  10% {
    fill: rgba(255, 255, 255, 0.2);
  }
  20% {
    stroke: rgb(255, 255, 255);
  }
  50% {
    fill: #eaaa00;
    stroke: rgba(255, 255, 255, 0.6);
  }
  100% {
    fill: #06282b;
    stroke: rgba(255, 255, 255, 0.6);
  }
}
@keyframes border-glow {
  100% {
    opacity: 0.6;
  }
}
@keyframes map-pan-out {
  0% {
    transform: translate(-30%, 50%) rotate(-30deg) skewX(30deg) scale(1.75);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%) rotate(-30deg) skewX(30deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) rotate(-30deg) skewX(30deg) scale(1);
    opacity: 0.6;
  }
}
.about-us__mission {
  color: white;
  text-shadow: 0.063rem 0.063rem 0.125rem #001022;
  font-size: 2rem;
  padding: 2rem;
  margin-bottom: 6rem;
  position: relative;
}
.about-us__mission:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgba(155, 211, 221, 0) 10%, rgba(155, 211, 221, 0.4) 20%, rgba(155, 211, 221, 0.4) 80%, rgba(155, 211, 221, 0) 90%);
}
.about-us__mission:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(155, 211, 221, 0) 10%, rgba(155, 211, 221, 0.4) 20%, rgba(155, 211, 221, 0.4) 80%, rgba(155, 211, 221, 0) 90%);
}
.about-us__nav-lists .list-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.about-us__nav-lists .two-column {
  grid-template-columns: 0.6fr 0.4fr;
}
.about-us .aside-navigation {
  align-self: flex-start;
  margin-left: 0;
}

.support-us .double .card {
  border: none;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}
@media screen and (min-width: 53.125em) {
  .support-us .double .card:not(.full-width) {
    width: calc(50% - 2rem);
  }
}

.support-us .card-title {
  width: calc(100% - 3rem);
  font-size: 1.15rem;
  color: #FFF;
  position: absolute;
  z-index: 1;
  text-shadow: 0 0.125rem 0.25rem rgba(18, 17, 16, 0.5);
  margin: 1rem 1.5rem;
  bottom: 0;
  left: 0;
}
.support-us .card-title {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .support-us .card-title {
    font-size: calc(17px + 3 * ((100vw - 320px) / 529));
  }
}
@media screen and (min-width: 849px) {
  .support-us .card-title {
    font-size: 20px;
  }
}
.support-us .card-title::before {
  content: "";
  position: absolute;
  width: calc(100% + 3rem);
  height: calc(100% + 7rem);
  bottom: -1rem;
  left: -1.5rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 30%, transparent 100%);
  z-index: -1;
}
@media screen and (min-width: 53.125em) {
  .support-us .card-title {
    font-size: 1rem;
  }
  .support-us .card-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 53.125em) and (min-width: 850px) {
  .support-us .card-title {
    font-size: calc(17px + 3 * ((100vw - 850px) / 250));
  }
}
@media screen and (min-width: 53.125em) and (min-width: 1100px) {
  .support-us .card-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 68.75em) {
  .support-us .card-title {
    font-size: 1.25rem;
  }
}

.support-us .card-title em {
  font-size: 1.75rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffc11e;
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}
.support-us .card-title em {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .support-us .card-title em {
    font-size: calc(28px + 44 * ((100vw - 320px) / 529));
  }
}
@media screen and (min-width: 849px) {
  .support-us .card-title em {
    font-size: 72px;
  }
}
@media screen and (min-width: 53.125em) {
  .support-us .card-title em {
    font-size: 2.25rem;
  }
  .support-us .card-title em {
    font-size: 36px;
  }
}
@media screen and (min-width: 53.125em) and (min-width: 850px) {
  .support-us .card-title em {
    font-size: calc(36px + 20 * ((100vw - 850px) / 250));
  }
}
@media screen and (min-width: 53.125em) and (min-width: 1100px) {
  .support-us .card-title em {
    font-size: 56px;
  }
}
@media screen and (min-width: 68.75em) {
  .support-us .card-title em {
    font-size: 3.5rem;
  }
}

.support-us .card-title strong {
  font-size: 1.35rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FFF;
  overflow: hidden;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.support-us .card-title strong {
  font-size: 21px;
}
@media screen and (min-width: 320px) {
  .support-us .card-title strong {
    font-size: calc(21px + 35 * ((100vw - 320px) / 529));
  }
}
@media screen and (min-width: 849px) {
  .support-us .card-title strong {
    font-size: 56px;
  }
}
@media screen and (min-width: 53.125em) {
  .support-us .card-title strong {
    font-size: 2rem;
  }
  .support-us .card-title strong {
    font-size: 32px;
  }
}
@media screen and (min-width: 53.125em) and (min-width: 850px) {
  .support-us .card-title strong {
    font-size: calc(32px + 8 * ((100vw - 850px) / 250));
  }
}
@media screen and (min-width: 53.125em) and (min-width: 1100px) {
  .support-us .card-title strong {
    font-size: 40px;
  }
}
@media screen and (min-width: 68.75em) {
  .support-us .card-title strong {
    font-size: 2.75rem;
  }
}

.support-us .image-wrapper {
  max-height: 30rem;
  position: relative;
  border-top: 0.375rem solid #EAAA00;
  overflow: hidden;
  margin: -1.5rem -1.75rem 0 -1.75rem;
}

.support-us .image-wrapper img {
  min-width: 25rem;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -0.25rem;
}

.support-us p {
  font-size: 1rem;
  z-index: 1;
}
.support-us p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .support-us p {
    font-size: calc(16px + 3 * ((100vw - 320px) / 529));
  }
}
@media screen and (min-width: 849px) {
  .support-us p {
    font-size: 19px;
  }
}
@media screen and (min-width: 53.125em) {
  .support-us p {
    font-size: 1.2rem;
  }
}

.page-not-found {
  background: #2C2A29;
  position: relative;
  z-index: 0;
  width: 100%;
  background: url(../Images/Morter-Bowl-and-Pestle-Color.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 4rem 0;
  display: block;
}

.content-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1.25rem;
  border-radius: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 53.125em) {
  .content-wrapper {
    min-width: 25rem;
    padding: 2rem;
    width: 40%;
  }
}

.main-content ul, ol {
  margin: 0.5rem;
  line-height: 1.5rem;
  padding: 0 0 0 2rem;
}
@media screen and (min-width: 92.5em) {
  .main-content ul, ol {
    margin: 1rem 0.5rem;
    padding: 0 0 0 2.5rem;
  }
}

.main-content li {
  padding-bottom: 0.25rem;
  color: #464342;
}

.program-date {
  padding-top: 1rem;
  border-top: 0.063rem solid rgba(20, 124, 131, 0.3);
  text-align: center;
  font-size: 1.1rem;
}

.program-start-label {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  display: block;
  margin: 0;
}

.program-start-date {
  font-size: 2rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #003a7b;
  line-height: 1.1;
}

.program-offerings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-top: 4rem;
}
@media screen and (min-width: 37.5em) {
  .program-offerings {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 68.75em) {
  .program-offerings {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 75em) {
  .program-offerings {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.program-offering {
  width: calc(100% - 1rem);
  max-width: 27rem;
  margin: 0 0.5rem 1.25rem 0.5rem;
  border: 0.063rem solid rgba(20, 124, 131, 0.15);
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  padding: 1rem 1rem 0 1rem;
  position: relative;
  border-radius: 0.3rem;
  background-color: #fafdfd;
}
@media screen and (min-width: 37.5em) {
  .program-offering {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 68.75em) {
  .program-offering {
    width: calc(100% - 1rem);
  }
}
@media screen and (min-width: 75em) {
  .program-offering {
    width: calc(50% - 1rem);
  }
}

.program-offering-header {
  margin-top: 0;
  margin-bottom: 2rem;
  overflow: hidden;
}

.program-offering-header .program-spots {
  float: left;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 7rem;
  font-style: normal;
  padding: 0 1rem;
  line-height: 1;
  color: #EAAA00;
  text-shadow: 0.125rem 0.125rem 0rem rgba(0, 40, 85, 0.8);
  margin-top: -0.9rem;
  z-index: 2;
}

.program-offering-header .program-type {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
}
.program-offering-header .program-type {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .program-offering-header .program-type {
    font-size: calc(22px + 6 * ((100vw - 320px) / 779));
  }
}
@media screen and (min-width: 1099px) {
  .program-offering-header .program-type {
    font-size: 28px;
  }
}
@media screen and (min-width: 75em) {
  .program-offering-header .program-type {
    font-size: 24px;
  }
}
@media screen and (min-width: 75em) and (min-width: 1200px) {
  .program-offering-header .program-type {
    font-size: calc(24px + 4 * ((100vw - 1200px) / 100));
  }
}
@media screen and (min-width: 75em) and (min-width: 1300px) {
  .program-offering-header .program-type {
    font-size: 28px;
  }
}

.program-stipend {
  color: #00236d;
  line-height: 1.25;
  text-align: center;
  opacity: 0.9;
  border-top: 0.063rem solid rgba(20, 124, 131, 0.3);
}

.program-stipend .program-stipend-amount {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  width: 100%;
  overflow: hidden;
  display: block;
  color: #147c83;
  text-shadow: 0 0.125rem 0 #002855;
}
.program-stipend .program-stipend-amount {
  font-size: 56px;
}
@media screen and (min-width: 320px) {
  .program-stipend .program-stipend-amount {
    font-size: calc(56px + 12 * ((100vw - 320px) / 80));
  }
}
@media screen and (min-width: 400px) {
  .program-stipend .program-stipend-amount {
    font-size: 68px;
  }
}
@media screen and (min-width: 25em) {
  .program-stipend .program-stipend-amount {
    font-size: 4.25rem;
  }
}

/*	DAY OF GIVING
	=============
    These styles will be used to style the Day of Giving area just under the feature area on the home
        page. 

	The rules included in this partial are the required way to style this component’s markup.

	```
    <section class="day-of-giving animate">
        <div class="layout-container">            
            <div class="day-of-giving__animation">
                <svg class="day-of-giving__animation-stage day-of-giving__animation-stage--1" ...>...</svg>
                <svg class="day-of-giving__animation-stage day-of-giving__animation-stage--2" ...>...</svg>
                <svg class="day-of-giving__animation-stage day-of-giving__animation-stage--3" ...>...</svg>
            </div>
            <p class="day-of-giving__message">What is <b>#WVUDayofGiving</b>? Well, it's more than a hashtag. It's a 24-hour period to help change the future of WVU in one gift.</p>
            <a href="https://dayofgiving.wvu.edu" target="_blank" class="day-of-giving__link">dayofgiving.wvu.edu</a>
        </div>
    </section>
	```
*/
@-webkit-keyframes day-of-giving-scaling {
  0%, 24% {
    -webkit-transform: scale(1);
  }
  26% {
    -webkit-transform: scale(1.12);
  }
  28%, 48% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.12);
  }
  52% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.125);
  }
}
@keyframes day-of-giving-scaling {
  0%, 24% {
    transform: scale(1);
  }
  26% {
    transform: scale(1.12);
  }
  28%, 48% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  52% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.125);
  }
}
@-webkit-keyframes day-of-giving-stage-1 {
  0% {
    -webkit-transform: rotateY(0deg) scale(1.25);
    opacity: 0;
    -webkit-filter: blur(0);
  }
  4%, 24% {
    -webkit-transform: rotateY(0deg) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
  }
  26%, 100% {
    -webkit-transform: rotateY(-90deg) scale(1);
    -webkit-filter: blur(12px);
  }
}
@keyframes day-of-giving-stage-1 {
  0% {
    transform: rotateY(0deg) scale(1.25);
    opacity: 0;
    filter: blur(0);
  }
  4%, 24% {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
    filter: blur(0);
  }
  26%, 100% {
    transform: rotateY(-90deg) scale(1);
    filter: blur(12px);
  }
}
@-webkit-keyframes day-of-giving-stage-2 {
  0%, 26% {
    -webkittransform: rotateY(90deg);
    -webkitfilter: blur(12px);
  }
  28% {
    -webkittransform: rotateY(0);
    -webkitfilter: blur(0);
  }
  48% {
    -webkittransform: rotateY(0);
    -webkitfilter: blur(0);
  }
  50%, 100% {
    -webkittransform: rotateY(-90deg);
    -webkitfilter: blur(12px);
  }
}
@keyframes day-of-giving-stage-2 {
  0%, 26% {
    transform: rotateY(90deg);
    filter: blur(12px);
  }
  28% {
    transform: rotateY(0);
    filter: blur(0);
  }
  48% {
    transform: rotateY(0);
    filter: blur(0);
  }
  50%, 100% {
    transform: rotateY(-90deg);
    filter: blur(12px);
  }
}
@-webkit-keyframes day-of-giving-stage-3 {
  0%, 50% {
    -webkit-transform: rotateY(90deg) scale(1);
    -webkit-filter: blur(12px);
  }
  52% {
    -webkit-transform: rotateY(0deg) scale(1);
    -webkit-filter: blur(0);
  }
  53% {
    -webkit-transform: rotateY(0deg) scale(1);
    -webkit-filter: none;
  }
  92% {
    -webkit-transform: rotateY(0deg) scale(1);
    -webkit-filter: none;
    opacity: 1;
  }
  96%, 100% {
    -webkit-transform: rotateY(0deg) scale(1.25);
    -webkit-filter: none;
    opacity: 0;
  }
}
@keyframes day-of-giving-stage-3 {
  0%, 50% {
    transform: rotateY(90deg) scale(1);
    filter: blur(12px);
  }
  52% {
    transform: rotateY(0deg) scale(1);
    filter: blur(0);
  }
  53% {
    transform: rotateY(0deg) scale(1);
    filter: none;
  }
  92% {
    transform: rotateY(0deg) scale(1);
    filter: none;
    opacity: 1;
  }
  96%, 100% {
    transform: rotateY(0deg) scale(1.25);
    filter: none;
    opacity: 0;
  }
}
@-webkit-keyframes day-of-giving-entry-down {
  0% {
    -webkit-transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes day-of-giving-entry-down {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes day-of-giving-entry-right {
  0% {
    -webkit-transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes day-of-giving-entry-right {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.day-of-giving {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #002855;
  color: white;
  text-align: center;
}
.day-of-giving .content-layout {
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 60em) {
  .day-of-giving .content-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: left;
  }
}
.day-of-giving__animation, .day-of-giving__animation-stage {
  width: 15rem;
  height: 15rem;
}
.js .in-view .day-of-giving__animation, .js .in-view .day-of-giving__animation-stage {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.day-of-giving__animation {
  margin: 0 auto 2rem;
  position: relative;
  perspective: 1000px;
}
@media screen and (min-width: 60em) {
  .day-of-giving__animation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15rem;
    -moz-box-flex: 0;
    -moz-flex: 0 0 15rem;
    -ms-flex: 0 0 15rem;
    flex: 0 0 15rem;
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
.js .in-view .day-of-giving__animation {
  -webkit-animation-name: day-of-giving-scaling;
  animation-name: day-of-giving-scaling;
}
.js .animate .day-of-giving__animation-stage {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, filter;
}
.day-of-giving__animation-stage--1 {
  display: none;
}
.js .animate .day-of-giving__animation-stage--1 {
  display: block;
  opacity: 0;
}
.js .in-view .day-of-giving__animation-stage--1 {
  -webkit-animation-name: day-of-giving-stage-1;
  animation-name: day-of-giving-stage-1;
}
.day-of-giving__animation-stage--2 {
  display: none;
}
.js .animate .day-of-giving__animation-stage--2 {
  display: block;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.js .in-view .day-of-giving__animation-stage--2 {
  -webkit-animation-name: day-of-giving-stage-2;
  animation-name: day-of-giving-stage-2;
}
.js .animate .day-of-giving__animation-stage--3 {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.js .in-view .day-of-giving__animation-stage--3 {
  -webkit-animation-name: day-of-giving-stage-3;
  animation-name: day-of-giving-stage-3;
}
.day-of-giving__message, .day-of-giving__link {
  font-weight: bold;
}
.js .in-view .day-of-giving__message, .js .in-view .day-of-giving__link {
  -webkit-animation-name: day-of-giving-entry-down;
  animation-name: day-of-giving-entry-down;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.day-of-giving__message, .day-of-giving__link {
  font-weight: bold;
}
.js .in-view .day-of-giving__message, .js .in-view .day-of-giving__link {
  -webkit-animation-name: day-of-giving-entry-down;
  animation-name: day-of-giving-entry-down;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (min-width: 60em) {
  .js .in-view .day-of-giving__message, .js .in-view .day-of-giving__link {
    -webkit-animation-name: day-of-giving-entry-right;
    animation-name: day-of-giving-entry-right;
  }
}
.day-of-giving__message {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #FFF;
}
.js .in-view .day-of-giving__message {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.day-of-giving__message b {
  color: #EAAA00;
}
.day-of-giving__link {
  color: #EAAA00;
  font-size: 1.75rem;
  display: inline-block;
  background-image: linear-gradient(to top, transparent, transparent 2px, #EAAA00 2px, #EAAA00 4px, transparent 4px);
  text-shadow: -1px -1px 0 #002855, 1px -1px 0 #002855, -1px 1px 0 #002855, 1px 1px 0 #002855;
}
.js .in-view .day-of-giving__link {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.day-of-giving__link:hover, .day-of-giving__link:focus {
  color: white;
}
.day-of-giving__link:focus {
  outline-color: #EAAA00;
}

/*
	This pattern utilizes a responsive table technique developed by Adrian Roselli, and is outlined in his blog post here: adrianroselli.com/2017/11/a-responsive-accessible-table.html.
*/
.tuition-breakdown__figure {
  margin: 0;
}
.tuition-breakdown__figcaption {
  display: block;
  max-width: 75ch;
}
.tuition-breakdown__wrapper {
  overflow: auto;
}
.tuition-breakdown__table {
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid #dce1e6;
  font-variant-numeric: tabular-nums;
  table-layout: fixed;
}
.tuition-breakdown__table-caption {
  text-align: left;
}
.tuition-breakdown__col {
  width: 17ch;
}
.tuition-breakdown__col--label {
  width: auto;
}
.tuition-breakdown__col-heading {
  padding: 0.5rem 1rem;
  color: white;
  background-color: #002855;
  text-align: center;
  vertical-align: bottom;
}
.tuition-breakdown__col-heading--program {
  text-align: left;
}
.tuition-breakdown__col-heading--cost {
  text-align: left;
}
.tuition-breakdown__col-heading--year {
  text-align: left;
}
.tuition-breakdown__row + .tuition-breakdown__row {
  border-top: 1px solid #dce1e6;
}
.tuition-breakdown__row--sub-total {
  background-color: #dce1e6;
}
.tuition-breakdown__row--total {
  color: white;
  background-color: #333F48;
  font-weight: bold;
}
.tuition-breakdown__cell {
  padding: 0.5rem 1rem;
  text-align: right;
  vertical-align: text-top;
}
* + .tuition-breakdown__cell {
  border-left: 1px solid #dce1e6;
}
.tuition-breakdown__cell--row-heading {
  max-width: 525px;
  padding: 0.5rem 1rem 0.5rem 2rem;
  text-align: left;
  text-indent: -1rem;
}
.tuition-breakdown__cost-type {
  color: #333F48;
}
.tuition-breakdown__section-heading {
  text-align: left;
}
.tuition-breakdown__notes {
  display: grid;
  grid-template-columns: min-content auto;
  grid-row-gap: 0.75rem;
}
.tuition-breakdown__note-id {
  float: left;
  font-weight: bold;
}
.tuition-breakdown__note-link {
  color: white;
}
.tuition-breakdown__note-link:hover, .tuition-breakdown__note-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.tuition-breakdown__note-description {
  display: inline;
  margin-left: 0;
  padding: 0.1rem 0 0.1rem 0.75ch;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 50em) {
  .tuition-breakdown__table {
    display: block;
    border: none;
  }
  .tuition-breakdown__table-caption {
    display: block;
  }
  .tuition-breakdown__head {
    display: none;
  }
  .tuition-breakdown__body {
    display: block;
  }
  .tuition-breakdown__foot {
    display: block;
  }
  .tuition-breakdown__col {
    width: 100%;
  }
  .tuition-breakdown__row {
    display: block;
  }
  .tuition-breakdown__row--total {
    font-weight: normal;
  }
  .tuition-breakdown__cell {
    display: block;
    padding: 0.5rem 0.75rem;
    text-align: left;
    text-indent: 0;
  }
  * + .tuition-breakdown__cell {
    border-left: none;
  }
  .tuition-breakdown__cell:nth-child(2) {
    display: grid;
    grid-template-columns: 7rem auto;
    grid-gap: 1rem 0.5rem;
  }
  .tuition-breakdown__cell:nth-child(2)::before {
    content: "Resident: ";
    font-weight: normal;
  }
  .tuition-breakdown__cell:nth-child(3) {
    display: grid;
    grid-template-columns: 7rem auto;
    grid-gap: 1rem 0.5rem;
  }
  .tuition-breakdown__cell:nth-child(3)::before {
    content: "Non-Resident: ";
    font-weight: normal;
  }
}

.tuition-cards {
  margin-top: 5rem;
}

.tuition-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  max-width: 50rem;
  padding-bottom: 1rem;
}
.tuition-header__message {
  text-align: left;
}
.tuition-header .button:not(:last-child) {
  margin-right: 0.25rem;
}

.tuition--card {
  border-top: 0.375rem solid #EAAA00;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tuition--breakdown {
  margin-bottom: 2rem;
  padding: 0 1rem;
  box-shadow: none;
}
.tuition--breakdown::before {
  z-index: -1;
}
.tuition--message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.tuition__heading {
  background-color: #147c83;
  background-image: linear-gradient(123.75deg, rgba(0, 43, 135, 0.2) 5%, rgba(0, 94, 184, 0.25) 25%, rgba(155, 211, 221, 0.15) 60%);
  text-shadow: 0 0.063rem 0.125rem #001022;
  color: white;
  padding: 1rem;
  margin: 0 -1rem 1rem -1rem;
  margin-top: 0;
}
.tuition__subheading {
  margin-top: 0;
}
.tuition--breakdown .tuition__subheading {
  padding-top: 1.25rem;
}
.tuition__list {
  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;
  font-size: 1rem;
  color: #464342;
  border-top: 0.063rem solid #dedddc;
  border-bottom: 0.063rem solid #dedddc;
}
.tuition__list--segment-total {
  width: 100%;
  background-color: #88cbd7;
  font-weight: bold;
  color: #002855;
  border-top: 0.063rem solid #88cbd7;
  border-bottom: 0.063rem solid #88cbd7;
}
.tuition__list--semester-total {
  width: 100%;
  font-weight: bold;
  background-color: #002855;
  color: white;
  border-top: 0.063rem solid #002855;
  border-bottom: 0.063rem solid #002855;
}
.tuition__list--total {
  width: calc(100% + 2rem);
  font-weight: bold;
  background-color: #EAAA00;
  color: #002855;
  border-top: 0.063rem solid #EAAA00;
  border-bottom: 0.063rem solid #EAAA00;
  padding: 0 1rem;
  margin: 0 -1rem -0.063rem -1rem;
}
.tuition__label {
  width: 40%;
  padding: 1rem;
}
.tuition__sub-label {
  display: inline-block;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.25rem;
}
.tuition__label:nth-of-type(2n+2), .tuition__value:nth-of-type(2n+2) {
  background-color: #f2f1f1;
}
.tuition__value {
  width: 60%;
  margin-left: 0;
  text-align: right;
  font-weight: bold;
  padding: 1rem;
}
.tuition__links.inline-list {
  list-style-type: none;
  padding-left: 0;
  font-weight: bold;
}
.tuition__note {
  border-top: 0.063rem solid #dedddc;
  padding: 1rem;
}
.tuition__note p {
  font-weight: bold;
}

.tuition-breakdown__table {
  display: table;
  overflow: hidden;
}
@media screen and (max-width: 50em) {
  .tuition-breakdown__table {
    display: block;
  }
}
.tuition-breakdown__table th {
  text-shadow: none;
}
.tuition-breakdown__table th:last-child {
  border-right: none;
}
.tuition-breakdown__table tr:nth-child(2n+3) {
  background-color: transparent;
}
.tuition-breakdown__table tr:last-child {
  border-bottom: none;
}
.tuition-breakdown__table td:last-child {
  border: none;
}
.tuition-breakdown__table-caption h2 {
  margin-top: 0;
}
.tuition-breakdown__table-caption h3 {
  margin-top: 1rem;
}
.tuition-breakdown__body {
  display: table-row-group;
  margin: 0;
}
@media screen and (max-width: 50em) {
  .tuition-breakdown__body {
    display: block;
  }
}
.tuition-breakdown__body tr:first-child {
  background-color: transparent;
}
.tuition-breakdown__body .tuition-breakdown__cell {
  color: #464342;
}
.tuition-breakdown__head .tuition-breakdown__row {
  background-color: #147c83;
  background-image: linear-gradient(123.75deg, rgba(0, 43, 135, 0.2) 5%, rgba(0, 94, 184, 0.25) 25%, rgba(155, 211, 221, 0.15) 60%);
  text-shadow: 0 0.063rem 0.125rem #001022;
}
.tuition-breakdown__note-link {
  color: white;
  margin: 0.25rem;
  text-decoration: none;
}
.tuition-breakdown__foot .tuition-breakdown__row--total {
  background-color: #002855;
}
.tuition-breakdown__foot .tuition-breakdown__row--total td {
  color: white;
}
.tuition-breakdown__col-heading {
  background-color: transparent;
}
.tuition-breakdown__row--sub-total {
  background-color: #88cbd7;
}
.tuition-breakdown__row--sub-total .tuition-breakdown__cell {
  color: #002855;
}

@media screen and (min-width: 60em) {
  .tuition__lead-out-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-column-gap: 3rem;
    align-items: flex-start;
  }
}
.tuition__lead-out .section-header {
  margin-top: 0;
  font-size: 4rem;
  text-shadow: 0.063rem 0.063rem 0.125rem #002855;
  max-width: 60rem;
}
.tuition__lead-out .intro-text {
  margin-bottom: 4rem;
}
.tuition__lead-out .profile-piece {
  grid-column: 1;
}
.tuition__lead-out .profile-piece h3 {
  margin-top: 0;
  font-size: 3.5rem;
  text-shadow: 0.063rem 0.063rem 0.125rem #002855;
}
.tuition__lead-out .profile-piece__content {
  text-shadow: 0.063rem 0.063rem 0.125rem #002855;
}
.tuition__lead-out .bg-image img {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)) 45%, to(rgba(0, 0, 0, 0)) 65%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 45%, rgba(0, 0, 0, 0) 65%);
}
.tuition__lead-out .bg-image-fade {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(180deg, transparent 50%, #147c83 100%);
  background-size: cover;
}

/*
	IMAGE GALLERY
	=============

	The Image Gallery document type allows an editor to specify between three 
		and eight images to be displayed in a animated, rotating carousel-style
		widget. Each image will have defined alternative text as well as an 
		optional caption.

	Each instance of an Image Gallery will have two sets of controls defined:
		one with and one without JavaScript support. The non-JS version 
		(`.image-gallery__controls--links`) will simply be a set of links 
		styled like buttons. The JS version 
		(`.image-gallery__controls--buttons`) will render actual `<button>` 
		elements with JavaScript events attached. A designer is encouraged 
		to style both sets in a similar way to a site’s normal `.button` style.

	```
	<section class="image-gallery" id="image-gallery">

		<header class="image-gallery__header">

			<h2 class="image-gallery__heading">Image Gallery</h2>

			<ul class="image-gallery__controls image-gallery__controls--links">
				<li class="image-gallery__control">
					<a href="?image=2" class="button image-gallery__button image-gallery__button--prev" id="prev-link" rel="prev">
						<svg xmlns="http://www.w3.org/2000/svg" class="image-gallery__button-icon" viewBox="0 0 128 128"><path d="M32 64l64 64V0z"/></svg>

						<span class="image-gallery__button-label">Previous Image</span>
					</a></li>
				<li class="image-gallery__control">
					<a href="?image=1" class="button image-gallery__button image-gallery__button--next" id="next-link" rel="next">
						<span class="image-gallery__button-label">Next Image</span>

						<svg xmlns="http://www.w3.org/2000/svg" class="image-gallery__button-icon" viewBox="0 0 128 128"><path d="M96 64L32 0v128z"/></svg>
					</a></li>
			</ul>

			<ul class="image-gallery__controls image-gallery__controls--buttons image-gallery__controls--hidden">
				<li class="image-gallery__control">
					<button type="button" class="button image-gallery__button image-gallery__button--prev">
						<svg xmlns="http://www.w3.org/2000/svg" class="image-gallery__button-icon" viewBox="0 0 128 128"><path d="M32 64l64 64V0z"/></svg>

						<span class="image-gallery__button-label">Previous Image</span>
					</button></li>
				<li class="image-gallery__control">
					<button type="button" class="button image-gallery__button image-gallery__button--next">
						<span class="image-gallery__button-label">Next Image</span>

						<svg xmlns="http://www.w3.org/2000/svg" class="image-gallery__button-icon" viewBox="0 0 128 128"><path d="M96 64L32 0v128z"/></svg>
					</button></li>
			</ul>
		</header>

		<div class="image-gallery__slides">

			<figure class="image-gallery__slide" data-raw="{…}">
				<img src="{…}"
					 srcset="{…}"
					 sizes="{…}"
					 class="image-gallery__slide-image"
					 alt="{…}">

				<figcaption class="image-gallery__slide-caption">{…}</figcaption>
			</figure>

			{…}

		</div>

		<footer class="image-gallery__footer">
			<div class="image-gallery__meta">
				<div class="image-gallery__status">Image 1 of 8</div>

				<div class="image-gallery__download">
					<a href="@rawImageSrc" class="image-gallery__download-link" download>Download high-res image</a>
				</div>
			</div>

			<div class="image-gallery__full-gallery">
				<a href="{…}" class="button image-gallery__full-gallery-button" target="_blank" rel="noopener">View the Full Gallery</a>
			</div>
		</footer>
	</section>
	```
*/
.image-gallery {
  margin: 1.5rem 0;
  padding: 0;
}
@media screen and (min-width: 60em) {
  .image-gallery__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 60em) {
  .image-gallery__heading {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
.image-gallery__controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 60em) {
  .image-gallery__controls {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.image-gallery__controls--hidden {
  display: none;
}
.image-gallery__controls--buttons .image-gallery__button {
  cursor: default;
}
.image-gallery__button {
  position: relative;
}
.image-gallery__button--prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.image-gallery__button--next {
  margin-left: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.image-gallery__button-icon {
  position: relative;
  top: 0.1rem;
  width: 0.9rem !important;
  height: 0.9rem !important;
  fill: white;
  stroke: white;
}
.image-gallery__button-label {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}
.image-gallery__slides {
  position: relative;
  height: 0;
  margin: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.image-gallery__slide {
  position: relative;
  display: block !important;
  margin: 0;
  border: none;
  padding: 0;
}
.image-gallery__slide--current {
  z-index: 500;
}
.image-gallery__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.001) 30%, rgba(0, 0, 0, 0.8));
}
.image-gallery__slide-image {
  display: block;
  max-width: 100%;
}
.image-gallery--active {
  position: relative;
}
.image-gallery--active .image-gallery__slide {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  display: none;
  z-index: 200;
  transition: transform 0.6s ease-out;
  will-change: transform;
}
.image-gallery--active .image-gallery__slide--current {
  visibility: visible;
  transform: translateX(0);
}
.image-gallery--active .image-gallery__slide--next {
  transform: translateX(100%);
}
.image-gallery--active .image-gallery__slide--prev {
  transform: translateX(-100%);
}
.image-gallery--active .image-gallery__slide--in-transition {
  visibility: visible;
}
.image-gallery__slide-caption {
  position: absolute;
  bottom: 0;
  display: inline-block;
  margin: 0;
  border-radius: 0 0 0 0.5em;
  padding: 1.25rem;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
}
.image-gallery__footer {
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 1.25rem;
  background-color: #dce1e6;
}
@media screen and (min-width: 60em) {
  .image-gallery__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 60em) {
  .image-gallery__meta {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
.image-gallery__status {
  margin-bottom: 0.5rem;
}
.image-gallery__download-link {
  font-size: 0.8rem;
}
.image-gallery__full-gallery {
  padding-top: 1.5rem;
}
@media screen and (min-width: 60em) {
  .image-gallery__full-gallery {
    padding-top: 0;
    margin-left: 1.5rem;
  }
}
.welcome-area {
  background-color: #002855;
  background-image: linear-gradient(0deg, rgba(0, 10, 21, 0) 60%, #00162f 100%);
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 60em) {
  .welcome-area:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(0deg, #002855, rgba(0, 40, 85, 0) 50%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.05) 65%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0) 75%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0.05) 95%, rgba(255, 255, 255, 0) 95%);
    bottom: -12rem;
    right: 0;
    z-index: -1;
    opacity: 1;
  }
}
.welcome-area__content {
  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;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  margin: 0 auto;
  padding: 5rem 0 10rem 0;
}
@media screen and (min-width: 60em) {
  .welcome-area__content {
    grid-template-columns: 3.75% 1fr 5% 1fr 3.75%;
    padding: 5rem 0 12rem 0;
  }
}
@media screen and (min-width: 95em) {
  .welcome-area__content {
    grid-template-columns: 1fr 45rem 5rem 45rem 1fr;
    max-width: 88rem;
  }
  @supports (display: grid) {
    .welcome-area__content {
      max-width: none;
    }
  }
}
.welcome-area__video {
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  grid-column: 2;
  position: relative;
  display: flex;
}
@media screen and (min-width: 60em) {
  .welcome-area__video {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-right: 5%;
  }
  @supports (display: grid) {
    .welcome-area__video {
      margin-right: 0;
    }
  }
}
@media screen and (min-width: 95em) {
  .welcome-area__video {
    grid-column: 2;
  }
}
.welcome-area .link-list {
  color: white;
  margin: 1rem 0 0 0;
  padding-left: 0;
  list-style-type: none;
}
.welcome-area .link a {
  color: #ffc11e;
  padding: 0.25rem 0rem;
  margin: 0.25rem 0;
  font-size: 1.2rem;
  display: inline-block;
  transition: ease;
  transition-duration: 0.2s;
}
.welcome-area .link a:hover, .welcome-area .link a:focus {
  color: #ffd66b;
}
.welcome-area .program-callout.margin-top {
  margin-top: 3rem;
}
.welcome-area .program-callout p {
  color: white;
}

.welcome-area2 {
  background-color: #002855;
  background-image: linear-gradient(0deg, rgba(0, 10, 21, 0) 60%, #00162f 100%);
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 60em) {
  .welcome-area2:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100rem;
    height: calc(100% + 12rem);
    background-image: linear-gradient(0deg, rgba(0, 10, 21, 0) 60%, #00162f 100%), linear-gradient(180deg, #002855 25%, rgba(0, 40, 85, 0) 40%), linear-gradient(123.75deg, #002855 50%, rgba(0, 40, 85, 0) 70%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 82.5%, rgba(255, 255, 255, 0) 82.5%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0.15) 85%, rgba(255, 255, 255, 0.05) 97.5%, rgba(255, 255, 255, 0) 97.5%);
    bottom: -12rem;
    right: 0;
    z-index: -1;
    opacity: 1;
  }
}
@media screen and (min-width: 60em) {
  .welcome-area2:after {
    content: "";
    position: absolute;
    width: 115%;
    max-width: 100rem;
    height: 100%;
    background-image: url(http://cdn.hsc.wvu.edu/customdesigns/Pharmacy2021/_Common/Images/dianne-techwei.jpg);
    bottom: -8rem;
    right: -15%;
    z-index: -2;
    opacity: 0.5;
    filter: saturate(0) contrast(1.25);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
.welcome-area2__content {
  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;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  margin: 0 auto;
  padding: 5rem 0 10rem 0;
}
@media screen and (min-width: 60em) {
  .welcome-area2__content {
    grid-template-columns: 3.75% 1fr 5% 1fr 3.75%;
    padding: 5rem 0 12rem 0;
  }
}
@media screen and (min-width: 95em) {
  .welcome-area2__content {
    grid-template-columns: 1fr 45rem 5rem 45rem 1fr;
    max-width: 88rem;
  }
  @supports (display: grid) {
    .welcome-area2__content {
      max-width: none;
    }
  }
}
.welcome-area2__video {
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  grid-column: 2;
  position: relative;
  display: flex;
}
@media screen and (min-width: 60em) {
  .welcome-area2__video {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-right: 5%;
  }
  @supports (display: grid) {
    .welcome-area2__video {
      margin-right: 0;
    }
  }
}
@media screen and (min-width: 95em) {
  .welcome-area2__video {
    grid-column: 2;
  }
}
.welcome-area2 .link-list {
  color: white;
  margin: 1rem 0 0 0;
  padding-left: 0;
  list-style-type: none;
}
.welcome-area2 .link a {
  color: #ffc11e;
  padding: 0.25rem 0rem;
  margin: 0.25rem 0;
  font-size: 1.2rem;
  display: inline-block;
  transition: ease;
  transition-duration: 0.2s;
}
.welcome-area2 .link a:hover, .welcome-area2 .link a:focus {
  color: #ffd66b;
}

.introduction {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  grid-column: 2;
  grid-row: 2;
  margin: 2rem auto 4rem auto;
}
@media screen and (min-width: 60em) {
  .introduction {
    -webkit-flex-basis: calc(50% - 5rem);
    -moz-flex-basis: calc(50% - 5rem);
    -ms-flex-preferred-size: calc(50% - 5rem);
    flex-basis: calc(50% - 5rem);
    grid-column: 4;
    grid-row: 1;
    margin: 2rem 5rem 2rem 0;
    max-width: 38rem;
  }
  @supports (display: grid) {
    .introduction {
      margin-right: 0;
    }
  }
}
.introduction__background {
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  grid-column: 2;
  position: relative;
  display: flex;
}
@media screen and (min-width: 60em) {
  .introduction__background {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-right: 5%;
  }
  @supports (display: grid) {
    .introduction__background {
      margin-right: 0;
    }
  }
}
@media screen and (min-width: 95em) {
  .introduction__background {
    grid-column: 2;
  }
}
.introduction__background:after {
  content: "";
  position: absolute;
  width: 130%;
  height: 90%;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.15;
  background-image: linear-gradient(0deg, #002855, rgba(0, 40, 85, 0) 70%), url("../Images/InteractiveMapBG.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 60em) {
  .introduction__background:after {
    background-size: contain;
  }
}
@media screen and (min-width: 75em) {
  .introduction__background:after {
    background-size: cover;
  }
}
.introduction__statistic {
  font-size: 2.75rem;
  align-self: center;
  line-height: 1;
  color: #ffc11e;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-shadow: 0 0.063rem 0.125rem #001022;
}
@media screen and (min-width: 40.625em) {
  .introduction__statistic {
    line-height: 1.25;
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 60em) {
  .introduction__statistic {
    margin: 0 3rem;
  }
}
.introduction__header {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 3.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.introduction__header {
  font-size: 36px;
}
@media screen and (min-width: 1200px) {
  .introduction__header {
    font-size: calc(36px + 28 * ((100vw - 1200px) / 500));
  }
}
@media screen and (min-width: 1700px) {
  .introduction__header {
    font-size: 64px;
  }
}
.introduction__header .feature__highlight {
  color: #EAAA00;
}
.introduction__text {
  color: white;
  font-size: 1.25rem;
  text-shadow: 0 0.063rem 0.063rem #001022;
}
.introduction__text a {
  color: #9BD3DD;
}
.introduction__text a:hover, .introduction__text a:focus {
  color: #EAAA00;
}
.introduction__image {
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  grid-column: 1/span 2;
  border-top: 0.5rem solid #EAAA00;
}
@media screen and (min-width: 60em) {
  .introduction__image {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-right: 5%;
  }
  @supports (display: grid) {
    .introduction__image {
      margin-right: 0;
    }
  }
}
@media screen and (min-width: 95em) {
  .introduction__image {
    grid-column: 2;
  }
}
.introduction__link {
  color: #ffc11e;
  padding: 0.25rem 0rem;
  margin: 0.25rem 0;
  font-size: 1.2rem;
  display: inline-block;
  transition: ease;
  transition-duration: 0.2s;
}
.introduction__link:hover, .introduction__link:focus {
  color: #ffd66b;
  outline-color: white;
}

.facts {
  grid-column: 1/-1;
  grid-row: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
  padding: 5rem 0;
}
@media screen and (min-width: 60em) {
  .facts {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    grid-column: 2;
    grid-row: 2;
    margin-right: 5%;
  }
  @supports (display: grid) {
    .facts {
      margin-right: 0;
    }
  }
}
.facts::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  max-height: 40rem;
  left: -75%;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0) 35%, #eaaa00 35%, #ed8b00 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.05) 35%, rgba(255, 255, 255, 0.1) 52.5%, rgba(255, 255, 255, 0) 52.5%), linear-gradient(180deg, rgba(0, 40, 85, 0), #002855 80%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.13) 60%, rgba(255, 255, 255, 0) 60%);
  background-position: 0 1rem, -5rem 0, 0 0, 0 3rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 75em) {
  .facts::before {
    left: -75%;
  }
}
.js .facts::before {
  left: -60%;
}
@media screen and (min-width: 75em) {
  .js .facts::before {
    left: -50%;
  }
}
.facts__header {
  margin-top: 0;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  color: white;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.2);
  padding: 0 10% 1rem 10%;
  margin-bottom: 0;
  text-shadow: 0 0.063rem 0.125rem #002855;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .facts__header {
    padding: 0 0 1rem 0;
  }
}
.facts__content {
  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;
  max-width: 50rem;
  margin: 0 10%;
}
@media screen and (min-width: 60em) {
  .facts__content {
    margin: 0 0 0 15%;
  }
}
@media screen and (min-width: 75em) {
  .facts__content {
    margin-left: calc(25% + 3rem);
    max-width: 31.25em;
  }
}
.facts__list {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.facts__item {
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 2rem 10%;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-weight: lighter;
  color: white;
}
@media screen and (min-width: 60em) {
  .facts__item {
    padding: 2rem 0;
  }
}
.facts__item-text {
  font-size: 1.25rem;
  text-shadow: 0 0.063rem 0.125rem #002855;
}
.facts__item-text {
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .facts__item-text {
    font-size: calc(20px + 4 * ((100vw - 1200px) / 500));
  }
}
@media screen and (min-width: 1700px) {
  .facts__item-text {
    font-size: 24px;
  }
}
.facts__item-highlight {
  display: block;
  font-weight: bold;
  color: #EAAA00;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.facts__item-highlight {
  font-size: 36px;
}
@media screen and (min-width: 1200px) {
  .facts__item-highlight {
    font-size: calc(36px + 12 * ((100vw - 1200px) / 500));
  }
}
@media screen and (min-width: 1700px) {
  .facts__item-highlight {
    font-size: 48px;
  }
}
.facts__item-footnote {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 1rem;
}
.facts__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;
  width: 100%;
  padding: 0 10%;
}
@media screen and (min-width: 60em) {
  .facts__controls {
    padding: 0;
  }
}
.facts__button {
  list-style-type: none;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border: 0.063rem solid rgba(234, 170, 0, 0.6);
  cursor: pointer;
  margin-right: 0.25rem;
  border-radius: 100%;
}
.facts__button:focus {
  outline-color: white;
}
.facts__button--current {
  background-color: #EAAA00;
}
.facts__link {
  display: block;
  color: #EAAA00;
  text-align: right;
}
.facts__link:hover, .facts__link:focus {
  color: #ffc11e;
  outline-color: white;
}
.welcome-area2 .facts {
  grid-row: 1;
}

.main-content .fact-page__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fact-page__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fact-page__item-body {
  font-size: 1.15rem;
}
.fact-page__item-highlight {
  font-size: 2.5rem;
  display: block;
  color: #e35205;
}
.fact-page__item-footnote {
  font-size: 0.9rem;
  border-top: 1px solid rgba(44, 42, 41, 0.15);
  padding: 0.5rem;
}

.featured-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  overflow: hidden;
  grid-column: 2/span 2;
  grid-row: 4;
  position: relative;
  z-index: 1;
  min-height: 20rem;
  margin-left: 10%;
}
@supports (display: grid) {
  .featured-profile {
    margin-left: 0;
  }
}
@media screen and (min-width: 60em) {
  .featured-profile {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    grid-column: 4;
    grid-row: 2;
    margin: 4rem 0 0 0;
    height: auto;
    padding-bottom: 0;
    max-width: 41rem;
  }
}
.featured-profile__image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.featured-profile__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 0.25rem);
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.3) 50%);
  opacity: 1;
}
.featured-profile__image img {
  border-bottom: 0.25rem solid rgba(0, 34, 72, 0.1);
}
@media screen and (min-width: 60em) {
  .featured-profile__image img {
    max-width: none;
    width: 125%;
    height: 100%;
    bottom: 0;
  }
}
@media screen and (min-width: 87.5em) {
  .featured-profile__image img {
    width: 100%;
  }
}
.featured-profile__content {
  padding: 1rem 10% 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 43.75em) {
  .featured-profile__content {
    padding: 2rem 10% 2rem 2rem;
  }
}
.featured-profile__name {
  position: relative;
  color: #ffc11e;
  font-weight: bold;
  text-shadow: 0 0.125rem 0.25rem rgba(18, 17, 16, 0.5);
  text-decoration: none;
  margin-bottom: 0;
  font-size: 1.35rem;
  margin-bottom: 0.25rem;
  -webkit-transition: none;
  transition: none;
  padding-bottom: 0.5rem;
  font-size: 2rem;
}
.featured-profile__title {
  font-size: 1.25rem;
  padding-bottom: 1rem;
  position: relative;
  line-height: 1.25;
  min-height: 2.25rem;
  color: #FFF;
  text-shadow: 0 0.125rem 0.25rem rgba(18, 17, 16, 0.5);
  margin-top: 0;
  margin-bottom: 0;
}
.featured-profile__button {
  margin-bottom: 0;
  position: relative;
  font-size: 1rem;
}
.featured-profile__button:focus {
  outline-color: white;
}
.featured-profile__link {
  color: #ffc11e;
  padding: 0;
  margin: 0 1rem;
  font-size: 1.2rem;
  display: inline-block;
  transition: ease;
  transition-duration: 0.2s;
}
.featured-profile__link:hover, .featured-profile__link:focus {
  color: #ffd66b;
  outline-color: white;
}

.featured-profile2 {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: -10rem;
  position: relative;
  min-height: 75vw;
  padding: 3rem 10% 6rem 10%;
}
@media screen and (min-width: 60em) {
  .featured-profile2 {
    grid-row: 2;
    margin-bottom: -2rem;
    padding: 0;
    min-height: unset;
  }
}
.featured-profile2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 12rem);
  background-image: linear-gradient(180deg, #002855 0%, rgba(0, 40, 85, 0) 10%), linear-gradient(123.75deg, #002855 15%, rgba(0, 40, 85, 0) 70%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 82.5%, rgba(255, 255, 255, 0) 82.5%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0.15) 85%, rgba(255, 255, 255, 0.05) 97.5%, rgba(255, 255, 255, 0) 97.5%);
  bottom: -12rem;
  right: 0;
  z-index: -1;
  opacity: 1;
}
.featured-profile2:after {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  background-image: url(http://cdn.hsc.wvu.edu/customdesigns/Pharmacy2021/_Common/Images/dianne-techwei.jpg);
  bottom: 0;
  right: -25%;
  z-index: -2;
  opacity: 0.5;
  filter: saturate(0) contrast(1.25);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (min-width: 60em) {
  .featured-profile2 {
    grid-column: 4;
    grid-row: 1/3;
    margin-bottom: -8rem;
  }
  .featured-profile2:after, .featured-profile2:before {
    background-image: none;
  }
}
.featured-profile2__content {
  max-width: 30rem;
  padding: 8rem 0 2rem 0;
  margin-bottom: -3.5rem;
}
@media screen and (min-width: 43.75em) {
  .featured-profile2__content {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 60em) {
  .featured-profile2__content {
    padding: 0;
  }
}
.featured-profile2__name {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  color: #ffba05;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 1.75rem;
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 40.625em) {
  .featured-profile2__name {
    font-size: 2.25rem;
  }
}
.featured-profile2__title {
  font-size: 1.15rem;
  margin: 0.75rem 0;
  color: white;
  text-shadow: 0 0.063rem 0.125rem #001022;
}
@media screen and (min-width: 40.625em) {
  .featured-profile2__title {
    font-size: 1.25rem;
  }
}
.featured-profile2__button.button {
  outline-color: white;
}

.education-research-area {
  display: block;
  margin: -3rem auto 0 auto;
  width: 80%;
}
@media screen and (min-width: 43.75em) {
  .education-research-area {
    margin: -5rem auto 0 auto;
  }
}
@media screen and (min-width: 60em) {
  .education-research-area {
    width: 92.5%;
    display: grid;
    grid-template-columns: 3.75% 1fr 5% 1fr 3.75%;
    margin: -8rem auto 0 auto;
  }
  @supports (display: grid) {
    .education-research-area {
      width: 100%;
    }
  }
}
@media screen and (min-width: 95em) {
  .education-research-area {
    grid-template-columns: 1fr 5% 1fr;
    width: 88rem;
  }
}

.continuing-education2 {
  padding: 3rem;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  margin-bottom: 4rem;
  background-color: #0033A0;
  background-image: linear-gradient(180deg, rgba(0, 94, 184, 0.9) 30%, rgba(0, 94, 184, 0) 100%);
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 60em) {
  .continuing-education2 {
    width: 45%;
    margin-right: 5%;
    float: left;
    grid-column: span 2;
    grid-row: span 2;
  }
  @supports (display: grid) {
    .continuing-education2 {
      width: 100%;
      margin-right: 0;
    }
  }
}
@media screen and (min-width: 80em) {
  .continuing-education2 {
    grid-column: 2;
  }
}
@media screen and (min-width: 95em) {
  .continuing-education2 {
    grid-column: 1;
  }
}
.continuing-education2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%), url("../Images/FallCampusShot.jpg");
  background-position: center;
  background-size: cover;
  filter: saturate(0);
  z-index: -1;
  opacity: 0.15;
}
.continuing-education2__header {
  margin-top: 0;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: white;
  text-shadow: 0 0.063rem 0.125rem #002855;
  width: 100%;
}
.continuing-education2__text {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0.063rem 0.125rem #002855;
}
.continuing-education2__button:focus {
  outline-color: white;
}

.research-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 4rem;
}
@media screen and (min-width: 60em) {
  .research-link {
    width: 50%;
    float: right;
    margin-top: 2rem;
    grid-column: 4;
  }
  @supports (display: grid) {
    .research-link {
      width: 100%;
    }
  }
}
@media screen and (min-width: 95em) {
  .research-link {
    grid-column: 3;
    max-width: 37rem;
    margin-right: 7.5%;
  }
  @supports (display: grid) {
    .research-link {
      margin-right: 0;
    }
  }
}
.research-link__content {
  padding: 1rem 1.5rem;
  background-color: white;
  width: 100%;
  box-shadow: 0 0 0.125rem rgba(6, 40, 43, 0.2), 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  background-image: linear-gradient(180deg, rgba(0, 94, 184, 0) 60%, rgba(0, 94, 184, 0.1) 100%), url("../Images/R1_logo_just-logo.svg");
  background-repeat: no-repeat;
  background-position-x: 0, -0.5rem;
  background-position-y: 0, 0;
  padding-left: 40%;
  font-size: 0.85rem;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  transition: ease;
  transition-duration: 0.3s;
  color: #002855;
}
@media screen and (min-width: 36em) {
  .research-link__content {
    font-size: 1rem;
    padding: 2rem 2rem 2rem 40%;
  }
}
@media screen and (min-width: 43.75em) {
  .research-link__content {
    padding: 3rem 10% 3rem 40%;
  }
}
@media screen and (min-width: 60em) {
  .research-link__content {
    font-size: 0.85rem;
    padding: 1rem 1.5rem 1rem 40%;
  }
}
@media screen and (min-width: 68.75em) {
  .research-link__content {
    font-size: 1rem;
    padding: 2rem 2rem 2rem 40%;
  }
}
.research-link__content:before {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: -1.5rem;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(123.75deg, rgba(190, 58, 52, 0) 20%, #be3a34 20%, #be3a34 25%, rgba(190, 58, 52, 0) 25%), linear-gradient(123.75deg, rgba(155, 211, 221, 0) 60%, #9bd3dd 60%, #9bd3dd 65%, rgba(155, 211, 221, 0) 65%), linear-gradient(123.75deg, rgba(44, 42, 41, 0) 60%, #2c2a29 60%, #2c2a29 65%, rgba(44, 42, 41, 0) 65%), linear-gradient(123.75deg, rgba(234, 170, 0, 0) 85%, #eaaa00 85%, #eaaa00 100%, rgba(234, 170, 0, 0) 100%);
  background-position: -1rem 6.5rem, 4.325rem 6rem, 3.8rem 7rem, 0 0;
  background-repeat: no-repeat;
  z-index: 0;
  transform: translate(0, 0%);
  transform: translate(-3.5%, 15%);
  transition: ease-out;
  transition-duration: 0.5s;
}
@media screen and (min-width: 43.75em) {
  .research-link__content:before {
    left: 3rem;
    transform: translate(-5%, 25%);
  }
}
@media screen and (min-width: 60em) {
  .research-link__content:before {
    left: 2rem;
    transform: translate(-3.5%, 15%);
  }
}
.research-link__content:after {
  content: "";
  position: absolute;
  left: -10%;
  top: -5rem;
  width: 110%;
  height: 100%;
  background-image: linear-gradient(123.75deg, rgba(237, 139, 0, 0) 20%, #ed8b00 20%, #ed8b00 26%, rgba(237, 139, 0, 0) 26%), linear-gradient(123.75deg, rgba(44, 42, 41, 0) 20%, #2c2a29 20%, #2c2a29 26%, rgba(44, 42, 41, 0) 26%), linear-gradient(123.75deg, rgba(190, 58, 52, 0) 75%, #be3a34 75%, #be3a34 77.5%, rgba(190, 58, 52, 0) 77.5%), linear-gradient(123.75deg, rgba(237, 139, 0, 0) 75%, #ed8b00 75%, #ed8b00 80%, rgba(237, 139, 0, 0) 80%);
  background-position: -0.5rem -1.5rem, 0.3rem -2.5rem, 9.5rem -5rem, 7.5rem -4.5rem;
  background-repeat: no-repeat;
  z-index: 0;
  transform: translate(9.25%, -45%);
  transition: ease-out;
  transition-duration: 0.42s;
  transition-delay: 0.1s;
}
@media screen and (min-width: 43.75em) {
  .research-link__content:after {
    left: -15%;
  }
}
@media screen and (min-width: 60em) {
  .research-link__content:after {
    left: -10%;
  }
}
.research-link__highlight {
  display: inline-block;
  font-size: 1.25rem;
  width: 100%;
  padding-bottom: 0.75rem;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  color: #005EB8;
}
@media screen and (min-width: 43.75em) {
  .research-link__highlight {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 60em) {
  .research-link__highlight {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 77.5em) {
  .research-link__highlight {
    font-size: 1.5rem;
  }
}
.research-link:hover, .research-link:focus {
  z-index: 1;
  outline-color: #EAAA00;
}
.research-link:hover .research-link__content, .research-link:focus .research-link__content {
  background-position-y: 2rem, 0;
}
.research-link:hover .research-link__content:before, .research-link:focus .research-link__content:before {
  transform: translate(0, 0%);
}
@media screen and (min-width: 43.75em) {
  .research-link:hover .research-link__content:before, .research-link:focus .research-link__content:before {
    transform: translate(-3.5%, 15%);
  }
}
@media screen and (min-width: 60em) {
  .research-link:hover .research-link__content:before, .research-link:focus .research-link__content:before {
    transform: translate(0, 0%);
  }
}
.research-link:hover .research-link__content:after, .research-link:focus .research-link__content:after {
  transform: translate(0, 0%);
}
@media screen and (min-width: 43.75em) {
  .research-link:hover .research-link__content:after, .research-link:focus .research-link__content:after {
    transform: translate(5%, -15%);
  }
}
@media screen and (min-width: 60em) {
  .research-link:hover .research-link__content:after, .research-link:focus .research-link__content:after {
    transform: translate(0, 0%);
  }
}

.explore-morgantown {
  display: block;
  margin-bottom: 5rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.5);
  width: 100%;
  min-height: 20rem;
  background-color: #9c3a06;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 60em) {
  .explore-morgantown {
    width: 50%;
    float: right;
    grid-column: 4;
    grid-row: 2;
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .explore-morgantown {
      width: 100%;
    }
  }
}
@media screen and (min-width: 95em) {
  .explore-morgantown {
    grid-column: 3;
    max-width: 37rem;
    margin-right: 7.5%;
  }
  @supports (display: grid) {
    .explore-morgantown {
      margin-right: 0;
    }
  }
}
.explore-morgantown::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(123.75deg, rgba(0, 35, 109, 0.5), rgba(150, 46, 41, 0.5) 75%, rgba(205, 76, 8, 0) 75%);
  background-image: linear-gradient(123.75deg, rgba(0, 68, 133, 0.65), rgba(158, 114, 0, 0.65) 75%, rgba(234, 170, 0, 0) 75%);
  z-index: 0;
  opacity: 0;
  transition: ease;
  transition-duration: 0.2s;
}
.explore-morgantown__video {
  width: 100%;
  opacity: 0.85;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  object-fit: cover;
}
.explore-morgantown__video-wrapper {
  width: 100%;
  margin-bottom: -1rem;
}
.explore-morgantown__content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 3rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.explore-morgantown__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  top: 30%;
  left: 0;
  background-image: radial-gradient(ellipse at 50% 50%, rgba(44, 42, 41, 0.5) 30%, rgba(44, 42, 41, 0) 70%);
  background-size: cover;
  background-position: center 30%;
  filter: saturate(115%) contrast(115%);
  z-index: -1;
  opacity: 0.85;
}
.explore-morgantown__header {
  color: white;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  transition: ease;
  transition-duration: 0.3s;
  font-size: 2.5rem;
  text-align: center;
}
.explore-morgantown:hover, .explore-morgantown:focus {
  color: white;
}
.explore-morgantown:hover::after, .explore-morgantown:focus::after {
  left: 0%;
  opacity: 1;
}
.explore-morgantown:hover .explore-morgantown__video, .explore-morgantown:focus .explore-morgantown__video {
  filter: saturate(115%);
}

.explore-morgantown2 {
  display: block;
  margin-bottom: 5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.5);
  width: 100%;
  min-height: 15rem;
  background-color: #9c3a06;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 60em) {
  .explore-morgantown2 {
    width: 50%;
    float: right;
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .explore-morgantown2 {
      width: 100%;
    }
  }
}
@media screen and (min-width: 95em) {
  .explore-morgantown2 {
    grid-column: 1;
    max-width: 37rem;
    justify-self: flex-end;
  }
}
.explore-morgantown2::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(123.75deg, rgba(0, 35, 109, 0.5), rgba(150, 46, 41, 0.5) 75%, rgba(205, 76, 8, 0) 75%);
  background-image: linear-gradient(123.75deg, rgba(0, 68, 133, 0.65), rgba(158, 114, 0, 0.65) 75%, rgba(234, 170, 0, 0) 75%);
  z-index: 0;
  opacity: 0;
  transition: ease;
  transition-duration: 0.2s;
}
.explore-morgantown2__video {
  width: 100%;
  opacity: 0.85;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  object-fit: cover;
}
.explore-morgantown2__video-wrapper {
  width: 100%;
  margin-bottom: -1rem;
}
.explore-morgantown2__content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 3rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.explore-morgantown2__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  top: 30%;
  left: 0;
  background-image: radial-gradient(ellipse at 50% 50%, rgba(44, 42, 41, 0.5) 30%, rgba(44, 42, 41, 0) 70%);
  background-size: cover;
  background-position: center 30%;
  filter: saturate(115%) contrast(115%);
  z-index: -1;
  opacity: 0.85;
}
.explore-morgantown2__header {
  color: white;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  transition: ease;
  transition-duration: 0.3s;
  font-size: 2.5rem;
  text-align: center;
}
.explore-morgantown2:hover, .explore-morgantown2:focus {
  color: white;
}
.explore-morgantown2:hover::after, .explore-morgantown2:focus::after {
  left: 0%;
  opacity: 1;
}
.explore-morgantown2:hover .explore-morgantown__video, .explore-morgantown2:focus .explore-morgantown__video {
  filter: saturate(115%);
}

.give-news-area {
  display: block;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.give-news-area:before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100%;
  left: -100vw;
  top: 0;
  background-image: linear-gradient(180deg, rgba(162, 170, 173, 0) 4rem, rgba(162, 170, 173, 0.2) 4rem, rgba(162, 170, 173, 0) 80%);
}
@media screen and (min-width: 60em) {
  .give-news-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 92.5%;
    -moz-flex-basis: 92.5%;
    -ms-flex-preferred-size: 92.5%;
    flex-basis: 92.5%;
    display: grid;
    grid-template-columns: 3.75% 1fr 5% 1fr 3.75%;
    width: 100%;
    margin: 2rem auto;
  }
}
@media screen and (min-width: 90em) {
  .give-news-area {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    grid-template-columns: 1fr 5% 1fr;
    width: 76rem;
  }
}

.give {
  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-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: white;
  position: relative;
  padding: 2rem;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.2);
}
@media screen and (min-width: 60em) {
  .give {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    grid-column: 1/span 2;
    box-shadow: none;
  }
}
@media screen and (min-width: 77.5em) {
  .give {
    grid-column: 2;
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 90em) {
  .give {
    grid-column: 1;
  }
}
.give__header {
  width: 100%;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #CD4C08;
}
.give__content {
  min-width: unset;
  width: 100%;
  padding: 0;
  order: 2;
}
@media screen and (min-width: 37.5em) {
  .give__content {
    width: 60%;
    order: 0;
  }
}
.give__quote {
  margin: 0;
  padding: 0.5rem 0 1rem 0;
  font-size: 1.15rem;
  box-shadow: none;
  line-height: 1.5;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 46.875em) {
  .give__quote {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 60em) {
  .give__quote {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 85em) {
  .give__quote {
    font-size: 1.35rem;
  }
}
.give__quote::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: none;
  background-image: unset;
  box-shadow: none;
  background-color: white;
  background-image: linear-gradient(0deg, rgba(0, 94, 184, 0.25) 0.063rem, white 0.063rem);
  border-radius: 0;
  transform: skew(0);
}
.give__quote::after {
  display: none;
}
.give__title {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #464342;
  color: #002855;
  font-style: normal;
}
.give__name {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #005EB8;
}
.give__image {
  width: 100%;
  float: right;
  padding: 2rem 0;
  order: 1;
}
@media screen and (min-width: 37.5em) {
  .give__image {
    width: 40%;
    padding: 1rem 0 1rem 2rem;
    order: 0;
  }
}
.give__image img {
  border-top: 0.25rem solid #EAAA00;
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(6, 40, 43, 0.5);
  display: block;
  margin: auto;
  width: 100%;
  max-width: 12.5rem;
}
.give__image--landscape img {
  max-width: none;
}
.give__button-wrapper {
  margin-top: 1rem;
  order: 3;
}

.news-home {
  margin: 4rem 2rem;
  position: relative;
}
@media screen and (min-width: 60em) {
  .news-home {
    margin: 8rem 0 0 0;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    grid-column: 4;
    padding-left: 5%;
  }
  @supports (display: grid) {
    .news-home {
      padding-left: 0;
    }
  }
}
@media screen and (min-width: 90em) {
  .news-home {
    grid-column: 3;
    max-width: 35rem;
  }
}
.news-home__header {
  width: 100%;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 1.5rem;
  border-bottom: 0.063rem solid #d8dcdd;
}
.news-home__button-wrapper {
  margin-top: 1.5rem;
}
.news-home .news-story {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 0.063rem solid #d8dcdd;
}
.news-home .news-story__image {
  display: none;
}
.news-home .news-story__title {
  font-size: 1.35rem;
  margin: 1.5rem 0;
}

.program-area {
  background-color: #005EB8;
  background-image: radial-gradient(ellipse at 100% 0%, rgba(0, 51, 160, 0) 20%, rgba(0, 43, 135, 0.75) 100%), linear-gradient(180deg, #005EB8, #0033A0 60%);
  position: relative;
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.program-area__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.3;
  background-size: cover;
}
.program-area__bg-image img {
  filter: saturate(0) contrast(1.25);
  opacity: 0.2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.program-area__content {
  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;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 60em) {
  .program-area__content {
    grid-template-columns: 3.75% 1.1fr 5% 0.9fr 3.75%;
  }
}
@media screen and (min-width: 95em) {
  .program-area__content {
    grid-template-columns: 1fr 50rem 5rem 40rem 1fr;
    max-width: 88rem;
  }
  @supports (display: grid) {
    .program-area__content {
      max-width: none;
    }
  }
}
.program-area .selection-area {
  margin: -15rem auto auto auto;
  background-color: white;
  max-width: 60rem;
  position: relative;
  grid-column: 2;
}
.program-area .selection-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  background-color: #147c83;
  background-image: linear-gradient(90deg, rgba(0, 94, 184, 0.65), rgba(0, 94, 184, 0) 30%, rgba(0, 51, 160, 0) 55%, rgba(0, 51, 160, 0.5) 100%);
}
@media screen and (min-width: 60em) {
  .program-area .selection-area {
    margin: -12rem auto auto auto;
    grid-column: 2/5;
  }
}
@media screen and (min-width: 77.5em) {
  .program-area .selection-area {
    margin: -22rem auto auto auto;
  }
}
.program-area__programs.dark {
  grid-column: 2;
  background-color: transparent;
}
.program-area__programs.dark .module-header {
  color: #FFF;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 35, 109, 0.75);
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 4.5rem;
}
.program-area__programs.dark .title, .program-area__programs.dark .description {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 35, 109, 0.75);
}
.program-area__programs.dark .title {
  margin-top: 0;
  color: #ffc11e;
  font-size: 2.25rem;
}
.program-area__programs.dark .link {
  color: #ffc11e;
  padding: 0.25rem 0rem;
  margin: 0.25rem 0;
  font-size: 1.25rem;
  display: inline-block;
  transition: ease;
  transition-duration: 0.2s;
}
.program-area__programs.dark .link:hover, .program-area__programs.dark .link:focus {
  color: #ffd66b;
  outline-color: white;
}
.program-area__programs.dark p {
  color: white;
  font-size: 1.25rem;
}
.program-area__program {
  margin-top: 1rem;
}
.program-area__program-list {
  margin: 3rem 0;
}
.program-area .featured-profile {
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.program-area .featured-profiles__image {
  border-top: 0.5rem solid #EAAA00;
}
.program-area .featured-profile__name {
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.2;
}
.program-area .featured-profile__name span {
  display: block;
  font-size: 1.2rem;
  color: #9BD3DD;
}
.program-area .featured-profile__link {
  margin: 0;
}
.program-area__statistics {
  grid-column: 2;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 50em) {
  .program-area__statistics {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    grid-column-gap: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .program-area__statistics {
    grid-column: 2/5;
    grid-template-columns: 0.7fr 1.3fr;
  }
}
.program-area__statistics h2 {
  grid-column: -1/1;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 2.65rem;
  margin-bottom: 3rem;
  max-width: 60rem;
  margin-top: 0;
}
@media screen and (min-width: 50em) {
  .program-area__statistics h2 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 60em) {
  .program-area__statistics h2 {
    font-size: 3.65rem;
  }
}
.program-area__statistics h2 .highlight {
  color: #EAAA00;
}
.program-area__statistics .statistic {
  font-size: 1.45rem;
  color: white;
  line-height: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 3rem;
  align-items: center;
  margin: 1.5rem 0;
}
@media screen and (min-width: 40.625em) {
  .program-area__statistics .statistic {
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 50em) {
  .program-area__statistics .statistic {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 60em) {
  .program-area__statistics .statistic {
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 68.75em) {
  .program-area__statistics .statistic {
    font-size: 2rem;
  }
}
.program-area__statistics .statistic:not(:first-child) {
  padding-top: 1.5rem;
  position: relative;
  z-index: 0;
}
.program-area__statistics .statistic:not(:first-child):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 40, 85, 0) 5%, rgba(0, 40, 85, 0.5) 15%, rgba(0, 40, 85, 0.5) 85%, rgba(0, 40, 85, 0) 95%);
  background-image: linear-gradient(90deg, rgba(155, 211, 221, 0) 5%, rgba(155, 211, 221, 0.1) 5%, rgba(155, 211, 221, 0.3) 85%, rgba(155, 211, 221, 0) 95%);
}
.program-area__statistics .statistic-number {
  font-size: 5.5rem;
  color: #ffc11e;
}
.program-area__statistics .statistic-body {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 35, 109, 0.75);
}
.program-area__primary-stat {
  grid-column: 1;
  margin-bottom: 4rem;
}
@media screen and (min-width: 50em) {
  .program-area__primary-stat {
    margin-bottom: 0;
  }
}
.program-area__primary-stat .statistic {
  font-size: 2.5rem;
  display: block;
  margin-top: 1rem;
}
@media screen and (min-width: 37.5em) {
  .program-area__primary-stat .statistic {
    font-size: 2.65rem;
  }
}
@media screen and (min-width: 50em) {
  .program-area__primary-stat .statistic {
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 60em) {
  .program-area__primary-stat .statistic {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 87.5em) {
  .program-area__primary-stat .statistic {
    font-size: 3rem;
  }
}
.program-area__primary-stat .statistic-number {
  font-size: 9rem;
  display: block;
}
@media screen and (min-width: 37.5em) {
  .program-area__primary-stat .statistic-number {
    font-size: 12rem;
  }
}
@media screen and (min-width: 50em) {
  .program-area__primary-stat .statistic-number {
    font-size: 8rem;
  }
}
@media screen and (min-width: 60em) {
  .program-area__primary-stat .statistic-number {
    font-size: 10rem;
  }
}
@media screen and (min-width: 77.5em) {
  .program-area__primary-stat .statistic-number {
    font-size: 12rem;
  }
}
.program-area__primary-stat .statistic-body {
  margin-top: 2rem;
  display: block;
}
.program-area__secondary-stats {
  grid-column: 2;
}
.program-area .dark-blue--recessed {
  grid-column: 2/5;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 5rem;
  padding-bottom: 10rem;
  background-color: transparent;
  border: none;
  z-index: 0;
}
.program-area .dark-blue--recessed:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background-color: rgba(0, 35, 109, 0.55);
  border-top: 0.063rem solid rgba(0, 40, 85, 0.8);
  z-index: -1;
}
.program-area .dark-blue--recessed .primary-column {
  grid-column: 1;
}
.program-area .dark-blue--recessed .secondary-column {
  grid-column: 2;
}
.program-area .dark-blue--recessed h2 {
  color: white;
}
.program-area .dark-blue--recessed a {
  color: #ffc11e;
}
.program-area .dark-blue--recessed a:hover, .program-area .dark-blue--recessed a:focus {
  color: #eaaa00;
}

.dark-blue--recessed {
  border-width: 0.063rem 0 0 0;
  border-style: solid;
  border-color: rgba(0, 40, 85, 0.8);
  background-color: rgba(0, 35, 109, 0.55);
}

.module--gradient-gray {
  background-image: linear-gradient(180deg, rgba(162, 170, 173, 0.3), rgba(162, 170, 173, 0) 50%);
}

.faq-section h2 {
  margin-top: 0;
  color: #CD4C08;
}
.faq-section h3 {
  margin-top: 2rem;
}

.secondary-content {
  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;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 60em) {
  .secondary-content {
    grid-template-columns: 3.75% 1.1fr 5% 0.9fr 3.75%;
  }
}
@media screen and (min-width: 95em) {
  .secondary-content {
    grid-template-columns: 1fr 50rem 5rem 40rem 1fr;
    max-width: 88rem;
  }
  @supports (display: grid) {
    .secondary-content {
      max-width: none;
    }
  }
}
.secondary-content .primary-column {
  grid-column: 2;
}
.secondary-content .secondary-column {
  grid-column: 2;
}
@media screen and (min-width: 60em) {
  .secondary-content .secondary-column {
    grid-column: 4;
  }
}
.secondary-content .card__condensed-content {
  margin-top: -10rem;
  margin-bottom: 4rem;
  padding: 2rem;
  grid-column: 2;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .secondary-content .card__condensed-content {
    margin-bottom: 0;
  }
}
.secondary-content .condensed-content__link-list {
  padding: 0;
  margin: 0;
}
.secondary-content .condensed-content__link-list li {
  list-style-type: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.secondary-content .condensed-content__link-list li:not(:first-child) {
  border-top: 0.125rem solid rgba(0, 94, 184, 0.5);
}
.secondary-content .condensed-content__link-list li a {
  font-size: 1.25rem;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 1rem 1rem;
  margin: 0;
}
.secondary-content .condensed-content__link-list li a:hover, .secondary-content .condensed-content__link-list li a:focus {
  background-color: rgba(0, 94, 184, 0.15);
}
.secondary-content .page-title {
  margin-top: 0;
  margin-right: 0;
}

.profile-stat-combo {
  position: relative;
  z-index: 0;
  padding-bottom: 0;
}
.profile-stat-combo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%), linear-gradient(123.75deg, rgba(234, 170, 0, 0.3), rgba(237, 139, 0, 0.25) 15%, rgba(234, 170, 0, 0.1) 15%, rgba(234, 170, 0, 0.4) 35%, rgba(234, 170, 0, 0) 35%);
  z-index: -1;
}
.profile-stat-combo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.5;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 60%, rgba(234, 170, 0, 0.5) 100%), linear-gradient(123.75deg, rgba(234, 170, 0, 0) 50%, rgba(234, 170, 0, 0.3) 50%, rgba(255, 193, 30, 0.1) 60%, rgba(221, 161, 0, 0.3) 60%, rgba(234, 170, 0, 0.1) 75%, rgba(237, 139, 0, 0.3) 75%, rgba(237, 139, 0, 0) 100%);
}
.profile-stat-combo .profiles {
  display: grid;
  grid-template-columns: 1fr 12.5rem 5rem 5rem 5rem 12.5rem 35rem 1fr;
  grid-template-rows: 12.5rem auto 12.5rem auto auto;
}
.profile-stat-combo .profiles .profile-card {
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}
.profile-stat-combo .profiles .profile-card .profile-image__wrapper {
  margin: 0;
  width: 100%;
  max-height: 100%;
}
.profile-stat-combo .profiles .profile-card:nth-child(1) {
  grid-column: 2/5;
  grid-row: 1/3;
  position: relative;
}
.profile-stat-combo .profiles .profile-card:nth-child(2) {
  grid-column: 4/8;
  grid-row: 2/4;
  position: relative;
  max-height: 30.625em;
}
.profile-stat-combo .profiles .profile-card:nth-child(2) .profile-card__heading {
  margin-left: 5rem;
}
.profile-stat-combo .profiles .profile-card:nth-child(2) .profile-image__wrapper {
  width: 22.5rem;
}
.profile-stat-combo .profiles .profile-card:nth-child(3) {
  grid-column: 2/5;
  grid-row: 3/5;
  position: relative;
}
.profile-stat-combo .profiles .testimonial {
  grid-column: 7;
  grid-row: 1/5;
  margin-left: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.profile-stat-combo .profiles .testimonial p {
  font-size: 3rem;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
}
.profile-stat-combo .profiles .testimonial cite {
  color: #002855;
  font-style: normal;
  font-size: 1.25rem;
  width: 100%;
}
.profile-stat-combo .profiles .testimonial cite span {
  color: #005EB8;
  font-size: 1.5rem;
  display: block;
  border-top: 0.063rem solid rgba(0, 40, 85, 0.1);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.profile-stat-combo .profiles .more-profiles {
  -webkit-align-self: self-end;
  -moz-align-self: self-end;
  -ms-flex-item-align: self-end;
  align-self: self-end;
  grid-column: 5/7;
  grid-row: 4;
  background-color: #EAAA00;
  padding: 1.5rem 1.5rem 1.5rem 6.5rem;
  margin-left: -5rem;
  margin-right: 5rem;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  color: #002855;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.profile-stat-combo .stats {
  background-color: #EAAA00;
  display: grid;
  grid-template-columns: 1fr 35rem 30rem 1fr;
  grid-template-rows: auto;
  margin-top: 4rem;
  padding: 4rem 0;
}
.version2 .profile-stat-combo .stats {
  grid-template-columns: 1fr 40rem 25rem 1fr;
  padding-bottom: 0;
}
.profile-stat-combo .stats .stat-image {
  grid-column: 3/5;
  grid-row: 1;
  margin-top: -8rem;
}
.profile-stat-combo .stats .testimonial {
  grid-column: 3;
  grid-row: 1;
  padding: 3rem;
  position: relative;
  z-index: 0;
  box-shadow: 0 0.5rem 0.25rem -0.5rem rgba(212, 124, 0, 0.7);
}
.profile-stat-combo .stats .testimonial::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  background-image: linear-gradient(123.75deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.7) 80%), url("../Images/29325_S_0162_adj.jpg");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  filter: saturate(0) contrast(110%);
}
.profile-stat-combo .stats .testimonial p {
  font-size: 1.75rem;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
}
.profile-stat-combo .stats .testimonial p:first-child {
  margin-top: 0;
}
.profile-stat-combo .stats .testimonial cite {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  color: #615c5a;
}
.profile-stat-combo .stats .various-stats {
  grid-column: 2;
  grid-row: 1;
  margin-right: 4rem;
}
.profile-stat-combo .stats .various-stats p {
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
  text-shadow: 0 0.063rem 0.125rem #9c3a06;
}
.version2 .profile-stat-combo .stats .various-stats p:first-child {
  margin-top: 0;
}
.version2 .profile-stat-combo .stats .various-stats p {
  font-size: 2rem;
}
.version2 .profile-stat-combo .stats .various-stats p {
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .version2 .profile-stat-combo .stats .various-stats p {
    font-size: calc(18px + 14 * ((100vw - 1200px) / 600));
  }
}
@media screen and (min-width: 1800px) {
  .version2 .profile-stat-combo .stats .various-stats p {
    font-size: 32px;
  }
}
.profile-stat-combo .stats .various-stats p span {
  color: white;
  color: #002855;
  font-size: 3.25rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: normal;
  line-height: 1;
}
.version2 .profile-stat-combo .stats .various-stats p span {
  font-size: 4rem;
}
.version2 .profile-stat-combo .stats .various-stats p span {
  font-size: 40px;
}
@media screen and (min-width: 1200px) {
  .version2 .profile-stat-combo .stats .various-stats p span {
    font-size: calc(40px + 24 * ((100vw - 1200px) / 600));
  }
}
@media screen and (min-width: 1800px) {
  .version2 .profile-stat-combo .stats .various-stats p span {
    font-size: 64px;
  }
}
.profile-stat-combo .stats .various-stats .footnote {
  font-size: 1rem;
  color: #002855;
  text-shadow: none;
  border-top: 0.063rem solid rgba(186, 109, 0, 0.3);
  padding-top: 1rem;
}
.version2 .profile-stat-combo .stats .various-stats .footnote {
  font-size: 1.25rem;
}
.version2 .profile-stat-combo .stats .various-stats .footnote {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .version2 .profile-stat-combo .stats .various-stats .footnote {
    font-size: calc(16px + 2 * ((100vw - 1200px) / 600));
  }
}
@media screen and (min-width: 1800px) {
  .version2 .profile-stat-combo .stats .various-stats .footnote {
    font-size: 18px;
  }
}
.profile-stat-combo .trailing-stats {
  display: grid;
  grid-template-columns: 1fr 30rem 5rem 10rem 5rem 25rem 1fr;
  grid-template-rows: auto 5rem auto 5rem auto 5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.version2 .profile-stat-combo .trailing-stats {
  grid-template-rows: 5rem auto 5rem auto 5rem auto;
}
.profile-stat-combo .trailing-stats:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 94, 184, 0) 60%, rgba(0, 94, 184, 0.08) 100%), linear-gradient(180deg, #eaaa00, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.95) 95%);
  z-index: -1;
}
.profile-stat-combo .trailing-stats .trailing-stat {
  background-color: white;
  background-color: #005EB8;
  margin: 1rem;
  padding: 2rem;
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 0.25rem -0.5rem rgba(212, 124, 0, 0.4);
}
.version2 .profile-stat-combo .trailing-stats .trailing-stat {
  margin: 2rem;
}
.profile-stat-combo .trailing-stats .trailing-stat:nth-child(1) {
  grid-column: 2/4;
  grid-row: 1/3;
}
.profile-stat-combo .trailing-stats .trailing-stat:nth-child(2) {
  grid-column: 5/7;
  grid-row: 2/5;
}
.version2 .profile-stat-combo .trailing-stats .trailing-stat:nth-child(2) {
  grid-row: 2/4;
}
.profile-stat-combo .trailing-stats .trailing-stat:nth-child(3) {
  grid-column: 2/4;
  grid-row: 4/6;
  margin-right: -6rem;
  margin-left: 6rem;
  margin-bottom: 4rem;
}
.version2 .profile-stat-combo .trailing-stats .trailing-stat:nth-child(3) {
  grid-row: 3/6;
}
.profile-stat-combo .trailing-stats .trailing-stat p {
  width: 100%;
  color: white;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 1.5rem;
}
.version2 .profile-stat-combo .trailing-stats .trailing-stat p {
  font-size: 1.5rem;
}
.version2 .profile-stat-combo .trailing-stats .trailing-stat p {
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .version2 .profile-stat-combo .trailing-stats .trailing-stat p {
    font-size: calc(18px + 6 * ((100vw - 1200px) / 600));
  }
}
@media screen and (min-width: 1800px) {
  .version2 .profile-stat-combo .trailing-stats .trailing-stat p {
    font-size: 24px;
  }
}
.profile-stat-combo .trailing-stats .trailing-stat p span {
  color: white;
  font-size: 3.25rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
}
.version2 .profile-stat-combo .trailing-stats .trailing-stat p span {
  font-size: 3.25rem;
}
.version2 .profile-stat-combo .trailing-stats .trailing-stat p span {
  font-size: 32px;
}
@media screen and (min-width: 1200px) {
  .version2 .profile-stat-combo .trailing-stats .trailing-stat p span {
    font-size: calc(32px + 20 * ((100vw - 1200px) / 600));
  }
}
@media screen and (min-width: 1800px) {
  .version2 .profile-stat-combo .trailing-stats .trailing-stat p span {
    font-size: 52px;
  }
}
.profile-stat-combo .trailing-stats .trailing-stat .footnote {
  font-size: 1rem;
  border-top: 0.063rem solid rgba(0, 40, 85, 0.25);
  padding-top: 1rem;
}
.profile-stat-combo .trailing-stats-link {
  grid-column: 3/6;
  grid-row: 6;
  text-align: center;
}
.profile-stat-combo .trailing-stats-link a {
  background-color: #EAAA00;
  padding: 1.5rem 2rem;
  display: inline-block;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5rem;
  color: #002855;
}

.profile-stat .selection-area {
  border-top: 1px solid rgba(0, 40, 85, 0.05);
  background-color: white;
  position: relative;
  z-index: 0;
  overflow: initial;
}
.profile-stat .selection-area:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: -1.5rem;
  left: 10%;
  background-image: linear-gradient(0deg, white, white 100%), radial-gradient(ellipse at 50% 50%, rgba(0, 40, 85, 0.5) 30%, rgba(0, 40, 85, 0) 70%);
  background-position: 0 1.5rem, 0 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.academic-programs {
  padding-bottom: 8rem;
  background-image: linear-gradient(0deg, #004485 0%, #002855 50%);
}
.academic-programs__header {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
}
@media screen and (min-width: 38em) {
  .academic-programs__header {
    font-size: 3.5rem;
  }
}

.students__sections {
  margin: -4rem auto 4rem auto;
  width: 92.5%;
  max-width: 75rem;
  display: table;
}
.students__section {
  float: left;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .students__section--left {
    width: 60%;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 60em) {
  .students__section--right {
    width: 40%;
  }
}
.students__section .main-content {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 68.75em) {
  .students__section .main-content {
    width: 100%;
  }
}
.students__section .main-content h2 {
  margin-top: 0;
}
.students__section .profile {
  max-width: 35rem;
  width: calc(100% - 6rem);
  margin: -8rem auto 0 auto;
}
@media screen and (min-width: 60em) {
  .students__section .profile {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
.students__section .profile .testimonial {
  padding: 2rem;
}
.students__section .profile .testimonial .card-image {
  z-index: 0;
  position: relative;
}

.other-programs {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  background-color: #0033A0;
  padding: 3rem;
  border-radius: 0.3rem;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.5);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 60em) {
  .other-programs {
    max-width: none;
    margin: 0;
  }
}
.other-programs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  border-radius: 0.3rem;
  background-image: linear-gradient(180deg, #0685ff 25%, rgba(0, 120, 235, 0.5) 100%);
}
.other-programs__content {
  position: relative;
  z-index: 1;
}
.other-programs__header {
  color: white;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
}
@media screen and (min-width: 35em) {
  .other-programs__header {
    font-size: 3rem;
  }
}
.other-programs__button-list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.other-programs__button {
  width: 100%;
  margin: 1rem 0;
}

.steps {
  margin: -3rem -3.75% 4rem -3.75%;
  padding: 6rem calc(3rem + 3.75%) 8rem calc(3rem + 3.75%);
  background-color: white;
  background-color: #c4c9cb;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 60em) {
  .steps {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    padding: 3rem;
    margin: 0 0 4rem 0;
    border-radius: 0.3rem;
    box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  }
}
.steps:before {
  content: "";
  position: absolute;
  width: 105%;
  height: 105%;
  top: -0.063rem;
  left: -0.063rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.5) 100%), url("../Images/new-pattern-white.svg");
  background-size: cover;
  z-index: -1;
}
.steps__header {
  margin-top: 0rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
}
@media screen and (min-width: 35em) {
  .steps__header {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 60em) {
  .steps__header {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 68em) {
  .steps__header {
    font-size: 2.25rem;
  }
}
.steps__content {
  max-width: 35rem;
  margin: 0 auto;
}
.steps__text {
  font-size: 1.15rem;
  color: #393735;
}
@media screen and (min-width: 60em) {
  .steps__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 68em) {
  .steps__text {
    font-size: 1.15rem;
  }
}

.welcome-week__card {
  border-radius: 0 0 0.3rem 0.3rem;
  margin: 0 1rem 2rem 1rem;
}
@media screen and (min-width: 46.875em) {
  .welcome-week__card {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 75em) {
  .welcome-week__card {
    width: calc(33.3% - 2rem);
  }
}
.welcome-week__card-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-top: 0.5rem solid #EAAA00;
  overflow: hidden;
}
.welcome-week__card-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20rem;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, white 20%, rgba(255, 255, 255, 0) 90%), linear-gradient(123.75deg, rgba(0, 94, 184, 0) 55%, rgba(0, 94, 184, 0.06) 55%, rgba(0, 94, 184, 0.005) 75%, rgba(0, 94, 184, 0) 75%), linear-gradient(180deg, white 30%, rgba(255, 255, 255, 0) 90%), linear-gradient(123.75deg, rgba(0, 94, 184, 0) 75%, rgba(0, 94, 184, 0.035) 75%, rgba(0, 94, 184, 0.005) 100%);
  z-index: -1;
  opacity: 0;
  transform: translateY(2rem);
  transition: ease;
  transition-duration: 0.6s;
}
.welcome-week__card-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 94, 184, 0.07);
  z-index: -1;
  opacity: 0;
  transition: ease;
  transition-duration: 0.4s;
}
.welcome-week__card-link:hover, .welcome-week__card-link:focus {
  border-top-color: #ffc838;
}
.welcome-week__card-link:hover:before, .welcome-week__card-link:focus:before {
  opacity: 1;
  transform: translateY(0rem);
}
.welcome-week__card-link:hover:after, .welcome-week__card-link:focus:after {
  opacity: 1;
}
.welcome-week__card-link:hover .welcome-week__card-image, .welcome-week__card-link:focus .welcome-week__card-image {
  border-top-color: #ffc838;
}
.welcome-week__card-image {
  transition: ease;
  transition-duration: 0.4s;
}
.welcome-week__card-text {
  padding: 1rem 1.5rem;
}
.welcome-week__card-heading {
  margin: 0.5rem 0 1.5rem 0;
}
.welcome-week__card-summary {
  font-size: 1.2rem;
}
.welcome-week__card-wrapper {
  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;
  width: calc(100% + 2rem);
  margin: 2rem -1rem 0 -1rem;
}
.welcome-week__card-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0 1rem 2rem 1rem;
}
@media screen and (min-width: 75em) {
  .welcome-week__card-list {
    width: calc(33.3% - 2rem);
  }
}
.welcome-week__card-list .card {
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
}
.welcome-week__card-list .card:not(:last-child) {
  border-radius: 0;
}
.welcome-week__card-list .card:not(:first-child) .welcome-week__card-link {
  border-radius: 0;
  border-top: 0.063rem solid #EAAA00;
}
.welcome-week__card-list .card .welcome-week__card-link {
  color: #004ca2;
}
.welcome-week__card-list .card .welcome-week__card-summary {
  color: #464342;
}
.welcome-week__events-wellbeing .content-layout .two-column {
  display: grid;
  grid-gap: 3rem;
  /*
  &:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.063rem;
      top: 0;
      left: 0;
      background-image: linear-gradient(90deg, rgba($pms-300-c, 0) 0%, rgba($pms-300-c, 1) 15%, rgba($pms-300-c, 1) 85%, rgba($pms-300-c, 0) 100%);
  }

  &:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.063rem;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(90deg, rgba(darken($wvu-blue, 2.5%), 0) 0%, rgba(darken($wvu-blue, 2.5%), 1) 15%, rgba(darken($wvu-blue, 2.5%), 1) 85%, rgba(darken($wvu-blue, 2.5%), 0) 100%);
  }
      */
}
@media screen and (min-width: 60em) {
  .welcome-week__events-wellbeing .content-layout .two-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 87.5em) {
  .welcome-week__events-wellbeing .content-layout .two-column {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
.welcome-week__events-wellbeing--eighties {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.welcome-week__events-wellbeing--eighties .background--80s {
  position: absolute;
  width: 100%;
  top: 0rem;
  height: 100%;
  object-fit: cover;
  left: 0;
  overflow: hidden;
  background-repeat: repeat-y;
  opacity: 0.4;
}
.welcome-week__events-wellbeing--eighties .background--80s:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #002855, rgba(0, 40, 85, 0) 8rem, rgba(0, 40, 85, 0) calc(100% - 8rem), #002855 100%);
}
.welcome-week__events-wellbeing--eighties .background--80s .xs {
  animation-direction: normal;
  animation-duration: 1s;
  animation-delay: 0.25s;
  animation-fill-mode: both;
  animation-name: xs;
}
.welcome-week__events-wellbeing--eighties .background--80s .triangles {
  animation-direction: normal;
  animation-duration: 1.1s;
  animation-delay: 0.25s;
  animation-fill-mode: both;
  animation-name: triangles;
}
.welcome-week__events-wellbeing--eighties .background--80s .swirls {
  animation-direction: normal;
  animation-duration: 1.2s;
  animation-delay: 0.25s;
  animation-fill-mode: both;
  animation-name: swirls;
}
.welcome-week__events-wellbeing--eighties .background--80s .sine-waves {
  animation-direction: normal;
  animation-duration: 1.35s;
  animation-delay: 0.25s;
  animation-fill-mode: both;
  animation-name: sine-waves;
}
.welcome-week__events-wellbeing--eighties .welcome-week__events {
  background-color: rgba(0, 68, 133, 0.8);
  margin: 0 -3rem;
  padding: 3rem;
  position: relative;
}
@media screen and (min-width: 60em) {
  .welcome-week__events-wellbeing--eighties .welcome-week__events {
    margin: 0 0 0 -3rem;
  }
}
.welcome-week__events-wellbeing--eighties .welcome-week__events:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 94, 184, 0) 0%, #005eb8 15%, #005eb8 85%, rgba(0, 94, 184, 0) 100%);
}
.welcome-week__events-wellbeing--eighties .welcome-week__events:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 34, 72, 0) 0%, #002248 15%, #002248 85%, rgba(0, 34, 72, 0) 100%);
}
.welcome-week__events-wellbeing--eighties .welcome-week__events .link {
  display: block;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 40.625em) {
  .welcome-week__events-wellbeing--eighties .welcome-week__events .link {
    display: inline-block;
    margin-bottom: 0;
  }
  .welcome-week__events-wellbeing--eighties .welcome-week__events .link:not(:last-child) {
    border-right: 0.063rem solid white;
  }
}
@media screen and (min-width: 60em) {
  .welcome-week__events-wellbeing--eighties .welcome-week__events .link {
    display: block;
    margin-bottom: 0.75rem;
  }
  .welcome-week__events-wellbeing--eighties .welcome-week__events .link:not(:last-child) {
    border-right: none;
  }
}
@media screen and (min-width: 75em) {
  .welcome-week__events-wellbeing--eighties .welcome-week__events .link {
    display: inline-block;
    margin-bottom: 0;
  }
  .welcome-week__events-wellbeing--eighties .welcome-week__events .link:not(:last-child) {
    border-right: 0.063rem solid white;
  }
}
.welcome-week__events-wellbeing--eighties .welcome-week__wellbeing-content {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 -3rem;
  padding: 3rem;
  position: relative;
}
@media screen and (min-width: 60em) {
  .welcome-week__events-wellbeing--eighties .welcome-week__wellbeing-content {
    margin: 0 -3rem 0 0;
  }
}
.welcome-week__events-wellbeing--eighties .welcome-week__wellbeing-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 15%, white 85%, rgba(255, 255, 255, 0) 100%);
}
.welcome-week__events-wellbeing--eighties .welcome-week__wellbeing-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 34, 72, 0) 0%, #002248 15%, #002248 85%, rgba(0, 34, 72, 0) 100%);
}
.welcome-week__events-wellbeing--eighties .welcome-week__wellbeing-content p {
  color: #2C2A29;
}
.welcome-week__events-wellbeing--eighties .welcome-week__wellbeing-content .link {
  color: #005EB8;
}
.welcome-week__events-wellbeing--eighties .welcome-week__wellbeing-content .link:hover, .welcome-week__events-wellbeing--eighties .welcome-week__wellbeing-content .link:focus {
  color: #0033A0;
}
@media screen and (min-width: 40.625em) {
  .welcome-week__events-wellbeing--eighties .welcome-week__wellbeing-content .link:not(:last-child) {
    border-right: 0.063rem solid #A2AAAD;
  }
}
.welcome-week__events-heading, .welcome-week__wellbeing-heading {
  font-size: 3rem;
  margin-top: 0;
}
.welcome-week__events-content p, .welcome-week__wellbeing-content p {
  color: white;
  font-size: 1.5rem;
}
.welcome-week__events-content .link, .welcome-week__wellbeing-content .link {
  color: #ffc838;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.75rem;
}
.welcome-week__events-content .link:hover, .welcome-week__events-content .link:focus, .welcome-week__wellbeing-content .link:hover, .welcome-week__wellbeing-content .link:focus {
  color: #EAAA00;
}
@media screen and (min-width: 40.625em) {
  .welcome-week__events-content .link, .welcome-week__wellbeing-content .link {
    display: inline-block;
    margin-bottom: 0;
  }
  .welcome-week__events-content .link:not(:last-child), .welcome-week__wellbeing-content .link:not(:last-child) {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }
}

.prepare .xs, .prepare .triangles, .prepare .swirls, .prepare .sine-waves {
  animation-play-state: paused;
}

.in-view .xs, .in-view .triangles, .in-view .swirls, .in-view .sine-waves {
  animation: ease-in;
  animation-play-state: running;
}

.welcome-week__feature-heading {
  font-size: 6rem;
  margin-top: 0;
  margin-bottom: 3rem;
}
.welcome-week__feature-content {
  max-width: 50rem;
}
.welcome-week__feature-content p {
  font-size: 2rem;
  color: white;
}

.welcome-week__introduction-heading {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 3.25rem;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 53.125em) {
  .welcome-week__introduction-heading {
    font-size: 4rem;
  }
}

.welcome-week__resources {
  position: relative;
}
.welcome-week__resources:before {
  content: "";
  position: absolute;
  height: 0.25rem;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(270deg, #004382 10%, #0057ab 50%);
}
.welcome-week__resources:after {
  content: "";
  position: absolute;
  height: 0.25rem;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #004382 10%, #0057ab 50%);
}
.welcome-week__resources-heading {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 2.75rem;
  color: #ffc11e;
  text-transform: uppercase;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 35, 109, 0.75);
  margin: 0;
}
@media screen and (min-width: 53.125em) {
  .welcome-week__resources-heading {
    font-size: 3.5rem;
  }
}
.welcome-week__resources-blurb {
  font-size: 1.5rem;
  color: white;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 35, 109, 0.75);
}
.welcome-week__resources .card {
  border-width: 0;
}
.welcome-week__resources .welcome-week__card-link:focus {
  outline-color: white;
}

.prt-status {
  width: 4.5rem;
}
@media screen and (min-width: 25em) {
  .prt-status {
    float: right;
    margin-left: 0.5rem;
  }
}
.prt-status--running {
  animation: prtRunning 2s linear infinite normal;
}

@keyframes prtRunning {
  35%, 55%, 75% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(2.5deg);
  }
  65% {
    transform: rotate(-2.5deg);
  }
}
.welcome-week__explore {
  position: relative;
  overflow: hidden;
  background-color: #2C2A29;
}
.welcome-week__explore:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(123.75deg, rgba(0, 27, 84, 0.4), rgba(158, 114, 0, 0.45) 90%);
  z-index: 1;
}

.explore__video {
  position: absolute;
  opacity: 1;
  filter: saturate(125%);
}
@media screen and (min-width: 64em) {
  .explore__video {
    width: 100%;
  }
}
.explore__video-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25));
  position: absolute;
  z-index: 2;
  right: 0;
}
.explore__video-button:before {
  background-image: linear-gradient(123.75deg, rgba(0, 0, 0, 0.2) calc(100% - 3rem), rgba(0, 0, 0, 0.13) calc(100% - 3rem), rgba(0, 0, 0, 0.2) calc(100% - 2rem), transparent calc(100% - 2rem));
}
.explore__video-button:hover, .explore__video-button:focus {
  color: #ffc11e;
}
.explore__video-button:focus {
  outline-color: white;
}
.explore__video-button[hidden] {
  display: none;
}
.explore__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 50rem;
  margin: 2.5rem auto;
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: 30rem;
}
.explore__heading {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  margin: 5rem 0 0 0;
  font-size: 3rem;
  color: #ffc11e;
  text-transform: uppercase;
  text-shadow: 0 0.125rem 0.25rem rgba(44, 42, 41, 0.85);
}
@media screen and (min-width: 43.75em) {
  .explore__heading {
    font-size: 3.75rem;
    margin: 2rem 0 0 0;
  }
}
.explore__summary {
  color: white;
  margin: 2rem 0;
  font-size: 1.5rem;
  text-shadow: 0 0.125rem 0.25rem rgba(44, 42, 41, 0.9);
}

.welcome-week__bookmarks .content-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;
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 43.75em) {
  .welcome-week__bookmarks .content-layout {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 64em) {
  .welcome-week__bookmarks .content-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 43.75em) {
  .welcome-week__bookmarks-intro {
    grid-column: span 2;
    -webkit-flex-basis: 66%;
    -moz-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}
.welcome-week__bookmarks-heading {
  margin-top: 0;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 2.25rem;
  text-transform: uppercase;
}
@media screen and (min-width: 53.125em) {
  .welcome-week__bookmarks-heading {
    font-size: 2.75rem;
  }
}
.welcome-week__bookmarks-summary {
  font-size: 1.45rem;
}
@supports (display: grid) {
  .welcome-week__bookmarks .card {
    width: 100%;
    margin: 0;
  }
}

.welcome-week__connect .iconic-social {
  width: 50%;
  height: 50%;
}

@keyframes xs {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  50% {
    opacity: 0.75;
    transform: translateY(-5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes triangles {
  0% {
    opacity: 0;
    transform: translateY(-7.5rem);
  }
  50% {
    opacity: 0.75;
    transform: translateY(-3.75rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes swirls {
  0% {
    opacity: 0;
    transform: translateY(-5rem);
  }
  50% {
    opacity: 0.75;
    transform: translateY(-2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sine-waves {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  50% {
    opacity: 0.75;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.graduate-map {
  width: 100%;
}
.graduate-map__listings {
  max-width: 50rem;
  margin: 0 auto 4rem auto;
  text-align: center;
}
.graduate-map__value {
  color: white;
  font-size: 1.35rem;
  margin: 0.5rem 0 0 0;
}
.graduate-map__state {
  /*Need this because of match day map js*/
}
.graduate-map__state-path {
  stroke: #464342;
  fill: #d0d7dd;
}
.graduate-map__state-label {
  fill: #464342;
  font-size: 0.9rem;
}
.graduate-map__state--has-match {
  cursor: pointer;
}
.graduate-map__state--has-match .graduate-map__state-path {
  fill: #147c83;
}
.graduate-map__state--has-match .graduate-map__state-label {
  fill: white;
  text-shadow: 0 0.08rem 0.125rem rgba(3, 19, 20, 0.75);
}
.graduate-map__state--has-match:hover, .graduate-map__state--has-match:focus {
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
.graduate-map__state--has-match:hover .graduate-map__state-path, .graduate-map__state--has-match:focus .graduate-map__state-path {
  fill: #199ba5;
}
.graduate-map__state--has-match:hover .graduate-map__state-label, .graduate-map__state--has-match:focus .graduate-map__state-label {
  text-shadow: 0 0.08rem 0.125rem rgba(0, 0, 0, 0.75);
}
.graduate-map__state--has-match.match-day-map__state--current .graduate-map__state-path {
  fill: #EAAA00;
}
.graduate-map__state--has-match.match-day-map__state--current .graduate-map__state-label {
  fill: #002855;
  text-shadow: none;
}
.graduate-map__state--has-match.match-day-map__state--current:hover .graduate-map__state-path, .graduate-map__state--has-match.match-day-map__state--current:focus .graduate-map__state-path {
  fill: #ffc11e;
}
.graduate-map__state--has-match.match-day-map__state--current:hover .graduate-map__state-label, .graduate-map__state--has-match.match-day-map__state--current:focus .graduate-map__state-label {
  text-shadow: none;
}
.graduate-map__active-state-list {
  list-style-type: none;
  padding-left: 0;
  margin: 4rem 0 2rem 0;
}
.graduate-map__active-state-item {
  text-align: left;
}
.graduate-map__active-state-name .graduate-map__value {
  color: #ffc11e;
  margin-bottom: 0.75em;
  line-height: 1em;
  font-weight: normal;
  font-size: 1.65rem;
}
@media screen and (min-width: 20em) {
  .graduate-map__active-state-name .graduate-map__value {
    font-size: 26px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  .graduate-map__active-state-name .graduate-map__value {
    font-size: calc(26px + 6 * ((100vw - 320px) / 479));
  }
}
@media screen and (min-width: 20em) and (min-width: 799px) {
  .graduate-map__active-state-name .graduate-map__value {
    font-size: 32px;
  }
}
@media screen and (min-width: 50em) {
  .graduate-map__active-state-name .graduate-map__value {
    font-size: 2rem;
  }
}
.graduate-map__search-wrapper {
  width: 100%;
  display: grid;
  justify-content: center;
  margin-top: 4rem;
}

.page-content--graduate-map {
  display: block;
}

.R1-research-hp {
  position: relative;
  z-index: 0;
}
.R1-research-hp:before {
  content: "";
  position: absolute;
  right: 0;
  top: -17rem;
  width: 110%;
  height: 60%;
  background-position: 0 0, -8rem 0, 7rem -5rem, 9rem -12rem, 0 -9rem;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
.R1-research-hp:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110%;
  height: 60%;
  background-position: 0 0, -4rem 6rem, -11rem 9.5rem, -6rem 9rem, -9rem 13rem, 0 0;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (min-width: 43.75em) {
  .R1-research-hp:before {
    top: -15rem;
  }
}
@media screen and (min-width: 60em) {
  .R1-research-hp:before {
    top: -7rem;
  }
}
.R1-research-hp__background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.R1-research-hp__background .slash {
  transform: skewX(-33.75deg);
  position: absolute;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.R1-research-hp__background .slash-1, .R1-research-hp__background .slash-2, .R1-research-hp__background .slash-3, .R1-research-hp__background .slash-4, .R1-research-hp__background .slash-5 {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), white 100%);
  animation-name: slash-bob;
}
.R1-research-hp__background .slash-6, .R1-research-hp__background .slash-7, .R1-research-hp__background .slash-8, .R1-research-hp__background .slash-9 {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), white 100%);
}
.R1-research-hp__background .slash-1 {
  width: 6rem;
  width: 8%;
  height: 12rem;
  bottom: 0;
  animation-delay: 0;
  animation-duration: 12s;
}
.R1-research-hp__background .slash-2 {
  width: 6rem;
  width: 8%;
  height: 8.5rem;
  bottom: 0;
  left: 1rem;
  animation-delay: 0.2s;
  animation-duration: 10s;
}
.R1-research-hp__background .slash-3 {
  width: 11rem;
  width: 13%;
  height: 8rem;
  bottom: 0;
  left: 33%;
  animation-delay: 0.1s;
  animation-duration: 7s;
}
.R1-research-hp__background .slash-4 {
  width: 7.5rem;
  width: 9%;
  height: 11rem;
  bottom: 0;
  left: 47.75%;
  animation-delay: 0.15s;
  animation-duration: 9s;
}
.R1-research-hp__background .slash-5 {
  width: 11rem;
  width: 14%;
  height: 13rem;
  bottom: 0;
  left: 93%;
  animation-name: slash-bob slash-move-5;
  animation-delay: 0.07s 0;
  animation-duration: 13s 5s;
}
.R1-research-hp__background .slash-6 {
  width: 8rem;
  width: 9.5%;
  height: 11rem;
  top: 0;
  left: 86%;
}
.R1-research-hp__background .slash-7 {
  width: 5rem;
  width: 6%;
  height: 8rem;
  top: 0;
  left: 83%;
}
.R1-research-hp__background .slash-8 {
  width: 13rem;
  width: 16%;
  height: 13rem;
  top: 0;
  left: 46%;
}
.R1-research-hp__background .slash-9 {
  width: 10rem;
  width: 12.5%;
  height: 23rem;
  top: 0;
  left: -10%;
}
.R1-research-hp__background .slash--red {
  background-color: #BE3A34;
}
.R1-research-hp__background .slash--orange {
  background-color: #ED8B00;
}
.R1-research-hp__background .slash--yellow {
  background-color: #EAAA00;
}
.R1-research-hp__background .slash--blue {
  background-color: #9BD3DD;
}
.R1-research-hp__wrapper {
  display: grid;
  grid-template-columns: minmax(3.75%, auto) 1fr minmax(3.75%, auto);
  align-items: center;
}
@media screen and (min-width: 37.5em) {
  .R1-research-hp__wrapper {
    grid-template-columns: minmax(3.75%, auto) minmax(auto, 40rem) 5% minmax(auto, 25rem) minmax(3.75%, auto);
  }
}
.R1-research-hp__content {
  grid-column: 2;
  grid-row: 2;
  max-width: 40rem;
  margin: auto 0 auto auto;
  padding: 4rem 0;
  position: relative;
  z-index: 0;
}
.R1-research-hp__content:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  left: -25%;
  top: -25%;
  background-image: radial-gradient(ellipse at 50% 50%, white, rgba(255, 255, 255, 0) 80%);
  z-index: -1;
}
@media screen and (min-width: 37.5em) {
  .R1-research-hp__content {
    grid-row: 1;
    padding: 0 0 4rem 0;
  }
}
@media screen and (min-width: 77.5em) {
  .R1-research-hp__content {
    padding: 4rem 0;
  }
}
.R1-research-hp__content h2 {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 50em) {
  .R1-research-hp__content h2 {
    font-size: 3rem;
  }
}
.R1-research-hp__content p {
  font-size: 1.25rem;
}
@media screen and (min-width: 50em) {
  .R1-research-hp__content p {
    font-size: 1.5rem;
  }
}
.R1-research-hp__logo {
  grid-column: 2;
  padding: 0;
  margin: auto;
  max-width: 60%;
  z-index: 1;
}
@media screen and (min-width: 37.5em) {
  .R1-research-hp__logo {
    grid-column: 4;
    padding: 4rem 0;
    max-width: 100%;
  }
}

.R1-research-hp.remove-class {
  margin: 0.25rem 0;
}
.R1-research-hp.remove-class:before {
  top: 0;
}
.R1-research-hp.remove-class .R1-research-hp__content:after {
  top: 0;
}
.R1-research-hp.remove-class .R1-research-hp__wrapper {
  padding-top: 4rem;
}

@keyframes slash-bob {
  0% {
    transform: translate(-1.95rem, 3rem) skewX(-33.75deg);
  }
  50% {
    transform: translate(0, 0) skewX(-33.75deg);
  }
  100% {
    transform: translate(-1.95rem, 3rem) skewX(-33.75deg);
  }
}
@keyframes slash-move-5 {
  0% {
    left: 93%;
  }
  100% {
    left: 0%;
  }
}
.vaccine-campaign .lazy-video__details {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 1rem;
}
.vaccine-campaign .lazy-video__title {
  margin: 0;
}
.vaccine-campaign .lazy-video__link:focus {
  outline-color: white;
}
.vaccine-campaign .title, .vaccine-campaign .content {
  max-width: 50rem;
  text-shadow: 0 0.063rem 0.125rem #1f1d1d;
  text-align: center;
}
.vaccine-campaign .title {
  font-size: 2.75rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #EAAA00;
  margin: 2rem auto;
}
.vaccine-campaign .content {
  color: white;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0rem auto 4rem auto;
}
@media screen and (min-width: 50em) {
  .vaccine-campaign .content {
    font-size: 1.5rem;
  }
}
.vaccine-campaign a:focus, .vaccine-campaign a:active {
  outline-color: white;
}
.vaccine-campaign.feature-block {
  background-color: #2C2A29;
  background-image: linear-gradient(0deg, #333F48 100%, #2C2A29 50%);
  border-top: 0.063rem solid #252423;
  position: relative;
}
.vaccine-campaign.feature-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../Images/COVID19-Molecule24.png");
  background-position: 125% 125%;
  background-repeat: no-repeat;
  filter: saturate(0%) contrast(1.5);
  z-index: 0;
  opacity: 0.1;
}
.vaccine-campaign.profile-block {
  background-color: #002855;
  background-image: linear-gradient(0deg, rgba(0, 10, 21, 0) 60%, #00162f 100%);
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 70em) {
  .vaccine-campaign.profile-block:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100rem;
    height: calc(100% + 12rem);
    background-image: linear-gradient(0deg, rgba(0, 10, 21, 0) 60%, #00162f 100%), linear-gradient(180deg, #002855 25%, rgba(0, 40, 85, 0) 40%), linear-gradient(123.75deg, #002855 50%, rgba(0, 40, 85, 0) 70%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 82.5%, rgba(255, 255, 255, 0) 82.5%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0.15) 85%, rgba(255, 255, 255, 0.05) 97.5%, rgba(255, 255, 255, 0) 97.5%);
    bottom: -12rem;
    right: 0;
    z-index: -1;
    opacity: 1;
  }
}
@media screen and (min-width: 70em) {
  .vaccine-campaign.profile-block:after {
    content: "";
    position: absolute;
    width: 115%;
    max-width: 100rem;
    height: 100%;
    background-image: url(http://cdn.hsc.wvu.edu/customdesigns/Pharmacy2021/_Common/Images/dianne-techwei.jpg);
    bottom: -8rem;
    right: -15%;
    z-index: -2;
    opacity: 0.5;
    filter: saturate(0) contrast(1.25);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
.vaccine-campaign .feature-block__background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.vaccine-campaign .feature-block__background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  left: -28%;
  top: -5%;
  background-image: url("../Images/COVID19-Molecule24.png");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  filter: saturate(0%) contrast(1.75);
  z-index: 0;
  opacity: 0.08;
}
.vaccine-campaign .feature-block__background:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 30%;
  right: -5%;
  top: 35%;
  background-image: url("../Images/COVID19-Molecule24.png");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  filter: saturate(0%) contrast(1.75);
  z-index: 0;
  opacity: 0.08;
}
@media screen and (min-width: 50em) {
  .vaccine-campaign .feature-block__background:before {
    top: -15%;
  }
}
@media screen and (min-width: 75em) {
  .vaccine-campaign .feature-block__background:before {
    width: 75%;
    top: -42%;
  }
  .vaccine-campaign .feature-block__background:after {
    right: unset;
    left: 10%;
    top: 60%;
  }
}
.vaccine-campaign .feature-block__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 3.75% 1fr 3.75%;
  max-width: 100rem;
  margin: auto;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .feature-block__content {
    grid-template-columns: 3.75% 0.5fr 5% 0.5fr 3.75%;
  }
}
@media screen and (min-width: 77.5em) {
  .vaccine-campaign .feature-block__content {
    grid-template-columns: 3.75% 0.3fr 0.4fr 5% 0.3fr 3.75%;
  }
}
.vaccine-campaign .feature-block__main-story {
  /*
  &.title {
      grid-column: 2;
      margin-bottom: 0;
      max-width: 80%;
      z-index: 1;
      bottom: 0;

      @media screen and (min-width: 60em) {
          grid-column: 2 / 5;
      }

      @media screen and (min-width: 77.50em) {
          grid-column: 2 / 6;
      }

      .js & {

          @media screen and (min-width: 50em) {
              position: absolute;
              font-size: 3.0rem;
              margin-bottom: 3rem;
              text-shadow: 0 0.063rem 3rem darken($wvu-black, 5%), 0 0.063rem 0.063rem darken($wvu-black, 5%);
              opacity: 1;
          }

          @media screen and (min-width: 64em) {
              font-size: 3.75rem;
          }

          @media screen and (min-width: 75em) {
              font-size: 4.25rem;
          }

          @media screen and (min-width: 84.275em) {
              font-size: 5rem;
          }
      }

      &.animate {

          @media screen and (min-width: 50em) {
              animation: ease-in;
              animation-direction: alternate;
              animation-fill-mode: both;
              animation-duration: 1s;
              animation-name: title_fade;
          }
      }
  }*/
}
.vaccine-campaign .feature-block__main-story.video {
  grid-column: 2;
  width: 100%;
  max-width: 87rem;
  margin-top: 4rem;
  margin: 4rem auto 0 auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .feature-block__main-story.video {
    grid-column: 2/5;
  }
}
@media screen and (min-width: 77.5em) {
  .vaccine-campaign .feature-block__main-story.video {
    grid-column: 2/6;
  }
}
.vaccine-campaign .feature-block__main-story.video .lazy-video {
  margin-bottom: 0;
  border: 0.063rem solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 3rem 0.063rem rgba(0, 0, 0, 0.45);
}
.vaccine-campaign .feature-block__main-story.video .lazy-video__poster {
  border-top: none;
}
.vaccine-campaign .feature-block__main-story.video .lazy-video svg.iconic.iconic-lg:not(.iconic-size-sm):not(.iconic-size-md), .vaccine-campaign .feature-block__main-story.video .lazy-video svg.iconic.iconic-size-lg {
  width: 12.5%;
  height: 12.5%;
}
.vaccine-campaign .feature-block__main-story.video .lazy-video__link[href]::after {
  width: 8%;
  height: 14%;
}
.vaccine-campaign .feature-block__main-story.content {
  position: relative;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  grid-column: 2;
  grid-row: 2;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .feature-block__main-story.content {
    grid-column: 2/5;
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 77.5em) {
  .vaccine-campaign .feature-block__main-story.content {
    grid-column: 2/6;
  }
}
.vaccine-campaign .feature-block__main-story.content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5rem;
  height: 0.063rem;
  width: calc(100% + 10rem);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white 25%, white 75%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
}
.vaccine-campaign .feature-block__main-story.title {
  margin-bottom: 0;
  max-width: 80%;
  position: relative;
  z-index: 1;
  bottom: 0;
}
@media screen and (min-width: 50em) {
  .js .vaccine-campaign .feature-block__main-story.title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-shadow: 0 0.063rem 3rem #1f1d1d, 0 0.063rem 0.063rem #1f1d1d, 0 -0.063rem 0.063rem #fff9ea;
    opacity: 1;
  }
}
@media screen and (min-width: 64em) {
  .js .vaccine-campaign .feature-block__main-story.title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 75em) {
  .js .vaccine-campaign .feature-block__main-story.title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 84.275em) {
  .js .vaccine-campaign .feature-block__main-story.title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 50em) {
  .vaccine-campaign .feature-block__main-story.title.animate {
    animation: ease-in;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: title_fade;
  }
}
@media screen and (min-width: 50em) {
  .js .vaccine-campaign .feature-block__main-story.title-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
  .js .vaccine-campaign .feature-block__main-story.title-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.25) 100%);
  }
  .js .vaccine-campaign .feature-block__main-story.title-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.063rem;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 35%, white 65%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width: 50em) {
  .vaccine-campaign .feature-block__main-story.title-wrapper.animate:after, .vaccine-campaign .feature-block__main-story.title-wrapper.animate:before {
    animation: ease-in;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-name: title-wrapper_fade;
  }
}
.vaccine-campaign .feature-block__aside.video, .vaccine-campaign .feature-block__aside.image {
  grid-column: 2;
  max-width: 45rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .feature-block__aside.video, .vaccine-campaign .feature-block__aside.image {
    padding-bottom: 3rem;
    margin: 0;
  }
}
.vaccine-campaign .feature-block__aside.video .lazy-video, .vaccine-campaign .feature-block__aside.image .lazy-video {
  margin-bottom: 0;
  border: 0.063rem solid rgba(0, 28, 60, 0.35);
  box-shadow: 0 0 1.5rem 0.063rem rgba(0, 0, 0, 0.25);
}
.vaccine-campaign .feature-block__aside.video .lazy-video__title, .vaccine-campaign .feature-block__aside.image .lazy-video__title {
  font-size: 1.25rem;
}
.vaccine-campaign .feature-block__aside.story {
  grid-column: 2;
  padding-bottom: 3rem;
  text-align: center;
  max-width: 50rem;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .feature-block__aside.story {
    grid-column: 4;
    text-align: left;
  }
}
@media screen and (min-width: 77.5em) {
  .vaccine-campaign .feature-block__aside.story {
    grid-column: 3;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .feature-block__aside.story.secondary {
    grid-column: 2;
  }
}
@media screen and (min-width: 77.5em) {
  .vaccine-campaign .feature-block__aside.story.secondary {
    grid-column: 2;
    padding-left: 0;
  }
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .feature-block__aside.story .title, .vaccine-campaign .feature-block__aside.story .content {
    text-align: left;
  }
}
.vaccine-campaign .feature-block__aside.story .title {
  font-size: 2.25rem;
  color: #EAAA00;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  max-width: 80%;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .feature-block__aside.story .title {
    margin-top: 0;
    max-width: 100%;
  }
}
.vaccine-campaign .feature-block__aside.story .content {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.vaccine-campaign .feature-block__aside.story a {
  color: #ffc11e;
}
.vaccine-campaign .feature-block__aside.story a:hover {
  color: #EAAA00;
}
.vaccine-campaign .feature-block__callout {
  grid-column: 2;
  max-width: 90%;
  margin: 0 auto -4rem auto;
  padding: 2rem;
  z-index: 1;
}
@media screen and (min-width: 50em) {
  .vaccine-campaign .feature-block__callout {
    grid-column: 2/5;
    max-width: 30rem;
  }
}
@media screen and (min-width: 77.5em) {
  .vaccine-campaign .feature-block__callout {
    grid-column: 5;
    max-width: 100%;
    margin: 4rem 0 -4rem 0;
  }
}
.vaccine-campaign .feature-block__callout.statistic2.card .card-title {
  text-align: center;
  font-size: 2.25rem;
}
@media screen and (min-width: 32.5em) {
  .vaccine-campaign .feature-block__callout.statistic2.card .card-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 77.5em) {
  .vaccine-campaign .feature-block__callout.statistic2.card .card-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 90.625em) {
  .vaccine-campaign .feature-block__callout.statistic2.card .card-title {
    font-size: 3rem;
  }
}
.vaccine-campaign .feature-block__callout .card-content {
  padding: 2rem 0;
}
.vaccine-campaign .feature-block__callout .card-link {
  color: #ffcf51;
  position: relative;
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.25rem 0;
}
.vaccine-campaign .feature-block__callout .button {
  width: 100%;
}
.vaccine-campaign .profile-block__content {
  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;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  margin: 0 auto;
  padding: 5rem 0 10rem 0;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .profile-block__content {
    grid-template-columns: 3.75% 1fr 5% 1fr 3.75%;
    padding: 8rem 0 10rem 0;
  }
}
@media screen and (min-width: 95em) {
  .vaccine-campaign .profile-block__content {
    grid-template-columns: 1fr 45rem 5rem 45rem 1fr;
    max-width: 88rem;
  }
  @supports (display: grid) {
    .vaccine-campaign .profile-block__content {
      max-width: none;
    }
  }
}
.vaccine-campaign .profile-block__story {
  grid-column: 2;
  text-align: center;
  order: 1;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .profile-block__story {
    order: 2;
    grid-column: 4;
    text-align: left;
  }
}
@media screen and (min-width: 70em) {
  .vaccine-campaign .profile-block__story {
    grid-column: 2;
  }
}
.vaccine-campaign .profile-block__story.image {
  grid-column: 2;
  order: 2;
  border-top: 0.125rem solid #EAAA00;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .profile-block__story.image {
    order: 1;
  }
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .profile-block__story .title {
    margin: 0 auto 2rem auto;
    text-align: left;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 70em) {
  .vaccine-campaign .profile-block__story .title {
    margin: 2rem auto;
    font-size: 3.25rem;
  }
}
.vaccine-campaign .profile-block__story .content {
  grid-column: 2;
  margin: 0rem auto 1rem auto;
}
@media screen and (min-width: 60em) {
  .vaccine-campaign .profile-block__story .content {
    text-align: left;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 70em) {
  .vaccine-campaign .profile-block__story .content {
    font-size: 1.5rem;
  }
}
.vaccine-campaign .profile-block__story a {
  color: #ffc11e;
  padding: 0.25rem 0rem;
  margin: 0.25rem 0 3rem 0;
  font-size: 1.2rem;
  display: inline-block;
  transition: ease;
  transition-duration: 0.2s;
}
.vaccine-campaign .profile-block__story a:hover, .vaccine-campaign .profile-block__story a:focus {
  color: #ffd66b;
}
.vaccine-campaign .profile-block__profile {
  grid-column: 1/-1;
  order: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: -10rem;
  position: relative;
  min-height: 75vw;
  padding: 3rem 10% 6rem 10%;
}
.vaccine-campaign .profile-block__profile:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 12rem);
  background-image: linear-gradient(180deg, #002855 0%, rgba(0, 40, 85, 0) 10%), linear-gradient(123.75deg, #002855 15%, rgba(0, 40, 85, 0) 70%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 82.5%, rgba(255, 255, 255, 0) 82.5%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0.15) 85%, rgba(255, 255, 255, 0.05) 97.5%, rgba(255, 255, 255, 0) 97.5%);
  bottom: -12rem;
  right: 0;
  z-index: -1;
  opacity: 1;
}
.vaccine-campaign .profile-block__profile:after {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  background-image: url(http://cdn.hsc.wvu.edu/customdesigns/Pharmacy2021/_Common/Images/dianne-techwei.jpg);
  bottom: 0;
  right: -25%;
  z-index: -2;
  opacity: 0.5;
  filter: saturate(0) contrast(1.25);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (min-width: 70em) {
  .vaccine-campaign .profile-block__profile {
    grid-column: 4;
    grid-row: 1/3;
    margin-bottom: -2rem;
    padding: 0;
    min-height: unset;
  }
  .vaccine-campaign .profile-block__profile:after, .vaccine-campaign .profile-block__profile:before {
    background-image: none;
  }
}
.vaccine-campaign .profile-block__profile-content {
  max-width: 30rem;
  padding: 8rem 0 0 0;
  margin-bottom: -3.5rem;
}
@media screen and (min-width: 43.75em) {
  .vaccine-campaign .profile-block__profile-content {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 70em) {
  .vaccine-campaign .profile-block__profile-content {
    padding: 0;
    margin-bottom: -4rem;
  }
}
.vaccine-campaign .profile-block__profile-name {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  color: #ffba05;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 1.75rem;
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 40.625em) {
  .vaccine-campaign .profile-block__profile-name {
    font-size: 2.25rem;
  }
}
.vaccine-campaign .profile-block__profile-title {
  font-size: 1.15rem;
  margin: 0.75rem 0;
  color: white;
  text-shadow: 0 0.063rem 0.125rem #001022;
}
@media screen and (min-width: 40.625em) {
  .vaccine-campaign .profile-block__profile-title {
    font-size: 1.25rem;
  }
}

@keyframes title_fade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  99% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 0;
    transform: translateY(3rem);
    z-index: -1;
  }
}
@keyframes title-wrapper_fade {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
.program-landing-page .header-block {
  background-color: #002855;
  position: relative;
}
.program-landing-page .header-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(123.75deg, rgba(13, 82, 87, 0.8) 25%, rgba(13, 82, 87, 0.2) 75%);
  border-top: 0.063rem solid rgba(0, 16, 34, 0.35);
  z-index: 0;
}
.program-landing-page .header-block__content {
  padding: 4rem 0 10rem 0;
  text-align: center;
}
.program-landing-page .header-block__title {
  margin: 0 auto 2rem auto;
  font-size: 5rem;
  color: #ffc11e;
  text-shadow: 0 0.063rem 0.125rem #001022, 0 -0.063rem 0.063rem #ffdd84;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  max-width: 60rem;
}
.program-landing-page .header-block__text {
  line-height: 1.5;
  color: white;
  font-size: 1.5rem;
  text-shadow: 0 0.063rem 0.125rem #001022;
  max-width: 60rem;
  margin: auto;
}
.program-landing-page .header-block__fact {
  width: 30%;
  margin: 0 1.5%;
  display: block;
  font-size: 1.4rem;
  color: white;
  line-height: 1.5;
}
.program-landing-page .header-block__facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-shadow: 0 0.063rem 0.125rem #001022;
  margin-top: 4rem;
}
.program-landing-page .header-block__facts-heading {
  width: 100%;
  display: block;
  font-size: 0.9rem;
  color: white;
  text-align: center;
  position: relative;
}
.program-landing-page .header-block__facts-heading:before {
  content: "";
  position: absolute;
  height: 0.063rem;
  width: 100%;
  left: 0;
  top: 0.5rem;
  background-image: linear-gradient(90deg, white 45%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 55%, white 55%);
  opacity: 0.2;
}
.program-landing-page .header-block__fact-stat {
  color: #ffc838;
  color: #9bd3dd;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-size: 3.2rem;
}
.program-landing-page .information-block {
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  grid-column-gap: 4rem;
  position: relative;
}
.program-landing-page .information-block:after {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100%;
  background-color: #edf0f3;
  left: -100vw;
  top: 0;
  z-index: -1;
}
.program-landing-page .information-block__summary {
  margin-top: -4rem;
  margin-bottom: 4rem;
  background-color: white;
  padding: 2rem;
  box-shadow: 0 0.25rem 0.125rem -0.125rem rgba(51, 63, 72, 0.1);
}
.program-landing-page .information-block__summary h2:first-of-type, .program-landing-page .information-block__summary h3:first-of-type {
  margin-top: 0;
  font-size: 2.5rem;
}
.program-landing-page .information-block__summary p:not(.information-block__footnote) {
  font-size: 1.2rem;
}
.program-landing-page .information-block__footnote {
  font-size: 0.9rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 0.063rem solid #dfe4e8;
  color: #2C2A29;
}
.program-landing-page .information-block__resources {
  margin-bottom: -4rem;
}
.program-landing-page .information-block__resources--title {
  font-size: 2.25rem;
}
.program-landing-page .information-block__resources--sub-title {
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #ffc11e;
  text-shadow: 0 0.063rem 0.125rem #000409;
}
.program-landing-page .information-block__resources--sub-title2 {
  font-size: 2rem;
  margin: 4rem 0 2rem 0;
}
.program-landing-page .information-block__resources p {
  font-size: 1.2rem;
}
.program-landing-page .information-block__resources ul {
  overflow: hidden;
}
.program-landing-page .information-block__resources .aside-navigation .nav-item, .program-landing-page .information-block__resources .aside-navigation .parent.no-link {
  background-color: #edf0f3;
}
.program-landing-page .information-block__resources .aside-navigation .nav-item:hover, .program-landing-page .information-block__resources .aside-navigation .parent.no-link:hover {
  background-color: rgba(237, 240, 243, 0.5);
}
.program-landing-page .information-block__resources .aside-navigation, .program-landing-page .information-block__resources .main-content .aside-navigation {
  margin: 0;
}
.program-landing-page .information-block .question-block {
  position: relative;
  z-index: 2;
  padding: 2rem;
  background-color: #002855;
  margin-top: 4rem;
  background-image: linear-gradient(123.75deg, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 20%, transparent 70%, rgba(0, 94, 184, 0.1) 70%, rgba(0, 94, 184, 0.24) 80%, rgba(0, 94, 184, 0.32) 80%, rgba(0, 107, 210, 0.36) 100%), linear-gradient(123.75deg, rgba(0, 27, 84, 0.32) 10%, rgba(0, 94, 184, 0.32) 100%);
  border-bottom: 0.063rem solid rgba(155, 211, 221, 0.2);
  border-top: 0.25rem solid #ffc11e;
}
.program-landing-page .information-block .question-block p {
  color: white;
  text-shadow: 0 0.063rem 0.125rem #002855;
}
.program-landing-page .information-block .directory-card {
  width: 100%;
  margin: 0;
  z-index: 2;
}
.program-landing-page .information-block .directory-card__actions {
  padding: 1rem 0 0 0;
}
.program-landing-page .photo-block {
  background-color: #002855;
  padding: 8rem 0 4rem 0;
  text-shadow: 0 0.063rem 0.125rem #000409;
  background-image: linear-gradient(180deg, #002855 50%, #00234b 100%);
  position: relative;
}
.program-landing-page .photo-block:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  left: -50%;
  bottom: -75%;
  background-image: linear-gradient(180deg, #002855 0%, rgba(0, 40, 85, 0) 100%), url("http://cdn.hsc.wvu.edu/customdesigns/Pharmacy2021/_Common/Images/WVU-Pattern_Thin_295-Coated-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.1;
}
.program-landing-page .photo-block__header {
  grid-column: 1/3;
  color: white;
  font-size: 2.25rem;
  position: relative;
  z-index: 1;
}
.program-landing-page .photo-block__header-highlight {
  color: #ffc11e;
  font-size: 4.5rem;
  display: inline-block;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 1rem;
  text-shadow: 0 0.063rem 0.125rem #000409, 0 0 3rem #002855;
}
.program-landing-page .photo-block__image {
  grid-column: 2/4;
  margin-top: -2.5rem;
  position: relative;
  z-index: 0;
}
.program-landing-page .photo-block__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #002855, rgba(0, 40, 85, 0) 20%);
}
.program-landing-page .photo-block .content-layout {
  display: grid;
  grid-template-columns: 0.3fr 0.4fr 0.3fr;
}
.program-landing-page .program-profile-block {
  background-color: #2C2A29;
  padding: 4rem 0;
  position: relative;
}
.program-landing-page .program-profile-block:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100rem;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(18, 17, 16, 0) 60%, #121110 100%), linear-gradient(180deg, #2C2A29 25%, rgba(44, 42, 41, 0) 40%), linear-gradient(123.75deg, #2c2a29 50%, rgba(44, 42, 41, 0) 70%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 82.5%, rgba(255, 255, 255, 0) 82.5%), linear-gradient(123.75deg, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0.15) 85%, rgba(255, 255, 255, 0.05) 97.5%, rgba(255, 255, 255, 0) 97.5%);
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
}
.program-landing-page .program-profile-block:after {
  content: "";
  position: absolute;
  width: 115%;
  max-width: 100rem;
  height: 100%;
  background-image: url(http://cdn.hsc.wvu.edu/customdesigns/Pharmacy2021/_Common/Images/dianne-techwei.jpg);
  bottom: -8rem;
  right: -15%;
  z-index: 0;
  opacity: 0.5;
  filter: saturate(0) contrast(1.25);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.program-landing-page .program-profile-block__image {
  grid-column: 1;
  border-top: 0.5rem solid #EAAA00;
}
.program-landing-page .program-profile-block__story {
  text-shadow: 0 0.063rem 0.125rem #040404;
  grid-column: 1;
}
.program-landing-page .program-profile-block__story h2 {
  font-size: 4rem;
  margin: 3rem 0 2rem 0;
  color: #ffc11e;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.program-landing-page .program-profile-block__story p {
  color: white;
  line-height: 1.5;
  font-size: 1.5rem;
}
.program-landing-page .program-profile-block__profile {
  grid-column: 3;
  grid-row: 3;
}
.program-landing-page .program-profile-block__profile-content {
  color: white;
}
.program-landing-page .program-profile-block__profile-name {
  color: #ffc11e;
  color: #9BD3DD;
  text-shadow: 0 0.063rem 0.125rem #040404;
  margin: 0 0 1rem 0;
  font-size: 2rem;
}
.program-landing-page .program-profile-block__profile-title {
  color: white;
  text-shadow: 0 0.063rem 0.125rem #040404;
}
.program-landing-page .program-profile-block .content-layout {
  display: grid;
  grid-template-columns: 0.5fr 0.2fr 0.3fr;
  position: relative;
  z-index: 1;
}

.development-space {
  padding: 8rem 0;
  position: relative;
}
@media screen and (min-width: 60em) {
  .development-space {
    display: grid;
    grid-column-gap: 2rem;
  }
}
.development-spaces__feature {
  position: relative;
  padding: 6rem 0;
  min-height: 75vh;
  display: grid;
  align-content: center;
}
.development-spaces__feature-heading {
  margin: 0;
  color: #ffc11e;
  font-size: 3rem;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 4, 9, 0.5);
}
.development-spaces__feature-content, .development-spaces__feature-content p {
  font-size: 2rem;
  color: white;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 4, 9, 0.5);
  margin-bottom: 0;
}
.development-spaces__feature-content a, .development-spaces__feature-content p a {
  color: #9BD3DD;
}
.development-spaces__feature-content a:hover, .development-spaces__feature-content a:focus, .development-spaces__feature-content p a:hover, .development-spaces__feature-content p a:focus {
  color: #75c2d0;
}
.development-spaces__feature-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: #002855;
}
.development-spaces__feature-bg-image img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0) contrast(1.25);
  opacity: 0.08;
}
.development-spaces__about {
  position: relative;
  padding: 6rem 3rem;
  margin-top: 8rem;
  display: grid;
  align-content: center;
}
.development-spaces__about-heading {
  margin: 0 0 2rem 0;
  color: #ffc11e;
  font-size: 3rem;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 4, 9, 0.5);
}
.development-spaces__about-content, .development-spaces__about-content p {
  font-size: 2rem;
  color: white;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 4, 9, 0.5);
}
.development-spaces__about-content a, .development-spaces__about-content p a {
  color: #9BD3DD;
}
.development-spaces__about-content a:hover, .development-spaces__about-content a:focus, .development-spaces__about-content p a:hover, .development-spaces__about-content p a:focus {
  color: #75c2d0;
}
.development-spaces__about-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: #002855;
}
.development-spaces__about-bg-image img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0) contrast(1.25);
  opacity: 0.08;
}
.development-space__heading {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 60em) {
  .development-space__heading {
    grid-column: 1/-1;
  }
}
.development-space__photo {
  grid-column: 1/-1;
}
.development-space__photo img {
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.5);
  border-top: 0.5rem solid #EAAA00;
}
.development-space .image-gallery {
  grid-column: 1/-1;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.5);
}
.development-space .image-gallery__slides {
  background-color: rgba(0, 0, 0, 0.25);
}
.development-space .image-gallery__header {
  margin-bottom: 0.5rem;
}
.development-space .image-gallery__heading, .development-space .image-gallery h2 {
  margin: 0;
}
.development-space .image-gallery figure img {
  border-width: 0;
}
.development-space .image-gallery__slide-caption {
  width: 100%;
}
.development-space .image-gallery__button-icon {
  fill: #002855;
  stroke: #002855;
}
.development-space__content {
  margin-bottom: 4rem;
}
.development-space__content-description p:first-child {
  margin-top: 0;
}
@media screen and (min-width: 77.5em) {
  .development-space__content-description p, .development-space__content-description a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 77.5em) {
  .development-space__link {
    font-size: 1.25rem;
  }
}
.development-space__bg-image {
  position: absolute;
  left: -50vw;
  top: 0;
  height: 100%;
  width: 150vw;
  z-index: -1;
  overflow: hidden;
}
.development-space__bg-image img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0) contrast(1.25) blur(4px);
  opacity: 0.15;
}
.development-space--dark-gray .development-space__photo, .development-space--blue .development-space__photo, .development-space--yellow .development-space__photo, .development-space--green .development-space__photo {
  box-shadow: 0 0 5rem rgba(18, 17, 16, 0.65);
}
.development-space--dark-gray .development-space__photo img, .development-space--blue .development-space__photo img, .development-space--yellow .development-space__photo img, .development-space--green .development-space__photo img {
  display: block;
  border-right: 0.063rem solid #485966;
  border-left: 0.063rem solid #485966;
  border-bottom: 0.063rem solid #485966;
}
.development-space--dark-gray .image-gallery__slides, .development-space--blue .image-gallery__slides, .development-space--yellow .image-gallery__slides, .development-space--green .image-gallery__slides {
  border-width: 0.5rem 0.063rem 0.063rem 0.063rem;
  border-style: solid;
  border-color: #d0d7dd;
}
.development-space--dark-gray .image-gallery-2022 .gallery-slide__wrapper, .development-space--blue .image-gallery-2022 .gallery-slide__wrapper, .development-space--green .image-gallery-2022 .gallery-slide__wrapper {
  border-top-color: #EAAA00;
}
.development-space--yellow .image-gallery-2022 .gallery-slide__wrapper, .development-space--white .image-gallery-2022 .gallery-slide__wrapper {
  border-top-color: #005EB8;
}
.development-space--dark-gray .development-space__bg-image {
  background-color: #283239;
}
.development-space--dark-gray .development-space__heading {
  color: #ffc11e;
  text-shadow: 0 0.063rem 0.125rem rgba(18, 17, 16, 0.5);
}
.development-space--dark-gray .development-space__content-description p {
  color: white;
  text-shadow: 0 0.063rem 0.125rem rgba(18, 17, 16, 0.5);
}
.development-space--dark-gray .development-space__link {
  color: #EAAA00;
}
.development-space--dark-gray .development-space__link:hover, .development-space--dark-gray .development-space__link:focus {
  color: #CD4C08;
}
.development-space--dark-gray .image-gallery__heading {
  color: white;
}
.development-space--dark-gray .image-gallery__slides {
  border-top-color: #EAAA00;
}
.development-space--blue .development-space__bg-image {
  background-color: #002b87;
}
.development-space--blue .development-space__heading {
  color: #ffc11e;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 16, 34, 0.5);
}
.development-space--blue .development-space__content-description p {
  color: white;
  text-shadow: 0 0.063rem 0.125rem rgba(0, 16, 34, 0.5);
}
.development-space--blue .development-space__link {
  color: #EAAA00;
}
.development-space--blue .development-space__link:hover, .development-space--blue .development-space__link:focus {
  color: #CD4C08;
}
.development-space--blue .image-gallery__heading {
  color: white;
}
.development-space--blue .image-gallery__slides {
  border-top-color: #EAAA00;
}
.development-space--yellow .development-space__photo {
  box-shadow: 0 0 5rem rgba(205, 76, 8, 0.3);
}
.development-space--yellow .development-space__photo img {
  border-top-color: #005EB8;
}
.development-space--yellow .development-space__bg-image {
  background-color: #eaaa00;
}
.development-space--yellow .development-space__heading {
  color: #004485;
  color: #002855;
  font-weight: bold;
}
.development-space--yellow .development-space__content-description p {
  color: #2C2A29;
}
.development-space--yellow .development-space__link {
  color: #002855;
}
.development-space--yellow .development-space__link:hover, .development-space--yellow .development-space__link:focus {
  color: #0033A0;
}
.development-space--yellow .image-gallery__heading {
  color: #002855;
}
.development-space--yellow .image-gallery__slides {
  border-top-color: #005EB8;
}
.development-space--green .development-space__bg-image {
  background-color: #0a3d41;
}
.development-space--green .development-space__heading {
  color: #ffc11e;
  text-shadow: 0 0.063rem 0.125rem rgba(6, 40, 43, 0.5);
}
.development-space--green .development-space__content-description p {
  color: white;
  text-shadow: 0 0.063rem 0.125rem rgba(6, 40, 43, 0.5);
}
.development-space--green .development-space__link {
  color: #EAAA00;
}
.development-space--green .development-space__link:hover, .development-space--green .development-space__link:focus {
  color: #CD4C08;
}
.development-space--green .image-gallery__heading {
  color: white;
}
.development-space--green .image-gallery__slides {
  border-top-color: #EAAA00;
}
.development-space--white .development-space__bg-image img {
  opacity: 0.11;
}

.lab-header {
  background-color: #002855;
}
.lab-header__content {
  display: grid;
  grid-row-gap: 3rem;
}
@media screen and (min-width: 64em) {
  .lab-header__content {
    grid-template-columns: 1fr auto;
    align-items: flex-start;
    grid-column-gap: 2rem;
  }
}
.lab-body {
  display: block;
  width: 100%;
}
@media screen and (min-width: 34.375em) {
  .lab__intro {
    display: grid;
    grid-template-columns: 12.5rem auto;
    grid-column-gap: 2rem;
    align-items: center;
  }
}
.lab__photo {
  border-top: 0.5rem solid #EAAA00;
  border-left: 0.063rem solid #b2bfc8;
  border-bottom: 0.063rem solid #b2bfc8;
  border-right: 0.063rem solid #b2bfc8;
}
.lab__name {
  color: white;
  margin: 2rem 0 0 0;
  font-size: 2.5rem;
  text-shadow: 0 0.063rem 0.125rem #001022;
}
@media screen and (min-width: 34.375em) {
  .lab__name {
    margin: 0;
  }
}
.lab__credentials {
  display: block;
  font-size: 1.25rem;
}
.lab__job-title {
  color: white;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  font-size: 1.5rem;
  position: relative;
}
.lab__job-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.063rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.lab__contact-section {
  position: relative;
  padding: 2rem;
  border-radius: 0.3rem;
  box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
  margin-bottom: -6.5rem;
}
.lab__contact-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  border-radius: 0.3rem;
  background-color: #c4c9cb;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.5) 100%);
  z-index: -1;
}
@media screen and (min-width: 43.75em) {
  .lab__contact-section {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
  .lab__contact-section:before {
    border-radius: 0;
    background-color: transparent;
    background-image: none;
  }
}
@media screen and (min-width: 34.75em) {
  .lab__contact-column:nth-child(2) .inline-list {
    margin-top: 0;
  }
}
@media screen and (min-width: 43.75em) {
  .lab__contact-info {
    position: relative;
    padding: 1.5rem;
    border-radius: 0.3rem;
    box-shadow: 0 1rem 1rem -1rem rgba(6, 40, 43, 0.7);
    margin-bottom: 3rem;
  }
  .lab__contact-info:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0rem;
    border-radius: 0.3rem;
    background-color: #c4c9cb;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.5) 100%);
    z-index: -1;
  }
}
@media screen and (min-width: 64em) {
  .lab__contact-info {
    margin-bottom: 1.5rem;
  }
}
.lab__contact-heading {
  margin-top: 0;
}
.lab__contact-label, .lab__contact-value {
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  color: #464342;
}
.lab__contact-label {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.lab__contact-value {
  margin-left: 0;
}
@media screen and (min-width: 43.75em) {
  .lab__contact-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
  }
}
.lab-people {
  display: grid;
  grid-row-gap: 3rem;
}
@media screen and (min-width: 37.5em) {
  .lab-people {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
  }
}
@media screen and (min-width: 53.125em) {
  .lab-people {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 60em) {
  .lab-people {
    grid-template-columns: 1fr;
  }
}
.lab-person__name {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.lab-assets {
  margin: 4rem 0;
  width: 100%;
}
@media screen and (min-width: 34.75em) {
  .lab-assets {
    margin: 0 0 4rem 0;
  }
}
@media screen and (min-width: 60em) {
  .lab-assets {
    grid-template-columns: auto 20rem;
    display: grid;
    grid-column-gap: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .lab-assets .page-title {
    margin-right: 0;
  }
}
.lab-assets ul, .lab-assets ol {
  margin: 0.5rem;
  line-height: 1.5rem;
  padding: 0 0 0 2rem;
}
@media screen and (min-width: 92.5em) {
  .lab-assets ul, .lab-assets ol {
    margin: 1rem 0.5rem;
    padding: 0 0 0 2.5rem;
  }
}
.lab-assets li {
  padding-bottom: 0.25rem;
  color: #464342;
}

.image-gallery-2022 {
  margin: 0 0 2rem 0;
  position: relative;
  padding: 0;
}
.image-gallery-2022__footer {
  position: absolute;
  bottom: 3rem;
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr auto;
  padding: 0 0.75rem;
}
.image-gallery-2022__full-gallery {
  grid-column: 3;
}
.image-gallery-2022__wrapper {
  grid-column: 1/-1;
}
.image-gallery-2022 .gallery-slide {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 0 0 100%;
}
.image-gallery-2022 .gallery-slides {
  margin: 0;
  padding: 0;
  display: flex;
}
.image-gallery-2022 .gallery-slide__img {
  border-top: 0;
}
.image-gallery-2022 .gallery-slide__wrapper {
  border-style: solid;
  border-width: 0.5rem 0.063rem 0.063rem 0.063rem;
  border-color: #485966;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-scroll-snap-type: mandatory;
  -ms-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-x: repeat(100%);
  -ms-scroll-snap-points-x: repeat(100%);
  scroll-snap-points-x: repeat(100%);
}
.image-gallery-2022 .gallery-slide__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.image-gallery-2022 .gallery-controls {
  display: none;
}
.js .image-gallery-2022 .gallery-controls {
  display: block;
}
.image-gallery-2022 .gallery-control__button {
  padding: 0.35rem 0.75rem;
  margin-top: 1.25rem;
}
.image-gallery-2022 .gallery-control__button svg {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
}
.image-gallery-2022 .gallery-control__button--previous {
  right: 4.5rem;
}
.image-gallery-2022 .gallery-control__button--next {
  right: 0.75rem;
}
.image-gallery-2022 .gallery-instructions {
  position: relative;
}
.image-gallery-2022 .gallery-instructions svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: #fff;
  vertical-align: -0.5rem;
}
.image-gallery-2022 .gallery-instructions p {
  margin: 0;
  position: absolute;
  width: 100%;
  padding: 1rem;
  text-align: center;
  line-height: 1.5;
  color: #FFF;
  background-color: #004382;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  text-shadow: 0 0.063rem 0.125rem #002855;
}
.image-gallery-2022 .gallery-instructions p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0rem;
  top: 0rem;
  z-index: 0;
  background-image: linear-gradient(123.75deg, rgba(255, 255, 255, 0.1) 10%, transparent 10%, transparent 70%, rgba(255, 255, 255, 0.06) 70%, rgba(255, 255, 255, 0.03) 85%, rgba(255, 255, 255, 0.12) 85%, transparent 100%);
}
.image-gallery-2022 .gallery a:focus {
  outline: none;
}
.image-gallery-2022 .gallery img {
  min-height: 1px;
  min-width: 1px;
  max-width: 100%;
}
.image-gallery-2022 .gallery figcaption {
  padding: 0.5rem;
  font-style: italic;
  text-align: center;
}
.image-gallery-2022 [aria-label=gallery]:focus,
.image-gallery-2022 [aria-label="gallery controls"] button:focus,
.image-gallery-2022 [aria-label=gallery] a:focus img {
  outline-offset: 6px;
}
.image-gallery-2022 [aria-label="gallery controls"] li {
  list-style: none;
}
.image-gallery-2022 [aria-label="gallery controls"] button {
  position: absolute;
  top: 0;
}
.image-gallery-2022 [aria-label="gallery controls"] button:focus {
  outline-offset: -4px;
}
.image-gallery-2022 #focus, .image-gallery-2022 #hover, .image-gallery-2022 #hover-and-focus, .image-gallery-2022 #touch {
  display: none;
}
.image-gallery-2022 [aria-label=gallery]:focus + #instructions #focus,
.image-gallery-2022 [aria-label=gallery]:hover + #instructions #hover {
  display: block;
}
.image-gallery-2022 [aria-label=gallery]:hover + #instructions #hover + #focus {
  display: none;
}
.image-gallery-2022 [aria-label=gallery]:hover:focus + #instructions #hover,
.image-gallery-2022 [aria-label=gallery]:hover:focus + #instructions #focus {
  display: none;
}
.image-gallery-2022 [aria-label=gallery]:hover:focus + #instructions #hover-and-focus {
  display: block;
}
.image-gallery-2022 .touch #instructions p {
  display: none !important;
}
.image-gallery-2022 .touch #instructions #touch {
  display: block !important;
}

.profile-piece {
  display: grid;
  grid-column: 2;
}
@media screen and (min-width: 60em) {
  .profile-piece {
    grid-column: 2/5;
    grid-template-columns: 1.25fr 0.75fr;
    grid-column-gap: 3rem;
  }
}
.profile-piece__title {
  grid-column: -1/1;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 2.65rem;
  margin-bottom: 3rem;
  max-width: 60rem;
}
@media screen and (min-width: 50em) {
  .profile-piece__title {
    font-size: 3.65rem;
  }
}
.profile-piece__title .highlight {
  color: #EAAA00;
}
.profile-piece__body-text {
  background-color: rgba(0, 40, 85, 0.5);
  margin-left: -4rem;
  margin-right: -1rem;
  margin-top: -2rem;
  padding: 2rem 2rem 2rem 4rem;
  border-top: 0.063rem solid #002855;
  border-left: 0.063rem solid #002855;
  position: relative;
}
@media screen and (min-width: 40.625em) {
  .profile-piece__body-text {
    margin-left: -2rem;
    margin-right: 1rem;
    padding: 2rem 2rem 2rem 3rem;
  }
}
.profile-piece__name {
  color: #ffc11e;
  color: white;
  font-weight: bold;
  font-size: 2.15rem;
  margin-top: 2rem;
}
@media screen and (min-width: 43.75em) {
  .profile-piece__name {
    font-size: 2.5rem;
  }
}
.profile-piece__name span {
  display: block;
  font-size: 1.05rem;
  color: #9BD3DD;
}
@media screen and (min-width: 43.75em) {
  .profile-piece__name span {
    font-size: 1.25rem;
  }
}
.profile-piece__image {
  position: relative;
  z-index: 1;
  border-top: 0.5rem solid #EAAA00;
  margin-left: -6rem;
  margin-right: -6rem;
  width: calc(100% + 12rem);
  max-width: none;
}
@media screen and (min-width: 60em) {
  .profile-piece__image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.profile-piece__text {
  font-size: 1.25rem;
  color: white;
}
@media screen and (min-width: 60em) {
  .profile-piece__text {
    font-size: 1.5rem;
  }
}
.profile-piece__text a {
  color: #ffc11e;
}
.profile-piece__text a:hover, .profile-piece__text a:focus {
  color: #eaaa00;
}
.profile-piece__quote {
  background-color: #002855;
  color: white;
  font-size: 1.35rem;
  font-style: italic;
  padding: 2rem 2rem 2rem 6rem;
  margin-left: -6rem;
  margin-top: -2.5rem;
  margin-right: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 60em) {
  .profile-piece__quote {
    font-size: 1.75rem;
    padding: 2rem;
    margin-top: 3rem;
    margin-left: -5rem;
  }
}
.profile-piece__quote .highlight {
  color: #9BD3DD;
}
@media screen and (min-width: 60em) {
  .profile-piece__small-caption {
    display: none;
  }
}
.profile-piece__large-caption {
  display: none;
}
@media screen and (min-width: 60em) {
  .profile-piece__large-caption {
    display: block;
  }
}
.profile-piece__social {
  background-color: rgba(0, 94, 184, 0.85);
  margin: 0rem -1rem 2rem -4rem;
  padding: 2rem 3rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 40.625em) {
  .profile-piece__social {
    margin: 0rem 1rem 2rem -2rem;
    padding: 2rem 3rem;
  }
}
.profile-piece__social h2, .profile-piece__social p {
  color: white;
  text-shadow: 0 0.063rem 0.125rem #002855;
}
.profile-piece__social h2 {
  margin: 0;
  font-size: 1.35rem;
}
@media screen and (min-width: 50em) {
  .profile-piece__social h2 {
    font-size: 1.75rem;
  }
}
.profile-piece__social p {
  font-size: 1.25rem;
}
.profile-piece__social .connect-button {
  width: 3.5rem;
  height: 3.5rem;
}
.profile-piece__social .connect-button:not(:first-child) {
  margin-left: 0.25rem;
}
.profile-piece__social .facebook .connect-button__icon {
  width: 55px;
  height: 55px;
}
.profile-piece__stat-img {
  margin-top: -2rem;
}
.profile-piece__additional-actions {
  margin-top: 3rem;
  padding: 3rem 2rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0.3rem;
}
@media screen and (min-width: 37.5em) {
  .profile-piece__additional-actions {
    padding: 3rem;
  }
}
@media screen and (min-width: 60em) {
  .profile-piece__additional-actions {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 75em) {
  .profile-piece__additional-actions {
    padding: 3rem;
  }
}
.profile-piece__additional-actions h2 {
  margin-top: 0;
  color: #002855;
  border-bottom: 0.375rem solid rgba(0, 94, 184, 0.5);
  padding-bottom: 1rem;
}
.profile-piece__action-list {
  list-style-type: none;
  padding-left: 0;
}
.profile-piece__action-item {
  font-size: 1.5rem;
  color: #002855;
}
.profile-piece__action-item a {
  text-decoration: none;
  display: block;
  padding: 1rem;
}
.profile-piece__action-item a:hover, .profile-piece__action-item a:focus {
  background-color: rgba(0, 94, 184, 0.1);
}
.profile-piece__action-item:not(:first-child) {
  border-top: 0.125rem solid rgba(0, 94, 184, 0.35);
}
.profile-piece__link-bar {
  grid-column: -1/1;
  position: relative;
  z-index: 0;
  margin-top: 2rem;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}
.profile-piece__link-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: calc(200vw - 10rem);
  height: 100%;
  background-image: linear-gradient(127.25deg, #EAAA00 calc(100% - 10rem), rgba(234, 170, 0, 0) calc(100% - 10rem));
  z-index: -1;
}
.profile-piece__link-bar li {
  display: block;
  float: left;
  position: relative;
}
.profile-piece__link-bar li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.063rem;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, #EAAA00 15%, rgba(205, 76, 8, 0.25) 35%, rgba(205, 76, 8, 0.25) 65%, #EAAA00 85%);
}
.profile-piece__link-bar li a {
  padding: 2rem;
  display: block;
  font-size: 1.5rem;
  color: #002855;
}
.profile-piece__link-bar li a:hover, .profile-piece__link-bar li a:focus {
  background-color: rgba(255, 255, 255, 0.29);
}
.profile-piece--aside-quote {
  display: block;
}
@media screen and (min-width: 60em) {
  .profile-piece--aside-quote {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-bottom: 4rem;
  }
}
.profile-piece--aside-quote .profile-piece__heading {
  margin-bottom: 0;
}
.profile-piece--aside-quote .profile-piece__image {
  align-self: flex-end;
  grid-row: 2/4;
}
.profile-piece--aside-quote .profile-piece__image img {
  border-top: 0.5rem solid #EAAA00;
  box-shadow: -1rem 1rem 0 #002248;
  box-shadow: -1rem 1rem 0 #9BD3DD;
}
.profile-piece--aside-quote .profile-piece__content {
  margin-top: 3rem;
  margin-bottom: 4rem;
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (min-width: 60em) {
  .profile-piece--aside-quote .profile-piece__content {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.profile-piece--aside-quote .social-bar {
  position: relative;
  padding-top: 2rem;
  text-align: center;
}
.profile-piece--aside-quote .social-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgba(155, 211, 221, 0) 10%, rgba(155, 211, 221, 0.4) 20%, rgba(155, 211, 221, 0.4) 80%, rgba(155, 211, 221, 0) 90%);
}
@media screen and (min-width: 60em) {
  .profile-piece--aside-quote .social-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 1rem;
    align-items: center;
    grid-column: 2;
    grid-row: 3;
    padding-top: 0;
    text-align: left;
  }
  .profile-piece--aside-quote .social-bar:before {
    background-image: none;
  }
}
.profile-piece--aside-quote .social-bar__heading {
  color: white;
  text-shadow: 0.063rem 0.063rem 0.125rem #002855;
  margin: 0;
  font-size: 1.65rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 60em) {
  .profile-piece--aside-quote .social-bar__heading {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 68.75em) {
  .profile-piece--aside-quote .social-bar__heading {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 77.5em) {
  .profile-piece--aside-quote .social-bar__heading {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 84.375em) {
  .profile-piece--aside-quote .social-bar__heading {
    font-size: 1.65rem;
  }
}
.profile-piece--aside-quote .social-bar .connect-button {
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0.063rem 0.063rem 0.2rem #003a7b;
}
.profile-piece--aside-quote .social-bar .facebook .connect-button__icon {
  width: 40px;
  height: 40px;
}
.profile-piece--aside-quote .profile-quote {
  color: white;
  font-size: 1.55rem;
  font-style: italic;
  margin-top: 0;
}
@media screen and (min-width: 60em) {
  .profile-piece--aside-quote .profile-quote {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 68.75em) {
  .profile-piece--aside-quote .profile-quote {
    font-size: 1.55rem;
  }
}
.profile-piece--aside-quote .profile-name {
  color: #ffc11e;
  font-size: 1.75rem;
  line-height: 1.125;
  margin-bottom: 0;
}
.profile-piece--aside-quote .profile-name span {
  font-size: 1.15rem;
  display: block;
  color: #ffdd84;
}
.profile-piece--single-column-quote {
  display: block;
}
@media screen and (min-width: 60em) {
  .profile-piece--single-column-quote {
    margin-bottom: 4rem;
  }
}
.profile-piece--single-column-quote .profile-piece__image img {
  border-top: 0.5rem solid #EAAA00;
  box-shadow: -1rem 1rem 0 #002248;
  box-shadow: -1rem 1rem 0 #9BD3DD;
}
.profile-piece--single-column-quote .profile-piece__content {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.profile-piece--single-column-quote .social-bar {
  position: relative;
  padding-top: 2rem;
  text-align: center;
}
.profile-piece--single-column-quote .social-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgba(155, 211, 221, 0) 10%, rgba(155, 211, 221, 0.4) 20%, rgba(155, 211, 221, 0.4) 80%, rgba(155, 211, 221, 0) 90%);
}
@media screen and (min-width: 60em) {
  .profile-piece--single-column-quote .social-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 1rem;
    align-items: center;
    grid-column: 2;
    grid-row: 3;
    text-align: left;
  }
}
.profile-piece--single-column-quote .social-bar__heading {
  color: white;
  text-shadow: 0.063rem 0.063rem 0.125rem #002855;
  margin: 0;
  font-size: 1.65rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 60em) {
  .profile-piece--single-column-quote .social-bar__heading {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 68.75em) {
  .profile-piece--single-column-quote .social-bar__heading {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 77.5em) {
  .profile-piece--single-column-quote .social-bar__heading {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 84.375em) {
  .profile-piece--single-column-quote .social-bar__heading {
    font-size: 1.65rem;
  }
}
.profile-piece--single-column-quote .social-bar .connect-button {
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0.063rem 0.063rem 0.2rem #003a7b;
}
.profile-piece--single-column-quote .social-bar .facebook .connect-button__icon {
  width: 40px;
  height: 40px;
}
.profile-piece--single-column-quote .profile-quote {
  color: white;
  font-size: 1.55rem;
  font-style: italic;
  margin-top: 0;
}
@media screen and (min-width: 60em) {
  .profile-piece--single-column-quote .profile-quote {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 68.75em) {
  .profile-piece--single-column-quote .profile-quote {
    font-size: 1.55rem;
  }
}
.profile-piece--single-column-quote .profile-name {
  color: #ffc11e;
  font-size: 1.75rem;
  line-height: 1.125;
  margin-bottom: 0;
}
.profile-piece--single-column-quote .profile-name span {
  font-size: 1.15rem;
  display: block;
  color: #ffdd84;
}

.dei .feature-heading b {
  display: inline;
}
@media screen and (min-width: 60em) {
  .dei .profile-piece {
    margin-bottom: -9rem;
  }
}
.dei .profile {
  margin-bottom: -7rem;
}
.dei .profile-tagline {
  grid-column: -1/1;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 2.65rem;
  margin-bottom: 3rem;
  margin-top: 0;
  max-width: 60rem;
}
@media screen and (min-width: 50em) {
  .dei .profile-tagline {
    font-size: 3.65rem;
  }
}
.dei .profile-tagline .highlight {
  color: #EAAA00;
  margin-top: 0;
}
.dei .profile-image {
  border-top: 0.5rem solid #EAAA00;
  align-self: flex-end;
}
.dei .profile-content {
  grid-column: 2;
  margin-bottom: -3rem;
}
.dei-module__bg-image-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(180deg, transparent 50%, #002855 100%);
  background-size: cover;
}
.dei-explanation {
  text-shadow: 0.063rem 0.063rem 0.125rem #002855;
}
@media screen and (min-width: 60em) {
  .dei-explanation {
    display: grid;
    grid-template-columns: auto 25rem;
    grid-column-gap: 3rem;
    margin-top: 8rem;
  }
}
.dei-explanation__title {
  grid-column: -1/1;
  font-size: 2.65rem;
  margin-bottom: 3rem;
  margin-top: 0;
  max-width: 60rem;
}
@media screen and (min-width: 50em) {
  .dei-explanation__title {
    font-size: 3.65rem;
  }
}
.dei-explanation__title .highlight {
  margin-top: 0;
}
.dei-explanation__heading {
  font-size: 2.25rem;
  margin: 0;
  color: #ffc11e;
  font-weight: bold;
  position: relative;
  display: inline;
  padding-bottom: 0.5rem;
}
.dei-explanation__heading:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.25rem;
  bottom: 0;
  left: 0;
}
.dei-explanation p {
  color: white;
  font-size: 1.65rem;
}
.dei-explanation p:first-child {
  margin-top: 0;
}
.dei-explanation .link {
  color: #ffc11e;
  font-size: 1.65rem;
}
.dei-explanation .link:hover, .dei-explanation .link:focus {
  color: #ffd66b;
}
.dei-explanation__aside {
  background-color: rgba(0, 40, 85, 0.65);
  border-radius: 0.3rem;
  padding: 2rem;
  align-self: flex-start;
}
.dei-explanation__aside h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  color: white;
  line-height: 1.5;
  font-size: 1.35rem;
}
.dei-explanation__aside .button {
  text-shadow: none;
}
.dei__bar {
  background-color: rgba(0, 40, 85, 0.65);
  padding: 1rem 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media screen and (min-width: 60em) {
  .dei__bar {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 3rem;
    align-items: center;
  }
}
.dei__bar .link {
  color: #ffc11e;
  font-size: 1.25rem;
}
.dei__bar .button {
  margin-bottom: 0;
  justify-self: flex-end;
}
@media screen and (min-width: 60em) {
  .dei .two-column {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-column-gap: 3rem;
  }
}

@media screen and (min-width: 60em) {
  .two-column--about-us-dei {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-column-gap: 3rem;
  }
}

.dei-homepage__page-header {
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 4.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}
.dei-homepage__page-header--mission-statement {
  font-size: 3rem;
}
.dei-homepage .stylized-quote {
  color: #EAAA00;
  color: #c1e4ea;
  font-size: 1.65rem;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 2rem;
  font-style: italic;
}
.dei-homepage .stylized-quote__wrapper {
  padding: 2rem;
  position: relative;
  margin: 6rem 0;
  display: grid;
}
@media screen and (min-width: 40.625em) {
  .dei-homepage .stylized-quote__wrapper {
    padding: 2rem 6rem;
  }
}
.dei-homepage .stylized-quote__wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgba(155, 211, 221, 0) 10%, rgba(155, 211, 221, 0.4) 20%, rgba(155, 211, 221, 0.4) 80%, rgba(155, 211, 221, 0) 90%);
}
.dei-homepage .stylized-quote__wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(155, 211, 221, 0) 10%, rgba(155, 211, 221, 0.4) 20%, rgba(155, 211, 221, 0.4) 80%, rgba(155, 211, 221, 0) 90%);
}
.dei-homepage .stylized-quote__wrapper .link {
  color: #ffc11e;
  font-size: 1.25rem;
}
.dei-homepage .stylized-quote__wrapper .link:hover, .dei-homepage .stylized-quote__wrapper .link:focus {
  color: #ffd66b;
}
.dei-homepage .stylized-quote__wrapper .link-list {
  justify-self: center;
}
.dei-homepage .stylized-quote__body {
  text-align: center;
}
.dei-homepage .stylized-quote a {
  color: #ffc11e;
}
.dei-homepage .stylized-quote a:hover, .dei-homepage .stylized-quote a:focus {
  color: #ffd66b;
}
.dei-homepage .stylized-quote__stand-out {
  color: #ffc11e;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-size: 6rem;
  align-self: flex-end;
  line-height: 1;
  line-height: 0.75;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 60em) {
  .dei-homepage .about-dei {
    padding-top: 12rem;
  }
}
.dei-homepage .about-dei__title {
  text-shadow: 0 0.063rem 0.125rem #001022;
  font-size: 2.65rem;
  margin-top: 0;
  margin-bottom: 3rem;
  max-width: 60rem;
  grid-column: 1/-1;
}
@media screen and (min-width: 50em) {
  .dei-homepage .about-dei__title {
    font-size: 3.65rem;
  }
}
.dei-homepage .about-dei__content h3, .dei-homepage .about-dei__content p {
  text-shadow: 0 0.063rem 0.125rem #002855;
}
.dei-homepage .about-dei__content h3 {
  font-size: 2.5rem;
  color: #c1e4ea;
  font-style: italic;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  padding-bottom: 1.5rem;
}
.dei-homepage .about-dei__content h3:not(:first-child) {
  padding-top: 2rem;
}
.dei-homepage .about-dei__content h3:not(:first-child):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(155, 211, 221, 0) 10%, rgba(155, 211, 221, 0.2) 20%, rgba(155, 211, 221, 0.2) 80%, rgba(155, 211, 221, 0) 90%);
  background-image: linear-gradient(90deg, rgba(0, 40, 85, 0) 10%, rgba(0, 40, 85, 0.2) 20%, rgba(0, 40, 85, 0.2) 80%, rgba(0, 40, 85, 0) 90%);
}
.dei-homepage .about-dei__content h3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  bottom: 0;
  left: -5rem;
  background-image: linear-gradient(90deg, rgba(155, 211, 221, 0) 0%, rgba(155, 211, 221, 0.2) 20%, rgba(155, 211, 221, 0.2) 80%, rgba(155, 211, 221, 0) 90%);
}
.dei-homepage .about-dei__content p {
  font-size: 1.65rem;
  color: white;
}
.dei-homepage .about-dei__additional-actions {
  background-color: white;
  background-color: #e7f4f7;
  align-self: flex-start;
}
@media screen and (min-width: 60em) {
  .dei-homepage .about-dei .content-layout {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    grid-column-gap: 3rem;
  }
}
.dei-homepage .breadcrumb-wrapper {
  margin: 0 auto;
}
.dei-homepage .breadcrumb-wrapper:before {
  background-image: linear-gradient(90deg, rgba(0, 52, 102, 0.6) 60%, rgba(0, 52, 102, 0.25) 100%);
}
.dei-homepage .news .module-header {
  margin-bottom: 3rem;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.3;
  background-size: cover;
}
.bg-image img {
  filter: saturate(0) contrast(1.25);
  opacity: 0.2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hsc-diversity-border {
  background-color: #333F48;
  background-image: linear-gradient(123.75deg, rgba(253, 218, 36, 0), rgba(253, 218, 36, 0) 2rem, #FDDA24 2rem, #FDDA24 12.5%, #005EB8 12.5%, #005EB8 25%, #CD4C08 25%, #CD4C08 50%, #657A68 50%, #657A68 62.5%, #BE3A34 62.5%, #BE3A34 87.5%, #9BD3DD 87.5%, #9BD3DD calc(100% - 2rem), rgba(155, 211, 221, 0) calc(100% - 2rem), rgba(155, 211, 221, 0) 100%);
  padding: 0.75rem;
  border-radius: 0.3rem;
}
.hsc-diversity-border .card {
  box-shadow: none;
}
.hsc-diversity-border .card--link-list {
  margin-top: 0;
}

.allcap-white-bold {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
}
.allcap-white-bold .highlight {
  color: #EAAA00;
}

.allcap-blue-bold {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #002855;
}
.allcap-blue-bold .highlight {
  color: #005EB8;
}

.white-text-with-shadow {
  font-size: 1.5rem;
  color: white;
  text-shadow: 0.063rem 0.063rem 0.125rem #001022;
}
.white-text-with-shadow a {
  color: #EAAA00;
}
.white-text-with-shadow a:hover, .white-text-with-shadow a:focus {
  color: #ffc838;
}

.rdtp-page {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 56.25em) {
  .rdtp-page {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}
.rdtp-page__content {
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
}
@media screen and (min-width: 56.25em) {
  .rdtp-page__content {
    margin-top: 0;
    padding-top: 0;
    margin-left: 2rem;
    padding-left: 2rem;
    grid-row: 1/-1;
    grid-column: 2;
  }
}
.rdtp-page__content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  top: 0;
  left: 0;
  background-color: #b2bfc8;
  background-image: linear-gradient(-90deg, white, #b2bfc8 100%);
  opacity: 0.5;
}
@media screen and (min-width: 56.25em) {
  .rdtp-page__content:after {
    width: 0.063rem;
    height: 100%;
    background-image: linear-gradient(0deg, white, #b2bfc8 100%);
  }
}
.rdtp-page__intro-heading {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  color: #002855;
}
@media screen and (min-width: 40.65em) {
  .rdtp-page__intro-heading {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 46.875em) {
  .rdtp-page__intro-heading {
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .rdtp-page__intro-heading {
    margin-top: 1rem;
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 62.5em) {
  .rdtp-page__intro-heading {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 64em) {
  .rdtp-page__intro-heading {
    font-size: 4.25rem;
  }
}
.rdtp-page__intro p, .rdtp-page__intro a {
  font-size: 1.5rem;
}
.rdtp-page__main p, .rdtp-page__main a {
  font-size: 1.15rem;
}
.rdtp-logo {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 1rem;
  max-width: 13.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 62.5em) {
  .rdtp-logo {
    max-width: 14.5rem;
    grid-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 71.875em) {
  .rdtp-logo {
    max-width: 18.5rem;
  }
}
.rdtp-logo__image {
  display: block;
  width: 1.75rem;
}
@media screen and (min-width: 62.5em) {
  .rdtp-logo__image {
    width: 2rem;
  }
}
@media screen and (min-width: 71.875em) {
  .rdtp-logo__image {
    width: 2.25rem;
  }
}
.rdtp-logo__title {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  align-self: center;
  font-size: 1.5rem;
}
.rdtp-logo__title a {
  text-decoration: none;
  color: #003a7b;
}
.rdtp-logo__title a:hover, .rdtp-logo__title a:focus {
  text-decoration: underline;
  color: #003a7b;
}
@media screen and (min-width: 71.875em) {
  .rdtp-logo__title {
    font-size: 2rem;
  }
}
.rdtp__contact-info .content-layout.two-column {
  grid-gap: 3rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 56.25em) {
  .rdtp__contact-info .content-layout.two-column {
    grid-template-columns: 1fr 1fr;
  }
}
.rdtp__contact-info--content-page {
  position: relative;
  background-color: rgba(44, 42, 41, 0.02);
}
.rdtp__contact-info--content-page:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.063rem;
  top: 0;
  left: 0;
  background-color: #b2bfc8;
  background-image: linear-gradient(-90deg, white, #b2bfc8 100%);
  opacity: 0.5;
}
.rdtp__contact-form h2 {
  margin-top: 2em;
  margin-bottom: 0.75em;
  line-height: 1em;
  font-weight: normal;
  font-size: 1.65rem;
  color: #003a7b;
}
@media screen and (min-width: 20em) {
  .rdtp__contact-form h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 20em) and (min-width: 320px) {
  .rdtp__contact-form h2 {
    font-size: calc(26px + 6 * ((100vw - 320px) / 479));
  }
}
@media screen and (min-width: 20em) and (min-width: 799px) {
  .rdtp__contact-form h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 50em) {
  .rdtp__contact-form h2 {
    font-size: 2rem;
  }
}
.rdtp__hours, .rdtp__address, .rdtp__phone, .rdtp__fax, .rdtp__phone .label, .rdtp__fax .label, .rdtp__fax p {
  font-size: 1.5rem;
  color: #464342;
  line-height: 1.5;
}
.rdtp__phone .label, .rdtp__fax .label, .rdtp__fax p {
  margin: 0;
  display: inline-block;
}
.rdtp__hours {
  font-weight: normal;
}
.rdtp__address {
  font-style: normal;
}

.rdtp__breadcrumbs .breadcrumb-wrapper::before {
  background-image: none;
}
.rdtp__breadcrumbs .breadcrumb-wrapper .content-layout {
  width: 100%;
  max-width: none;
}
.rdtp__breadcrumbs .breadcrumbs li {
  text-shadow: none;
  color: #121110;
}
.rdtp__breadcrumbs .breadcrumbs li:not(.current)::before {
  border-top: 0.063rem solid #0D5257;
  border-right: 0.063rem solid #657A68;
}
.rdtp__breadcrumbs .breadcrumbs .list-item {
  color: #0033a0;
  text-decoration: underline;
}
.rdtp__breadcrumbs .breadcrumbs .list-item:hover, .rdtp__breadcrumbs .breadcrumbs .list-item:focus {
  color: #005eb8;
}

.rdtp__aside-navigation {
  margin-top: 3rem;
}
.rdtp__aside-navigation .aside-navigation {
  border-top: 0.125rem solid #b2bfc8;
  box-shadow: none;
}
@media screen and (min-width: 64em) {
  .rdtp__aside-navigation .aside-navigation {
    margin: 0;
  }
}
.rdtp__aside-navigation .aside-navigation > li {
  background-color: #edf0f3;
}
.rdtp__aside-navigation .aside-navigation .nav-item {
  border-bottom: 0.063rem solid #b2bfc8;
}
.rdtp__aside-navigation .aside-navigation .current > .nav-item {
  background-color: rgba(255, 255, 255, 0.35);
}

.card__heading-tab {
  background-color: #004485;
  margin: -1.563rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  border-radius: 0.3rem 0.3rem 0 0;
}

.card-logo-title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1.5rem;
  align-items: center;
  color: white;
  text-decoration: none;
}
.card-logo-title__link:hover, .card-logo-title__link:focus {
  text-decoration: underline;
  color: white;
}
.card-logo-title .card-title {
  color: white;
  font-size: 1.45rem;
  border-bottom: 0;
  padding-bottom: 0;
}
.card-logo-title .card-title span {
  font-size: 1.1rem;
  display: block;
}

img.iconic {
  visibility: hidden;
}

@media screen and (min-width: 56.875rem) {
  .top-nav-item--cta:last-child a {
    background-color: #EAAA00;
    color: #002855;
    font-weight: 600;
  }
}
@media screen and (min-width: 56.875rem) {
  .top-nav-item--cta:last-child a:hover, .top-nav-item--cta:last-child a:focus {
    background-color: #ffbc0a;
    color: #002855;
  }
}

.wvu-header-search-input {
  box-sizing: border-box !important;
}
.wvu-header-search-submit:focus {
  border: 1px dashed red;
}

.safety-footer {
  padding: 2rem 0;
}

.wvu-footer__layout {
  padding-top: 1rem;
  border-top: 0.063rem solid #147c83;
}
