.start_logo_size {
	width: 187px;
	min-width: 187px;
	height: 74px;
}
body {
	background: #f7f7f7;
	margin: 0px;
}
.edsLoadingHeader{
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	background: white;
	height: 74px;
	padding: 0px 12px;
}
.edsLoadingHeaderText{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	letter-spacing:1px;
	font-size: 24px;
	font-weight: bold;
}
.edsLoadingHeaderText {
	font-family: SansProRegular, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #03234B;
	line-height: 32px;
}
.edsBodyText {
	font-family: SansProRegular, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #03234B;
	line-height: 32px;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction:column;
	align-items: center;
}
