@charset "utf-8";
/* CSS Document - News - 04.25.2016 - TJD */

@media (min-width: 432px) and (max-width: 750px) {

}

@media (max-width: 750px) {
	.item-bg {
		padding: 15px;
	}

	.numbers {
		top: 10px;
		margin-left: 10px;
		width: 75px;
		height: 75px;
	}

	.item-bg {
		margin-top: 80px;
	}

}

@media (min-width: 750px) and (max-width: 991px) {
	.top-ten-item {
		height: 300px;
		overflow: hidden;	
	}

	.numbers {
		margin: 10px;
		width: 75px;
		height: 75px;
	}

	.item-bg {
		top: 30px;
 		min-height: 190px;
  		padding: 10px;
	}

	.top-ten-color {
		
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	

}

@media (min-width: 992px) {
	.brown-bg-color {
		background-color: #d9cec1;
	}

	.gray-bg-color {
		background-color: #CECAC6;
	}

	.navbar-no-padding {
		padding-left: 0px;
		padding-right: 0px;
	}

	#dept-nav li a {
		min-height: 70px;
	}

	.dropdown-menu li a {
/* 		min-height: 45px !important; */
	}

	.item-bg {
		top: 50px;
  		min-height: 130px;
  		max-height: 130px;
  		padding: 10px;
	}

	.top-ten-item {
		height: 277px;
	}

	.top-ten-color {
		
	}

	.numbers {
		width: 75px;
  		height: 75px;
  		margin: 10px;
	}
}

ul li span  {
	font-size: 1.0em !important;
	font-weight: bold;
}


.brown-btn {
	background-color: #aa9279;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.4em;
    margin-bottom: 15px;
    width: 100%;
}

.brown-btn:hover {
	background-color: #a99e92 !important;
    color: #fff;
}

.apply-icon {
	color: #fff;
	font-size: 1.3em;
	position: relative;
	top: 2px;
	padding-left: 5px;
}

.img-thumbnail {
	margin-right: 15px;
	border: 1px solid #bfb2a3;
}

.lpc-list span {
	top: 5px;
}

.top-ten-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 0px;
  padding-left: 0px;
  border: #F6F1EB 1px solid;
}

.top-ten-item p {
  color: #fff;
	text-align: center;
}

.top-ten-color {
  background-color: #a80532;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.top-ten-color div {
	border: #fff 1px solid;
	border-radius: 5px;
	padding: 20px;
	height: 100%;
}

.item-bg {
  background: url("/prospective/assets/images/item-bg.png");
  position: relative;
}

.top-ten-color > div > p {
  color: #fff;
  font-size: 1.25em;
}

.top-ten-title {
  font-size: 1.25em;
  color: #fff;
}

.numbers {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.apply-btn {
	background-color: #a80532;
    color: #fff !important;
    border: #fff solid 1px;
    text-decoration: none !important;
    font-size: 1.3em;
    padding: 10px;
    margin-top: 20px;
}

.apply-btn:hover {
	background-color: #fff !important;
    color: #a80532 !important;
    border-color: #000;
}

.fa-university {
	color: #fff;
	padding-left: 8px;
}

.apply-btn:hover span {
	color: #a80532 !important;
}

.btn-lpc {
	margin: 0 2.4em;
	width: 75%;
}

.courses {
	margin-top: 15px;
}

.courses > div {
	
}

.classes-box {
	width: 95%;
	border: #191970 solid 1px;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
	min-height: 37.0em;
	max-height: 44.0em;
}

.classes-box > h2 {
/* 	text-align: center; */
	color: #191970 !important;
	text-align: center;
	margin-bottom: 10px !important;
}

.crn {
	text-transform: uppercase;
	color: #777;
}

.date {
	font-style: italic;
	font-size: 1.15em;
}