.homepage-signup-form {
	width: 300px;
}
.homepage-signup-form p {
	width: 100%;
}
#homepage-signup-form-NAME {
	width: 100%;
}
.homepage-signup-form div input[type="submit"] {
	margin-top: 1rem;
	margin-left: 0;
	line-height: 45px;
  padding: 0 16px;
}
html {
	overflow-x: hidden;
}
body.custom a {
	color: #005496;
	text-decoration: none;
}

body.custom a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 36px;
	}
}

.site, button, input, optgroup, select, textarea {
	font-size: 20px;
	font-size: 1.125rem;
}

.entry-content>p {
	margin-bottom: 1.5em;
}

ol, ul {
	padding: 0;
}

body.custom input[type="submit"], .button a, .wp-block-button__link, button, input[type=button], input[type=reset], input[type=submit], li.button a {
	border-radius: 4px;
}

.has-blue-background-color {
	background-color: #005496 !important;
}

.has-blue-color {
	color: #005496;
}

.wp-block-media-text:not(.image-left) .wp-block-media-text__content {
	padding-left: 0;
}

.wp-block-media-text .wp-block-media-text__media {
	margin-bottom: 1em;
}

@media (min-width: 782px) {
	.wp-block-media-text .wp-block-media-text__media {
		margin-bottom: inherit;
	}
}

.wp-block-quote cite {
	color: #FFFFFF;
}

.wp-block-ugb-container {
	margin-bottom: 5em;
}

.ugb-container.ugb-container--v2>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper {
	flex-direction: inherit;
}

.ugb-container.ugb-container--v2 .ugb-container__side {
	flex-direction: row !important;
	align-items: flex-end;
}

@media screen and (max-width: 600px) {
	.ugb-container.ugb-container--v2.ugb-container--width-small .ugb-container__content-wrapper {
		width: 100%;
	}
}

.wp-block-group {
	margin-bottom: 5em !important;
}

.dot-grid {
	background: url(wp-content/uploads/2020/02/dot-grid.png) repeat;
	padding-top: 3em;
}

.entry-content>div, 
.entry-content>figure, 
.entry-content>p {
	margin-bottom: 2em;
}

[class*="wp-block"].m0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* homepage signup form */
.homepage-signup-form h4 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 0px;
}
.homepage-signup-form div {
	margin-top: 10px;
	display: flex;
	max-width: 500px;
	flex-wrap: wrap;
}

@media screen and (max-width: 580px) {
	.homepage-signup-form div {
		flex-direction: column;
	}
}

.homepage-signup-form input[type="email"] {
	flex: 1;
}
.homepage-signup-form input[type="submit"] {
	flex: 0;
	line-height: 51px;
	padding: 0 27px;
	background-color: #F9F2CE !important;
	color: black !important;
	font-weight: bold;
	border-radius: 4px;
	margin-left: 0;
	margin-top: 4px;
}

@media screen and (min-width: 782px) {
	.homepage-signup-form input[type="submit"] {
		margin-left: 16px;
		margin-top: 0;
	}
}


/* volunteer form */
.volunteer-form label {
	display: block;
}

body.custom .volunteer-form input[type="submit"] {
	background-color: #005496;
}

.volunteer-form form div.hf-fields-wrap > div {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px
}

.volunteer-form form div.hf-fields-wrap > div > div {
	flex: 1;
}

.volunteer-form form div.hf-fields-wrap > div > div+div {
	margin-left: 30px;
}
.volunteer-form form div.hf-fields-wrap > div > div input, .volunteer-form form div.hf-fields-wrap > div > div textarea {
	width: 100%;
	background-color: #F8F9F9;
	border: 1px solid #CCDDEA;
	box-sizing: border-box;
	border-radius: 4px;
}
.volunteer-form form div.hf-fields-wrap > div > div input[type="checkbox"] {
	visibility: hidden;
	display: none;
}
.volunteer-form form div.hf-fields-wrap > div > div input[type="checkbox"]+span:before {
	border: 1px solid #CCDDEA;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
	line-height: 20px;
  height: 20px;
  width: 20px;
  margin: .25em 1em 0 0;
  padding: 0;
  vertical-align: top;
	border-radius: 4px;
	background-color: #F8F9F9;
}
.volunteer-form form div.hf-fields-wrap > div > div input[type="checkbox"]:checked+span:before {
	background: #fff;
  color: #005496;
  content: "\2713";
  text-align: center;
}
.volunteer-form form div.hf-fields-wrap > div > div input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.volunteer-form.wp-block-group {
	margin-bottom: 3em !important;	
}

.volunteer-form form div.hf-fields-wrap > div > div input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

/* newsletter form */
.newsletter-form h5 {
	display: none;
}

.newsletter-form p {
	margin-bottom: 0;
}

.newsletter-form .mc4wp-form-fields {
	display: flex;
	align-items: stretch;
}

.newsletter-form .mc4wp-form-fields input[type="email"] {
	flex: 1;
	background-color: #F8F9F9;
	border: 1px solid #CCDDEA;
	box-sizing: border-box;
	border-radius: 4px;
}

.newsletter-form .mc4wp-form-fields input[type="submit"] {
	background-color: #005496;
	flex: 0;
	margin-left: 1em;
}

.newsletter-form.wp-block-group {
	margin-bottom: 3em !important;
}

/* about quote */
.about-quote {
	line-height: 3em;
}

.about-quote .has-large-font-size {
	font-size: 24px;
}

@media screen and (min-width: 782px) {
	.about-quote .has-large-font-size {
		font-size: 32px;
	}
}

/* Colors */

.has-blue-background-color {
	background-color: rgb(6, 44, 70);
}

.header-highlight {
	width: auto;
	text-align: center;
	padding: 0;
	margin-bottom: 3em;
}
.header-highlight.has-text-align-left {
	text-align: left;
}
.header-highlight h2 {
	font-size: 2em;
	display: inline;
	color: #005496;
}
.header-highlight.header-small {
	margin-bottom: 1em !important;
}
.header-highlight.header-small h2 {
	box-shadow: inset 0 -10px #F9F2CE;
	font-size: 1.2em;
}

/* top nav */
header#masthead {
	position: fixed;
	width: 100vw;
	z-index: 100;
	top: 0;
	background-color: white;
	padding: 0;
	display: flex;
	height: 75px;
}

#masthead .site-branding {
	padding-left: 0 !important;
}

#masthead .site-branding .custom-logo {
	width: 160px;
}

div#content {
	margin-top: 75px;
}

.main-navigation li {
	font-size: 16px;
}

.main-navigation.toggled {
	background-color: white;
}

.main-navigation.toggled .menu-donate {
	width: auto;
	margin: 0 1.25em;
}

#site-navigation .menu-toggle {
	top: 21px;
	right: 1em;
	
}

/* @media screen and (max-width: 1106px) {
	#site-navigation .menu-toggle {
		display: block;
	}
} */

/* @media screen and (max-width: 1106px) {
	#primary-menu {
		display: none;
	}
} */



/* Donate Button in Nav */

body.custom .main-navigation .menu-donate {
	background-color: #be1e2d;
	margin-left: 1.25em;
	padding: .4em 1.25em;
	border-radius: 4px;
	cursor: pointer;
}
body.custom .main-navigation .menu-donate:hover {
	filter: brightness(.95) saturate(.9);
}
body.custom .main-navigation .menu-donate a {
	color: white;
}
body.custom .main-navigation .menu-donate:hover a {
	color: white;
	text-decoration: none;
}

/* blue spacer */
hr.wp-block-separator.blue-spacer {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100vw !important;
	width: 100vw;
	border-bottom: 1px solid #CCDDEA;
	background-color: white;
}

.wp-block-separator {
	background: transparent;
}

/* hero section */
.home-page-hero {
	padding: 0;
	margin-bottom: 5em !important;
	min-height: calc(100vh - 75px);
	background-position: 69.12442396313364% 31.944444444444443%;
	align-items: flex-end;
	padding-bottom: 30px;
}

.home-page-hero .wp-block-cover__inner-container, .alignfull .wp-block-group__inner-container {
	width: 100% !important;
	max-width: 1170px;
	margin: 0 auto;
}

.home-page-hero .homepage-signup-form h4 {
	color: #171a1c;
}

.home-page-hero .donate-button .wp-block-button__link:hover {
		text-decoration: none;
}

@media screen and (max-width: 580px) {
	.home-page-hero .donate-button {
		width: 100%;
	}
	.home-page-hero .donate-button .wp-block-button__link {
		width: 100%;
	}
}

@media screen and (max-width: 782px)  {
	.home-page-hero:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
	}
	.home-page-hero .homepage-signup-form h4 {
		color: #fff;
	}
}

@media screen and (min-width: 782px) {
	.home-page-hero {
		min-height: 800px;
		align-items: center;
		padding-bottom: 0;
	}
}

/* Content */

@media screen and (min-width: 900px) {
	.wp-block-cover p {
		font-size: 16px;
	}
}

@media screen and (min-width: 800px) {
	.has-post-thumbnail .entry-header .title-meta {
		width: 50%;
		padding: 5em;
		text-align: center;
	}
	.has-post-thumbnail .entry-header .post-thumbnail {
		width: 50%;
	}
	.entry-header .title-meta {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 782px) {
	#masthead .width-wrapper {
		display: flex;
		align-items: center;
	}
	#masthead .width-wrapper .site-branding {
		flex: 1;
	}
	
	#masthead .width-wrapper nav {
		flex: 1;
	}
	
	.main-navigation.toggled .menu-tfc-top-menu-container {
		position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background-color: white;
    padding-bottom: 1em;
	}
	
	.entry-content .wp-block-columns .wp-block-column {
		margin: 0 1em;
	}
	
	.entry-content .wp-block-columns.timeline-entry {
		display: flex;
	}
	
	.entry-content .wp-block-columns .wp-block-column.timeline-entry-left {
		flex-basis: 10% !important;
	}
	
	.entry-content .wp-block-columns .wp-block-column.timeline-entry-right {
		flex-basis: 60% !important;
	}
	
	.timeline-bubble:before {
		display: none !important;
	}
}
.page-template-default .entry-content {
	padding-bottom: 3em;
}

.page .entry-content {
	max-width: 770px;
}

.column-zero-margin .wp-block-columns {
  margin: 20px 0;
}

.entry-content .wp-block-columns {
	margin-bottom: 2em;
}

.entry-content .wp-block-spacer {
	margin: 0;
}

/* Blocks */

@media screen and (min-width: 1400px) {
	.page .entry-content .alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: 1170px;
	}
}

.wp-block-pullquote.is-style-solid-color {
	max-width: 770px;
}

figure.wp-block-image {
	margin-bottom: 1.5em;
}

.wp-block-button__link:hover {
	text-decoration: none;
}

ul.wp-block-gallery {
	margin-left: 0;
}

@media screen and (max-width: 480px) {
	.entry-content .wp-block-tfc-blocks-issues .image-wrapper img, 
	.wp-block-tfc-blocks-issues .image-wrapper img {
		margin: auto;
	}
	.description-wrapper {
		text-align: center;
	}
}

.wp-block-button__link {
	padding: .6em 1.5em;
}

.donate-buttons .wp-block-button__link {
	min-width: auto;
}

@media (max-width: 600px) {
	.wp-block-coblocks-buttons .is-stacked-on-mobile .wp-block-button+.wp-block-button {
		margin-left: 1em;
		margin-top: 0;
	}
	.anedot-block h2 {
		font-size: 1.5em
	}
}

@media screen and (min-width: 782px) {
	.donate-buttons .wp-block-button__link {
		min-width: 200px;
	}
}

/* endorsements */
.endorsements-columns > div.wp-block-group__inner-container {
	max-width: 970px;
}

.home-endorsement .has-large-font-size {
	font-size: 24px;
}

.endorsements-highlight .wp-block-columns {
	margin-bottom: 4em;
}

@media screen and (min-width: 782px) {
	.home-endorsement .has-large-font-size {
		font-size: 28px;
	}
	.endorsements-highlight .wp-block-columns {
		margin-bottom: 28px;
	}

}

/* anedot block */
.anedot-block {
	padding: 1em;
}

.anedot-block .wp-block-cover__inner-container {
	background-color: white;
	width: 100%;
	border-radius: 8px;
	padding: 20px 0;
}

.anedot-block .donate-buttons {
	margin: 35px 0;
	padding: 0 18px;
}

@media screen and (min-width: 782px) {
	.anedot-block {
		padding: 5em;
	}
	.anedot-block .wp-block-cover__inner-container {
		width: 570px;
		padding: 20px 70px;
	}
	.anedot-block .donate-buttons {
		padding: 0;
	}
}

.anedot-block .donate-buttons .wp-block-coblocks-buttons__inner {
	display: flex;
	flex: 1;
}

.anedot-block .donate-buttons .wp-block-coblocks-buttons__inner .wp-block-button {
	flex: 1;
}
.anedot-block .wp-block-button a {
	border-radius: 4px;
	height: 45px;
	padding: 0 2em;
	line-height: 45px;
	width: 100%;
}

/* Accomplishment Highlights */

.wp-block-columns.timeline-entry {
	margin-bottom: 3em;
}

.timeline-bubble {
	position: relative;
	font-weight: bold;
	margin: 0;
	border: 2px solid #D87881; 
	border-radius: 100%; 
	width: 4em; 
	height: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 50px; 
	text-align: center; 
	margin-top: 50px; 
	background-color: #F2D2D5; 
	z-index: 2;
}

.timeline-bubble:first-child {
	margin-top: 0;
}

.timeline-bubble:before {
	position: absolute; 
	border: 1px solid #D87881; 
	width: 0; 
	height: 56px; 
	display: block; 
	content: ''; 
	left: 50%; 
	z-index: 1; 
	top: -57px; 
	margin-left: -1px;
}

.timeline-bubble-first:first-child:before {
	display: none;
}

.entry-content .wp-block-columns .wp-block-column.timeline-entry-left {
		flex-basis: 10%;
	}
	
	.entry-content .wp-block-columns .wp-block-column.timeline-entry-right {
		flex-basis: 90%;
	}

/* press releases */
.pr-list li {
	margin-bottom: 2em;
}

p.press-release-item {
	margin-bottom: 0;
}

/* Footer */

#pre-footer {
	background-color: #00325A;
}

#pre-footer input {
	border-radius: 4px;
	height: 45px;
}

#pre-footer h5 {
	display:inline-block;
}

#pre-footer input[type="email"] {
	width: 350px;
}

#pre-footer input[type="submit"] {
	background-color: #F9F2CE;
	color: #00325A;
	font-weight: bold;
}

.footer-widgets {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}

#colophon .footer-widgets .widget-title {
	font-size: 12px;
}

.footer-widgets .widget-column {
	flex: 1
}

.footer-widgets .widget-column:first-child {
	display: flex;
	flex: 1;
}

.footer-widgets .widget-column:first-child .widget {
	flex: 1;
}

@media screen and (min-width: 782px) {
	.footer-widgets {
			font-size: inherit;
	}
	.footer-widgets .widget-column:first-child {
			flex: 2;
	}
	#colophon .footer-widgets .widget-title {
		font-size: 16px;
	}

}

.jetpack_widget_social_icons h3 {
	margin-top: .75em;
}
svg.icon {
	color: #F9F2CE;
}

#colophon {
	color: rgba(255,255,255,.8);
	background-color: #00111E;
}
#colophon .footer-widgets {
	border-bottom: 1px solid rgba(255,255,255,.25);
}
#colophon .site-info .paid-for {
	margin-top: 2em;
	border: 1px solid rgba(255,255,255,.25);
}