* {
	padding: 0;
	margin: 0;
	color: inherit;
	font-size: 1em;
	font-family: inherit;
}
html {
	background: white;
	height: 100%;
	width: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	word-wrap: break-word;
	font-size: 16px;
}

@media screen and (max-width: 1600px) { html { font-size: 15px; } }
@media screen and (max-width: 1400px) { html { font-size: 14px; } }
@media screen and (max-width: 1200px) { html { font-size: 13px; } }
@media screen and (max-width: 1000px) { html { font-size: 12px; } }
@media screen and (max-width: 800px) { html { font-size: 11px; } }

@media screen and (min-width: 2400px) { html { font-size: 17px; } }
@media screen and (min-width: 2800px) { html { font-size: 18px; } }
@media screen and (min-width: 3200px) { html { font-size: 20px; } }
@media screen and (min-width: 3600px) { html { font-size: 24px; } }
@media screen and (min-width: 4000px) { html { font-size: 30px; } }

body {
	margin: 0 auto;
	width: 100%;
	color: #333;
	font-family: 'Proxima Nova W05', sans-serif;
	line-height: 1.2;
	font-weight: 300;
}

#cookie_permissions {
	padding: 2em 15%;
	text-align: center;
	border-top: 0.5em solid #303262;
}
#cookie_permissions > p {
	font-size: 75%;
}
#cookie_permissions > p.cookie-permissions-buttons {
	font-size: 100%;
}
#cookie_permissions .cookie-permissions-caption {
	font-weight: bold;
}
#cookie_permissions input[type="submit"] {
	border-color: #2c276e;
	background-color: #2c276e;
}

#header {
	display: table;
	width: 100%;
	height: 4.82em;
}
#header #logo,
#header #header_menu,
#header #navigation {
	display: table-cell;
}

#banner_link a {
	text-decoration: none;
}
#logo {
	vertical-align: middle;
	padding: 1.6rem 2rem 1.65rem 0;
}
#logo img {
	display: block;
	width: 100%;
	max-width: 14rem;
}
#banner {
	position: relative;
	left: 0; top: 0;
	right: 0; bottom: 0;
	min-height: 32rem;
	background: #ffffff;
}
#banner > img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
}
#banner > img.static_page_element_image_placeholder {
	background-color: transparent;
	background-size: auto;
	background-position: 50% 50%;
}
#banner:hover > .static_page_element_image_toolbar {
	display: block !important;
}
#banner > .static_page_element_image_toolbar {
	position: absolute;
	z-index: 10;
}
#content_page_banner {
	position: relative;
	left: 0; top: 0;
	right: 0; bottom: 0;
	min-height: 27.8rem;
	background: #ffffff;
}
#content_page_banner:hover > .static_page_element_image_toolbar {
	display: block !important;
}
#content_page_banner > .static_page_element_image_toolbar {
	position: absolute;
	z-index: 10;
}
#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] {
	height: 100% !important;
}
#content_page_banner_shade {
	position: absolute;
	width: 40%;
	height: 100%;
	background: rgba(44, 42, 94, 0.90);
}
#content_page_banner_content {
	position: relative;
}
#content_page_banner_content.vertical-padding {
	padding-top: 11.3rem;
	padding-bottom: 5.5rem;
}
#content_page_banner_content > .limited-width {
	box-sizing: border-box;
	padding: 0 9.1rem;
	position: relative;
}
#content_page_banner_section,
#content_page_banner_caption {
	max-width: 90rem;
	position: relative;
}
#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: -7rem;
	font-size: 1.6rem;
	color: white;
}
#content_page_banner_icon {
	position: absolute;
	width: 6.125rem;
	height: 6.125rem;
	left: 0;
	margin-top: 1rem;
}
#content_page_banner_caption {
	display: inline-block;
	text-align: left;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.3) 0.05em 0.05em 0.364em;
}
#content_page_banner > img.static_page_element_image_placeholder {
	background-color: transparent;
	background-size: auto;
	background-position: 50% 50%;
}
#content_page_banner_sharing {
	color: #aaa5a5;
	margin-top: 2rem;
}
#content_page_banner_sharing .sharing-widget > label {
	margin-right: 0.5em;
}

#header_menu {
	list-style: none;
	vertical-align: bottom;
	color: #616567;
	font-size: 1.1rem;
	margin-left: 1.5rem;
	padding-left: 5.5rem;
}
#header_menu li {
	display: inline-block;
	margin: 0 0.76rem;
	padding: 0 0 1.6rem 0;
	position: relative;
	background: transparent none no-repeat scroll center bottom;
	text-align: left;
}
#header_menu li a {
	display: block;
	padding: 0.25rem 0.75rem;
	color: #616567;
	text-decoration: none;
}
#header_menu > li.has_sub_menus {
	background-image: url('/templates/e4tech/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/e4tech/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: #e4eefa;
	border: 1px solid #ccc;
	position: absolute;
	list-style: none;
	margin: 1.5rem 0 0 0;
	padding: 0.8rem 1.6rem;
	z-index: 4;
	display: none;
	font-weight: 300;
}
#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 {
	color: #4f488c;
	padding: 0.1em 0;;
	white-space: nowrap;
	display: block;
}
#header_menu li ul li a {
	padding: 0.1em 0;
	color: black;
}

#navigation {
	position: relative;
	top: 0.78rem;
	margin-left: -12rem;
	text-align: right;
}
#navigation a {
	color: inherit;
	text-decoration: none;
}
#navigation_sections {
	position: relative;
	background: white;
	display: table;
	box-sizing: border-box;
	color: white;
	float: right;
	padding-right: 6.3636em;
}
#navigation_sections::before {
	content: ' ';
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 6em;
}
#navigation_sections .navigation-section {
	display: table-cell;
	padding: 0.5em;
	white-space: nowrap;
}
#navigation_sections .navigation-section .navigation-section {
	display: inline-block;
	margin-top: -0.5em;
	margin-bottom: -0.5em;
}
#banner_link {
	padding-top: 1.25rem;
	font-size: 105%;
}
.navigation-section a.external::after {
	background-image: url('../images/external-link-dark.png');
	margin-left: 0;
	width: 1.5em;
}
.social-media-accounts a {
	display: inline-block;
	vertical-align: middle;
}
.social-media-accounts a + a {
	margin-left: 0.3em;
}
.social-media-accounts a img {
	display: block;
	width: 1.5em;
	height: 1.5em;
}
#hamburger_button {
	display: none;
}

#banner_and_header.no-banner {
	height: auto;
	padding-bottom: 0;
}
#banner_and_header.no-banner #header {
	position: relative;
}
#banner_link {
	top: 0.5em;
}
#page_container {
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
#page_container.connections-background {
	background: transparent url('../images/home-top-section-background.png') no-repeat scroll 50% 0;
	background-size: 100% auto;
}
#newsletter_registration_page_banner {
	position: relative;
	text-align: center;
	background: #2c276e;
	height: 8.5em;
}
#newsletter_registration_page_banner .limited-width {
	position: relative;
	padding: 1.3em 5em;
	box-sizing: border-box;
	font-size: 1.3em;
}
#newsletter_registration_page_banner a.button {
	position: relative;
	margin-left: 1.125em;
	margin-right: 0.9em;
	top: -0.1em;
}
#megaphone {
	position: absolute;
	width: 5.318rem;
	height: 3.454rem;
	right: 0;
	top: 50%;
	margin-top: -1.72rem;
}
#footer_background_image img {
	width: 100%;
	display: block;
}
#footer, #footer_columns {
	box-sizing: border-box;
	text-align: left;
}
#footer {
	font-size: 0.9375rem;
	background: #f2f2f2;
	line-height: 2.0;
}
#footer_columns {
	width: 100%;
	display: table;
}
#footer_columns .footer-column {
	display: table-cell;
	vertical-align: top;
}
#footer_column_spacer {
	min-width: 6.863em;
}
#footer_logo {
	text-align: center;
	margin-bottom: 1em;
}
#footer_logo img {
	max-width: 9.773em;
}
.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: 2.727em;
	margin-bottom: 2.727em;
	text-align: center;
}
.footer-social-media-accounts a {
	display: inline-block;
	vertical-align: middle;
}
.footer-social-media-accounts a + a {
	margin-left: 0.3em;
}
.footer-social-media-accounts a img {
	display: block;
	width: 1.5em;
	height: 1.5em;
}

.lightbox-form,
.lightbox-form[style] {
	background-color: #303262 !important;
	background-color: rgba(255, 155, 0, 0.85) !important;
	background-image: none !important;
	border-radius: 0.91em;
}
.lightbox-form > .shaded  {
	background-color: transparent !important;
}
.lightbox-form .lightbox-close-button,
.lightbox-form .lightbox-close-button[style] {
	bottom: auto !important;
	top: 0;
	background-color: transparent !important;
	color: white !important;
}
@media screen and (max-width: 1600px) {
	#navigation_sections {
		position: absolute;
		right: 0;
	}
}
@media screen and (max-width: 1280px) {
	#header_menu {
		padding: 2.5em 0;
	}
}
@media screen and (max-width: 1000px) {
	#footer_columns {
		display: block;
	}
	#footer_columns .footer-column {
		display: block;
		text-align: center;
	}
	#footer_columns .footer-column + .footer-column {
		padding-left: 0;
		margin-top: 1em;
	}
	#footer_logo img {
		margin-left: auto;
		margin-right: auto;
	}
	#footer_menu div.columns {
		text-align: center;
	}
}
@media screen and (max-width: 900px) {
	#header {
		background-color: white;
		box-shadow: 0 0 1em black;
	}
	#header, #header #logo, #header #header_menu, #header #navigation, #header #navigation_sections {
		display: block;
		position: relative;
		width: auto;
		margin: 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;
	}
	#header_menu li a,
	#header_menu ul li a {
		display: inline-block;
		padding: 0.15em 0;
		margin: 0;
		border-bottom: 0.15em solid transparent;	
	}
	#header_menu li.selected_parent > a {
		border-bottom-color: transparent;
	}
	#header_menu li.selected > a {
		border-bottom-color: #2c2479;
	}
	#header_menu ul {
		position: static;
		opacity: 1;
		visibility: visible;
		padding: 0;
		margin: 0;
		background-color: transparent;
		display: none;
	}
	#header_menu .selected > ul,
	#header_menu .selected_parent > ul {
		display: block;
	}
	#navigation_sections {
		float: none;
		z-index: 10;
		padding: 0.5em 0;
	}
	#navigation_sections .navigation-section,
	#navigation_sections .navigation-section .navigation-section {
		display: block;
		white-space: normal;
		width: auto;
		text-align: left;
		margin: 0;
	}
	#navigation_sections .navigation-section {
		padding: 0.5em 1em;
	}
	#navigation_sections .navigation-section .navigation-section {
		padding-left: 0;
		padding-right: 0;
	}
	#navigation_sections .navigation-section .navigation-section:first-child {
		padding-top: 0;
	}
	#navigation_sections .navigation-section .navigation-section:last-child {
		padding-bottom: 0;
	}
	#navigation_sections .navigation-section + .navigation-section {
		border-left: none;
	}
	#header.collapsed {
		background-color: transparent;
		box-shadow: none;
	}
	#header.collapsed #header_menu,
	#header.collapsed #navigation {
		display: none;
	}
	#logo a {
		display: inline-block;
	}
	a#hamburger_button {
		font-size: 200%;
		display: block;
		width: 1em;
		height: 0.11em;
		border-top: 0.375em double #2c2479;
		border-bottom: 0.125em solid #2c2479;
		line-height: 0;
		padding: 0;
		position: absolute;
		right: 1em;
		top: 1em;
		cursor: pointer;
	}
}
@media screen and (max-width: 800px) {
	#content_page_banner {
		width: 100%;
	}
	#content_page_banner_content > .limited-width {
		padding: 0;
	}
	#content_page_banner_icon {
		position: relative;
	}
	#content_page_banner_icon {
		width: 3.0625rem;
		height: 3.0625rem;
	}
	#content_page_banner_caption h1 {
		font-size: 6rem;
	}
	#footer_logo {
		padding-top: 1em;
	}
}
@media screen and (max-width: 800px) {
	#logo {
		padding: 0.5rem 2rem 0rem 0rem;
	}
}
@media screen and (max-width: 600px) {
	#content_page_banner_caption h1 {
		font-size: 5rem;
	}
	#logo {
		padding: 0.45rem 2rem 1.65rem 0;
	}
}
@media screen and (max-width: 400px) {
	#logo {
		padding: 0.45rem 2rem 0rem 0rem;
	}
}
