.donate-item{border:1px solid var(--sc-color-gray);border-radius:var(--sc-border-radius-sm);color:var(--sc-color-body);gap:var(--sc-spacing-xsmall);margin-bottom:var(--sc-spacing-small);padding:var(--sc-spacing-small);flex-direction:column;text-decoration:none;display:flex}.donate-item h4{margin-bottom:0}
.newsletter-form,.footer-donate{flex:1}
.footer{margin-top:var(--sc-spacing-large);position:relative}.footer.footer--mt{margin-top:var(--sc-spacing-xlarge)}@media (min-width:768px){.footer{margin-top:var(--sc-spacing-xlarge)}.footer.footer--mt{margin-top:var(--sc-spacing-xxlarge)}}.footer:before{content:"";width:100%;height:100px;position:absolute;bottom:99%;left:0;-webkit-mask:url(/images/rough-edge.svg) 50% 100%/100% no-repeat;mask:url(/images/rough-edge.svg) 50% 100%/100% no-repeat}@media (min-width:1280px){.footer:before{-webkit-mask:url(/images/rough-edge.svg) 50%/100% no-repeat;mask:url(/images/rough-edge.svg) 50%/100% no-repeat}}.footer .footer__content{border-bottom:2px solid var(--sc-color-tertiary);padding:var(--sc-spacing-small)}@media (min-width:768px){.footer .footer__content{padding:var(--sc-spacing-medium)}}.footer .footer__content .row__container{gap:var(--sc-spacing-small);flex-direction:column;justify-content:space-between;display:flex}@media (min-width:768px){.footer .footer__content .row__container{flex-direction:row}}.footer .footer__content .row__container .footer__content-column{align-items:center;gap:var(--sc-spacing-small);flex-direction:column;min-width:200px;display:flex}.footer .footer__content .row__container .footer__content-column.content-centre{align-items:center}.footer .footer__content .row__container .footer__content-column.content-right{align-items:flex-end}@media (min-width:768px){.footer .footer__content .row__container .footer__content-column{align-items:flex-start}}.footer .footer__content .row__container .footer__content-column .footer__content-row{gap:var(--sc-spacing-small);display:flex}.footer .footer__content .row__container .footer__content-column .footer__content-row.wrap-content{flex-wrap:wrap;justify-content:center}.footer .footer__content .row__container .footer__content-column .footer__content-row a{color:var(--sc-color-white);font-weight:var(--sc-font-bold);text-decoration:none}.footer .footer__address{padding:var(--sc-spacing-small);text-align:center}@media (min-width:768px){.footer .footer__address{padding:var(--sc-spacing-medium)}}.footer .footer__address .text{font-size:var(--sc-text-small)}.footer-extras .row__container{gap:var(--sc-spacing-large);padding:var(--sc-spacing-small);flex-direction:column;display:flex}@media (min-width:768px){.footer-extras .row__container{padding:var(--sc-spacing-medium);flex-direction:row}}
.nav__button{cursor:pointer;background-color:#0000;border:0;flex-direction:column;justify-content:center;align-items:center;width:60px;height:60px;transition:background-color .5s;display:flex}@media (min-width:768px){.nav__button{display:none}}.bar{background-color:var(--sc-color-body);border-radius:var(--sc-border-radius);width:20px;height:3px;transition:all .3s}.bar-1{margin-bottom:5px}.bar-1--open{transform:translateY(4px)rotate(-45deg)}.bar-2--open{transform:translateY(-4px)rotate(45deg)}
.header-content{background-color:var(--sc-color-white);border-radius:var(--sc-border-radius-sm) var(--sc-border-radius-sm) 0 0;box-shadow:var(--sc-shadow-md);padding:var(--sc-spacing-xxsmall) var(--sc-spacing-xsmall);transition:var(--sc-transition);z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex;position:relative}.header-content.header-content--no-subnav{border-radius:var(--sc-border-radius-sm)}@media (min-width:768px){.header-content{border-radius:var(--sc-border-radius-lg) var(--sc-border-radius-sm) 0 var(--sc-border-radius-lg);padding:var(--sc-spacing-small)}.header-content.header-content--no-subnav{border-radius:var(--sc-border-radius-lg)}}.header-content .header-content__logo{align-items:center;display:flex}.header-content .header-content__logo a{display:flex}.header-content .header-content__logo a img{width:auto;height:auto;max-height:40px}.header-content .header-content__logo .header-content__site-title{margin-left:var(--sc-spacing-small)}.header-content .header-content__logo .header-content__site-title p{font-family:var(--sc-font-family-heading);font-size:var(--sc-text-large);font-weight:var(--sc-font-bold)}.header-content nav{min-height:0;max-height:0;transition:var(--sc-transition);width:100%;overflow:hidden}.header-content nav.nav--open{min-height:auto;max-height:100vh}.header-content nav ul{flex-direction:column;align-items:center;list-style:none;display:flex}.header-content nav a{color:var(--sc-color-body);font-weight:var(--sc-font-bold);margin:var(--sc-spacing-small);text-decoration:none;display:block}@media (min-width:768px){.header-content nav a{margin:0 var(--sc-spacing-small);padding:0}}@media (min-width:768px){.header-content nav{width:auto;min-height:auto;max-height:none}.header-content nav ul{flex-direction:row}}
.responsive-header-bar{background-color:var(--sc-color-white);z-index:-1;width:100%;height:200px;position:fixed;top:-100px}.header{padding:var(--sc-spacing-xsmall);z-index:100;flex-direction:column;width:100%;display:flex;position:fixed;top:0;left:0}@media (min-width:768px){.header{padding:var(--sc-spacing-small)}}.header:before{content:"";z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:150px;position:fixed;top:0;left:0;-webkit-mask:linear-gradient(#000 0%,#0000 100%);mask:linear-gradient(#000 0%,#0000 100%)}.header .header__subnav-bar{background-color:var(--sc-color-gray);border-radius:0 0 var(--sc-border-radius-sm) var(--sc-border-radius-sm);align-self:flex-end;gap:var(--sc-spacing-xsmall);padding:var(--sc-spacing-xsmall);z-index:1;justify-content:center;width:100%;display:flex}@media (min-width:768px){.header .header__subnav-bar{width:auto}}
