@charset "UTF-8";html{box-sizing:border-box;font-size:100%}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;font-family:Open Sans,sans-serif;background-color:var(--background-color);color:var(--text-color)}h1,h2,h3{font-weight:700;line-height:1.1;margin-top:0}h1{font-size:clamp(1.75rem,1rem + 2vw,2.5rem)}p{margin-top:0}a,a:active,a:visited{text-decoration:none}:root{--background-color:#fff;--text-color:#1c1c1c;--text-color2:#686868;--footer:#686868;--purple:#623762;--light-purple:hsl(300,28%,30%,50%)}.nav{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:.5em 0;border-bottom:4px solid #653762}.nav #nav__img{width:13.125em;margin:auto}.nav #nav__img .nav__picture img{margin:0;width:100%}@media (min-width:56.25em){.nav #nav__img .nav__picture img{width:100%}}@media (min-width:56.25em){.nav #nav__img{padding:0 2em;margin:0}}.nav__links{display:flex;flex:1;flex-direction:row;align-items:center}.nav__links a{border-left:3px solid var(--text-color2);padding:.25em .5em;font-weight:700;font-size:24px;line-height:29px;color:var(--text-color2);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav__links a:hover{color:var(--purple)}.nav__links a:first-child{border-left:none}.nav__links a:hover{cursor:pointer}@media (max-width:1230px){.nav__links a{font-size:17px}}@media (max-width:56.24875em){.nav__links{display:none}}.nav__extras{display:flex;flex-direction:row;align-items:center;margin-right:2rem}.nav__extras a{font-weight:700;font-size:24px;line-height:29px;color:var(--purple);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav__extras a:first-child{padding:.4rem 1rem;color:#fff;background:#007922;border-radius:15px;margin-right:1em}.nav__extras a:last-child{border-left:3px solid var(--purple);padding:.4em 0 .4em 1em}.nav__extras a:hover{cursor:pointer}@media (max-width:1230px){.nav__extras a{font-size:16px}}@media (max-width:56.24875em){.nav__extras{display:none}}.nav__mobile{display:none}@media (max-width:56.24875em){.nav__mobile{display:flex;align-items:center;margin-right:2rem}.nav__mobile__overlay{height:100%;width:0;position:fixed;z-index:1;left:0;top:0;background-color:#000;background-color:rgba(0,0,0,.9);overflow-x:hidden;transition:.5s}.nav__mobile__overlay a{padding:.375rem;text-decoration:none;font-size:2rem;color:var(--text-color2);display:block;transition:.2s;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav__mobile__overlay a:focus,.nav__mobile__overlay a:hover{color:#f1f1f1;outline:none!important}.nav__mobile__overlay .closebtn{position:absolute;top:.5rem;right:1.875rem;font-size:3.75rem;color:#fff}.nav__mobile__overlay__content{position:relative;top:25%;width:100%;text-align:center;margin-top:1.875rem}}.header{width:100%;display:flex;flex-direction:column;background-color:var(--purple);padding:1.875rem 8% .9375rem}@media (min-width:56.25em){.header{padding:5rem 8% 5rem 12%}}.header h1,.header h2,.header p{font-weight:500;color:#fff}.header h1{font-size:1.75rem;margin-bottom:.625rem}@media (min-width:56.25em){.header h1{font-size:clamp(.75rem,1.5rem + 5vw,4rem)}}.header h2{font-size:1.75rem}@media (min-width:56.25em){.header h2{font-size:clamp(.75rem,1.5rem + 5vw,4rem)}}.header p{font-size:clamp(.75rem,.75rem + 2vw,2.25rem);line-height:1.75rem;margin:0}@media (min-width:43.75em){.header p{line-height:1.875rem}}@media (min-width:56.25em){.header p{font-size:clamp(.75rem,.9375rem + 2vw,2.25rem);line-height:2.75rem}}.header a{color:#fff;text-decoration:underline}footer{display:grid;grid-template-columns:1fr 1fr;justify-content:flex-end;align-items:center;height:6.25rem;padding-right:0;background-color:var(--footer)}@media (min-width:56.25em){footer{grid-template-columns:1fr 1fr 1fr 1fr;padding-right:3.125rem}}footer a{margin:0;text-align:center;font-weight:700;font-size:.75rem;line-height:1.5rem;color:#fff}@media (min-width:43.75em){footer a{font-size:.9375rem}}@media (min-width:56.25em){footer a{margin:0 1.5625rem;font-size:1.25rem}}.landingPage{height:auto;display:flex;flex-direction:column;width:100%;margin:none;padding:1.875rem 12% 1.25rem;background:linear-gradient(180deg,var(--background-color) 90%,var(--light-purple) 0)}@media (min-width:56.25em){.landingPage{flex-direction:row}}.landingPage__image{display:flex;flex:1;order:1;align-items:center;justify-content:center;padding-top:.625rem}.landingPage__image,.landingPage__image img{width:100vw-0.3125rem}@media (min-width:56.25em){.landingPage__image{order:1;justify-content:center}.landingPage__image img{width:100%}}.landingPage__info{width:min(100vw - .3125rem,37.5rem);display:flex;flex:1;order:2;justify-content:center;align-items:center;align-self:center;flex-direction:column;padding-top:.625rem;margin:0 .3125rem}.landingPage__info h1{font-weight:500;font-size:clamp(2rem,2rem + 2vw,2.5rem);line-height:1.25rem;margin:0;text-align:center}.landingPage__info h1 span{font-weight:700;font-size:clamp(2rem,2rem + 2vw,3.75rem);line-height:6.0625rem;color:#623762}.landingPage__info p{width:100vw-0.3125rem;font-weight:300;font-size:1.375rem;line-height:1.8125rem;text-align:center}.landingPage__info a button{padding:.625rem 1.875rem;font-weight:500;font-size:1.5rem;line-height:1.8125rem;text-align:center;border-radius:.3125rem;border:none;background:#4d4c4c;color:#fff;box-shadow:4px 4px 4px rgba(0,0,0,.25)}.landingPage__info a button:hover{cursor:pointer}@media (min-width:56.25em){.landingPage__info{width:100vw;justify-content:center;flex-direction:column;justify-content:space-around;order:2}.landingPage__info h1{font-weight:500;font-size:clamp(1.5625rem,1.5625rem + 2vw,4rem);line-height:4.8125rem}.landingPage__info h1 span{font-weight:700;font-size:clamp(1.5625rem,3.125rem + 2vw,5rem);line-height:6.0625rem;color:#623762}.landingPage__info p{width:min(100% - .3125rem,450px);font-weight:300;font-size:1.375rem;line-height:1.8125rem;text-align:center}.landingPage__info a{margin-top:3.125rem}.landingPage__info a button{padding:.625rem 1.875rem;font-weight:500;font-size:1.5rem;line-height:1.8125rem;text-align:center;border-radius:.3125rem;border:none;background:#4d4c4c;color:#fff;box-shadow:4px 4px 4px rgba(0,0,0,.25)}}.missionStatement{background-color:var(--light-purple);height:auto1.875rem;width:100%;display:flex;justify-content:center;align-items:center}@media (min-width:43.75em){.missionStatement{height:min(100% + 1.875rem,18.75rem)}}.missionStatement p{width:min(100% - 2.8125rem,75rem);padding:1.25rem 0;font-weight:500;font-size:clamp(1.5625rem,1.5625rem + 2vw,2rem);margin:0;line-height:2.8125rem;text-align:center;color:#fff}@media (min-width:43.75em){.missionStatement p{padding:2.5rem 0;font-size:clamp(1.5625rem,1.5625rem + 2vw,3.125rem);line-height:4.0625rem}}.charities{height:-moz-min-content;height:min-content;display:flex;flex-direction:column}.charities__info{display:flex;justify-content:space-around;flex-direction:column;flex:1;padding:3.125rem}.charities__info p{font-weight:500;font-size:25px;line-height:39px;color:#000}@media (min-width:1100px){.charities__info p{font-size:32px;line-height:39px}}@media (min-width:1100px){.charities__info{flex:1;padding:3.125rem 0 3.125rem 7.5rem}}.charities__info__link p{font-weight:500;font-size:20px;line-height:24px;color:#643762}.charities__info__link button{padding:.625rem;font-weight:500;font-size:16px;line-height:19px;background-color:var(--purple);border:none;border-radius:5px;box-shadow:4px 4px 4px rgba(0,0,0,.25);color:#fff;cursor:pointer}.charities__pictures{flex:1;padding:0 .9375rem;align-items:center;height:auto;width:auto}@media (min-width:1100px){.charities__pictures{padding:2.1875rem 6.25rem}}@media (min-width:43.75em){.charities__pictures{padding:2.1875rem 4.6875rem}}.charities__pictures picture:first-child{display:flex;justify-content:center;margin:0}.charities__pictures picture:first-child img{border:3px solid #000}@media (min-width:1400px){.charities__pictures picture:first-child img{width:75%}}@media (max-width:43.74875em){.charities__pictures picture:first-child img{display:none}}@media (min-width:43.75em){.charities__pictures picture:first-child{padding-right:2.1875rem;justify-content:flex-start}}.charities__pictures picture:last-child{margin:1.25rem 0;padding-right:0;display:flex;justify-content:center}@media (min-width:1400px){.charities__pictures picture:last-child img{width:65%}}@media (max-width:43.74875em){.charities__pictures picture:last-child img{width:75%}}@media (min-width:43.75em){.charities__pictures picture:last-child{padding-right:2.1875rem;justify-content:flex-end}}@media (min-width:1100px){.charities{flex-direction:row}}.meeting{display:flex;flex-direction:column;margin-bottom:1.25rem;background:#fff;background:linear-gradient(180deg,var(--light-purple) 35%,var(--background-color) 0)}.meeting h1{margin:1.5625rem 0 0;text-align:center;font-weight:500;font-size:clamp(1.5625rem,1.5625rem + 2vw,4rem);line-height:77px;color:#fff}@media (min-width:43.75em){.meeting h1{margin-top:3.125rem}}@media (min-width:56.25em){.meeting h1{margin-top:4.6875rem}}.meeting__times{display:grid;grid-template-columns:1fr;margin:1.25rem}@media (min-width:43.75em){.meeting__times{grid-template-columns:1fr 1fr;margin:2.5rem}}@media (min-width:56.25em){.meeting__times{grid-template-columns:1fr 1fr 1fr 1fr;margin:2.5rem}}@media (min-width:56.25em) and (max-width:1150px){.meeting__times{margin-left:.625rem;margin-right:.625rem}}.meeting__times__indiv{display:flex;flex-direction:row;justify-content:space-around;padding:0;position:relative;background-color:var(--purple)}@media (min-width:43.75em){.meeting__times__indiv{justify-content:center;flex-direction:column;padding:1.5625rem;align-items:baseline}}@media (min-width:56.25em){.meeting__times__indiv{padding:3.125rem}}@media (min-width:56.25em) and (max-width:1150px){.meeting__times__indiv{padding:2.5rem}}.meeting__times__indiv.first{border-radius:.625rem .625rem 0 0}@media (min-width:43.75em){.meeting__times__indiv.first{border-radius:.625rem 0 0 0;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff}}@media (min-width:56.25em){.meeting__times__indiv.first{border-radius:.625rem 0 0 .625rem;border:none}}@media (min-width:43.75em){.meeting__times__indiv.first:before{border-radius:.625rem 0 0 0;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff}}@media (min-width:56.25em){.meeting__times__indiv.first:before{border-radius:.625rem 0 0 .625rem;border:none}}@media (min-width:43.75em){.meeting__times__indiv.second{border-radius:0 .625rem 0 0;border-top:none;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff}}@media (min-width:56.25em){.meeting__times__indiv.second{border-radius:0 0 0 0;border-bottom:none}}@media (min-width:43.75em){.meeting__times__indiv.third{border-radius:0 0 0 .625rem;border-right:1.5px solid #fff;border-top:1.5px solid #fff}}@media (min-width:56.25em){.meeting__times__indiv.third{border-radius:0 0 0 0;border-right:1.5px solid #fff;border-top:none}}.meeting__times__indiv.last{border-radius:0 0 .625rem .625rem}@media (min-width:43.75em){.meeting__times__indiv.last{border-radius:0 0 .625rem 0;border-left:1.5px solid #fff;border-top:1.5px solid #fff}}@media (min-width:56.25em){.meeting__times__indiv.last{border-radius:0 .625rem .625rem 0;border-top:none}}.meeting__times__indiv.first:before{display:flex;justify-content:center;align-items:center;font-size:3.125rem;font-weight:bolder;content:"✓";color:#90ee90;position:absolute;inset:0;background-color:hsla(0,0%,65.1%,.4)}@media (min-width:56.25em){.meeting__times__indiv.first:before{font-size:7.8125rem}}@media (max-width:43.74875em){.meeting__times__indiv.last,.meeting__times__indiv.middle{border-top:3px solid #fff}}@media (min-width:56.25em){.meeting__times__indiv.last,.meeting__times__indiv.middle{border-left:3px solid #fff}}.meeting__times__indiv h4,.meeting__times__indiv p{height:-moz-fit-content;height:fit-content;align-self:center;text-align:center;justify-content:space-around;color:#fff}.meeting__times__indiv p{margin:0;min-width:7.5rem;font-weight:500;font-size:clamp(.3125rem,.5rem + 2vw,1.5rem);line-height:39px}.meeting__times__indiv h4{margin:0;font-weight:500;font-size:clamp(.75rem,1.5rem + 2vw,4rem);line-height:77px}@media (min-width:43.75em){.meeting__times{flex-direction:row}}.meeting__info{display:flex;flex-direction:row}.meeting__info__desc{display:flex;flex:1;flex-direction:column;justify-content:flex-end;padding:.625rem 15%}@media (min-width:43.75em){.meeting__info__desc{padding:3.125rem 0 3.125rem 3.125rem}}@media (min-width:56.25em){.meeting__info__desc{padding:3.125rem 0 3.125rem clamp(4.6875rem,4.6875rem + 15vw,12.5rem)}}@media (min-width:56.25em) and (max-width:1150px){.meeting__info__desc{padding-left:4.6875rem}}.meeting__info__desc h3{margin-left:0;font-weight:700;font-size:clamp(1.25rem,1.5rem,2rem);width:-moz-fit-content;width:fit-content;line-height:2.4375rem}@media (min-width:56.25em){.meeting__info__desc h3{margin-left:1.25rem;font-size:clamp(1.25rem,1.75rem,2.25rem)}}.meeting__info__desc p{font-weight:500;font-size:clamp(.875rem,1rem,1.5rem);line-height:1.8125rem}@media (min-width:56.25em){.meeting__info__desc p{margin-bottom:.3125rem;font-size:clamp(.875rem,1.25rem,1.875rem)}}.meeting__info__desc p span:first-of-type{font-weight:bolder;color:var(--purple)}.meeting__info__desc p span:nth-of-type(2){font-size:1.25rem;font-weight:500;color:#000}.meeting__info__desc__times p{margin-bottom:0;font-weight:500;font-size:clamp(.875rem,1rem,1.25rem)}@media (min-width:56.25em){.meeting__info__desc__times p{margin-bottom:.3125rem;font-size:clamp(.875rem,1.375rem,1.875rem)}}.meeting__info__desc button{padding:.625rem;margin-top:.9375rem;font-weight:500;font-size:16px;line-height:19px;background-color:var(--purple);border:none;border-radius:5px;box-shadow:4px 4px 4px rgba(0,0,0,.25);color:#fff;cursor:pointer}.meeting__info__img{display:flex;flex:1;justify-content:flex-start;align-items:center;display:none}@media (min-width:43.75em){.meeting__info__img{display:flex}.meeting__info__img picture img{width:85%}}@media (min-width:56.25em){.meeting__info__img picture img{width:min(100% - 1.25rem,100%)}}
/*# sourceMappingURL=/style.be3b6a10.css.map */