@charset "utf-8";
/* CSS Document */
/* https://www.sitepoint.com/building-responsive-mega-menu-foundation/ */
/* ICOMOON STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: 'icomoon';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.eot") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/icomoon_copy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="menuicon-"], [class*=" menuicon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="menuicon-"]:not(.menuicon-play),
[class*=" menuicon-"]:not(.menuicon-play) {
  margin-top: -6.5px;
  right: 0;
}

.menuicon-play:before {
  content: "\ea15";
}
.menuicon-circle-right:before {
  content: "\ea42";
}

/* GENERAL STYLES SM - Added .top-bar to these
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-bar {
  /*background: #ce202f;*/
  background: linear-gradient(to right, #ce202f 0%, #292929 100%);
}
.top-bar body {background: lightgray;}
.top-bar body, .top-bar h3 {color: white;}
.top-bar p {font-size: .9em; color: white;}

.top-bar h3 {
  /* text-transform: uppercase; */
  font-size: 1em;
  padding: .5em 0;
  margin: .5em 0;
}

.top-bar p.nav-h3 {
  /* text-transform: uppercase; */
  font-size: .9rem;
  padding: .5em 0;
  margin: .5em 0;
}

.top-bar a.nav-h3 {
  /* text-transform: uppercase; */
  font-size: .9rem;
  padding: .5em 0;
  margin: .5em 0;
}

.top-bar img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
/* To allow mmenu to display images correctly in IE */
@media screen\0 {
    .top-bar img {
  margin-bottom: 20px;
  width:100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}}
_:-ms-fullscreen, :root .top-bar img {
  margin-bottom: 20px;
  width:100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* to get rid of black block when window is reduced in size */
.tab-bar {
	background: #fff;
	border: none;
}
.left-small {border: none;}
.right-small {border: none;}

/*.right-small {background: #CE202F;}*/

/* MEGA MENU POSITIONING STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-bar-section .has-dropdown {position: static;}
.top-bar-section .has-dropdown a {position: relative;}
.top-bar-section .has-dropdown.moved {position: static;}
.top-bar-section .has-dropdown.moved > a:after {display: block;}

  /* DROPDOWN GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.m-menu {
  border-top: 1px solid #4E4E4E;
	border-bottom: 2px solid #9d1939;
}
.m-menu a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.m-menu a:hover {opacity: .5;}

  /* TOP LINKS INSIDE DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column li:not(:first-child) a {
  border-top: 1px solid #262626;
}
.column li:not(:last-child) a {
  border-bottom: 1px solid #4E4E4E;
}
.column li a:hover span {right: 3px;}

  /* BOTTOM LINKS INSIDE FIRST DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.intro .menuicon-play {
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  font-size: 2.5em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.intro:hover .menuicon-play {color: rgba(0, 0, 0, 0.7);}

  /* TARGET DIV INSIDE SECOND DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column > img {margin: 1em 0;}

.info-wrap h3 {
	/*width: 50%;*/
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #4E4E4E;
}

/* hiding due to conflict w/Foundation defaults, sb obsolete now
.info {display: none;}  */

.info-visible {display: block;}

.dt {
  margin-top: 50px;
  text-align: center;
  font-size: 2em;
  padding: 0 20px;
}
.p {
  color: black;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* reset weird display behaviour for Current Students page */

.students-quicklinks .info-visible {display: inline-block;}