.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clear {
clear:both;
}

img, img a {
max-width:100%;
height:auto;
border:0 none;
}

ul {
list-style:none;
margin:0;
padding:0;
}

a, a:hover {
-webkit-transition: color 0.3s linear;
-moz-transition: color 0.3s linear;
transition: color 0.3s linear;
-o-transition: color 0.3s linear;
text-decoration:none;
}

body, html {
margin:0;padding:0;
height:100%;
width:100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
-webkit-font-smoothing: antialiased !important;
font-family: 'Poppins', Arial, serif;
font-size:16px;
line-height:160%;
}

p {
margin:0 0 20px 0;
}

strong {
font-weight:600;
}

#feature-bar ul {
list-style:none;
display:grid;
grid-template-columns: 1fr 1fr;
}

@media all and (max-width:1000px) {
#feature-bar ul {
grid-template-columns: 1fr;
}
}

#feature-bar li {
padding:8px 0;
text-transform:uppercase;
font-size:18px;
font-weight:600;
text-align:center;
color:#FFF;
background-color:#0b233f;
-webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
	 -o-transition: all .3s ease-out;
		transition: all .3s ease-out;
}

#feature-bar li:hover {
background-color:#c22032;
cursor:pointer;
}

#feature-bar li a {
color:#FFF;
}

#feature-bar li:first-child {
background-color:#c22032;
}

#feature-bar li:first-child:hover {
background-color:#0b233f;
}

#header {
margin:0 0 70px 0;
}

header #logo {
text-align:center;
margin:20px auto;
}

header #logo img {
max-height:130px;
display:block;
margin:0 auto;
}

#home-header {
text-align:center;
background-color:#dee2e5;
}

#home-header img {
display:block;
margin:0 auto;
}

nav#main {
background-color:#0b233f;
text-align:center;
font-weight:600;
font-size:18px;
padding:10px 0;
text-transform:uppercase;
}

nav#main li {
display:inline-block;
margin:0 20px;
}

nav#main a {
color:#FFF;
}

nav#main a:hover,
nav#main li.current_page_item a {
color:#c22032;
}

nav#main li.nav-donate-btn a {
background-color:#c22032;
padding:3px 20px;
border-radius:50px;
color:#FFF;
-webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
	 -o-transition: all .3s ease-out;
		transition: all .3s ease-out;
}

nav#main li.nav-donate-btn a:hover {
background-color:#FFF;
color:#0b233f;
}

#nav-trigger {
display: none;
text-align: center;
background-color:#0b233f;
padding:10px 0;	
}

#nav-trigger:hover {
color:#FFF;
}

#nav-trigger:hover span {
color:#FFF;
}

#nav-trigger span {
display: inline-block;
padding:0;
font-weight:600;
font-size:19px;
color:#FFF;
text-transform: uppercase;
}

#nav-trigger span:hover {
cursor:pointer;
background-color:none;
color:#FFF;
}

#nav-trigger span.open:after {
border:0 none;
}

nav#nav-mobile {
position:relative;
display:none;
left:0;
right:0;
}

nav#nav-mobile ul {
display: block !important;
list-style-type: none;
z-index: 99999;
width: 100%;
position: absolute;
margin: 0;
text-align: center;
padding: 0;
background-color: rgb(11,35,63,.95);
}

nav#nav-mobile a {
font-size:18px;
font-weight:600;
margin:0;
display:block;
width:100%;
border-bottom:1px dotted;
border-color:rgb(255,255,255,.5);
color:#FFF;
text-align:center;
padding:10px 0;
text-transform:uppercase;
}

nav#nav-mobile li.nav-donate-btn a {
background-color:#c22032;
}

nav#nav-mobile a:hover {
color:#FFF;
}

nav#nav-mobile li:last-child,
nav#nav-mobile a li:last-child {border-bottom: none;}


#container {
width:1000px;
margin:0 auto;
padding:70px 0 120px 0;
}

h3.head {
font-family:'Roboto', Arial;
font-weight:900;
font-size:60px;
line-height:110%;
color:#0b233f;
letter-spacing:7px;
text-align:center;
margin:0 0 40px 0;
text-transform:uppercase;
}

h3.head.page {
margin:0 0 60px 0;
}

h3.head::after {
content:"";
display:block;
width:20%;
margin:15px auto 0 auto;
border-bottom:3px solid #c22032;
}

section {
margin:0 0 70px 0 !important;
}

/** Home - Quote **/
#home-quote {
border:2px solid #0b233f;
border-radius:50px;
padding:2% 3%;
position:relative;
max-width:84%;
BUmargin:0 5% 70px 11% !important;
margin:70px 5% 70px 11% !important;
}

#home-quote #copy {
float:right;
width:66%;
color:#0b233f;
font-size:17px;
}

#home-quote #photo {
position:absolute;
left:-70px;
top:-20px;
bottom:-20px;
}

#home-quote #photo img {
max-height:100%;
border-radius:50%;
animation: rollIn; /* referring directly to the animation's @keyframe declaration */
animation-duration: 1s; /* don't forget to set a duration! */
}

/** Home - About **/
#about #bio {
color:#000;
}

#about p {
font-size:16px;
line-height:150%;
}

#about p:last-child {
margin:0;
}


/** Home - Mission Statement **/
#home-mission {
color:#000;
}

#home-mission p {
font-size:16px;
line-height:150%;
}

#home-mission p:last-child {
margin:0;
}


/** Impact **/
ul#impact { 
display:grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 40px;
}

ul#impact li {
display:flex;
flex-direction:column;
justify-content:center;
text-align:center;
}

ul#impact li img {
max-width:70%;
max-height:100%;
}


/** Single page **/
#single-page a {
color:#c22032;
text-decoration:underline;
}

#single-page a:hover {
color:#000;
}

#single-page p {
line-height:180%;
}

#single-page p:last-child {
margin:0;
}


/** FAQs **/
ul#faqs li {
margin:0 0 40px 0;
}

#faq-title {
background-color:#0b233f;
font-weight:600;
font-size:16px;
text-align:center;
color:#FFF;
padding:8px 10px;
}

#faq-content {
text-align:center;
padding:20px 20px 0 20px;
}

#faq-content a {
color:#c22032;
font-weight:700;
text-decoration:underline !important;
}

#faq-content a:hover {
color:#000;
}


/** Press **/
#press-items li {
float:left;
width:31%;
height:400px;
margin:0 1% 2% 1%;
background-color:#0b233f;
position:relative;
}

#press-items li #img {
height:60%;
overflow:hidden;
}

#press-items li #img img {
min-width:100%;
min-height:100%;
width:auto;
height:auto;
object-fit:cover;
-webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
	 -o-transition: all .3s ease;
		transition: all .3s ease;
}

#press-items li:hover #img img {
transform: scale(1.04);
}

#press-items li #content {
padding:12px;
}

#press-items li h2 {
font-size:19px;
line-height:140%;
margin:0;
}

#press-items li h2 a {
color:#FFF;
}

#press-items li h2 a:hover {
color:#c22032;
}

#press-items li #meta {
position:absolute;
bottom:12px;
left:12px;
color:#FFF;
font-size:13px;
}

#press-items li #more {
position:absolute;
bottom:12px;
right:12px;
font-size:15px;
font-weight:600;
}

#press-items li #more a {
color:#FFF;
}

#press-items li #more a:hover {
color:#c22032;
}


/** Single **/
#single h1 {
font-size:27px;
line-height:140%;
}

#single #meta {
font-size:14px;
margin:0 0 30px 0;
}

#single #meta a {
color:#c22032;
text-decoration:underline;
font-weight:600;
}

#single #meta a:hover {
color:#000;
}

#single #meta:after {
content: url(../images/arrow-up-right-from-square-solid.svg);
max-height:14px;
width:14px;
margin-left:5px;
display:inline-block;
}

#single-body figure.wp-block-image {
margin-bottom:40px;
}

@media all and (min-width:800px) {
#single-body figure.wp-block-image {
max-width:80%;
}
}

figcaption {
font-style:italic;
font-size:12px;
margin:8px 0 30px 0;
}

#single-body a {
color:#c22032;
text-decoration:underline;
}

#single-body a:hover {
color:#000;
}

#single-body h2.wp-block-heading {
font-size:24px;
font-weight:600;
margin:25px 0;
}

#posts-pagination {
margin:80px 0 0 0;
font-size:15px;
font-weight:600;
}

#older-posts {
float:left;
max-width:45%;
}

#newer-posts {
float:right;
max-width:45%;
text-align:right;
}

#older-posts a,
#newer-posts a {
color:#c22032;
}

#older-posts a:hover,
#newer-posts a:hover {
color:#000;
}



/** Our Story **/
#story-page h3 {
margin:0 0 40px 0;
font-weight:700;
font-size:26px;
color:#0b233f;
}

.timeline-post .meta-details,
.cool-timeline.white-timeline .timeline-year {
display:none !important;
}

.cool-timeline .timeline-post .timeline-icon {
border-radius:50px;
background-color:#0b233f !important;
}

.timeline-post.even .timeline-icon {
background-color:#c22032 !important;
}

.timeline-post.even .timeline-icon.icon-larger.iconbg-turqoise.icon-color-white {
margin-top:7px;
box-shadow:0 0 0 0px white, inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 6px #c22032 !important;
-webkit-box-shadow:0 0 0 0px white, inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 6px #c22032 !important;
border-radius:50px !important;
}

.timeline-icon.icon-larger.iconbg-turqoise.icon-color-white {
margin-top:7px;
box-shadow:0 0 0 0px white, inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 6px #0b233f !important;
-webkit-box-shadow:0 0 0 0px white, inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 6px #0b233f !important;
border-radius:50px !important;
}


.timeline-icon.icon-larger.iconbg-turqoise.icon-color-white {
margin-top:7px;
box-shadow:0 0 0 0px white, inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 6px #0b233f !important;
-webkit-box-shadow:0 0 0 0px white, inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 0 6px #0b233f !important;
border-radius:50px !important;
}

.cool-timeline.white-timeline .timeline-post .timeline-content .content-title {
font-weight:700;
font-size:23px;
min-height:10px !important;
}

.cool-timeline.white-timeline .timeline-post .timeline-content .content-title {
padding:10px 15px;
}

.ultimate-style .timeline-post .timeline-content .content-title:before {
top:12px !important;
}

.timeline-post .timeline-content p {
font-size:16px !important;
}

.timeline-post .timeline-content img {
padding:15px 0;
max-width:60%;
}


.story-timeline-wrapper {
position:relative;
}

.story-timeline-wrapper img {
max-width:190px;
}

#story-timeline-1,
#story-timeline-3,
#story-timeline-5,
#story-timeline-7 {
transform: rotate(-3deg);
}

#story-timeline-2,
#story-timeline-4,
#story-timeline-6,
#story-timeline-8 {
transform: rotate(3deg);
}

#story-timeline-1 {
position:absolute;
top:180px;
left:0px;
}

#story-timeline-2 {
position:absolute;
top:360px;
right:0px;
}

#story-timeline-3 {
position:absolute;
top:540px;
left:0px;
}

#story-timeline-4 {
position:absolute;
top:750px;
right:0px;
}

#story-timeline-5 {
position:absolute;
top:970px;
left:0px;
}

#story-timeline-6 {
position:absolute;
top:1150px;
right:0px;
}

#story-timeline-7 {
position:absolute;
top:1800px;
left:0px;
}

#story-timeline-7 img {
max-width:300px;
}

#story-timeline-8 {
position:absolute;
top:2000px;
right:0px;
}

#story-timeline-8 img {
max-width:300px;
}



/** Contact **/
figure.contact-photo {
text-align:center;
}

figure.contact-photo img {
max-width:60%;
}

@media all and (max-width:900px) {
figure.contact-photo img {
max-width:100%;
}
}


/** Donate button **/
a#donate-btn {
position:fixed;
bottom:60px;
right:25px;
text-align:center;
padding:13px 22px;
font-size:18px;
font-weight:600;
border-radius:50px;
background-color:#c22032;
color:#FFF;
-webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
	 -o-transition: all .3s ease-out;
		transition: all .3s ease-out;

}

a#donate-btn:hover {
background-color:#0b233f;
color:#FFF;
}

@media all and (max-width:1000px) {
a#donate-btn {
position:fixed;
bottom:55%;
right:0;
border-radius:0;
text-align:center;
padding:6px 20px;
font-size:17px;
-webkit-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	 -o-transform: rotate(-90deg);
		transform: rotate(-90deg);
transform-origin:bottom right;
}
}









/** Grants **/
#grant-page {
line-height:160%;
}

#grant-notice {
background-color:#c22032;
padding:7px 12px;
color:#FFF;
margin:0 0 25px 0;
text-align:center !important;
font-size:18px;
}

#grant-notice p {
margin:0;
padding:0;
}

#grant-title {
font-size:27px;
font-weight:700;
margin:0 0 23px 0;
text-transform:uppercase;
border-bottom:2px solid #000;
padding-bottom:6px;
}

#grant-intro {
margin:0 0 30px 0;
}

#grant-intro a {
color:#c22032;
text-decoration:underline;
}

#grant-intro a:hover {
color:#000;
}

#grant-intro a:after {
content: url(../images/arrow-up-right-from-square-solid.svg);
max-height:12px;
width:12px;
margin-left:5px;
display:inline-block;
filter: invert(19%) sepia(36%) saturate(4950%) hue-rotate(336deg) brightness(101%) contrast(100%);
}

#grant-page h2 {
font-size:24px;
font-weight:700;
margin:0 0 20px 0;
text-transform:uppercase;
border-bottom:1px solid #000;
padding:0 0 5px 0;
}

#grant-page #criteria {
margin-bottom:50px;
}

#grant-page #criteria ul {
list-style:disc;
margin:0 0 0 40px;
}

#grant-deadlines {
background-color:#0b233f;
color:#FFF;
font-size:16px;
text-align:center;
margin:0 0 40px 0;
}

#grant-page #deadlines-head {
background-color:#c22032;
padding:8px 12px;
font-size:21px;
font-weight:700;
text-transform:uppercase;
}

#grant-deadlines-inside {
padding:15px 12px;
}

#grant-deadlines .col-1 {
float:left;
width:49%;
border-right:1px dotted #FFF;
}

#grant-deadlines .col-2 {
float:right;
width:49%;
padding-left:2px;
}

#grant-deadlines #copy {
font-weight:700;
font-size:18px;
text-transform:uppercase;
}

#grant-apply {
}

#grant-apply a {
font-size:18px;
font-weight:600;
text-align:center;
text-transform:uppercase;
display:block;
width:100%;
background-color: #c22032;
padding: 9px 0;
border-radius: 50px;
color: #FFF;
-webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
	 -o-transition: all .3s ease-out;
		transition: all .3s ease-out;
}

#grant-apply a:hover {
background-color:#0b233f;
}







/** Footer **/
footer {
background-color:#0b233f;
font-weight:400;
color:#FFF;
font-size:13px;
padding:10px 0;
position:relative;
}

footer #socials {
float:right;
margin:0 20px 0 0;
}

footer #socials ul {
list-style:none;
margin:0;
padding:0;
}

footer #socials li {
float:left;
margin:0 0 0 12px;
font-size:15px;
z-index:999;
position:relative;
}

footer #socials a {
color:#FFF;
}

footer #socials a:hover {
color:#FFF;
}




/** Apply **/
#apply-title {
background-color:#0b233f;
font-weight:600;
font-size:16px;
text-align:center;
color:#FFF;
padding:8px 0;
margin:0 0 25px 0;
}

.wpcf7 {
margin:50px 0 0 0 !important;
padding:0 !important;
}

.wpcf7 label {
font-weight:600;
margin:0 0 6px 0;
}

.wpcf7 input {
font-size:16px;
width:100% !important;
}

.wpcf7 span.asterik {
padding-left:0px;
color:#c22032;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number] {
border-top:0;
border-left:0;
border-right:0;
border-bottom:1px solid #0b233f;
padding-bottom:5px;
}

.wpcf7 textarea {
border:1px solid #0b233f;
width:70%;
max-width:70%;
min-height:120px;
max-height:200px;
font-size:16px;
padding:8px;
font-family:'Roboto', Arial !important;
margin-top:5px !important;
font-weight:400 !important;
}

@media all and (max-width:1000px) {
.wpcf7 textarea {
width:100%;
max-width:100%;
}
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
outline:0 none !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
border:0 none !important;
background-color:#c22032 !important;
text-align:center;
color:#FFF;
padding:6px 0;
font-size:14px;
}

.wpcf7 form.sent .wpcf7-response-output {
border:0 none !important;
background-color:#46b450 !important;
text-align:center;
color:#FFF;
padding:6px 0;
font-size:15px;
}

.wpcf7-spinner {
display:block !important;
margin:15px auto 0 auto !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
font-size:13px !important;
font-weight:600 !important;
margin:4px 0 0 0 !important;
}

.wpcf7 .wpcf7-list-item {
display:block;
width:100%;
margin:0 0 8px 0 !important;
}

.wpcf7 .wpcf7-list-item input[type=checkbox] {
display:inline-block;
width:auto !important;
}

.wpcf7 .wpcf7-list-item span {
display:inline-block;
margin-left:6px;
}

.wpcf7-submit {
max-width:80%;
margin:30px 10% 0 10% !important;
font-size:16px;
font-weight:600;
text-transform:uppercase;
color:#FFF;
background-color:#c22032;
padding:10px 0;
border-radius:50px;
outline:0 none !important;
border:0 none !important;
cursor:pointer !important;
-webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
	 -o-transition: all .3s ease-out;
		transition: all .3s ease-out;
}

.wpcf7-submit:hover {
background-color:#0b233f;
color:#FFF
}

ul.wp-block-list {
list-style-type:disc;
margin:0 0 20px 25px;
}