.school .header-box {
	height: auto;
	padding: 12px 15px;
}
.header-box .header-title {
	line-height: normal;
	margin: 0;
}
.header-box .header-divider {
	margin: 0 8px;
}
.header-box .header-avatar {
	margin: 0 8px 0 0;
}
.header-box .header-user-data {
	margin: 0;
}
.school .header-box .round-dropdown {
	cursor: pointer;
	margin-top: 12px;
	position: relative;
	top: auto;
	right: auto;
}
.round-dropdown::before {
	z-index: 1;
}
.round-dropdown .selected {
	position: relative;
	z-index: 1;
}
.round-dropdown .content {
	position: absolute;
	background: white;
	width: calc(100% + 2px);
	left: -1px;
	padding: 12px;
	border-radius: 0 0 12px 12px;
	border: 1px solid #009fad;
	border-top: none;
	top: 50%;
}
@media (min-width: 500px) {
	.school .header-box {
		padding: 12px 35px;
	}
}
@media (min-width: 768px) {
	.school-heading {
		display: flex;
		align-items: center;
	}
	.subheading {
		display: flex;
		justify-content: space-between;
	}
	.button {
		margin-left: 16px;
		margin-top: 0 !important;
	}
	.subheading + .intro-boxes {
		display: flex;
	}
}
@media (min-width: 1200px) {
	.school .header-box {
		padding: 5px 35px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.school .header-box .round-dropdown {
		margin: 0 0 0 16px;
		flex-shrink: 0;
	}
	.header-divider,
	.header-avatar,
	.header-user-data {
		flex: 1 0 auto;
	}
}
