﻿@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%;
  color: #2C2A29;
}

.site-container {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-calendar-picker-indicator {
  opacity: 100;
}

a {
  color: #005EB8;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a:hover, a:focus {
  color: #0033A0;
}

a[href^=tel] {
  color: #EAAA00;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.25em;
  margin-bottom: 0.25em;
  clear: both;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 0.25em;
  color: #002855;
  margin-top: 0;
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
  color: #002855;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.25;
  color: #0033A0;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #002855;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.5;
}

p {
  line-height: 1.5;
  margin: 0 0 1.5em;
}

img {
  display: block;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: none;
  border-top: 0.125rem solid #e7ebee;
}

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

.module__heading {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
}

.visually-hidden, .profile-card__organization-name, .profile-card__organization-unit, .profile-card__name-suffix-separator, .cal-pagination-prev .cal-pagination-button-label,
.cal-pagination-next .cal-pagination-button-label, .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;
}

.inline-list, .cal-events, .cal-tabs {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.layout-container {
  width: calc(100% - 2rem);
  max-width: 75rem;
  margin: 0 auto;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@supports (display: grid) {
  .grid {
    display: grid;
    grid-template-rows: auto;
    position: relative;
  }
}
@media print {
  .grid {
    display: block;
  }
}

@supports (display: grid) {
  .grid--two-column {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}

.grid--three-column {
  display: block;
}
@supports (display: grid) {
  .grid--three-column {
    /*@media screen and (min-width: 45em) {*/
    display: grid;
    grid-template-rows: auto;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    /*}*/
  }
}

@supports (display: grid) {
  .grid--four-column {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
  }
}

@supports (display: grid) {
  .grid--five-column {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem;
  }
}

.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);
  }
}
/*	WVU ALERT
	=========
    These styles will be used to style the WVU Alert area.

	```
    <section class="wvu-alert">
        <div class="layout-container wvu-alert__layout-container">
            <div class="wvu-alert__text">
                <h2 class="wvu-alert__heading">WVU Alert: Report of Shots Fired in the Area of College Ave/ Falling Run Please avoid the area.</h2>
            </div>

			<a href="https://emergency.wvu.edu" target="_blank" rel="noopener noreferrer" class="wvu-alert__button">More Information</a>
        </div>
    </section>
	```
*/
/*.wvu-alert {
    padding-top: 2rem;
    padding-bottom: 2rem;

	color: white;
	background-color: $pms-180-c;

    text-align: center;

    @media screen and (min-width: 58.75em) {
        text-align: left;

        .layout-container {
            @include flexbox;
            @include justify-content(space-between);
            @include align-items(center);
        }
    }

    &__text {
        margin-bottom: 1rem;

        @media screen and (min-width: 58.75em) {
            margin-right: 2rem;
            margin-bottom: 0;
        }
    }

    &__heading {
        margin-top: 0;
        margin-bottom: 0.25em;
		border: none;
		padding: 0;

		color: white !important;

        font-size: 2rem;
		line-height: 1.18;
        font-family: $helvetica-neue-black-condensed;
        font-weight: 400;
		font-style: normal;
        text-transform: uppercase;
    }

    &__button {
        @include flex-shrink(0);

		display: inline-block;
		border-radius: .25rem;
		padding: .75rem 1rem;

		color: $wvu-black;
		background-color: rgba(white, 0.9);

		font-size: 1rem;
		line-height: 1.125;
		font-family: $sans-serif;
		font-weight: 600;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;

		&:hover, &:focus {
			color: $wvu-black;
			background-color: white;
		}

		&:focus {
			outline-color: white;
			outline-offset: 0.125rem;
		}
    }
}*/
/* 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 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;
}

.button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  color: white;
  background-color: #005EB8;
  box-shadow: inset 0 -0.125rem #0033A0;
  position: relative;
}
.button:hover, .button:focus {
  color: white;
  background-color: #006ed7;
}
.button--secondary {
  background-color: #EAAA00;
  color: #2C2A29;
  box-shadow: inset 0 -0.125rem #ED8B00;
}
.button--secondary:hover, .button--secondary:focus {
  background-color: #ffbc0a;
  color: #002855;
}
.button--tertiary {
  color: white;
  background-color: #002855;
  box-shadow: inset 0 -0.125rem #002855;
  border: 0.0625rem solid #002855;
}
.button--tertiary:hover, .button--tertiary:focus {
  color: #0033A0;
  background: #EAAA00;
  box-shadow: inset 0 -0.125rem #c18c00;
  border: 0.0625rem solid #c18c00;
}
.button--tertiary[class*=arrow]::before, .button--tertiary[class*=arrow]::after {
  color: #005EB8;
}
.button--tertiary[class*=arrow]:hover::before, .button--tertiary[class*=arrow]:hover::after, .button--tertiary[class*=arrow]:focus::before, .button--tertiary[class*=arrow]:focus::after {
  color: #0033A0;
}
.button--alternate {
  background-color: #CD4C08;
  box-shadow: inset 0 -0.125rem #BE3A34;
}
.button--alternate:hover, .button--alternate:focus {
  background-color: #ea5709;
}
.button--disabled, .button--disabled:link, .button--disabled:visited, .button--disabled:hover, .button--disabled:focus {
  background-color: #A2AAAD;
  color: #2C2A29;
  box-shadow: inset 0 -0.125rem #929b9f;
}

.rich-text ul, .rich-text ol {
  line-height: 1.5;
  margin: 0 0 1.5em;
}
.rich-text li {
  margin-bottom: 0.5em;
}
.rich-text table {
  clear: both;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}
.rich-text tr {
  border: 0.0625rem solid #e7ebee;
}
.rich-text th,
.rich-text td {
  padding: 1rem;
  border: 0.0625rem solid #e7ebee;
  text-align: left;
}
.rich-text tr:nth-child(odd) {
  background: #f3f5f7;
}
.rich-text img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.rich-text .img-float-left,
.rich-text .img-float-right {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 41.25em) {
  .rich-text .img-float-left,
  .rich-text .img-float-right {
    max-width: 50%;
  }
}
@media screen and (min-width: 41.25em) {
  .rich-text .img-float-left {
    float: left;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 41.25em) {
  .rich-text .img-float-right {
    float: right;
    margin-left: 2rem;
  }
}

blockquote,
.blockquote,
.pull-quote {
  margin-top: 0.5rem;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  background: white;
  font-size: 1.375rem;
  font-family: "IowanOldStyleW01-Italic1120392", "Times New Roman", Times, serif;
  margin-left: 0;
  padding-left: 3rem;
  line-height: 1.5;
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    blockquote,
    .blockquote,
    .pull-quote {
      margin-left: -2rem;
      padding: 1rem 2rem;
    }
  }
}
blockquote::before,
.blockquote::before,
.pull-quote::before {
  position: absolute;
  top: 0rem;
  font-size: 5.5rem;
  content: open-quote;
  color: #002855;
  font-family: Georgia;
  background: white;
  padding-left: 0;
  left: 0;
  line-height: 1;
  text-shadow: 0.125rem 0.125rem #9BD3DD;
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    blockquote::before,
    .blockquote::before,
    .pull-quote::before {
      left: -2.5rem;
      z-index: 2;
      padding-left: 0.75rem;
      height: 55px;
      font-size: 7.5rem;
    }
  }
}
blockquote p,
.blockquote p,
.pull-quote p {
  position: relative;
  z-index: 1;
}
blockquote p:last-child,
.blockquote p:last-child,
.pull-quote p:last-child {
  margin: 0;
}

.blockquote {
  display: block;
}

blockquote::before, .blockquote::before, .pull-quote::before {
  transform: none;
}

.pull-quote {
  font-size: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .pull-quote {
    width: 20rem;
    float: left;
    margin: 4rem 2rem 2rem 0;
  }
}

figure.caption {
  display: table;
  width: auto;
  max-width: 100%;
  background-color: #e7ebee;
  padding: 0.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 41.25em) {
  figure.caption.img-float-left, figure.caption.img-float-right {
    margin-top: 0;
  }
}
@media screen and (min-width: 41.25em) {
  figure.caption.img-float-left {
    margin-right: 2rem;
    float: left;
  }
}
@media screen and (min-width: 41.25em) {
  figure.caption.img-float-right {
    margin-left: 2rem;
    float: right;
  }
}
figure.caption figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #f3f5f7;
  padding: 1rem;
}

.fig-images,
.caption-items {
  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: 41.25em) {
  .fig-images,
  .caption-items {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.fig-image:nth-child(n+2),
.caption-item:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 41.25em) {
  .fig-image:nth-child(n+2),
  .caption-item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

/*	FEATURE
	=======
    These styles will be used to style the brand-controlled feature area at the top of the home
        page and specific landing pages.

	The rules included in this partial are the standard way to style this component’s markup.
        These styles can be tweaked per use in each website.

	```
    <div class="feature has-media">
        <div class="feature__image">
            <img src="_Common/Images/research.jpg"
                 srcset="_Common/Images/feature.jpg 600w, _Common/Images/feature.jpg 1200w, _Common/Images/feature.jpg 2000w"
                 sizes="100vw"
                 alt="Research">
        </div>
        <div class="feature__text">
            <div class="layout-container">
                <div class="feature__heading">Start by taking the <b>First Step.</b></div>
                <p class="feature__blurb">The first thing you’ll learn here is that “impossible” is just a challenge.</p>
                <a href="#" class="button feature__button">Feature Button</a>
            </div>
        </div>
    </div>
	```
*/
.feature {
  position: relative;
  background-color: #333F48;
}
@media screen and (min-width: 75.25em) {
  .feature {
    height: 40rem;
    overflow: hidden;
  }
}
.feature__image {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 75.25em) {
  .feature__image {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.feature__image img {
  width: 100%;
  display: block;
}
.feature__text {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  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;
}
@media screen and (min-width: 36.25em) {
  .feature__text {
    height: 100%;
  }
}
@media screen and (min-width: 36.25em) {
  .has-media .feature__text {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(44, 42, 41, 0.6) 25%, rgba(44, 42, 41, 0) 70%);
    height: 100%;
    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;
  }
}
@media screen and (min-width: 40em) {
  .feature__heading, .feature__blurb {
    width: 70%;
  }
}
@media screen and (min-width: 66.25em) {
  .feature__heading, .feature__blurb {
    width: 60%;
  }
}
.feature__heading {
  line-height: 0.95;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  color: white;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem black;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (min-width: 45em) {
  .feature__heading {
    font-size: 4rem;
    line-height: 0.85;
  }
}
@media screen and (min-width: 60.625em) {
  .feature__heading {
    font-size: 5rem;
    line-height: 0.8;
  }
}
@media screen and (min-width: 66.25em) {
  .feature__heading {
    font-size: 6rem;
  }
}
@media screen and (min-width: 71.875em) {
  .feature__heading {
    font-size: 6.5rem;
  }
}
.feature__heading b {
  color: #EAAA00;
  font-weight: 400;
  display: block;
}
.feature__blurb {
  font-size: 1.25rem;
  color: white;
  line-height: 1.3;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem black;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 45em) {
  .feature__blurb {
    font-size: 1.5rem;
  }
}
.feature__button {
  margin-top: 1rem;
}

.feature__highlight {
  color: #EAAA00;
  font-weight: normal;
  display: block;
}
@media print {
  .feature__highlight {
    color: black;
  }
}

.page-header {
  position: relative;
  overflow: hidden;
}
.page-header-image {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.page-header-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(51, 63, 72, 0.96) 25%, rgba(51, 63, 72, 0.2) 70%);
  background-size: auto;
  opacity: 1;
}
.page-header-image img {
  width: 100%;
}
.page-header-text {
  position: relative;
  z-index: 1;
}
.page-header-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  line-height: 0.95;
  font-size: 2.5rem;
  color: white;
  text-transform: uppercase;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem black;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 42.5rem) {
  .page-header-heading {
    font-size: 3.5rem;
    line-height: 0.85;
  }
}
.page-header-heading a {
  color: white;
  text-decoration: none;
}
.page-header-heading b {
  color: #EAAA00;
  font-weight: 400;
}

.breadcrumbs-container {
  margin: 0;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 7.5rem;
}
@media screen and (min-width: 65em) {
  .breadcrumbs-container {
    padding-right: 0;
  }
}

.back-link {
  font-size: 0.8125rem;
  display: inline-block;
}
@media screen and (min-width: 31.25em) {
  .back-link {
    display: none;
  }
}

.breadcrumbs {
  font-size: 0.8125rem;
  display: none;
  margin-bottom: -0.5rem;
}
@media screen and (min-width: 31.25em) {
  .breadcrumbs {
    display: block;
  }
}

.breadcrumb {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.breadcrumb:nth-last-child(n+2)::after {
  border-style: solid;
  border-width: 0.125rem 0.125rem 0 0;
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  color: #A2AAAD;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.25rem;
  position: relative;
  top: -0.0625rem;
}
.breadcrumb a {
  margin-right: 0.75rem;
}

.sub-navigation-button {
  position: absolute;
  top: 15%;
  right: -2rem;
}
@media screen and (min-width: 65em) {
  .sub-navigation-button {
    display: none;
  }
}

/*.page-content {

}*/
.page__primary {
  position: relative; /* Do we need this? */
  border-top: 0.1875rem solid #e7ebee;
  padding-top: 1.5rem;
}
@media screen and (min-width: 65em) {
  .page__primary {
    width: calc(70% - 2rem); /* @include flex(0 0 70%); padding-right: 3rem; */
  }
}
.page__primary > *:last-child {
  margin-bottom: 0;
}
.page__hero {
  margin-bottom: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 65em) {
  .page__hero {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .page-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-primary {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 65em) {
  .page-primary {
    width: calc(70% - 3rem);
    margin-right: 3rem;
    margin-bottom: 0;
  }
}

.spacing-top {
  padding-top: 2rem;
}
@media screen and (min-width: 31.25em) {
  .spacing-top {
    border-top: 0.1875rem solid #e7ebee;
  }
}

.page-secondary {
  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;
  clear: both;
}
@media screen and (min-width: 65em) {
  .page-secondary {
    width: calc(30% - 3rem);
    margin-left: 3rem;
  }
}

.page-content {
  margin-bottom: 1rem;
}
@media screen and (min-width: 65em) {
  .page-content {
    margin-bottom: 4rem;
  }
}
.page-content-header {
  overflow: hidden;
  border-bottom: 0.0625rem solid #e7ebee;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 0.9375rem;
}
.page-content-heading {
  font-size: 1.75rem;
  color: #333F48;
  margin-top: 0;
  font-size: 2.5rem;
}
.page-content-subheading {
  font-size: 1.5rem;
  color: #A2AAAD;
  line-height: 1.1;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.page-content-time, .page-content-category {
  display: block;
}
@media screen and (min-width: 25em) {
  .page-content-time, .page-content-category {
    display: inline-block;
  }
}
.page-content-time {
  margin-top: 1rem;
  position: relative;
}
@media screen and (min-width: 25em) {
  .page-content-time {
    padding-right: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media screen and (min-width: 25em) {
  .page-content-time::after {
    content: "";
    width: 0.25rem;
    height: 0.75rem;
    background-color: #EAAA00;
    -moz-transform: skew(-33.75deg) translateY(-50%);
    -ms-transform: skew(-33.75deg) translateY(-50%);
    -o-transform: skew(-33.75deg) translateY(-50%);
    -webkit-transform: skew(-33.75deg) translateY(-50%);
    transform: skew(-33.75deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.page-content-time .iconic {
  top: 0.1875rem;
  position: relative;
}
.page-content-time .iconic * {
  fill: currentColor;
  stroke: currentColor;
}
.page-content-category {
  text-decoration: none;
}
.page-content-image {
  margin-bottom: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 65em) {
  .page-content-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/*.story-meta {
    padding: 2rem;
    background-color: $lighter-grey;
    border: .0625rem solid $light-grey;
    clear: left;
}

.story-meta div:first-child,
.story-meta div:nth-child(2),
.story-meta div:nth-child(4) {
    margin-bottom: 1rem;
}*/
.lp-content {
  margin-top: 4rem;
}

@media screen and (min-width: 65em) {
  .lp-primary {
    width: calc(60% - 3rem);
  }
}

@media screen and (min-width: 65em) {
  .lp-secondary {
    width: calc(40% - 3rem);
  }
}

.lp-primary p:first-child {
  font-size: 1.25rem;
}

.sub-nav {
  padding-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (min-width: 65em) {
  .sub-nav {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
.sub-nav-items {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 0.1875rem solid #e7ebee;
  border-bottom: 0.1875rem solid #e7ebee;
}
.sub-nav-item a {
  padding: 0.75rem;
  display: block;
  -moz-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
  color: #005EB8;
  font-weight: 600;
  text-decoration: none;
}
.sub-nav-item a:hover, .sub-nav-item a:focus {
  background-color: #f3f5f7;
  color: #0033A0;
}
.sub-nav-child-items a {
  padding-left: 1.5rem;
  font-weight: 400;
}
.sub-nav .current > a {
  background-color: #005EB8;
  color: white;
}
.sub-nav .current > a:hover, .sub-nav .current > a:focus {
  background-color: #006ed7;
  color: white;
}

.parent-link {
  display: block;
  border-top: 0.1875rem solid #e7ebee;
  position: relative;
  line-height: 1.5;
  padding: 1rem 0.75rem 1rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}
.parent-link::before {
  position: absolute;
  top: 1.4375rem;
  left: 0.75rem;
  border-style: solid;
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  color: #005EB8;
  border-width: 0.125rem 0 0 0.125rem;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.parent-link:hover::before, .parent-link:focus::before {
  color: #0033A0;
}

.footer {
  padding: 1rem 0;
  background: #002855;
}
@media print {
  .footer {
    display: none;
  }
}
@media screen and (min-width: 25em) {
  .footer .layout-container {
    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;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 35em) {
  .footer .layout-container {
    padding: 2rem 0;
  }
}
.footer .thing {
  font-size: 1rem;
}
.footer a {
  color: #99a9bb;
  font-weight: bold;
  transition: color 0.2s ease;
  padding: 0;
  margin-top: 0.75rem;
}
.footer a:hover, .footer a:focus {
  color: #EAAA00;
}
.footer a:focus {
  outline-color: #EAAA00;
  outline-offset: 0.125rem;
}
.footer__navigation {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 35em) {
  .footer__navigation {
    width: auto;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
}
@media screen and (min-width: 55em) {
  .footer__navigation {
    -webkit-box-flex: 75%;
    -webkit-flex: 75%;
    -moz-box-flex: 75%;
    -moz-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    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;
    margin-bottom: 0;
  }
}
.footer__navigation-list {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -moz-box-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 35em) {
  .footer__navigation-list {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
@media screen and (min-width: 55em) {
  .footer__navigation-list {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
.footer__navigation-item {
  padding: 0.25rem 0;
  line-height: 1.5;
}
.footer__info {
  max-width: 25%;
}
.footer__info h2 {
  margin-top: 0;
}
.footer__contact-address {
  line-height: 1.6;
  font-style: normal;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -moz-box-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  color: white;
}
@media screen and (min-width: 35em) {
  .footer__contact-address {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
}
@media screen and (min-width: 45em) {
  .footer__contact-address {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
    -moz-box-flex: 25%;
    -moz-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
  }
}

.news-module {
  background: linear-gradient(45deg, #9bd3dd 10%, #fff 100%);
}

@media screen and (min-width: 55em) {
  .news-module-grid {
    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;
  }
}
.news-module-grid__solo {
  margin-bottom: 3rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 55em) {
  .news-module-grid__solo {
    /*@include flex(50%);*/
    width: 50%;
    padding-right: 1.5rem;
  }
}
.news-module-grid__solo .news-stub__headline {
  font-size: 2rem;
}
.news-module-grid__solo p {
  line-height: 1.5;
}
.news-module-grid__others {
  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: 55em) {
  .news-module-grid__others {
    /*@include flex(50%);*/
    width: 50%;
    padding-left: 1.5rem;
  }
}
.news-module-grid__others .news-stub {
  /*@include flex(calc(50% - 0.75rem));*/
  width: calc(50% - 0.75rem);
}
.news-module-grid__others .news-stub:first-child, .news-module-grid__others .news-stub:nth-child(2) {
  padding-bottom: 1.5rem;
}
.news-module-grid__others .news-stub:nth-child(even) {
  margin-left: 1.5rem;
}
.news-module-grid__others .news-stub:nth-child(n+3) {
  padding: 1.5rem 0;
}
.news-module-grid__buttons {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -moz-box-flex: 100%;
  -moz-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  text-align: center;
}
.news-module-grid__buttons .button {
  margin-top: 0;
}

/*	NEWS STUB
	=========
	A block used to preview a news story. This will most likely be used on the site homepage, the News
		template, and in the “Other Recent Stories” block on Story pages. The summary paragraph (the
		last child node in the example below) is considered optional at the time of authoring.

	```
	<article class="news-stub">
        <a href="story?headline=dress-in-blue-day-group-photo-this-friday-in-cancer-institute-atrium" class="news-stub__link">
            <img src="{story image}" alt="" class="news-stub__image">

            <h3 class="news-stub__headline">{story headline}</h3>
        </a>

        {story summary}
    </article>
	```
*/
.news-stub__story {
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.news-stub__image {
  display: block;
  max-width: 100%;
  width: 100%;
  opacity: 1;
  transition: all 0.25s;
}
.news-stub__image:not([src]) {
  height: 0;
  padding-bottom: 56.25%;
  background-color: #e1deda;
  background-image: url("http://publichealth.hsc.wvu.edu/media/1018/generic-news-image.jpg?anchor=center&mode=crop&width=600&height=337&rnd=131221167730000000");
  background-size: contain, auto;
}
.news-stub__link {
  transition: all 0.25s;
}
.news-stub__link:hover .news-stub__image, .news-stub__link:focus .news-stub__image {
  border-color: #EAAA00;
  transform: scale(1.02);
  opacity: 0.7;
}
.news-stub__link:focus {
  display: block;
}
.news-stub__headline {
  margin-top: 1rem;
  font-size: 1.75rem;
  text-decoration: underline;
}
.news-module-grid__others .news-stub__headline {
  font-size: 1.2rem;
}

.news-stub__image-container {
  position: relative;
}
.news-stub__image-container div {
  overflow: hidden;
}

.news-status svg,
.news-status svg * {
  fill: currentColor;
  stroke: currentColor;
}

@media screen and (min-width: 35em) {
  .news-grid {
    /*@include flexbox();
    @include flex-wrap(wrap);
    @include flex-direction(row);
    @include justify-content(space-between);*/
    display: flex;
    flex-direction: column;
  }
}
.news-grid-stub {
  padding: 1rem 0;
}
.news-grid-stub:not(:last-of-type) {
  box-shadow: 0 0.75rem 0.75rem -0.75rem rgba(0, 0, 0, 0.15);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.news-grid-stub--full {
  flex: none;
  padding: 1rem 0;
  width: 100%;
}
.news-grid-stub a:hover img, .news-grid-stub a:focus img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
.news-grid-stub a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-grid-stub a:focus {
  display: block;
}
.news-grid-story-content {
  position: relative;
  /*display: block;*/
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 35em) {
  .news-grid-story-content {
    flex-wrap: nowrap;
  }
}
.news-grid h2, .news-grid h3 {
  margin-top: 0;
  font-size: 1.5rem;
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 35em) {
  .news-grid h2, .news-grid h3 {
    padding-left: 1.5rem;
  }
}
.news-grid h2.entry-title--no-image, .news-grid h3.entry-title--no-image {
  padding-bottom: 2rem;
  box-shadow: 0 0.75rem 0.75rem -0.75rem rgba(0, 0, 0, 0.15);
}
.news-grid a:hover .entry-title, .news-grid a:focus .entry-title {
  color: #005EB8;
}
.news-grid .news-grid-story-media {
  position: relative;
  display: block;
  margin: 0 0 1rem;
  padding: 0;
  width: 50%;
}
.news-grid .news-grid-story-media div {
  overflow: hidden;
}
.news-grid-thumb {
  display: block;
  max-width: 100%;
}

.news-story__header {
  margin: 0 0 2rem 0;
}
.news-story__header .entry-title {
  margin-top: 0;
}
.news-story__subheading {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.news-story__meta {
  margin-bottom: 0.5em;
  color: #333F48;
  font-weight: bold;
}
.news-story__meta time + .p-category {
  margin-left: 0.25rem;
  border-left: 1px solid #005EB8;
  padding-left: 0.5rem;
}
.news-story__image {
  max-width: 100%;
  margin: 0 auto 2rem 0;
}

.rich-text img.news-story__image {
  width: 100%;
}

ul.news__unordered-list {
  padding: 0;
  list-style: none;
}

.site-search {
  margin: 1rem 0 2rem;
}
.site-search-header {
  margin: 1rem 0 2rem;
}
.site-search-title {
  padding-bottom: 1rem;
  background-image: linear-gradient(to right, #9BD3DD, transparent);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}
.site-search form {
  text-align: center;
}
@media screen and (min-width: 38.5em) {
  .site-search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.site-search input[type=text] {
  margin: 0 0.5rem 0 0;
  padding: 0.25rem 0.5rem;
  width: 100%;
  font-size: 2rem;
}
@media screen and (min-width: 38.5em) {
  .site-search input[type=text] {
    -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;
    width: auto;
  }
}
.site-search__button {
  display: block;
  width: 100%;
  margin: 1rem 0;
}
@media (min-width: 38.5em) {
  .site-search__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;
    width: auto;
    margin: 0;
  }
}

.search-results-keyword {
  padding: 0 0.2em;
  background-color: #fff8d5;
  font-weight: bold;
}
@media (min-width: 38.5em) {
  .search-results-pagination {
    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;
  }
}
.search-results-pagination-button {
  display: block;
  margin: 1em 0;
}
@media (min-width: 38.5em) {
  .search-results-pagination-button {
    display: inline-block;
    min-width: 10em;
    margin: 1em;
  }
}
.search-results-pagination-button span {
  position: relative;
}
.search-results-pagination-button span::before, .search-results-pagination-button span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-style: solid;
  color: currentColor;
}
.search-results-pagination-button[rel=prev] span {
  left: 0.5em;
}
.search-results-pagination-button[rel=prev] span::before, .search-results-pagination-button[rel=prev] span::after {
  left: -0.7rem;
  margin-right: 0.25rem;
  border-width: 0.125rem 0 0 0.125rem;
  -webkit-transform: translate(0, -40%) rotate(-45deg);
  transform: translate(0, -40%) rotate(-45deg);
}
.search-results-pagination-button[rel=prev] span::before {
  margin: 0.075rem 0 0 0.075rem;
  color: rgba(0, 0, 0, 0.8);
}
.search-results-pagination-button[rel=next] span {
  right: 0.2em;
}
.search-results-pagination-button[rel=next] span::before, .search-results-pagination-button[rel=next] span::after {
  right: -0.7rem;
  margin-left: 0.25rem;
  border-width: 0.125rem 0 0 0.125rem;
  -webkit-transform: translate(0, -40%) rotate(135deg);
  transform: translate(0, -40%) rotate(135deg);
}
.search-results-pagination-button[rel=next] span::before {
  margin: 0.075rem 0 0 0.075rem;
  color: rgba(0, 0, 0, 0.8);
}

.search-result-title {
  margin-bottom: 0;
}
.search-result-title a {
  color: #005EB8;
}
.search-result-title a:hover, .search-result-title a:focus {
  color: #0033A0;
}
.search-result-url {
  color: #6E6259;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-content #___gcse_0 table td {
  padding: 0;
}

#___gcse_0 form.gsc-search-box {
  display: none;
}

#___gcse_0,
#___gcse_0 * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#___gcse_0 #gsc-iw-id1 table,
#___gcse_0 * #gsc-iw-id1 table {
  height: 100%;
}
#___gcse_0 .gsc-control-cse, #___gcse_0 .gsc-control-cse .gsc-table-result,
#___gcse_0 * .gsc-control-cse,
#___gcse_0 * .gsc-control-cse .gsc-table-result {
  font-size: 1rem;
  padding: 0;
}
#___gcse_0 .gsc-table-result, #___gcse_0 .gsc-thumbnail-inside, #___gcse_0 .gsc-url-top,
#___gcse_0 * .gsc-table-result,
#___gcse_0 * .gsc-thumbnail-inside,
#___gcse_0 * .gsc-url-top {
  padding: 0;
}
#___gcse_0 .gsc-orderby-container,
#___gcse_0 * .gsc-orderby-container {
  text-align: right;
}
#___gcse_0 #gs_tti50,
#___gcse_0 * #gs_tti50 {
  padding-left: 0.5rem;
}
#___gcse_0 .gsst_a,
#___gcse_0 * .gsst_a {
  padding-top: 7px;
}
#___gcse_0 .gsc-search-button,
#___gcse_0 * .gsc-search-button {
  background: #CD4C08;
  box-shadow: inset 0 -2px #9c3a06;
}
#___gcse_0 .gsc-search-button .gsc-search-button gsc-search-button-v2,
#___gcse_0 * .gsc-search-button .gsc-search-button gsc-search-button-v2 {
  box-shadow: none;
}
#___gcse_0 .gsc-search-button:hover, #___gcse_0 .gsc-search-button:focus,
#___gcse_0 * .gsc-search-button:hover,
#___gcse_0 * .gsc-search-button:focus {
  background-color: #ab3f07;
  box-shadow: inset 0 -2px #833105;
}
#___gcse_0 .gsc-search-button input,
#___gcse_0 * .gsc-search-button input {
  border: none;
  box-shadow: none;
  background: none;
}
#___gcse_0 .gsc-search-button input:hover, #___gcse_0 .gsc-search-button input:focus,
#___gcse_0 * .gsc-search-button input:hover,
#___gcse_0 * .gsc-search-button input:focus {
  background: none;
  border: none;
  box-shadow: none;
}
#___gcse_0 .gsc-search-button:focus,
#___gcse_0 * .gsc-search-button:focus {
  /*outline: none;*/
}
#___gcse_0 .gsc-input,
#___gcse_0 * .gsc-input {
  font-size: 2rem;
}
#___gcse_0 .gsc-input-box,
#___gcse_0 * .gsc-input-box {
  height: auto;
  padding: 0.5rem;
}
#___gcse_0 .gsc-result-info,
#___gcse_0 * .gsc-result-info {
  padding: 0;
}
#___gcse_0 table,
#___gcse_0 * table {
  margin: 0;
  border: none;
}
#___gcse_0 table td,
#___gcse_0 * table td {
  border: none;
  padding: 0;
  text-align: left;
}
#___gcse_0 table tr,
#___gcse_0 * table tr {
  padding: 0.25rem;
  border: none;
  background: none;
  color: black;
}
#___gcse_0 table .gsib_a,
#___gcse_0 * table .gsib_a {
  padding: 0 0.5rem;
}
#___gcse_0 .gs-title,
#___gcse_0 * .gs-title {
  margin-bottom: 0.5rem;
}
#___gcse_0 .gs-title a,
#___gcse_0 * .gs-title a {
  color: #005EB8;
  font-size: 1.25rem;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
#___gcse_0 .gs-title a:hover, #___gcse_0 .gs-title a:focus,
#___gcse_0 * .gs-title a:hover,
#___gcse_0 * .gs-title a:focus {
  color: #0033A0;
}
#___gcse_0 .gsc-url-top, #___gcse_0 .gs-webResult, #___gcse_0 div.gs-visibleUrl,
#___gcse_0 * .gsc-url-top,
#___gcse_0 * .gs-webResult,
#___gcse_0 * div.gs-visibleUrl {
  color: #6E6259;
  text-overflow: ellipsis;
}
#___gcse_0 .gsc-table-result,
#___gcse_0 * .gsc-table-result {
  white-space: normal;
  color: black;
}
#___gcse_0 .gs-webResult.gs-result a.gs-title:link b,
#___gcse_0 * .gs-webResult.gs-result a.gs-title:link b {
  font-size: 1.25rem;
  padding: 0 0.2em;
  background-color: #fff8d5;
  font-weight: bold;
}
#___gcse_0 .gs-result .gs-title, #___gcse_0 .gs-result .gs-title *,
#___gcse_0 * .gs-result .gs-title,
#___gcse_0 * .gs-result .gs-title * {
  text-decoration: none;
  height: auto;
}
#___gcse_0 .gsc-above-wrapper-area,
#___gcse_0 * .gsc-above-wrapper-area {
  margin-bottom: 0.5rem;
}
#___gcse_0 .gsc-cursor-box.gs-bidi-start-align,
#___gcse_0 * .gsc-cursor-box.gs-bidi-start-align {
  margin: 0;
  display: flex;
}
#___gcse_0 .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page,
#___gcse_0 * .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
  display: inline-block;
  margin: 1.5rem 0.25rem 1.5rem 0;
  border-radius: 3px;
  padding: 0.75rem;
  color: white;
  background-color: #CD4C08;
  box-shadow: inset 0 -2px #9c3a06;
  font-size: 1rem;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0.0725rem 0.0725rem 0.0725rem black;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}
#___gcse_0 .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:hover, #___gcse_0 .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:focus,
#___gcse_0 * .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:hover,
#___gcse_0 * .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:focus {
  background-color: #ab3f07;
  box-shadow: inset 0 -2px #833105;
}
#___gcse_0 .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:focus,
#___gcse_0 * .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:focus {
  outline: none;
}
#___gcse_0 .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-current-page,
#___gcse_0 * .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-current-page {
  background-color: #ab3f07;
  cursor: normal;
}

/*	<div class="directory-list">
		<h2 class="directory-list__title">Title</h2>

		<fieldset class="directory-list__order-buttons" hidden>
			<legend class="directory-list__order-legend visually-hidden">Sort</legend>
			<button data-sort-method="explicit-id-order" class="button directory-list__order-button directory-list__order-button--original js-sort-original">Default Order</button>@*
			*@<button data-sort-method="position" class="button directory-list__order-button directory-list__order-button--position js-sort-position is-active" aria-pressed="true" disabled>Order by Position</button>@*
			*@<button data-sort-method="alpha" class="button directory-list__order-button directory-list__order-button--alpha js-sort-alphabetically" aria-pressed="false">Order Alphabetically</button>
		</fieldset>

		<div class="directory-list__users">

			<div class="directory-list__user directory-card h-card vcard" data-position="0" data-alpha="{…}" data-explicit-id-order="-1">
				<div class="directory-card__photo-container">
					<img src="{…}" alt="Photo of Erin Bunner" class="directory-card__photo u-photo photo">
				</div>

				<div class="directory-card__info-container">
					<h3 class="directory-card__name p-name fn">Erin Bunner<span class="directory-card__name-suffix-separator">, </span><span class="directory-card__honorary-suffix p-honorary-suffix honorary-suffix">{…}</span></h3>

					<div class="visually-hidden p-organization organization p-organization-name organization-name">West Virginia University</div>

					<dl class="directory-card__details">
						<dt class="directory-card__label directory-card__label--position">Position</dt>
						<dd class="directory-card__value directory-card__value--position p-role role">Director of Application and Web Support, Information Technology Services</dd>
						<dd class="directory-card__value directory-card__value--position p-role role">Director of Application and Web Support, Application / Web Services</dd>

						<dt class="directory-card__label directory-card__label--phone">Phone</dt>
						<dd class="directory-card__value directory-card__value--phone p-tel tel">304-293-2491</dd>
					</dl>
				</div>

				<ul class="directory-card__actions">
					<li><a class="directory-card__action directory-card__action--profile u-url url" href="http://directory.hsc.wvu.edu/Individual/Index/28598" target="_blank">View <span class="visually-hidden">Erin Bunner’s</span> Profile</a></li>
					<li><a class="directory-card__action directory-card__action--email u-email email" href="mailto:ebunner@hsc.wvu.edu">Send <span class="visually-hidden">Erin Bunner</span> an Email</a></li>
				</ul>
			</div>

			{…}

		</div>
	</div>
*/
.directory-list__order-buttons {
  margin: 0;
  border: none;
  padding: 0.75rem 0;
}
.directory-list__order-button {
  width: 100%;
  border-radius: 0;
}
.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: 40em) {
  .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;
  }
}
.directory-list__order-button.is-active, .directory-list__order-button.is-active:link, .directory-list__order-button.is-active:visited, .directory-list__order-button.is-active:hover, .directory-list__order-button.is-active:focus {
  background-color: #0033A0;
}
.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-list__user {
  background: #002855;
  color: white;
}

.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;
  border-radius: 0.25rem;
  padding: 1.5rem;
}
@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-card__photo {
  max-width: 5rem !important;
}
.directory-card__name {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #EAAA00;
  color: #EAAA00;
  font-size: 1.75rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .directory-card__name {
    margin-top: 0;
  }
}
.directory-card__honorary-suffix {
  display: block;
  color: #FDDA24;
  font-size: 0.8rem;
  font-weight: bold;
}
.directory-card__details {
  line-height: 1.3;
}
.directory-card__details a:hover, .directory-card__details a:focus {
  color: #EAAA00;
}
.directory-card__label {
  margin-top: 1rem;
  font-weight: 600;
}
.directory-card__label::after {
  content: ":";
}
.directory-card__value {
  margin: 0;
  padding: 0;
  /* 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__action {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  color: white;
  font-weight: bold;
}
.directory-card__action:hover, .directory-card__action:focus {
  color: #EAAA00;
}

ul.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;
  margin: auto -1.5rem -1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 1.5rem 0;
  background: #002f64;
  list-style-type: none;
}
ul.directory-card__actions li {
  display: inline;
}

.calendar {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.cal-navigation {
  font-size: 1rem;
  background: #002855;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.cal-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.cal-tab a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.8125rem;
  border-bottom: 0.1875rem solid transparent;
  color: white;
  font-weight: 600;
  text-decoration: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 20.625em) {
  .cal-tab a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cal-tab a:hover {
  color: #EAAA00;
}
.cal-tab.current a {
  border-color: #EAAA00;
  color: #EAAA00;
}

.cal-header {
  padding: 1rem;
  border: 0.0625rem solid #e7ebee;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 37.5em) {
  .cal-header {
    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;
  }
}

.cal-heading {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 26.25em) {
  .cal-heading {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 37.5em) {
  .cal-heading {
    margin-bottom: 0;
  }
}

.cal-pagination-button {
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  -moz-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  font-weight: 600;
  color: #005EB8;
  background: white;
  box-shadow: inset 0 -0.125rem #e7ebee;
  border: 0.0625rem solid #e7ebee;
  border-bottom: none;
}
.cal-pagination-button:nth-last-child(n+2) {
  margin-right: 0.25rem;
}
.cal-pagination-button:hover, .cal-pagination-button:focus {
  color: #0033A0;
  background: #f3f5f7;
}
.cal-pagination-button.is-disabled {
  color: #e7ebee;
}

.cal-pagination-prev::after,
.cal-pagination-next::after {
  border-style: solid;
  content: "";
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  color: #005EB8;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.cal-pagination-prev:hover::after,
.cal-pagination-next:hover::after {
  color: #0033A0;
}

.cal-pagination-prev::after {
  border-width: 0.25rem 0 0 0.25rem;
  -moz-transform: translate(0.125rem, 0) rotate(-45deg);
  -ms-transform: translate(0.125rem, 0) rotate(-45deg);
  -o-transform: translate(0.125rem, 0) rotate(-45deg);
  -webkit-transform: translate(0.125rem, 0) rotate(-45deg);
  transform: translate(0.125rem, 0) rotate(-45deg);
  left: 0.25rem;
}

.cal-pagination-next::after {
  border-width: 0.25rem 0.25rem 0 0;
  -moz-transform: translate(-0.125rem, 0) rotate(45deg);
  -ms-transform: translate(-0.125rem, 0) rotate(45deg);
  -o-transform: translate(-0.125rem, 0) rotate(45deg);
  -webkit-transform: translate(-0.125rem, 0) rotate(45deg);
  transform: translate(-0.125rem, 0) rotate(45deg);
  right: 0.25rem;
}

.cal-aside {
  margin-bottom: 2rem;
  position: relative;
  z-index: 999;
}

.cal-filters-toggle {
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  -moz-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  position: relative;
  color: #005EB8;
  background: white;
  box-shadow: inset 0 -0.125rem #e7ebee;
  border: 0.0625rem solid #e7ebee;
  border-bottom: none;
  /*&::after {
      content: "";
      background: red;
      width: 20px;
      height: 20px;
  }*/
}

.is-shown .cal-filters-toggle {
  /*position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;*/
}

.cal-filters-toggle:hover,
.cal-filters-toggle:focus {
  color: #0033A0;
}

.cal-filters-wrapper {
  /*position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 5.6875rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;*/
  border: 0.0625rem solid #e7ebee;
  display: none;
  background: white;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
  border-radius: 0.25rem;
  margin-top: 0.0625rem;
}

.is-shown .cal-filters-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}

.cal-filters-heading {
  color: #2C2A29;
  padding: 1rem;
  border-bottom: 0.0625rem solid #e7ebee;
  background: #f3f5f7;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.cal-filters {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 31.25em) {
  .cal-filters {
    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-filter {
  border-bottom: 0.0625rem solid #e7ebee;
}
@media screen and (min-width: 31.25em) {
  .cal-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 46.25em) {
  .cal-filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
.cal-filter:last-child:nth-child(odd) {
  border-bottom: none;
}
.cal-filter-label {
  padding: 1rem;
  display: block;
  position: relative;
  padding-left: 2.25rem;
}
.cal-filter-check {
  margin-right: 0.25rem;
  top: 1.125rem;
  position: absolute;
  left: 1rem;
}

.cal-events {
  position: relative;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}
@media screen and (min-width: 56.25em) {
  .cal-events {
    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 {
  width: 100%;
  margin-left: 0;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 2.625rem;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.cal-event {
  padding: 1rem;
  border: 0.0625rem solid #e7ebee;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  position: relative;
  padding-top: 4rem;
  background: white;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 56.25em) {
  .cal-event {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 1rem);
    -moz-box-flex: 0;
    -moz-flex: 0 0 calc(50% - 1rem);
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
  }
}
@media screen and (min-width: 56.25em) {
  .cal-day .cal-event {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33% - 1rem);
    -moz-box-flex: 0;
    -moz-flex: 0 0 calc(33.33% - 1rem);
    -ms-flex: 0 0 calc(33.33% - 1rem);
    flex: 0 0 calc(33.33% - 1rem);
  }
}
.cal-event-category {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -0.5rem;
  background: #445460;
  color: white;
  font-size: 0.875rem;
  padding: 0.5rem;
  overflow: hidden;
  border-left: 0.5rem solid #333F48;
  border-radius: 0.125rem;
  z-index: 3;
  font-weight: 600;
  text-shadow: 0 0.0625rem #2C2A29;
}
.cal-event-time {
  font-weight: 600;
  display: block;
  color: #333F48;
  margin-bottom: 0.25rem;
}
.cal-event-name {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
}
.cal-event-name a {
  text-decoration: none;
}
.cal-event-location {
  display: block;
  margin-top: 0.25rem;
}

.cal-no-events-message {
  margin-bottom: 0;
  padding: 1rem;
}

.cal-month {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 0.0625rem solid #e7ebee;
  border-top: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: relative;
  padding-top: 1.1875rem;
}
@media screen and (min-width: 26.25em) {
  .cal-month {
    font-size: 1.5rem;
  }
}
.cal-month::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.0625rem;
  width: calc(100% + 0.125rem);
  height: 0.1875rem;
  background-color: #EAAA00;
}

.cal-day {
  position: relative;
  margin-bottom: 1rem;
  border: 0.0625rem solid #e7ebee;
  border-radius: 0.25rem;
  min-height: 6.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 31.25em) {
  .cal-day {
    min-height: 8rem;
  }
}

.cal-date {
  color: #333F48;
  text-align: center;
  width: 4rem;
  font-size: 1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (min-width: 31.25em) {
  .cal-date {
    width: 6rem;
  }
}

.cal-date-link {
  background-color: #f3f5f7;
  color: #002855;
  text-decoration: none;
  padding: 0.5rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  /*-moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;*/
  border-right: 0.0625rem solid #e7ebee;
  /*.is-today & {
      &:hover,
      &:focus {
          background: lighten($wvu-yellow, 6%);
      }
  }*/
}
@media screen and (min-width: 31.25em) {
  .cal-date-link {
    padding: 1rem;
    width: 6rem;
  }
}
@media screen and (min-width: 56.25em) {
  .cal-date-link {
    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;
  }
}
.is-weekend .cal-date-link {
  background-color: transparent;
}
.is-today .cal-date-link {
  background-color: #333F48;
  color: white;
  text-shadow: 0 0.0625rem #2C2A29;
}

.cal-date-week-day,
.cal-date-month {
  font-weight: 600;
  display: block;
}

.cal-date-day {
  font-size: 2rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media screen and (min-width: 31.25em) {
  .cal-date-day {
    font-size: 3.5rem;
  }
}

.cal-more-events-link {
  padding: 1rem;
  border-top: 0.0625rem solid #e7ebee;
  height: 3.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cal-more-events-link a {
  font-weight: 600;
  text-decoration: none;
}

.profiles__groups {
  margin-top: 1.5rem;
}
@supports (display: grid) {
  .profiles__groups {
    grid-gap: 1rem;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .profiles__groups {
      grid-gap: 1.5rem;
    }
  }
}
.profiles__group {
  background-color: #e7ebee;
  margin-bottom: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
@supports (display: grid) {
  .profiles__group {
    grid-column: span 2;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .profiles__group {
      grid-column: span 1;
    }
  }
}
.profiles__group-heading {
  color: #002855;
  margin-top: 0;
}
.profiles__group .button {
  font-size: 1rem;
  font-weight: bold;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  padding: 0.75rem 1rem;
  margin: 0 auto 0 0;
}
.profiles__group p {
  margin-bottom: 1rem;
  flex-grow: 2;
}

.profile__name {
  margin-bottom: 0;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3.25rem;
}
.profile__credentials {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-style: italic;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  font-weight: normal;
  display: block;
  margin-right: 0.25rem;
}
@media screen and (min-width: 45em) {
  .profile__picture {
    width: 35%;
    margin-right: 1.75rem;
  }
}
.profile__picture img {
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
  max-width: 200px;
}
@media screen and (min-width: 45em) {
  .profile__picture img {
    max-width: none;
  }
}
.profile__content {
  display: flex;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.profile__info {
  font-size: 1.125rem;
  position: relative;
}
@media screen and (min-width: 45em) {
  .profile__info {
    width: calc(65% - 1.75rem);
  }
}
.profile__job-title {
  width: 100%;
  background: gray;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  line-height: 1.1;
  padding: 0.75rem;
  background: #37444e;
  position: relative;
  margin-top: 0.75rem;
}
@media screen and (min-width: 45em) {
  .profile__job-title {
    left: -3rem;
  }
}
.profile__job-title .job-title {
  /*font-weight: bold;*/
  color: #EAAA00;
}
.profile__job-title .job:not(:last-of-type):after {
  content: " ;";
  position: relative;
}
.profile__intro {
  box-shadow: 0 0.75rem 0.75rem -0.75rem rgba(0, 0, 0, 0.15);
  padding-bottom: 1.75rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.profile__bio {
  margin-top: 2rem;
  width: 100%;
}
.profile__bio-intro {
  width: 100%;
}
.profile__bio-intro p {
  font-family: "IowanOldStyleW01-Italic1120392", "Times New Roman", Times, serif;
  margin-bottom: 0.75rem;
  position: relative;
  background: white;
}
@media screen and (min-width: 45em) {
  .profile__bio-intro p {
    padding: 1rem;
    left: -3rem;
  }
}
.profile__education {
  display: inline-block;
  font-style: italic;
}
.profile__education-heading {
  font-size: 1rem;
  margin: 0;
}
.profile__education-label {
  margin-top: 0.75rem;
  font-size: 1.5rem;
}
.profile__education ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.profile__education ul li {
  display: block;
  margin-bottom: 0;
}
.profile__education ul li:not(:last-of-type):after {
  position: relative;
}

.profile-list {
  margin-bottom: 1rem;
}
.profile-list__order-buttons {
  margin: 0;
  border: none;
  padding: 0.75rem 0;
}
.profile-list__order-button {
  width: 100%;
  border-radius: 0;
}
.profile-list__order-button:first-of-type {
  border-radius: 0.25rem 0.25rem 0 0;
}
.profile-list__order-button:last-of-type {
  border-radius: 0 0 0.25rem 0.25rem;
}
@media screen and (min-width: 45em) {
  .profile-list__order-button {
    display: inline-block;
    width: auto;
  }
  .profile-list__order-button:first-of-type {
    border-radius: 0.25rem 0 0 0.25rem;
  }
  .profile-list__order-button:last-of-type {
    border-radius: 0 0.25rem 0.25rem 0;
  }
}
.profile-list__order-button.is-active, .profile-list__order-button.is-active:link, .profile-list__order-button.is-active:visited, .profile-list__order-button.is-active:hover, .profile-list__order-button.is-active:focus {
  background-color: #0033A0;
}
.profile-list__order-button > a {
  text-decoration: none;
  color: #002855;
}
.profile-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;
}
.profile-list__user:nth-child(even) {
  background: #002855;
  color: white;
}
.profile-list__user:nth-child(odd) {
  background: #002f64;
  color: white;
}
.profile-list--pdmo {
  display: grid;
  grid-column: span 3;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  margin: 0;
}
@media screen and (min-width: 45em) {
  .profile-list--pdmo {
    grid-column: span 1;
    padding-left: 1rem;
  }
}
.profile-list--pdmo .profile-list__users {
  grid-gap: 1rem;
  display: grid;
  align-items: center;
}
@media screen and (min-width: 45em) {
  .profile-list--pdmo .profile-list__users {
    grid-gap: 0;
  }
}
.profile-list--pdmo .profile-card {
  margin-top: 0;
  padding: 1rem;
  background: #37444e;
  border-radius: 0;
  margin: 0;
}
.profile-list--pdmo .profile-card__info-container {
  padding-right: 0;
  width: calc(100% - 105px);
}
.profile-list--pdmo .profile-card__info-container .profile-job-title {
  font-size: 1rem;
}
.profile-list--pdmo .profile-card__name {
  text-decoration: underline;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.profile-list--pdmo .profile-card__name:hover, .profile-list--pdmo .profile-card__name:focus {
  color: white;
}
.profile-list--pdmo .profile-card__name:hover .profile-card__honorary-suffix, .profile-list--pdmo .profile-card__name:focus .profile-card__honorary-suffix {
  color: white;
}
.profile-list--pdmo .profile-card__name .profile-card__honorary-suffix {
  text-decoration: none;
}
.profile-list--pdmo ul.profile-card__actions {
  margin: 0;
  margin-top: 1rem;
}

.profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.75rem 0 0 0;
  border-radius: 0.25rem;
  padding: 0.75rem;
}
.profile-card__photo {
  max-width: 5rem !important;
  margin-right: 1.5rem;
}
.profile-card__name {
  margin-top: 0.75rem;
  margin-bottom: 0;
  color: #EAAA00;
  font-size: 1.75rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .profile-card__name {
    margin-top: 0;
  }
}
.profile-card__honorary-suffix {
  display: block;
  color: #FDDA24;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.profile-card__details {
  line-height: 1.3;
  margin-top: 0;
}
.profile-card__label {
  margin: 0;
  font-weight: 600;
}
.profile-card__label:not(:first-of-type) {
  margin-top: 1rem;
}
.profile-card__label::after {
  content: ":";
}
.profile-card__value {
  margin: 0;
  padding: 0;
  /* Style phone number differently when certain UAs convert them to links. */
}
.profile-card__value + .profile-card__value {
  margin-top: 0.5rem;
}
.profile-card__value--phone a[href^="tel:"]::before {
  content: "Call ";
}
.profile-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;
  justify-content: end;
  align-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
@media screen and (min-width: 40em) {
  .profile-card__actions {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 2rem;
    width: 30%;
  }
}
.profile-card__actions li {
  display: inline;
  margin-bottom: 0;
  width: 100%;
}
.profile-card__actions li:nth-of-type(2) .profile-card__action {
  margin-top: 0.75rem;
}
.profile-card__action {
  margin: 0;
  padding: 0.75rem;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  border-radius: 0.25rem;
  text-transform: uppercase;
  color: white;
  background-color: #005EB8;
  box-shadow: inset 0 -0.125rem #0033A0;
  position: relative;
  width: 100%;
}
.profile-card__action:hover, .profile-card__action:focus {
  color: white;
  background-color: #006ed7;
}
.profile-card__info-container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (min-width: 40em) {
  .profile-card__info-container {
    width: calc(70% - 7rem);
    padding-right: 1.5rem;
  }
}

ul.profile-card__actions {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  ul.profile-card__actions {
    margin: 0;
  }
}

.profile-job-title {
  font-size: 1.125rem;
}
.profile-job-title .job:not(:last-of-type):after {
  content: " ;";
  position: relative;
}

.job-title {
  font-weight: bold;
}

.intro-area--staff .button {
  margin-top: 0;
}
.intro-area--staff p {
  margin-bottom: 0.75rem;
}

/*	LAZY VIDEO
	==========
	These styles will be used to style the intial output of the Embedded Video
		macro. After the user interacts with the poster image link, it will
		be replaced with the appropriate `<iframe>`.

	The rules included in this partial are the suggested way to style this
		component’s markup. Using these styles is optional.

	The `.lazy-video__description` is optional and determined by a true/false
		property on the macro.

	```
	<figure class="caption lazy-video lazy-video--{1}">
		<div class="lazy-video__wrapper">
			<a href="{link to video on host}" class="lazy-video__link" target="_blank" data-provider="{1}" data-embed="{video ID from host}">
				<img data-src="https://cdn.hsc.wvu.edu/Resources/iconic.1.9.0/svg/media-play-circle.svg" class="iconic iconic-lg lazy-video__play" alt="">

				<img src="{poster image URL}" alt="Play Video" class="lazy-video__poster">
			</a>
		</div>

		<figcaption class="lazy-video__details">
			<div class="lazy-video__duration">
				<span class="visually-hidden">Duration: </span><time datetime="{ISO-8601 formatted duration string}">{video duration || "Live"}</time>
			</div>

			<div class="lazy-video__title">
				<cite>{video title}</cite>
			</div>

			<div class="lazy-video__description">
				{video description}
			</div>
		</figcaption>
	</figure>
	```
	NOTES:
	{1}: The provider hosting the video. This will be either `youtube` or
		`vimeo`. This is set as both a modifier class and a `data-embed` attribute.
*/
.lazy-video {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 1.5rem;
  border: 1px solid #e7ebee;
  background-color: #f3f5f7;
}
.lazy-video__wrapper {
  position: relative;
  max-width: 100%;
  background-color: #2C2A29;
  overflow: hidden;
}
.lazy-video__link {
  position: relative;
  display: block;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.lazy-video__link:focus {
  display: block;
  outline-offset: -0.5rem;
  outline-color: #EAAA00;
}
.lazy-video__poster {
  width: 100%;
  max-width: 100%;
  opacity: 0.6;
  transition: all 0.25s ease-out;
  will-change: opacity;
}
.lazy-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) scale(0.95);
  will-change: transform, opacity;
  fill: white;
  stroke: white;
  opacity: 0.7;
  transition: all 0.25s ease-out;
}
.lazy-video__link:hover .lazy-video__play, .lazy-video__link:focus .lazy-video__play {
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.25s ease-out;
}
.lazy-video__link:hover .lazy-video__poster, .lazy-video__link:focus .lazy-video__poster {
  opacity: 0.3;
  transition: all 0.25s ease-out;
}
.lazy-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.lazy-video__details {
  display: block;
  width: 100%;
  padding: 1.5rem;
}
.lazy-video__duration {
  float: right;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  border: 1px solid #e7ebee;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  color: #333F48;
  background-color: white;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.lazy-video__title {
  font-size: 1.1rem;
}

.module {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.solid-bg-grey {
  background-color: #f3f5f7;
}

.wvu-blue {
  background-color: #002855;
}

[class*=pattern-bg] {
  position: relative;
}

.pattern-bg-yellow {
  background: #EAAA00;
  background-image: linear-gradient(180deg, rgba(234, 170, 0, 0.875), rgba(234, 170, 0, 0.875)), url("../Images/pattern-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.pattern-bg-grey {
  background: #333F48;
  background-image: linear-gradient(180deg, rgba(51, 63, 72, 0.98), rgba(51, 63, 72, 0.98)), url("../Images/pattern-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*[class*="pattern-bg"] .layout-container {    
    position: relative;
    z-index: 1;
}*/
.border-top {
  border-top: 0.0625rem solid #e7ebee;
}

.layout-border-bottom {
  position: relative;
}

.layout-border-bottom::before {
  content: "";
  width: calc(100% - 2rem);
  max-width: 1200px;
  height: 0.125rem;
  background: #e7ebee;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.module-heading {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  line-height: 0.95;
  font-size: 2.5rem;
  font-weight: 400;
  color: #2C2A29;
  margin-top: 0;
}
@media screen and (min-width: 38.75em) {
  .module-heading {
    font-size: 4rem;
    line-height: 0.85;
  }
}

.social-connect, .social-share {
  text-align: center;
}
@media screen and (min-width: 55em) {
  .social-connect {
    text-align: left;
    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;
  }
}
.social-connect .module-heading {
  color: #002855;
  margin-bottom: 1rem;
}
@media screen and (min-width: 55em) {
  .social-connect .module-heading {
    line-height: 5rem;
    margin-bottom: 0;
  }
}
.social-connect .module-heading.in-view {
  -moz-animation-name: smooth-entry-left;
  -o-animation-name: smooth-entry-left;
  -webkit-animation-name: smooth-entry-left;
  animation-name: smooth-entry-left;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -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;
}
.social-share {
  padding: 2rem;
  margin-top: 2rem;
  clear: both;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 31.25em) {
  .social-share {
    text-align: left;
    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;
  }
}
@media screen and (min-width: 65em) {
  .social-share {
    margin-left: 0;
    margin-right: 0;
  }
}
.social-share-heading {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #002855;
}
@media screen and (min-width: 31.25em) {
  .social-share-heading {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 55em) {
  .social-text {
    width: 60%;
  }
}
.social-blurb {
  color: #002855;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 55em) {
  .social-blurb {
    text-align: left;
    margin-bottom: 0;
  }
}
.social-button {
  border-radius: 100%;
  box-shadow: none;
  width: 5rem;
  height: 5rem;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.social-button .iconic {
  position: absolute;
  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%);
  color: white;
  display: inline-block;
}
.social-button .iconic * {
  fill: currentColor;
  stroke: currentColor;
}
.social-button.facebook {
  background-color: #1877f2;
}
.social-button.facebook:hover, .social-button.facebook:focus {
  background-color: #3588f4;
}
.social-button.twitter {
  background-color: #55acee;
}
.social-button.twitter:hover, .social-button.twitter:focus {
  background-color: #71baf1;
}
.social-button.youtube {
  background-color: #e52d27;
}
.social-button.youtube:hover, .social-button.youtube:focus {
  background-color: #e84842;
}
.social-button.instagram {
  background-color: #d93175;
}
.social-button.instagram:hover, .social-button.instagram:focus {
  background-color: #de4b86;
}

.critical-outcomes {
  position: relative;
  overflow: hidden;
}
.critical-outcomes .layout-container {
  /*box-shadow: 0 0.75rem 0.75rem -0.75rem rgba(0, 0, 0, 0.15);
  padding-bottom: 3rem;*/
}
.critical-outcomes .module__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1;
  display: block;
  font-size: 1.5rem;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  font-weight: bold;
  color: #002855;
}
.critical-outcomes .module__heading .emphasis {
  display: block;
  margin-top: 0;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 45em) {
  .critical-outcomes .module__heading .emphasis {
    font-size: 4rem;
  }
}
@supports (display: grid) {
  .critical-outcomes__text {
    grid-column: span 3;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .critical-outcomes__text {
      grid-column: span 2;
    }
  }
}
.critical-outcomes__text p {
  font-size: 1.125rem;
}
.critical-outcomes__text p:last-of-type {
  margin-bottom: 0;
}
.critical-outcomes__buttons {
  display: flex;
}
@supports (display: grid) {
  .critical-outcomes__buttons {
    grid-column: span 3;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .critical-outcomes__buttons {
      grid-column: 3/span 1;
      align-items: center;
      justify-content: center;
      margin-left: 2rem;
    }
  }
}
.critical-outcomes__buttons ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.critical-outcomes__buttons ul li:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
.critical-outcomes__buttons ul li .button {
  display: block;
}

.collage {
  margin: 2rem 0;
}
@media screen and (min-width: 45em) {
  .collage {
    margin: 3rem 0;
  }
}
@supports (display: grid) {
  .collage__profile {
    grid-column: span 3;
    padding-right: 0;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .collage__profile {
      grid-column: span 2;
      padding-right: 2rem;
    }
  }
}
.collage__profile .module__heading {
  margin-top: 0;
  font-size: 3rem;
  margin-bottom: 0;
}
.collage__profile-title {
  display: block;
  font-size: 1.375rem;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  margin-top: 0;
  font-weight: bold;
  color: #002855;
}
@supports (display: grid) {
  .collage__profile-image {
    grid-column: span 3;
  }
}
.collage__profile-image img {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .collage__profile-image {
      grid-column: span 1;
    }
  }
  .collage__profile-image img {
    max-width: none;
    margin: initial;
  }
}
.collage__profile-quote {
  display: flex;
  flex-direction: column;
}
@supports (display: grid) {
  .collage__profile-quote {
    grid-column: span 3;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .collage__profile-quote {
      grid-column: span 2;
    }
  }
}
.collage__profile-button {
  align-self: flex-start;
  margin-top: 1rem;
}
@media screen and (min-width: 45em) {
  .collage__profile-button {
    margin-top: 0;
  }
}
.collage__blurb {
  padding: 2rem;
  background: #37444e;
  color: white;
  align-self: center;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
}
@supports (display: grid) {
  .collage__blurb {
    grid-column: span 3;
  }
}
@media screen and (min-width: 45em) {
  .collage__blurb {
    margin-top: 0;
  }
  @supports (display: grid) {
    .collage__blurb {
      grid-column: 3/span 1;
    }
  }
}
.collage__blurb p {
  z-index: 1;
  position: relative;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
}
.collage .background-svg {
  top: -100%;
  left: -10%;
  right: unset;
  z-index: 0;
  width: 100%;
}

.news-bar {
  padding: 2rem 0;
  margin-top: 1rem;
  background: #f3f4f5;
}
@media screen and (min-width: 45em) {
  .news-bar {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 45em) {
  .news-bar .layout-container {
    display: flex;
  }
}
@media screen and (min-width: 45em) {
  .news-bar__heading {
    width: 30%;
    line-height: 1;
  }
}
.news-bar__summary {
  margin-bottom: 0;
}
.news-bar .module__heading {
  font-size: 3.5rem;
  align-self: start;
  margin-top: 0;
  color: #002855;
  margin-bottom: 1rem;
}
.news-bar .button {
  background: #005EB8;
  box-shadow: inset 0 -0.125rem #0033A0;
  display: inline-block;
}
.news-bar .button:hover, .news-bar .button:focus {
  color: white;
  background-color: #006ed7;
}
.news-bar__story {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 45em) {
  .news-bar__story {
    width: 70%;
    display: flex;
    margin-top: 0;
  }
}
.news-bar__story img {
  height: 175px;
  margin-right: 3rem;
  width: auto;
}
.news-bar__story-headline {
  text-align: left;
  margin-top: 0;
  font-size: 1.5rem;
  text-decoration: underline;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  margin-bottom: 1rem;
}
.news-bar__story-details {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 45em) {
  .news-bar__story-details {
    width: calc(100% - 300px);
  }
}
.news-bar__story-details a.link {
  font-weight: bold;
  margin-left: 0;
  margin-top: 0.5rem;
}
.news-bar__story-summary {
  color: black;
  margin-bottom: 0;
}

.transform-wv__word-bg {
  position: absolute;
  top: 0;
  left: -4rem;
  height: 100%;
  display: flex;
  user-select: none;
}
.transform-wv__word-bg span {
  font-size: 23rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  align-self: center;
  position: relative;
  display: block;
  user-select: none;
  color: rgba(0, 0, 0, 0.05);
  top: 0;
}

.transform-wv {
  padding: 2rem 0;
  background: #005EB8;
  background-image: radial-gradient(circle farthest-side at center bottom, rgba(0, 94, 184, 0.975), rgba(0, 40, 85, 0.975) 125%), url("https://photos.smugmug.com/photos/i-RBXTpFC/0/4K/i-RBXTpFC-4K.jpg");
  color: white;
  background-size: cover;
  background-position: bottom;
  position: relative;
  color: white;
  /*.transform-wv__word-bg {
      position: absolute;
      top: 0;
      left: -4rem;
      user-select: none;

      span {
          font-size: 23rem;
          font-family: $helvetica-neue-black-condensed;
    text-transform: uppercase;
    font-weight: normal;
          color: rgba(white, .05);
          line-height: 1;
      }
  }*/
}
@media screen and (min-width: 45em) {
  .transform-wv {
    padding: 5rem 0;
  }
}
.transform-wv .module__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 0.85;
  display: block;
  font-size: 1.5rem;
  /*font-family: $sans-serif;*/
  color: white;
  text-shadow: 2px 2px 1px black;
}
.transform-wv .module__heading .emphasis {
  display: block;
  margin-top: 0;
  font-size: 3rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 45em) {
  .transform-wv .module__heading .emphasis {
    font-size: 4rem;
  }
}
.transform-wv__map {
  margin-bottom: -2rem;
  position: relative;
  z-index: 0;
}
@supports (display: grid) {
  .transform-wv__map {
    grid-column: span 3;
    width: 100%;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .transform-wv__map {
      margin-bottom: 0;
      grid-column: span 1;
    }
  }
}
.transform-wv__map svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: 150px;
}
@media screen and (min-width: 45em) {
  .transform-wv__map svg {
    max-height: none;
  }
}
.transform-wv__details {
  position: relative;
}
@supports (display: grid) {
  .transform-wv__details {
    grid-column: span 3;
    width: 100%;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .transform-wv__details {
      grid-column: span 2;
      margin-left: 3rem;
      width: calc(100% - 3rem);
    }
  }
}
.transform-wv__details p {
  font-size: 1.125rem;
}

.critical-outomces p, .partnerships p, .transforming-wv p {
  font-size: 1.125rem;
}

.partnerships {
  padding: 3rem 0;
  background: #005EB8;
  background-image: radial-gradient(circle farthest-side at center bottom, #005EB8, #002855 125%);
  color: white;
}
@media screen and (min-width: 45em) {
  .partnerships {
    padding: 4rem;
  }
}
.partnerships .layout-container {
  padding-bottom: 0;
  box-shadow: none;
}
@supports (display: grid) {
  .partnerships__details {
    grid-row: 2;
    grid-column: span 3;
    width: 100%;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .partnerships__details {
      grid-row: 1;
      grid-column: span 2;
    }
  }
}
.partnerships__details .module__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  display: block;
  font-size: 1.5rem;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  color: white;
  text-shadow: 2px 2px 1px black;
  text-transform: none;
  font-weight: bold;
}
.partnerships__details .module__heading .emphasis {
  display: block;
  margin-top: 0;
  font-size: 3rem;
  text-transform: uppercase;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 45em) {
  .partnerships__details .module__heading .emphasis {
    font-size: 4rem;
  }
}
.partnerships__details p {
  font-size: 1.125rem;
}
.partnerships__details a.inline-link {
  /*color: #9BD3DD;*/
  color: #EAAA00;
}
.partnerships__details a.inline-link:hover, .partnerships__details a.inline-link:focus {
  /*color: $wvu-gold;*/
  color: white;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.match-banner {
  display: table;
  width: 100%;
  background: #CD4C08;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 16px;
}
.match-banner p {
  margin: 0;
}

.match-bar {
  padding: 4rem 0;
  background-color: #e7ebee;
}
@supports (display: grid) {
  .match-bar__content {
    grid-column: span 3;
    order: 1;
  }
}
@media screen and (min-width: 56.875em) {
  @supports (display: grid) {
    .match-bar__content {
      grid-column: span 2;
      order: 2;
    }
  }
}
.match-bar__content p {
  font-size: 1.125rem;
}
.match-bar__content .module__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1;
  display: block;
  font-size: 1.5rem;
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  font-weight: bold;
  color: #002855;
}
.match-bar__content .module__heading .emphasis {
  display: block;
  margin-top: 0;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 45em) {
  .match-bar__content .module__heading .emphasis {
    font-size: 4rem;
  }
}
.match-bar__logo {
  width: 100%;
  margin-top: 1rem;
}
@supports (display: grid) {
  .match-bar__logo {
    grid-column: span 3;
    order: 2;
  }
}
@media screen and (min-width: 45em) {
  .match-bar__logo {
    width: 66.666%;
    margin-top: 0;
  }
  @supports (display: grid) {
    .match-bar__logo {
      grid-column: span 2;
      width: auto;
    }
  }
}
@media screen and (min-width: 56.875em) {
  .match-bar__logo {
    width: 33.333%;
  }
  @supports (display: grid) {
    .match-bar__logo {
      order: 1;
      grid-column: span 1;
      align-content: center;
      width: auto;
    }
  }
}
.match-bar__logo img {
  width: 100%;
  height: auto;
}

.word-focused-module {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  background-image: linear-gradient(180deg, rgba(0, 40, 85, 0.95) 0%, rgba(0, 40, 85, 0.95) 100%), url("https://photos.smugmug.com/photos/i-RBXTpFC/0/4K/i-RBXTpFC-4K.jpg");
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
@media screen and (min-width: 45em) {
  .word-focused-module {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 56.875em) {
  .word-focused-module {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.word-focused-module__details {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  color: white;
  width: 100%;
  text-align: left;
  margin-left: 0;
  line-height: 1.5;
}
@media screen and (min-width: 45em) {
  .word-focused-module__details {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 56.875em) {
  .word-focused-module__details {
    width: 70%;
  }
}
.word-focused-module__details ul {
  margin: 0.5rem 0;
}
.word-focused-module__details p {
  margin-bottom: 0.5rem;
}
.word-focused-module .layout-container {
  display: flex;
  justify-content: center;
}
.word-focused-module__word {
  position: absolute;
  top: 0;
  user-select: none;
  z-index: 1;
  display: flex;
  height: 100%;
  left: -4rem;
}
.word-focused-module__word span {
  font-size: 23rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  user-select: none;
  position: relative;
  align-self: center;
  top: -3rem;
}
.word-focused-module .module__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 0.85;
  display: block;
  font-size: 4rem;
  color: #EAAA00;
  text-shadow: 2px 2px 1px black;
}
.word-focused-module--bg-mod {
  background-image: linear-gradient(180deg, rgba(0, 94, 184, 0.95) 0%, rgba(0, 94, 184, 0.95) 100%), url("https://photos.smugmug.com/photos/i-RBXTpFC/0/4K/i-RBXTpFC-4K.jpg");
}

@media screen and (min-width: 45em) {
  .about-modules .word-focused-module .module__heading {
    font-size: 8rem;
  }
}

.horizontal-nav {
  padding: 0;
  text-align: center;
  background: #e7ebee;
  background-position: right;
  background-size: 200%;
}
.horizontal-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  width: 100%;
  display: flex;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.horizontal-nav ul li {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 45em) {
  .horizontal-nav ul li {
    margin-right: 0.5rem;
    width: 33.333%;
  }
}
.horizontal-nav ul a {
  width: 100%;
  padding: 1rem 0;
  margin: 0 auto;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  display: inline-block;
}
@media screen and (min-width: 45em) {
  .horizontal-nav ul a {
    width: 60%;
  }
}
.horizontal-nav ul a:hover, .horizontal-nav ul a:focus {
  background: #eaaa00;
  color: #002855;
}

.intro-area {
  padding: 2rem 0;
}
.intro-area .module__heading {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 45em) {
  .intro-area .module__heading {
    font-size: 5rem;
  }
}
.intro-area p {
  font-size: 1.25rem;
  max-width: 70ch;
}
.intro-area .purpose {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-family: "IowanOldStyleW01-Italic1120392", "Times New Roman", Times, serif;
  line-height: 1.1;
  padding: 0 0 0.5rem 0;
  /*background: $pms-300-c;*/
  color: #002855;
  display: inline-block;
  max-width: 60ch;
}
@media screen and (min-width: 45em) {
  .intro-area .purpose {
    font-size: 1.75rem;
  }
}
@supports (display: grid) {
  .intro-area__text {
    grid-column: span 3;
  }
}
@media screen and (min-width: 56.875em) {
  @supports (display: grid) {
    .intro-area__text {
      grid-column: span 2;
    }
  }
}
.intro-area__icon {
  display: flex;
  justify-content: center;
  align-content: center;
}
@supports (display: grid) {
  .intro-area__icon {
    grid-column: span 1;
  }
}
.intro-area__icon svg {
  width: 80%;
  height: auto;
  max-width: 275px;
}
.intro-area__buttons .button {
  width: 100%;
  display: block;
}
.intro-area__buttons .button:not(nth-last-child) {
  margin-bottom: 0.5rem;
  margin-right: 0;
}
@media screen and (min-width: 45em) {
  .intro-area__buttons .button {
    width: auto;
    display: initial;
  }
  .intro-area__buttons .button:not(nth-last-child) {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
.intro-area--staff {
  padding: 0 0 2rem 0;
}
@supports (display: grid) {
  .intro-area--staff {
    grid-column: span 3;
  }
}
@supports (display: grid) {
  .intro-area--staff .intro-area__text {
    grid-column: span 3;
  }
}

.intro-image {
  grid-column: span 3;
  grid-row: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 45em) {
  .intro-image {
    padding-left: 1rem;
    grid-column: 3/span 1;
  }
}
.intro-image img {
  width: 100%;
  height: auto;
}

.collage--about {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.collage--about .collage__blurb {
  display: flex;
  flex-wrap: wrap;
  background: none;
}
@supports (display: grid) {
  .collage--about .collage__blurb {
    grid-column: 3/span 1;
  }
}
.collage--about .collage__blurb .collage__profile-mini {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.collage--about .collage__blurb .collage__profile-mini img {
  width: 100%;
  height: auto;
  max-width: 85px;
  margin-bottom: 1rem;
}
@supports (display: grid) {
  .collage--about .collage__profile {
    grid-column: span 2;
  }
}

.arrow-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 0.4125rem;
  margin-left: 0.25rem;
}
.arrow-icon svg {
  width: 100%;
  height: auto;
}
.history-timeline {
  padding: 4rem 0;
  position: relative;
}
.history-timeline__info {
  width: 100%;
  margin: 0 auto 0 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 56.875em) {
  .history-timeline__info {
    width: 66.666%;
  }
}
.history-timeline .module__heading {
  font-size: 4rem;
  margin-top: 0;
}
.history-timeline .background-svg {
  top: 0;
}
.history-timeline .button {
  font-size: 1rem;
}

.intro-area--flipped {
  padding: 3rem 0 0 0;
}
.intro-area--flipped .layout-container {
  box-shadow: 0 0.75rem 0.75rem -0.75rem rgba(0, 0, 0, 0.15);
  padding-bottom: 4rem;
}
.intro-area--flipped .module__heading {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.directory-newbio p {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.directory-newbio p:not(last-of-type) {
  margin-bottom: 1rem;
}

.services {
  margin-bottom: 3rem;
}
.services__list {
  margin-bottom: 1rem;
}
.services__list ul {
  column-count: 2;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 2rem 0;
  margin-top: 0;
  list-style-type: square;
}
.services .service {
  background-color: #e7ebee;
  padding: 2rem;
  grid-column: span 2;
}
@media screen and (min-width: 45em) {
  .services .service {
    grid-column: span 1;
  }
}
.services .service h2 {
  margin-top: 0;
}
.services .service p {
  margin-bottom: 0;
}

.intro-area--services {
  padding-bottom: 0;
}

.wwd-intro {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 3rem;
}
.wwd-intro__buttons {
  font-size: 1rem;
}
.wwd-intro__info {
  width: 66.6666%;
  margin: 0 auto 0 0;
}
.wwd-intro__info p {
  margin-bottom: 1rem;
}

.service__container {
  margin-top: 3rem;
}
@supports (display: grid) {
  .service__container {
    grid-gap: 2rem;
  }
}

.services__list-1, .services__list-2 {
  margin: 0;
  padding: 0;
  font-size: 1.375rem;
  color: white;
  line-height: 1.35;
  position: relative;
  z-index: 2;
}
.services__list-1 li, .services__list-2 li {
  display: inline;
  margin-right: 0.25rem;
}

.services1, .services2 {
  background-image: linear-gradient(180deg, rgba(0, 40, 85, 0.95) 0%, rgba(0, 40, 85, 0.95) 100%), url("https://photos.smugmug.com/photos/i-RBXTpFC/0/4K/i-RBXTpFC-4K.jpg");
  /*background-image: linear-gradient(180deg, rgba($pms-300-c,0.95) 0%, rgba($pms-300-c,0.95) 100%), url("https://photos.smugmug.com/photos/i-RBXTpFC/0/4K/i-RBXTpFC-4K.jpg");*/
}

/*.services2 {
    background-image: linear-gradient(180deg, rgba($wvu-blue,0.95) 0%, rgba($wvu-blue,0.95) 100%), url("https://photos.smugmug.com/photos/i-RBXTpFC/0/4K/i-RBXTpFC-4K.jpg");
}*/
.services1, .services2 {
  padding: 1.5rem;
  overflow: hidden;
  position: relative;
}
@supports (display: grid) {
  .services1, .services2 {
    grid-column: span 2;
  }
}
@media screen and (min-width: 45em) {
  @supports (display: grid) {
    .services1, .services2 {
      grid-column: span 1;
    }
  }
}
.services1 .module__heading, .services2 .module__heading {
  margin-top: 0;
  color: #EAAA00;
  text-shadow: 2px 1px 1px black;
  font-size: 2.75rem;
  position: relative;
  z-index: 2;
}
.services1 p, .services1 ul, .services1 li, .services1 ol, .services2 p, .services2 ul, .services2 li, .services2 ol {
  color: white;
}
.services1 ul, .services2 ul {
  font-size: 1.125rem;
  line-height: 1.5;
}

.recent-work {
  padding: 2rem 0;
  background-color: #e7ebee;
}
.recent-work .module__heading {
  grid-column: span 3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  text-align: center;
}
.recent-work__intro {
  grid-column: span 2;
  padding-right: 1.5rem;
}
.recent-work__intro .module__heading {
  margin-bottom: 0.75rem;
}
.recent-work__intro p {
  font-size: 1.125rem;
}
@supports (display: grid) {
  .recent-work .program {
    grid-column: span 3;
  }
}
@media screen and (min-width: 45em) {
  .recent-work .program {
    padding: 1rem;
  }
  @supports (display: grid) {
    .recent-work .program {
      grid-column: span 1;
    }
  }
}
.recent-work .program__title {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  display: block;
}
.recent-work .button {
  grid-column: span 3;
  margin: 0 auto;
}

.intro-area--pdmo .module__heading {
  grid-column: span 3;
  grid-row: 1;
  margin-bottom: 0;
}
.intro-area--pdmo .intro-area__text {
  grid-column: span 3;
}
@media screen and (min-width: 56.875em) {
  .intro-area--pdmo .intro-area__text {
    grid-column: span 2;
  }
}
.intro-area--pdmo .intro-image {
  grid-row: 3;
  padding-left: 0;
  grid-column: span 3;
}
@media screen and (min-width: 56.875em) {
  .intro-area--pdmo .intro-image {
    grid-row: 2;
    padding-left: 2rem;
    grid-column: 3/span 1;
  }
}
.intro-area--pdmo .intro-image .services1 {
  width: 100%;
  grid-column: unset;
}
.intro-area--pdmo .intro-image .service__container {
  margin-top: 0;
  width: 100%;
}

.timeline {
  padding-left: 0.75rem;
}
.timeline-block {
  position: relative;
  padding: 0 0 1rem 0.5rem;
}
@media screen and (min-width: 26.25em) {
  .timeline-block {
    padding: 0 0 1rem 1.75rem;
  }
}
.timeline-block::before {
  content: "";
  position: absolute;
  top: 2.375rem;
  left: -0.625rem;
  width: 1rem;
  height: 1rem;
  background-color: #005EB8;
  border-radius: 100%;
  box-shadow: 0 0 0 0.375rem rgba(0, 94, 184, 0.4), 0 0 0 0.75rem white;
  z-index: 1;
}
.timeline-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.25rem;
  width: 0.25rem;
  height: 100%;
  background-color: #e7ebee;
}
.timeline-block:first-child::after {
  top: 2.875rem;
}
.timeline-block:last-child::after {
  height: 3.75rem;
}
.timeline-block.milestone::before {
  top: 1.875rem;
  left: -1.125rem;
  width: 2rem;
  height: 2rem;
  background-color: #EAAA00;
  box-shadow: 0 0 0 0.375rem rgba(234, 170, 0, 0.4), 0 0 0 0.75rem white;
}
.timeline-block.milestone:first-child::after {
  top: 2.875rem;
}
.timeline-block.milestone:last-child::after {
  height: 2.875rem;
}
.js .timeline-block.in-view::before {
  -webkit-animation-name: scale-up;
  animation-name: scale-up;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.265, 2.55);
  animation-timing-function: cubic-bezier(0, 0, 0.265, 2.55);
}
.timeline-card {
  width: calc(100% - 1rem);
  margin-bottom: 0;
  padding: 2rem;
}
@media screen and (min-width: 38.125em) {
  .timeline-card {
    width: 75%;
  }
}
.timeline-card .card__heading {
  font-size: 1.75rem;
  margin: 0;
  font-weight: bold;
}
.timeline-block.milestone .timeline-card {
  width: 100%;
}
.js .in-view .timeline-card {
  -webkit-animation-name: smooth-entry-left;
  animation-name: smooth-entry-left;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.265, 2.55);
  animation-timing-function: cubic-bezier(0, 0, 0.265, 2.55);
}
.timeline-card *:last-child {
  margin-bottom: 0;
}

/* Projects */
.project {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  box-shadow: 0 0.75rem 0.75rem -0.75rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 51.25em) {
  @supports (display: grid) {
    .project {
      display: grid;
      grid-column-gap: 4rem;
      grid-template-columns: 2fr 1fr;
      grid-template-areas: "name ." "description impact" "team impact" "team link";
      grid-template-rows: auto auto auto 1fr;
      align-items: start;
    }
  }
}
.project__name {
  margin-top: 0;
}
@supports (display: grid) {
  .project__name {
    grid-area: name;
  }
}
.project__description {
  margin-bottom: 0;
}
@supports (display: grid) {
  .project__description {
    grid-area: description;
  }
}
.project__impact {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: #333F48;
  color: white;
}
@supports (display: grid) {
  .project__impact {
    grid-area: impact;
  }
}
@media screen and (min-width: 45em) {
  .project__impact {
    margin-top: 2rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 51.25em) {
  .project__impact {
    margin-top: 0;
  }
}
.project__impact-heading {
  margin-top: 0;
  color: white;
}
.project__impact-text {
  margin-bottom: 0;
}
@supports (display: grid) {
  .project__team {
    grid-area: team;
  }
}
.project__label {
  color: #002855;
  font-size: 1.125rem;
  line-height: 1.3;
}
.project__member {
  margin-top: 0.125rem;
  margin-left: 0;
  font-size: 1.125rem;
  line-height: 1.3;
}
.project__member + .project__label {
  margin-top: 1rem;
}
.project__member + .project__member {
  margin-top: 0.5rem;
}
.project__member-title {
  display: block;
  color: #6d787c;
  font-size: 1rem;
}
.project__link {
  justify-self: start;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@supports (display: grid) {
  .project__link {
    grid-area: link;
  }
}

.state-partnerships .widget {
  align-self: start;
  margin-left: 3rem;
  padding: 2rem;
  background-color: #e7ebee;
  display: none;
}
@media screen and (min-width: 56.875em) {
  .state-partnerships .widget {
    display: block;
  }
}
.state-partnerships .widget p {
  margin-bottom: 0;
}
.state-partnerships .intro-area__text {
  margin-top: 1rem;
}

.horizontal-nav--state-partnership {
  /*padding-top: 2rem;*/
}
.horizontal-nav--state-partnership h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 0.85;
}
@supports (display: grid) {
  .horizontal-nav--state-partnership h2 {
    grid-column-end: span 2;
  }
}
@media screen and (min-width: 45em) {
  .horizontal-nav--state-partnership h2 {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
.horizontal-nav--state-partnership ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.horizontal-nav--state-partnership ul li {
  flex: none;
  width: 100%;
}
@media screen and (min-width: 45em) {
  .horizontal-nav--state-partnership ul li {
    flex: 0 0 200px;
    width: auto;
    margin-right: 0;
  }
  .horizontal-nav--state-partnership ul li a {
    width: auto;
    padding: 1rem;
  }
}

.state-partnership-benefits .transform-wv--mod .module__heading {
  font-size: 4rem;
}
@media screen and (min-width: 56.875em) {
  .state-partnership-benefits .transform-wv--mod {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.recent-work__intro p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.recent-work--pdmo {
  padding: 1rem 0;
}
@media screen and (min-width: 45em) {
  .recent-work--pdmo {
    padding: 3rem 0;
  }
}
.recent-work--pdmo .module__heading {
  text-align: left;
}
.recent-work--pdmo .button {
  margin-bottom: 1rem;
}
.recent-work--pdmo .recent-work__intro {
  grid-column: span 3;
}
@media screen and (min-width: 45em) {
  .recent-work--pdmo .recent-work__intro {
    grid-column: span 2;
  }
}

.intro-area--pdmo .module__heading {
  grid-column: span 3;
  grid-row: 1;
  margin-bottom: 0;
}
.intro-area--pdmo .intro-image {
  grid-row: 2;
}
.intro-area--pdmo .intro-image .services1 {
  width: 100%;
  grid-column: unset;
}
.intro-area--pdmo .intro-image .service__container {
  margin-top: 0;
  width: 100%;
}

.connect {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #EAAA00;
  background-image: linear-gradient(180deg, rgba(234, 170, 0, 0.875), rgba(234, 170, 0, 0.875)), url("../Images/pattern-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 55em) {
  .connect .layout-container {
    text-align: left;
    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;
  }
}
.connect__heading {
  font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 0.85;
  font-weight: 400;
  color: #002855;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 55em) {
  .connect__heading {
    margin-bottom: 0;
  }
}
.connect__button {
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.connect__button .iconic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.connect__button .iconic * {
  fill: white;
  stroke: white;
}
.connect__button--facebook {
  background-color: #1877f2;
}
.connect__button--facebook:hover, .connect__button--facebook:focus {
  background-color: #3588f4;
}
.connect__button--twitter {
  background-color: #55acee;
}
.connect__button--twitter:hover, .connect__button--twitter:focus {
  background-color: #71baf1;
}
.connect__button--linkedin {
  background-color: #0077b5;
}
.connect__button--linkedin:hover, .connect__button--linkedin:focus {
  background-color: #008bd4;
}
.connect__button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  fill: white;
}
.connect__button-icon--facebook {
  width: 80px;
  height: 80px;
}
.connect__button-icon--linkedin {
  width: 40px;
  height: 40px;
}

.footer {
  padding: 1rem 0;
  background: #002855;
}
@media print {
  .footer {
    display: none;
  }
}
@media screen and (min-width: 25em) {
  .footer .layout-container {
    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;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 35em) {
  .footer .layout-container {
    padding: 2rem 0;
  }
}
.footer .thing {
  font-size: 1rem;
}
.footer a {
  color: #99a9bb;
  font-weight: bold;
  transition: color 0.2s ease;
  padding: 0;
  margin-top: 0.75rem;
}
.footer a:hover, .footer a:focus {
  color: #EAAA00;
}
.footer a:focus {
  outline-color: #EAAA00;
  outline-offset: 0.125rem;
}
.footer__navigation {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 35em) {
  .footer__navigation {
    width: auto;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
}
@media screen and (min-width: 55em) {
  .footer__navigation {
    -webkit-box-flex: 75%;
    -webkit-flex: 75%;
    -moz-box-flex: 75%;
    -moz-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    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;
    margin-bottom: 0;
  }
}
.footer__navigation-list {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -moz-box-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 35em) {
  .footer__navigation-list {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
@media screen and (min-width: 55em) {
  .footer__navigation-list {
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
.footer__navigation-item {
  padding: 0.25rem 0;
  line-height: 1.5;
}
.footer__info {
  max-width: 25%;
}
.footer__info h2 {
  margin-top: 0;
}
.footer__contact-address {
  line-height: 1.6;
  font-style: normal;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -moz-box-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  color: white;
}
@media screen and (min-width: 35em) {
  .footer__contact-address {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
}
@media screen and (min-width: 45em) {
  .footer__contact-address {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
    -moz-box-flex: 25%;
    -moz-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
  }
}

.widget {
  margin-bottom: 2rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-heading {
  font-size: 1.25rem;
  padding: 0.75rem 1rem;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  font-size: 1.5rem;
  /*@media screen and (min-width: 65em) {
      font-size: 1.25rem;
  }*/
}
.widget-heading span {
  position: relative;
  z-index: 1;
}
.widget-heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 80%;
  background-color: #e7ebee;
  -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: -1rem 0 #f3f5f7;
}

.wufoo {
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
}

.wufoo label.desc, .wufoo legend.desc {
  font-size: 0.875rem !important;
}

input.text, input.search, input.file, textarea.textarea, select.select {
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem;
}

input.text, input.search, textarea.textarea {
  box-sizing: border-box;
  border-radius: 0.125rem;
  background: none;
  background-color: white;
  border: 0.0625rem solid #e7ebee;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.05);
  transition-property: border-color, box-shadow;
  transition-duration: 0.25s;
}
input.text:focus, input.search:focus, textarea.textarea:focus {
  border-color: #005EB8;
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(0, 94, 184, 0.25);
}

input.btTxt {
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  background-color: #005EB8;
  color: white;
  border: none;
  box-shadow: inset 0 -0.125rem #005EB8;
  font-weight: bold;
  text-transform: uppercase;
  transition-property: background-color;
  transition-duration: 0.25s;
}

form li.buttons input {
  font-size: 1rem;
}

img.iconic {
  visibility: hidden;
}

.wvu-masthead-header__nav a {
  color: #005EB8;
}
.wvu-masthead-header__nav a:hover, .wvu-masthead-header__nav a:focus {
  color: #002855;
}
.wvu-masthead-header__nav a:focus {
  outline-color: #002855;
}

.wvu-masthead input:focus, .wvu-masthead button:focus {
  outline-color: #002855;
}

a.wvu-masthead__skip-nav:focus {
  outline-color: #002855;
}

.wvu-masthead-header {
  background: white;
}

.wvu-masthead-header__search-form {
  border: 1px solid #37444e;
}

.wvu-masthead-header__search-query:focus {
  outline-color: #002855;
}

.wvu-footer-twitter-button:hover, .wvu-footer-twitter-button:focus {
  background-color: #71baf1;
}

.wvu-footer-facebook-button:hover, .wvu-footer-facebook-button:focus {
  background-color: #3588f4;
}

.wvu-footer-youtube-button:hover, .wvu-footer-youtube-button:focus {
  background-color: #e84842;
}
