  #banner {
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto !important;
	padding: 0;
	margin: 0;
	background-color: #406e9e;
}
#banner ul {
	height: 500px;
	margin-bottom: 0;
}
#banner ul li {
	list-style: none;
	width: 100%;
	background-color: #406e9e;
	float: left;
	margin-bottom: 0;
}
#banner ul li .bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 500px;
	width: 100%;
}
.bannerInfo .button {
	margin-right: 20px;
	margin-top: 15px;
	font-size: 16px;
	box-sizing: border-box;
}
.bannerInfo {
	margin-bottom: 70px;
	padding: 20px;
	background-color: rgba(39, 51, 64, 0.65);
	min-width: 0px;
	font-weight: 800;
	font-size: 3.4em;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
}
.announcementText {
	font-size: 48px;
	color: #ffd200;
	line-height: 1.075em !important;
	margin-bottom: 5px !important;
	white-space: normal;
}
.sublineText {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	font-weight: normal !important;
	text-transform: none !important;
	white-space: normal;
}
.unslider-arrow {
	position: absolute;
	top: 234px;
	z-index: 999;
	color: #fff;
	text-shadow: 0px 0px 4px black;
	display: block;
	font-size: 2.5em;
	opacity: .6;
	cursor: pointer;
	transition: opacity .3s;
}
.unslider-arrow:hover {
	opacity: 1;
}
.unslider-arrow.next {
	right: 12px;
}
.unslider-arrow.prev {
	left: 12px;
}
.majors_section {
	background:#ffd200;
	padding: 35px 35px 24px;
	margin-bottom:50px;
}
.majors_section h2 {
	font-size: 3.4rem;
	line-height: 1.25;
}
.numbers_section {
	margin-bottom: 25px;
	text-align: center;
}
.numbers_section h3 {
	color: #ffd200;
	font-size: 4em;
	line-height: 1em;
	display: inline;
}
.numbers_section .fa, .numbers_section .fas {
	color: #ffd200 !important;
	font-size: 3em;
	margin-right: 5px;
	display: inline;
	position: relative;
	top: -5px;
}
.news_section {
	margin-bottom: 35px;
}
.news img {
	margin-bottom: 15px;
	width: 100%;
}
.news p a {
	float:right;
	margin-top: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.125em;
}
.degrees-in-demand_section {
}	
#slider {
	position: relative;
	overflow: hidden;
}
#slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;

}
#slider ul li img {
	margin-bottom: 5px;
	width:100%;
	height:auto;
}
a.control_prev, a.control_next {
	position: absolute;
	top: 68px;
	z-index: 999;
	display: block;
	padding: 4% 3%;
	width: auto;
	height: auto;
	background: #2a2a2a;
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	opacity: 0.7;
	cursor: pointer;
}
a.control_prev:hover, a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}
a.control_prev {
}
a.control_next {
	right: 0;
}
#slider2 {
	position: relative;
	overflow: hidden;
}
#slider2 ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider2 ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;


}
#slider2 ul li img {
	margin-bottom: 5px;
	width:100%;
	height:auto;
}

@media (max-width: 1024px) {
	.numbers_section h3 {
		font-size: 4em;
	}
	.numbers_section .fa {
		font-size:3.2em;
	}
	.majors_section h2 {
		font-size: 2.8rem;
		margin-top:5px;
	}
}
@media (max-width: 1000px) {
	.bannerInfo {
		font-size: 2.55em;
	}
	.unslider-arrow {
		font-size: 34px;
		top: 226px;
	}
}
@media (max-width: 768px) {
	.numbers_section h3 {
		font-size:3em;
	}
	.numbers_section .fa {
		font-size:2.3em;
	}
	.majors_section .five {
		width:100%;
		text-align:center;
	}
	.majors_section h2 {
		font-size: 3.5rem;
	}
	.majors_section .seven {
		width:100%;
		margin-left:0 !important;
	}
	#slider ul li {
		width: 90vw;

	}
	#slider2 ul li {
		width: 90vw;

	}
	a.control_prev, a.control_next {
		top: 35px;
	}
}
@media (max-width: 767px) {
	.bannerInfo {
		background-color: inherit;
		width: 100%;
		white-space: normal;
		margin-left: 0 !important;
		margin-bottom: 0;
		margin-right: 0;
		font-size: 2.0em;
	}
	#banner ul li .bg, #banner ul {
		height: 250px;
	}
	.unslider-arrow {
		top: 107px;
		font-size: 28px;
	}
	.numbers_section h3 {
		font-size:3.5em;
	}
	.numbers_section .fa {
		font-size:2.8em;
	}

	.announcementText {
		font-size: 28px;
	}
	
	.sublineText {
		font-size: 18.75px;
		line-height: 1.6;
	}

	#banner {
		background-color: #102B5F;
	}
	#banner ul li {
		background-color: transparent !important;
	}
}

@media (max-width: 550px) {
	.bannerInfo {
		font-size: 1.5em;
	}
	#banner ul li .bg, #banner ul {
		height: 130px;
	}
	.unslider-arrow {
		top: 56px;
		font-size: 18px;
	}


}
