body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14pt;
	line-height: 30pt;
}

.jumbotron {
	height: 645px;
	background: url(../images/feature.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	margin: 0;
	padding: 0;
}

.jumbotron h1 {
	font-weight: 700;
	font-size: 50pt;
	color: #ffffff;
	margin-top: 250px;
	text-align: left;
	text-transform: capitalize;
	text-shadow: 0 0 10px #000000;
}

.jumbotron em {
	color: #b2d235;
	font-style: normal;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

a {
	color: #00aaad;
}

a:hover {
	color: #f9a01b;
}

h1 {
	font-weight: 700;
	font-size: 30pt;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}

h2 {
	font-weight: 700;
	font-size: 30pt;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}

h3 {
	font-weight: 400;
	font-size: 15pt;
	color: #ffffff;
	text-align: center;
	margin-top: 0;
}

h4 {
	font-weight: 700;
	font-size: 14pt;
	color: #5e5e60;
	text-align: left;
	margin-top: 50px;
	text-transform: uppercase;
}

.gray-title {
	color: #5e5e60;
}

.gray {
	background-color: #5e5e60;
	padding: 70px 0;
}

.talent {
	background: url(../images/talent.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	color: #ffffff;
}

.center {
	text-align: center;
}

strong {
	font-size: 16pt;
}

.teal {
	background: #00aaad;
	text-align: center;
	color: #ffffff;
	padding: 70px 0;
}

.pink {
	background: #ec008c;
	text-align: center;
	color: #ffffff;
	padding: 70px 0;
}

.orange {
	background: #f9a01b;
	text-align: center;
	color: #ffffff;
	padding: 70px 0;
}

.green {
	background: #b2d234;
	text-align: center;
	color: #ffffff;
	padding: 70px 0;
}

.btn {
	background-color: #ec008c;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16pt;
	border-radius: 0;
	border: none;
	padding: 10px 30px;
	margin-top: 30px;
}

.btn:hover {
	background-color: #f9a01b;
	color: #ffffff;
}

.btn-orange {
	background-color: #f9a01b;
	margin-left: -440px;
}

.btn-orange:hover {
	background-color: #ec008c;
}

.colleges {
	padding: 70px 0 0;
	text-align: center;
}

.colleges > div {
	height: 200px;
}

.colleges img {
	max-width: 90%;
}

.partners {
	padding: 70px 0 0;
	text-align: center;
}

.partners > div {
	height: 300px;
}

.partners img {
	max-width: 90%;
}

.links {
	margin-bottom: 25px;
}

.links img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding-left: 0;
}

li {
	padding: 10px 20px;
	margin-top: 20px;
	font-size: 12pt;
}

li:nth-child(odd) {
    background: #747476;
}

.initiatives {
	background: url(../images/initiatives.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
	color: #ffffff;
}

.dates {
	line-height: 22pt;
}

.dates > .row {
	background-color: #33bbbd;
	padding: 20px 0;
	margin: 20px 50px;
}

.icons {
	padding: 0 0 70px;
}

.icons > .row {
	height: 340px;
}

.icons img {
	max-height: 100px;
}

footer {
	text-align: left;
	margin-top: 70px;
	color: #ffffff;
}

.left {
	text-align: left;
}

.links figure {
	position: relative;
	display: block;
}

.links figcaption {
	position: absolute;
	top: 40%;
	left: 50%;
  transform: translate(-50%, -50%);
	padding: 10px 20px 0;
	text-align: center;
	color: #ffffff;
	background: rgba(0,0,0,0.6);
	border: 3px solid #ffffff;
	transition: background 0.35s;
	width: 85%;
	font-size: 14pt;
}

.links h5 {
	font-weight: 700;
	font-size: 14pt;
}

.links a:hover figcaption {
	background: rgba(0,170,173,0.6);
	transition: background 0.35s;
}

.fa {
	font-size: 20pt;
}

@media (max-width: 992px) {
	.jumbotron {
		height: 350px;
		background-size: cover;
		background-position: 50% 50%;
	}

	.logo {
		width: 75%;
	}

	.links figcaption {
		font-size: 10pt;
	}

	.icons img {
		height: 70px;
	}

	.jumbotron h1 {
		font-size: 20pt;
		margin-top: 110px;
	}

	h1 {
		font-size: 20pt;
	}

	h2 {
		font-size: 20pt;
	}

	h3 {
		font-size: 10pt;
	}

	body {
		font-size: 10pt;
		line-height: 20pt;
	}
	.icons > .row {
		height: 290px;
	}

	.teal, .pink, .orange, .green {
		padding: 30px 0;
	}

	.icons > .row {
	height: 210px;
}

	.btn-default {
		font-size: 12pt;
	}

	.colleges > div {
		height: 100px;
	}

	.links {
		margin-bottom: 0;
	}

	.links img {
		margin-bottom: 25px;
	}

	ul {
		margin: 0;
		padding: 0;
	}

	li {
		font-size: 10pt;
	}

	strong {
		font-size: 12pt;
	}

	footer {
		margin-top: 0;
	}

	.fa {
		font-size: 20pt;
	}

	.btn-orange {
		margin-left: 0;
	}
}








