/*
Theme Name: UnderStrap Child
Theme URI: https://wp-themes.com/understrap
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress UnderStrap child theme.
Template: understrap
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: understrap-child 
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,500;0,800;0,900;1,300;1,400;1,700;1,900&display=swap');
/* bootstrap menu correction */
@media screen and (min-width: 1200px) {
	#main-menu.navbar-nav > li:hover > .dropdown-menu {
		display: block;
		top: 100%;
	}
	#main-menu.navbar-nav li > .dropdown-menu li:hover .dropdown-menu {
		left: 190px;
		top: 25px;
		width: 200px !important;
		display: block;
	}
}
/*site width and universal*/
.container-fluid {
  max-width: 1365px;
}
.wrapper {
  padding-top:0;
}
.alignfull > .wp-block-group__inner-container, .menu-footer-menu-container {
    max-width: 1365px;
    padding: 100px 12px;
    margin-left: auto;
    margin-right: auto;
}
.page-header {
    margin-bottom: 100px !important;
}
.home .page-header {
    margin-bottom: 0 !important;
}
.narrow > .wp-block-group__inner-container {
    max-width: 1000px;
}
.narrower > .wp-block-group__inner-container {
    max-width: 750px;
}
.narrow-columns {
    max-width: 900px;
    margin-left:auto;
     margin-right:auto;
}
.margin-block {
    margin: 100px auto;
}
.margin-block:last-child, .wp-block-columns:last-child {
    margin-bottom:0;
}
@media screen and (max-width: 781px) {
.alignfull > .wp-block-group__inner-container, .menu-footer-menu-container {
    padding: 50px 12px
}
.margin-block {
    margin: 50px auto;
}
.page-header {
    margin-bottom: 50px !important;
}
.mobile-hide {
    display: none;
}
}
.page-color {
    color:var(--main-page-color);
}
.page-color-background {
    background-color:var(--main-page-color) !important;
}
.icon-block .wp-block-columns  {
    flex-wrap: nowrap !important;
    gap:40px;
}
.icon-block > .wp-block-group__inner-container {
    max-width: 1000px;
}
.icon-block .wp-block-column:first-child {
    max-width: 120px;
    flex-basis: auto !important;
}
.icon-block .wp-block-column:last-child {
    padding-top: 40px;
}
@media screen and (max-width: 781px) {
.icon-block .wp-block-column:first-child {
    max-width: 60px;
    flex-basis: auto !important;
}
.icon-block .wp-block-columns  {
    flex-wrap: nowrap !important;
    gap:20px;
}
.icon-block .wp-block-column:last-child {
    padding-top: 20px;
}
}
em strong {
    font-weight: 700;
}
#breadcrumbs {
    text-align: right;
    font-size:48px;
    line-height: 1.2em;
    color:white;
    font-style:italic;
    text-transform: uppercase;
    margin-bottom: 0;
}
#breadcrumbs a {
    color:white;
    text-decoration: none;
}
@media screen and (max-width: 781px) {
#breadcrumbs {
    font-size:26px;
}
}
.wp-block-button__link, .understrap-read-more-link {
    color: var(--main-page-color);
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: calc(.333em + 2px) calc(.6em + 2px);
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap:20px;
}
.wp-block-button__link:hover, .understrap-read-more-link:hover {
    color: var(--main-page-color);
    background-color: transparent;
}
.wp-block-button__link:after, .understrap-read-more-link:after {
    transition-property: all;
    transition-duration: .5s;
    display: block;
    content: "";
    width:50px;
    height: 50px;
    min-width: 50px;
    background-image:url("images/arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.wp-block-button__link:hover:after, .understrap-read-more-link:hover:after {
       opacity: .7;
}
.alternative .wp-block-button__link {
    display: block;
  color: white;
  background-color: var(--main-page-color);
  padding: .35em 1.2em !important;
  border-radius: 10px;
}
.alternative .wp-block-button__link:after {
    content: none;
}
.even-buttons .wp-block-button {
    max-width: 320px;
    width: 100%;
}
.even-buttons .wp-block-button .wp-block-button__link {
    justify-content: flex-end;
}

#subpages .wp-block-button__link:after {
    width:63px;
    height: 63px;
}
#subpages .wp-block-column {
   display: flex;
    flex-direction: column;
}
#subpages .wp-block-column .wp-block-buttons {
   flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 781px) {
#subpages figure {
    text-align: right;
}
}
.word-image {
    position: relative;
    padding: 77px 0; 
}
.word-image h2 {
    display: block;
    margin-bottom: 0;
}
.word-image h2:last-child {
    text-align: right;
    position: relative;
    top:-10px;
}
.word-image img, .word-image figure {
   margin-bottom: 0 !important;
}
@media screen and (max-width: 1490px) {
.word-image img {
    max-width: 80vw;
}
.word-image h2:first-child {
    left:0;
}
.word-image h2:last-child {
    right:0;
}
}
@media screen and (max-width: 1200px) {
.word-image {
    padding: 52.5px 0; 
}
}
@media screen and (max-width: 781px) {
.word-image {
    padding: 40px 0; 
}
}
ol {
    padding-left: 2.5rem;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.target-bottom, .target-top {
    position: relative;
}
.target-bottom:after, .target-top:before {
    position: absolute;
    content:"";
    aspect-ratio: 1 / 1;
    width:500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.target-bottom:after {
    bottom:-275px;
}
.target-top:before {
    top:-275px;
}
.target-right:after, .target-right:before, .target-top-right:before  {
     right:-175px;
}
.target-left:after, .target-left:before, .target-bottom-left:after {
   left:-175px;
}
@media screen and (max-width: 1200px) {
.target-bottom:after, .target-top:before {
    width:250px;
}
.target-bottom:after {
    bottom:-137.5px;
}
.target-top:before {
    top:-137.5px;
}
.target-right:after, .target-right:before, .target-top-right:before {
     right:-87.5px;
}
.target-left:after, .target-left:before, .target-bottom-left:after {
   left:-87.5px;
}
}
/*typography*/
a {
    transition-property: all;
    transition-duration: .5s;
}
a:hover {
    opacity: .7;
}
.bullet-list {
     padding: 50px;
        border: 1px solid var(--main-page-color);
}
.bullet-list ul {
  list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap:15px;
}
.bullet-list li {
  display: flex;
    gap:10px;
}
.bullet-list li::before {
  content: "•";
    font-size: 1.5em;
    line-height: .6em;
  color: var(--main-page-color);
}
@media screen and (max-width: 781px) {
.bullet-list {
    padding: 20px;
}
}
.thumbnail-treatment {
    max-width: 420px !important;
    background-color:var(--main-page-color);
    color: white;
  font-size: 3em;
  line-height: .85em;
  font-weight: 900;
    margin:0 0 24px auto !important;
    padding: 30px;
    width:100%;
    aspect-ratio: 420 / 250;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="b" xmlns="http://www.w3.org/2000/svg" width="456.6" height="456.6" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 456.6 456.6"><defs><clipPath id="d"><rect width="456.6" height="456.6" fill="none" stroke-width="0"/></clipPath></defs><g id="c"><g clip-path="url(%23d)"><circle cx="228.3" cy="228.3" r="227.3" fill="none" stroke="%23ffffff" stroke-width="2"/><circle cx="228.3" cy="228.3" r="104.27" fill="none" stroke="%23ffffff" stroke-width="2"/></g></g></svg>');
    background-position: -50% -125px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
    .thumbnail-treatment {
        font-size: 1.75em;
    }
}
@media screen and (max-width: 781px) {
    .thumbnail-treatment {
        font-size: 3em;
    }
}
body {
    font-family: 'Barlow', sans-serif;
    font-size:28px;
    color:black;
    font-weight: 300;
    line-height: 1.25em;
}
.member-names {
    font-size:22px;
}
.large {
    font-size:1.6em;
    line-height: 1.1em;
}
.medium {
    font-size:1.3em;
    line-height: 1.1em;
    font-weight: 500;
}
.small {
    font-size:.64em;
    line-height: 1.1em;
}
.bold-capital strong {
    text-transform: uppercase;
    font-weight: 700;
}
#main p:not(#breadcrumbs) {
    //max-width: 1200px;   
}
#main p.has-text-align-right {
    margin-left: auto;
    
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    line-height: .85em;
    font-weight: 900;
    color:var(--main-page-color);
    text-transform: uppercase;
    letter-spacing: .02em;
}
h1 {
    font-size: 150px;
    font-style: italic;  
}
.single h1, h1.small-header {
    font-size: 100px;
}
h2 {
    font-size: 70px;
    line-height: 1em;
    font-weight: 300; 
    margin-bottom: .5em;
}
h2 strong {
    display: block;
    font-size: 115px;
    line-height: .85em;
    font-weight: 900;
    hyphens: none;
}
.word-image h2 strong {
    font-size: 2em;
    font-weight: 200;
    line-height: 1em;
    margin-bottom: 0;
}
h2.outline {
    font-size:110px;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--main-page-color);
    font-weight: 900;
    margin-bottom: 30px;  
}
.home h2.outline {
    font-size:230px;
    color: #45c2b1;
    -webkit-text-stroke-color: #45c2b1; 
}
#positive-community-change h2  {
    margin-bottom: 0;
}
#positive-community-change h2 strong  {
    color:white;
}
h3 {
    font-size: 34px;
    margin-top: 1em;
     margin-bottom: .4em;
}
h3.member-name, h3.member-name a {
    font-size: 1.15em;
    text-transform:uppercase;
    text-decoration: none;
}
.icon-block h3 {
    font-size: 50px;
    margin-bottom: 20px;
}
.small-feed h3.member-name, .small-feed h3.member-name a {
    font-size: .9em;
}
#ways-we-support-agencies h3, .subpages h3 {
    font-size: 50px;
    margin-top: 0;
}
.donor-group h3 {
        font-size: 40px;
    }
    .donor-group h4 {
        font-size: 28px;
    }
@media screen and (max-width: 1200px) {
h1 {
    font-size: 80px;
}
.single h1, h1.small-header {
    font-size: 75px;
}
h2.outline, .home h2.outline {
    font-size: 75px;
}
     h2 strong {
    font-size: 85px;
}
h3, #ways-we-support-agencies h3, .subpages h3 {
    font-size: 30px;
}
    
h4 {
    font-size: 20px;
}
}
@media screen and (max-width: 781px) {
h1 {
    font-size: 50px;
}
h2, h2.outline, .home h2.outline {
    font-size: 25px;
}
    h2 strong {
    font-size: 35px;
}
    .icon-block h3 {
    font-size: 30px;
}
    .small {
    font-size:.94em;
    line-height: 1.1em;
}
body {
    font-size:18px;
}
    .member-names {
    font-size:14px;
}
}
/*header*/
#wrapper-static-hero {
    padding-bottom: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.navbar {
    padding: 0;
}
.navbar > .container-fluid {
    gap:30px;
    align-items: stretch;
}
@media screen and (max-width: 781px) {
.navbar > .container-fluid {
    flex-wrap: nowrap;
    gap:10px;
}
}
.offcanvas-body {
    height:100%;
}
.navbar li {
    display:flex;
    align-items: center;
    justify-content: center;
}
.dropdown-toggle::after {
  content:none;
}
.bg-primary {
 background-color: white !important;
}
 #wrapper-static-hero {
  background-color: transparent;
}
.wp-block-social-links {
    margin-bottom: 0;
}
.navbar-brand {
max-width:240px;
    min-width: 100px;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
#top-buttons {
    min-width: 225px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 781px) {
#top-buttons {
    min-width: 115px;
    font-size: .45em;
}
    #top-buttons .wp-block-button__link {
        font-size: 11px;
    }
    .static-hero-widget {
        padding: 0;
    }
}
#main-menu {
   gap:15px;
    padding: 0 !important;
}
.nav-link {
  color: var(--main-page-color);
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 900;
    letter-spacing: .1em;
    font-style: italic;
    text-transform: uppercase;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--main-page-color);
}
.dropdown-menu {
    border-radius: 0;
    left:0;
    min-width: 100%;
}
.dropdown-menu .dropdown-item {
    color: var(--main-page-color);
    padding: 0 8px !important;
}
#main-menu .dropdown-menu .nav-link {
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 35px;
    color: var(--main-page-color) !important;
    padding: 0 8px !important;
}
.menu-item-838 .nav-link, #menu-footer-menu .button a  {
    display: block;
    color: white;
    background-color: var(--main-page-color);
    padding: .35em 1.2em !important;
    border-radius: 10px;
}
.menu-item-25 .nav-link:focus,
.menu-item-25 .nav-link:hover {
  color: white;
}
.navbar-toggler {
    flex-grow: 1;
    text-align: left;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-close:focus {
  box-shadow:0 0 0 .25rem rgba(236,0,140,.25);
}
.page-header {
    position: relative;
    z-index: 1;
    background-image:var(--main-banner);
    background-size: cover;
    background-position: left top;
}
.page-header h1 {
    color:#fff;
}
.page-header  > .wp-block-group__inner-container {
    position: relative; 
}
.home .page-header > .wp-block-group__inner-container {
    padding-bottom: 190px;
}
/*homepage*/
/* #phone-number {
    position: absolute;
    bottom:-90px;
    left:0;
    background-color: #fff200;
    color:var(--main-page-color);
    font-size:40px;
    line-height: 1.1em;
    font-weight: 900;
    font-style: italic;
    padding: 50px 0 50px calc(50vw - 50%);
    margin-left: calc(50% - 50vw);
    display: inline-block;
    max-width: calc(50vw - 50% + 1000px);
    letter-spacing: .05em;
}
#phone-number a {
    color:var(--main-page-color);
    text-decoration: none;
}
#phone-number > .wp-block-group__inner-container {
    position: relative;
    z-index: 1;
}
#phone-number .wp-block-columns {
   gap:20px;
}
#phone-number .wp-block-columns, #phone-number p {
    margin-bottom: 0;
}
#phone-number .wp-block-column:first-child{
    max-width: 235px;
}
#phone-number .wp-block-column:last-child{
    flex-grow: 1;
    font-size:100px;
    line-height: .85em;
    display: flex;
}
#phone-number:after {
		position: absolute;
		content: "";
		right: -5%;
		top: 0;
		height: 100%;
		width: 100%;
		background-color: inherit;
		-webkit-transform: skewX(-15deg);
		-moz-transform: skewX(-15deg);
		-ms-transform: skewX(-15deg);
		transform: skewX(-15deg);
	}
@media screen and (max-width: 1200px) {
#phone-number {
    bottom:-45px;
    font-size:20px;
    padding: 25px 0 25px calc(50vw - 50%);
}
#phone-number .wp-block-column:last-child{
    font-size:50px;
}
.home .page-header > .wp-block-group__inner-container {
    padding-bottom: 145px;
}
}
@media screen and (max-width: 781px) {
#phone-number {
    bottom:-35px;
    padding: 12px;
    max-width: 90%;
}
#phone-number .wp-block-columns {
  display: block;
}
#phone-number .wp-block-column:last-child{
    font-size:30px;
}
.home .page-header > .wp-block-group__inner-container {
    padding-bottom: 85px;
}
}
*/
.home .page-header > .wp-block-group__inner-container {
    padding-bottom: 260px;
}
#we-are {
    position: relative; 
    background-image:url("images/we-are-background.png");
    background-size: cover;
    background-position: right top; 
    z-index: 10;
}
#we-are figure {
    margin-top: -325px;
    margin-bottom: -100px;
}
@media screen and (max-width: 781px) {
.home .page-header > .wp-block-group__inner-container {
    padding-bottom: 130px;
}
#we-are figure {
    margin-top: -162.5px;
    margin-bottom: -50px;
}
}
/*
#we-are > .wp-block-group__inner-container {
    padding-top: 225px;
    padding-bottom: 10px;
}

#we-are p {
    display: flex;
    align-items: center;
    margin: 0;
}
#we-are .wp-block-columns {
   gap:0px;
    margin-bottom: 0;
}
#we-are .wp-block-column:last-child {
   position: relative;
    left:-3%;
    min-width: 900px;
}
#we-are .wp-block-column:last-child p:nth-child(1){
   position: relative;
    left:2%;
}
#we-are .wp-block-column:last-child p:nth-child(2){
   position: relative;
    left:15%;
}
#we-are .wp-block-column:last-child p:nth-child(3):before{
   content:"+";
    margin-top: -2%;
    margin-right: 10px;
}
@media screen and (max-width: 1200px) {
#we-are .wp-block-column:last-child {
    left:-2%;
    min-width: 450px;
}
#we-are {
    font-size:90px;
    letter-spacing: 5px;
}
#we-are > .wp-block-group__inner-container {
     padding-top: 175px;
}
}
@media screen and (max-width: 781px) {
#we-are {
    padding-bottom: 30px;
}
#we-are > .wp-block-group__inner-container {
    padding-top: 75px;
}
}
@media screen and (max-width: 500px) {
#we-are {
    font-size:45px;
}
}
*/
#positive-community {
    font-size: 73px;
    line-height: 1.1em;
    font-weight: 300;
}
#positive-community > .wp-block-group__inner-container {
    display: flex;
    align-items: stretch;
}
#positive-community p {
    display: block;
    margin: 0;
}
#positive-community strong {
    font-weight: 900;
}
@media screen and (max-width: 1200px) {
#positive-community {
    font-size: 40px;
}
}
@media screen and (max-width: 781px) {
#positive-community {
    font-size: 20px;
}
}
/*our impact page*/
#blog-newsroom {
    background-color: #4bc0b0;
    background-image:url("images/blog-newsroom-background.png");
    background-size: cover;
    background-position: left top;
    color:white;
    font-size:49px;
}
#blog-newsroom > .wp-block-group__inner-container {
 display: flex;
    align-items: flex-end;
}
#blog-newsroom > .wp-block-group__inner-container > a {
 text-decoration: none;
    color:white;
    display: block;
    width: 100%;
}
#blog-newsroom h2 { 
    color:white;
    font-style: italic;
    margin-bottom: .25em;
}
#blog-newsroom h2 strong { 
    font-size:2em;
}
#blog-newsroom > .wp-block-group__inner-container > a {
 display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:30px;
}
#blog-newsroom > .wp-block-group__inner-container > a:after {
    display: block;
    content: "";
    width:100px;
    height: 100px;
    background-image:url("images/arrow-white.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 50px;
}
@media screen and (max-width: 781px) {
    
#blog-newsroom {
    font-size:22px;
    line-height: 1.2em;
}
    #blog-newsroom h2 strong { 
    font-size:1.6em;
}
}
.single-image {
    margin:30px 0;
}
/*agency assistance page*/
@media screen and (min-width: 781px) {
#ways-we-support-agencies .wp-block-columns{
    max-width: 900px;
    margin: auto;
   position: relative; 
    gap:100px;
}
#ways-we-support-agencies .wp-block-columns:after {
   display: block;
    content:'';
    position: absolute;
    width:1px;
    left: 50%;
    top:0;
    bottom:0;
    background-color: var(--main-page-color);
}
}
#our-news {
    font-weight:700;
    font-style: italic;
    color:#4bc0b0;
}
#our-news h2 {
    color:#4bc0b0;
    font-style: italic;
    margin-bottom: 10px;
}
.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap:50px;
    margin-top: 30px;
    font-style: normal;
}
.blog-element {
    flex-basis: calc(50% - 25px);
    border: 1px solid #4bc0b0;
    max-width: 615px;
}
.blog-info {
    padding: 25px;
}
.blog-top-info {
    display: flex;
    align-items: center;
    gap:15px;
    margin-bottom: 10px;
}
.blog-category {
    font-size:14px;
    font-weight:700;
    text-transform: uppercase;
    background-color:rgba(69,194,177,.2);
    border-radius:10px;
    padding: 0 15px;
}
.blog-category a {
    transition-property: all;
    transition-duration: .5s;
    color: #4bc0b0;
    text-decoration: none;
}
.blog-category a:hover {
    color:black;
}
.read-time {
    font-size:14px;
    font-weight:500;
}
.blog-title {
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 5px;
}
.blog-excerpt {
    font-size:18px;
    line-height: 1.3em;
    font-weight:500;
    color:black;
}
.blog-excerpt p {
     margin: 0;
}
.understrap-read-more-link {
  color: #4bc0b0;
  justify-content: flex-end;
   
    padding-bottom: 0; 
}
.understrap-read-more-link:hover {
     color: #4bc0b0;
}
.understrap-read-more-link:after {
    width:40px;
    height: 40px;
    background-image:url("images/arrow-blue.svg");
}
@media screen and (max-width: 615px) {
.blog-element {
    flex-basis: 100%;
}
}
/*footer*/
#wrapper-footer-full {
    padding:40px 0 0;
  background-color: transparent;
    border-top: 1px solid var(--main-page-color);
    font-size: 20px;
    font-weight: 300;
    color:black;
    text-transform: uppercase;
}
#wrapper-footer-full:after {
    margin-top: 40px;
    display: block;
    content:"";
    width:100%;
    height:16px;
    background-image: url("images/bottom-line.png");
    background-size: cover;
}
#wrapper-footer-full .row {
    flex-wrap: nowrap;
}


/*footer*/
#menu-footer-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap:30px;
    font-size: 55px;
    line-height: 1em;
    font-weight: 900;
    font-style: italic;
    letter-spacing: .1em;
    text-transform: uppercase;
}
#menu-footer-menu a {
    color: var(--main-page-color);
    text-decoration: none;
}
#menu-footer-menu a:hover {
    color: var(--main-page-color);
}
 #menu-footer-menu .button a:hover {
     color:white;
}
@media screen and (max-width: 781px) {
#menu-footer-menu {
    gap:15px;
    font-size: 25px;
}
}
#wrapper-footer-full {
    letter-spacing: .05em;
   line-height: 1.5em; 
}
#wrapper-footer-full strong {
   font-weight:700;
}
#footer-address ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap:30px;
    margin: 0;
}
.footer-widget {
    width:auto;
}
.footer-widget:last-child {
    flex-grow: 1;
}
@media screen and (max-width: 781px) {
#wrapper-footer-full .row {
    flex-direction: column;
}
#footer-address ul{
    flex-direction: column;
    justify-content: flex-start;
    gap:0;
    margin: 10px 0;
}
}

.member-feed {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap:50px;
    max-width: 900px;
    margin: auto;
}
.member-element {
    flex-basis: calc(50% - 25px);
    text-align: center;
}
@media screen and (min-width: 782px) {
.small-feed.member-feed {
    max-width: 1000px;
    margin-top: 50px;
    gap:50px 48px;
}
.small-feed .member-element {
    flex-basis: calc(33.333333% - 36px);
}
}
.member-image img {
   border-radius:50%;
}
.member-name {
   margin: 20px 0 5px;
}
.member-position {
   font-size:1.15em;
    line-height: 1em;
    text-transform: uppercase;
    color: var(--main-page-color);
    font-style: italic;
}
@media screen and (max-width: 781px) {
    .member-position {
   font-size:.95em;
}
.member-feed {
    gap:26px;
}
.member-element {
    flex-basis: calc(50% - 13px);
    text-align: center;
}
}
.single-member {
    display: flex;
    gap:5%; 
}
.single-member-image {
    flex-basis: 25%;
}
.single-member-bio {
   flex-basis: 75%; 
}

.grantee-feed {
    display: flex;
    flex-wrap: wrap;
    gap:50px;
}
.award-feed:not(:last-child) {
     margin-bottom: 50px;
}
.grantee-element {
    flex-basis: calc(50% - 25px);
    display: flex;
    flex-direction: column;
}
.grantee-image {
    margin-bottom:20px;
     display: flex;
   align-items: center;
    min-height: 225px;
}
.grantee-image img {
     width: auto;
    max-height: 225px;
}
@media screen and (max-width: 781px) {
.grantee-element {
    flex-basis: 100%;
}
.grantee-image {
    min-height: 0;
}
.grantee-image img {
    width: auto;
    max-height: 20vw;
}
}

.agency-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap:40px;
}
.agency-element {
    flex-basis: calc(25% - 30px);
    text-align: center;
}
.agency-element img {
    width: auto;
    max-height: 225px;
}
@media screen and (max-width: 781px) {
.agency-feed {
     gap:50px;
}
.agency-element {
    flex-basis: calc(50% - 25px);
}
}


.award-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:50px;
}
.award-feed:not(:last-child){
    margin-bottom: 50px;
}
.award-element {
     flex-basis: calc(50% - 25px);
}
.awardee-content {
    font-size:.85em;
}
.award-title {
    margin-bottom:10px;
}
@media screen and (max-width: 781px) {
.award-element {
    flex-basis: 100%;
}
}

.donor-group h3 {
    margin-bottom: 10px;
}
.donor-group h4 {
     margin-bottom: 20px;
}

.quote {
    padding: 50px;
        border: 1px solid var(--main-page-color);
}
.quote strong {
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    color: var(--main-page-color);
  letter-spacing: 5px;
  font-weight: 900;
  text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 781px) {
.quote {
    padding: 20px;
}
}

#first-100 p {
    display: block;
    color: var(--main-page-color);
    font-size: 1.5em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-right:15px;
    max-width: 800px !important;
}
#first-100 p a {
    color: var(--main-page-color);
}
#first-100 h2 {
    margin-bottom:20px;
}
#first-100 .wp-block-columns {
    gap:15px;
    margin: auto;
    justify-content: center;
}
#first-100 .wp-block-column:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-basis: auto;
    flex-grow: 0;
}
#first-100 .wp-block-column:last-child {
    max-width: 100px;
    display: flex;
    align-items: flex-end;
    align-self: flex-start !important;
    padding-top: 140px;
}
#first-100 .wp-block-button__link {
   text-indent: -5000px;
}
#first-100 .wp-block-button__link::after {
  width: 75px;
  height: 75px;
}

@media screen and (max-width: 781px) {
#first-100 p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#first-100 h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#first-100 .wp-block-columns {
    gap:5px;
}
#first-100 .wp-block-column:last-child {
    padding-top: 0;
    justify-content: center;
}
#first-100 .wp-container-core-buttons-layout-3.wp-container-core-buttons-layout-3 {
  justify-content: center;
}
}

.closer-text h2 {
    margin-bottom:20px;
    max-width: 1000px;
    margin-left: auto;
}
.closer-text p {
    font-size:1.5em;
    text-transform: uppercase;
    margin-right: 15px;
}
@media screen and (max-width: 781px) {
.closer-text p {
    font-size:1.25em;
}
}

/*stats*/
#Stats h2 strong {
    font-size:1em;
     letter-spacing: .01em;
}
#Stats sup {
    font-size:.6em;
    top: -.6em;
}
#Stats h3 {
    font-size:50px;
    border-bottom:6px solid var(--main-page-color);
    padding-bottom: 10px;
    margin-bottom: 0;
}
#Stats .wp-block-group:not(:last-child)   {
   margin-bottom:50px;
}
#Stats .wp-block-group p  {
   margin:0px;
}
#Stats .wp-block-group .wp-block-columns  {
   justify-content: flex-start;
    padding-top:25px;
   padding-bottom:25px;
    margin: 0;
    gap:0;
}
#Stats .wp-block-group .wp-block-columns:after  {
   display: block;
    content:"";
    flex-grow: 1;
}
#Stats .wp-block-group .wp-block-columns:not(:first-child)  {
   border-top:1px solid var(--main-page-color);
}
#Stats .wp-block-group .wp-block-column  {
    color:#ff9e18;
   font-weight:700;
    flex-basis: auto !important;
    flex-grow: 0 !important;
}
#Stats .wp-block-group .wp-block-column  {
    padding: 0 50px;
}
#Stats .wp-block-group .wp-block-column:first-child  {
    padding-left: 0;
}
#Stats .wp-block-group .wp-block-column:last-child  {
    padding-right: 0;
}
#Stats .wp-block-group .wp-block-column:not(:first-child)  {
   border-left:1px solid var(--main-page-color);
}
#Stats .wp-block-group .wp-block-columns strong  {
    font-size: 4em;
    line-height: 1em;
}
#Stats .wp-block-group .right-column  {
    justify-content: flex-start;
    align-items: center !important;
    gap:20px;
}
#Stats .right-column .wp-block-column {
    border:none !important;
    padding: 0 !important;
}
#Stats .right-column .wp-block-column:last-child {
    flex-grow: 1;
    flex-basis: auto !important;
}
@media screen and (max-width: 1200px) {
#Stats .wp-block-group .wp-block-columns strong  {
    font-size: 3em;
}
#Stats .wp-block-group .wp-block-column  {
    padding: 0 25px;
}
}
@media screen and (max-width: 781px) {
    #Stats h2 strong {
    font-size:1.5em;
}
    #Stats h3 {
    font-size:30px;
}
.closer-text p {
    font-size:1.25em;
}
#Stats .wp-block-group .wp-block-columns  {
   flex-direction: column;
    gap:20px;
}
    #Stats .wp-block-group .right-column  {
    gap:0px;
}
    #Stats .wp-block-group .wp-block-column  {
    padding: 0;
        text-align: center;
}
    #Stats .wp-block-group .wp-block-column:not(:first-child)  {
   border-left:none;
}
}

/* quote block */
.quote-block {
    color: var(--main-page-color);
    display: flex;
}
.quote-block:before {
    margin-right: 10px;
    display: block;
    content: "";
    width:90px;
    height:90px;
    min-width: 50px;
    background-image: url("images/quotes.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
