@font-face {
    font-family: Avenir;
    src: url('../fonts/Avenir-Medium-09.ttf');
}
@font-face {
    font-family: Avenir;
    font-style: italic;
    src: url('../fonts/Avenir-MediumOblique-10.ttf');
}
@font-face {
    font-family: Avenir;
    font-weight: bold;
    src: url('../fonts/Avenir-Heavy-05.ttf');
}
@font-face {
    font-family: Avenir;
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/Avenir-HeavyOblique-06.ttf');
}
@font-face {
    font-family: Avenir;
    font-weight: 900;
    src: url('../fonts/Avenir-Black-03.ttf');
}
@font-face {
    font-family: Avenir;
    font-weight: 900;
    font-style: italic;
    src: url('../fonts/Avenir-BlackOblique-04.ttf');
}
@font-face {
    font-family: Avenir;
    font-weight: 300;
    src: url('../fonts/Avenir-Book-01.ttf');
}
@font-face {
    font-family: Avenir;
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/Avenir-BookOblique-02.ttf');
}
@font-face {
    font-family: Avenir;
    font-weight: 100;
    src: url('../fonts/Avenir-Light-07.ttf');
}
@font-face {
    font-family: Avenir;
    font-weight: 100;
    font-style: italic;
    src: url('../fonts/Avenir-LightOblique-08.ttf');
}

body {
    font-family: Avenir, sans-serif;
    color: #171717;
    font-size: 1.5rem;
    font-weight: 300;
}

.title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 65px;
}

.title-lg {
    font-size: 4rem;
    font-weight: 900;
    line-height: 75px;
}

.title-sm {
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 35px;
}

nav.navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    background: white;
}

nav .dropdown-toggle::after {
    border: none;
    content: '\f107';
    font-family: "Font Awesome\ 5 Pro";
    font-size: 80%;
    transform: translateY(4px);
}

.navbar-brand img {
    width: 100px;
    height: auto;
}

#navbar-content a {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.2px;
    white-space: nowrap;
    text-transform: capitalize;
}
#navbar-content .nav-item .nav-link {
    color: #171717;
}
#navbar-content .btn {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.container-custom {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
}

.subheading {
    font-size: 22px;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: var(--primary);
}

.rounded-custom {
    border-radius: 10px;
}

#home-programs > div {
    margin-bottom: 2.5rem;
}
#home-programs img {
    margin-bottom: 1rem;
    height: 80px;
    width: auto;
}
#home-programs h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 1.5rem;
}
#home-programs p {
    line-height: 36px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.v-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}
.v-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.lead-paragraph {
    font-size: 32px;
    /*max-width: 1078px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-top: 100px;
    margin-bottom: 100px;
}

.bg-gray {
    background-color: #EFEEEDBF;
}

.impact-stat {
    color: var(--secondary);
    font-size: 4rem;
    font-weight: 500;
}

.impact-desc {
    font-size: 27px;
    font-weight: 350;
    text-transform: capitalize;
    max-width: 80%;
}

#participants-of-the-month img {
    margin-bottom: 1.5rem;
    aspect-ratio: 1;
    border-radius: 1rem;
    width: 100%;
    max-width: 600px;
    object-fit: cover;
}
#participants-of-the-month h3, .author {
    font-size: 24px;
    font-weight: 900;
}
#participants-of-the-month p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.source {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 5%;
    text-transform: uppercase;
}

#main-cta {
    position: relative;
}
#main-cta:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #07314EB5;
}
#main-cta img {
    width: 100%;
    height: auto;
}

.cta-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.btn {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0.5rem 2.5rem;
}
#mobile_menu .btn {
    text-transform: none !important;
}

.circle-button {
    padding: 0;
    aspect-ratio: 1;
    width: 3rem;
    position: relative;
}
.circle-button > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial {
    border-radius: 10px;
    padding: 3rem;
}
#words-of-thanks .testimonial {
    background-color: #EFEEED;
    color: #52525B;
    max-width: 100%;
}
.testimonial .icon {
    position: relative;
    aspect-ratio: 1;
    width: 6rem;
    border-radius: 50%;
    background-color: white;
    margin-bottom: 3rem;
    overflow: hidden;
    object-fit: cover;
}
.testimonial .icon > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 1000px;
    }
}
.story {
    animation: fadeIn 2s forwards;
}
.story img {
    border-radius: 10px;
    aspect-ratio: 6.5/4.5;
    object-fit: cover;
    width: 100%;
}
.story span {
    color: #6c757d;
    font-size: 70%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
}
.story h3 {
    font-size: 1.5rem;
    line-height: 32px;
    margin-bottom: 1.5rem;
    margin-top: 0.75rem;
}
.story a {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-decoration: underline;
}

.news-category {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 6rem;
    background-color: #7E7E82E8;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    pointer-events: none;
}
.is-featured-story {
    border-radius: 6rem;
    background-color: var(--primary);
    color: white;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    pointer-events: none;
    display: inline-block;
}

footer h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.location, .contact-method {
    display: flex;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    letter-spacing: 0.2px;
}
.location h4 {
    font-weight: 600;
    font-size: 1.1rem;
}
.location > *:first-child, .contact-method > *:first-child {
    width: 3rem;
}
.footer-link + .contact-method > *:first-child {
    width: 0;
}

#footer-links a, .footer-link {
    color: #171717;
    display: block;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 1.1rem;
}
#footer-links a.btn {
    color: white;
    display: inline-block;
}

#home-slider .slide {
    position: relative;
}
#home-slider .slide:before {
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(200deg, rgba(0,0,0,0) 0%, rgba(8,20,37,0.5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#home-slider .slide-title {
    font-size: 6rem;
    line-height: 100px;
    font-weight: 800;
    margin-bottom: 3rem;
    color: white;
}

#home-slider .slide-content {
    position: absolute;
    bottom: 3rem;
    left: 5vw;
    max-width: 70vw;
}

#home-slider .slide-img {
    width: 100vw;
    height: 80vh;
    object-fit: cover;
}

.member-image {
    aspect-ratio: 4 / 4.5;
}
.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.member-name {
    font-size: 30px;
    font-weight: 900;
}
.member-name a {
    text-decoration: underline;
}
.member-title {
    letter-spacing: 5%;
    line-height: 2rem;
}

.board-members-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    background-color: rgba(239,238,237,0.9)
}

#services-header a {
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    color: var(--primary);
}

.half-gray-bg {
    position: relative;
}
.half-gray-bg:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #EFEEEDBF;
    z-index: -1;
}

#ways-to-get-involved > div {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--primary);
}
#ways-to-get-involved [data-bs-toggle="collapse"] {
    color: var(--primary);
    font-weight: 400;
    font-size: 1.75rem;
}
#ways-to-get-involved [data-bs-toggle="collapse"] div {
    position: relative;
}
#ways-to-get-involved [data-bs-toggle="collapse"] div:before {
    position: absolute;
    color: var(--primary);
    content: '\f068';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 300;
    font-size: 1.25rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#ways-to-get-involved [data-bs-toggle="collapse"].collapsed div:before {
    content: '\f067';
}
#ways-to-get-involved .collapse a {
    text-decoration: underline;
}

#faqs .collapse:not(.show) + div {
    border-bottom: 1px solid #707070;
    opacity: 0.25;
}

.get-involved-event {
    width: 100%;
    max-width: 700px;
}
.get-involved-event img {
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100%;
}
.get-involved-event h3 {
    font-size: 2rem;
    font-weight: 400;
    color: var(--primary);
    line-height: 4rem;
}

article {
    font-size: 1.25rem;
}
article .featured-image {
    width: 100%;
    height: auto;
    max-height: 1000px;
    object-fit: contain;
    text-align: center;
}

.featured-story-badge {
    border-radius: 6rem;
    background-color: var(--primary);
    color: white;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

#story-template {
    display: none;
}

#news-categories a {
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 15%;
}
#news-categories a.active {
    text-decoration: underline;
}

#news-empty {
    display: none;
}
#news-empty:only-child {
    display: block;
}

#mobile_menu {
    padding-left: 0;
    position: fixed;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #171717;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s ease-in;
    transform: translateY(-100%);
}
#mobile_menu li {
    padding-left: 0;
    list-style: none
}
#mobile_menu a {
    color: #171717;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

#mobile_menu.active {
    transition: all 0.25s ease-in;
    transform: translateY(0);
}

#mobile_menu.active a i {
    opacity: 0;
    transition: opacity 0.25s ease-in;
}

#resources .btn {
    text-transform: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#contact-form label {
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 800;
}
#contact-form .form-control {
    min-height: 3.5rem;
    background-color: #EFEEED;
    color: #52525B;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 500;
}
#contact-form textarea {
    padding: 1rem;
}
#contact-form .wpcf7-not-valid-tip {
    font-size: 1.1rem;
    letter-spacing: 1px;
}
#contact-form [type="checkbox"] + .wpcf7-list-item-label {
    font-weight: 500;
}
#contact-form [type="checkbox"] {
    width: 18px;
    aspect-ratio: 1;
    margin-right: 1rem;
    vertical-align: middle;
}

#subscribe-newsletter form {
    display: flex;
    flex-wrap: wrap;
    color: white;
}
#subscribe-newsletter p {
    display: block;
    margin-bottom: 0;
}
#subscribe-newsletter p:nth-of-type(1) {
    width: calc(100% - 9rem);
}
#subscribe-newsletter p:nth-of-type(2) {
    width: 9rem;
    padding-top: 0.5rem;
    background-color: #171717B2;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 1rem;
}
#subscribe-newsletter p:nth-of-type(1) input {
    width: 100%;
    font-size: 1.1rem;
    text-transform: uppercase;
    background-color: #171717B2;
    color: white !important;
    border: none;
    padding: 1rem 2rem;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#subscribe-newsletter p:nth-of-type(1) input::placeholder {
    color: white !important;
}
#subscribe-newsletter [type="submit"] {
    width: 100%;
    font-size: 1.1rem;
    text-transform: uppercase;
    background-color: white;
    border: none;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    transform: translateX(8px);
}
#subscribe-newsletter .wpcf7-spinner, #subscribe-newsletter .wpcf7-not-valid-tip {
    display: none !important;
    visibility: hidden !important;
}

#resources-header {
    position: relative;
}
#resources-header:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 30%;
    background-color: var(--primary);
    z-index: -1;
}

p.service-text {
    padding-bottom: 2rem;
}
p.service-text + .btn {
    padding: 0.75rem 2rem;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

#get-involved-marquee {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

#get-involved-marquee:before,
#get-involved-marquee:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

#get-involved-marquee:hover .marquee-set {
    animation-play-state: paused;
}

.marquee-set {
    display: inline-block;
    animation: 40s slide infinite linear;
}

.marquee-set img {
    height: 20rem;
    margin: 0 1rem;
}

.resources-paragraph {
    margin-left: 10vw;
    margin-right: 10vw;
}

#words-of-thanks .slick-slide {
    margin: 0 1rem;
}
#words-of-thanks .slick-list {
    margin: 0 -1rem;
}

#home-slider .slick-dots {
    bottom: 1rem !important;
}
#home-slider .slick-dots li button::before {
    font-size: 16px;
}
#home-slider .slick-dots li.slick-active button::before {
    color: var(--light);
}
#home-slider .slick-dots li button::before {
    color: var(--light);
}

#bloomerang-donation-form {
    font-size: 1rem;
}
#bloomerang-donation-form input:not([type="checkbox"], [type="radio"]), #bloomerang-donation-form textarea {
    padding: 1rem;
}
#bloomerang-donation-form select {
    padding: 0 1rem;
}
#bloomerang-donation-form [type="checkbox"] + span, #bloomerang-donation-form [type="radio"] + span {
    padding-left: 0.5rem;
}
#bloomerang-donation-form .btn-group {
    margin-top: 1rem;
}
#bloomerang-donation-form .section {
    margin-bottom: 1rem;
}
#bloomerang-donation-form .section {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
#bloomerang-donation-form .section input[type="text"],
#bloomerang-donation-form .section input[type="email"],
#bloomerang-donation-form .section input[type="tel"],
#bloomerang-donation-form .section input[type="number"],
#bloomerang-donation-form .section textarea,
#bloomerang-donation-form .section select {
    width: unset;
    max-width: 100%;
}
#bloomerang-donation-form .section h3 {
    flex: 0 0 100%;
    display: flex;
}
#bloomerang-donation-form .section > .field {
    max-width: calc(50% - 0.5rem);
    flex: 1 0 34%;
    display: flex;
    flex-direction: column;
}
#bloomerang-donation-form .section.payment {
    display: block;
}
#bloomerang-donation-form .section > .field > * {
    display: block;
}

#bloomerang-donation-form input:not([type="checkbox"], [type="radio"]), #bloomerang-donation-form textarea, #bloomerang-donation-form select {
    min-height: 3.5rem;
    background-color: white;
    color: black;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.centered-text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.btn-ticket {
    padding: 1rem 1.5rem;
    font-size: 3rem !important;
    text-transform: none !important;
    width: 100%;
}

.icon-100 {
    height: 100px;
    display: flex;
    align-items: end;
    justify-content: center;
}

/*@media (min-width: 1440px) {*/
/*    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {*/
/*        max-width: 1440px; } }*/
@media (min-width: 773px) {
    #words-of-thanks .testimonial {
        width: 500px !important;
    }
}
@media (max-width: 772px) {
    body {
        font-size: 1.1rem;
    }

    #home-programs p {
        line-height: unset;
    }

    #home-programs h3 {
        margin-bottom: 1rem;
    }

    .title-lg {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .title {
        font-size: 2rem;
        line-height: 2rem;
    }

    .lead-paragraph {
        font-size: 1.5rem;
        /*max-width: 1078px;*/
        /*margin-left: 1rem;*/
        /*margin-right: 1rem;*/
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .btn {
        font-size: 1.1rem;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        padding: 0.5rem 2.5rem;
    }

    .v-margin {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .v-padding {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #home-slider .slide-title {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }

    #home-slider .slide-content {
        position: absolute;
        bottom: 2rem;
        left: 0;
        padding: 1rem;
        max-width: unset;
    }

    #home-slider .slide-img {
        height: 50vh;
    }

    .impact-stat {
        font-size: 2.5rem;
    }

    .impact-desc {
        font-size: 1.25rem;
    }

    .board-members-desc {
        position: relative;
    }

    .member-name {
        font-size: 1.1rem;
    }
    .member-title {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .navbar-brand img {
        width: 60px;
        height: auto;
    }

    .story h3 {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    #subscribe-newsletter p:nth-of-type(1) input {
        padding: 1rem 1.5rem;
    }

    #subscribe-newsletter p:nth-of-type(1) input, #subscribe-newsletter [type="submit"] {
        font-size: 0.9rem;
    }

    p.service-text {
        padding-bottom: 0;
    }

    .resources-paragraph {
        margin-left: 0;
        margin-right: 0;
    }

    .subheading.subheading-mobile-sm {
        font-size: 1rem;
    }

    nav.navbar {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 100;
        background: white;
    }

    #bloomerang-donation-form .section > .field {
        max-width: 100%;
        flex: 1 0 100%;
    }

    .btn-ticket {
        font-size: 2rem !important;
    }
}