@font-face {
    font-family: 'ArrrowsRegular';
    src: url('fontscom/arrrows-regular-webfont.eot');
    src: url('fontscom/arrrows-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontscom/arrrows-regular-webfont.woff') format('woff'),
         url('fontscom/arrrows-regular-webfont.ttf') format('truetype'),
         url('fontscom/arrrows-regular-webfont.svg#ArrrowsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; 
}

.landing.careers .row h2 {
	margin-top: 120px;
	margin-bottom: 120px;
	text-align: center;
}

.landing.careers-new .row h2 {
	margin-top: 100px;
	margin-bottom: 75px;
}

.landing.careers .row p {
	max-width: none;
}

.careerOpportunities {
	padding-top: 100px;
}

.stats-new {
	padding-bottom: 50px;
}

.stats-new .statsHeader {
	padding: 0 0 16px;
}

.stats-new .statsHeader h5 {
	background: #e14900;
	color: #fff;
	font-family: 'TradeGothicW01-BoldCn20 675334', 'Arial Narrow', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 5px;
	padding: 3px 13px 2px 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.stats-new .statsHeader h4 {
	color: #444;
	font-size: 3em;
	font-family: "Trade Gothic W01 Cn 18";
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 16px;
}

.stats-new .panel {
	border: none;
	background-color: #444;
	display: table;
	width: 100%;
}

.stats-new .panel h5 {
	width: 33%;
	color: white;
	font-family: "Trade Gothic W01 Cn 18";
	font-size: 3em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.stats-new .panel h5 span {
	text-transform: uppercase;
	font-size: 0.5em;
}

.stats-new .panel p {
	width: 67%;
	color: white;
	margin: 0;
	font-family: "Trade Gothic W01 Cn 18";
	font-size: 1.1em;
	line-height: 1.2em;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px dashed #e14900;
	padding-left: 10px;
}

.stats-new a {
	display: block;
	border: 1px solid #e14900;
	color: #e14900;
	font-family: "Trade Gothic W01 Cn 18";
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
	padding: 12px;
}

.stats-new a::after {
	content: 'h';
	font-family: 'ArrrowsRegular';
	text-transform: none;
	float: right;
}

.stats-new a:hover {
	color: white;
	background-color: #e14900;
}

.stats-new a:not(:first-child) {
	border-top: none;
}

/*.stats-new a:nth-of-type(2) {
	border-top: none;
	background-color: #e14900;
	color: white;
}

.stats-new a:nth-of-type(2):hover {
	color: #e14900;
	background-color: white;
}*/

.pathwaysIntro {
	margin: 0 0 80px 0;
}

.pathwaysIntro h3 {
	text-align: center;
}

.pathwaysBoxes {
}

.pathwaysBoxes a.columns,
.pathwaysBoxes a.columns div.shade,
.pathwaysBoxes .content {
    height: 320px;
}

.pathwaysBoxes a.columns {
    overflow: hidden;
}

.pathwaysBoxes a.columns div.shade {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.pathwaysBoxes a.columns.double:hover div.shade {
    background: rgba(0, 0, 0, .75);
}

.pathwaysBoxes a.columns.active:hover div.shade {
    background: rgba(0, 0, 0, 0);
}

/* COLORS */
.lightgray, .pathwaysBoxes a.columns.active:hover .content.lightgray {
    background-color: rgba(116, 116, 116, .85);
}

.pathwaysBoxes a.columns .content.lightgray {
    background-color: rgba(116, 116, 116, .75);
}

.gray, .pathwaysBoxes a.columns.active:hover .content.gray {
    background-color: rgba(45, 45, 45, .75);
}

.pathwaysBoxes a.columns .content.gray {
    background-color: rgba(45, 45, 45, .75);
}

.red, .pathwaysBoxes a.columns.active:hover .content.red {
    background-color: rgba(223, 65, 0, .75);
}

.pathwaysBoxes a.columns .content.red {
    background-color: rgba(223, 65, 0, .75);
}

.lighttan, .pathwaysBoxes a.columns.active:hover .content.lighttan {
    background-color: rgba(241, 238, 233, .75);
}

.pathwaysBoxes a.columns .content.lighttan {
    background-color: rgba(241, 238, 233, .75);
}

.green, .pathwaysBoxes a.columns.active:hover .content.green {
    background-color: rgba(21, 89, 47, .75);
}

.pathwaysBoxes a.columns .content.green {
    background-color: rgba(21, 89, 47, .75);
}

.pathwaysBoxes .content.lighttan h3, .storyBoxes .content.lighttan p {
    color: #333 !important;
}

.pathwaysBoxes .content {
    padding: 50px 15px 30px;
    position: relative;
    -o-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 1;
}

.pathwaysBoxes a.columns:hover .content, .pathwaysBoxes a.columns.active .content {
    opacity: 1;
}

.pathwaysBoxes h3 {
    color: white !important;
    line-height: 1em;
    font-size: 1.6em !important;
}

.pathwaysBoxes h4 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5a5d5e;
    color: white;
    margin: 0;
    padding: 6px 18px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    z-index: 2;
}

.pathwaysBoxes p {
    color: white;
    font-family: "Bitter", serif !important;
    font-size: .9em;
}

.pathwaysBoxes span.read {
	color: white;
	padding: 5px 20px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	font-family: 'TradeGothicW01-BoldCn20 675334', 'Arial Narrow', sans-serif;
	text-transform: uppercase;
	font-size: .8em;
}

.admissionsFeatures .mbablog .container {
	height: 200px;
}

.student-experience-intro {
  margin: 150px 15% 100px;
  width: 70%;
  text-align: center;
  font-family: 'Bitter', sans-serif;
  font-size: 1.2em;
}

.student-experience-stories {
  margin-bottom: 200px;
}

@media only screen and (min-width: 40.063em) {
	.admissionsFeatures .mbablog .container {
		height: auto;
	}
}

@media only screen and (min-width: 64.063em) {
	.stats-new {
		padding-bottom: 0;
	}
}

/* STYLING ONLY FOR DESKTOP */
@media only screen and (min-device-width: 1025px) {
    .pathwaysBoxes a.columns.active .content.lightgray {
        background-color: rgba(116, 116, 116, 1);
    }

    .pathwaysBoxes a.columns.active .content.gray {
        background-color: rgba(45, 45, 45, 1);
    }

    .pathwaysBoxes a.columns.active .content.red {
        background-color: rgba(223, 65, 0, 1);
    }

    .pathwaysBoxes a.columns.active .content.lighttan, .pathwaysBoxes a.columns.double .content.lighttan {
        background-color: rgba(241, 238, 233, 1);
    }

    .pathwaysBoxes a.columns.active .content.green {
        background-color: rgba(21, 89, 47, 1);
    }

    .pathwaysBoxes .content {
        padding: 50px 30px 30px;
        opacity: 0;
        top: 0;
    }

    .pathwaysBoxes .columns.double:hover .content, .pathwaysBoxes .columns.double .content {
        top: inherit;
    }

    .pathwaysBoxes a.columns {
        margin-bottom: 0;
        border: 1px solid white;
    }

    .pathwaysBoxes a.columns,
    .pathwaysBoxes a.columns div.shade,
    .pathwaysBoxes .content {
        height: 335px;
    }

    .story .article p, .story .article ul, .story .article ol {
        font-size: 1em;
    }

    .pathwaysBoxes span.read {
        display: none;
    }
}
