﻿/* WVU Brand Colors
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Primary Palette */
/* Neutral Palette */
/* Accent Palette */
/* Social Media Colors */
/* WVU Brand Typefaces
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Iowan Old Style */
/* Helvetica Neue */
/* Sans-serif (Helvatica/Arial) */
/* WVU Masthead
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* WVU footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* WVU Masthead
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* WVU Masthead variables */
/*$wvu-masthead-max-width: 75rem;
$wvu-masthead-mq: 60em;*/
/* WVU footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Old WVU Footer variables */
/* Colors
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*$facebook: #3b5999;
$twitter: #55acee;*/
/* Keyframes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@keyframes spin-cw {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin-ccw {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

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

/* 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 root styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  font-size: 100%;
  background: #fcfcfa;
  color: #333F48; }

/* Button
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
button {
  border: none;
  background: transparent;
  padding: 0; }

/* General form elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
input,
select,
textarea {
  margin: 0;
  padding: 0; }

/* Typography
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a {
  color: #005EB8;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  a:hover, a:focus {
    color: #0033A0; }

h1, h2, h3 {
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: normal; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0; }

h1 {
  font-size: 2.25rem;
  color: #002855;
  margin-top: 0; }

h2, h3 {
  font-size: 1.25rem; }

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

ul, ol {
  line-height: 1.5;
  margin: 0 0 1.5em; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 0; }

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

dl {
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  overflow: hidden; }

dt {
  font-weight: 600; }
  .inline-labels dt, dt.dir-position-key,
  .dir-inline-labels dt {
    display: inline-block;
    width: 8rem;
    text-align: right;
    margin-right: .25rem;
    color: #858c91; }

dd {
  margin-left: 0;
  margin-bottom: 1em; }
  dd:last-child {
    margin-bottom: 0; }
  dd .button {
    margin-top: .25rem; }
  .inline-labels dd, dd.dir-position-value,
  .dir-inline-labels dd {
    display: inline-block; }

/* Structure
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.layout-container {
  width: calc(100% - 2rem);
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

.page-content {
  position: relative;
  /* Is this needed? */
  margin-top: 2rem;
  margin-bottom: 4rem; }
  @media screen and (min-width: 49.375em) {
    .page-content--columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .page-content.has-option-links {
    padding-bottom: 3.25rem; }
    @media screen and (min-width: 49.375em) {
      .page-content.has-option-links {
        padding-bottom: 0; } }

.page-secondary {
  width: 100%; }
  @media screen and (min-width: 49.375em) {
    .page-secondary:not(:only-child) {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 20rem;
      -moz-flex-basis: 20rem;
      -ms-flex-preferred-size: 20rem;
      flex-basis: 20rem; } }
  @media screen and (min-width: 49.375em) {
    .page-secondary--left:not(:only-child) {
      padding-right: 2rem; } }
  @media screen and (min-width: 49.375em) {
    .page-secondary--right:not(:only-child) {
      padding-left: 2rem; } }
  @media screen and (min-width: 49.375em) {
    .page-secondary .tab-content {
      display: block !important; } }

@media screen and (min-width: 49.375em) {
  .page-primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.page-primary + .page-secondary {
  margin-top: 2rem; }
  @media screen and (min-width: 49.375em) {
    .page-primary + .page-secondary {
      margin-top: 0; } }

/* visually-hidden - accessibly hide elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.visually-hidden, .search-form__label {
  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; }

/* Lists
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.inline-list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none; }

.multiline-list li {
  margin-bottom: 1.5em; }

/*	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: #BE3A34;
  text-align: center; }
  @media screen and (min-width: 58.75em) {
    .wvu-alert {
      text-align: left; }
      .wvu-alert .layout-container {
        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; } }
  .wvu-alert__text {
    margin-bottom: 1rem; }
    @media screen and (min-width: 58.75em) {
      .wvu-alert__text {
        margin-right: 2rem;
        margin-bottom: 0; } }
  .wvu-alert__heading {
    margin-top: 0;
    margin-bottom: 0.25em;
    border: none;
    padding: 0;
    color: white !important;
    font-size: 2rem;
    line-height: 1.18;
    font-family: "HelveticaNeueW01-97Blac", HelveticaNeue-CondensedBlack, Impact, "Arial Bold", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; }
  .wvu-alert__button {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    border-radius: .25rem;
    padding: .75rem 1rem;
    color: #2C2A29;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.125;
    font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; }
    .wvu-alert__button:hover, .wvu-alert__button:focus {
      color: #2C2A29;
      background-color: white; }
    .wvu-alert__button: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: .25s; }
  .wvu-masthead a:focus, .wvu-masthead button:focus, .wvu-masthead input:focus {
    outline: 0.125rem dashed #EAAA00;
    outline-offset: .25rem; }
    .wvu-masthead a:focus:hover, .wvu-masthead button:focus:hover, .wvu-masthead input:focus:hover {
      outline: none; }
  .wvu-masthead__skip-nav {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    white-space: nowrap; }
    .wvu-masthead__skip-nav:focus {
      clip: unset;
      left: 0;
      top: .5rem;
      left: .5rem;
      padding: 1em;
      height: auto;
      width: auto;
      overflow: auto;
      z-index: 10000;
      background-color: #EAAA00;
      border-radius: .125rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.4);
      color: #002855;
      font-weight: bold;
      outline-offset: -2px;
      white-space: normal; }
  .wvu-masthead-header {
    background-color: #002855;
    font-size: .75rem; }
    .wvu-masthead-header__layout {
      max-width: calc(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: .875rem;
      line-height: normal;
      font-weight: normal;
      text-transform: uppercase; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__brand {
          font-size: 1rem; } }
      .wvu-masthead-header__brand[href] {
        text-decoration: none; }
        .wvu-masthead-header__brand[href]:hover, .wvu-masthead-header__brand[href]:focus {
          color: white; }
        .wvu-masthead-header__brand[href]:focus {
          outline-offset: -.125rem; }
    .wvu-masthead-header__logo {
      display: block;
      width: 16.875rem;
      height: 2.5rem; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__logo {
          width: 20rem;
          height: 3rem; } }
    img.wvu-masthead-header__logo {
      width: 100%;
      height: auto;
      max-width: 20rem; }
    .wvu-masthead-header__sub-brand {
      display: block;
      margin-top: -.375rem;
      padding-left: 3rem; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__sub-brand {
          padding-left: 3.625rem; } }
    .wvu-masthead-header__actions {
      -webkit-flex-basis: 20.75rem;
      -moz-flex-basis: 20.75rem;
      -ms-flex-preferred-size: 20.75rem;
      flex-basis: 20.75rem;
      visibility: hidden;
      max-height: 0;
      padding: 0;
      background-color: #2C2A29;
      font-size: .75rem;
      overflow: hidden;
      transition: none; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__actions {
          visibility: visible;
          max-height: none;
          padding: 1rem;
          background-color: transparent; } }
      .wvu-masthead-header__actions.is-open {
        visibility: visible;
        max-height: 100vh;
        transition-property: max-height, visibility;
        transition-duration: .6s; }
    .wvu-masthead-header__nav {
      display: none; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__nav {
          display: block; } }
      .wvu-masthead-header__nav-items {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
        font-size: .75rem; }
      .wvu-masthead-header__nav-item {
        display: inline-block;
        line-height: 1; }
        .wvu-masthead-header__nav-item:last-child a {
          margin-right: 0; }
      .wvu-masthead-header__nav a {
        display: block;
        margin-right: .375rem;
        color: white;
        text-decoration: underline; }
        .wvu-masthead-header__nav a:hover, .wvu-masthead-header__nav a:focus {
          color: #EAAA00; }
    .wvu-masthead-header__nav + .wvu-masthead-header__search {
      margin-top: .375rem; }
    .wvu-masthead-header__search-form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      border-radius: .125rem;
      background-color: white;
      color: #002855;
      margin: 1rem; }
      @media screen and (min-width: 60em) {
        .wvu-masthead-header__search-form {
          margin: 0; } }
    .wvu-masthead-header__search-label {
      display: block;
      /* This helps this element horizontally fill the remaining space in IE 10. */
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .wvu-masthead-header__search-label-text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .wvu-masthead-header__search-query {
      width: 100%;
      margin: 0;
      padding: .5rem;
      border: none;
      border: .125rem dashed white;
      border-top-left-radius: .125rem;
      border-bottom-left-radius: .125rem;
      font-size: .75rem; }
      .wvu-masthead-header__search-query[type="search"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        box-sizing: border-box; }
    .wvu-masthead-header__search-button {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 2.1875rem;
      -moz-box-flex: 0;
      -moz-flex: 0 0 2.1875rem;
      -ms-flex: 0 0 2.1875rem;
      flex: 0 0 2.1875rem;
      background-color: white;
      border-top-right-radius: .125rem;
      border-bottom-right-radius: .125rem;
      border: none;
      border-left: 0.0625rem solid #c2cbd6;
      transition-property: background-color, border-right-color;
      transition-duration: .15s; }
      .wvu-masthead-header__search-button:hover, .wvu-masthead-header__search-button:focus {
        background-color: #EAAA00;
        border-left-color: #cb9400;
        transition-property: background-color, border-left-color;
        transition-duration: .25s; }
      .wvu-masthead-header__search-button-icon {
        vertical-align: middle;
        fill: currentColor; }

/* WVU Masthead Controls
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

/* WVU Masthead Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

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

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

/* Button
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.button {
  display: inline-block;
  padding: .625rem .875rem;
  background-color: #005EB8;
  border-radius: .125rem;
  box-shadow: inset 0 -0.125rem #0033A0;
  color: white;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition-property: background-color, color;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  /*& + & {
        margin-left: .5rem;
    }*/ }
  .button:hover, .button:focus {
    background-color: #006ed7;
    color: white; }
  .button--cancel {
    background-color: #BE3A34;
    box-shadow: inset 0 -0.125rem #8e2b27; }
    .button--cancel:hover, .button--cancel:focus {
      background-color: #cc4a45;
      color: white; }
  .button--flat {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    background-color: rgba(0, 40, 85, 0.1);
    box-shadow: none;
    color: #005EB8; }
    .button--flat:hover, .button--flat:focus {
      background-color: rgba(0, 40, 85, 0.14);
      color: #0033A0; }

/* Search Form
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.search {
  position: relative;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }
  .search-form {
    position: relative; }
    .search-form__container {
      position: relative;
      border-bottom: 0.0625rem solid rgba(0, 40, 85, 0.1);
      background: white;
      padding: .625rem 0; }
      @media screen and (min-width: 48em) {
        .search-form__container {
          padding: 1.25rem 0; } }
    .search-form__input {
      width: 100%;
      font-size: 1.5rem;
      padding: .625rem 2.5rem;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      @media screen and (min-width: 48em) {
        .search-form__input {
          padding: .625rem 4.375rem;
          font-size: 3.75rem; } }
      .search-form__input::-webkit-input-placeholder {
        color: rgba(0, 40, 85, 0.1); }
      .search-form__input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 40, 85, 0.1);
        opacity: 1 !important; }
      .search-form__input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 40, 85, 0.1);
        opacity: 1 !important; }
      .search-form__input:-ms-input-placeholder {
        color: rgba(0, 40, 85, 0.1); }
      .search-form__input::-ms-clear {
        display: none; }
    .search-form__submit, .search-form__clear {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .search-form__submit {
      width: 1.5rem;
      height: 1.5rem;
      left: 0;
      color: #005EB8; }
      @media screen and (min-width: 48em) {
        .search-form__submit {
          width: 2.5rem;
          height: 2.5rem; } }
      .search-form__submit .iconic * {
        fill: #005EB8;
        stroke: #005EB8; }
    .search-form__clear {
      display: none;
      right: 0;
      color: rgba(0, 40, 85, 0.1); }
      .search-form__clear.is-visible {
        display: block; }
      .search-form__clear .iconic * {
        fill: rgba(0, 40, 85, 0.1);
        stroke: rgba(0, 40, 85, 0.1); }

.autocomplete {
  width: 100%;
  display: none;
  font-size: .875rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  margin-top: -.625rem; }
  .autocomplete.is-visible {
    display: block; }
  .autocomplete__container {
    border: 0.0625rem solid rgba(0, 40, 85, 0.1);
    background: white;
    box-shadow: 0, 0, 0.375rem, 0, rgba(0, 0, 0, 0.05); }
    @media screen and (min-width: 48em) {
      .autocomplete__container {
        height: auto;
        max-height: 20rem;
        overflow: auto; } }
  .autocomplete__items {
    font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
    font-size: .875rem; }
  .autocomplete__item {
    border-bottom: 0.0625rem solid rgba(0, 40, 85, 0.1); }
    .autocomplete__item:last-child {
      border: none; }
    .autocomplete__item a, .autocomplete__item button {
      padding: .75rem;
      display: block;
      width: 100%;
      -webkit-transition: background 0.2s ease-out;
      transition: background 0.2s ease-out;
      text-align: left; }
      .autocomplete__item a:hover, .autocomplete__item a:focus, .autocomplete__item button:hover, .autocomplete__item button:focus {
        background: #f3f5f7; }
  .autocomplete__item--title, .autocomplete__title {
    padding: .75rem;
    background: #edf0f3;
    border-bottom: 0.0625rem solid rgba(0, 40, 85, 0.1); }
  .autocomplete__item--load-more button {
    color: #EAAA00; }

/* Call to Action
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.call-to-action {
  min-height: 3.75rem;
  margin-top: 3.75rem; }
  .call-to-action__icon {
    display: block;
    float: left;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 100%;
    border: 0.125rem solid #d0d7dd;
    overflow: hidden; }
    .call-to-action__icon .iconic {
      display: block;
      margin-top: .25rem;
      color: #d0d7dd; }
      .call-to-action__icon .iconic * {
        fill: #d0d7dd;
        stroke: #d0d7dd; }
      .call-to-action__icon .iconic:before {
        font-size: 3.75rem; }
  .call-to-action__text {
    padding-left: 1rem;
    color: #94a6b3;
    overflow: hidden; }
    @media screen and (min-width: 29.375em) {
      .call-to-action__text {
        padding-top: .625rem; } }
    @media screen and (min-width: 46.25em) {
      .call-to-action__text {
        padding-top: 1.25rem; } }

.loading-indicator {
  padding-top: 4rem;
  padding-bottom: 4rem;
  z-index: 999;
  text-align: center;
  display: none;
  color: #005EB8; }
  .loading-indicator--is-loading, .loading-indicator.is-loading {
    display: block; }
  .loading-indicator .iconic * {
    fill: #005EB8;
    stroke: #005EB8; }
  .loading-indicator .iconic-cogs-cog-large {
    -webkit-transform-origin: 43px 43px;
    transform-origin: 43px 43px;
    -webkit-animation: spin-cw 1.5s linear infinite;
    animation: spin-cw 1.5s linear infinite; }
  .loading-indicator .iconic-cogs-cog-small {
    -webkit-transform-origin: 96px 96px;
    transform-origin: 96px 96px;
    -webkit-animation: spin-ccw 1.5s linear infinite;
    animation: spin-ccw 1.5s linear infinite; }

/* Breadcrumbs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .875rem; }
  .breadcrumbs li {
    display: inline-block;
    padding-right: .25rem; }
  .breadcrumbs a {
    margin-right: .25rem;
    color: #005EB8; }
    .breadcrumbs a:hover {
      color: #005EB8; }

@media screen and (min-width: 49.375em) {
  .breadcrumbs--profile {
    padding-left: 20rem; } }

/* Page Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2C2A29;
  background-image: linear-gradient(180deg, rgba(44, 42, 41, 0.98), rgba(44, 42, 41, 0.98)), url("../Images/pattern-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.page-heading {
  margin-bottom: 0;
  color: white;
  font-size: 2.5rem;
  line-height: 1.25; }
  .page-heading__parent-link {
    color: #EAAA00;
    font-size: 1.25rem; }
    .page-heading__parent-link:hover, .page-heading__parent-link:focus {
      color: #ED8B00; }

/* Profile
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.profile-header {
  text-align: center;
  background-color: #2C2A29;
  background-image: linear-gradient(180deg, rgba(44, 42, 41, 0.98), rgba(44, 42, 41, 0.98)), url("../Images/pattern-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (min-width: 49.375em) {
    .profile-header {
      text-align: left; } }
  .profile-header__overview {
    position: relative;
    min-height: 10.625rem;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media screen and (min-width: 49.375em) {
      .profile-header__overview {
        padding-left: 14.375rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        padding-left: 20rem; } }
  .profile-header__image-container {
    margin-bottom: 1rem;
    position: relative; }
    @media screen and (min-width: 49.375em) {
      .profile-header__image-container {
        margin-top: -1rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 18rem; } }
  .profile-header__image {
    width: 12.5rem;
    background-color: white;
    border: .25rem solid white;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto; }
    .profile-header__image img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .profile-header__image .iconic {
      fill: rgba(0, 40, 85, 0.14);
      stroke: rgba(0, 40, 85, 0.14);
      margin-top: 1rem; }
      .profile-header__image .iconic:before {
        font-size: 12.5rem; }
  .profile-header__name {
    margin-bottom: .25rem;
    font-size: 1.875rem;
    color: white; }
    @media screen and (min-width: 21.25em) {
      .profile-header__name {
        font-size: 2rem;
        line-height: .9; } }
    @media screen and (min-width: 62.5em) {
      .profile-header__name {
        font-size: 2.5rem;
        line-height: 1.2; } }
  .profile-header__credentials {
    font-size: 1.25rem;
    margin-left: -.5rem; }
    @media screen and (min-width: 21.25em) {
      .profile-header__credentials {
        font-size: 1.5rem; } }
    @media screen and (min-width: 57.5em) {
      .profile-header__credentials {
        margin-left: -.75rem; } }
  .profile-header__title {
    color: #EAAA00;
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif; }

/* Tabs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.tabs {
  border-bottom: 0.0625rem solid rgba(0, 40, 85, 0.1);
  font-family: Helvetica, "Helvetica LT Std", "Helvetica CY", Arial, "Lucida Grande", sans-serif;
  background: white;
  border-bottom: 0.0625rem solid rgba(0, 40, 85, 0.1); }
  .tabs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    /*overflow-y: visible;*/
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-size: 1rem;
    min-height: 3rem; }
    @media screen and (min-width: 49.375em) {
      .tabs--profile .tabs__list {
        padding-left: 20rem; } }
    .tabs__list::-webkit-scrollbar {
      display: none; }

.tab {
  margin-bottom: 0;
  /*margin-right: 1.5rem;*/
  /*&:first-child a, &:first-child button {
        border-left: .0625rem solid $light-border-color;
    }*/ }
  @media screen and (min-width: 49.375em) {
    .tab--contact {
      display: none; } }
  .tab a, .tab button {
    display: block;
    padding: .75rem 1rem .75rem;
    /*border-right: .0625rem solid $light-border-color;*/
    color: #333F48;
    text-decoration: none;
    position: relative; }
    .tab a::after, .tab button::after {
      content: "";
      display: block;
      width: 100%;
      height: .125rem;
      background-color: transparent;
      position: absolute;
      bottom: 0;
      left: 0;
      transition-property: background-color;
      transition-duration: .2s; }
    .tab a:hover::after, .tab a:focus::after, .tab button:hover::after, .tab button:focus::after {
      background-color: #005EB8; }
  .tab.is-selected a::after, .tab.is-selected button::after {
    background-color: #005EB8; }

.js .tab-content:not(.is-selected) {
  display: none; }

/* Card
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.card {
  margin-bottom: 2rem;
  background-color: white;
  border: 0.0625rem solid rgba(0, 40, 85, 0.1);
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.06);
  /**/
  /**/
  /**/
  /*.page-primary &, .page-secondary &,*/
  /*.page-primary &--result-2:first-child {
        margin-top: 0;
    }*/
  /**/
  /**/
  /**/
  /* Only display the "Contact" card on the Details tab when the screen size is less than 790px */
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/ }
  .card--result-2 {
    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;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0; }
  .card--call-out {
    background-color: #e7f4f7;
    border-color: #9BD3DD; }
  @media screen and (max-width: 49.3125em) {
    .page-content:not(.page-content--first-tab) .card--contact {
      display: none; } }
  .card__heading {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem;
    border-top: 0.1875rem solid #EAAA00;
    border-bottom: 0.0625rem solid rgba(0, 40, 85, 0.1); }
  .card--result-2 .card__heading {
    padding: 0;
    border-top: none;
    border-bottom: none;
    color: #2C2A29;
    font-weight: bold; }
  .card__subheading {
    display: block;
    margin-bottom: .125rem;
    font-size: .875rem;
    font-weight: normal; }
  .card__summary {
    margin-bottom: 0;
    padding: .5rem 1rem;
    background-color: #fcfcfa;
    border-bottom: 0.0625rem solid rgba(0, 40, 85, 0.1);
    font-size: .875rem; }
    .card__summary--alert {
      /*background-color: red;*/
      background: #ffdd84;
      /*box-shadow: inset 0 0 .5rem lighten($wvu-yellow, 10%);*/
      /*color: $pms-432-c;*/ }
  .card__content {
    padding: 1rem;
    overflow: hidden; }
    .card__content-heading {
      font-size: 1.125rem;
      color: #002855; }
    .card__content > *:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 31.25em) {
    .card--result-2 .card__content {
      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; } }
  .card--result-2--department .card__content {
    -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; }
  .card__photo {
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 0.0625rem solid rgba(0, 40, 85, 0.1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    text-align: center; }
    @media screen and (min-width: 33.75em) {
      .card__photo {
        float: left;
        margin-right: 0;
        border-bottom-width: 0; } }
    @media screen and (min-width: 49.375em) {
      .card__photo {
        float: none;
        margin-right: -1rem;
        border-bottom-width: .0625rem; } }
    @media screen and (min-width: 53.75em) {
      .card__photo {
        float: left;
        margin-right: 0;
        border-bottom-width: 0; } }
    .card__photo img, .card__photo .iconic {
      width: 12.5rem;
      height: 15.625rem;
      margin-left: auto;
      margin-right: auto; }
    .card__photo .iconic {
      display: inline-block;
      color: rgba(0, 40, 85, 0.1); }
    .card__photo .iconic[data-glyph].iconic-lg:before {
      font-size: 12.5rem;
      line-height: 1.25; }
  .card__image {
    -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;
    max-width: 5.5rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    border: .25rem solid white;
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    /* Stop bottom of iconic from leaking out. */ }
    .card__image img, .card__image .iconic {
      width: 5rem;
      height: 6.25rem;
      margin-left: auto;
      margin-right: auto; }
    .card__image .iconic {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      color: rgba(0, 40, 85, 0.1);
      border: 0.0625rem solid #eeeff0; }
    .card__image .iconic[data-glyph].iconic-lg:before {
      font-size: 5.5rem; }
  .card__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .card--result-2 .card__meta {
    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; }
  .card__meta-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .card__meta-item:nth-child(n+2) {
      margin-top: 1rem; }
    .card__meta-item--job-title {
      padding-bottom: .75rem;
      position: relative; }
      .card__meta-item--job-title::after {
        content: "";
        width: 100%;
        height: .125rem;
        background-color: rgba(0, 40, 85, 0.1);
        position: absolute;
        bottom: 0;
        left: 0; }
    .card__meta-item--contact {
      -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;
      margin-right: 2rem; }
    .card__meta-item--contact + .card__meta-item--contact {
      margin-right: 0; }
  .card__meta-label {
    color: #0033A0 !important;
    font-size: .875rem;
    font-weight: bold;
    text-transform: uppercase; }
  .card__meta-value {
    line-height: 1.2; }
    .card__meta-value--department {
      display: inline; }
      .card__meta-value--department:nth-last-child(n+2)::after {
        content: ","; }
  .card__extension {
    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: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: auto;
    padding: 1rem;
    border-top: 0.0625rem solid rgba(0, 40, 85, 0.1); }
    .card__extension .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;
      margin-left: .5rem; }
  .card--result-2--department .button {
    margin-top: 1rem; }
    @media screen and (min-width: 31.25em) {
      .card--result-2--department .button {
        margin-top: 0;
        margin-left: 2rem; } }
  .card__link {
    display: block;
    padding: 1rem;
    text-align: center;
    font-weight: 600; }
    .card__link:nth-child(n+2) {
      border-top: 0.0625rem solid rgba(0, 40, 85, 0.1); }
  @media screen and (min-width: 620px) {
    .card-form {
      display: grid;
      grid-column-gap: 1rem;
      grid-template-columns: 1fr 1fr; } }
  .card-form__segment, .card-form__field {
    margin-bottom: 1rem; }
    .card-form__segment--full, .card-form__field--full {
      grid-column: span 2; }
    .card-form__segment:last-child, .card-form__field:last-child {
      margin-bottom: 0; }
  .card-form label {
    display: block;
    color: #0033A0;
    font-weight: bold;
    text-transform: uppercase; }
  .card-form input[type="text"], .card-form textarea {
    width: 100%;
    margin-top: .25rem;
    padding: .75rem;
    border-radius: .125rem;
    border: 0.0625rem solid rgba(0, 40, 85, 0.1);
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.06); }
    .card-form input[type="text"]:focus, .card-form textarea:focus {
      border-color: #005EB8;
      outline: 0;
      box-shadow: 0 0 0 0.1875rem rgba(0, 94, 184, 0.25); }
  .card-form textarea {
    min-height: 16rem; }
  .card-form .field-validation-error {
    display: block;
    margin-top: .25rem;
    color: #BE3A34;
    font-size: .875rem;
    font-weight: bold; }

.option-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0; }
  @media screen and (min-width: 49.375em) {
    .option-links {
      display: block;
      position: relative;
      bottom: auto;
      left: auto; } }

/* Results
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
p.no-results {
  margin-top: 2rem;
  margin-bottom: 0; }

.wvu-medicine-link {
  padding-top: 2rem;
  font-size: .75rem;
  color: #94a6b3;
  line-height: 1.6; }

.results-count {
  /*margin-bottom: 2rem;*/
  margin-bottom: 0;
  font-size: 2rem; }

.results {
  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;
  /**/
  /**/ }
  .results--new {
    display: grid;
    grid-column-gap: 1rem; }
    @media screen and (min-width: 56.25em) {
      .results--new {
        grid-template-columns: repeat(2, 1fr); } }

.card--result {
  -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: 100%;
  margin-bottom: 2rem; }
  @media screen and (min-width: 42.5em) {
    .results .card--result {
      width: calc(50% - 2rem);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (min-width: 63.75em) {
    .results .card--result {
      width: calc(50% - 1rem); } }
  .card--result .card__heading,
  .card--result .card-heading {
    border-top: none; }
  @media screen and (min-width: 42.5em) {
    .results .card--result .card__photo {
      float: none;
      margin-right: -1rem;
      border-bottom-width: .0625rem; } }
  @media screen and (min-width: 66.25em) {
    .results .card--result .card__photo {
      float: left;
      margin-right: 0;
      border-bottom-width: 0; } }
  @media screen and (min-width: 42.5em) {
    .card--result .card__link {
      margin-top: auto; } }
  .card--result .card__link + .card__link {
    margin-top: 0; }

mark {
  background: #ffdd84;
  color: #333F48; }

.error-text {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.card--organizations {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.organizations {
  font-size: 1.125rem; }
  @media screen and (min-width: 400px) {
    .organizations {
      display: grid;
      grid-gap: .75rem 2rem;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }

.organization:nth-child(n+2) {
  margin-top: 1rem; }
  @media screen and (min-width: 400px) {
    .organization:nth-child(n+2) {
      margin-top: 0; } }

/* Iconic overrides
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
img.iconic {
  visibility: hidden; }
