h2 {
    font-size: 42px;
}
header .jumbotron .media-overlay p {
    margin: 0;
    }
header .jumbotron .media-overlay .h1 {
    font-size: 44px;
	font-weight: bold;
    text-shadow: 1px 2px 3px #222;
}
header .jumbotron .media-overlay .h3 {
	color: #ffd200;
	font-size: 32px;
    text-shadow: 1px 1px 2px #222;
}
header .jumbotron .media-overlay {
	background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55) 50px, rgba(0,0,0,0) 150px)
}
header .jumbotron .media-overlay-content {
	background-color: rgba(0,100,164,.85);
    padding: 15px;
}
@media screen and (min-width: 992px) {
	header .jumbotron .media-overlay .h1 {
		font-size: 72px;
	}
	header .h3 {
		font-size: 56px;
	}
}

.jumbotron {
	background-position: 50% 0;
}
.jumbotron, 
.jumbotron .media-overlay {
	padding-top: 0;
}
.jumbotron .section-heading {
	margin-bottom: 0;
	margin-top: 60px;
	padding: 0 15px;
}
section .row:nth-child(2) .widget {
	margin-top: 0;
}
.jumbotron .section-heading {
	text-shadow: none;
}


.fa-chevron-right {
	color: #ffd200;
    margin-left: 5px;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.widget-heading {
    margin-top:0;
}

@media screen and (min-width: 992px) {
    .widget {
		margin-bottom: 0;
	}
}    
@media screen and (min-width: 992px) {
	.section-horz .row:nth-child(3) {
		margin-top: 230px;
	}
}
@media screen and (min-width: 992px) {
	.section-vert .widget {
		clear: right;
		float: right;
	}
	.section-vert .widget:nth-child(1) {
		float: left;
	}
}


#nav-page {
	background-color: #1b3d6d;
	color: #fff;
	font-size: 14px;
	width: 100%;
	z-index: 3;
}
#nav-page ul {
	margin-bottom: 0;
}
#nav-page .list-inline li {
	padding: 0;
}
#nav-page a {
	display: inline-block;
	line-height: 36px;
	padding: 2px 5px;
	text-decoration: none;
}
#nav-page a:hover,
#nav-page a.active {
	background-color: #0064a4;
}
@media screen and (min-width: 992px) {
	#nav-page a {
		padding: 2px 15px;
	}
}
#nav-page.fixed {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}



#current {
	margin-top: 30px;
}
#current .section-heading {
	color: #333;
	font-size: 28px;
}
#current .jumbotron {
	background-color: #eee;
}
#current .media-overlay {
	background-color: rgba(255,255,255,.8);
}
#current .row:nth-child(2) .widget-bucket {
	background-color: transparent;
}
#current .row:nth-child(2) .widget-heading {
	font-size: 42px;
}
#current .row:nth-child(3) .widget-bucket {
	background: linear-gradient(#ffd200, #ffd200);
	background-color: #0064a4;
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-size: 35px 3px;
	color: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.50);
	padding: 22px;
}
#current .row:nth-child(3) .widget-bucket h3 {
	color: #fff;
}
@media screen and (min-width: 992px) {
	#current {
		margin-top: 0;
	}
	#current .media-overlay {
		background-color: transparent;
	}
	#current .section-heading {
		text-align: center;
	}
	#current .row:nth-child(1) {
		background-color: rgba(255,255,255,.8);
	}
	#current .row:nth-child(2) {
		background: linear-gradient(to top,rgba(255,255,255,0.0), rgba(255,255,255,.61) 40px, rgba(255,255,255,0.8) 100%);
	}
	#current .row:nth-child(2) .widget-bucket {
		text-align: center;
	}
	#current .row:nth-child(3) .widget-bucket {
		background-color: rgba(0,100,164,.85);
	}
}


#news {
	margin-bottom: 0;
}
#news .section-heading {
	margin-top: 0;
	margin-bottom: 15px;
    padding-left: 27px;
}

#news .widget .widget-bucket {
    padding: 0 29px;
}

#news .row:nth-child(3) .widget {
	margin-top: 0;
}
#news-resources > div {
	display: inline-block;
	margin: 0 15px;
    line-height: 1.87em;
}

@media screen and (min-width: 992px) {
	#news {
		margin-bottom: 30px;
	}
}


#about .section-heading {
	color: #fff;
}
#about .jumbotron {
	background-color: #333;
}
#about .media-overlay {
	background-color: rgba(0,0,0,.8);
}
#about .row:nth-child(2) .widget-bucket {
	background-color: transparent;
	color: #fff
}
#about .row:nth-child(3) .widget-bucket {
	background: linear-gradient(#ffd200, #ffd200);
	background-color: #0064a4;
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-size: 35px 3px;
	color: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.50);
	padding: 22px;
}
#about .row:nth-child(3) .widget-bucket h3 {
	color: #fff;
}
#about .section-heading {
	font-size: 28px;
}
@media screen and (min-width: 992px) {
	#about .media-overlay {
		background-color: transparent;
	}
	#about .row:nth-child(2) .widget-bucket p {
		background-color: rgba(19,19,19,0.8);
		padding: .5em .5em .5em 0;
	}
	#about .row:nth-child(3) .widget-bucket {
		background-color: rgba(0,100,164,.85);
	}
}


#campus .section-heading {
	color: #333;
}
#campus .jumbotron {
	background-color: #eee;
}
#campus .media-overlay {
	background: rgba(255,255,255,0.8);
}
#campus .widget {
    margin-bottom: 0;
}
#campus .row:nth-child(2) .widget .widget-bucket {
	background: linear-gradient(#ffd200, #ffd200);
	background-color: #0064a4;
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-size: 35px 3px;
	color: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.50);
	padding: 22px;
}
#campus .row:nth-child(2) .widget:nth-child(1) .widget-bucket {
	background: none;
	color: #333;
	box-shadow: none;
}
#campus .row:nth-child(2) .widget-bucket h3 {
	color: #fff;
}
#campus .row:nth-child(2) .widget:nth-child(n+3) {
	margin-top: 30px;
}
#campus .btn-primary {
    margin-bottom: 23px;
}
@media screen and (min-width: 992px) {
	#campus .media-overlay {
		background: radial-gradient(at 20% 40%, rgba(255,255,255,0.95), rgba(255,255,255,.8) 35%, rgba(255,255,255,0) 60%);
		background-repeat: no-repeat;
		background-size: 80% 50%;
	}
	#campus .row:nth-child(2) .widget .widget-bucket {
		background-color: rgba(0,100,164,.85);
	}
	#campus .row:nth-child(2) .widget:nth-child(1) .widget-bucket {
		background-color: transparent;
	}
}


#events .section-heading {
	margin-top: 0;
	margin-bottom: 15px;
    padding-left: 27px;
}
#events a.btn.btn-primary {
    margin-bottom: 15px;
}
#events .event-list .fa {
	color: #777;
	display: block;
	float: left;
	font-size: 22px;
	width: 32px;
}
#events .widget {
	margin-bottom: 30px;
}

#events .widget .widget-bucket {
    padding: 0 29px;
}
#events .event-list {
	padding-left: 43px;
}
#events .event-list .row:nth-child(2) .widget {
	margin-bottom: 0;
}
#events .event-item {
	float: left;
	width: calc(100% - 34px);
}
@media screen and (min-width: 992px) {
	#events .event-list {
		border-left: 1px solid #eee;
		margin-left: 0;
	}
}



#arts-athletics .widget-minitron {
	background-size: cover;
}
#arts-athletics .widget-heading {
	color: #333;
	font-size: 42px;
	text-shadow: none;
}
#arts-athletics .widget-minitron .media-overlay {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	text-shadow: none;
	text-align: center;
}
#arts .widget-minitron {
	background-image: url(../img/homepage/arts-marquee.jpg);
}
#athletics .widget-minitron {
	background-image: url(../img/homepage/athletics-marquee.jpg);
}
@media screen and (min-width: 992px) {
	#arts-athletics .widget-minitron .media-overlay {
		margin-top: 60%;
	}
}




#health .jumbotron {
	background-color: #333;
}
#health .section-heading {
	color: #fff;
}
#health .media-overlay {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#health .section-heading {
	text-align: center;
}
#health .row:nth-child(2) .widget-bucket {
	background-color: transparent;
	color: #fff;
	text-align: center;
}
#health .row:nth-child(2) .widget:nth-child(1) .widget-bucket {
	margin-bottom: 30px;
}
#health .row:nth-child(2) .widget:nth-child(2) {
	margin-top: 0;
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	
}


#initiatives .section-heading {
	text-align: center;
}
#initiatives .widget-minitron {
	background-size: cover;
}
#initiatives .widget-heading {
	color: #333;
	text-shadow: none;
}
#initiatives .widget-minitron .media-overlay {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	text-shadow: none;
	text-align: center;
}
#illuminations .widget-minitron {
	background-image: url(../img/homepage/illuminations-marquee.jpg);
}
#sustainability .widget-minitron {
	background-image: url(../img/homepage/sustainability-marquee.jpg);
}
@media screen and (min-width: 992px) {
	#initiatives .widget-minitron .media-overlay {
		margin-top: 60%;
	}
}


#giving .section-heading {
	color: #333;
}
#giving .jumbotron {
	background-color: #eee;
}
#giving .media-overlay {
	background-color: rgba(255,255,255,0.8);
}
#giving .widget {
    margin-bottom: 0;
}
#giving .row:nth-child(2) .widget .widget-bucket {
	background: linear-gradient(#ffd200, #ffd200);
	background-color: #0064a4;
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-size: 35px 3px;
	color: #fff;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.50);
	padding: 22px;
}
#giving .row:nth-child(2) .widget:nth-child(1) .widget-bucket {
	background: none;
	color: #333;
	box-shadow: none;
}
#giving .row:nth-child(2) .widget-bucket h3 {
	color: #fff;
}
#giving .row:nth-child(2) .widget:nth-child(n+3) {
	margin-top: 30px;
}
#giving .btn-primary {
    margin-bottom: 23px;
}
@media screen and (min-width: 992px) {
	#giving .media-overlay {
		background-color: transparent;
	}
	#giving .row:nth-child(2) .widget .widget-bucket {
		background-color: rgba(0,100,164,.85);
	}
	#giving .row:nth-child(2) .widget:nth-child(1) .widget-bucket p {
		padding-right: 2em;
	}
	#giving .row:nth-child(2) .widget:nth-child(1) .widget-bucket {
		background-color: transparent;
	}
}

#resources {
	margin-bottom: 0;
}
#resources .widget {
	margin-bottom: 0;
}
#resources .widget-bucket {
	color: #fff;
	text-align: center;
	padding: 60px 45px;
}
#resources .widget-heading {
	color: #fff;
}
#resources .widget:nth-child(1) .widget-bucket {
	background-color: #102341;
}
#resources .widget:nth-child(2) .widget-bucket {
	background-color: #1b2e4c;
}
#resources .widget:nth-child(3) .widget-bucket {
	background-color: #283955;
}
@media screen and (min-width: 992px) {
	#resources .widget-bucket {
		height: 275px;
	}
	#resources .widget:nth-child(1) {
		padding-right: 0;
	}
	#resources .widget:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}
	#resources .widget:nth-child(3) {
		padding-left: 0;
	}
}

footer {
	margin-top: 0;
}
