  #research-areas-list-tab a.list-group-item {
    color: gray;
	border-width: 0px;
	text-decoration: none;
	font-size: 1.16rem;
	height: 50px;
	line-height: 24px;
	text-align: right;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 6px);
    background-position-y: 50%;
	background-color: transparent;
}

#research-areas-list-tab a.list-group-item:hover, #research-areas-list-tab a.list-group-item.active {
	color: black;
	background-image: url(/bw/images/misc/right-caret.png);
}

#research-areas-list-tab {
	margin-top: 1.6rem;
	border-right: 1px solid lightgray;
	background-image: url(/bw/images/misc/gray-circle-300.png);
	background-repeat: no-repeat;
	background-position-x: -540px;
	background-position-y: 50%;
	background-size: 600px
}

#research-areas-tab-content h4 {
	margin-top: 2rem;
}

.carousel-item .carousel-caption {
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%) !important;
	width: auto !important;
}

.spotlights-container {
	padding-top: 0!important;
}

#research-areas-div>div {
	margin: 1rem 0;
}
#research-areas-div>div.w-100 {
	margin: 0;
}
#research-areas-div img {
	max-width: 12rem;
	margin-bottom: 0.5rem;
}
#research-areas-div a {
	text-decoration: none;
}
a.research-area-icon {
	position: relative;
	display: block;
	padding: .75rem;
	width: 180px !important;
	height: 180px !important;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: 100%;
	margin: 1rem 0;
	white-space: nowrap;
}
.circle {
	border-radius: 50%;
 	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
}