  /*
div.site-header {
	height: 60vh;
}
@media only screen and (max-width:576px) {
	div.site-header {
		height: calc(100vh - 56.5px);
	}
}
div.site-header > div.container {
	height: 100%;
}
div.site-header > div.container > div.row {
	height: 100%;
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
*/
div.site-header {
	padding: 0rem 0;
}
div.site-header:before {
	background-image: linear-gradient(#003764, #1e5c8d);
}
.carousel-item > img {
	/*height: calc(100vh - 189px) !important;*/
	height: calc(100vh - 178px) !important;
	object-fit: cover !important;
}
div#scroll-down-button {
	position: absolute;
	width: 100%;
	top: -125px;
	z-index: 5;
	text-align: center;
}
@media only screen and (max-width:992px) {
	.carousel-item > img {
		/*height: calc(100vh - 248px) !important;*/
		height: calc(100vh - 188px) !important;
	}
}
@media only screen and (max-width:768px) {
	.carousel-item > img {
		/*height: calc(100vh - 227px) !important;*/
		height: calc(100vh - 217px) !important;
	}
	div#scroll-down-button {
		top: -105px;
	}
}
@media only screen and (max-width:576px) {
	.carousel-item > img {
		/*height: calc(100vh - 205px) !important;*/
		height: calc(100vh - 185px) !important;
	}
	
}
.alert-covid {
	padding: 0.5rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw + 0.5rem);
}
div#research-areas-wrapper {
	background-color: #e6edf3;
	background-image: linear-gradient(#e6edf3, #f5f7fa);
}
div#research-areas-wrapper>h3, div#research-areas-wrapper>p {
	padding: 1rem;
}
#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
}

.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%;
}

.news > ul  ul {
	list-style: disc;
}
.news > ul  ul > li {
	border-bottom: none;
	overflow: visible;
	padding: 0;
	line-height: 1.25rem;
}
.news a:not([href]) {
	display: none;
}
.news a[href="/"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

#graduation-deadlines div.card-body{
	padding: 0;
}
#graduation-deadlines span {
	padding-left: 1rem;
}
/*
#slider-image-credits {
	position: absolute;
	left: calc(52% - 50vw);
	margin-top: -2.25rem;
}
*/
