/* Header */
#desktop-nav-column {
	display: none;
}

#top-banner .flex-grid > .top-banner-child:first-child {
	display: none;
}

#top-banner .flex-grid > .top-banner-child:last-child {
	width: 100%;
	text-align: center;
}

#top-banner::before {
	display: none;
}

#hamburger-button {
	display: flex;
}



/* Blog */
#featured-content .flex-grid {
	flex-direction: column-reverse;
}

#featured-content .flex-grid > * {
	width: 100%;
}

#featured-content .flex-grid img {
	display: none;
}

#blog-accordion-wrapper {
	margin: 0;
}



/* GDPR */
#gdpr-cookie-container {
	flex-direction: column;
	text-align: center;
	width: 75%;
	margin: auto;
}

#gdpr-cookie-icon {
	display: none;
}
