#innerheader {
	display: flex;
	align-items: center;
	justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
	padding: 25px 10px;
}


a#databank {
	color: #343434;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	padding-left: 24px;
}

a#databank::before {
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	content: "\f00b";
	left: 0;
	font-weight: 500;
}

a#databank:hover {
    color: #21009c;
	text-decoration: underline;
}

.logowrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 323px;
	justify-content: space-between;
	width: 100%;
}

.logo {
    width: auto;
    height: 50px;
}

.logo img {
    height: 80px;
}

.extrainfo button {
	color: #21009c!important;
}

.banner {
	height: 250px;
	background: url(images/background.jpg) no-repeat bottom;
	background-size: cover;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 10px 0;
	margin-bottom: 79px;
}

.banner h1 {
    color: #fff;
    background: #21009c;
    padding: 40px;
    max-width: 724px;
    font-size: 2.5em;
    margin: 172px auto 0;
    text-align: center;
}

.themeview .selcontainer {
    margin: 0 auto;
}

.trail-link span {
    margin: 0 5px 0 0!important;
}

.theme-navigation-information {
    padding: 10px 0!important;
}

.noscroll .mosaic-header {
    margin-top: 0;
	background: #fff;
	position: fixed;
	top: 0 !important;
	width: 100%;
}

.themeview #dashboardviews {
    max-width: 960px;
    margin: 0 auto;
}

#theme_2 {
	margin: 15px 0 30px 0;
}

.themeview #dashboardViewsHeader {
	display: none;
}


.theme .theme__image img, .theme .theme__image object {
    max-width: unset;
}

.theme .theme__name > .name_wrapper {
	font-size: 15px;
	transition: .3s ease-in-out;
	overflow: visible;
}

.theme__link .theme__image img {
	-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
			-o-transition: all .4s ease;
			transition: all .4s ease;
}

.theme__link:hover .theme__image img, .theme__link:focus .theme__image img {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
	-webkit-transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
		-moz-transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
			-o-transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
			transition: all .35s cubic-bezier(.24, .11, .12, 1.69);
}

.change-mosaic-wrapper a {
	border: 1px solid #21009C;
	border-radius: 4px;
	color: #21009C;
	padding: 14px 20px;
	text-decoration: none;
	transition: .15s all ease-in-out;
}

.change-mosaic-wrapper a:hover {
	background-color: #21009C;
	color: #fff;
}

.current-year-wrapper, .prev-year-wrapper {
	display: none;
	gap: 1rem;
}

.name_dashboard2 .current-year-wrapper, .name_dashboard .prev-year-wrapper {
	display: flex;
	font-weight: 600;
	align-items: center;
}

.title-subtext {
	font-size: 1.8rem;
}

@media only screen and (max-width: 650px) {
	.banner h1 {
		font-size: 2em;
	}
}	

@media only screen and (max-width: 593px) {
	.seltool-togglemobile-btn {
		padding: 6px 16px;
		border: 2px solid #22009c!important;
		border-radius: 2px;
		color: #22009c!important;
	}
	
	.banner {
		height: 200px;
	}
	
	.banner h1 {
		font-size: 1.2em;
		left: 5px;
		margin-top: 128px!important;
		text-align: left;
		padding: 30px;
	}	
	
	#dashboardView figure {
		display: flex;
		align-items: center;
		height: 60px;
	}

	#dashboardView figure .theme__image {
		display: block;
		height: 60px !important;
		width: 112px;
	}

	#dashboardView figure .theme__image img {
		width: auto;
		height: 60px;
	}

	#dashboardView figure .theme__name {
		display: block;
		line-height: 60px;
	}
}