#home-carousel {
	background: #EEEEEE;
}

#home-carousel .rsGCaption {
	float: right;
	bottom: 150px;
	left: auto;
	right: 50px;
	background: #461d7c;
	background: rgba(70,29,124,.90);
	color: #fff;
	font-size: 40px;
	padding: 0.4em;
}

#home-carousel .rsDescription {
	position: absolute;
	width: 450px;
	bottom: 70px;
	right: 50px;
	background: #fff;
	background: rgba(255,255,255,.82);
	color: #461d7c;
	font-size: 17px;
	padding: 0.5em;
}

#home-carousel .rsGCaption:empty,
#home-carousel .rsDescription:empty {
	display: none;
}

#home-row1 {
	margin-top: 21px;
}

.home-column {
	float: left;
	width: 384px;
	margin-right: 20px;
}

.home-column-last {
	margin-right: 0px;
}

.home-block {
	background: #EDEBE9;
	color: #56514c;
	margin-bottom: 20px;
	padding-top: 9px;
	padding-bottom: 8px;
}

#home-row1 .home-block {
	min-height: 385px;
}

.home-block-title {
	margin: 10px auto;
	padding-bottom: 5px;
	width: 80%;
	border-bottom: 2px solid #878279;
	color: #886036;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.home-block-body {
	margin: 0 auto;
	width: 90%;
}

.home-block-body img {
	max-width: 100%;
	height: auto;
}

.home-block-button a,
#home-block-news .home-block-body a,
#home-block-whylsulaw .home-block-body a {
	display: block;
	width: 80%;
	margin: 20px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #e1deda;
	color: #56514c;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	cursor: pointer;
}

.home-block-button a:hover,
#home-block-news .home-block-body a:hover,
#home-block-whylsulaw .home-block-body a:hover {
	background: #d2d1cf;
	text-shadow: 1px 0px 0px #56514c;
}

#home-block-spotlight .home-block-body {
	color: #886036;
	line-height: 20px;
}

#home-block-spotlight .home-block-body iframe {
	margin: 0 auto;
	height: 260px;
	width: 100%;
	max-width: 340px;
}

#home-block-news .home-block-body a,
#home-block-whylsulaw .home-block-body a,
#home-block-semester .home-block-button a {
	line-height: 1.1em;
	text-transform: none;
	margin: 10px auto;
	padding: 10px;
}

#home-block-news .home-block-body a {
	text-align: left;
}

#home-block-news .home-block-button a {
	text-transform: uppercase;
	text-align: center;
}

#home-block-events .home-block-body div {
	margin-bottom: 20px;
}

#home-block-events .home-block-body div.home-block-button {
	margin-left: 0;
}

#home-block-aroundcampus {
	margin-bottom: 20px;
}

#home-block-aroundcampus .rsUni,
#home-block-aroundcampus .rsUni .rsOverflow,
#home-block-aroundcampus .rsUni .rsSlide {
	background:#EDEBE9 !important;
}

#home-block-jobofferings .home-block-body div {
	line-height: 1.4em;
	padding-top: 6px;
}

#home-block-jobofferings .home-block-body div img {
	float: left;
	height: 6px;
	width: 6px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#home-block-virtualtour img {
	width: 95%;
	margin: 15px auto;
	display: block;
}

/* mobile
------------------------------------------------------------------- */

#home-mobile-caption,
#home-mobile-description {
	display: none;
}

@media screen and (max-width: 1200px) {
	
	/* scale carousel start */
	#home-carousel-inner {
		width: 100%;
	}

	.royalSlider {
		width: 100% !important;
	}

	#home-carousel-inner img.rsImg {
		margin: 0 auto !important;
		width: 100%;
	}
	/* scale carousel end */

	#home-carousel .rsGCaption,
	#home-carousel .rsDescription {
		right: -9999999px;
	}

	#home-mobile-caption {
		display: block;
	}

	#home-mobile-caption {
		background-color: #EDEBE9;
		font-size: 3vw;
		line-height: 30px;
		padding: 0.4em;
		text-align: center;
		height: 30px;
	}

	#home-mobile-description {
		font-size: 1em;
		padding: 0.5em;
		text-align: center;
		height: 40px;
		margin-bottom: -20px;
	}

	#home-mobile-caption a {
		color: #56514c;
	}

	#home-mobile-caption a:hover {
		text-decoration: none;
	}

	#home-mobile-description a {
		color: #461d7c;
	}

	#home-mobile-description a:hover {
		text-decoration: none;
	}

	#home-row1 {
		text-align: center;
		width: 100%;
	}

	#home-row2 {
		text-align: center;
		width: 100%;
	}

	.home-block-title {
		font-size: 1.5em !important;
		width: 90% !important;
	}

	.home-column {
		float: none;
		width: 80%;
		margin: 0 auto;
		margin-top: 20px;
	}

	.home-block {
		margin-top: 32px;
		min-height: auto !important;
	}

	#home-block-news .home-block-body a, 
	#home-block-whylsulaw .home-block-body a {
		width: 90% !important;
		line-height: 1.4em !important;
	}

	#home-block-scholarship .home-block-body p {
		margin-top: -2px;
	}

	#home-block-newsletter .home-block-body {
		padding-top: 0px;
	}

	#home-block-instagram {
		padding-bottom: 10px;
	}

	#home-block-spotlight {
		text-align: center !important;
	}

	.home-block-body {
		font-size: 1.2em !important;
		padding-top: 10px;
	}

}