@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;1,300&family=Open+Sans:ital,wght@0,300;0,700;1,300;1,700&display=swap');

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
}

html, body {
	background: white;
	color: #656D6D;
}

html {
	font-size: 15px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	line-height: 1.9;
	width: 100%;
	height: 100%;
	font-weight: 300;
}

html.embedded {
	overflow: hidden;
}
html.embedded body {
	width: 100%;
	height: 100%;
}

#masthead {
	position: sticky;
	z-index: 10;
	top: 0;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #ccc;
	border-bottom-color: rgba(55, 55, 55, 0.1);
}
#masthead_content {
	display: flex;
	align-items: center;
}
header .logo {
	width: 33.333%;
	box-sizing: border-box;
}
header .logo a {
	display: block;
}
header .logo img {
	display: block;
	width: 100%;
	max-width: 20rem;
	max-height: 6rem;
	margin: 0 auto;
}
#masthead nav {
	box-sizing: border-box;
	width: 66.667%;
	text-align: right;
}

#masthead nav .social-media-icons {
	padding: 0.1rem 1.333rem;
}
.social-media-icon {
	display: inline-block;
	width: 2em;
	padding: 0.8em;
	border-radius: 100%;
	font-size: 0.5rem;
	vertical-align: middle;
}
.social-media-icon img {
	display: block;
}

.hand_picked_menu {
	margin-left: 1.33333rem;
}
nav.horizontal-menu .hand_picked_menu {
	list-style: none;
	display: block;
	margin: 0;
}
nav.horizontal-menu .hand_picked_menu li {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
nav.horizontal-menu .hand_picked_menu li a {
	display: inline-block;
	position: relative;
}
.hand_picked_menu li > a:not(:hover) {
	color: inherit;
}
.hand_picked_menu li:hover > a {
	color: #4fb948;
}
#main_menu li {
	padding: 0.667rem 1.333rem;
	letter-spacing: 0.133rem;
	position: relative;
}
#main_menu li a {
	position: relative;
	padding: 0.2rem 0;
}
#main_menu li > a::before,
#main_menu li > a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	transition: width 0.5s;
	z-index: -1;
}
#main_menu li > a::before {
	border-top: 1px solid #4fb948;
	right: 0;
}
#main_menu > li:hover > a::after {
	border-bottom: 1px solid #4fb948;
	left: 0;
}
#main_menu > li:hover > a::before,
#main_menu > li:hover > a::after {
	width: 100%;
}

#main_menu li ul {
	position: absolute;
	text-align: left;
	background: white;
	white-space: normal;
	margin-left: -1rem;
	margin-top: 0;
	display: none;
	top: 100%;
}
#main_menu li ul li,
#main_menu li ul li a {
	display: block;
}
#main_menu li:hover > ul {
	display: block;
	z-index: 1;
}

#hamburger {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 2.8rem;
	left: 2.5rem;
	width: 1.5rem;
	height: 1.333rem;
	box-sizing: border-box;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
}
@media screen and (max-width: 450px) {
	#hamburger { left: 1.5rem; }
}
@media screen and (max-width: 400px) {
	#hamburger { left: 1rem; }
}
#hamburger::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	background: black;
}

@supports (pointer-events: none) {
	#main_menu li ul {
		display: block;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.5s;
	}
	#main_menu li:hover > ul {
		opacity: 1;
		pointer-events: auto;
	}
}

@media screen and (max-width: 1200px) {
	#masthead_content {
		display: block;
	}
	header .logo,
	#masthead nav {
		width: auto;
	}
	header .logo {
		text-align: center;
	}
	header .logo a {
		display: inline-block; 
	}
	#main_menu {
		text-align: center;
	}
	#masthead nav.with-social-media-icons .social-media-icons {
		position: absolute;
		right: 0;
		top: 1rem;
	}
}
@media screen and (max-width: 860px) {
	#masthead {
		position: static;
	}
	#masthead.scripted > .horizontal-padding,
	#masthead.scripted #masthead_content,
	#masthead.scripted #main_menu_container {
		padding-left: 0;
		padding-right: 0;
	}
	#masthead.scripted > .vertical-padding {
		padding-bottom: 0;
	}
	#masthead.scripted .logo {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 1rem;
	}
	#masthead.scripted #main_menu_container {
		position: relative;
	}
	#masthead.scripted #main_menu_container .social-media-icons {
		z-index: 25;
		top: -4.5rem;
	}
	#masthead.scripted #main_menu {
		position: absolute;
		display: none;
		width: 100%;
		background-color: #202529;
	}
	#masthead.scripted #main_menu li {
		display: block;
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	#masthead.scripted #main_menu li.has_sub_menus::after {
		content: url('../images/icons/chevron-down.svg');
		position: absolute;
		right: 0.5rem;
		top: 0.8rem;
		width: 1rem;
		height: 1rem;
		padding: 0.2rem 0.5rem 0.8rem 0.5rem;
		cursor: pointer;
		display: block;
	}
	#masthead.scripted #main_menu li.has_sub_menus.open::after {
		transform: rotate(180deg);
	}
	#masthead.scripted #main_menu li a {
		display: block;
	}
	#masthead.scripted #main_menu li > a::before,
	#masthead.scripted #main_menu li > a::after {
		display: none;
	}
	#masthead.scripted #main_menu li + li {
		border-top: 1px solid #333;
		border-top-color: rgba(255, 255, 255, 0.05);
	}
	#masthead.scripted #main_menu li ul {
		position: relative;
		margin: 0;
		top: 0.667rem;
		opacity: 1;
		display: none;
		text-align: center;
		background-color: #171717;
		pointer-events: auto;
	}
	#masthead.scripted.menu-open #main_menu {
		display: block;
		z-index: 20;
	}
	#masthead.scripted #main_menu li.open > ul {
		display: block;
	}
	#masthead.scripted #hamburger {
		display: block;
	}
}
@media screen and (max-width: 520px) {
	#masthead.scripted #main_menu_container .social-media-icons {
		top: -1.1rem;
		display: none;
	}
	#masthead.scripted.menu-open #main_menu_container .social-media-icons {
		display: block;
	}
}

#banner {
	position: relative;
}
#banner::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(250, 250, 250, 0.85);
	z-index: 2;
}
#banner.shaded::after {
	background-color: #51585d;
	background-color: rgba(37, 46, 53, 0.8);
}
#banner.no-tint::after {
	display: none;
}
#banner > .vertical-padding {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
#banner > img.background {
	z-index: 1;
}
#banner:hover .static_page_element_image_toolbar,
#banner:hover .static_page_element_image_toolbar[style] {
	display: block !important;
	z-index: 3;
}

#banner_content {
	position: relative;
	z-index: 3;
	text-shadow: 0 0 1em black, 0 0 0.75em black, 0 0 0.5em black, 0 0 0.25em black;
}
#banner_content * {
	color: white !important;
	font-weight: 500;
}
#banner_content span[style] {
	color: inherit !important;
	background-color: transparent !important;
}
#banner_content .subtext {
	border-color: rgba(255, 255, 255, 0.8);
}
#banner_content h1.large span[style] {
	font-size: inherit !important;
}
#banner_content h1.large {
	text-transform: none;
	font-size: 2.75rem; 
}
#content_container {
	background: white;
}
main.article {
	background-color: #f5f9f8;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
main.article #content_container {
	border: 1px solid #f2f2f3;
	padding: 4rem;
}

main.article #content_container #content_with_sidebar {
	margin: -4rem;
}
@supports (width: calc(100% + 8rem)) {
	main.article #content_container #content_with_sidebar {
		width: calc(100% + 8rem);
	}
}

#content_with_sidebar {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#content_with_sidebar > div,
#content_with_sidebar > aside {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
#content_with_sidebar > div {
	width: 69%;
	padding: 4rem;
}
#content_with_sidebar > aside {
	width: 31%;
	padding: 2rem;
	border-left: 1px solid #f2f2f3;
}
#content_with_sidebar > aside > hr {
	margin: 2rem -2rem;
	height: 1px;
	color: #f2f2f3;
	background-color: #f2f2f3;
	border: none;
}
@media screen and (max-width: 990px) {
	#content_with_sidebar,
	#content_with_sidebar > div,
	#content_with_sidebar > aside {
		display: block;
		width: auto;
	}
	#content_with_sidebar > div + aside {
		border-top: 1px solid #f2f2f3;
	}
	#content_with_sidebar > div {
		padding: 2rem;
	}
	#content_with_sidebar > aside > hr {
		margin: 2rem -2rem;
	}
	#content_with_sidebar > aside {
		border-left: none;
	}
	#content_with_sidebar > aside hr:last-child {
		display: none;
	}
}
footer {
	background-color: #202529;
	color: #a3aaaa;
}

.footer-section + .footer-section {
	border-top: 1px solid #333;
	border-top-color: rgba(255, 255, 255, 0.08);
}
#footer_menu li {
	padding: 0 1rem;
}
#footer_menu li + li {
	margin-left: 0.3rem;
}
#footer_content {
	display: table;
	text-align: center;
}
#footer_content .logo,
#footer_contact {
	display: table-cell;
	vertical-align: middle;
}
#footer_content .logo {
	width: 30%;
	border-right: 1px solid #333;
	border-right-color: rgba(255, 255, 255, 0.08);
	padding-top: 2rem;
}
#footer_contact {
	width: 70%;
}
#footer_contact_items {
	display: flex;
	width: 100%;
	align-items: flex-start;
}
.footer-contact {
	width: 100%;
	padding: 3rem 0.667rem;
	box-sizing: border-box;
}
.footer-contact:not(.social) {
	padding-top: 3.45rem;
}
.footer-contact img {
	height: 1.467rem;
	display: block;
	margin: 0 auto;
}
.footer-contact .social-media-icon {
	transition: opacity 0.5s, background-color 0.5s;
}
.footer-contact .social-media-icon[style]:not(:hover) {
	background-color: transparent !important;
	opacity: 0.6;
}
.footer-contact .social-media-icon img {
	height: auto;
}
.footer-contact a {
	color: inherit;
}
.footer-contact label {
	display: block;
	border-top: 1px solid #333;
	border-top-color: rgba(255, 255, 255, 0.08);
	padding-top: 0.667rem;
	margin-top: 0.667rem;
	font-size: 0.85rem;
}
@media screen and (max-width: 990px) {
	#footer_content {
		display: block;
	}
	#footer_menu {
		text-align: center;
	}
	#footer_menu,
	#footer_content .logo,
	#footer_contact {
		display: block;
		width: auto;
	}
	#footer_content .logo {
		border-right: none;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	#footer_contact_items {
		display: block;
	}
	#footer_contact {
		padding: 3rem 0;
	}
	.footer-contact {
		display: block;
		width: auto;
		padding: 1rem 0.667rem;
	}
}