* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
}
html {
	font-size: 20px;
	overflow-y: scroll;
	height: 100%;
}

@media screen and (max-width: 1600px) { html { font-size: 19px; } }
@media screen and (max-width: 1400px) { html { font-size: 18px; } }
@media screen and (max-width: 1200px) { html { font-size: 17px; } }
@media screen and (max-width: 1000px) { html { font-size: 16px; } }
@media screen and (max-width: 800px) { html { font-size: 14px; } }

@media screen and (min-width: 2400px) { html { font-size: 22px; } }
@media screen and (min-width: 2800px) { html { font-size: 24px; } }
@media screen and (min-width: 3200px) { html { font-size: 26px; } }
@media screen and (min-width: 3600px) { html { font-size: 32px; } }
@media screen and (min-width: 4000px) { html { font-size: 38px; } }

body {
	color: #232323;
	background: white;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	line-height: 1.5;
}
#header {
	padding-top: 1rem;
}
#logo_and_navigation_container {
	width: 100%;
	display: table;
}
#logo,
#navigation {
	display: table-cell;
	vertical-align: top;
}
#logo,
#logo img {
	width: 25rem;
}
#social_media_and_login_container {
	text-align: right;
}
#social_media_and_login_container .social-media-accounts + a.button {
	margin-left: 1.5rem;
}
#social_media_and_login_container a.button {
	margin-top: 0;
}
#header_menu_container {
	padding-top: 0.3rem;
}
#header_menu {
	display: table;
	list-style: none;
	margin-left: auto;
}
#header_menu li {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	padding: 0 1rem 1rem 1rem;
	position: relative;
	background: transparent none no-repeat scroll center bottom;
	text-align: left;
}
#header_menu li a {
	display: block;
	text-align: center;
	padding: 0.25rem 0.75rem;
	color: #616567;
	text-decoration: none;
}
#header_menu > li.has_sub_menus {
	background-image: url('/templates/scaleplan/images/menu-arrow.png');
}
#header_menu > li.has_sub_menus.selected,
#header_menu > li.has_sub_menus.selected_parent,
#header_menu > li.has_sub_menus:hover {
	background-image: url('/templates/scaleplan/images/menu-arrow-hover.png');
}
#header_menu > li.selected > a,
#header_menu > li.selected_parent > a,
#header_menu > li:hover > a {
	background-color: white;
	color: #bbc9d9;
}
#header_menu li ul {
	background-color: #e8baeb;
	border: 1px solid #b92dc1;
	position: absolute;
	list-style: none;
	margin: 1rem 0 0 0;
	z-index: 4;
	display: none;
	font-weight: 300;
	padding-left: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
#header_menu li:hover ul {
	display: block;
}
#header_menu li ul li {
	padding: 0;
	white-space: nowrap;
	display: block;
}
#header_menu li ul li a:hover {
	background-color: #b92dc1;
	color: white;
}
#header_menu li ul li a {
	text-align: left;
	padding: 0.1em 0.5em;
	color: black;
}
#hamburger_button {
	display: none;
}

@media screen and (max-width: 900px) {
	#header {
		padding: 0;
	}
	#header, #logo, #header_menu, #navigation {
		display: block;
		position: relative;
		width: auto;
		margin: 0;
	}
	#navigation {
		position: absolute;
		width: 100%;
		right: 0;
		background: white;
		box-shadow: 0 1em 1em rgba(0, 0, 0, 0.2);
		z-index: 999;
		padding-top: 2rem;
	}
	#social_media_and_login_container {
		padding: 0 1em;
		text-align: center;
	}
	#social_media_and_login_container  .social-media-accounts {
		display: none;
	}
	#social_media_and_login_container .social-media-accounts + a.button {
		margin-left: 0;
	}
	#header_menu {
		padding: 0;
		border-top: 0.5em solid white;
		border-bottom: 0.5em solid white;
		z-index: 10;
	}
	#header_menu li,
	#header_menu ul li {
		display: block;
		background-color: white;
		color: inherit;
		padding: 0 1em;
		margin: 0;
		text-align: center;
	}
	#header_menu li a,
	#header_menu ul li a {
		font-size: 1.25rem;
		display: inline-block;
		padding: 0.5em 1em;
		margin: 0;
		border-bottom: 0.15em solid transparent;	
	}
	#header_menu li.has_sub_menus {
		background-image: none !important;
	}
	#header_menu li.has_sub_menus > a::after {
		content: ' >';
	}
	#header_menu li.selected_parent > a {
		border-bottom-color: transparent;
	}
	#header_menu li.selected > a {
		border-bottom-color: #b92dc1;
	}
	#header_menu ul,
	#header_menu li ul {
		position: static;
		opacity: 1;
		visibility: visible;
		padding: 0;
		margin: 0;
		transform: none;
		background-color: transparent;
		display: none;
		border: none;
	}
	#header_menu li:hover > ul {
		display: none;
	}
	#header_menu li ul li a {
		color: inherit;
		font-size: 1.1em;
	}
	#header_menu li ul li a:hover {
		background-color: transparent;
		color: #bbc9d9;
	}
	#header_menu li.selected > ul,
	#header_menu li.selected_parent > ul {
		display: block;
	}
	#header.collapsed {
		background-color: transparent;
	}
	#header.collapsed #header_menu,
	#header.collapsed #navigation {
		display: none;
	}
	#logo {
		padding-right: 6rem;
	}
	#logo a {
		display: inline-block;
		padding: 0.5em 1em;
	}
	a#hamburger_button {
		font-size: 2.5rem;
		display: block;
		width: 1.2em;
		height: 1em;
		line-height: 1em;
		position: absolute;
		right: 1.75rem;
		top: 1.75rem;
		padding: 0;
		cursor: pointer;
		border-top: 0.2em solid #b92dc1;
		box-sizing: border-box;
	}
	a#hamburger_button::before,
	a#hamburger_button::after {
		content: ' ';
		position: absolute;
		width: 100%;
		height: 0.2em;
		background: #b92dc1;
		left: 0; right: 0;
	}
	a#hamburger_button::before {
		top: 50%;
		margin-top: -0.2em;
	}
	a#hamburger_button::after {
		bottom: 0;
	}
}
@media screen and (max-width: 460px) {
	a#hamburger_button {
		font-size: 8vw;
		top: 0.75em;
		right: 0.75em;
	}
}
#content_page_banner_container {
	display: table;
	width: 100%;
	height: 15rem;
	height: 25vw;
}
#content_page_banner {
	position: relative;
	background: #dc96e0;
	display: table-cell;
	vertical-align: middle;
}
#content_page_banner.align-top { vertical-align: top; }
#content_page_banner.align-bottom { vertical-align: bottom; }
#content_page_banner > img.background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
}
#content_page_banner > img.background,
#content_page_banner > img.background[height],
#content_page_banner > img[style] {
	left: 0; right: 0;
	top: 0; bottom: 0;
	height: 100% !important;
}
#content_page_banner_content {
	position: relative;
}

#content_page_banner_content > .limited-width {
	position: relative;
	max-width: none;
	padding: 0 5%;
}
#content_page_banner.small #content_page_banner_section,
#content_page_banner.small #content_page_banner_caption {
	max-width: none;
}
#content_page_banner_section {
	margin-top: 2rem;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.3) 0.05em 0.05em 0.364em;
	font-size: 2.5vw;
	font-weight: bold;
}
#content_page_banner_section a {
	color: inherit;
	text-decoration: none;
}
#content_page_banner_caption {
	color: white;
	text-shadow: rgba(0, 0, 0, 0.3) 0.05em 0.05em 0.364em;
}
#content_page_banner_section + #content_page_banner_caption {
	margin-top: 0.25rem;
}
#content_page_banner_section + #content_page_banner_caption h1 {
	margin-top: 0 !important;
}
.content-page-banner-caption h1 {
	font-weight: bold;
	color: white;
	font-size: 3.5vw;
	line-height: 1;
}
@media screen and (max-width: 800px) {
	#content_page_banner_section {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 620px) {
	.content-page-banner-caption h1 {
		font-size: 1.5rem;
	}
}
.content-page-banner-caption h1,
.content-page-banner-caption h1:first-child {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

#content_page_banner.align-right #content_page_banner_caption {
	margin-left: auto;
}
#content_page_banner.align-center #content_page_banner_caption {
	margin-left: auto;
	margin-right: auto;
}

#content_page_banner.half-width #content_page_banner_caption {
	width: 50%;
}

#content_page_banner > img.static_page_element_image_placeholder {
	background-color: transparent;
	background-size: auto;
	background-position: 50% 50%;
}
#footer, #footer_columns {
	background: #f2f2f2;
	box-sizing: border-box;
	text-align: left;
}
#footer .limited-width {
	width: 80%;
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
}
#footer_columns {
	width: 100%;
	display: table;
}
#footer_columns .footer-column {
	display: table-cell;
	vertical-align: top;
	width: 33%;
}

#footer_logo {
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}
#footer_logo img {
	max-width: 20em;
}

.footer-column .hand_picked_menu {
	list-style: none;
	display: block;
	margin-left: 0;
}
.footer-column .hand_picked_menu li {
	display: block;
}
.footer-column .hand_picked_menu a {
	text-decoration: none;
	color: inherit;
}
#footer_social_media {
	margin-top: 0.5em;
	text-align: center;
}
.footer-social-media-accounts img.social-media-account {
	opacity: 0.47;
}

#cookie_permissions_container {
	position: fixed;
	background: white;
	background-color: rgba(255, 255, 255, 0.97);
	bottom: 0;
	z-index: 999;
	max-height: 100%;
	overflow: auto;
	font-size: 0.75rem;
	box-shadow: 0 -1rem 1rem rgba(0, 0, 0, 0.2);
	animation: slide-in-from-bottom ease 1s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards;
}
#cookie_permissions_container.busy {
	animation: slide-out-from-bottom ease 1s;
}
@keyframes slide-in-from-bottom { 
	0% { transform: translate(0, 100%); opacity: 0.5; } 
	100% { transform: translate(0, 0); opacity: 1; } 
}
@keyframes slide-out-from-bottom { 
	0% { transform: translate(0, 0); } 
	100% { transform: translate(0, 100%); } 
}
#cookie_permissions p:not(:first-child) {
	margin-top: 0.5em;
}
#cookie_permissions .cookie-permissions-caption {
	font-weight: bold;
}