/*Banner Style*/
#banner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	min-height: 60px;
	background-image: url(../../images/BannerBVI.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 5px;
}

.errorSection{
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	min-width:75%;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #F03A47;
    color: white;
    font-family: "Open Sans",Arial,sans-serif;
}

.errorSection em{
	font-size: 12px;
}

.fillLeft{
	flex: 1;
	height: auto;
	display: flex;
    align-items: center;
}

.divErrors {
	align-self: center; 
	text-align: center;
	margin-bottom: 3px;
}

.officerReviewOpenTitle{
	display:flex;
	flex: 1;
	height: 50px;
	color: var(--DARK_BLUE);
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-family: Open Sans,Arial,sans-serif;
}
