@charset "utf-8";
/* CSS Document */
.rsna-row {
	height: 534px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-clip: content-box;
	background-size: cover;
	width: 100%;
}
.rsna-row p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 140% !important;
}
.rsna-banner {
	height: 464px;
	border-top: 1px solid #000;
	border-bottom: 4px solid #f58025;
	background-repeat: no-repeat;
	background-position: center;
	background-clip: content-box;
	background-size: cover;
}
.u-text-config h3 {
	font-size: 200%;
	margin: 30px 0;
	line-height: 34px;
}
/*.u-text-config p {
	font-size: 120%;
	line-height: 40px
}*/
#bannerText {
	margin-top: 60px;
	background-color: #ffffffb0;
	padding:40px;
}
#bannerText h1 {
	font-size: 250%;
}
#bannerText h2 {
	font-size: 180%;
	padding-top: 5px;
	line-height:34px;
}
#bannerText div {
	font-size: 140%;
	padding-bottom: 40px
}
/*@media (min-width: 992px) {
	#bannerText {
	margin-top: 120px;
		background-color: #ffffff00;
		padding:0;
		color:#000;
	}
}*/
.first{padding-top:40px !important}