/*********************************************************************
    Variables
**********************************************************************/
/*********************************************************************
    480px or less
**********************************************************************/
html, body, form, nav, ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center; }

.wrap {
  width: 90%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  display: block;
  height: auto;
  overflow: hidden; }

video {
  display: block; }

/* For IE9 */
a img {
  border: none; }

/* For Chrome & Firefox */
*:focus {
  outline: 0; }

textarea:focus, input:focus {
  outline: 0; }

a:hover, a:active, a:focus {
  outline: 0; }

/* WVU Header */
.wvu-header {
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #002855; }
  .wvu-header .wvu-masthead__logo {
    float: left;
    display: block;
    width: 70.14568%; }
  .wvu-header .wvu-masthead__logo--w-signature {
    width: 100%; }
  .wvu-header .imagedesc {
    background: url("../images/wvulogo.png") no-repeat center top 1.2em/300px auto transparent; }
  .wvu-header .wvu-masthead__title--w-signature {
    padding-top: 56px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 100px; }
  .wvu-header .list {
    height: auto;
    width: 100%;
    overflow: hidden;
    list-style-type: none; }
    .wvu-header .list a {
      display: block;
      margin: 0;
      padding: 0;
      box-sizing: border-box; }
    .wvu-header .list li:nth-last-child(1) a {
      color: #ffcc66;
      font-weight: 400; }
    .wvu-header .list .links {
      font-size: 12px;
      color: white;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #001022;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #004088;
      border-right: 1px solid #004088;
      border-left: 2px solid #001022;
      text-decoration: none;
      padding-top: 10px;
      padding-bottom: 15px;
      width: 50%;
      display: inline-block;
      float: left; }
  .wvu-header .links {
    font-size: 12px;
    color: white;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #004f90;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #0079dd;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 15px; }
    .wvu-header .links li {
      display: block;
      margin: 0;
      padding: 0; }

#wvutoggle {
  box-sizing: content-box;
  height: 40px;
  display: block;
  padding: 10px 5%;
  width: 90%;
  text-align: left;
  border-bottom: 2px solid #001022; }
  #wvutoggle img {
    width: auto;
    height: 100%; }
  #wvutoggle .fa {
    float: right;
    color: #fff;
    position: relative;
    top: 8px; }

/* Footer */
footer {
  background-color: #002855;
  padding-bottom: 50px; }
  footer p {
    font-size: 0.75em;
    line-height: 150%; }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }

.school-footer {
  padding: 30px 0px 0px 0px;
  color: #fff;
  width: 100%; }
  .school-footer .footerTitle {
    font-size: 1.5em;
    font-weight: 300;
    display: block;
    color: #FC6; }
    .school-footer .footerTitle:hover {
      text-decoration: none; }

.wvu-footer {
  margin: 10px 0px 30px 0px;
  width: 100%; }
  .wvu-footer .wvuFooterSites {
    float: inherit;
    text-align: center; }
    .wvu-footer .wvuFooterSites li {
      display: inline-block;
      margin: 0px;
      padding: 0px; }
      .wvu-footer .wvuFooterSites li a {
        padding: 10px 0 0 0;
        margin: 0 0.5em;
        display: block;
        font-size: 0.75em;
        border-radius: 30px;
        color: #fff;
        text-decoration: none; }
        .wvu-footer .wvuFooterSites li a:hover {
          text-decoration: underline; }
  .wvu-footer .wvuFooterSocial {
    margin-top: 30px;
    float: inherit; }
    .wvu-footer .wvuFooterSocial li {
      display: inline;
      padding: 0 2px; }
      .wvu-footer .wvuFooterSocial li .socmedia {
        opacity: 1; }
        .wvu-footer .wvuFooterSocial li .socmedia:hover {
          text-decoration: none;
          opacity: 0.75; }
        .wvu-footer .wvuFooterSocial li .socmedia img {
          width: 30px;
          height: auto; }

/* State */
.desktop {
  display: none; }

.tablet {
  display: none; }

/*********************************************************************
	768px to 1024px
**********************************************************************/
@media screen and (min-width: 768px) {
  /* Header */
  .wvu-header .wvu-masthead__logo--w-signature {
    background: url("../images/wvulogo.png") no-repeat center top 1.2em/300px auto transparent;
    padding: 0px 0px 20px 0px;
    width: 100%; }
  .wvu-header .wvu-masthead-title {
    padding-right: 100px; }

  .wvu-header-logo {
    width: 100%;
    float: left; }

  .wvu-header-mobile-list {
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
    list-style-type: none;
    list-style-image: none;
    float: right;
    font-size: 12px; }
    .wvu-header-mobile-list li {
      display: inline-block; }
    .wvu-header-mobile-list a {
      margin: 0 0.5em;
      color: white;
      text-decoration: none; }
      .wvu-header-mobile-list a:hover {
        text-decoration: underline; }

  /* Footer */
  footer {
    padding: 30px 0px; }

  .school-footer {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0px; }

  .wvu-footer {
    width: 50%;
    float: left;
    padding: 0px; }
    .wvu-footer .wvuFooterSites {
      float: right;
      text-align: right; }
      .wvu-footer .wvuFooterSites li a {
        padding: 10px 0 0 0;
        margin-left: 1em; }
    .wvu-footer .wvuFooterSocial {
      float: right; }

  /* State */
  .mobile {
    display: none; }

  .tablet {
    display: block; } }
/*********************************************************************
	1024px and up
**********************************************************************/
@media screen and (min-width: 1024px) {
  /* Header */
  .wvu-header .wvu-masthead__logo--w-signature {
    background: url("../images/wvulogo.png") no-repeat left top 1.2em/300px auto transparent;
    padding: 0px 0px 20px 54px;
    width: 33%; }

  .desktop {
    display: block; }

  .wvu-header-logo {
    width: 50%;
    text-align: left; }

  .wvu-header-mobile-list {
    width: 50%;
    padding: 36px 0px 10px;
    text-align: right; }

  /* Footer */
  .disclaimer {
    white-space: nowrap; } }
/*********************************************************************
	Print
**********************************************************************/

/*# sourceMappingURL=wvu.css.map */
