/*!
Theme Name: sarsef
Theme URI: http://underscores.me/
Author: Nick Makes Things LLC
Author URI: http://underscores.me/
Description: Description
Version: 1.3.48
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sarsef
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

sarsef is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	position: relative;
	min-height: calc(100vh - 32px);
	padding-bottom: 4rem;
	overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
input,
select,
optgroup,
textarea {
	color: #232323;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-weight: 700;
}

p{
	white-space: pre-wrap;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

main ul,
main ol {
	margin: 8px 0 1.5em 1.5rem;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li:not(:last-of-type){
	margin-bottom: 4px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 24px 0 24px 0;
  width: 100%;
  border-spacing: 12px 12px;
  border-collapse: separate !important;
}

.project-categories--no-wrap th:not(:first-of-type){
	white-space: nowrap;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/*

/*
// Small menu.
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
*/

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*Custom Styles---------------------------------*/

*{
	margin: 0;
	padding: 0;
}

.post{
	margin: 0;
	padding: 0;
}

.page{
	margin: 0;
	padding: 0;
}

html{
	font-size: 67.5%;
	font-family: 'Roboto', sans-serif;
}

body{
	margin: 0;
	padding: 0;
}

/* -- Buttons */

/* ---- Text Buttons */
.text-button{
	display: inline-block;
	background: transparent;
	padding: 0.9rem 0;
	border: none;
	margin-top: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 1;
	margin-right: 2vw;
	cursor: pointer;
	width: max-content;
	background-color: transparent;
	max-width: 100%;
	white-space: normal;
}

/* ---- Contained Buttons */
.contained-button{
	min-height: auto;
	display: inline-block;
	margin-top: 24px;
	margin-right: 2vw;
	border: none;
	border-radius: 3px;
	padding: 9px 12px;
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	width: max-content;
	cursor: pointer;
	max-width: 100%;
	white-space: normal;
}

#email-registration-form-container .btn-submit{
	min-height: auto;
	display: inline-block;
	margin-top: 24px;
	margin-right: 2vw;
	border: none;
	border-radius: 3px;
	padding: 9px 12px;
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	width: max-content;
	cursor: pointer;
	white-space: nowrap;
	background-color: #302F78;
	color: #FFFFFF;
}
/* -- HEADER */
.mobile-header{
	display: none;
}

.mobile-header button{
	border: none;
	background: transparent;
	min-height: 48px;
	min-width: 48px;
}

/* -- -- UNIVERSAL NAVIGATION */
.universal-navigation{
	width: 100vw;
	background-color: #302F78;
	margin: 0;
	padding: 0 3.85vw;
	display: flex;
	justify-content: space-between;
}

#universal-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

#language-menu{
	list-style: none;
	align-items: end;
}

.gt_selector{
	background-color: transparent;
	border: none;
	color: white;
	line-height: 1;
	font-size: 1rem;
	font-weight: 500;
	padding: 4px;
	cursor: pointer;
}

/* -- -- GLOBAL NAVIGATION */
.global-navigation{
	padding: 0 3.85vw;
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	width: 100%;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	position: sticky;
	top: 0;
	z-index: 9999;
}

.global-navigation__menus{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
}

.global-navigation ul{
	list-style: none;
}

/* -- -- -- SITE BRANDING */
.site-branding{
	line-height: 0;

}

.custom-logo{
	display: block;
	max-height: 40px;
	height: auto;
	width: auto;
}

/* -- -- -- PRIMARY MENU */
#primary-menu{
	display: flex;
}

#secondary-menu{
	display: flex;
}

#secondary-menu .sub-menu{
	right: 0;	
}

#secondary-menu li{
	text-transform: uppercase;
}

#secondary-menu li .sub-menu li{
	text-transform: none;
}



/* -- -- -- GLOBAL MENU COMPONENTS */
#universal-menu li{
	font-size: 1rem;
	margin-bottom: 0;
}

.global-navigation li{
	margin-bottom: 0;
}

.universal-navigation a{
	color: #FFFFFF;
	line-height: 1;
	font-size: 1rem;
	box-sizing: content-box;
	padding: 8px;
	margin: 0;
	text-decoration: none;
	display: block;
}

.global-navigation a{
	min-height: 48px;
	padding: 0 12px;
	line-height: 1;
	display: flex;
	align-items: center;
	color: #302F78;
	font-weight: 500;
	text-decoration: none;
	width: max-content;
}

button.mobile-menu__dropdown-arrows{
	display: none;
}

.global-navigation a.custom-logo-link{
	padding-left: 0;
	padding-right: 1vw;
}

.global-navigation__menus button{
	border: none;
	background: transparent;
	min-height: 48px;
	min-width: 48px;
}

.global-navigation__menus .header__contained-button{
	min-height: 48px;
	display: block;
	margin-left: 8px;
}

.mobile-donate-button{
	margin: 0;
	background-color: #008299;
	color: white !important;
	min-height: 3.2rem !important;
	display: none !important;	
}

.global-navigation__menus .header__contained-button a{
	margin: 0;
	padding: 9px 12px;
	min-height: auto;
	height: 3.2rem;
	margin-top: calc(0.6rem);
	margin-bottom: calc(0.6rem);
	color: #FFFFFF !important;
	background-color: #008299;
	border-radius: 3px;
}

.universal-navigation .current-page-ancestor{
	text-decoration: underline;
	font-weight: 600;
}

.universal-navigation .current-page-ancestor a,
.universal-navigation .current_page_item a{
	text-decoration: underline;
	font-weight: 600;
}

.global-navigation .level-1.current_page_ancestor:not(.header__contained-button),
.global-navigation .level-1.current_page_item:not(.header__contained-button){
	background-color: #302F78;
}

.global-navigation .current_page_ancestor a,
.global-navigation .current_page_item a{
	color: #FFFFFF;
}

/* -- -- SUB MENUS */
.sub-menu{
	display: none;
	overflow: scroll;
}

.global-navigation__menus .sub-menu{
	position: absolute;
	background-color: #FFFFFF;
	padding: 16px;
	display: none;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	z-index: -1;
	border-radius: 0px 0px 5px 5px;
	flex-direction: column;
}

.global-navigation__menus .mega-menu .sub-menu{
	left: 0; 
	right: 0;
  	margin-left: auto; 
	margin-right: auto; 
	awidth: max-content;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 16px 16px 0 16px;
}

.global-navigation__menus li:hover.level-1{
	background-color: #D5D4E4;
}

.global-navigation__menus li:hover .material-icons{
	transform: rotate(180deg);
}

.global-navigation__menus li:hover .sub-menu{
	display: flex;
	overflow: scroll;
	max-height: calc(100vh - 4.8rem);
}

.global-navigation__menus li.series-nav-menu-item:hover .sub-menu{
	display: inline-block;
}

.global-navigation__menus li.series-nav-menu-item:hover .sub-menu li{
	vertical-align: top;
}

.global-navigation__menus li.series-nav-menu-item:hover .sub-menu li.non-serial{
	display: block;
}

.global-navigation__menus .sub-menu{
	position: absolute;
	background-color: #FFFFFF;
	padding: 16px;
	display: none;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	z-index: -1;
	border-radius: 0px 0px 5px 5px;
	flex-direction: column;
}

.global-navigation li > ul{
	margin-left: 0;
}

.global-navigation__menus .mega-menu .sub-menu{
	left: 0; 
	right: 0;
  	margin-left: auto; 
	margin-right: auto; 
	awidth: max-content;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 16px 16px 0 16px;
}

.global-navigation__menus .sub-menu li{
	display: inline-block;
	margin: 0;
	margin-right: 2vw;
}

.global-navigation__menus .sub-menu .sub-menu{
	margin: 0;
	position: static;
	display: flex !important;
	amargin-right: 2vw !important;
	padding: 0;
	box-shadow: none;
	width: max-content;
}

.global-navigation__menus .mega-menu.series-nav-menu-item .sub-menu .sub-menu{
	flex-direction: column;
}

.global-navigation__menus .mega-menu.series-nav-menu-item .sub-menu .sub-menu li{
	margin-bottom: 8px;
}

.global-navigation__menus .mega-menu.series-nav-menu-item .sub-menu .sub-menu li a{
	min-height: auto;
	/*
	background-color: transparent !important;
	color: #302F78;
	box-shadow: none;
	padding: 0;
	*/
}

hr{
	width: 100%;
}

.global-navigation__menus .mega-menu.series-nav-menu-item .sub-menu li:not(.level-3) > a{
	background-color: transparent !important;
	color: #302F78 !important;
	display: block;
	flex-basis: 100%;
	min-height: auto;
	padding: 0;
	align-self: flex-end;
	font-size: 1.4rem;
	box-shadow: none;
}

.global-navigation__menus .mega-menu li{
	margin-bottom: 16px;
}

.global-navigation__menus .sub-menu .sub-menu li{
	margin-right: 0;
}

.global-navigation__menus .sub-menu .sub-menu a{
	width: 8vw;
	min-width: min-content;
	box-sizing: content-box;
	padding: 8px;
	margin-right: 1vw;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	display: inline-block;
	color: #FFFFFF;
}

.global-navigation__menus li:not(.mega-menu) li:not(.level-3) a{
	background-color: #FFFFFF !important;
	color: #302F78 !important;
}

.global-navigation__menus .mega-menu a{
	border-radius: 3px;
}

.global-navigation__menus .mega-menu .sub-menu a{
	font-size: 1.2rem;
	line-height: 1.2;
}

.global-navigation__menus .sub-menu .sub-menu li:last-of-type a{
	margin-right: 0;
}

.global-navigation__menus .sub-menu li.contained-button{
	padding: 0;
	margin-top: 8px;
}

.global-navigation__menus li:not(.mega-menu) li:not(.level-3).contained-button a{
	border-radius: 3px;
	background-color: #302F78 !important;
	color: #FFFFFF !important;
	padding: 9px 12px !important;
	min-height: auto;
}

/* -- SERIAL NAVIGATION MENU */

.serial-navigation-menu{
	background-color: #302F78;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 3.85vw;
	text-align: center;
	color: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	position: sticky;
	top: 0;
	font-size: 1.2rem;
}

.serial-navigation-menu .pagenav{
	display: flex;
	align-items: center;
	font-weight: 700;
}

.serial-navigation-menu .pagenav ul{
	font-weight: 400;
	display: flex;
	align-items: center;
	margin: 0;
	margin-left: 12px;
}

.serial-navigation-menu .pagenav li{
	list-style: none;
	padding: 8px 12px;
	align-items: center;
	margin: 0;
}

.serial-navigation-menu .pagenav li.current_page_item{
	background-color: #D5D4E4;
}

.serial-navigation-menu a{
	color: #FFFFFF;
}

.serial-navigation-menu .current_page_item a{
	color: #302F78;
}

.news-banner{
	width: 100%;
	padding: 8px 3.85vw;
	background-color: #D5D4E4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.news-banner p{
	color: #302F78;
	margin: 0;
	margin-right: 2vw;
}

.news-banner .text-button{
	color: #302F78;
	margin: 0;
}

.main--landing-page .content-card .contained-button{
	background-color: #FFFFFF;
}

.outlined-button{
	min-height: auto;
	display: inline-block;
	margin-top: 24px;
	margin-right: 2vw;
	border: solid;
	border-radius: 3px;
	border-width: 2px;
	padding: 7px 10px;
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	width: max-content;
	cursor: pointer;
	white-space: nowrap;
	color: #FFFFFF;
	text-decoration: none;
}

.main--landing-page .content-card .outlined-button{
	background-color: none;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.main--navigation-page{
	width: 100%;
	background-image: url("images/background-icons.svg");
	background-size: 33vw;
	background-repeat: repeat;
	border-top-width: 0.01px;
	border-top-style: solid;
	border-color: transparent;
}

.main--content-page{
	width: 100%;
	background-image: url("images/background-icons.svg");
	background-size: 33vw;
	background-repeat: repeat;
	border-top: solid;
	border-bottom: solid;
	border-width: 0.001;
	border-color: transparent;
}

.main--search-page{
	background-color: #008299;
	display: flex;
}

.main--blog-index{
	background-color: #008299;
	display: flex;
}

.main--blog-post{
	width: 100%;
	background-color: #008299;
	background-image: url("images/background-icons.svg");
	background-size: 33vw;
	background-repeat: repeat;
	border-top: solid;
	border-bottom: solid;
	border-width: 0.001;
	border-color: transparent;
}

article.post{
	width: 92.3vw;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin: 24px auto;
	padding: 48px 16.2vw;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.eyebrow{
	font-weight: 700;
	font-size: 1.2rem;
}

article.post h1{
	color: #008299;
}

article.post a{
	color: #008299;
}

.section-container{
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	border-bottom-width: 0.01px;
	background-image: url("images/background-icons.svg");
	background-size: 33vw;
	background-repeat: repeat;
}

.section-dividers{
	padding: 16px;
	display: flex;
	width: 100%;
	justify-content: center;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	position: sticky;
	top: 4.4rem;
	background-color: #FFFFFF;
	z-index: 1;
	line-height: 1;
}

.page-introduction{
	padding: 48px 11.75vw;
	display: flex;
	flex-flow: space-between;
	background-color: white;
}

.page-introduction h1{
	width: 37vw;
	color: #302F78;
	margin-right: 2.5vw;
	font-size: 2.4rem;
	text-align: right;
}

.page-introduction p{
	width: 37vw;
}

.page-introduction .text-button{
	color: #302F78;
}

.page-introduction .contained-button{
	background-color: #302F78;
	color: #FFFFFF;
}

.content-card{
	margin: auto;
    width: 92.3vw;
    min-height: calc(((92.3vw / 16) * 9) / 2);
    display: flex;
    border-radius: 5px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	margin-bottom: 24px;
	margin-top: 24px;
}

.main--landing-page .content-card{
	background-color: #008299;
	background-image: url("images/background-icons.svg");
    background-repeat: repeat;
	background-size: 33%;
	color: white;
}

.main--landing-page .content-card__image-container{
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px 0px 0px 5px;
}

.main--landing-page .content-card__image-container img{
	display: none;
}

.main--landing-page .content-card__video-container{
	width: 50%;
	padding: 16px;
}

.main--landing-page .content-card__text-container{
	margin: 0;
	padding: 0;
	margin-top: 48px;
	margin-bottom: 48px;
	border-radius: 0 5px 5px 0;
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	padding: 0 7.9vw 0 7.9vw;
}

.main--landing-page .breakdown-container h2{
	color: #302F78;
}

.content-card h2{
	font-size: 2.4rem;
	line-height: 1.2;
}

.content-card h2:not(:first-of-type){
	margin-top: 24px;
}

.content-card h3{
	margin-top: 16px;
}

.content-card h4{
	margin-top: 16px;
}

.main--landing-page .content-card .text-button{
	color: #FFFFFF;
}

.content-card ~ .content-card{
	margin-top: 0;
}

.section-dividers + .content-card{
	margin-top: 24px;
}

.main--navigation-page .content-card{
	background-color: #FFFFFF !important;
}

.main--navigation-page .content-card__image-container{
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0px 5px 5px 0px;
}

.main--navigation-page .content-card__text-container{
	margin: 0;
	padding: 0;
	margin-top: 48px;
	margin-bottom: 48px;
	border-radius: 0 5px 5px 0;
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	padding: 0 7.9vw 0 7.9vw;
}

.main--navigation-page .content-card__text-container h3, .main--navigation-page .content-card__text-container h2{
	font-size: 2.4rem;
	line-height: 1.2;
}


p{
	margin-top: 8px;
	font-size: 1.4rem;
}

.form-label{
	font-size: 1.2rem;
	font-weight: 700;
}

.breakdown-card p{
	margin-top: 0;
}

.main--content-page .content-card{
	display: flex;
	padding: 24px 3.85vw;
	background-color: #FFFFFF !important;
}

.main--content-page .content-card__image-container{
	order: 2;
	width: 41.05vw;
	margin-left: 2.5vw;
}

.main--content-page .content-card__video-container{
	order: 2;
	width: 41.05vw;
	margin-left: 2.5vw;
}

.main--content-page .content-card__text-container{
	width: 41.05vw;
	margin: 0;
  	padding: 0;
}

.stats-container{
	width: 100vw;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	display: flex;
	justify-content: space-evenly;
	padding: 32px 2.5vw 40px 2.5vw;
}

.main--content-page .stats-container{
	margin-bottom: 24px;
}

.stat-block{
	text-align: center;
	width: 29.1vw;
	white-space: normal;
}

.stat-heading{
	font-size: 3.2rem;
	font-weight: 700;
	color: #302F78;
	display: block;
}

/* ---- Relate Page Preview Card */

/* -------- Landing Page */
.main--landing-page .related-page-preview-card .content-card__text-container{
	order: 2;
}

/* -------- Content Page */
.main--content-page .related-page-preview-card{
	padding: 0;
	border-radius: 5px;
}

.main--content-page .related-page-preview-card .content-card__image-container{
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0px 5px 5px 0px;
	margin-right: 0;
	margin-left: 2.5vw;
}

.main--content-page .related-page-preview-card .content-card__text-container{
	margin-top: 48px;
	margin-bottom: 48px;
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	padding: 0 7.9vw 0 7.9vw;
}

.section-container--people{
	display: grid;
    grid-template-columns: 21.2vw 21.2vw 21.2vw 21.2vw;
	column-gap: 2.5vw;
	row-gap: 24px;
	padding: 24px 3.85vw;
}

.content-card--people{
	display: block;
	width: 100%;
	min-height: 0;
	align-self: stretch;
	margin-top: 0;
	margin-bottom: 0;
}

.person-title-relation{
	display: block;
	font-weight: 600;
}

.person-blurb{
	display: block;
}

.content-card__image-container--people{
	width: 100% !important;
	height: 21.2vw;
	display: block;
	background-size: cover;
	border-radius: 5px 5px 0 0 !important;
}

.content-card__text-container--people{
	padding: 16px;
	padding-top: 0;
}

/* -- Donating */
.half-width-card-container{
	width: 92.3vw;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.half-card{
	width: 44.9vw;
	flex-direction: column;
	min-height: auto;
	margin: 0;
	margin-bottom: 24px;
	height: max-content;
}

/* -- Breakdown Containers */
.breakdown-container{
	width: 100vw;
	padding: 40px 3.85vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.breakdown-container__body-copy{
	width: 44.9vw;
	text-align: center;
}

.main--content-page .breakdown-container{
	margin-bottom: 24px;
}

.breakdown-cards{
	width: 100%;
	margin-top: 16px;
	display: grid;
	grid-template-columns: 31.66% 31.66% 31.66%;
	column-gap: 2.5%;
	row-gap: 24px;	
}

.breakdown-card{
	height: 100%;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.accordion-menu-item{
	width: 100%;
	margin-top: 8px;
	border-radius: 5px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.accordion-menu-button{
	background-color: #FFFFFF;
	border: none;
	padding: 16px;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
}

.accordion-menu-button.active{
	border-radius: 5px 5px 0 0;
}

.accordion-menu-button span{
	margin-right: 16px;
}

.accordion-menu-button h3{
	margin: 0;
	font-size: 1.6rem;
	text-align: left;
}

.accordion-panel{
	padding: 0 16px 16px 16px;
	display: none;
}

.primary-call-to-action{
	background-color: #FFFFFF;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 48px 27.55vw;
	text-align: center;
	margin-bottom: 24px;
}

.secondary-call-to-action{
	background-color: #FFFFFF;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 27.55vw;
	text-align: center;
}

.primary-call-to-action .contained-button{
	color: #FFFFFF;
	margin-right: 0;
}

.signup-form-card{
	width: 100%;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 40px 11.75vw;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.signup-form-card__text-container{
	width: 29.1vw;
	margin-right: 18.3vw;
}

.signup-form-card__form-container{
	width: 29.1vw;
}

.signup-form-card h2{
	color: #302F78;
}

.signup-form-card .text-button{
	color: #302F78;
}

/* -- Footer */
footer{
	aposition: absolute;
	bottom: 0;
	background-color: #302F78;
	margin: 0;
	padding: 48px 11.75vw 0px 11.75vw;
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: 300;
	width: 100%;
	min-height: 4rem;
}

footer section{
	width: 21.2vw;
}

footer h2{
	color: #FFFFFF;
}

footer ul,
footer ol{
	list-style: none;
	margin-left: 0;
}

footer a{
	color: #FFFFFF;
	font-weight: 500;
}

footer a:visited,
footer a:hover,
footer a:focus,
footer a:active{
	color: #FFFFFF;
}

.wp-block-social-links{
	margin-top: 8px;
}

footer .site-info{
	display: flex;
	justify-content: left;
	align-items: center;
	color: #FFFFFF;
	width: 100%;
	padding: 8px 0px;
}

footer .site-info p{
	margin: 0;
	font-size: 1.2rem;
	font-weight: 300;
	margin-right: 2vw;
}

footer .site-info a{
	color: #FFFFFF;
	font-size: 1.1rem;
	font-weight: 400;
	margin-right: 2vw;
}

footer .site-info a:last-child, 
footer .site-info p:last-child{
	margin-right: 0;
}

.search-aside{
	background-color: #FFFFFF;
	width: 27.55vw;
	padding: 24px 3.85vw;
}

.site-search-container{
	display: flex;
	background-color: #FFFFFF;
	padding: 0;
	width: max-content;
	border-radius: 3px;
	min-height: 40px;
	max-width: 21.2vw;
	margin-bottom: 16px;
}

.search-aside .search-aside__content{
	aposition: sticky;
	top: calc(4.8rem + 24px);

}

.search-aside .site-search-container{
	border: solid;
	border-radius: 4px;
	border-color: #008299;
	border-width: 1px;
}

#site-search-bar{
	border: none;
	min-width: 40px;
}

#site-search-button{
	border: none;
	border-radius: 0px 3px 3px 0px;
	background-color: #EC630E;
	color: #FFFFFF;
	margin: 0;
	min-width: 40px;
	cursor: pointer;
}

.search-aside #site-search-button{
	background-color: #008299;
}

.filter-chips{
	margin-bottom: 16px;
}

.filter-chips button{
	border-radius: 1000vw;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
}

.filter-chips button:focus{
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	outline: thin dotted;
	
}

.filter-chips button.search-filter-input-button--is-pressed:after{
	font-family: 'Material Icons';
	content: "cancel";
	-webkit-font-feature-settings: 'liga';
	margin-left: 4px;
	font-size: 1.8rem;
	padding: 0;
}

.search-result-list-container{
	width: 72.45vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 3.85vw 24px 2.5vw;
	background-image: url("images/background-icons.svg");
	background-size: 33vw;
	background-repeat: repeat;
	color: #FFFFFF;
}

.search-result-list-container .text-button{
	color: #FFFFFF;
}

.blog-index__list-container .text-button{
	color: #FFFFFF;
}

.pagination-container{
	width: max-content;
}

.content-card--search-result{
	background-color: #FFFFFF;
	width: 100%;
	min-height: max-content;
	flex-direction: column;
	color: #232323;
	padding: 24px;
}

.content-card--search-result h3{
	color: #008299;
	margin: 0;
}

.content-card--search-result .text-button{
	color: #008299;
}

.blog-index__list-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 3.85vw 24px 2.5vw;
	background-image: url("images/background-icons.svg");
	background-size: 33vw;
	background-repeat: repeat;
	color: #FFFFFF;
}

figcaption{
	font-size: 12px;
	text-align: center;
}

.cervisIframe{
	width: 44.9vw;
	min-width: 550px;
}

.cervisIframe iframe{
	width: 100%;
	max-width: 100%;
}

.fsBody{
	padding: 0 !important;
}

.fsForm{
	padding: 0 !important;
	margin: 0 !important;
}

.fsSection:not(:last-of-type) {
	margin-bottom: 48px;
}

.fsborderradius .fsBody .fsSectionHeader{
	margin-bottom: 16px !important;
}

h2.fsSectionHeading{
	margin-bottom: 0 !important;
}

.fsBody .fsFieldRow{
	margin-bottom: 24px !important;
}

.fsLabel{
	font-weight: 500 !important;
	font-size: 1.4rem !important;
}

.fsLabelVertical .fsLabel{
	margin-bottom: 4px !important;
}

.fsForm input{
	line-height: 1;
	font-size: initial;
}

.fsBody .fsSubField.fsFieldCity{
	width: calc(45% - 10px) !important;
}

.fsBody .fsSubField.fsFieldZip{
	width: 25% !important;
}

.fsPagination{
	text-align: left !important;
}

.fsSubmit{
	margin: 0 !important;
	padding: 0 !important;
}

.fsSubmitButton{
	min-height: auto !important;
	display: inline-block;
	margin-left: 0 !important;
	border: none !important;
	border-radius: 3px !important;
	padding: 9px 12px !important;
	font-size: 1.4rem !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	line-height: 1 !important;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5) !important;
	width: max-content !important;
	cursor: pointer !important;
	max-width: 100% !important;
	white-space: normal !important;
}

.stacklock{
	margin-top: 48px !important;
	margin-left: 0 !important;
	box-sizing: initial !important;
}

.profile-sub-card{
	width: 100%;
	display: block;
	flex-direction: column;
	min-height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

.login-signup-guest-card{
	flex-direction: column;
}

.user-registration p{
	white-space: initial;
}

.user-registration-Button{
	min-height: auto !important;
	display: inline-block;
	margin-top: 24px;
	margin-right: 2vw;
	border: none;
	border-radius: 3px !important;
	padding: 9px 12px !important;
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	width: max-content;
	cursor: pointer;
	max-width: 100%;
	white-space: normal;
	background-color: #302F78;
	color: #FFFFFF;
}

.user-registration-LostPassword a{
	color: #302F78 !important;
}

.specific-contact{
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 0;
	padding: 16px 3.85vw;	
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.specific-contact a{
	color:#302F78;
}

.main--content-page:has(.specific-contact){
	border-bottom: none;
}

.supporter-cards-container {
	width: calc(84.2vw - 7.9vw);
	background: transparent;
	display: grid;
	margin: auto;
	padding-top: 24px;
	padding-bottom: 24px;
	row-gap: 24px;
}

.two-column{
	grid-template-columns: 48.75% 48.75%;
	column-gap: 2.5%;
}

.three-column{
	grid-template-columns: 31.66% 31.66% 31.66%;
	column-gap: 2.5%;
}

.supporter-card{
	margin-right: 2.5%;
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 2px 4px rgba(0,0,0, 0.5);
	color: #232323;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 8px 16px 8px;
	box-sizing: border-box;
	text-decoration: none;
	height: 100%;
}

.supporter-card-image-container{
	width: calc(100% / 3);
	height: auto;
	display: flex;
	justify-content: center;
}

.supporter-card-image-container img{
	align-self: center;
}

.supporter-card-content{
	width: calc((100% / 3) * 2 - 16px);
	margin-left: 16px;
}

.supporter-card-content:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: 8px;
}

.one-column .supporter-card{
	height: calc((100vw * 9)/2/2 / 16);
}

.one-column .supporter-card-content span{
	font-size: 20px;
	color: #EC630E;
	text-decoration: none !important;
}

.one-column .supporter-card-image-container, .two-column .supporter-card-image-container{
	width: 50%;
	padding: 4%;
}

.one-column .supporter-card-content, .two-column .supporter-card-content{
	width: calc(50% - 16px);
}

.two-column .supporter-card{
	height: calc((48.75vw * 9)/2 / 16);
}

.three-column .supporter-card img{
	max-height: calc((33vw * 9)/2 / 16);
}

.supporter-card-content span{
	font-weight: 700;
	font-size: 16px;
	text-decoration: none !important;
	color: #232323;
}

@media only screen and (max-width: 1008px) {
	.global-navigation a{
		padding: 0 4px;
		white-space: normal;
		width: auto;
	}
	
	.global-navigation_menus li{
		width: max-content;
	}
}

@media only screen and (max-width: 720px) {
	.mobile-header{
		position: sticky;
		top: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 4vw;
		background-color: #FFFFFF;
		box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
		z-index: 9999;
	}

	.mobile-donate-button{
		display: block !important;	
		display: flex !important;
		align-items: center !important;
	}

	.universal-navigation{
		display: none;
		position: fixed;
		atop: 0;
	}

	.universal-navigation.open{
		display: flex;
		opacity: 1;
		z-index: 9999;
	}

	.universal-navigation:not(.open){
		top: unset;
	}

	.universal-navigation{
		flex-direction: column;
	}

	.universal-navigation a{
		font-size: 1.4rem;
		padding: 12px;
	}

	.gt_selector{
		font-size: 1.4rem;
		padding: 12px;
	}

	.global-navigation{
		display: none;
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 48px;
		position: fixed;
		overflow-x: hidden;
	}

	.global-navigation.open{
		display: flex;
		opacity: 1;
		align-items: flex-start;
	}

	.global-navigation .site-branding{
		display: none;
	}

	.global-navigation__menus{
		flex-direction: column;
	}

	.global-navigation__menus li{
		width: 92vw;
		margin-bottom: 8px;
		padding-right: 0;
		box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
		border-radius: 3px;
		z-index: 2;
	}

	.global-menu--dropdown{
		display: flex;
		justify-content: space-between;
	}

	.global-navigation__menus a{
		width: 100%;
	}

	.global-navigation__menus a span{
		display: none;
	}

	button.mobile-menu__dropdown-arrows{
		min-width: 48px;
		min-height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #302F78;
		color: #FFFFFF;
		border-radius: 0 3px 3px 0;
		pointer-events: auto;
	}

	#primary-menu{
		flex-direction: column;
		padding: 24px 0;
	}

	#secondary-menu{
		flex-direction: column-reverse;
		padding: 16px 0;
	}

	.global-navigation__menus li:hover .sub-menu:not(.open) {
		display: none;
	}

	.sub-menu.open{
		display: flex;
		flex-direction: column;
		position: static;
		z-index: 1;
		width: 92vw;
		max-height: none !important;
	}

	.global-navigation__menus .sub-menu{
		box-shadow: none;
	}

	.global-navigation__menus .mega-menu .sub-menu{
		padding: 16px;
	}

	.global-navigation__menus .mega-menu .sub-menu .sub-menu{
		padding: 0;
	}

	.sub-menu ul{
		flex-direction: column;
		width: 100%;
	}

	.sub-menu li{
		width: 100%;
		box-shadow: none;
		margin-right: 0 !important;
	}

	li > ul.sub-menu{
		margin-left: 0 !important;
	}

	.sub-menu .sub-menu{
		width: 100% !important;
		padding-bottom: 0 !important;
	}

	.sub-menu .sub-menu li{
		width: 100% !important;
	}

	.global-navigation__menus li:hover .material-icons{
		transform: none;
	}

	.global-navigation__menus .mega-menu li{
		margin-bottom: 8px;
	}

	.global-navigation__menus .mega-menu .sub-menu a{
		font-size: 1.6rem;
		box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	}

	.global-navigation__menus .sub-menu .sub-menu a{
		width: 100%;
		box-sizing: border-box;
		margin-right: 0;
		display: flex;
		font-size: 1.6rem;
	}

	.global-navigation__menus .mega-menu.series-nav-menu-item .sub-menu li:not(.level-3) > a{
		font-size: 1.6rem;
		padding: 8px 0;
	}

	.global-navigation__menus .header__contained-button{
		margin-left: 0;
	}

	.global-navigation__menus .header__contained-button a{
		background-color: #FFFFFF !important;
		color: #302F78 !important;
	}

	body,
	#page{
		aoverflow-x: hidden;
	}

	.serial-navigation-menu{
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		justify-content: left;
		min-height: 40px;
		font-size: 1.4rem;
		-ms-overflow-style: none;  /* IE and Edge */
  		scrollbar-width: none;  /* Firefox */
	}

	.serial-navigation-menu::-webkit-scrollbar {
		display: none;
	}



	body,
	button,
	input,
	select,
	optgroup,
	textarea,
	p {
		font-size: 1.6rem;
	}

	.page-introduction{
		padding: 24px 4vw;
		flex-direction: column;
	}

	body.no-scroll{
		overflow: hidden;
	}
	
	.page-introduction h1{
		width: 100%;
		margin-right: 0;
		text-align: left;
	}
	
	.page-introduction p{
		width: 100%;
	}
	
	.content-card{
		width: 92vw;
		flex-direction: column;
	}

	.content-card__image-container{
		order: -1 !important;
		width: 100% !important;
		min-height: calc(92vw * 9 / 16);
		border-radius: 5px 5px 0 0 !important;
		margin: 0 !important;
	}

	.content-card__image-container img{
		border-radius: 5px 5px 0 0 !important;
		width: 100%;
	}	

	.content-card__video-container{
		order: -1 !important;
		width: auto !important;
		margin: auto !important;
		padding: 16px;
	}

	.content-card__text-container{
		width: 100% !important;
		padding: 24px 16px !important;
		margin: 0 !important;
	}

	.main--content-page .content-card{
		padding: 0;
	}

	.section-container--people{
		display: flex;
		flex-direction: column;
		padding: 24px 0;
	}

	.content-card__image-container--people{
		height: 92vw;
	}

	.stats-container,
	.half-width-card-container{
		flex-direction: column;
	}

	.stat-block{
		width: 92vw;
	}

	.stat-block:not(:first-child){
		margin-top: 24px;
	}

	.half-card{
		padding: 24px 16px !important;
	}

	footer{
		flex-direction: column;
		align-items: center;
		padding: 24px 0;
	}

	footer section{
		width: 92vw;
	}

	footer .site-info{
		width: 92vw;
	}

	.breakdown-container__body-copy{
		width: 100%;
		text-align: center;
	}

	.breakdown-cards{
		display: flex;
		flex-direction: column;
	}

	.primary-call-to-action{
		padding: 48px 4vw;
	}

	.secondary-call-to-action{
		padding: 16px 4vw;
	}

	.signup-form-card{
		flex-direction: column;
	}

	.signup-form-card__text-container{
		width: 92vw;
		margin-right: 0;
	}

	.signup-form-card__form-container{
		width: 92vw;
		margin-left: 0;
	}

	.main--search-page{
		flex-direction: column;
	}

	.search-aside{
		width: 100vw;
		padding: 24px 4vw;
	}
	
	.search-aside .search-aside__content{
		position: static;
	}

	.site-search-container{
		display: flex;
		background-color: #FFFFFF;
		padding: 0;
		width: max-content;
		border-radius: 3px;
		min-height: 40px;
		max-width: 68vw;
	}

	.search-result-list-container{
		width: 100vw;
	}

	.blog-index__list-container{
		width: 100vw;
	}
	
	.pagination-container{
		width: max-content;
	}

	article.post{
		padding: 24px 16px;
	}

	.main--navigation-page,
	.main--content-page,
	.main--blog-post,
	.section-container,
	.main--landing-page .content-card,
	.search-result-list-container,
	.blog-index__list-container{
		background-size: 100%;
	}

	.profile-sub-card{
		width: 100%;
		padding: 8px !important;
		margin-left: 0;
		margin-right: 0;
	}

	.supporter-cards-container{
		display: flex;
		flex-direction: column;
		width: 92vw;
		height: max-content;
		max-height: auto;
	}

	.supporter-card{
		min-height: calc((100vw * 9)/2 / 16);
	}

	.supporter-card .supporter-card-image-container{
		min-height: calc((100vw * 9)/2 / 16);
	}

	.three-column .supporter-card img{
		max-height: calc((100vw * 9)/2 / 16);
	}

}

@media only screen and (min-width: 1709px) {
	html{
		font-size: 72.5%;
	}
	
	.content-card,
	.half-width-card-container{
		width: 1616px;
	}

	.universal-navigation,
	.global-navigation,
	footer,
	.stats-container,
	.page-introduction,
	.breakdown-container,
	.news-banner,
	.signup-form-card,
	.blog-index__list-container,
	.section-container--people{
		padding-left: calc((100vw - 1616px) / 2);
		padding-right: calc((100vw - 1616px) / 2);
	}

	.global-navigation__menus .sub-menu .sub-menu a{
		width: 6.5vw;
	}

	.global-navigation__menus .mega-menu.series-nav-menu-item .sub-menu{
		flex-direction: column;
		justify-content: left;
	}

	.global-navigation__menus .mega-menu.series-nav-menu-item .sub-menu .sub-menu{
		flex-direction: row;
	}

	.content-card{
		min-height: calc(((1616px / 16) * 9) / 2);
	}

	.half-card{
		width: calc(1616px * 0.475) !important;
	}

	.content-card__video-container{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.main--content-page .content-card__video-container{
		align-items: flex-start;
	}

	.section-container--people{
    	grid-template-columns: calc(1616px * 0.25 - 1.875vw) calc(1616px * 0.25 - 1.875vw) calc(1616px * 0.25 - 1.875vw) calc(1616px * 0.25 - 1.875vw);
	}

	.content-card--people{
		width: 100%;
		min-height: 0;
	}
	
	.content-card__image-container--people{
		height: calc(1616px * 0.25 - 1.875vw);
	}

	.stat-block{
		width: calc((100% - 8vw )/3);
	}

	.contained-button,
	.text-button,
	.outlined-button{
		margin-right: 1vw;
	}

	footer section{
		width: max-content;
	}

	.main--search-page{
		flex-direction: column;
	}

	.search-aside{
		width: 100vw;
		padding-left: calc((100vw - 1616px) / 2);
		padding-right: calc((100vw - 1616px) / 2);
	}
	
	.search-aside .search-aside__content{
		position: static;
	}

	.site-search-container{
		display: flex;
		background-color: #FFFFFF;
		padding: 0;
		width: max-content;
		border-radius: 3px;
		min-height: 40px;
		max-width: 68vw;
	}

	.search-result-list-container{
		width: 100vw;
		padding-left: calc((100vw - 1616px) / 2);
		padding-right: calc((100vw - 1616px) / 2);
	}

	.content-card--search-result{
		box-sizing: content-box;
		min-height: max-content;
	}
	
	.pagination-container{
		width: max-content;
	}

	article.post{
		width: 1616px;
	}

	.main--navigation-page,
	.main--content-page,
	.main--blog-post,
	.section-container,
	.search-result-list-container,
	.blog-index__list-container{
		background-size: 25%;
	}

	.one-column .supporter-card-image-container img, .two-column .supporter-card-image-container img{
		max-width: 50%;
	}
}