﻿@keyframes reveal-right{0%{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);}50%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);}100%{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);}}@keyframes scale-line-up{0%{transform:translate3d(0,0,0) scaleY(0);transform-origin:bottom center;}100%{transform:translate3d(0,0,0) scaleY(1);transform-origin:bottom center;}}@keyframes scale-line-down{0%{transform:translate3d(0,0,0) scaleY(0);transform-origin:top center;}100%{transform:translate3d(0,0,0) scaleY(1);transform-origin:top center;}}@keyframes scale-line-right{0%{transform:translate3d(0,0,0) scaleX(0);transform-origin:center left;}100%{transform:translate3d(0,0,0) scaleX(1);transform-origin:center left;}}@keyframes scale-line-left{0%{transform:translate3d(0,0,0) scaleX(0);transform-origin:center right;}100%{transform:translate3d(0,0,0) scaleX(1);transform-origin:center right;}}@keyframes scale-line-inout-right{0%{transform:translate3d(0,0,0) scaleX(0);transform-origin:center left;}49%{transform:translate3d(0,0,0) scaleX(1);transform-origin:center left;}51%{transform:translate3d(0,0,0) scaleX(1);transform-origin:center right;}100%{transform:translate3d(0,0,0) scaleX(0);transform-origin:center right;}}@keyframes scale-line-inout-left{0%{transform:translate3d(0,0,0) scaleX(0);transform-origin:center right;}49%{transform:translate3d(0,0,0) scaleX(1);transform-origin:center right;}51%{transform:translate3d(0,0,0) scaleX(1);transform-origin:center left;}100%{transform:translate3d(0,0,0) scaleX(0);transform-origin:center left;}}@keyframes visibility-in{0%{visibility:hidden;}49%{visibility:hidden;}51%{visibility:visible;}100%{visibility:visible;}}@keyframes visibility-out{0%{visibility:visible;}49%{visibility:visible;}51%{visibility:hidden;}100%{visibility:hidden;}}@keyframes long-entry-up{0%{opacity:0;transform:translateY(4rem);}100%{opacity:1;transform:translateY(0);}}@keyframes smooth-entry-up{0%{opacity:0;transform:translateY(2rem);}100%{opacity:1;transform:translateY(0);}}@keyframes smooth-entry-down{0%{opacity:0;transform:translateY(-1rem);}100%{opacity:1;transform:translateY(0);}}@keyframes smooth-entry-right{0%{opacity:0;transform:translateX(-1rem);}100%{opacity:1;transform:translateX(0);}}@keyframes smooth-entry-left{0%{opacity:0;transform:translateX(1rem);}100%{opacity:1;transform:translateX(0);}}@keyframes smooth-exit-up{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(-1rem);}}@keyframes smooth-exit-down{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(1rem);}}@keyframes smooth-exit-right{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(1rem);}}@keyframes smooth-exit-left{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(-1rem);}}@keyframes fade-in{0%{opacity:0;}100%{opacity:1;}}@keyframes fade-out{0%{opacity:1;}100%{opacity:0;}}@keyframes scale-in{0%{transform:scale(0);}100%{transform:scale(1);}}@keyframes scale-fade-in{0%{opacity:0;transform:scale(1.05);}100%{opacity:1;transform:scale(1);}}@keyframes scale-fade-out{0%{opacity:1;transform:scale(1);}100%{opacity:0;transform:scale(1.05);}}@keyframes blur-in{0%{transform:scale(1.5);filter:blur(12rem);}100%{transform:scale(1.25);filter:blur(0);}}@keyframes blur-out{0%{transform:scale(1.25);filter:blur(0);}100%{transform:scale(1.5);filter:blur(2rem);}}@keyframes scale-down{0%{transform:scale(2);}100%{transform:scale(1.15);}}@keyframes scale-up{0%{transform:scale(1);}100%{transform:scale(1.15);}}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;}html{scroll-behavior:smooth;}body{font-size:100%;}button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;padding:0;background:transparent;border:0;}a:focus,button:focus,input:focus{outline:.125rem dashed #002855;outline-offset:.25rem;}a:focus:hover,button:focus:hover,input:focus:hover{outline:0;}.section-dark a:focus,.section-dark button:focus,.section-dark input:focus{outline-color:#fff;}a{color:#005eb8;transition-property:color,background-color;transition-duration:.25s;}a:hover,a:focus{color:#ce500d;}h1{font-weight:normal;}h2{margin-top:1.5em;margin-bottom:0;scroll-margin-top:1.5em;color:#296c72;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:2rem;font-weight:normal;line-height:1.1;}@media screen and (min-width:30em){h2{font-size:2.5rem;}}h3{margin-top:1.5em;margin-bottom:0;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.875rem;font-weight:normal;line-height:1.2;}h4{margin-top:1.5em;margin-bottom:0;color:#cd4c08;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.5rem;font-weight:normal;line-height:1.1;}p{font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.25rem;line-height:1.5;}@media screen and (min-width:48em){p{font-size:1.5rem;line-height:1.4;}}p:last-child{margin-bottom:0;}b,strong{font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-weight:normal;}figure{margin:0;}blockquote{margin:4rem 0;}blockquote,blockquote p{font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.75rem;line-height:1.25;}blockquote p{margin-top:0;}.visually-hidden{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden;white-space:nowrap;}.inline-list{margin-top:0;margin-bottom:0;padding-left:0;list-style-type:none;}.inline-list dd{margin-left:0;}.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:.125rem dashed #eaaa00;outline-offset:.25rem;}.wvu-masthead a:focus:hover,.wvu-masthead button:focus:hover,.wvu-masthead input:focus:hover{outline:0;}.wvu-masthead__skip-nav{position:absolute;clip:rect(1px 1px 1px 1px);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 .125rem .25rem rgba(0,0,0,.4);color:#002855;font-weight:bold;outline-offset:-2px;white-space:normal;}.wvu-masthead-header{background-color:#002855;font-size:.75rem;}.wvu-masthead-header__layout{max-width:calc(90rem + 2rem);margin-left:auto;margin-right:auto;}@media screen and (min-width:60em){.wvu-masthead-header__layout{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;padding-top:1rem;padding-bottom:1rem;}}.wvu-masthead-header__brand{display:block;margin-top:0;margin-bottom:0;padding:1rem;color:#fff;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:#fff;}.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:#fff;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:#fff;color:#002855;margin:1rem;}@media screen and (min-width:60em){.wvu-masthead-header__search-form{margin:0;}}.wvu-masthead-header__search-label{display:block;-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:0;border:.125rem dashed #fff;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:#fff;border-top-right-radius:.125rem;border-bottom-right-radius:.125rem;border:0;border-left:.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{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:0;color:#fff;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:#fff!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(-.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(.25rem,.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:0;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:.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-nav{visibility:hidden;max-height:0;background-color:#2c2a29;overflow:hidden;}@media screen and (min-width:60em){.wvu-masthead-nav{visibility:visible;max-height:none;transition:none;}}.wvu-masthead-nav.is-open{visibility:visible;max-height:100vh;transition-property:max-height,visibility;transition-duration:.6s;}.wvu-masthead-nav__layout{max-width:calc(90rem + 2rem);margin-left:auto;margin-right:auto;}@media screen and (min-width:60em){.wvu-masthead-nav__layout{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;}}.wvu-masthead-nav__items{margin-top:0;margin-bottom:0;padding-top:.5rem;padding-bottom:.5rem;padding-left:0;list-style-type:none;font-size:.75rem;}@media screen and (min-width:60em){.wvu-masthead-nav__items{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;padding-top:0;padding-bottom:0;}}.wvu-masthead-nav__items+.wvu-masthead-nav__items{border-top:.0625rem solid #373433;}@media screen and (min-width:60em){.wvu-masthead-nav__items+.wvu-masthead-nav__items{border-top:0;}}.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:#fff;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:#fff;}.wvu-masthead-nav a:focus{outline-color:#fff;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-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 .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:.75rem;border:2px solid transparent;border-radius:.25rem;padding:.5rem .75rem;color:#2c2a29;background-color:rgba(44,42,41,.2);font-size:1rem;line-height:1.125;font-weight:bold;text-transform:none;}.wvu-alert__button:hover,.wvu-alert__button:focus{outline:0;border-color:#0062a3;color:#002855;background-color:#ffe539;background-color:#fff;}.wvu-alert__dialog{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,.4) 0 0 3rem;animation:wvu-alert-appear--reduced .25s ease-out;}@media(prefers-reduced-motion:no-preference){.wvu-alert__dialog{animation-name:wvu-alert-appear;animation-duration:.25s;}}.wvu-alert__dialog .wvu-alert__heading{display:flex;align-items:center;}.wvu-alert__dialog::backdrop{background-color:rgba(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:.9em;height:.9em;margin-top:.1rem;margin-right:.25rem;transform:translateY(.125rem);}.wvu-alert__icon path{fill:currentColor;}.wvu-alert__heading{display:flex;align-items:center;gap:.5rem;margin-top:0;margin-bottom:.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,.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:.75rem;border:1px solid rgba(44,42,41,.4);border-radius:.25rem;padding:.75rem;}.wvu-alert__details:hover,.wvu-alert__details:focus,.wvu-alert__details[open]{background-color:#fff;}.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:.8em;}.wvu-alert__form{margin-top:1.5rem;}.wvu-alert__form-label{display:flex;align-items:center;gap:.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);}}.wellness-footer{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:space-between;align-items:center;width:calc(100% - 2rem);max-width:75rem;margin:4rem auto;padding:2rem;border-radius:.5rem;background-color:#f7f7f7;box-shadow:0 .5rem 1rem var(--wellness-footer-box-shadow-color,rgba(0,0,0,.15));color:#1c2b39;font-family:Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;text-align:left;}.wellness-footer__heading{flex:100%;margin-top:0;margin-bottom:0;color:currentColor;font-family:"HelveticaNeueW01-97Blac",HelveticaNeue-CondensedBlack,Impact,"Arial Bold",Helvetica,Arial,sans-serif;font-size:2.5rem;font-weight:normal;line-height:1;text-transform:uppercase;}.wellness-footer__heading::after{content:"";display:block;width:100%;height:.3125rem;margin-top:1rem;background-color:#f58672;background-image:linear-gradient(to right,#f58672 0%,#ffe539 50%,#9ddae6 100%);}.wellness-footer__links{display:flex;gap:.5rem 1rem;flex-wrap:wrap;}@media screen and (min-width:40em){.wellness-footer__links{gap:.5rem 1.5rem;}}.wellness-footer__link{color:currentColor;font-size:1rem;font-weight:bold;transition-property:color;transition-duration:.25s;}.wellness-footer__link:hover,.wellness-footer__link:focus{color:currentColor;}.wellness-footer__link:focus{outline:.125rem dashed #be3a34!important;outline-offset:.125rem;}.hsc-footer{--hsc-footer-gutter:1rem;background-color:var(--hsc-footer-background-color,#002855);color:var(--hsc-footer-text-color,#fff);font-family:Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;text-align:center;}@media screen and (min-width:55em){.hsc-footer{text-align:left;}}.hsc-footer a:focus{outline:.125rem dashed var(--hsc-footer-focus-outline-color,#eaaa00);outline-offset:.125rem;}.hsc-footer .wellness-footer{--wellness-footer-box-shadow-color:rgba(0,0,0,.25);margin-top:0;margin-bottom:0;transform:translateY(-1rem);}.hsc-footer__layout{position:relative;display:grid;justify-content:center;width:calc(100% - var(--hsc-footer-gutter)*2);max-width:var(--hsc-footer-max-width,90rem);margin-left:auto;margin-right:auto;padding-bottom:7rem;}@media screen and (min-width:55em){.hsc-footer__layout{grid-template-columns:minmax(0,20rem) 1fr 1fr;justify-content:start;}}.wellness-footer+.hsc-footer__layout{margin-top:-1rem;}.hsc-footer__locale{padding-top:4rem;font-style:normal;}.hsc-footer__brand{display:block;max-width:16.875rem;color:currentColor;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-align:left;text-transform:uppercase;text-decoration:none;}@media screen and (max-width:54.9375em){.hsc-footer__brand{margin-left:auto;margin-right:auto;}}.hsc-footer__brand:hover,.hsc-footer__brand:focus{color:#fff;}.hsc-footer__brand:focus{outline-offset:-.125rem;}.hsc-footer__logo{display:block;width:100%;height:auto;color:currentColor;}.hsc-footer__logo:hover,.hsc-footer__logo:focus{color:currentColor;}.hsc-footer__logo-wordmark{fill:currentColor;}.hsc-footer__sub-brand{margin-top:-.375rem;padding-left:3rem;}.hsc-footer__address{margin-top:2rem;}.hsc-footer__address-segment{margin-top:2rem;}.hsc-footer__address-segment+.hsc-footer__address-segment{margin-top:.5rem;}.hsc-footer-nav{position:relative;z-index:1;margin-left:1rem;margin-right:1rem;padding:4rem 1rem 1rem;}@media screen and (min-width:55em){.hsc-footer-nav{margin-top:3rem;padding-top:1rem;}.hsc-footer--wvu-pattern-grid .hsc-footer-nav{background-color:var(--hsc-footer-background-color,#002855);}}.hsc-footer-nav__heading{margin-top:0;margin-bottom:.5rem;margin-bottom:0;color:currentColor;font-family:Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.25rem;font-weight:bold;line-height:1.3;}.hsc-footer-nav__items{margin-top:1rem;margin-bottom:0;padding-left:0;list-style-type:none;font-size:1rem;}@media screen and (min-width:55em){.hsc-footer-nav--school .hsc-footer-nav__items{columns:2 8.75rem;column-gap:2rem;}}.hsc-footer-nav__item{line-height:1.4;}.hsc-footer-nav__item+.hsc-footer-nav__item{margin-top:.75rem;}.hsc-footer-nav__link{color:var(--hsc-footer-link-color,#beb7b3);}.hsc-footer-nav__link:hover,.hsc-footer-nav__link:focus{color:var(--hsc-footer-link-hover-color,currentColor);}.hsc-footer-pattern{--hsc-footer-pattern-width:var(--hsc-footer-max-width,90rem);--hsc-footer-pattern-nav-width:calc((var(--hsc-footer-pattern-width) - 20rem)/2);position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(0,var(--hsc-footer-gutter,1rem)) .125rem minmax(0,1rem) .125rem 1fr .125rem minmax(0,1rem) .125rem minmax(0,var(--hsc-footer-gutter,1rem));grid-template-rows:1rem .125rem calc(51px + 3.75rem) .125rem 1fr .125rem 1rem;overflow:hidden;}@media screen and (min-width:55em){.hsc-footer-pattern{grid-template-columns:minmax(var(--hsc-footer-gutter,1rem),1fr) .125rem minmax(0,20rem) .125rem minmax(0,var(--hsc-footer-pattern-nav-width)) .125rem minmax(0,var(--hsc-footer-pattern-nav-width)) .125rem minmax(var(--hsc-footer-gutter,1rem),1fr);}}.hsc-footer-pattern__solid{position:relative;z-index:1;background-color:var(--hsc-footer-background-color,#002855);}.hsc-footer-pattern__divider{position:relative;background-color:var(--hsc-footer-divider-color,rgba(234,170,0,.1));}.hsc-footer-pattern__divider--horizontal{grid-column:1/-1;}@media screen and (min-width:55em){.hsc-footer-pattern__divider--angle-right::before,.hsc-footer-pattern__divider--angle-right::after,.hsc-footer-pattern__divider--angle-left::before,.hsc-footer-pattern__divider--angle-left::after{content:"";position:absolute;width:.125rem;height:100vh;background-color:var(--hsc-footer-divider-color,rgba(234,170,0,.1));}.hsc-footer-pattern__divider--angle-right::before,.hsc-footer-pattern__divider--angle-left::before{bottom:100%;transform-origin:center bottom;}.hsc-footer-pattern__divider--angle-right::after,.hsc-footer-pattern__divider--angle-left::after{top:0;transform-origin:center top;}.hsc-footer-pattern__divider--angle-right::before,.hsc-footer-pattern__divider--angle-right::after{left:.0625rem;transform:rotate(-31.25deg);}.hsc-footer-pattern__divider--angle-left::before,.hsc-footer-pattern__divider--angle-left::after{left:-.0625rem;transform:rotate(31.25deg);}.hsc-footer-pattern__divider--angle::before,.hsc-footer-pattern__divider--angle::after{content:"";position:absolute;bottom:100%;transform-origin:center bottom;width:.125rem;height:100vh;background-color:var(--hsc-footer-divider-color,rgba(234,170,0,.1));}.hsc-footer-pattern__divider--angle::before{left:.0625rem;transform:rotate(-31.25deg);}.hsc-footer-pattern__divider--angle::after{left:-.0625rem;transform:rotate(31.25deg);}}.hsc-footer-pattern__divider:nth-child(2),.hsc-footer-pattern__divider:nth-child(8),.hsc-footer-pattern__divider:nth-child(32),.hsc-footer-pattern__divider:nth-child(38){z-index:2;}.hsc-footer-pattern__divider:nth-child(2),.hsc-footer-pattern__divider:nth-child(12),.hsc-footer-pattern__divider:nth-child(22),.hsc-footer-pattern__divider:nth-child(32){transform:translateX(-.5rem);}@media screen and (min-width:80.25em){.hsc-footer-pattern__divider:nth-child(2),.hsc-footer-pattern__divider:nth-child(12),.hsc-footer-pattern__divider:nth-child(22),.hsc-footer-pattern__divider:nth-child(32){transform:translateX(-1rem);}}.hsc-footer-pattern__divider:nth-child(8),.hsc-footer-pattern__divider:nth-child(18),.hsc-footer-pattern__divider:nth-child(28),.hsc-footer-pattern__divider:nth-child(38){transform:translateX(.5rem);}@media screen and (min-width:80.25em){.hsc-footer-pattern__divider:nth-child(8),.hsc-footer-pattern__divider:nth-child(18),.hsc-footer-pattern__divider:nth-child(28),.hsc-footer-pattern__divider:nth-child(38){transform:translateX(1rem);}}.safety-footer{padding-block:var(--safety-footer-padding-top,var(--safety-footer-padding-y,2rem)) var(--safety-footer-padding-bottom,var(--safety-footer-padding-y,2rem));background-color:var(--safety-footer-bg-color);color:var(--safety-footer-text-color,#1c2b39);font-family:Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:.875rem;}.safety-footer__card{padding:1.5rem;border-radius:.25rem;background-color:var(--safety-footer-card-bg-color,#f7f7f7);}.safety-footer__heading,.safety-footer__text{margin-top:0;font-family:inherit;}.safety-footer__heading{margin-bottom:.25em;color:var(--safety-footer-heading-color,#002855);font-size:1.125rem;font-weight:bold;line-height:1.3;}.safety-footer__text,.safety-footer__links{font-size:inherit;}.safety-footer__links{display:flex;gap:.5rem 1rem;flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style-type:none;}.safety-footer__link{color:var(--safety-footer-link-color,#0062a3);transition-property:color;transition-duration:.25s;}.safety-footer__link:hover,.safety-footer__link:focus{color:var(--safety-footer-link-hover-color,#00497a);}.safety-footer__link:focus{outline-color:var(--safety-footer-link-outline-color,#be3a34);}.wvu-footer{--wvu-footer-gutter:1rem;padding-top:1rem;padding-bottom:2rem;background:var(--wvu-footer-background-color,var(--background-color));color:var(--wvu-footer-text-color,currentColor);font-family:Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;text-align:center;}@media screen and (min-width:50em){.wvu-footer{text-align:left;}}.wvu-footer__layout{width:calc(100% - var(--wvu-footer-gutter)*2);max-width:var(--wvu-footer-max-width,90rem);margin-left:auto;margin-right:auto;}@media screen and (min-width:50em){.wvu-footer__layout{display:grid;grid-column-gap:4rem;grid-template-columns:1fr auto;grid-template-areas:"wvu-footer-nav-health wvu-footer-nav-health" "wvu-footer-nav-primary wvu-footer-nav-secondary" "wvu-footer-copyright wvu-footer-nav-social";}}.wvu-footer a{color:var(--wvu-footer-link-color,currentColor);}.wvu-footer a:hover,.wvu-footer a:focus{color:var(--wvu-footer-link-hover-color,currentColor);}.wvu-footer a:focus{outline:.125rem dashed var(--wvu-footer-link-focus-color,#be3a34);outline-offset:.125rem;}.wvu-footer-nav{margin-top:1rem;}.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__heading{margin-top:0;margin-bottom:.5rem;color:currentColor;font-size:.75rem;font-weight:bold;line-height:1.3;}@media screen and (min-width:50em){.wvu-footer-nav__heading{margin-bottom:0;}}.wvu-footer-nav__items{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:0;margin-bottom:0;padding-left:0;list-style-type:none;font-size:.75rem;}@media screen and (min-width:50em){.wvu-footer-nav__items{justify-content:flex-start;}.wvu-footer-nav--secondary .wvu-footer-nav__items,.wvu-footer-nav--social .wvu-footer-nav__items{justify-content:flex-end;}}.wvu-footer-nav__item{line-height:normal;}.wvu-footer-nav__link{display:block;}.wvu-footer-nav__button{width:2.5rem;height:2.5rem;border-radius:50%;text-align:center;}.wvu-footer-nav__button:nth-child(n+2){margin-left:.5rem;}.wvu-footer-nav__button--facebook{background-color:#1877f2;overflow:hidden;}.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:inherit;font-size:.75rem;line-height:1.6;}.page{--background-color:#fff;--heading-color:#002855;--slash-color:#eaaa00;overflow-x:hidden;background-color:#fff;background-color:var(--background-color);color:#333f48;}.page--dark{--background-color:#000a15;--heading-color:#eaaa00;--slash-color:#001e41;background-color:#000a15;background-color:var(--background-color);color:#fff;}.page-container{position:relative;max-width:125rem;margin-left:auto;margin-right:auto;}.page-body{position:relative;padding-bottom:4rem;}@media screen and (min-width:60em){.page-body{padding-bottom:8rem;}}.page-primary{grid-column:1/-1;}@media screen and (min-width:60em){.page-primary{grid-column:2/span 2;}.page-primary--align-left{grid-column-start:1;}}@media screen and (min-width:75em){.page-primary--lead p:not(.page-heading){font-size:1.875rem;}}.sub-navigation+.page-primary{margin-top:4rem;}@media screen and (min-width:60em){.sub-navigation+.page-primary{margin-top:0;}}@supports(display:grid){@media screen and (min-width:60em){.page-header{padding-top:calc(125px + 4rem);}}}.page-label{position:relative;display:inline-block;margin-bottom:1rem;color:#002855;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.5rem;}@media screen and (min-width:38.75em){.page-label{font-size:2rem;}}.page-label[href]:hover,.page-label[href]:focus{color:#002855;}.page-label__tab{display:block;padding:.25rem .5rem;background-color:#eaaa00;}.page-label--multiline .page-label__tab{display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:1.4;}.prepare .page-label__tab{animation-name:visibility-in;animation-duration:.5s;animation-delay:.95s;animation-fill-mode:both;animation-play-state:paused;}.in-view .page-label__tab{animation-play-state:running;}.page-label[href] .page-label__tab{background-color:#9bd3dd;transition-property:background-color;transition-duration:.25s;}.page-label[href] .page-label__tab:hover,.page-label[href] .page-label__tab:focus{background-color:#eaaa00;}.page-label::after{content:"";position:absolute;display:block;top:0;right:0;bottom:0;left:0;border-radius:.0625rem;background-color:#9bd3dd;animation-name:scale-line-inout-right;animation-duration:.5s;animation-delay:.95s;animation-fill-mode:both;animation-play-state:paused;}.in-view .page-label::after{animation-play-state:running;}.page-label[href]::after{background-color:#eaaa00;}.page-heading{margin-top:0;margin-bottom:.25em;color:#002855;color:var(--heading-color);font-family:"HelveticaNeueW01-97Blac",HelveticaNeue-CondensedBlack,Impact,"Arial Bold",Helvetica,Arial,sans-serif;font-size:3rem;font-weight:normal;line-height:1;}@media screen and (min-width:38.75em){.page-heading{font-size:4rem;}}@media screen and (min-width:67.5em){.page-heading{font-size:5.5rem;}}@media screen and (min-width:75em){.page-heading{font-size:6rem;}}@media screen and (min-width:80em){.page-heading--headline{font-size:8rem;line-height:.9;}}.page-primary>.page-heading:last-child{margin-bottom:0;}.section--dark .page-heading{color:#eaaa00;color:var(--heading-color);}.prepare .page-heading{animation-name:smooth-entry-up;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused;}.in-view .page-heading{animation-play-state:running;}.page-heading__highlight{color:var(--heading-highlight-color,#eaaa00);}.page-heading__accent{position:relative;}.page-heading__accent::before{content:"";position:absolute;z-index:-1;top:0;left:-2.5rem;transform:skewX(-33.75deg);transform-origin:bottom left;display:block;width:3rem;height:4.5rem;background-color:#eaaa00;background-color:var(--slash-color);}@media screen and (min-width:46.25em){.page-heading__accent::before{left:-3.5rem;width:4rem;height:6rem;}}.page--dark .page-heading__accent::before{background-color:#002855;background-color:var(--slash-color);}.page-heading a{color:currentColor;text-decoration:none;}.page-subheading{display:block;color:var(--heading-color);font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.5rem;}@media screen and (min-width:67.5em){.page-subheading{font-size:2.5rem;}}*+.page-subheading{margin-top:.25rem;}.layout-container{width:calc(100% - 2rem);max-width:90rem;margin-left:auto;margin-right:auto;}@media screen and (min-width:60em){.layout-container{width:calc(100% - 4rem);}}.layout-container--narrow{max-width:45rem;}.grid{display:grid;grid-column-gap:4rem;grid-template-columns:repeat(3,1fr);}@media screen and (min-width:60em){.grid{grid-template-columns:minmax(20rem,1fr) 1fr 1fr;}}a:not(.button){overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;}.prepare p{animation-name:smooth-entry-up;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused;}.prepare p:nth-child(2){animation-delay:.575s;}.prepare p:nth-child(3){animation-delay:.65s;}.prepare p:nth-child(4){animation-delay:.725s;}.prepare p:nth-child(5){animation-delay:.8s;}.prepare p:nth-child(6){animation-delay:.875s;}.prepare p:nth-child(7){animation-delay:.95s;}.prepare p:nth-child(8){animation-delay:1.025s;}.prepare p:nth-child(9){animation-delay:1.1s;}.prepare p:nth-child(10){animation-delay:1.175s;}.in-view p{animation-play-state:running;}.page-primary ul:not([class]),.page-primary ol:not([class]){font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.25rem;line-height:1.5;}@media screen and (min-width:48em){.page-primary ul:not([class]),.page-primary ol:not([class]){font-size:1.5rem;line-height:1.4;}}.page-primary li:not([class]){margin-top:.25rem;}@media screen and (min-width:48em){.page-primary li:not([class]){margin-top:.5rem;}}.page-primary blockquote{padding-top:1em;padding-bottom:1em;border-top:.5rem solid #333f48;border-bottom:.0625rem solid #333f48;}.page-primary img:not([class]),.page-primary img.img-center,.page-primary img.img-float-left,.page-primary img.img-float-right{display:block;width:auto;height:auto;max-width:100%;}.page-primary img.img-center,.page-primary img.img-float-left,.page-primary img.img-float-right{margin-top:1.875rem;margin-bottom:1.875rem;}.page-primary img.img-center,.page-primary img.img-center>img{margin-left:auto;margin-right:auto;}.page-primary img.img-float-left,.page-primary img.img-float-right{clear:both;}@media screen and (min-width:41.25em){.page-primary img.img-float-left,.page-primary img.img-float-right{max-width:50%;}}@media screen and (min-width:41.25em){.page-primary img.img-float-left{float:left;margin-right:1.875rem;}.page-primary img.img-float-right{float:right;margin-left:1.875rem;}}.heading--underline{padding-bottom:.25em;border-bottom:.0625rem solid #d1d5d6;}.section{--heading-color:#002855;position:relative;display:flex;flex-direction:column;background-color:#fff;background-color:var(--background-color,#fff);color:#333f48;}.section--fixed{min-height:100vh;}@media screen and (min-width:55em){.section--fixed{min-height:auto;}}.section--dark{--background-color:#000a15;--heading-color:#eaaa00;--slash-color:#001e41;background-color:#000a15;background-color:var(--background-color);color:#fff;}.section--dark a:not([class]){color:#9bd3dd;}.section--dark a:not([class]):hover,.section--dark a:not([class]):focus{color:#ce500d;}.section--dark a:focus,.section--dark button:focus{outline-color:#fff;}.section--dark h2:not([class]){color:#fff;}.section--wvu-blue{--background-color:#002855;--heading-color:#eaaa00;--slash-color:#001e41;}@supports(position:sticky){@media screen and (min-width:55em) and (min-height:43.75em){.section__sticky-container{height:200vh;}}@media screen and (min-width:55em) and (min-height:43.75em){.section__sticky-content{position:-webkit-sticky;position:sticky;top:0;display:flex;flex-direction:column;height:100vh;}}.section--fixed .section__sticky-content{display:flex;flex-direction:column;}@media screen and (max-width:59.9375em){.section--fixed .section__sticky-content{flex-grow:1;}}}.section__background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}.section--fixed .section__background{-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);}.section__background-frame{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;}.section--parallax .section__background-frame{top:var(--frame-offset);transform:translateY(var(--frame-distance));height:calc(100% + var(--frame-distance)*2);}@supports(-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)) or (clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)){.section--fixed .section__background-frame{position:fixed;top:0;left:0;height:100vh;}.section--fixed.section--parallax .section__background-frame{top:var(--frame-offset);transform:translateY(var(--frame-distance));height:calc(100vh + var(--frame-distance)*2);}}.section__background-image{width:100%;height:100%;object-fit:cover;}.prepare .section__background-image{animation-name:scale-fade-in;animation-duration:.75s;animation-fill-mode:both;animation-play-state:paused;}.in-view .section__background-image{animation-play-state:running;}.section--parallax.prepare .section__background-image{animation:none;}.section__body{position:relative;z-index:1;flex-grow:1;}.section:not(:first-child) .section__body{padding-top:4rem;}@media screen and (min-width:60em){.section:not(:first-child) .section__body{padding-top:8rem;}}@media screen and (max-width:54.9375em){.section--fixed:not(:first-child) .section__body{display:flex;align-items:center;padding-top:4rem;padding-bottom:4rem;}}@media screen and (min-width:55em){.section__grid{height:100%;}}.section__video-control{position:absolute!important;z-index:2;bottom:2rem;right:2rem;}.section__video-control[hidden]{display:none;}.section__video-control:focus{outline-color:#fff;}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 #fdda24;}75%,100%{box-shadow:0 0 0 1.25rem rgba(253,218,36,0);}}.arrow-icon{--arrow-icon-background-color:#eaaa00;position:relative;display:block;width:2rem;height:2rem;border-radius:50%;background-color:var(--arrow-icon-background-color);transition-property:transform,background-color;transition-duration:.75s,.25s;}.arrow-icon--pulse::before,.arrow-icon--pulse::after{content:"";position:absolute;z-index:-1;top:0;left:0;display:block;width:100%;height:100%;border-radius:50%;animation-name:shadow-pulse;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:ease-out;}.arrow-icon--pulse::after{animation-delay:.5s;}a[href]:hover .arrow-icon,a[href]:focus .arrow-icon{transition-duration:.25s;}.arrow-icon__svg{position:absolute;top:50%;left:50%;fill:var(--arrow-icon-svg-fill-color,#000a15);transform:translate(-50%,-50%);transition-property:fill;transition-duration:.25s;}.arrow-icon--down .arrow-icon__svg{transform:translate(-50%,-50%) rotate(90deg);}.arrow-icon--reverse .arrow-icon__svg{transform:translate(-50%,-50%) rotate(180deg);}.arrow-link{display:inline-flex;gap:.75rem;font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.25rem;line-height:1.4;text-align:left;transition-property:border-color,color;transition-duration:.25s;}@media screen and (min-width:48em){.arrow-link{font-size:1.5rem;}}.arrow-link--sm{font-size:1.125rem;}@media screen and (min-width:75em){.arrow-link--lg{font-size:1.875rem;}}.arrow-link--dark{color:#fff;}.arrow-link__icon{float:left;flex:0 0 auto;}.arrow-link__icon:last-child{float:right;}@media screen and (min-width:48em){.arrow-link__icon{margin-top:.125rem;}}.arrow-link--sm .arrow-link__icon{margin-top:-.125rem;}@media screen and (min-width:75em){.arrow-link--lg .arrow-link__icon{margin-top:.5rem;}}.arrow-link:hover .arrow-link__icon,.arrow-link:focus .arrow-link__icon{transform:translateX(.25rem);}.basic-list{margin-top:1em;font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.25rem;line-height:1.5;}@media screen and (min-width:48em){.basic-list{font-size:1.5rem;line-height:1.4;}}@media screen and (min-width:75em){.basic-list--lg{font-size:1.875rem;line-height:1.35;}}.basic-list--inline{display:flex;flex-wrap:wrap;gap:.5rem 1rem;}.basic-list--nav{margin-top:1.875rem;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;}.basic-list--nav .basic-list__item{padding-bottom:1rem;border-bottom:.0625rem solid #e3e6e6;}@media(prefers-reduced-motion:no-preference){.prepare .basic-list__item{animation-name:smooth-entry-up;animation-duration:.5s;animation-delay:.65s;animation-fill-mode:both;animation-play-state:paused;}.prepare .basic-list__item:nth-child(1){animation-delay:.65s;}.prepare .basic-list__item:nth-child(2){animation-delay:.725s;}.prepare .basic-list__item:nth-child(3){animation-delay:.8s;}.prepare .basic-list__item:nth-child(4){animation-delay:.875s;}.prepare .basic-list__item:nth-child(5){animation-delay:.95s;}.prepare .basic-list__item:nth-child(6){animation-delay:1.025s;}.prepare .basic-list__item:nth-child(7){animation-delay:1.1s;}.prepare .basic-list__item:nth-child(8){animation-delay:1.175s;}.prepare .basic-list__item:nth-child(9){animation-delay:1.25s;}.prepare .basic-list__item:nth-child(10){animation-delay:1.325s;}.prepare .basic-list__item:nth-child(11){animation-delay:1.4s;}.prepare .basic-list__item:nth-child(12){animation-delay:1.475s;}.prepare .basic-list__item:nth-child(13){animation-delay:1.55s;}.prepare .basic-list__item:nth-child(14){animation-delay:1.625s;}.prepare .basic-list__item:nth-child(15){animation-delay:1.7s;}.prepare .basic-list__item:nth-child(16){animation-delay:1.775s;}.prepare .basic-list__item:nth-child(17){animation-delay:1.85s;}.prepare .basic-list__item:nth-child(18){animation-delay:1.925s;}.prepare .basic-list__item:nth-child(19){animation-delay:2s;}.prepare .basic-list__item:nth-child(20){animation-delay:2.075s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(1){animation-delay:.575s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(2){animation-delay:.65s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(3){animation-delay:.725s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(4){animation-delay:.8s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(5){animation-delay:.875s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(6){animation-delay:.95s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(7){animation-delay:1.025s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(8){animation-delay:1.1s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(9){animation-delay:1.175s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(10){animation-delay:1.25s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(11){animation-delay:1.325s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(12){animation-delay:1.4s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(13){animation-delay:1.475s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(14){animation-delay:1.55s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(15){animation-delay:1.625s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(16){animation-delay:1.7s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(17){animation-delay:1.775s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(18){animation-delay:1.85s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(19){animation-delay:1.925s;}.prepare .page-heading+.basic-list .basic-list__item:nth-child(20){animation-delay:2s;}.in-view .basic-list__item{animation-play-state:running;}}.basic-list:not(.basic-list--inline) .basic-list__item+.basic-list__item{margin-top:.5rem;}.basic-list--nav:not(.basic-list--inline) .basic-list__item+.basic-list__item{margin-top:1rem;}@keyframes button-pulse-blue{0%{box-shadow:0 0 0 0 #0043d3;}75%,100%{box-shadow:0 0 0 1.25rem rgba(0,67,211,0);}}@keyframes button-pulse-yellow{0%{box-shadow:0 0 0 0 #ffc11e;}75%,100%{box-shadow:0 0 0 1.25rem rgba(255,193,30,0);}}.button{display:inline-flex;align-items:center;justify-content:center;padding:.375rem 1rem .5rem;border-radius:var(--button-border-radius,.75rem);background-color:var(--button-bg-color,#0033a0);box-shadow:0 .25rem .375rem rgba(0,0,0,.1),0 .0625rem .1875rem rgba(0,0,0,.08);color:var(--button-color,#fff);font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.125rem;text-decoration:none;letter-spacing:.04em;transition-property:background-color,color;transition-duration:.25s;}.button:hover,.button:focus{background-color:var(--button-hover-bg-color,#eaaa00);color:var(--button-hover-color,#002855);}.button--secondary{--button-bg-color:#eaaa00;--button-color:#002855;--button-hover-bg-color:#fdda24;--button-hover-color:#005eb8;}.button--alternate,.button--icon{--button-border-radius:1.5rem;height:3rem;}.button--icon{width:3rem;}.button--rss{--button-bg-color:#ed8b00;--button-hover-bg-color:#cd4c08;--button-hover-color:#fff;}.button--facebook{--button-bg-color:#1877f2;--button-hover-bg-color:#0c64d5;--button-hover-color:#fff;}.button--twitter{--button-bg-color:#55acee;--button-hover-bg-color:#309aea;--button-hover-color:#fff;}.button--twitter-x{--button-bg-color:#000;--button-hover-bg-color:#1a1a1a;--button-hover-color:#fff;}.button--pulse,.button--pulse-reverse{position:relative;}.button--pulse::before,.button--pulse::after,.button--pulse-reverse::before,.button--pulse-reverse::after{content:"";position:absolute;z-index:-1;top:0;left:0;display:block;width:100%;height:100%;border-radius:1.5rem;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:ease-out;}.button--pulse::after,.button--pulse-reverse::after{animation-delay:.5s;}.button--pulse::before,.button--pulse::after{animation-name:button-pulse-blue;}.button--pulse:hover::before,.button--pulse:hover::after,.button--pulse:focus::before,.button--pulse:focus::after{animation-name:button-pulse-yellow;}.button__icon{width:1rem;height:1rem;fill:currentColor;margin-right:.5rem;}.button--icon .button__icon{margin-right:0;}.button--previous .button__icon{transform:rotate(180deg);}.button--next .button__icon{margin-left:.5rem;margin-right:0;}.button--facebook .button__icon{transform:scale(1.5);padding-top:.0625rem;border-radius:1rem;background-color:#0c64d5;}.button--facebook:hover .button__icon,.button--facebook:focus .button__icon{background-color:#1877f2;}.button--twitter .button__icon{transform:translateY(.125rem);}.callout{grid-column-start:1;grid-column-end:-1;color:#002855;}@media screen and (min-width:55em){.callout{grid-column-end:span 2;}}@media screen and (min-width:80em){.callout{grid-column-end:auto;}}@media screen and (min-width:55em){.callout--top-right,.callout--center-right,.callout--bottom-right{grid-column-start:2;grid-column-end:span 2;}}@media screen and (min-width:80em){.callout--top-right,.callout--center-right,.callout--bottom-right{grid-column-start:3;grid-column-end:auto;}}@media screen and (min-width:55em){.callout--top-center,.callout--bottom-center,.callout--center{grid-column-start:2;grid-column-end:span 2;}}@media screen and (min-width:80em){.callout--top-center,.callout--bottom-center,.callout--center{grid-column-end:auto;}}@media screen and (min-width:55em){.callout--span-2{grid-column-end:span 2;}}.callout--center,.callout--center-left,.callout--center-right{align-self:center;}.callout--bottom-left,.callout--bottom-center,.callout--bottom-right{align-self:end;}.callout--dark{color:#fff;}.callout__title{position:relative;margin-top:0;color:currentColor;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:2rem;line-height:1.1;}@media screen and (min-width:30em){.callout__title{font-size:2.5rem;}}.prepare .callout__title{animation-name:smooth-entry-up;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused;}.in-view .callout__title{animation-play-state:running;}.callout__title::before{content:"";position:absolute;top:0;left:-1.25rem;display:block;width:.5rem;height:2.625rem;background-color:#eaaa00;}.prepare .callout__title::before{animation-name:scale-line-up;animation-duration:.5s;animation-delay:.075s;animation-fill-mode:both;animation-play-state:paused;}.in-view .callout__title::before{animation-play-state:running;}.callout__message{position:relative;}.callout__title+.callout__message{margin-top:1rem;}@media screen and (min-width:48em){.callout p:not([class]){font-size:1.5rem;line-height:1.4;}}.cards{position:relative;display:grid;grid-gap:1rem;grid-template-columns:1fr;margin-top:1.875rem;}@media screen and (min-width:48em){.cards{grid-template-columns:repeat(auto-fit,minmax(23.75rem,1fr));}}.cards--overlap{margin-top:-6rem;}@media screen and (min-width:60em){.cards--overlap{margin-top:-10rem;}}.cards__item>.card{height:100%;}.card{--card-background-color:#fff;--card-text-color:#333f48;--card-tag-background-color:inherit;--card-tag-text-color:inherit;--card-link-color:currentColor;--card-link-hover-color:inherit;--card-link-outline-color:inherit;position:relative;display:flex;flex-direction:column;border-radius:1rem;background-color:var(--card-background-color);box-shadow:0 1rem 2rem rgba(0,0,0,.06),0 .25rem 1rem rgba(0,0,0,.1);text-decoration:none;color:var(--card-text-color);}.card a:focus{outline-color:var(--card-link-outline-color);}.card--dark{--card-background-color:#000a15;--card-text-color:#fff;--card-link-color:#9bd3dd;--card-link-hover-color:#cd4c08;}.card--pattern{background-image:url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/sole-polygonal-bg.svg);background-position:center center;background-repeat:no-repeat;background-size:cover;}.card--transparent{margin-top:4rem;margin-bottom:4rem;border-radius:0;background-color:transparent;border-top:.5rem solid #d1d5d6;border-bottom:.5rem solid #d1d5d6;box-shadow:none;}.card--transparent:nth-child(-n+2){margin-top:10rem;}.card--callout,.card--figure,.card--figure figure{overflow:hidden;aspect-ratio:1/1.25;}.card--figure figure{position:relative;}.card--callout{text-align:center;}.card--figure{display:block;margin-top:0;margin-bottom:0;}@media screen and (min-width:52.5em){.card--landscape{grid-column:1/-1;padding-top:56.25%;}}@media screen and (min-width:80em){.card--landscape{grid-column:span 2;height:auto;padding-top:0;}}.card--video{grid-column-end:span 2;}.card--widget{grid-column:1/-1;margin-top:4rem;font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.125rem;line-height:1.5;}@media screen and (min-width:60em){.card--widget{grid-column:auto;}}.card--widget h3{color:#cd4c08;font-size:1.25rem;font-weight:normal;line-height:1.4;}.card--widget li{margin-top:.5em;}.card--span-2{grid-column-end:span 2;}.card--link{text-decoration:none;transition-property:transform,background-color,color;transition-duration:.75s,.25s,.25s;}.card--link:hover,.card--link:focus,.card--link:focus-within{transform:translateY(-.5rem);transition-duration:.25s;}.card--callout .card__image-container,.card--overlay .card__image-container{position:absolute;top:0;right:0;bottom:0;left:0;}.card__image{display:block;width:100%;height:100%;object-fit:cover;}.card--callout .card__image{opacity:.15;background-blend-mode:multiply;}.card .lazy-video{overflow:hidden;border-top-left-radius:1rem;border-top-right-radius:1rem;}.card .lazy-video__details{padding-left:2rem;padding-right:2rem;}.card .lazy-video__details::before{display:none;}.card__body{position:relative;z-index:1;display:flex;flex-direction:column;flex-grow:1;padding:1.5rem;}.card--callout .card__body{top:0;justify-content:center;align-items:center;}.card--figure .card__image-container+.card__body{position:absolute;right:0;bottom:0;left:0;display:block;padding:3.75rem 1.5rem 1.5rem!important;background-image:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.86) 8rem);}.card--figure .card__image-container+.card__body::before{display:none;}.card--figure.card--dark .card__body{background-image:linear-gradient(rgba(0,10,21,0),rgba(0,10,21,.86) 8rem);}.card--figure.card--dark .card__body::before{display:none;}.card--video .card__body{display:block;padding-top:0;}.card__tag{align-self:flex-start;background-color:var(--card-tag-background-color)!important;color:var(--card-tag-text-color)!important;}.card--callout .card__tag{align-self:auto;}.card__title{margin-top:0;color:currentColor;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.5rem;line-height:1.2;}.card__title:first-child{margin-top:0;}.card__title--accent{position:relative;}.card--callout .card__title--accent{padding-bottom:2rem;}.card__title--accent::before{content:"";position:absolute;top:0;left:-1.5rem;display:block;width:.5rem;height:1.75rem;background-color:var(--card-title-accent-color,#eaaa00);}.card--callout .card__title--accent::before{top:auto;bottom:0;left:50%;transform:translateX(-50%);width:2.5rem;height:.5rem;}.card--callout .card__title{font-size:1.75rem;line-height:1.1;}.card__title-link{color:currentColor;text-decoration:none;}.card__title-link::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;color:currentColor;}.card a:not([class]){color:var(--card-link-color)!important;}.card a:not([class]):hover,.card a:not([class]):focus{color:var(--card-link-hover-color)!important;}.card__text,.card p:not([class]),.card ul:not([class]),.card ol:not([class]){font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.125rem;line-height:1.5;}.card__text:not(:last-child),.card p:not([class]):not(:last-child),.card ul:not([class]):not(:last-child),.card ol:not([class]):not(:last-child){margin-bottom:1em;}.card__text{margin-top:.5em;}.card__text--caption{position:relative;padding-left:.75rem;font-size:1rem;line-height:1.4;}.card__text--caption::before{content:"";position:absolute;top:.125rem;left:0;width:.25rem;height:1.25rem;background-color:#eaaa00;}.card--callout .card__title--accent+.card__text{margin-top:1rem;}.card__timestamp{position:relative;margin-top:auto;color:#6d787c;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:.875rem;line-height:1.4;}.card__link{max-width:32ch;padding-top:1rem;color:var(--card-link-color)!important;font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.125rem;line-height:1.4;}.card:not(.card--callout):not(.card--figure) .card__link{align-self:flex-end;margin-top:auto;}.card__link:hover,.card__link:focus{color:var(--card-link-hover-color)!important;}.card__icon{margin-top:-.125rem;}.card--link:hover .card__icon,.card--link:focus .card__icon{transform:translateX(.25rem);}fieldset{border:0;margin:0;margin-top:0;padding:0;}legend{border:0;padding:0;}.form__group{border-radius:1rem;background-color:#f4f5f5;}.form__group--inline{padding:.75rem;}@media screen and (min-width:40em){.form__group--inline{display:flex;gap:.25rem;align-items:stretch;}}.form__label{display:block;margin-bottom:.5rem;font-weight:bold;}.form__control{width:100%;padding:.375rem .75rem;border-radius:.25rem;background-color:#fff;border:.0625rem solid #e3e6e6;box-shadow:0 .0625rem .25rem rgba(0,0,0,.08);-webkit-appearance:none;-moz-appearance:none;appearance:none;transition-property:border-color,box-shadow;transition-duration:.15s;}.form__control:focus{outline:0;border-color:#005eb8;box-shadow:0 0 0 .25rem rgba(0,94,184,.25);}.form__control::-moz-placeholder,.form__control::placeholder{color:#2c2a29;}.form__group--inline .form__control{margin-top:.5rem;}@media screen and (min-width:40em){.form__group--inline .form__control{margin-top:0;}}.form__select{width:100%;padding:.375rem;border-radius:.25rem;background-color:#fff;border:.0625rem solid #e3e6e6;box-shadow:0 .0625rem .25rem rgba(0,0,0,.08);transition-property:border-color,box-shadow;transition-duration:.15s;}.form__select:focus{outline:0;border-color:#005eb8;box-shadow:0 0 0 .25rem rgba(0,94,184,.25);}@media screen and (min-width:40em){.form__group--inline .form__select{width:auto;}}.form__check{display:grid;grid-gap:.5rem;grid-template-columns:auto 1fr;}.form__check+.form__check{margin-top:.375rem;}.form__check-input{width:1rem;height:1rem;margin-top:.25rem;}.form__check-input:focus,.form__check-input:checked{outline:0;box-shadow:0 0 0 .25rem rgba(0,94,184,.25);}.form__check-label{line-height:1.5;}.form__button{flex:0 0 auto;margin:1.5rem;}.form__group--inline .form__button{width:100%;margin-top:.5rem;}@media screen and (min-width:40em){.form__group--inline .form__button{width:auto;margin-top:0;}}.form__heading{position:relative;margin-top:0;margin-bottom:0;padding-top:1.5rem;padding-left:1.5rem;padding-right:1.5rem;color:#002855;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.5rem;line-height:1.1;line-height:1;}.form__heading::after{content:"";position:absolute;top:1.375rem;left:0;width:.5rem;height:1.75rem;background:#eaaa00;}.form__fieldset{padding-top:1.5rem;padding-left:1.5rem;padding-right:1.5rem;}.form__fieldset+.form__fieldset{margin-top:1.5em;border-top:.0625rem solid #e3e6e6;}.form__legend{display:block;margin-bottom:1em;font-weight:bold;}.form__legend-label{display:block;margin-top:.125rem;font-size:1rem;font-weight:normal;}.quicklinks{margin-top:4rem;}h2+.quicklinks{margin-top:2rem;}.prepare .quicklinks li{animation-name:smooth-entry-up;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused;}.prepare .quicklinks li:nth-child(1){animation-delay:.575s;}.prepare .quicklinks li:nth-child(2){animation-delay:.65s;}.prepare .quicklinks li:nth-child(3){animation-delay:.725s;}.in-view .quicklinks li{animation-play-state:running;}.quicklink{max-width:30rem;background-color:var(--quicklink-background-color,var(--card-background-color));color:var(--quicklink-text-color,var(--card-text-color));}.quicklink:hover,.quicklink:focus{background-color:var(--quicklink-hover-background-color,var(--card-background-color));color:var(--quicklink-hover-text-color,var(--card-text-color));}.quicklink--dark{--quicklink-background-color:#002855;--quicklink-hover-background-color:#eaaa00;--quicklink-text-color:#fff;--quicklink-hover-text-color:#fff;--quicklink-icon-background-color:#9bd3dd;--quicklink-icon-hover-background-color:#002855;--quicklink-icon-fill-color:#002855;--quicklink-icon-hover-fill-color:#9bd3dd;}.quicklink--facebook{--quicklink-background-color:#1877f2;--quicklink-hover-background-color:#0c64d5;--quicklink-text-color:#fff;--quicklink-hover-text-color:#fff;--quicklink-icon-background-color:#0c64d5;--quicklink-icon-hover-background-color:#1877f2;--quicklink-icon-fill-color:#fff;--quicklink-icon-hover-fill-color:#fff;}.quicklink--twitter{--quicklink-background-color:#55acee;--quicklink-hover-background-color:#309aea;--quicklink-text-color:#fff;--quicklink-hover-text-color:#fff;--quicklink-icon-background-color:#309aea;--quicklink-icon-hover-background-color:#55acee;--quicklink-icon-fill-color:#fff;--quicklink-icon-hover-fill-color:#fff;}.quicklink--twitter-x{--quicklink-icon-background-color:#000;--quicklink-icon-hover-background-color:#1a1a1a;--quicklink-icon-fill-color:#fff;--quicklink-icon-hover-fill-color:#fff;}.quicklink--youtube{--quicklink-text-color:#2c2a29;--quicklink-hover-text-color:#2c2a29;--quicklink-icon-background-color:#e52d27;--quicklink-icon-hover-background-color:#e52d27;--quicklink-icon-fill-color:#fff;}.quicklink__body{flex-direction:row;justify-content:space-between;}.quicklink__title{font-size:2rem;line-height:1.2;}.quicklink__subtext{display:block;font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.5rem;}.quicklink__icon{position:relative;display:block;flex:0 0 auto;align-self:flex-end;width:2rem;height:2rem;border-radius:50%;margin-left:1rem;background-color:var(--quicklink-icon-background-color,var(--arrow-icon-background-color));transition-property:transform,background-color;transition-duration:.75s,.25s;}@media screen and (min-width:25em){.quicklink__icon{width:3rem;height:3rem;}}.quicklink:hover .quicklink__icon,.quicklink:focus .quicklink__icon{transform:translateX(.25rem);background-color:var(--quicklink-icon-hover-background-color,var(--arrow-icon-background-color));transition-duration:.25s;}.quicklink--facebook:hover .quicklink__icon,.quicklink--facebook:focus .quicklink__icon,.quicklink--twitter:hover .quicklink__icon,.quicklink--twitter:focus .quicklink__icon,.quicklink--twitter-x:hover .quicklink__icon,.quicklink--twitter-x:focus .quicklink__icon,.quicklink--youtube:hover .quicklink__icon,.quicklink--youtube:focus .quicklink__icon{transform:none;}.quicklink__svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:var(--quicklink-icon-fill-color,var(--arrow-icon-fill-color));}@media screen and (min-width:25em){.quicklink__svg{width:1.5rem;height:1.5rem;}}.quicklink__svg:hover,.quicklink__svg:focus{fill:var(--quicklink-icon-hover-fill-color,var(--arrow-icon-fill-color));}.quicklink--facebook .quicklink__svg{width:3rem;height:3rem;}.sub-navigation{grid-column:1/-1;max-width:30rem;margin-top:4rem;font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.25rem;line-height:1.35;}@media screen and (min-width:60em){.sub-navigation{grid-column:1;}}@media screen and (min-width:77.5em){.sub-navigation{margin-right:4rem;}}.sub-navigation--on-this-page{margin-top:2rem;}@media screen and (min-width:60em){.sub-navigation--on-this-page:first-child{margin-top:0;}}@media screen and (min-width:60em){.sub-navigation--news-categories{margin-top:2rem;}.sub-navigation--mobile-only{display:none;}}.sub-navigation__heading{margin-top:0;margin-bottom:.5rem;scroll-margin-top:2rem;font-size:1.5rem;}.section--dark .sub-navigation__heading,.sub-navigation--dark .sub-navigation__heading{color:#fff;}.sub-navigation__items{padding-top:1rem;padding-bottom:1rem;border-top:.5rem solid #333f48;border-bottom:.0625rem solid #333f48;}.section--dark .sub-navigation__items,.sub-navigation--dark .sub-navigation__items{border-top-color:#fff;border-bottom-color:#fff;}.sub-navigation__link{position:relative;display:block;display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem;padding-top:.5rem;padding-bottom:.5rem;border-radius:.0625rem;color:#333f48;text-decoration:none;}.section--dark .sub-navigation__link,.sub-navigation--dark .sub-navigation__link{color:#fff;}.sub-navigation__link:hover,.sub-navigation__link:focus{color:#005eb8;text-decoration:underline;}.section--dark .sub-navigation__link:hover,.sub-navigation--dark .sub-navigation__link:hover,.section--dark .sub-navigation__link:focus,.sub-navigation--dark .sub-navigation__link:focus{color:#eaaa00;}.sub-navigation__link[aria-current=page]{font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;}.sub-navigation__thumbnail{display:block;grid-column:span 2;max-width:100%;height:auto;}.sub-navigation__icon{float:left;margin-top:.375rem;margin-right:.25rem;fill:#a2aaad;transition-property:transform,fill;transition-duration:.75s,.25s;}.section--dark .sub-navigation__icon,.sub-navigation--dark .sub-navigation__icon{fill:#eaaa00;}.sub-navigation--on-this-page .sub-navigation__icon{transform:rotate(90deg);}.sub-navigation__link:hover .sub-navigation__icon,.sub-navigation__link:focus .sub-navigation__icon{transform:translateX(.25rem);fill:#005eb8;transition-duration:.25s;}.section--dark .sub-navigation__link:hover .sub-navigation__icon,.sub-navigation--dark .sub-navigation__link:hover .sub-navigation__icon,.section--dark .sub-navigation__link:focus .sub-navigation__icon,.sub-navigation--dark .sub-navigation__link:focus .sub-navigation__icon{fill:#cd4c08;}.sub-navigation--on-this-page .sub-navigation__link:hover .sub-navigation__icon,.sub-navigation--on-this-page .sub-navigation__link:focus .sub-navigation__icon{transform:rotate(90deg) translateX(.25rem);}.sub-navigation__link[aria-current=page] .sub-navigation__icon{fill:#005eb8;}.tag{display:inline-block;height:1.25rem;margin-bottom:.75rem;padding:.125rem .5rem;border-radius:.625rem;background-color:var(--tag-background-color,#9bd3dd);color:var(--tag-text-color,#002855);font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:.75rem;text-transform:uppercase;text-decoration:none;}a[href].tag:hover,a[href].tag:focus{background-color:#eaaa00;color:#002855;}.features{display:grid;grid-gap:2.8125rem 4rem;grid-template-columns:repeat(auto-fill,minmax(18.75rem,1fr));}p+.features,.features+p{margin-top:4rem;}.feature{position:relative;margin-top:0!important;}@media(prefers-reduced-motion:no-preference){.feature{animation-delay:var(--feature-animation-delay)!important;}}@media screen and (max-width:59.9375em){.feature{padding-left:2.25rem;}}@media(prefers-reduced-motion:no-preference){.prepare .features:nth-child(1) .feature:nth-child(1){--feature-animation-delay:.5s;}.prepare .features:nth-child(1) .feature:nth-child(2){--feature-animation-delay:.575s;}.prepare .features:nth-child(1) .feature:nth-child(3){--feature-animation-delay:.65s;}.prepare .features:nth-child(1) .feature:nth-child(4){--feature-animation-delay:.725s;}.prepare .features:nth-child(2) .feature:nth-child(1){--feature-animation-delay:.575s;}.prepare .features:nth-child(2) .feature:nth-child(2){--feature-animation-delay:.65s;}.prepare .features:nth-child(2) .feature:nth-child(3){--feature-animation-delay:.725s;}.prepare .features:nth-child(2) .feature:nth-child(4){--feature-animation-delay:.8s;}.prepare .features:nth-child(3) .feature:nth-child(1){--feature-animation-delay:.65s;}.prepare .features:nth-child(3) .feature:nth-child(2){--feature-animation-delay:.725s;}.prepare .features:nth-child(3) .feature:nth-child(3){--feature-animation-delay:.8s;}.prepare .features:nth-child(3) .feature:nth-child(4){--feature-animation-delay:.875s;}.prepare .features:nth-child(4) .feature:nth-child(1){--feature-animation-delay:.725s;}.prepare .features:nth-child(4) .feature:nth-child(2){--feature-animation-delay:.8s;}.prepare .features:nth-child(4) .feature:nth-child(3){--feature-animation-delay:.875s;}.prepare .features:nth-child(4) .feature:nth-child(4){--feature-animation-delay:.95s;}.prepare .features:nth-child(5) .feature:nth-child(1){--feature-animation-delay:.8s;}.prepare .features:nth-child(5) .feature:nth-child(2){--feature-animation-delay:.875s;}.prepare .features:nth-child(5) .feature:nth-child(3){--feature-animation-delay:.95s;}.prepare .features:nth-child(5) .feature:nth-child(4){--feature-animation-delay:1.025s;}.prepare .features:nth-child(6) .feature:nth-child(1){--feature-animation-delay:.875s;}.prepare .features:nth-child(6) .feature:nth-child(2){--feature-animation-delay:.95s;}.prepare .features:nth-child(6) .feature:nth-child(3){--feature-animation-delay:1.025s;}.prepare .features:nth-child(6) .feature:nth-child(4){--feature-animation-delay:1.1s;}}.feature strong:last-of-type::after{content:"\a";white-space:pre;}.feature__link{color:var(--feature-link-color,currentColor);}.feature__link:hover,.feature__link:focus{color:var(--feature-link-hover-color,inherit);}.feature__icon{position:absolute;top:.25rem;left:0;display:block;}@media screen and (min-width:48em){.feature__icon{top:.3125rem;}}@media screen and (min-width:60em){.feature__icon{left:-2.25rem;}}@media(prefers-reduced-motion:no-preference){.prepare .feature__icon{animation-name:smooth-entry-right;animation-duration:.5s;animation-delay:calc(var(--feature-animation-delay) + .075s);animation-fill-mode:both;animation-play-state:paused;}.in-view .feature__icon{animation-play-state:running;}}.feature__icon--fill::after,.feature__icon::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6rem;height:6rem;border-radius:50%;}.feature__icon::before{border:.0625rem solid var(--feature-icon-border-color,rgba(234,170,0,.25));}.feature__icon--fill::after{background-color:rgba(234,170,0,.25);}.feature__link .feature__icon--fill::after{transform:translate(-50%,-50%) scale(0);transform-origin:center center;transition-property:transform;transition-duration:.25s;}.feature__link:hover .feature__icon--fill::after,.feature__link:focus .feature__icon--fill::after{transform:translate(-50%,-50%) scale(1);}.feature__svg{display:block;fill:var(--feature-icon-color,#eaaa00);}.feature strong{position:relative;}.places{list-style-type:none;padding-left:0;font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.25rem;line-height:1.5;}@media screen and (min-width:67.5em){.places{font-size:1.5rem;line-height:1.4;}}.place{margin-top:1em;font-style:normal;}.place__name{color:#cd4c08;}.profile{max-width:25rem;margin-top:1.875rem;}.profile__image{-webkit-mask-image:radial-gradient(circle farthest-side at center top,black,rgba(0,0,0,.95) 40%,transparent 100%);mask-image:radial-gradient(circle farthest-side at center top,black,rgba(0,0,0,.95) 40%,transparent 100%);}.profile__body{background-image:none!important;}.widget{grid-column:1/-1;grid-row:1;align-self:start;padding-bottom:1rem;border-bottom:.0625rem solid var(--widget-border-color,#333f48);font-size:1.125rem;line-height:1.5;}@media screen and (min-width:60em){.widget{grid-column:1;}}.widget__title{margin-top:0;margin-bottom:1rem;scroll-margin-top:2rem;padding-bottom:1rem;color:var(--widget-title-color,inherit);font-size:1.5rem;border-bottom:.5rem solid var(--widget-border-color,#333f48);}.widget h3{color:#cd4c08;font-size:1.25rem;font-weight:normal;line-height:1.4;}.widget h3+p{margin-top:.5em;}.widget p{font-size:1.125rem;line-height:1.5;}.widget li{margin-top:.5em;}.page--content .grid{grid-template-rows:auto auto auto auto auto 1fr;}@media screen and (min-width:60em){.page--content .page-primary:not(.page-header){grid-row:2/-1;}}.cover{--background-color:#002855;--heading-color:#fff;}.cover .wvu-masthead{grid-area:masthead;grid-row-end:auto!important;}.cover__grid{grid-template-areas:"masthead masthead masthead" "primary primary primary" "widget widget widget";}@media screen and (min-width:60em){.cover__grid{grid-template-areas:"masthead primary primary" "widget primary primary";grid-template-rows:auto 1fr;}}.cover__primary{grid-column-start:1;}.cover__grid .cover__primary{grid-area:primary;}.cover__highlight{color:#eaaa00;}.cover__widget{--widget-heading-color:#fff;--widget-border-color:#fff;grid-area:widget;}@media screen and (prefers-reduced-motion:no-preference){.prepare .cover__widget{animation-name:smooth-entry-right;animation-duration:.5s;animation-delay:.95s;animation-fill-mode:both;animation-play-state:paused;}.in-view .cover__widget{animation-play-state:running;}}@media screen and (max-width:59.9375em){.cover__widget{margin-top:4rem;}}.cover__widget p{animation:none;}.page--home .wvu-footer{background-color:#002855;color:#fff;}.crisis-card{--card-background-color:#657a68;--card-title-accent-color:#9abeaa;position:relative;z-index:1;margin-top:-2rem;}@media screen and (max-width:59.9375em){.crisis-card{grid-column:1/-1;}}@media screen and (min-width:60em){.crisis-card{margin-top:-6rem;}}@media(prefers-reduced-motion:no-preference){.crisis-card.prepare{animation-name:smooth-entry-up;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused;}.crisis-card.in-view{animation-play-state:running;}}.crisis-card a{color:#fff!important;}.crisis-card p{animation:none;}.crisis-card .basic-list{margin-top:0!important;font-size:1.125rem;}.crisis-card .basic-list__item{animation:none;}@keyframes changeTagline{0%{content:"Well";}66.66%{content:"Mindful";}66.67%,100%{content:"Active";}}@keyframes slide-be-right{0%{transform:translateX(50%);}1.875%{transform:translateX(50%);}8.125%{transform:translateX(0);}81.25%{transform:translateX(0);}87.5%{transform:translateX(50%);}100%{transform:translateX(50%);}}@keyframes slide-be-left{0%{transform:translateX(-50%) rotate(-22.5deg) scale(1.25);}1.875%{transform:translateX(-50%) rotate(0deg) scale(1);}8.125%{transform:translateX(0) rotate(0deg) scale(1);}81.25%{transform:translateX(0) rotate(0deg) scale(1);}87.5%{transform:translateX(-50%) rotate(0deg) scale(1);}100%{transform:translateX(-50%) rotate(-22.5deg) scale(1.25);}}@keyframes slide-tagline-left{0%{transform:translateX(-100%);}1.875%{transform:translateX(-100%);}8.125%{transform:translateX(0);}81.25%{transform:translateX(0);}87.5%{transform:translateX(-100%);}100%{transform:translateX(-100%);}}@keyframes slide-tagline-right{0%{transform:translateX(calc(50% - 5.75rem));clip-path:polygon(0% 0%,0% 0%,0% 100%,0% 100%);}1.875%{transform:translateX(calc(50% - 5.75rem));clip-path:polygon(0% 0%,0% 0%,0% 100%,0% 100%);}8.125%{transform:translateX(0);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);}81.25%{transform:translateX(0);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);}87.5%{transform:translateX(calc(50% - 5.75rem));clip-path:polygon(0% 0%,0% 0%,0% 100%,0% 100%);}100%{transform:translateX(calc(50% - 5.75rem));clip-path:polygon(0% 0%,0% 0%,0% 100%,0% 100%);}}.well-being-tagline{position:relative;margin-bottom:8rem;color:#002855;font-family:"HelveticaNeueW01-97Blac",HelveticaNeue-CondensedBlack,Impact,"Arial Bold",Helvetica,Arial,sans-serif;font-size:3rem;line-height:1;text-align:center;}@media screen and (min-width:36.25em){.well-being-tagline{font-size:6rem;}}.well-being-tagline::before,.well-being-tagline::after{content:"";position:absolute;top:50%;display:block;width:50%;height:.25rem;margin-top:-.125rem;background-color:#eaaa00;}.well-being-tagline::before{left:0;}.well-being-tagline::after{right:0;}@media(prefers-reduced-motion:no-preference){.well-being-tagline.prepare::before,.well-being-tagline.prepare::after{animation-name:scale-line-left;animation-duration:.75s;animation-fill-mode:both;animation-play-state:paused;}.well-being-tagline.prepare::after{animation-name:scale-line-right;}.well-being-tagline.in-view::before,.well-being-tagline.in-view::after{animation-play-state:running;}}.well-being-tagline__inner{position:relative;display:inline-block;padding-left:4.5rem;}@media screen and (min-width:36.25em){.well-being-tagline__inner{padding-left:9rem;}}.well-being-tagline__be{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;}@media(prefers-reduced-motion:no-preference){.prepare .well-being-tagline__be{animation-name:slide-be-right;animation-duration:4s;animation-fill-mode:both;animation-iteration-count:infinite;animation-play-state:paused;}.in-view .well-being-tagline__be{animation-play-state:running;}}.well-being-tagline__be::after{content:"Be";position:relative;z-index:1;display:block;height:4.5rem;aspect-ratio:1;padding:1rem;border-radius:50%;background-color:#eaaa00;box-shadow:0 1rem 2rem rgba(0,0,0,.06),0 .25rem 1rem rgba(0,0,0,.1),0 0 0 .5rem white;font-family:"IowanOldStyleW01-Italic1120392","Times New Roman",Times,serif;font-size:2.5rem;}@media screen and (min-width:36.25em){.well-being-tagline__be::after{height:9rem;padding:2rem;box-shadow:0 1rem 2rem rgba(0,0,0,.06),0 .25rem 1rem rgba(0,0,0,.1),0 0 0 1rem white;font-size:5rem;}}@media(prefers-reduced-motion:no-preference){.prepare .well-being-tagline__be::after{will-change:transform;animation-name:slide-be-left;animation-duration:4s;animation-fill-mode:both;animation-iteration-count:infinite;animation-play-state:paused;}.in-view .well-being-tagline__be::after{animation-play-state:running;}}.well-being-tagline__text{position:relative;z-index:1;transform-origin:left center;padding-left:.75rem;padding-right:.5rem;background-color:#fff;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);}@media screen and (min-width:36.25em){.well-being-tagline__text{padding-left:1.25rem;padding-right:.75rem;}}@media(prefers-reduced-motion:no-preference){.prepare .well-being-tagline__text{animation-name:slide-tagline-right;animation-duration:4s;animation-fill-mode:both;animation-iteration-count:infinite;animation-play-state:paused;}.in-view .well-being-tagline__text{animation-play-state:running;}}.well-being-tagline__text::after{content:"Well";transform-origin:right center;display:block;}@media(prefers-reduced-motion:no-preference){.prepare .well-being-tagline__text::after{animation-name:changeTagline,slide-tagline-left;animation-duration:12s,4s;animation-timing-function:linear,ease;animation-fill-mode:both;animation-iteration-count:infinite;animation-play-state:paused;}.in-view .well-being-tagline__text::after{animation-play-state:running;}}.mountaineer-support{grid-template-rows:auto auto 1fr;grid-template-areas:"header header header" "cards cards cards" "profile profile profile" "events events events";}@media screen and (min-width:75em){.mountaineer-support{grid-template-areas:"header header ." "cards cards events" "cards cards profile";}}.mountaineer-support__header{grid-area:header;}.mountaineer-support__cards{grid-area:cards;}.mountaineer-support__profile{--card-background-color:#002855;grid-area:profile;aspect-ratio:auto;}@media screen and (min-width:75em){.mountaineer-support__profile{margin-top:4rem;}}.mountaineer-support__profile .profile__image{-webkit-mask-image:radial-gradient(circle farthest-side at center top,black,rgba(0,0,0,.75) 40%,transparent 100%);mask-image:radial-gradient(circle farthest-side at center top,black,rgba(0,0,0,.75) 40%,transparent 100%);}.mountaineer-support__events{grid-area:events;}@media screen and (min-width:75em){.mountaineer-support__events{margin-top:1.875rem;}}.carousel{position:relative;background-color:#002855;overflow:hidden;}@media screen and (max-width:74.9375em){.carousel{display:flex;flex-direction:column;}}.carousel__slides{display:flex;width:100%;overflow-x:scroll;scrollbar-width:none;scroll-snap-type:x mandatory;}@media(prefers-reduced-motion:no-preference){.carousel__slides{scroll-behavior:smooth;}}@media screen and (min-width:60em){.carousel__slides{height:100vh;}}.carousel__slides::-webkit-scrollbar{display:none;}.carousel__slide{flex-shrink:0;flex-basis:100%;scroll-snap-align:start;}.carousel__nav{--carousel-items-gap:1rem;position:absolute;z-index:1;bottom:0;left:0;width:100%;margin-bottom:2rem;font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:.875rem;}@media screen and (min-width:75em){.carousel__nav{--carousel-items-gap:1.5rem;}}.carousel__nav-items{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:1.5rem;gap:var(--carousel-items-gap);justify-content:center;}@media screen and (min-width:60em){.carousel__nav-items{grid-auto-columns:1fr;}}.carousel__nav-item{position:relative;display:block;color:#fff;text-decoration:none;overflow-wrap:normal!important;word-wrap:normal!important;-ms-word-break:normal!important;word-break:normal!important;transition-property:color;transition-duration:.25s;}@media screen and (max-width:59.9375em){.carousel__nav-item{height:0;padding-top:.25rem;overflow:hidden;}}@media screen and (min-width:60em){.carousel__nav-item{padding-top:.75rem;}}.carousel__nav-item:hover,.carousel__nav-item:focus,.carousel__nav-item:active{color:#9bd3dd;}.carousel__nav-item[aria-selected=true]{color:#eaaa00;}@media screen and (max-width:59.9375em){.carousel__nav-item::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,.5);}.carousel__nav-item:hover::after,.carousel__nav-item:focus::after,.carousel__nav-item:active::after,.carousel__nav-item[aria-selected=true]::after{background-color:#eaaa00;}}.carousel-progress{display:block;width:100%;height:.25rem;}@media screen and (max-width:59.9375em){.carousel-progress{display:none;}}.carousel-progress__separator{transform-origin:0 0;width:var(--carousel-items-gap);}.carousel-progress__separator:nth-child(1){transform:translateX(calc((100% - (var(--carousel-items-count) - 1)*var(--carousel-items-gap))/var(--carousel-items-count)*1 + var(--carousel-items-gap)*0));}.carousel-progress__separator:nth-child(2){transform:translateX(calc((100% - (var(--carousel-items-count) - 1)*var(--carousel-items-gap))/var(--carousel-items-count)*2 + var(--carousel-items-gap)*1));}.carousel-progress__separator:nth-child(3){transform:translateX(calc((100% - (var(--carousel-items-count) - 1)*var(--carousel-items-gap))/var(--carousel-items-count)*3 + var(--carousel-items-gap)*2));}.carousel-progress__separator:nth-child(4){transform:translateX(calc((100% - (var(--carousel-items-count) - 1)*var(--carousel-items-gap))/var(--carousel-items-count)*4 + var(--carousel-items-gap)*3));}.carousel-progress__separator:nth-child(5){transform:translateX(calc((100% - (var(--carousel-items-count) - 1)*var(--carousel-items-gap))/var(--carousel-items-count)*5 + var(--carousel-items-gap)*4));}.carousel-progress__separator:nth-child(6){transform:translateX(calc((100% - (var(--carousel-items-count) - 1)*var(--carousel-items-gap))/var(--carousel-items-count)*6 + var(--carousel-items-gap)*5));}.carousel-progress__separator:nth-child(7){transform:translateX(calc((100% - (var(--carousel-items-count) - 1)*var(--carousel-items-gap))/var(--carousel-items-count)*7 + var(--carousel-items-gap)*6));}.carousel-progress__separator:nth-child(8){transform:translateX(calc((100% - (var(--carousel-items-count) - 1)*var(--carousel-items-gap))/var(--carousel-items-count)*8 + var(--carousel-items-gap)*7));}.carousel-progress__background{fill:rgba(255,255,255,.5);}.carousel-progress__bar{transform:scaleX(var(--carousel-progress));fill:#eaaa00;transition-property:transform;transition-duration:.25s;transition-timing-function:ease-out;}.carousel .section{--background-color:#002855;height:100%;}.carousel .section__background-image{-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.2),rgba(0,0,0,.2));mask-image:linear-gradient(to top,rgba(0,0,0,.2),rgba(0,0,0,.2));}@media screen and (min-width:55em){.carousel .section__background-image{-webkit-mask-image:linear-gradient(to top,transparent,black 50%);mask-image:linear-gradient(to top,transparent,black 50%);}}.carousel .section__body{padding-top:4rem;}@media screen and (min-width:60em){.carousel .section__body{padding-top:8rem;}}.carousel .section .layout-container,.carousel .section .grid{height:100%;}.carousel__callout{padding:2.25rem 2.25rem 2.25rem 1.75rem;backdrop-filter:blur(.375rem);position:relative;box-shadow:inset 0 0 0 1rem transparent;transition-property:color;transition-duration:.5s;transition-delay:.1666666667s;}.carousel__callout::before,.carousel__callout::after{content:"";box-sizing:border-box;position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:100%;border:0 solid transparent;border-color:rgba(255,255,255,.5);pointer-events:none;}.prepare .carousel__callout::before,.prepare .carousel__callout::after{width:0;height:0;}.in-view .carousel__callout::before,.in-view .carousel__callout::after{width:100%;height:100%;transition-property:border-color,width,height;transition-duration:0s,.5s,.5s;}.carousel__callout::before{border-bottom-width:1rem;border-right-width:1rem;}.in-view .carousel__callout::before{transition-delay:0s,0s,.5s;}.carousel__callout::after{border-top-width:1rem;border-left-width:1rem;}.in-view .carousel__callout::after{transition-delay:0s,.5s,0s;}@media screen and (max-width:59.9375em){.carousel__callout{align-self:auto;margin-bottom:2rem;}}@keyframes wheel-item-entry{0%{transform:rotate(calc(var(--wheel-item-rotation) + 180deg)) translateX(calc((var(--wheel-container-height) + var(--wheel-item-radius) + 2rem)*-1)) rotate(calc(var(--wheel-item-rotation-supplement) - 180deg));}100%{transform:rotate(var(--wheel-item-rotation)) translateX(calc((var(--wheel-container-height) + var(--wheel-item-radius) + 2rem)*-1)) rotate(var(--wheel-item-rotation-supplement));}}@keyframes wheel-entry{0%{transform:rotate(180deg);}100%{transform:rotate(0);}}.priorities{overflow:hidden;}.priorities .section__body{padding-top:4rem;}@media screen and (min-width:60em){.priorities .section__body{padding-top:8rem;}}.priorities__footer{--background-color:#002855;position:static;}.priorities__footer .section__body{z-index:2;}.well-being-wheel{--wheel-container-width:50rem;--wheel-container-height:calc(var(--wheel-container-width)/2);--wheel-item-diameter:16rem;--wheel-item-radius:calc(var(--wheel-item-diameter)/2);--wheel-item-rotation:-0deg;--wheel-item-rotation-supplement:0deg;position:relative;width:100%;margin-top:4rem;}@media screen and (min-width:75em){.well-being-wheel{display:flex;justify-content:flex-end;padding-top:calc(var(--wheel-item-diameter) + 2rem);padding-bottom:8rem;}}.well-being-wheel__container{position:relative;display:flex;justify-content:center;height:calc(var(--wheel-container-height) + 8rem);}@media screen and (min-width:75em){.well-being-wheel__container{width:var(--wheel-container-width);height:var(--wheel-container-height);padding-left:4rem;padding-right:4rem;}}@media(prefers-reduced-motion:no-preference){.well-being-wheel__container{scroll-behavior:smooth;}}.well-being-wheel__container::-webkit-scrollbar{display:none;}.well-being-wheel__background{content:"";position:absolute;top:0;left:0;width:var(--wheel-container-width);height:200%;}@media screen and (max-width:74.9375em){.well-being-wheel__background{left:50%;transform:translateX(-50%);}}.well-being-wheel__background:nth-child(2){clip-path:polygon(0% calc(var(--wheel-container-height) + 8rem),100% calc(var(--wheel-container-height) + 8rem),100% 100%,0% 100%);}.well-being-wheel__background:nth-child(2) path:first-child{fill:#001e41;}.well-being-wheel__background svg{display:block;}@media(prefers-reduced-motion:no-preference){.prepare .well-being-wheel__background svg{animation-name:fade-in,wheel-entry;animation-duration:.125s,1s;animation-timing-function:linear,cubic-bezier(.17,.67,.44,1);animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused;}.in-view .well-being-wheel__background svg{animation-play-state:running;}}.well-being-wheel__items{position:relative;}@media screen and (max-width:74.9375em){.well-being-wheel__items{display:flex;width:100%;text-align:center;overflow-x:scroll;scrollbar-width:none;scroll-snap-type:x proximity;}.well-being-wheel__items::before,.well-being-wheel__items::after{content:"";display:block;flex-shrink:0;flex-basis:calc((100% - 25rem)/2);scroll-snap-align:center;}}@media screen and (max-width:74.9375em){.well-being-wheel__item{position:relative;display:flex;align-items:flex-end;flex-shrink:0;flex-basis:25rem;scroll-snap-align:center;}}.well-being-wheel__button{width:100%;aspect-ratio:1;}@media screen and (min-width:75em){.well-being-wheel__button{position:absolute;top:100%;left:50%;transform:rotate(var(--wheel-item-rotation)) translateX(calc((var(--wheel-container-height) + var(--wheel-item-radius) + 2rem)*-1)) rotate(var(--wheel-item-rotation-supplement));width:var(--wheel-item-diameter);height:var(--wheel-item-diameter);margin-top:calc(var(--wheel-item-radius)*-1);margin-left:calc(var(--wheel-item-radius)*-1);}}.well-being-wheel__item:nth-child(1) .well-being-wheel__button{--wheel-item-rotation:0deg;--wheel-item-rotation-supplement:0deg;}.well-being-wheel__item:nth-child(2) .well-being-wheel__button{--wheel-item-rotation:30deg;--wheel-item-rotation-supplement:-30deg;}.well-being-wheel__item:nth-child(3) .well-being-wheel__button{--wheel-item-rotation:60deg;--wheel-item-rotation-supplement:-60deg;}.well-being-wheel__item:nth-child(4) .well-being-wheel__button{--wheel-item-rotation:90deg;--wheel-item-rotation-supplement:-90deg;}.well-being-wheel__item:nth-child(5) .well-being-wheel__button{--wheel-item-rotation:120deg;--wheel-item-rotation-supplement:-120deg;}@media screen and (prefers-reduced-motion:no-preference) and (min-width:75em){.prepare .well-being-wheel__button{animation-name:fade-in,wheel-item-entry;animation-duration:.125s,1s;animation-timing-function:linear,cubic-bezier(.17,.67,.44,1);animation-fill-mode:both;animation-play-state:paused;}.prepare .well-being-wheel__button:nth-child(1){animation-delay:.575s;}.prepare .well-being-wheel__button:nth-child(2){animation-delay:.65s;}.prepare .well-being-wheel__button:nth-child(3){animation-delay:.725s;}.prepare .well-being-wheel__button:nth-child(4){animation-delay:.8s;}.prepare .well-being-wheel__button:nth-child(5){animation-delay:.875s;}.in-view .well-being-wheel__button{animation-play-state:running;}}.well-being-wheel__button:focus{outline-width:0;}.well-being-wheel__icon{display:block;width:100%;height:auto;}.well-being-wheel__button .well-being-wheel__icon{transform:scale(1);display:block;width:100%;height:100%;border-radius:50%;transition-property:transform;transition-duration:.75s,.25s;will-change:transform;}.well-being-wheel__button:not([aria-expanded=true]):hover .well-being-wheel__icon,.well-being-wheel__button:not([aria-expanded=true]):focus .well-being-wheel__icon{transform:scale(.95);transition-duration:.25s;}.well-being-wheel__button:focus .well-being-wheel__icon{outline-width:0;}@media screen and (max-width:74.9375em){.well-being-wheel__icon>*:not(.well-being-wheel__icon-highlight):nth-child(n+3){opacity:.1;}}.well-being-wheel__icon-highlight{transform:scaleX(-1) rotate(67.5deg);transform-origin:center center;}@media(prefers-reduced-motion:no-preference){.well-being-wheel__icon-highlight{transition-property:transform;transition-duration:.75s;transition-timing-function:ease-in;}}[aria-expanded=true] .well-being-wheel__icon-highlight{transform:scaleX(-1) rotate(427.5deg);}@media(prefers-reduced-motion:no-preference){[aria-expanded=true] .well-being-wheel__icon-highlight{transition-duration:1s;transition-timing-function:cubic-bezier(.53,.34,0,1);}}.well-being-wheel__icon-trail{stroke:var(--wheel-icon-highlight-color,#eaaa00);stroke-width:12;stroke-dasharray:687.3804726054;stroke-dashoffset:687.3804726054;}@media(prefers-reduced-motion:no-preference){.well-being-wheel__icon-trail{transition-property:stroke-dashoffset;transition-duration:.75s;transition-timing-function:ease-in;}}[aria-expanded=true] .well-being-wheel__icon-trail{stroke-dashoffset:85.9225590757;}@media(prefers-reduced-motion:no-preference){[aria-expanded=true] .well-being-wheel__icon-trail{transition-duration:1s;transition-timing-function:cubic-bezier(.53,.34,0,1);}}.well-being-wheel__icon-arrow{transform:rotate(0deg) translateX(109.25px) rotate(180deg);transform-origin:center center;fill:var(--wheel-icon-highlight-color,#eaaa00);opacity:0;}@media(prefers-reduced-motion:no-preference){.well-being-wheel__icon-arrow{transition-property:transform,opacity;transition-duration:.75s,.017s;transition-delay:0s,.7s;transition-timing-function:ease-in,linear;}}[aria-expanded=true] .well-being-wheel__icon-arrow{transform:rotate(315deg) translateX(109.25px) rotate(180deg);opacity:1;}@media(prefers-reduced-motion:no-preference){[aria-expanded=true] .well-being-wheel__icon-arrow{transition-duration:1s,.017s;transition-delay:0s;transition-timing-function:cubic-bezier(.53,.34,0,1),linear;}}@media screen and (max-width:74.9375em){.well-being-wheel__content{position:absolute;top:8rem;left:4rem;right:4rem;bottom:0;display:grid;place-content:center;color:#fff;}}@media screen and (min-width:75em){.well-being-wheel__content{max-width:30rem;margin-top:12rem;}}.well-being-wheel__content[id=priority-community]{--wellbeing-wheel-heading-color:#0d5257;}.well-being-wheel__content[id=priority-financial]{--wellbeing-wheel-heading-color:#005eb8;}.well-being-wheel__content[id=priority-physical]{--wellbeing-wheel-heading-color:#333f48;}.well-being-wheel__content[id=priority-purposeful]{--wellbeing-wheel-heading-color:#657a68;}.well-being-wheel__content[id=priority-social]{--wellbeing-wheel-heading-color:#002855;}@media(prefers-reduced-motion:no-preference){.prepare .well-being-wheel__heading{animation-name:smooth-entry-up;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused;}.in-view .well-being-wheel__heading{animation-play-state:running;}}.well-being-wheel__heading{margin-top:0;color:var(--wellbeing-wheel-heading-color);font-family:"HelveticaNeueW01-97Blac",HelveticaNeue-CondensedBlack,Impact,"Arial Bold",Helvetica,Arial,sans-serif;font-size:4rem;}@media screen and (max-width:74.9375em){.well-being-wheel__heading{display:none;}}.well-being-wheel__heading+p{margin-top:.25em;}@media screen and (max-width:74.9375em){.well-being-wheel a{color:#eaaa00;}.well-being-wheel p{font-family:"Helvetica Neue LT W01_75 Bold","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.25rem;}}.path-highlights{margin-bottom:2rem;}.path-highlight{--card-background-color:#00234b;border:.0625rem solid #003674;box-shadow:none;}.path-highlight:hover,.path-highlight:focus{color:#eaaa00;}.path-highlight__body{display:grid;gap:1.25rem;grid-template-columns:1fr auto;padding:1.25rem;}.path-highlight__title{font-size:1.25rem;}.path-highlight__title::before{left:-1.25rem;}.path-highlight__text{margin-top:.25em;font-size:.875rem;}.path-highlight__link{margin-top:0;padding-top:0;}.path-highlight__icon{--arrow-icon-background-color:#003674;--arrow-icon-svg-fill-color:#fff;}.path-highlight:hover .path-highlight__icon,.path-highlight:focus .path-highlight__icon{transform:none;}.path-feature{background-image:linear-gradient(#002855,#002855 50%,white 50%,white);}.path-feature p{margin-top:.25em;}.form{margin-top:.75rem;}@media screen and (max-width:59.9375em){.form{grid-column:1/-1;}}.form__check-input[name=pathAudience]+.form__check-label,.form__check-input[name=pathPriority]+.form__check-label,.form__check-input[name=pathService]+.form__check-label{padding-left:.375rem;padding-right:.375rem;border-radius:.5rem;background-color:transparent;transition-property:background-color;transition-duration:.25s;}.form__check-input[name=pathPriority]+.form__check-label{display:grid;gap:.5rem;grid-template-columns:auto 1fr;align-items:center;}.form__check-input[name=pathPriority]+.form__check-label::before{content:"";display:grid;gap:1rem;grid-template-columns:auto 1fr;width:.75rem;height:.75rem;border-radius:50%;background-color:var(--form-check-label-accent-color);}.form__check-input[name=pathAudience]:checked+.form__check-label,.form__check-input[name=pathPriority]:checked+.form__check-label,.form__check-input[name=pathService]:checked+.form__check-label{background-color:var(--form-check-label-background-color,#e3e6e6);}.form__check-input[id=priority-community]+.form__check-label{--form-check-label-background-color:rgba(13,82,87,.2);--form-check-label-accent-color:#0d5257;}.form__check-input[id=priority-emotional]+.form__check-label{--form-check-label-background-color:rgba(234,170,0,.2);--form-check-label-accent-color:#eaaa00;}.form__check-input[id=priority-financial]+.form__check-label{--form-check-label-background-color:rgba(0,94,184,.2);--form-check-label-accent-color:#005eb8;}.form__check-input[id=priority-physical]+.form__check-label{--form-check-label-background-color:rgba(51,63,72,.2);--form-check-label-accent-color:#333f48;}.form__check-input[id=priority-purposeful]+.form__check-label{--form-check-label-background-color:rgba(101,122,104,.2);--form-check-label-accent-color:#657a68;}.form__check-input[id=priority-social]+.form__check-label{--form-check-label-background-color:rgba(0,40,85,.2);--form-check-label-accent-color:#002855;}@media screen and (min-width:60em){.paths{margin-top:.75rem;}}.paths__heading{margin-top:0;margin-bottom:1.875rem;font-size:1.5rem;}.path__name{margin-top:0;font-size:1.5rem;line-height:1.4;}.path__description{margin-top:.5em;margin-bottom:.5em;font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:1.125rem;}.tag--community,.tag--emotional,.tag--financial,.tag--physical,.tag--purposeful,.tag--social{--tag-text-color:#fff;margin-bottom:0;}.tag--community{--tag-background-color:#0d5257;}.tag--emotional{--tag-background-color:#eaaa00;--tag-text-color:#002855;}.tag--financial{--tag-background-color:#005eb8;}.tag--physical{--tag-background-color:#333f48;}.tag--purposeful{--tag-background-color:#657a68;}.tag--social{--tag-background-color:#002855;}.wvu-masthead{position:relative;z-index:2;margin-bottom:4rem;}@media screen and (max-width:59.9375em){.page--landing-page .wvu-masthead{position:absolute;top:0;left:0;width:100%;}}.layout-container .wvu-masthead{grid-column:1/-1;}.page:not(.page--landing-page) .layout-container .wvu-masthead{margin-left:-1rem;margin-right:-1rem;}@media screen and (min-width:60em){.page:not(.page--landing-page) .layout-container .wvu-masthead{margin-left:0;margin-right:0;}}@media screen and (min-width:60em){.layout-container .wvu-masthead{grid-column-end:auto;grid-row-end:span 2;}@supports(display:grid){.layout-container .wvu-masthead{margin-left:0;margin-right:0;}}}@media screen and (min-width:60em) and (min-width:80em){.page--diversity .layout-container .wvu-masthead{grid-row-end:auto;}}@media screen and (min-width:60em){.section--banner .wvu-masthead{margin-bottom:0;}}.wvu-masthead a[href]:focus,.wvu-masthead button:focus,.wvu-masthead input:focus{outline-color:currentColor;}.wvu-masthead__skip-nav:focus{outline-color:#fff!important;}@media screen and (min-width:60em){.wvu-masthead__skip-nav:focus{outline-color:#002855!important;}.page--dark .wvu-masthead__skip-nav:focus,.section--dark .wvu-masthead__skip-nav:focus{outline-color:#fff!important;}}@media screen and (min-width:60em){@supports(display:grid){.wvu-masthead-header{background-color:transparent;pointer-events:auto;}}}@media screen and (min-width:60em){@supports(display:grid){.grid .wvu-masthead-header__brand{padding-left:0;padding-right:0;}.page:not(.page--dark) .wvu-masthead-header__brand{color:#002855;}.page:not(.page--dark) .wvu-masthead-header__brand[href]:hover,.page:not(.page--dark) .wvu-masthead-header__brand[href]:focus{color:#002855;}.section--dark .wvu-masthead-header__brand{color:#fff!important;}.section--dark .wvu-masthead-header__brand[href]:hover,.section--dark .wvu-masthead-header__brand[href]:focus{color:#fff!important;}}.prepare .wvu-masthead-header__brand{animation-name:smooth-entry-down;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused;}.in-view .wvu-masthead-header__brand{animation-play-state:running;}}.wvu-masthead-header__logo-wordmark{fill:currentColor;}@media screen and (min-width:60em){@supports(display:grid){.wvu-masthead-nav{overflow:visible;background-color:transparent;}.wvu-masthead-nav__layout{display:block;}.wvu-masthead-nav__items{max-width:340px;}.wvu-masthead-nav__items--primary,.wvu-masthead-nav__items--secondary{display:block;margin-top:4rem;font-family:"HelveticaNeueW01-45Ligh","Helvetica Neue",Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;font-size:2rem;pointer-events:auto;}.wvu-masthead-nav__items--secondary{margin-left:0;}.wvu-masthead-nav__item{margin-left:-.5rem;}.prepare .wvu-masthead-nav__item{animation-name:smooth-entry-right;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused;}.prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(1){animation-delay:.575s;}.prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(2){animation-delay:.65s;}.prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(3){animation-delay:.725s;}.prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(4){animation-delay:.8s;}.prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta):nth-child(5){animation-delay:.875s;}.in-view .wvu-masthead-nav__item{animation-play-state:running;}.wvu-masthead-nav__item+.wvu-masthead-nav__item{margin-top:1rem;}.wvu-masthead-nav a{position:relative;display:inline-block;padding:0 .5rem;}.wvu-masthead-nav a:hover,.wvu-masthead-nav a:focus{background-color:transparent;}.page:not(.page--dark) .wvu-masthead-nav a{color:#002855;}.section--dark .wvu-masthead-nav a{color:#fff!important;}.wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta) a::after{content:"";position:absolute;z-index:-1;bottom:-.125rem;left:0;width:100%;height:.875rem;border-radius:.0625rem;background-color:#9bd3dd;transform:translate3d(0,0,0) scaleX(0);transform-origin:center right;transition-property:transform;transition-duration:.5s;will-change:transform;}.wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta) a:hover::after,.wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta) a:focus::after{transform:translate3d(0,0,0) scaleX(1);transform-origin:center left;}.wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta).is-current a::after{transform:translate3d(0,0,0) scaleX(1);transform-origin:center left;background-color:#eaaa00;}.prepare .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta).is-current a::after{animation-name:scale-line-right;animation-duration:.5s;animation-delay:.95s;animation-fill-mode:both;animation-play-state:paused;}.in-view .wvu-masthead-nav__item:not(.wvu-masthead-nav__item--cta).is-current a::after{animation-play-state:running;}.wvu-masthead-nav__item.is-current a{background-color:transparent;}.wvu-masthead-nav__item.is-current a:hover,.wvu-masthead-nav__item.is-current a:focus{background-color:transparent;}.wvu-masthead-nav__item--cta{margin-top:0;margin-bottom:0;margin-right:0;}.prepare .wvu-masthead-nav__item--cta{animation-delay:.95s;}.wvu-masthead-nav__item--cta a{display:inline-grid;grid-column-gap:.75rem;grid-template-columns:auto 1fr;padding:0 .5rem;border-radius:0;font-weight:normal;background-color:transparent;}.wvu-masthead-nav__item--cta a::before{content:"";display:inline-block;float:left;width:2rem;height:2rem;margin-top:.4375rem;background-image:url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/arrow-icon.svg);background-repeat:no-repeat;background-position:center center;transition-property:transform;transition-duration:.75s;}.wvu-masthead-nav__item--cta a:hover::before,.wvu-masthead-nav__item--cta a:focus::before{transform:translateX(.25rem);}.wvu-masthead-nav__item--return-to-campus a::before{background-image:url(https://cdn.hsc.wvu.edu/CustomDesigns/Health2020/_Common/Images/external-link-icon.svg);}.wvu-masthead-nav__item--return-to-campus a::after{content:"Get information on returning to WVU";grid-column:2/span 2;font-size:1rem;}}}.wvu-alert__banner{position:relative;z-index:1;}.wvu-alert__dialog p{font-family:Helvetica,"Helvetica LT Std","Helvetica CY",Arial,"Lucida Grande",sans-serif;}.wvu-footer{--wvu-footer-background-color:#002855;--wvu-footer-text-color:#fff;--wvu-footer-link-color:currentColor;--wvu-footer-link-hover-color:#eaaa00;--wvu-footer-link-focus-color:currentColor;position:relative;z-index:1;}@media screen and (min-width:60em){.hsc-footer{--hsc-footer-gutter:2rem;}.wvu-footer{--wvu-footer-gutter:2rem;}}.safety-footer{--safety-footer-bg-color:#002855;--safety-footer-text-color:#fff;--safety-footer-card-bg-color:#00234b;--safety-footer-heading-color:#eaaa00;--safety-footer-link-color:#fff;--safety-footer-link-hover-color:#eaaa00;--safety-footer-link-outline-color:#eaaa00;}.hsc-footer,.wvu-footer{position:relative;z-index:10;}.hsc-footer{--hsc-footer-background-color:#00234b;}.safety-footer{--safety-footer-bg-color:#00234b;--safety-footer-card-bg-color:#002855;}