#topbanner {
	align-items: center;
	background-color: #273c75; /*dark blue*/
	color: white;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	justify-content: center;
}

#cfs3-button #cfs3-button__cfs3 sup {
	top: calc(100vw * 24.495/1041 + 32px);
}

@media screen and (min-width: 1041px) {
	#cfs3-button #cfs3-button__cfs3 sup {
		top: 56.495px;
	}

	#topbanner {
		height: 2em;
	}
}
