.middle {
	/*display: none; ONLY ENABLE THIS ON THE STORIES PAGE*/
	background-position: center;
    background-repeat: repeat-y;
    background-image: url("/images/bg-middle-inner.png");
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #ffffff),color-stop(50%, #f2f2f1));
    background: -moz-linear-gradient(left, #ffffff 50%,#f2f2f1 50%);
    background: -webkit-linear-gradient(left, #ffffff 50%,#f2f2f1 50%);
    background: linear-gradient(to right, #ffffff 50%,#f2f2f1 50%);
}
.middle .middle-inner {
	margin-top: 0;
	margin-bottom: 0;
}
.middle .middle-inner .middle-content {
    background-position: right center;
    background-repeat: repeat-y;
    background-image: url("/images/bg-middle-inner.png");
}

a { 
	color: #067AB4;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
a:hover {
	text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: opacity 0s;
    -o-transition: opacity 0s;
    -webkit-transition: opacity 0s;
    transition: opacity 0s; 
}
img { display: inline-block; }

.section { clear: both; padding: 0px; margin: 0px; } 
.col { display: block; float:left; margin: 0; } 
.col:first-child { margin-left: 0; background: #fff; } 
.group:before, 
.group:after { content:""; display:table; } 
.group:after { clear:both; } 
.group { zoom:1; /* For IE 6/7 */ } 
.span_6_of_6 { width: 100%; } 
.span_5_of_6 { width: 83.33%; }
.span_4_of_6 { width: 66.66%; }
.span_3_of_6 { width: 50%; }
.span_2_of_6 { width: 33.33%; background-color: #f2f2f1; margin: 0px; padding: 0px; }
.span_1_of_6 { width: 16.66%; } 

.todays-student { padding: 20px 40px 20px 0; box-sizing: border-box }
div.todays-student hr.darker { background-color: #4a4a4a; height: 3px; }
div.todays-student hr.lighter { background-color: #d8d8d8; height: 3px; }

div.todays-student h2 { font-family: 'Futura W01 Bold'; font-size: 25px; color: #4a4a4a; line-height: 30px; text-transform: uppercase; margin-right: 20px; }

div.todays-student h3 { font-family: 'Futura W01 Bold'; font-size: 18px; color: #888888; line-height: 22px; text-transform: uppercase; }

.call_to_learn { background-color: #0792b3;  }
.call_to_learn h1 { font-family: 'Futura W01 Bold'; font-size: 25px; color: #fffdfa; line-height: 32px; margin: 0px; padding: 47px 36px 38px 38px; }	

.call_to_learn h1.smallsize { font-size: 17px; line-height: normal; }	

.buttonLink { display: block; padding: 0px; text-transform: uppercase; border: 1px solid #fff; margin: 20px; margin: 0; padding: 10px 15px; color: #fff; font-family: sans-serif; text-align: center; font-family: 'Futura W01 Bold'; text-decoration: none;  }
.buttonLink2 { display: block; padding: 0px; text-transform: uppercase; border: 1px solid #fff; margin: 20px; margin: 0px 40px 40px 40px; padding: 20px; color: #fff; font-family: sans-serif; text-align: center; font-family: 'Futura W01 Bold'; text-decoration: none;  }

.factFinder { background-color: #fff; margin: 40px; padding: 20px;display: block; }
	.factFinder h1 { margin-bottom: 25px; color: #494444; font-size: 20px; line-height: 1.25; font-family: 'Univers LT W01 45 Light', Arial, sans-serif; font-weight: 400; font-style: normal; }
.org {  border-top: 8px solid #f4911e }
.grn { border-top: 8px solid #b2bb1e; }
.blu  { border-top: 8px solid #0893b4; }

div.low-content { background-color: #0893b4;}

div.low-content a { color: #fff; }

div.low-content .buttonLink { float: left; }

div.low-content p { color: #ffffff; font-weight: 100; font-size: 1em; line-height: 1.8em; background-color: #0893b4;}

a.verde { background-color: #b2bb1e; border-color: #b2bb1e; }
a.bleu { background-color: #0893b4; border-color: #0893b4; }
a.lorange { background-color: #f4911e; border-color: #f4911e; }

.notary p { color: #EBEBEB; font-size: .7em; line-height: 1.4em; margin-bottom: 8px; }
.notary p a { color: #EBEBEB; }

.middle-inner .content-main { padding-top: 0; padding-bottom: 0; }

.col4-images { margin-top: 45px; margin-bottom: 30px; }
.col4-images div { width: 24%; text-align: center; float: left; }
.col4-images div:nth-child(1n) {
	border-right: 4px solid #d8d8d8;
}
.col4-images div:last-child {
	border-right: 0;
}

.col3-images { margin-top: 45px; margin-bottom: 30px; }
.col3-images div { width: 32%; text-align: center; float: left; }
.col3-images div:first-child {
	border-right: 4px solid #d8d8d8;
}
.col3-images div:last-child {
	border-left: 4px solid #d8d8d8;
}

.col2-images { margin-top: 45px; margin-bottom: 30px; }
.col2-images div { width: 49%; text-align: center; float: left; }
.col2-images div:first-child {
	border-right: 3px solid #d8d8d8;
}
.col2-images div:last-child {
	float: right;
}
.col2-images img { width: 100%; }

.enrollment-increase p {
	width: 22%;
	float: left;
	text-align: center;
}
.enrollment-increase p:first-child {
	text-align: left;
	width: 34%;
}

.social-links span {
	display: block;
	float: left;
	margin-right: 30px;
	line-height: 20px;
}
.social-links a {
	text-decoration: none;
	color: #595959;
	font-size: 35px;
	margin-right: 13px;
	width: 35px;
	float: left;
}
.social-links a:last-child {
	margin-right: 0;
}

.story-left {
	float: left;
	width: 31%;
}
.story-right {
	float: right;
	width: 65%;
}

.backtotop-stats {
	background: url(/files/image/14-backtotop-stats.png) no-repeat top right;
	width: 100%;
	height: 43px;
	display: block;
	margin-bottom: 30px;
}
.backtotop-stories {
	background: url(/files/image/14-backtotop-stories.png) no-repeat top right;
	border-bottom: 6px solid #b2bd00;
	width: 100%;
	height: 43px;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}

.share-your-story {
	padding: 0;
}
.share-left {
	float: left;
	width: 70%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.share-right {
	width: 30%;
	float: left;
	background-color: #595959;
}
.share-right form {
	padding: 20px;
}
.share-right input, .share-right textarea {
	background-color: #D8D8D8;
}

.combined {
	clear: both;
	margin-bottom: 20px;
}
.combined .combined-left {
	float: left;
	width: 28%;
	margin-right: 2%;
}
.combined .combined-right {
	float: right;
	width: 70%;
	max-width: 500px;
}
.combined .combined-right p {
	font-size: 14px;
	text-align: left !important
}
.combined .combined-right blockquote {
	color: #b2bd00;
	margin: 0;
	padding: 0;
	font-family: 'Univers LT W02 55 Roman', Arial, sans-serif;
}
.combined .combined-right a {
	color: #b2bd00;
	font-family: 'Futura W01 Bold';
	font-size: 14px;
	margin-top: 10px;
	text-decoration: none;
	display: block;
	position: relative;
}
.combined .combined-right a:after {
	content: '';
	width: 15px;
	height: 13px;
	background: url(/files/image/arrow-green.png) no-repeat;
	display: inline-block;
	margin-left: 10px;
}
.combined.orange .combined-right a:after {
	background: url(/files/image/arrow-orange.png);
}
.combined.lightorange .combined-right a:after {
	background: url(/files/image/arrow-yellow.png);
}
.combined.blue .combined-right a:after {
	background: url(/files/image/arrow-blue.png);
}
.combined.orange blockquote, .combined.orange a {
	color: #e89000;
}
.combined.lightorange blockquote, .combined.lightorange a {
	color: #fdbb2f;
}
.combined.blue blockquote, .combined.blue a {
	color: #0092b3;
}
.story-student {
	float: left;
	width: 22%;
	text-align: center;
	margin-right: 4%;
}
.story-student > img {
	width: 100%;
}
.story-student:last-child {
	margin-right: 0;
}
.story-student p {
	color: #595959;
	font-size: 14px;
	max-width: 250px;
    margin: 10px auto 20px;
}

@media (max-width: 1180px) {
	.middle-inner {
		padding-right: 0;
	}
	.social-links span {
		margin-bottom: 20px;
		float: none;
	}
	.col4-images div {
		width: 48%;
	}
	.col4-images div {
		border-right: 0 !important;
		margin-bottom: 20px;
	}

}
@media (max-width: 1080px) {
	#finances div {
		float: none;
		margin: 0 auto;
		border-left: 0 !important;
		border-right: 0 !important;
	    border-top: 3px solid #d8d8d8;
		padding-top: 10px;
	}
	#finances div:first-child {
		border-top: 0;
		padding-top: 0;
	}
	.todays-student p {
		text-align: center;
	}
	.todays-student-stories p {
		text-align: left;
	}
	.enrollment-increase p {
	    clear: both;
	    float: none;
	    text-align: center !important;
	    margin: 0 auto;
	}
	.enrollment-increase p:last-child {
		margin-bottom: 0;
	}
	.enrollment-increase p:last-child {
		margin-bottom: 40px;
	}
	.col3-images {
		text-align: center;
	}
	.col3-images div {
		width: 50%;
		float: none;
		display: inline;
		border-right: 0 !important;
		border-left: 0 !important;
	}
	.col3-images div:last-child img {
		margin-top: 20px;
	}
	.upper-content h1.larger .label {
	    display: block;
	    float: left;
	}
	.upper-content h1.larger img {
		display: none;
	}
}
@media (max-width: 900px) {
	.middle-inner .content-main {
		padding-right: 0;
	}
	.factFinder {
		margin: 20px 10px;
	}
	.buttonLink {
		font-size: 12px !important;
		margin: 8px auto !important;
	}
	.col2-images div {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.col2-images div img {
		width: auto;
	}
	.col2-images div:first-child {
		border-right: 0;
	}
	.col2-images div:last-child img {
		margin-top: 20px;
	}
	.money-section p img:last-child {
		float: none;
	}
	.break900 {
		display: none;
	}
	.story-left {
	    float: left;
	    width: auto;
	    display: inline;
	    padding: 0px 10px 0px 0;
	}
	.story-right {
	    float: none;
	    width: auto;
	    display: inline;
	}
	.factFinder {
		margin: 20px 10px;
	}
	.story-student {
		width: 48%;
		margin-right: 2%;
	}
	.story-student:nth-child(2), .story-student:last-child {
		margin-right: 0;
	}
	.share-right { 
		background-color: transparent;
		max-width: 620px;
		width: 100%;
		float: none;
	}
	.share-left {
		float: none;
		width: 100%;
	}
}
@media (max-width: 700px) {
	.span_4_of_6 {
		width: 100%;
	}
	.span_2_of_6 {
		width: 100%;
		clear: both;
		height: auto !important;
	}
	.middle-inner .content-main {
		padding-right: 20px;
	}
	.middle, .middle .middle-inner .middle-content {
		background: #fff;
	}
}
@media (max-width: 534px) {
	.story-left {
		width: 100%;
		float: none;
		text-align: center;
		display: block;
	}
}
@media (max-width: 500px) {
	.middle-inner .content-main {
		padding: 20px 0;
	}
	.col3-images div {
	    width: 100%;
	    float: none;
	    display: inline;
	    border-right: 0 !important;
	    border-left: 0 !important;
	}
	.col3-images div img {
	    margin-top: 20px;
	}
	.col3-images div:first-child img {
		margin-top: 0;
	}
	.enrollment-increase p {
		width: auto !important;
	}
	.span_2_of_6 {
		background-color: #fff;
	}
	.todays-student {
		padding: 20px;
	}
	.factFinder {
		margin: 20px 0;
	}

	.combined .combined-left {
	    width: 100%;
	    margin-right: 0;
	    text-align: center;
	    margin-bottom: 20px;
	    float: none;
	}
	.combined .combined-right {
	    width: 100%;
	    float: none;
	}
	.story-student {
		margin-bottom: 20px;
	}
}

/* Campaign Page Todays Student General */
.futura-bold {
	font-family: 'Futura W01 Bold', Arial, sans-serif;
}

.futura-heavy {
	font-family: 'Futura W02 Heavy', Arial, sans-serif;
}


/* Hero */
.todays-student-campaign {
	background-color: #fff;
}

.todays-student-campaign .hero-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.todays-student-campaign .hero-text-wrapper {
	padding: 12vw 10vw;
}

.todays-student-campaign.hero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.todays-student-campaign.hero h1 {
	color: #fff;
	font-family: 'Futura W01 Bold', Arial, sans-serif;
	font-weight: 400;
	font-size: 54px;
	line-height: 60px;
	text-transform: uppercase;
}

.todays-student-campaign.hero p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	max-width: 420px;
}

/* Blocks Grid */

article.todays-student-block-carousel {
	display: grid;
	grid-template-areas:
	'textBlock'
	'videoBlock'
	'statsBlock';
}

article.todays-student-block-carousel section {
	max-width: 100vw;
}

article.todays-student-block-carousel .text-content {
	grid-area: textBlock;

	max-width: 100vw;
}

article.todays-student-block-carousel .stats-carousel {
	grid-area: statsBlock;	
}

article.todays-student-block-carousel .video-content {
	grid-area: videoBlock;
}

@media screen and (min-width: 800px) {
	
	article.todays-student-block-carousel {
		grid-template-columns: 55% 45%;
		grid-template-areas:
			'textBlock videoBlock'
			'statsBlock videoBlock';
	}
	
	article.todays-student-block-carousel:nth-of-type(odd) {
		grid-template-columns: 45% 55%;
		grid-template-areas:
			'videoBlock textBlock'
			'videoBlock statsBlock';
	}
	
	article.todays-student-block-carousel:nth-of-type(even) .text-content { order: 1; }	
	article.todays-student-block-carousel:nth-of-type(even) .video-content { order: 2; }
	
	article.todays-student-block-carousel:nth-of-type(odd) .text-content { order: 2; }	
	article.todays-student-block-carousel:nth-of-type(odd) .video-content { order: 1; }
	
	nav.custom-carousel.hidden-lg {
		display: none;
	}
}

article.todays-student-block-carousel section{
	width: 100%;
}



/* Block Video */
a.video-link {
	text-decoration: none;
}

.play-icon {
	border-radius: 50%;
	background-color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
	margin: 0 0 15px 5px
}

article.todays-student-block-carousel label.play-vid {
	color: #fff;
}

.video-quote .firstname,
.video-quote .lastname {
	font-size: 36px;
	line-height: 36px;
}

.video-quote .firstname {
	margin-bottom: 0;
}

.video-quote .lastname {
	margin-bottom: 20px;
}

.video-quote .quote {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}

article.todays-student-block-carousel .video-content {
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

article.todays-student-block-carousel .video-content .video-preview {
	margin: 5vw 4vw 0;
}

article.todays-student-block-carousel .video-content .video-quote {
	padding: 4vw;
	margin-bottom: 2vw;
}

article.todays-student-block-carousel .video-content .video-quote.no-video {
	margin-top: 20vw;
}

article.todays-student-block-carousel .video-content .video-quote img.quote-icon {
	width: 20px;
	height: 20px;
}

@media screen and (min-width: 800px) { 
	
	article.todays-student-block-carousel .video-content .video-preview {
		margin: 14vw 6vw 4vw;
	}
	
	.play-icon {
		width: 80px;
		height: 80px;
	}
	
	.video-quote .firstname,
	.video-quote .lastname {
		font-size: 60px;
		line-height: 60px;
	}
	.video-quote .lastname {
		margin-bottom: 40px;
	}
	
	.video-quote .quote {
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 36px;
	}
	
	article.todays-student-block-carousel .video-content .video-quote img.quote-icon {
		width: 40px;
		height: 40px;
	}
}


/* Upper Text Section*/

article.todays-student-block-carousel .text-upper {
	padding: 5vw;
}

article.todays-student-block-carousel label {
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: sans-serif;
  font-weight: 100;
}

article.todays-student-block-carousel .text-upper h2 {
	color: #fff;	
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0;
}

@media screen and (min-width: 800px) {
article.todays-student-block-carousel .text-upper {
		padding: 5vw;
	}
	
	article.todays-student-block-carousel label {
	  text-transform: uppercase;
	  color: #000;
	  font-size: 13px;
	  letter-spacing: 0.1em;
	  font-family: sans-serif;
	  font-weight: 100;
	}
	
	article.todays-student-block-carousel .text-upper h2 {
	  font-size: 32px;
	  line-height: 42px;
	  margin: 20px 0;
	}	
}


/* Block Stats Carousel */

.stats-carousel .stat {
	text-align: left;
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 0;
} 

.stat-strong {
	font-size: 28px;
	font-weight: bold;
}


article.todays-student-block-carousel .owl-carousel .owl-item img {
	width: 80px;
	margin: auto;
}


article.todays-student-block-carousel .stats-carousel .stat {
	text-align: center;
	padding: 4vw;
	font-size: 18px;
}

nav.custom-carousel {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
} 

button.owl-next,
button.owl-prev {
	background-color: transparent;
	border: none;
	font-size: 12px;
	line-height: 20px;
}

button.owl-next:focus,
button.owl-prev:focus {
	outline: none;
}

.dots-wrapper svg.svg-dot {
	width: 15px;
	opacity: 0.3;
}

.dots-wrapper svg.svg-dot.active {
	opacity: 1;
}

@media screen and (min-width: 800px) {
	
	article.todays-student-block-carousel .owl-carousel .owl-item img {
		margin: 0;
	}
	
	article.todays-student-block-carousel .stats-carousel .stat {
		text-align: left;
	}
	
	.stat-strong {
		font-size: 36px;
	}
	
	article.todays-student-block-carousel .stats-carousel .stat {
		padding: 4vw;
		font-size: 22px;
	}
	
}


/* Lower Text Section */
section.todays-student-lower {
	display: flex;
	flex-direction: column;
	padding: 4vw;
	margin-top: 60px;
}



section.todays-student-lower article {
	padding: 15px;
	margin-bottom: 40px;
}

section.todays-student-lower article h3 {
	font-family: 'Futura W01 Bold', Arial, sans-serif;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
}

@media screen and (min-width: 1000px){
	section.todays-student-lower .articles-wrapper {
		max-width: 65%;
	}
	
	section.todays-student-lower {
		flex-direction: row;
		padding: 4vw;
		margin-top: 60px;
	}	
	
	section.todays-student-lower article h3 {
		font-size: 36px;
		line-height: 48px;
	}
}

section.todays-student-lower aside {
	max-width: 400px;
	margin: auto;
}

section.todays-student-lower aside .lower-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.todays-student-lower aside .lower-banner h4 {
	font-family: 'Futura W01 Bold', Arial, sans-serif;
	padding: 40px 20px 80px;
	font-size: 30px;
	color: #fff;
}

section.todays-student-lower aside .lower-banner p {
	color: #fff;
	font-size: 18px;
	padding: 20px 65px 40px 20px;
	line-height: 24px
}

section.todays-student-lower .hash-highlight {
	color: #0ca6c7;
}

section.todays-student-lower .lower-social {
	padding: 30px;
}

section.todays-student-lower .lower-social p {
	color: #9e9393;
	margin-bottom: 0;
}

section.todays-student-lower .lower-social-icons {
	display: flex;
	margin-top: 15px;
}

section.todays-student-lower .lower-social-icons .share-text {
	color: #9e9393;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 7px;
}

section.todays-student-lower .lower-social-icons a {
	text-decoration: none;
	color: #9e9393;
	font-size: 30px;
	margin: 10px;
}

@media screen and (min-width: 1000px){
	section.todays-student-lower aside {
		margin: 0 0 0 80px;
	}
}

.citation-modal + p {
	display: none;
}

/*  IE10+ CSS here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	article.todays-student-block-carousel {
		display: flex;
		flex-direction: row;
	}
	
	article:nth-of-type(odd).todays-student-block-carousel {
		display: flex;
		flex-direction: row-reverse;
	}
	
	
	article span.ie-wrapper {
		display: block;
		flex-basis: 60%;
		order: 1;
	}
	
	article section.video-content {
		flex-basis: 40%;
		order: 2;
	}

}

































