.report-section--hero .avia_textblock p {
    font-size: 1.25rem;
}
  
.report-section--hero .avia-button-wrap > a {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 450px;
}

.report-section--hero .avia-button-wrap > a img {
    width: 56px;
    height: auto;
}

.report-section--hero .avia-button-wrap > a span.avia_iconbox_title {
    color: #fff;
    text-decoration: none;
    font-size: 1.75rem;
    line-height: 1.33;
    transition: color 0.4s ease;
}

.report-section--hero .avia-button-wrap > a:hover span.avia_iconbox_title {
    color: #ffc60b;
}

.report-section--home .avia_textblock p {
    font-size: 1.25rem;
}

.report-section--home h2.av-special-heading-tag {
    font-weight: 600 !important;
}

.report-section--home .avia-button-wrap > a {
    color: #fff;
    padding: 20px 40px;
    font-size: 1.5rem;
    border-radius: 12px;
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    .report-section--home .avia-button-wrap > a {
        color: #fff;
        padding: 16px 24px;
        font-size: 1.5rem;
        border-radius: 12px;
        margin: 24px 0;
    }
}

.report-section--home.section--impact-report .ep-column:last-child img {
    max-height: 550px;
    object-fit: contain;
}

.report-section--hero .ep-column:last-child img {
    max-height: 550px;
    object-fit: contain;
}


  @media only screen and (min-width: 1250px) {
    .report-section--hero .avia-button-wrap > a img {
        width: 70px;
    }
    
    .report-section--hero .avia-button-wrap > a span.avia_iconbox_title {
        font-size: 1.875rem;
    }
}

.report-section--numbers .ep-animated-number {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.report-section--numbers .ep-animated-number .ep-animated-number-content {
    color: #047386 !important;
    font-weight: 600;
}

.report-section--numbers .ep-item-grid-wrapper .ep-item-image {
    margin-bottom: 12px;
}

.report-section--numbers .ep-item-grid-wrapper .ep-item-image img {
    margin: 0 auto;
}

.report-section--success .ep-animated-number {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.report-section--success .ep-animated-number .ep-animated-number-content {
    color: #047386 !important;
    font-weight: 600;
}

.report-section--success .ep-animated-number .heading {
    color: #45c1be !important;
}

.report-section--success .report-stat--reverse p::after {
    content: 'SUMMER CAMP HOURS BY 20%';
    display: inline;
    color: #45c1be !important;
    font-size: 32px;
    font-weight: 600;
    margin-left: 5px;
    top: 1px;
    position: relative;
}

.report-section--success .report-stat--reverse p {
    line-height: 1.2;
    padding-top: 12px;
}

.report-section--housing .ep-animated-number {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.report-section--housing .ep-animated-number .ep-animated-number-content {
    color: #047386 !important;
    font-weight: 600;
}


.report-section--housing .ep-animated-number .heading {
    color: #45c1be !important;
}

.report-section--housing .report-box--info {
    padding-left: 90px !important;
    display: flex;
    align-items: center;
}

.report-section--housing .report-box--info > .ep-column-inner {
    height: auto;
    position: relative;
}

.report-section--housing .report-box--info > .ep-column-inner .avia-image-container {
    margin: 0;
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
} 

.report-section--housing .report-box--info > .ep-column-inner .avia-image-container .avia-image-container-inner img {
    width: 90px;
    height: 90px;
} 


.report-section--impact .ep-animated-number {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.report-section--impact .ep-animated-number .ep-animated-number-content {
    color: #047386 !important;
    font-weight: 600;
}

.report-section--impact .report-box--longinfo {
    padding-top: 50px;
}

.report-section--impact .report-box--longinfo > .ep-column-inner {
    height: auto;
    position: relative;
}

.report-section--impact .report-box--longinfo > .ep-column-inner .avia-image-container {
    margin: 0;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
} 

.report-section--impact .report-box--longinfo > .ep-column-inner .avia-image-container .avia-image-container-inner img {
    width: 100px;
    height: 100px;
}

.report-section--news .report-box--newsgallery .ep-column-inner > div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.report-section--news .report-box--newsgallery .ep-column-inner > div .avia-image-container:first-child {
    flex-basis: 65%;
}

.report-section--news .report-box--newsgallery .ep-column-inner > div .avia_textblock {
    margin-top: auto;
    flex-basis: calc(35% - 12px);
}

.report-section--news .report-box--newsgallery .ep-column-inner > div .avia-image-container:last-child img{
    max-height: 375px;
    object-fit: cover;
    object-position: top;
}

.report-section--donors .report-box--thanks .ep-column-inner .avia-image-container .avia-image-container-inner img {
    width: 100px;
    height: 100px;
}

.report-section--donors .report-box--three-buttons a.avia-button {
    position: relative;
    overflow: visible;
    padding-top: 40px;
    padding-bottom: 18px;
    font-size: 24px;
    border-radius: 12px;
    text-align: center;
    line-height: 1.2;
    margin-top: 40px !important;
}

.report-section--donors .report-box--three-buttons a.avia-button img {
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    min-width: 60px;
    height: 65px;
}

@media only screen and (min-width: 1250px) {
    .report-section--donors .report-box--three-buttons.avia-buttonrow-wrap {
        flex-wrap: nowrap;
    }

    .report-section--donors .report-box--three-buttons a.avia-button {
        flex-basis: 33%;
    }
}

.report-section--donors .report-box--three-buttons a.avia-button.avia-color-default {
    background-color: rgb(129, 39, 88);
    color: #fff !important;
}

.report-section--donors .report-box--three-buttons a.avia-button.avia-color-default:hover {
    background-color: rgb(102, 26, 68);
    color: #fff !important;
}

.report-section--slider .ep-tab-slider .ep-tab-slider-before-content > h2 {
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 12px;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .background-image:before {
    content: none;
}

.report-section--slider .tabslider--section .ep-tab-slider-controls-wrapper .ep-tab-slider-controls .flickity-slider .ep-tab-control .ep-tab-control-inner img {
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.report-section--slider .tabslider--section .ep-tab-slider-controls-wrapper {
    align-self: flex-start;
    margin: 2px 0 0 7%;
    width: auto !important;
}

.report-section--slider .tabslider--section .ep-tab-slider-controls-wrapper .flickity-slider {
    align-items: center;
    background-color: #047386;
    border-radius: 20px;
    padding: 10px;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-flickity-image .flickity-image-inner:before {
    content: none;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-flickity-image .flickity-image-inner:after {
    content: none;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-flickity-image .flickity-image-inner .flickity-image-inner-inner:before {
    content: none;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-flickity-image .flickity-image-inner .flickity-image-inner-inner svg {
    display: none;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-flickity-image .flickity-image-inner {
    padding: 0;
}

.report-section--slider .tabslider--section .ep-tab-slider-controls-wrapper .ep-tab-slider-controls .flickity-slider .ep-tab-control:not(:last-child) {
    margin-bottom: 0;
}

.report-section--slider .slider-quote-bubble {
    background-color: #047386;
    padding: 40px 60px;
    border-radius: 24px;
    text-align: center;
}

.report-section--slider .slider-quote-bubble p {
    position: relative;
    color: #fff !important;
}

.report-section--slider .slider-quote-bubble em {
    color: #fec616 !important;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-tab-content-content-inner a {
    text-decoration: none;
    color: #f27025 !important;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-tab-content-content-inner h3 {
    color: #047386 !important;
}

.report-section--slider .slider-quote-bubble span {
    color: #fff !important;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-tab-content-content-inner .ep-tab-title {
    display: none;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-tab-content-content-inner blockquote {
    background-color: #047386;
    color: #fff !important;
    font-size: 18px;
    padding: 40px;
    border-radius: 24px;
    text-transform: uppercase;
    line-height: 1.5;
}

.report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper.controls-fixed {
    padding-top: 0 !important;
}

.report-section--slider .tabslider--section .ep-tab-slider-controls-wrapper.fixed {
    top: auto !important;
    position: relative !important;
    background: none !important;
    box-shadow: none !important;
}

.report-section--anniversary .impact-padding {
    padding-right: 8%;
    padding-left: 8%;
}

.report-section--anniversary .avia-builder-el-first img {
    max-width: 450px;
    margin: 0 auto;
}

.report-section--side-by-quote .report-box--quote {
    margin-top: 48px;
}

.report-section--side-by-side .av-special-heading.report-title--title-svg {
    display: flex;
    align-items: center;
}

.report-section--side-by-side .av-special-heading.report-title--title-svg img {
    width: 100px;
    min-width: 100px;
}

@media only screen and (min-width: 768px) {
    .report-section--anniversary .impact-padding {
        padding-right: 10%;
        padding-left: 10%;
    }

    .report-section--slider .ep-tab-slider .ep-tab-slider-before-content {
        margin: 34px auto 34px 0 !important;
        text-align: left;
    }

    .report-section--slider .tabslider--section .ep-tab-slider-contents-wrapper .ep-tab-content .ep-tab-content-inner .ep-tab-content-content .ep-flickity-image {
        order: 1;
        margin: 0;
        margin-left: auto;
    }
}

@media only screen and (min-width: 990px) {
    .report-section--anniversary .impact-padding {
        padding-right: 33%;
        padding-left: 10%;
    }
    .report-section--side-by-quote .report-box--quote {
        margin-top: 0;
    }
    .report-section--slider .tabslider--section {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .report-section--slider .tabslider--section .ep-tab-slider-controls-wrapper .ep-tab-slider-controls .flickity-slider .ep-tab-control .ep-tab-control-inner img {
        min-width: 100%;
        height: 100%;
    }
    .report-section--slider .tabslider--section .ep-tab-slider-controls-wrapper {
        margin: 2px 0 0;
        width: 100% !important;
        align-self: normal;
    }
    .report-section--impact .ep-animated-number .heading {
        font-size: 40px;
    }
    
}

@media only screen and (max-width: 989px) {
    .report-section--anniversary .ep-columns .ep-column.avia-builder-el-last {
        margin-bottom: 0;
    }
}

.report-section--spotlight .ep-column-inner .avia-image-container:first-child {
    height: 80px;
}

.report-section--spotlight .ep-column-inner .avia-image-container:first-child .avia-image-container-inner {
    height: 100%;
}

.report-section--spotlight .ep-column-inner .avia-image-container:first-child .avia-image-container-inner .avia-image-overlay-wrap{
    height: 100%;
}

.report-section--spotlight .ep-column-inner .avia-image-container:first-child .avia-image-container-inner img {
    object-fit: contain;
    height: 100%;
}

.report-section--spotlight .ep-columns-inner .av-animated-generic .ep-column-inner {
    justify-content: flex-start;
}

.report-section--side-by-quote .quote-success .avia-image-container {
    height: auto !important;
}

.report-section--side-by-quote .quote-success .avia_textblock:last-child {
    background-color: #047386;
    padding: 40px 60px;
    border-radius: 24px;
}
.report-section--side-by-quote .quote-success .avia_textblock:last-child p {
    position: relative;
}

.report-section--anniversary .ep-columns .ep-column.avia-builder-el-last img {
    max-width: 615px;
}


body .header .header-inner .header-logo {
    width: 165px !important;
}

@media only screen and (min-width: 990px) {
    body .header .header-inner .header-logo {
        width: 255px !important;
    }
}

@media only screen and (min-width: 1100px) {
    body .header .header-inner .header-logo {
        width: 300px !important;
    }
}