

/* accessible tabbing/mouse menu */

.nav {
  font: 90% "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  float: left;
  position: relative;
}
.nav ul li:hover, .nav ul li.hover {
  z-index: 100;
}
.nav ul li:hover ul, .nav ul li.hover ul {
  left: 0;
}
.nav ul li:hover ul a, .nav ul li.hover ul a {
  background: white;
  color: #82003d;
  border: 0px solid #6f2c0a;
  padding: 5px 10px;
  width: 168px;
  text-shadow: none;
  margin-top: -1px;
  /* collapses top border */
}
.nav ul li:hover ul a:hover, .nav ul li:hover ul a:focus, .nav ul li:hover ul a:active, .nav ul li.hover ul a:hover, .nav ul li.hover ul a:focus, .nav ul li.hover ul a:active {
  background: #f1f1f1;
  color: #82003d;
}
.nav ul a {
  background: none;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #feeebf), color-stop(0.85, #fff6de));
  background-image: -moz-linear-gradient(center bottom, #feeebf 50%, #fff6de 85%); */
  color: #FFF;
  text-decoration: none;
  /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); */
  font-weight: bold;
  padding: 10px;
  display: block;
  border: 0px solid #fecb33;
  position: relative;
  margin-left: -1px;
  /* collapses the left border */
}
.nav ul a:hover, .nav ul a:focus, .nav ul a:active,
.nav ul li.hover a {
  background: #82003d;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #993300), color-stop(0.85, #bd4e17));
  background-image: -moz-linear-gradient(center bottom, #993300 50%, #bd4e17 85%); */
  color: white;
  border: 0px solid #6f2c0a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.nav ul ul {
  position: absolute;
  top: 100%;
  left: -9999em;
  width: 180px;
}
.nav ul ul li {
  float: none;
  position: static;
}


/* -- Financial-Aid -- */

.financial-aid-nav {
  font: 90% "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.financial-aid-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.financial-aid-nav ul li {
  float: left;
  position: relative;
}
.financial-aid-nav ul li:hover, .financial-aid-nav ul li.hover {
  z-index: 100;
}
.financial-aid-nav ul li:hover ul, .financial-aid-nav ul li.hover ul {
  left: 0;
}
.financial-aid-nav ul li:hover ul a, .financial-aid-nav ul li.hover ul a {
  background: white;
  color: #82003d;
  border: 0px solid #6f2c0a;
  padding: 5px 10px;
  width: 168px;
  text-shadow: none;
  margin-top: -1px;
  /* collapses top border */
}
.financial-aid-nav ul li:hover ul a:hover, .financial-aid-nav ul li:hover ul a:focus, .financial-aid-nav ul li:hover ul a:active, .financial-aid-nav ul li.hover ul a:hover, .financial-aid-nav ul li.hover ul a:focus, .financial-aid-nav ul li.hover ul a:active {
  background: #f1f1f1;
  color: #82003d;
}
.financial-aid-nav ul a {
  background: none;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #feeebf), color-stop(0.85, #fff6de));
  background-image: -moz-linear-gradient(center bottom, #feeebf 50%, #fff6de 85%); */
  color: #FFF;
  text-decoration: none;
  /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); */
  font-weight: bold;
  padding: 10px;
  display: block;
  border: 0px solid #fecb33;
  position: relative;
  margin-left: -1px;
  /* collapses the left border */
}
.financial-aid-nav ul a:hover, .financial-aid-nav ul a:focus, .financial-aid-nav ul a:active,
.financial-aid-nav ul li.hover a {
  background: #82003d;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #993300), color-stop(0.85, #bd4e17));
  background-image: -moz-linear-gradient(center bottom, #993300 50%, #bd4e17 85%); */
  color: white;
  border: 0px solid #6f2c0a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.financial-aid-nav ul ul {
  position: absolute;
  top: 100%;
  left: -9999em;
  width: 180px;
}
.financial-aid-nav ul ul li {
  float: none;
  position: static;
}

/* -- Global Nav -- */

.global-nav {
  font: 90% "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.global-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav ul li {
  float: left;
  position: relative;
}
.global-nav ul li:hover, .global-nav ul li.hover {
  z-index: 100;
}
.global-nav ul li:hover ul, .global-nav ul li.hover ul {
  left: 0;
}
.global-nav ul li:hover ul a, .global-nav ul li.hover ul a {
  background: white;
  color: #82003d;
  border: 0px solid #6f2c0a;
  padding: 5px 10px;
  width: 168px;
  text-shadow: none;
  margin-top: -1px;
  /* collapses top border */
}
.global-nav ul li:hover ul a:hover, .global-nav ul li:hover ul a:focus, .global-nav ul li:hover ul a:active, .global-nav ul li.hover ul a:hover, .global-nav ul li.hover ul a:focus, .global-nav ul li.hover ul a:active {
  background: #f1f1f1;
  color: #82003d;
}
.global-nav ul a {
  background: none;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #feeebf), color-stop(0.85, #fff6de));
  background-image: -moz-linear-gradient(center bottom, #feeebf 50%, #fff6de 85%); */
  color: #FFF;
  text-decoration: none;
  /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); */
  font-weight: bold;
  padding: 10px;
  display: block;
  border: 0px solid #fecb33;
  position: relative;
  margin-left: -1px;
  /* collapses the left border */
}
.global-nav ul a:hover, .global-nav ul a:focus, .global-nav ul a:active,
.global-nav ul li.hover a {
  background: #82003d;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #993300), color-stop(0.85, #bd4e17));
  background-image: -moz-linear-gradient(center bottom, #993300 50%, #bd4e17 85%); */
  color: white;
  border: 0px solid #6f2c0a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.global-nav ul ul {
  position: absolute;
  top: 100%;
  left: -9999em;
  width: 180px;
}
.global-nav ul ul li {
  float: none;
  position: static;
}


/* -- Graduate -- */

.graduate-nav {
  font: 90% "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.graduate-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.graduate-nav ul li {
  float: left;
  position: relative;
}
.graduate-nav ul li:hover, .graduate-nav ul li.hover {
  z-index: 100;
}
.graduate-nav ul li:hover ul, .graduate-nav ul li.hover ul {
  left: 0;
}
.graduate-nav ul li:hover ul a, .graduate-nav ul li.hover ul a {
  background: white;
  color: #82003d;
  border: 0px solid #6f2c0a;
  padding: 5px 10px;
  width: 168px;
  text-shadow: none;
  margin-top: -1px;
  /* collapses top border */
}
.graduate-nav ul li:hover ul a:hover, .graduate-nav ul li:hover ul a:focus, .graduate-nav ul li:hover ul a:active, .graduate-nav ul li.hover ul a:hover, .graduate-nav ul li.hover ul a:focus, .graduate-nav ul li.hover ul a:active {
  background: #f1f1f1;
  color: #82003d;
}
.graduate-nav ul a {
  background: none;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #feeebf), color-stop(0.85, #fff6de));
  background-image: -moz-linear-gradient(center bottom, #feeebf 50%, #fff6de 85%); */
  color: #FFF;
  text-decoration: none;
  /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); */
  font-weight: bold;
  padding: 10px;
  display: block;
  border: 0px solid #fecb33;
  position: relative;
  margin-left: -1px;
  /* collapses the left border */
}
.graduate-nav ul a:hover, .graduate-nav ul a:focus, .graduate-nav ul a:active,
.graduate-nav ul li.hover a {
  background: #82003d;
	background: #666;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #993300), color-stop(0.85, #bd4e17));
  background-image: -moz-linear-gradient(center bottom, #993300 50%, #bd4e17 85%); */
  color: white;
  border: 0px solid #6f2c0a;
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7) */
}
.graduate-nav ul ul {
  position: absolute;
  top: 100%;
  left: -9999em;
  width: 180px;
}
.graduate-nav ul ul li {
  float: none;
  position: static;
}



/* -- Utility Nav -- */

.utility-nav {
  font: 90% "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.utility-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.utility-nav ul li {
  float: left;
  position: relative;
}
.utility-nav ul li:hover, .utility-nav ul li.hover {
  z-index: 100;
}
.utility-nav ul li:hover ul, .utility-nav ul li.hover ul {
  left: 0;
}
.utility-nav ul li:hover ul a, .utility-nav ul li.hover ul a {
  background: white;
  color: #82003d;
  border: 0px solid #6f2c0a;
  padding: 5px 10px;
  width: 168px;
  text-shadow: none;
  margin-top: -1px;
  /* collapses top border */
}
.utility-nav ul li:hover ul a:hover, .utility-nav ul li:hover ul a:focus, .utility-nav ul li:hover ul a:active, .utility-nav ul li.hover ul a:hover, .utility-nav ul li.hover ul a:focus, .utility-nav ul li.hover ul a:active {
  background: #f1f1f1;
  color: #82003d;
}
.utility-nav ul a {
  background: none;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #feeebf), color-stop(0.85, #fff6de));
  background-image: -moz-linear-gradient(center bottom, #feeebf 50%, #fff6de 85%); */
  color: #FFF;
  text-decoration: none;
  /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); */
  font-weight: bold;
  padding: 10px;
  display: block;
  border: 0px solid #fecb33;
  position: relative;
  margin-left: -1px;
  /* collapses the left border */
}
.utility-nav ul a:hover, .utility-nav ul a:focus, .utility-nav ul a:active,
.utility-nav ul li.hover a {
  background: #82003d;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #993300), color-stop(0.85, #bd4e17));
  background-image: -moz-linear-gradient(center bottom, #993300 50%, #bd4e17 85%); */
  color: white;
  border: 0px solid #6f2c0a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.utility-nav ul ul {
  position: absolute;
  top: 100%;
  left: -9999em;
  width: 180px;
}
.utility-nav ul ul li {
  float: none;
  position: static;
}


/*FYE Nav*/

.fyenav {
  font: 90% "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.fyenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fyenav ul li {
  float: left;
  position: relative;
}
.fyenav ul li:hover, .fyenav ul li.hover {
  z-index: 100;
}
.fyenav ul li:hover ul, .nfyeav ul li.hover ul {
  left: 0;
}
.fyenav ul li:hover ul a, .fyenav ul li.hover ul a {
  background: white;
  color: #82003d;
  border: 0px solid #6f2c0a;
  padding: 5px 10px;
  width: 168px;
  text-shadow: none;
  margin-top: -1px;
  /* collapses top border */
}
.fyenav ul li:hover ul a:hover, .fyenav ul li:hover ul a:focus, .fyenav ul li:hover ul a:active, .fyenav ul li.hover ul a:hover, .fyenav ul li.hover ul a:focus, .fyenav ul li.hover ul a:active {
  background: #f1f1f1;
  color: #82003d;
}
.fyenav ul a {
  background: none;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #feeebf), color-stop(0.85, #fff6de));
  background-image: -moz-linear-gradient(center bottom, #feeebf 50%, #fff6de 85%); */
/*  color: #FFF;*/
  text-decoration: none;
  /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); */
  font-weight: bold;
  padding: 10px;
  display: block;
  border: 0px solid #fecb33;
  position: relative;
  margin-left: -1px;
  /* collapses the left border */
}
.fyenav ul a:hover, .fyenav ul a:focus, .fyenav ul a:active,
.fyenav ul li.hover a {
  background: #82003d;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #993300), color-stop(0.85, #bd4e17));
  background-image: -moz-linear-gradient(center bottom, #993300 50%, #bd4e17 85%); */
  color: white;
  border: 0px solid #6f2c0a;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.fyenav ul ul {
  position: absolute;
  top: 100%;
  left: -9999em;
  width: 180px;
}
.fyenav ul ul li {
  float: none;
  position: static;
}



/* Clean Slider * /

.clean-hero-slider .orbit-caption {
  width: auto;
  height: auto;
  background: #0a0a0a;
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  padding: 0.2rem 2rem;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    width: 70%;
    right: 0;
    padding: 1rem 2rem;
  }
}

@media screen and (min-width: 75em) {
  .clean-hero-slider .orbit-caption {
    padding-right: 10%;
  }
}

@media screen and (min-width: 90em) {
  .clean-hero-slider .orbit-caption {
    padding-right: 20%;
  }
}

.clean-hero-slider .orbit-caption p {
  font-size: 0.9rem;
  line-height: 1.25;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-caption p {
    font-size: 1.1rem;
  }
}

.clean-hero-slider .orbit-caption h3 {
  color: #ffae00;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-caption h3 {
    font-size: 2.5rem;
    font-weight: normal;
  }
}

.clean-hero-slider .orbit-slide {
  padding-bottom: 40%;
  background: #0a0a0a;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-slide {
    padding-bottom: 0;
  }
}

.clean-hero-slider .orbit-controls button {
  background: #ffae00;
  padding: 1rem 0.5rem;
}

.clean-hero-slider .orbit-controls button:hover {
  background: #fefefe;
  color: #0a0a0a;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-controls .orbit-previous {
    left: auto;
    right: 2.4rem;
  }
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-controls .orbit-next {
    right: 0.5rem;
  }
}

.clean-hero-slider .orbit-bullets {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-bullets {
    display: block;
    margin-bottom: 0;
    margin-top: -3rem;
    background: none;
  }
}

.clean-hero-slider .orbit-bullets button {
  width: 3rem;
  height: 0.4rem;
  border-radius: 0;
  background-color: #fefefe;
}

.clean-hero-slider .orbit-bullets button.is-active {
  background-color: #ffae00;
}

.clean-hero-slider ul.orbit-container {
  height: auto !important;
}

.clean-hero-slider li.orbit-slide {
  max-height: none !important;
}












.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}
