a, a:hover {
	color: var(--mh-dark-text-color);
	text-decoration: none;
}

.assistive-text, .edit-link {
	display: none;
}

.desktop-only {
	display: none;
}

body {
	font-family: var(--mh-body-font);
	overflow-x: hidden;
	margin-top: env(safe-area-inset-top);
	position: relative;
	width: 100%;
}

html {
	background: var(--mh-dark-bg-color);
	width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.row>* img {
	max-width: 100%;
}

/* Header */
#masthead .site-title {
	position: absolute;
	z-index: 99;
	margin: 0;
	width: 100%;
}

#masthead .site-title a {
	color: var(--mh-light-text-color);
	display: block;
	background: url('../images/logo-white.svg?2') no-repeat center center;
	background-size: contain;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	max-width: 200px !important;
	padding: 35px 20px;
	margin-top: 0;
	margin-left: 10px;
	width: 100%;
}



#masthead #masthead-menu-toggle {
	text-align: right;
}

#masthead .menu-toggle {
	display: block;
	background: url('../images/menu-open.svg') no-repeat top center;
	background-size: 35px auto;
	height: 70px;
	width: 60px;
	margin-top: 20px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	position: fixed;
	right: 15px;
	z-index: 99;
}

#masthead .menu-toggle.active {
	background-image: url('../images/menu-close.svg');
}

/* Navigation */

#site-navigation {
	display: none;
	z-index: 90;
	background: var(--mh-dark-bg-color);
	color: var(--mh-light-text-color);
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
}

#site-navigation #site-navigation-inner {
	margin-top: 20vh;
}

#site-navigation #site-navigation-inner .row>* {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#site-navigation #site-navigation-inner a {
	color: var(--mh-light-text-color);
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: .5s background;
	position: relative;
}

#site-navigation #site-navigation-inner div.col a:hover, #site-navigation #site-navigation-inner div.col a:active {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/gradients/Gradient-01.jpg');
}

#site-navigation #site-navigation-inner div.col:nth-child(2) a:hover, #site-navigation #site-navigation-inner div.col:nth-child(2) a:active {
	background-image: url('../images/gradients/Gradient-02.jpg');
}

#site-navigation #site-navigation-inner div.col:nth-child(3) a:hover, #site-navigation #site-navigation-inner div.col:nth-child(3) a:active {
	background-image: url('../images/gradients/Gradient-03.jpg');
}

#site-navigation #site-navigation-inner div.col:nth-child(4) a:hover, #site-navigation #site-navigation-inner div.col:nth-child(4) a:active {
	background-image: url('../images/gradients/Gradient-04.jpg');
}

#site-navigation #site-navigation-inner div.col:nth-child(5) a:hover, #site-navigation #site-navigation-inner div.col:nth-child(5) a:active {
	background-image: url('../images/gradients/Gradient-05.jpg');
}

#site-navigation #site-navigation-inner div.col:nth-child(6) a:hover, #site-navigation #site-navigation-inner div.col:nth-child(6) a:active {
	background-image: url('../images/gradients/Gradient-06.jpg');
}

#site-navigation #site-navigation-inner a.current_page_item {
	background: var(--mh-medium-dark-bg-color);

}

#site-navigation a .number {
	font-family: var(--mh-headline-font);
	display: block;
	padding: 10px;
}

#site-navigation #site-navigation-inner a .title {
	display: block;
	padding: 15px;
}

#site-navigation ul {
}

/* MOBILE: Navigation */
@media screen and (max-width: 991px) {
	#site-navigation #site-navigation-inner a {
		border-top: 2px solid var(--mh-light-border-color);
		padding-top: 5vh;
	}
	#site-navigation a .number {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 4rem;
	}
}



/* Footer */
#colophon {
	background: var(--mh-dark-bg-color);
	color: var(--mh-light-text-color);
	padding: 50vw 20px 20px 20px;
	position: relative;
	text-transform: uppercase;
}

#colophon a {
	color: var(--mh-light-text-color);
	text-decoration: none;
}

#colophon #to-top {
	top: 50px;
	right: 20px;
	position: absolute;
	font-size: 5rem;
	background: url('../images/footer-to-top.svg') no-repeat top center;
	background-size: 60px auto;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
}

#colophon #footer-navigation ul {
	list-style: none;
	font-size: 1.5rem;
	padding: 0;
}

#colophon #footer-social ul {
	list-style: none;
	font-size: 2.5rem;
	padding: 0;
	margin-top: 10vw;
}

#colophon #footer-social ul li {
	display: inline-block;
	margin-right: 7vw;
}

/* Content generally */
.entry-content a {
	text-decoration: underline;
}

#content .entry-content img {
	max-width: 100%;
	height: auto;
}

.footnote {
	padding: 20px;
	font-size: .75rem;
}

.grecaptcha-badge {
	visibility: hidden;
}

.top-padding {
	padding-top: 50px;
}

.btm-padding {
	padding-bottom: 50px;
}

.entry-header {
	background: var(--mh-dark-bg-color);
	color: var(--mh-light-text-color);
	padding: 150px 10px 50px 10px;
	position: relative;
	text-align: center;
}

.entry-header .entry-title {
	font: 4rem var(--mh-headline-font);
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
	line-height: 3rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
}

.entry-header .entry-title a {
	color: var(--mh-light-text-color);
	text-decoration: none;
	font-family: var(--mh-body-font);
}

body.page-template-block-section-page .entry-header img {
	height: 200px;
	width: auto;
}

body.single .entry-header .entry-title, article.subpage .entry-header .entry-title {
	font-size: 2.5rem;
}

.entry-header .entry-title small, article.subpage .entry-header .entry-title small {
	display: block;
	font-size: 0.9rem;
	font-weight: lighter;
	line-height: 0.8rem;
	margin-bottom: -3rem;
}

.entry-header .wp-post-image {
	max-width: 200px;
	height: auto;
	margin: auto;
}

.entry-header.background {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
}

.entry-header img.header-img {
	position: absolute;
	height: 100%;
	left: 0;
	object-fit: cover;
	top: 0;
	width: 100%;
	z-index: 1;
}

.entry-header.background .container {
	position: absolute;
	left: 50%;
	top: 150px;
	z-index: 5;
	transform: translate(-50%);
}

/* Content: Single Page */
body.single #content .entry-content, article.subpage .entry-content {
	padding: 50px 10px;
}

/* Content: Generic page, specifically */
body.page-template-default .entry-content {
	padding: 50px 0;
}

/* Content: Button standards */
.mh-btn, .gform_wrapper input[type="submit"], .post-password-form input[type="submit"] {
	background: var(--mh-light-bg-color);
	border: 0;
	color: var(--mh-dark-text-color);
	font-size: .8rem;
	display: inline-block;
	margin: 10px 15px 30px 0;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 10px 40px;
}

.mh-btn:hover, .gform_wrapper input[type="submit"]:hover {
	color: var(--mh-dark-text-color);
	text-decoration: none;
}

.mh-btn.purple, .mh-btn.purple:hover, .gform_wrapper input[type="submit"], .gform_wrapper input[type="submit"]:hover, .post-password-form input[type="submit"] {
	background: var(--mh-brand-color-purple);
	color: var(--mh-light-text-color);
	font-size: 1rem;
	padding: 10px 40px;
}

.mh-btn.center {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	margin: auto;
}

.mh-btn.black {
	background: var(--mh-dark-bg-color);
	color: var(--mh-light-text-color);
}

.mh-btn.brown {
	background: var(--mh-brand-color-brown);
	color: var(--mh-light-text-color);
}

.mh-btn.gray {
	background: var(--mh-medium-bg-color);
	color: var(--mh-light-text-color);
}

.mh-btn.light-gray {
	background: var(--mh-brand-color-light-gray);
	color: var(--mh-light-text-color);
}

.mh-btn.blue {
	background: var(--mh-brand-color-blue);
	color: var(--mh-light-text-color);
}

.mh-btn.teal {
	background: var(--mh-brand-color-teal);
	color: var(--mh-light-text-color);
}

.mh-btn.lg {
	font-size: 1.4rem;
}

.mh-btn.md {
	font-size: .95rem;
}

/* Forms: Password form */
.post-password-form label {
	font-weight: bolder;
}

.post-password-form input[type="password"] {
	padding: 10px;
	font-size: 1rem;
	margin-left: 10px;
}

.post-password-form input[type="submit"] {
	margin-left: 20px;
}

/* Content: Side scroll 
	NOTE: not currently in use
*/
.mh-side-scroll {
	overflow-x: scroll;
	width: 200vw;
}

.mh-side-scroll.black {
	background: var(--mh-dark-bg-color);
	color: var(--mh-light-text-color);
}

.mh-side-scroll.black a {
	color: var(--mh-light-text-color) !important;
}

.mh-side-scroll .col {
	padding-top: 1rem;
	padding-bottom: 1rem;
	flex: 0 0 auto;
	width: 60vw;
}

/* Content: Campaigns */
#featured-campaigns .campaign {
	height: 100%;
	position: relative;
	text-align: center;
}

#featured-campaigns .campaign a {
	height: 300px;
	display: block;
	text-decoration: none;
}

#featured-campaigns .campaign a .campaign-inner {
	padding: 10vw;
	position: absolute;
}

#featured-campaigns .campaign-img img {
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	top: 0;
}

#featured-campaigns .campaign a .campaign-inner h3 {
	color: var(--mh-light-text-color);
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-decoration: none;
}

#featured-campaigns .campaign a .campaign-inner .mh-btn {
	display: block;
	font-size: 1.1rem;
}

/* Content: FAQ */
/* NOTE: now loaded by FAQ block */

/* DESKTOP */
@media screen and (min-width: 992px) {

html {
	width: 100%;
}

.desktop-only {
	display: block;
}

span.desktop-only {
	display: inline;
}

.mobile-only {
	display: none;
}

/* DESKTOP: Header */
#masthead .site-title a {
	max-width: 250px;
	margin-top: 30px;
	margin-left: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	max-width: 210px !important;
}

/* DESKTOP: Navigation */
#masthead .menu-toggle {
	margin-top: 35px;
	right: 30px;
	height: 90px;
	position: fixed;
	top: 10px;
}

#site-navigation {
	position: fixed;
}

#site-navigation #site-navigation-inner {
	height: 70vh;
	margin-left: 5vw;
	padding: 0 !important;
	width: 90vw;
}

#site-navigation #site-navigation-inner a {
	border-left: 2px solid #fff;
	height: 60vh;
}

#site-navigation #site-navigation-inner a .number {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 5rem;
	font-size: 8rem;
}

#site-navigation #site-navigation-inner a .title {
	font-size: 1rem;
}

/* DESKTOP: Footer */
#colophon {
	padding: 15vw 50px 50px 50px;
}

#colophon #to-top {
	top: 50px;
	right: 50px;
	height: 80px;
	width: 80px;
}

#colophon #footer-navigation ul {
	list-style: none;
	font-size: 2rem;
}

/* DESKTOP: Content */
.entry-header {
	background: var(--mh-dark-bg-color);
	color: var(--mh-light-text-color);
	background: var(--mh-dark-bg-color);
	color: var(--mh-light-text-color);
	padding: 150px 20px 100px 20px;
	text-align: left;
}

.entry-header .entry-title {
	font-size: 9rem;
	line-height: 5.5rem;
}

.entry-header:not(.background) .entry-title {
	left: 0;
	top: 275px;
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
}

body.page-template-block-section-page .entry-header img {
	height: 300px;
}

body.single .entry-header, article.subpage .entry-header {
	height: auto;
}

body.single .entry-header .entry-title, article.subpage .entry-header .entry-title {
	font-size: 5rem;
	position: static;
}

.entry-header.background {
	min-height: 500px;
}

.entry-header .wp-post-image {
	max-width: 400px;
	margin: 0;
	position: absolute;
	z-index: 5;
}

.mh-btn.purple, .mh-btn.purple:hover, .gform_wrapper input[type="submit"], .gform_wrapper input[type="submit"]:hover {
	padding-left: 100px;
	padding-right: 100px;
}

/* DESKTOP: Content: Generic page, specifically */
.entry-header .entry-title small {
	margin-top: 45px;
}

/* DESKTOP: Content: Campaigns */
#featured-campaigns .campaign a {
	height: 600px;
	position: relative;
}

#featured-campaigns .campaign a .campaign-inner {
	bottom: 100px;
	padding: 100px 4vw;
}

#featured-campaigns .campaign a .campaign-inner h3 {
	font-size: 1.9rem;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

}

/* WIDE DESKTOP */
@media screen and (min-width: 1280px) {

	/* WIDE DESKTOP: Navigation */
	#site-navigation #site-navigation-inner a .title {
		font-size: 1.8rem;
	}

	/* WIDE DESKTOP: Content: Campaigns */
	#featured-campaigns .campaign a .campaign-inner {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.entry-header .entry-title a {
		font-size: 1.25rem;
	}
}

