.trf-legacy-charity-page {
    --charity-dark: #2d2d2d;
    --charity-yellow: #fed300;
    color: #2d2d2d;
    font-family: Poppins, sans-serif;
    background: #fff;
}

.trf-legacy-charity-page *,
.trf-legacy-charity-page *::before,
.trf-legacy-charity-page *::after {
    box-sizing: border-box;
}

.trf-legacy-charity-page .container {
    width: min(1170px, calc(100% - 32px));
    margin: 0 auto;
}

.trf-legacy-charity-page .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.trf-legacy-charity-page [class*="col-"] {
    width: 100%;
    min-height: 1px;
    padding: 0 15px;
}

.trf-legacy-charity-page .relative {
    position: relative;
}

.trf-legacy-charity-page .text-center {
    text-align: center;
}

.trf-legacy-charity-page .uppercase {
    text-transform: uppercase;
}

.trf-legacy-charity-page .bold,
.trf-legacy-charity-page .font-black {
    font-weight: 700;
}

.trf-legacy-charity-page .font-10 {
    font-size: 10px;
}

.trf-legacy-charity-page .font-14 {
    font-size: 14px;
}

.trf-legacy-charity-page .font-24 {
    font-size: 24px;
}

.trf-legacy-charity-page .font-36 {
    font-size: 36px;
}

.trf-legacy-charity-page .pad-t-15 {
    padding-top: 15px;
}

.trf-legacy-charity-page .pad-t-30 {
    padding-top: 30px;
}

.trf-legacy-charity-page .pad-t-45 {
    padding-top: 45px;
}

.trf-legacy-charity-page .pad-b-15 {
    padding-bottom: 15px;
}

.trf-legacy-charity-page .pad-b-30 {
    padding-bottom: 30px;
}

.trf-legacy-charity-page .pad-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.trf-legacy-charity-page .margin-auto {
    margin-right: auto;
    margin-left: auto;
}

.trf-legacy-charity-page .margin-t-45 {
    margin-top: 45px;
}

.trf-legacy-charity-page .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.trf-legacy-charity-page .bg-white {
    background: #fff;
}

.trf-legacy-charity-page .bg-medical-detection-dogs {
    background: var(--charity-yellow);
    color: #2d2d2d;
}

.trf-legacy-charity-page .bg-medical-detection-dogs-2 {
    background: var(--charity-dark);
    color: #fff;
}

.trf-legacy-charity-page .charity-banner-bg {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.trf-legacy-charity-page .money-raised {
    width: min(430px, 100%);
    margin-left: auto;
    padding: 20px 25px;
    border-radius: 0 0 12px 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgb(0 0 0 / 22%);
}

.trf-legacy-charity-page .money-raised-legend {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.trf-legacy-charity-page .money-raised-amount {
    margin-top: 4px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}

.trf-legacy-charity-page .charity-logo img {
    max-width: 400px;
    margin-top: 15px;
}

.trf-legacy-charity-page .how-it-works {
    color: #2d2d2d;
}

.trf-legacy-charity-page .how-it-works h2 {
    margin: 0;
    color: #2d2d2d;
    font-weight: 700;
}

.trf-legacy-charity-page .how-it-works h3 {
    margin: 18px 0 10px;
    color: #2d2d2d;
}

.trf-legacy-charity-page .how-it-works p {
    max-width: 330px;
    margin: 0 auto;
    line-height: 1.5;
}

.trf-legacy-charity-page .how-it-works a {
    color: #2d2d2d;
}

.trf-legacy-charity-page .icon-150 {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.trf-legacy-charity-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border: 2px solid #00539f;
    border-radius: 999px;
    background: #00539f;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.trf-legacy-charity-page .btn.btn-blue.btn-lg.uppercase {
    border-color: #00743f !important;
    background: #00743f !important;
    color: #fff !important;
}

.trf-legacy-charity-page .btn.btn-blue.btn-lg.uppercase:hover,
.trf-legacy-charity-page .btn.btn-blue.btn-lg.uppercase:focus-visible {
    border-color: #006638 !important;
    background: #006638 !important;
    color: #fff !important;
    text-decoration: none;
}
.trf-legacy-charity-page .bg-medical-detection-dogs {
    padding: 42px 0 50px;
}

.trf-legacy-charity-page .bg-medical-detection-dogs h2 {
    margin: 0 0 18px;
    color: #2d2d2d;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.trf-legacy-charity-page .bg-medical-detection-dogs p,
.trf-legacy-charity-page .bg-medical-detection-dogs li {
    font-size: 16px;
    line-height: 1.65;
}

.trf-legacy-charity-page .bg-medical-detection-dogs a {
    color: #2d2d2d;
}

@media (min-width: 768px) {
    .trf-legacy-charity-page .col-sm-4 {
        width: 33.3333%;
    }

    .trf-legacy-charity-page .charity-logo {
        position: absolute;
        bottom: 0;
        left: calc((100vw - min(1170px, calc(100vw - 32px))) / 2);
        max-width: 400px;
    }

    .trf-legacy-charity-page .cta {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .trf-legacy-charity-page .charity-banner-bg {
        min-height: 0;
        padding-bottom: 24px;
    }

    .trf-legacy-charity-page .money-raised {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .trf-legacy-charity-page .charity-logo {
        position: static;
        text-align: center;
    }

    .trf-legacy-charity-page .charity-logo img {
        max-width: 50%;
        max-height: 170px;
    }

    .trf-legacy-charity-page .font-36 {
        font-size: 30px;
    }

    .trf-legacy-charity-page .pad-b-15-xs {
        padding-bottom: 15px;
    }
}
#main-content article.trf-legacy-charity-page a.btn.btn-blue.btn-lg.uppercase {
    background: #00743f !important;
    background-color: #00743f !important;
    border-color: #00743f !important;
    color: #fff !important;
}

    #main-content article.trf-legacy-charity-page a.btn.btn-blue.btn-lg.uppercase:visited,
    #main-content article.trf-legacy-charity-page a.btn.btn-blue.btn-lg.uppercase:hover,
    #main-content article.trf-legacy-charity-page a.btn.btn-blue.btn-lg.uppercase:focus {
        background: #006638 !important;
        background-color: #006638 !important;
        border-color: #006638 !important;
        color: #fff !important;
    }
