/* Necessary CSS for new design elements w/ some overrides for legacy styling */

.banner-image-wrapper {
	position: relative;
	overflow: hidden;
	max-height: 550px;
}

.banner-image {
	position: initial!important;
	max-height: 50%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.image-overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.image-hero--content {
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 5px rgb(0 0 0 / 40%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0px auto;
	display: flex;
	align-items: center;
	z-index: 2;
}

.image-hero--content #content-copy {
	position: relative;
	margin: auto;
	text-align: center;
	height: auto;
}

.image-hero--content h1 {
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 72px;
}

#fastfacts {
	background: #a51417;
	background-image: url(https://sites.wustl.edu/newborn/files/2021/12/tile-lines4.png);
	padding: 22px 150px;
	position: relative;
	z-index: 2;
	height: 16%;
	margin:0;
}

.fastfact__icon {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	border-width: 0;
	-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
	box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
	background: #fff;
	font-size: 40px;
	color: #A51417;
	/* margin: 0 0 15px; */
}

.fastfacts__text {
	text-decoration: none;
	padding-top:10px;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: 600;
	color: rgb(255, 255, 255);
}

.fastfacts__source {
	font-size: 0.8em;
	color: #fff;
	font-style: italic;
}

.text-white {
	color: #ffffff;
}

.section-heading {
	font-size: 4.0rem;
	font-weight: bold;
}

.button-ghost-white {
	border:1px solid #fff !important;
	background-color: rgba(255, 255, 255, 0);

}

a.button-ghost-white {
	color:rgb(255, 255, 255);
    text-decoration: none!important;
}

a:hover.button-ghost-white {
	color:#a51417!important;
	background:#fff!important;
	text-decoration:none!important
}

.visit-parallax .button-apply {
	margin-right: 10px;
}

.button-apply {
	background: #a51417;
	color: #fff !important;
}

.button {
	color: #fff;
	margin: 2px;
	border-radius: 0px;
	padding: 17px 20px;
	border: none;
	cursor: pointer;
	font-family: 'helvetica', arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	text-shadow: none;
	box-shadow: none;
	font-weight: bold;
}

.content-wrapper {
	background: #a51417;
	color: white;
	padding: 50px;
	position: relative;
	top: 0;
}

.slide {
	color: #fff;
	position: relative;
}

.py-5 {
	padding: 60px 0px 60px 0px;
}

.bg-gray:before {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 7%;
	width: 100%;
	content: "";
	background-color:#f6f6f6;
	z-index: -1;
	height: 450px;
}

.no-touch .slideInUp {
	visibility: hidden;
	opacity: 0;
	transition: all 0.7s ease-out;
	transform: translate3d(0, 50px, 0);
  }

.no-touch .is-active .slideInUp {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.no-pad {
	padding: 0px;
}

.mt-neg-40 {
	margin-top: -40px;
}

.mt-neg-80 {
	margin-top: -80px;
}

.paragraph_media_with_text__text {
	margin: 0 auto;
	padding: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.card {
	background: #FFF;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	margin-bottom: 30px;
	background: #fff;
}

.card-fact-left {
	position: absolute;
	left: 10%;
	top: 70%;
	width: 400px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
}

.card-fact-right {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
}

.card-body {
	background: #fff;
}

.block-title {
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: bold;
	/* font-family: 'Roboto'; */
	background: #a51417;
	width: 100%;
	display: block;
	padding: 4px;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}

.digit-right {
	font-size: 65px;
	color: #444;
	font-weight: bold;
	font-family: 'roboto condensed',sans-serif;
	letter-spacing: -4px;
	text-align: center;
	margin: 0px auto;
	float: left;
	padding: 10px 20px 35px 20px;
	line-height: 1;
	padding-top: 10px;
}

.card-text {
	padding: 15px 15px 15px 15px;
	margin-bottom: 0px;
	font-size: 18px;
}

.section-intro {
	padding: 20px;
}

.paragraph-title {
	font-size: 45px;
}

.lead {
	font-size: 20px !important;
	line-height: 36px;
	font-weight: 500;
}

.img-responsive {
	width: 100%;
}

.parallax {
	background: white;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: left;
	align-items: center;
}

.visit-parallax{
	background-attachment: fixed;
	/* background-image: url(../img/abstract-background.png); */
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 500px;
	position:relative;
	margin-top:80px;
}

#media-teasers {
	margin-top:20px;
	margin-bottom: 100px;
}

.teaser {
	margin-bottom: 15px;
	border-bottom: thin dotted silver;
	padding-bottom: 5px;
}
.teaser__title {
	font-weight: 600;
	font-size: 1.3em;
}

.teaser__date {
	color: #657786;
}

.teaser__teaser {
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

@media screen and (max-width:992px) {
	#fastfacts {
		margin:0;
		padding-left:0;
		padding-right:0;
		height: auto;
	}

	#fastfacts .mt-neg-40 {
		margin-top: 0px;
	}

	#fastfacts .col {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 992px) {
	.image-hero--content h1 {
		font-size: 7vw;
	}

	.py-5{
		padding:20px;
	}

	.paragraph-title{
		font-size:40px;
	}
	
	.row-flex-left{
		margin: 0 auto;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	
	.section-intro{
		padding:0px;
	}

	.card-fact-left{
		position:static;
		width:100%;
	}

	.card-fact-right{
		position:static;
		width:100%;
	}

	.paragraph_media_with_text__media{
		padding:0px;
		margin:40px 0px 40px 0px;
	}

	.paragraph_media_with_text__text{
		margin: 0 auto;
		padding: 0;
		display: initial;
		justify-content: left;
		align-items: center;
	}

	.digit-right{
		width:100%;
		padding-bottom:10px
	}
	
	.card-text {
		padding: 20px;
		font-size: 16px;
		text-align: center;
	}

	.bg-gray:before{
		top: 0;
		height:300px
	}

	.visit-parallax{
		background-attachment: fixed;
		/* background-image: url(../img/abstract-background.png); */
		background-repeat: no-repeat;
		background-size: cover;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position:relative;
		height: 700px;
	}
}