/* Carousel base class */
.carousel {
	/*height: calc(100% - 13em);*/
 	margin: 0 auto;
 	/*min-height: 500px;*/
 	/*max-height: 768px;*/
 	/* max-width: 1200px; */
 	padding: 0;
 	/* width: 100%; */
}

/* Since positioning the image, we need to help out the caption
.carousel-caption {
	left: 0;
 	margin:0;
 	padding: 0;f
 	position: absolute;
 	top: 120px;
	width: 100%;
 	z-index: 100;
} */

/* Declare heights because of positioning of img element */
.carousel-inner, .carousel .item {
 	background-color: #777;
 	height: 100%;
}

.carousel-inner > .item > a > img {
 	/*left: 50%;*/
 	/* height: 100%; */
 	/*margin-left: -585px;*/
 	/*max-width: 1170px;*/
 	/*max-width: none !important;*/
 	min-width: 100%;
 	width: 100%;
 	/*position: relative;*/
}

.carousel-indicators {
	bottom: 0;
}

.carousel-control {
	background-image: none !important;
}

/* .carousel-indicators, .carousel-control {
	z-index: 200;
} */

/* hide default icons so we can use Font Awesome */
.carousel-control .icon-prev:before {
  content: '';
}

.carousel-control .icon-next:before {
  content: '';
}


/* CSS from home page for webintern */
#header-video {
	object-fit: cover;
	position: absolute;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
}

.container {
	position: relative;
	width: 100%;
	padding-bottom: 34%;
}

.container-boxes {
	padding-bottom: 0;
}

#filter-button {
	position: absolute;
	right: 0;
	top: 0;
}

#filter-box {
	display: none;
	overflow: visible;
	position: relative;
}

#filter-box .sort-row {
	margin: 7px;
}

#filter-close {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 10px;
}

#mashup-container {
	margin: 0 auto;
}

/* #mashup-container .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
} */
				
#mashup-container .mix {
	display: none;
	margin: 0 7px 50px 7px;
	width: calc(33% - 18px);
	vertical-align: top;
}

.mix a {
	color: #003865;
	font-weight: 400;
	text-align: justify;
}

.mix a h2 {
	color: #fff !important;
}

.mix:hover a {
	color: #02518a;
}

.mix .category {
	margin: 0 0 2px 0;
	text-align: right;
}

.mix .category span {
	color: #625e5f;
	font-size: 11px;
	font-weight: 500;
	margin: 1px 2px 1px 0;
	text-transform: uppercase;
}

.mix img {
	margin: 0 0 3px 0;
}

.mix:hover img {
	opacity: .9;
}

.mix .timestamp {
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	margin: 0 2px 1px 0;
	text-align: right;
}

.overlay {
	background: rgba(0,0,0,0);
	position: absolute;
	top: 70%; right: 70%; bottom: 0; left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pause-button {
	background: rgba(0,0,0,0.7);
	opacity: 0.95;
	position: absolute;
	top: 89%; right: 0; bottom: 0; left: 96.5%;
	width: 50px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#title-box {
	text-align: center;
	border-radius: 4px;
	opacity: 0.93;
}

#pause-icon {
	display: inline;
	color: #ffffff;
}
			
#play-icon {
	display: none;
	color: #ffffff;
}

#header-image {
	width: 100%;
	display: none;
}

/* Container holding the image and the text */
.text-box {
	position: relative;
}

/* Bottom right text */
.text-block {
	position: absolute;
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: white;
	padding-left: 20px
	padding-right: 20px;
	margin-top: 80px;
	width: 100%;
}

.text-box-schools {
	position: relative;
	/*text-align: center;*/
}

.text-box-schools img {
	opacity: 1 !important;
	transition: 0.3s !important;
   	-moz-transition: 0.3s !important;
   	-webkit-transition: 0.3s !important;
}

/* Bottom right text */
.text-block-schools {
	position: absolute;
	bottom: 20px;
	/*right: 20px;*/
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.text-schools {
	text-align: left;
}

.text-box-schools:hover img {
	opacity: 0.85 !important;
}

@media (min-width: 2000px) {
	.text-block-schools {
		width: 500px;
	}
}

@media (min-width: 1030px) and (max-width: 1200px) {
	.text-schools {
		font-size: 20px;
	}
}

@media (min-width: 801px) and (max-width: 1029px) {
	.text-schools {
		font-size: 18px;
	}
}

@media (min-width: 769px) and (max-width: 800px) {
	.text-schools {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	.text-schools {
		font-size: 20px;
	}
}

#schools-header {
  	/*color: #003865;*/
	font-size: 44px;
	font-weight: 300;
	line-height: 48px;
}

.home-box{
	position:relative;
}

.home-image {
	position: absolute;
	padding-left: 30px;
	padding-right: 20px;
	left: 0;
	bottom: -100px;
	
}

.homepage-mashup{
	padding-top: 50px; /* Changed from 150px for webintern */
}

.text-block-vid {
	position: absolute;
	background: rgba(0, 0, 0, 0.2); /* Black background with 0.5 opacity */
	color: white;
	padding-left: 30px;
	padding-right: 20px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 800px;
}

.text-block-vid .text-block-inside {
	/*margin-top: 250px;
	padding-left: 10px;*/
	position: absolute;
	top: 60%;
	-moz-transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%);
}

.text-block-vid h1 {
	font-size: 48px;
}

#mobile-header {
	top: -20px;
}

/*#mobile-header-background {
	top: 15px;
}*/

@media (min-width: 2000px) {
	.container {
		padding-bottom: 40%;
	}

	.text-block-vid {
		height: auto;
	}

	.text-block-vid .text-block-inside {
		top: 100%;
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@media (max-width: 1400px) {
	.text-block-vid .text-block-inside {
		top: 70%;
		-moz-transform: translateY(-70%);
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%);
	}
}

@media (max-width: 1150px) {
	.text-block-vid .text-block-inside {
		top: 80%;
		-moz-transform: translateY(-80%);
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}
}

@media (max-width: 1000px) {
	.text-block-vid .text-block-inside {
		top: 85%;
		-moz-transform: translateY(-85%);
		-webkit-transform: translateY(-85%);
		transform: translateY(-85%);
	}
}

@media (max-width: 900px) {
	.text-block-vid .text-block-inside {
		top: 95%;
		-moz-transform: translateY(-95%);
		-webkit-transform: translateY(-95%);
		transform: translateY(-95%);
	}
}

@media (max-width: 376px) {
	.text-block h1 {
		font-size: 28px;
	}
}

@media (max-width: 376px) {
	.home-image{
		position:static;
	}

}

@media (max-width: 768px) {
	.home-image{
		position:static;
	}

}

@media (max-width: 1000px) {
	.home-image{
		position:static;
	}

}

.padding-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.col-sm-3 .cover-image img {
	opacity: .85;
	position: static;
	filter: alpha(opacity=85);
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	width: 100%;
}

.col-sm-3 .cover-image:hover {
	/* background:#f9f9f9; */
}

.col-sm-3:hover .cover-image img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mix:hover .cover-image img {
	opacity: .9;
}

@media (max-width: 1700px) {
	.overlay {
		top: 0; right: 0; bottom: 0; left: 0;
	}

	#pause-button {
		top: 87%; left: 96%;
	}
}

@media (max-width: 1350px) {
	#pause-button {
		top: 82%; left: 94%;
	}
}

@media (max-width: 1023px) {
	#pause-button {
		top: 77%; right: 0; bottom: 0; left: 92%;
	}
}

/*@media (max-width: 440px) {
	#header-image {
		display: block;
	}
	#header-video {
		display: none;
	}
	#title-box {
		opacity: 1;
	}
	#pause-button {
		display: none;
	}
}*/

@media(max-width: 767px) {
	#filter-button
	, #filter-close
	, #filter-options {
		display: none;
	}

	#filter-box {
		display: block;
	}

	#filter-header {
		cursor: pointer;
	}

	/* #filter-button {
		display: block;
		position: static;
		right: auto;
		top: auto;
	} */

	#mashup-container .mix {
		width: auto;
	}

	/* #mashup-container .row {
		display: block;
	} */
}


/* #cover {
	background: transparent url('/images/cover.jpg') no-repeat center center;
	background-size: cover;
	height: 100%;
	min-height: 600px;
	position: relative;
	text-align: center;
} */

#cover > .row {
	bottom: 0;
	left: 0;
	height: 50%;
	margin: auto;
	/* margin-top: 150px; */
	/* margin-bottom: 250px; */
	position: absolute;
	right: 0;
	top: 125px;
	/* width: 100%; */
	z-index: 100;
}

#cover > .row > div[class^="col"]:first-child {
	background-color: rgba(0,0,0,.65);
	float: none;
	margin: 0 auto;
	overflow: visible;
	padding: 10px;
}

#banner a {
	color: #fff;
	text-decoration: none;
}

#banner-links {
	/* border-bottom: 5px solid #fff;
	border-top: 5px solid #fff; */
	position: relative;
}

/*
.banner-link {
	display: none;
}

.banner-link:first-child {
	display: initial;
}
*/

.more-info {
	background-color: #DB821F;
	/* top: 70px; */
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	position: absolute;
	right: 3px;
	text-transform: uppercase;
}

.headline {
	font-weight: 900;
	/* padding: 20px 0; */
	position: relative;
	text-transform: uppercase;
}

.headline h2, .headline h3 {
	margin: 0;
}

.headline h2, .headline span {
	font-weight: 700;
}

.headline span {
	font-size: 18.98px;
}

/*
.headline h2 {
	font-size: 37.01px;
	font-weight: 700;
	line-height: 28.47px;
}

.headline span {
	font-size: 18.98px;
	font-weight: 700;
}
*/

#banner-buttons {
	border-bottom: 5px solid #fff;
	letter-spacing: .04em;
	padding: 20px 0 0 0;
}

#banner-buttons .row {
	margin: 0;
}

/*#banner-buttons > .row > div {
	padding: 7px;
} */

#banner-buttons > .row > div:first-child {
	padding: 0 10px 0 0;
}

#banner-buttons > .row > div:nth-child(2) {
	padding: 0 5px;
}

#banner-buttons > .row > div:last-child {
	padding: 0 0 0 10px;
}

.special-announcement {
	background-color: #687884;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
	padding: 8px;

}

.banner-button {
	background-color: #003865;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
}

.banner-button span {
	display: inline-block;
}

.banner-button span:first-child {
	padding: 4px 10px 0 10px;
}

.banner-button span:last-child {
	background-color: #DB821F;
	float: right;
	font-size: 14px;
	padding: 2px 10px;
    text-align: center;
}

.heading {
	background-color: #003865;
	color: #fff;
	font-size: 21.49px;
	font-weight: 300;
	line-height: 2em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}

.heading span {
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	margin: 0 0 0 7px;
	padding: 0 0 5px 0;
	vertical-align: middle;
}

.heading-highlight {
	color: #fff;
	display: inline-block;
	margin: 0 0 0 2px;
}

a .heading:hover {
	background-color: #02518a;
}

a .whats-happening {
	color: #003865;
}

a:hover .whats-happening {
	color: #0067A0;
	/*color: #6CACE4;*/
}

a .more-stories {
	color: #003865;
	font-style: italic;
	font-size: 1.3em;
}

a:hover .more-stories {
	color: #0067A0;
	font-size: 1.3em;
}

.arrow-link {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.event-link {
	display: inline-block;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px;
	color: #0067A0;
}

a:hover .event-link {
	color:#6CACE4;
}

section header .arrow-link {
	margin: 0 0 0 30px;
}

#media-mashup, #homecoming, #urac, #parent-letter/*, #find-your-major*/ {
	background-color: #fff;
	/* padding: 0 0 2em 0; */
}

#media-mashup/*, #find-your-major*/ {
	padding-bottom: 2em;
	/* padding: 0 0 2em 0; */
}

#stay-connected {
	color: #02518a;
	/*color: #ABCAE9;*/
	font-size: 15.38px;
	font-weight: 400;
	line-height: 18.46px;
	/* margin-top: 8px; */
	padding: .5em 0 0 0;
	text-transform: uppercase;
}

#stay-connected > div {
	display: inline-block;
}

/* #stay-connected:before {
	background-color: #EEE3CC;
	content: '';
	height: 100px;
	left: 0;
	height: 1px;
	margin: 0 auto;
	position:absolute;
	right: 0;
	top: 0;
	width: calc(100% - 44px);
} */

#stay-connected a {
	padding: 0 3px;
}

#stay-connected a:last-child {
	padding: 0 0 0 3px;
}

/*#stay-connected a:first-child {
	margin: 0 0 0 15px;
} */

#stay-connected a:hover, #stay-connected a:focus {
	text-decoration: none;
}

#stay-connected .fa {
	font-size: 24px;
}

#stay-connected .fa-facebook {
	color: #0067A0;
	font-size: 22px;
}

#stay-connected .fa-twitter {
	color: #0067A0;
}

#stay-connected-flickr > div {
	display: inline-block;
	height: 21px;
	overflow: hidden;
	width: 21px;
}

#stay-connected .fa-flickr {
	background-color: #0067A0;
	font-size: 36px;
	margin: -5px 0 0 -5px;
	padding: -5px;
}

#stay-connected .fa-instagram {
	color: #0067A0;
}

#stay-connected .fa-linkedin {
	color: #0067A0;
}

#stay-connected .fa-google-plus {
	color: #0067A0;
	font-size: 20px;
}

#stay-connected .fa-pinterest {
	color: #0067A0;
}

#stay-connected .fa-youtube-play {
	color: #0067A0;
}

#stay-connected .fa-snapchat-square {
	color: #0067A0;
}

/* #presidential-search-title,
#presidential-search-announcement-title {
	background-color: #6CACE4;
	border-bottom: 2px solid #003865;
	border-top: 2px solid #003865;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: 75px;
	transition: .3s all;
}



#presidential-search-announcement-title {
	font-size: 23px;
	line-height: 100px;
}

#presidential-search-title:hover,
#presidential-search-announcement-title:hover {
	background-color: #02518a;
}

#presidential-search-title:hover i,
#presidential-search-announcement-title:hover i {
	color: #BFB800;
}

#presidential-search-title sup {
	font-size: 18px;
}

#presidential-search-announcement-title sup {
	font-size: 15px;
}

#presidential-search-title i,
#presidential-search-announcement-title i {
	color: #003865;
	font-size: 24px;
}

#presidential-search-announcement-title img {
	float: left;
	height: 100px;
} */

#convocation {
	font-size: 30px;
}

#homecoming .button-lg {
	display: block;
	margin: 0 0 1em 0;
	text-align: center;
}

#homecoming-logo {
	width: 750px;
	margin-bottom: 15px;
}

#homecoming-hashtag {
	font-size: 72px;
}

#openhouse-image {
	width: 600px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#urac-hashtag {
	font-size: 50px;
}

#urac-logo {
	width: 450px;
	margin-bottom: 15px;
}

#urac-date {
	color: #003865;
	display: block;
	font-size: 19px;
	font-weight: 400;
	line-height: 19px;
	text-transform: uppercase;
}

#urac .button {
	display: block;
	text-align: center;
}


#parent-letter {
	background-color: #02518a;
}

#parent-letter > .row {
	padding: 2em 0;
}

#parent-letter header {
	color: #0067A0;
	font-size: 62px;
	font-weight: 300;
	line-height: 1em;
	/* line-height: 88.41px; */
	/* margin: .25em 0 0 0; */
	text-align: center;
	text-transform: uppercase;
}

#parent-letter header div:first-child {
	color: #ABCAE9;
	display: inline-block;
}

#parent-letter .arrow-link {
	font-size: 14px;
}

#parent-letter .arrow-link a {
	color: #BFB800;
}

#parent-letter .arrow-link a:hover {
	color: #003865;
}

#parent-letter p {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 1.2em 0;
}

#parent-letter-blurb {
	background-color: #fff;
	border: 1px solid #003865;
	left: 30px;
	line-height: 30px;
	font-size: 20px;
	padding: 30px;
	position: absolute;
	right: 30px;
	top: 150px;
}

#parent-letter-blurb .quotation-mark {
	width: 40px;
}

/* 
#parent-letter-blurb .quotation-mark.left {
	float: left;
}

#parent-letter-blurb > div {
	margin-left: 50px;
} */

/*
#parent-letter-blurb .fa-quote-right,
#parent-letter-blurb .fa-quote-left {
	color: #A277A6;
}
*/

/* #find-your-major header {
	color: #ABCAE9;
	font-size: 45.77px;
	font-weight: 300;
	text-transform: uppercase;
}

#find-your-major header div {
	color: #BFB800;
	display: inline-block;
}

#find-your-major-sub-head {
	color: #003865;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 2em 0;
	text-transform: uppercase;
} */

#humans-of-wc header {
	color: #ABCAE9;
	font-size: 45.77px;
	font-weight: 300;
	/* line-height: 122.12px; */
	/* margin: .75em 0 0 0; */
	text-transform: uppercase;
}

#humans-of-wc .story {
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px 50px; color: #fff;
}

#humans-of-wc .button.button-sm {
	float: right;
}

/* #humans-of-wc-new img {
	float: left;
	margin: 0 15px 15px 0;
	width: 390px;
}

#humans-of-wc-new header {
	color: #6CACE4;
	font-size: 45.77px;
	font-weight: 300;
	line-height: 45.77px;
	margin: 0 0 .1em 0;
	text-transform: uppercase;
}

#humans-of-wc-new .button.button-sm {
	float: right;
} */

#points-of-pride {
	background-color: #e7e8ec;
	/*border-top: 1px solid #ABCAE9;*/
	/*border-bottom: 1px solid #ABCAE9;*/
	padding-bottom: 1em;
	padding-top: .5em;
	text-align: center;
}

#points-of-pride header {
	border-bottom: 1px solid #EEE3CC;
	color: #3a7ab2;
	/*color: #6CACE4;*/
	float: none;
	font-size: 67.5px;
	font-weight: 300;
	line-height: 81pt;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}

#points-of-pride header div {
	color: #003865;
	display: inline-block;
}

#points-of-pride .arrow-link {
	line-height: 18px;
	vertical-align: middle;
}

#points-of-pride .arrow-link a {
	color: #3a7ab2;
	/*color: #6CACE4;*/
}

#points-of-pride .arrow-link a:hover {
	color: #DB821F;
}

#points-of-pride > .row:last-child {
	margin-bottom: 1em;
	margin-top: 3em;
}

#points-of-pride > .row:last-child > div {
	float: none;
	margin: 0 auto;
	padding: 0;
} 

#infographics {
	display: table;
	table-layout: auto;
	margin: 0 auto;
	width: 100%; 
}

#infographics div {
	display: table-cell;
	vertical-align: middle;
}

/*
#points-of-pride img {
	max-height: 208px;
} */

/* 
#points-of-pride > .row:last-child > div {
	float: none;
	margin: 0 auto;
	padding: 0;
}

#points-of-pride > .row:last-child > div div div:first-child {
	padding-left: 0;
}

#points-of-pride > .row:last-child > div div div:nth-child(2), #points-of-pride > .row:last-child > div:nth-child(3) {
	padding-right: 0;
	padding-left: 0;
}

#points-of-pride > .row:last-child > div div div:last-child {
	padding-right: 0;
} */


#student-to-faculty-ratio {
	text-align: left;
}

#student-to-faculty-ratio img {
	height: 208px;
	/* width: 280px; */
}

#one-of-the-best {}

#one-of-the-best img {
	height: 207px;
	/* width: 123px; */
}

#medical-school-admission {
	text-align: right;
}

#medical-school-admission img {
	height: 199px;
	/* width: 246px; */
}

#presidents-honor-roll {
	text-align: right;
}

#presidents-honor-roll img {
	height: 180px;
	/* width: 260px; */
}



@media (max-width: 1199px) {
	#media-mashup header {
		font-size: 35px;
		line-height: 70px;
	}

	#mashup-6 > div i {
		font-size: 82px;
	}

	#mashup-6 > div strong {
		font-size: 14px;
		line-height: 28px;
	}

	#mashup-12 > div {
		font-size: 24px;
		line-height: 58px;
	}

	#mashup-14 > div {
		font-size: 11px;
		line-height: 16.6px;
	}

	#infographics #presidents-honor-roll {
		display: none;
	}

	#presidential-search-announcement-title {
		font-size: 18px;
		line-height: 75px;
	}

	#presidential-search-announcement-title sup {
		font-size: 11px;
	}

	#presidential-search-announcement-title img {
		height: 75px;
	}

	/* #homecoming .button-lg {
		font-size: 18px;
		line-height: 18px;
		width: 250px;
	}

	#homecoming .button-lg a {
		padding: 10px 20px;
	}

	#homecoming .button-lg i {
		font-size: 19px;
	} */

	#infographics {
		display: table;
		table-layout: auto;
		margin: 0 auto;
		width: 100%;
	}

	#infographics div {
		display: table-cell;
		vertical-align: middle;
	}

	#infographics div:first-child, #infographics div:nth-child(2) {
		margin-bottom: 3em;
	}
}



@media (max-width: 991px) {
	#media-mashup header {
		font-size: 30px;
		line-height: 60px;
	}

	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-1 {
		padding: 0 0 15px 0;
	}

	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-2 {
		padding: 0 15px 15px 0;
	}

	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-3 {
		padding: 0 0 15px 0;
	}
	
	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-4 {
		padding: 0 0 15px 0;
	}

	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-6 {
		padding: 0 15px 15px 0;
	}

	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-10 {
		padding: 0 0 15px 0;
	}

	#mashup-3 {
		bottom: 0;
		position: absolute;
	}

	#mashup-6 > div i {
		font-size: 180px;
		padding: 20px 0 0 0;
	}

	#mashup-6 > div strong {
		font-size: 32px;
		line-height: 70px;
	}

	#mashup-12 > div {
		font-size: 72px;
		line-height: 84px;
	}

	#mashup-14 > div {
		font-size: 18px;
		line-height: 28px;
	}

	#mashup-14 > div > div i {
		font-size: 20px;
	}

	/* .carousel {
	 	min-height: 500px;
	 	max-height: 500px;
	} */

	.carousel-inner > .item > img {
	 	margin-left: -496px;
	 	max-width: 992px;
	}

	#presidential-search-title {
		font-size: 20px;
	}

	#presidential-search-title sup {
		font-size: 12.5px;
	}

	#presidential-search-announcement-title {
		font-size: 14px;
	}

	#presidential-search-announcement-title sup {
		font-size: 9px;
	}

	#presidential-search-announcement-title img {
	}

	#homecoming .button-lg {
		display: block;
		width: 100%;
	}

	#homecoming-hashtag {
		font-size: 52px;
	}

	#humans-of-wc .story {
		bottom: auto;
		background-color: rgba(0,0,0,.7);
		position: static;
		padding: 20px 30px; color: #fff;
	}

	#humans-of-wc .button.button-sm {
		float: none;
		margin: 0;
	}

	#humans-of-wc-new img {
		float: none;
		margin: 0 0 15px 0;
		width: 100%;
	}

	#humans-of-wc-new .button.button-sm {
		float: none;
	}
}



@media (max-width: 767px) {
	/* .carousel {
	 	min-height: 300px;
	 	max-height: 300px;
	} */

	.carousel-inner > .item > img {
	 	margin-left: -384px;
	 	max-width: 768px;
	}

	.more-info {
		bottom: -45px !important;
		font-size: 14px !important;
		right: 0;
		/* top: auto; */
	}

	section header .arrow-link {
		margin: 0;
	}

	#accepted-students-title {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5em;
		padding-top: 5px;
	}

	#media-mashup {
		padding-bottom: 1em;
	}

	#mashup > .row:last-child {
		border-bottom: 0;
	}

	#media-mashup header {
		font-size: 18.34px;
		font-weight: 400;
		line-height: 31.91px;
		margin: 1em 0;
	}

	#media-mashup .arrow-link {
		color: #005288;
		display: block;
		line-height: 18.46px;
		vertical-align: middle;
	}

	#mashup > .row > div[class^="col"] > .row > div[class^="col"],
	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-2,
	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-6 {
		padding: 0 10px 10px 0;
	}

	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-1,
	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-3,
	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-4,
	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-7,
	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-10,
	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-12,
	#mashup > .row > div[class^="col"] > .row > div[class^="col"]#mashup-14 {
		padding: 0 0 10px 0;
	}

	#mashup-6 > div i {
		font-size: 66px;
		font-size: 23vw;
		padding: 10px 0 0 0;
		padding: 2vw;
	}

	#mashup-6 > div strong {
		font-size: 16px;
		font-size: 4vw;
		line-height: 32px;
		line-height: 6vw;
	}

	#mashup-12 > div {
		font-size: 24px;
		font-size: 9.5vw;
		line-height: 32px;
		line-height: 10.5vw;
	}

	#mashup-14 > div {
		font-size: 9px;
		font-size: 2.8vw;
		line-height: 10px;
		line-height: 3.5vw;
	}

	#mashup-14 > div > div i {
		font-size: 10px;
		font-size: 3vw;
	}

	#stay-connected {
		font-size: 14px;
		line-height: 18px;
		padding-top: 0;
		text-align: left;
	}

	#stay-connected > div {
		border-bottom: 1px solid #D0D0CE;
		border-top: 1px solid #D0D0CE;
		display: table;
		margin: .5em 0 0 0;
		padding: .5em 0;
		text-align: center;
		width: 100%;
	}

	#stay-connected a {
		display: table-cell;
		padding: 0;
	}

	#stay-connected .fa {
		font-size: 30px;
	}

	#stay-connected .fa-facebook {
		font-size: 28px;
	}

	#stay-connected-flickr > div {
		height: 28px;
		width: 28px;
	}

	#stay-connected .fa-flickr {
		background-color: #DC97C0;
		font-size: 48px;
		margin: -7px 0 0 -7px;
		padding: -5px;
	}

	#stay-connected .fa-google-plus {
		font-size: 25px;
	}

	/*#find-your-major-sub-head {
		font-size: 14px;
		margin: 0;
	}*/

	#presidential-search-announcement-title {
		font-size: 12px;
	}

	#presidential-search-announcement-title sup {
		font-size: 9px;
	}

	#presidential-search-announcement-title i {
		font-size: 14px;
	}

	#humans-of-wc header {
		font-size: 24px;
	}

	#humans-of-wc .story {
		background-image: none !important;
	}
}



@media (max-width: 670px) {
	.headline span {
		font-size: 16px;
	}

	#presidential-search-title {
		font-size: 16px;
		line-height: 40px;
	}

	#presidential-search-title i {
		font-size: 14px;
	}

	#presidential-search-title sup {
		font-size: 10px;
	}

	#presidential-search-announcement-title {
		font-size: 12px;
		line-height: 40px;
	}

	#presidential-search-announcement-title sup {
		font-size: 8px;
	}

	#presidential-search-announcement-title img {
		border: none !important;
		display: block;
		float: none;
		margin: 10px auto 0 auto;
	}

	/* .headline h2 {
		font-size: 26px;
		line-height: 20px;
	} */
}

@media (max-width: 580px) {
	#presidential-search-announcement-title {
		font-size: 12px;
		line-height: 1em;
		padding-top: 1.5em;
		padding-bottom: .7em;
	}

	#presidential-search-announcement-title img {
		margin: 0 auto 10px auto;
	}
}



@media (max-width: 480px) {
	.headline span {
		font-size: 14px;
	}

	#homecoming-hashtag {
		font-size: 48px;
	}

	#presidential-search-title {
		font-size: 11px;
		line-height: 40px;
	}

	#presidential-search-title sup {
		font-size: 8px;
	}

	#presidential-search-announcement-title {
		font-size: 11px;
		line-height: 1em;
		padding-top: 1.5em;
		padding-bottom: .7em;
	}

	/* .headline h2 {
		font-size: 18px;
		line-height: 13.45px;
	} */
}

@media (max-width: 359px) {
	.heading {
		font-size: 18px;
	}

	#humans-of-wc header {
		font-size: 20px;
	}
}