/* BODY */
.caveat {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
body {
    color: #000000;
    /* font-size: 18px; */
    font-family: "Epilogue", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
p {
    margin-bottom: 1rem;
}
h1,
h2 {
    /* font-size: 23px; */
    margin-bottom: 1rem;
    color: #003B77;
}
h3 {
    /* font-size: 26px; */
    margin-bottom: 1rem;
}
.round-red-btn {
    padding: 15px 30px;
    border-radius:100px;
    background-color:#D23829;
    color:white!important;
        text-decoration: none!important;
    font-weight:400;
    border: 1px solid transparent;
    border: none;
    cursor: pointer;
}
.round-green-btn {
    padding: 15px 30px;
    border-radius:100px;
    background-color:#00C781;
    color:white;
        text-decoration: none!important;
    font-weight:400;
    border: 1px solid transparent;
    border: none;
}
.round-trans-btn {
    padding: 15px 30px;
    border-radius:100px;
    background-color:transparent;
    border: 1px solid black;
    color:black!important;
        text-decoration: none!important;
    font-weight:400;
    border: none;
}
.round-black-btn {
    padding: 15px 30px;
    border-radius:100px;
    background-color:black;
    border: 1px solid transparent;
    color:white!important;
        text-decoration: none!important;
    font-weight:400;
    border: none;
}
/* HEADER */
#donation-header {
    margin-top: 50px;
    margin-bottom: 50px;
}
#donation-header *::before,
#donation-header *::after {
    display: none;
}
.d-container {
    margin-left: 150px;
    margin-right: 150px;
}
.dl-container {
    margin-left: 30px;
    margin-right: 30px;
}
.donation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #555555;
}
nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
nav ul li a {
    color: inherit;
    margin: 0 12px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 16px;
}
.toggle-menu {
    display: none;
}
/* TICKER */
#ticker {
    position: relative;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}
.ticker-overflow .ticker-messages p {
    margin: 0;
    /* font-size: 16px; */
    margin-right: 10vw;
    white-space: nowrap;
}
.ticker-overflow {    
    overflow: hidden;
    display: flex;
}
.ticker-overflow .ticker-messages {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation: smoothScrollText 20s infinite linear;
}

.ticker-overflow {    
    overflow: hidden;
    display: flex;
}
.ticker-overflow .ticker-messages {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation: smoothScrollText 20s infinite linear;
}
@keyframes smoothScrollText {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* HERO */
#slideshow {
    position: relative;
}
#slideshow > .content {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}
#slideshow > .content::-webkit-scrollbar {
    display: none;
}
#slideshow > .content > div {
    flex: 100% 0 0;
    display: flex;
    min-height: 300px;
    align-items: center;
    scroll-snap-align: start;
}
#slideshow > .content > div > .feature {
    display: flex;
    align-items: center;
    flex: 50% 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 28.12%;
}
#slideshow > .content > div > .feature > img,
#slideshow > .content > div > .feature > iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#slideshow > .content > div > .feature > iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#slideshow > .content > div > .content {
    flex: 50% 0 0;
    padding: 50px;
    box-sizing: border-box;
    /* padding-bottom: 36px; */
}
#slideshow > .content > div > .content > *:first-child {
    margin-top: 0;
}
#slideshow > .content > div > .content > *:last-child,
#slideshow > .content > div > .content > *:last-child > *:last-child {
    margin-bottom: 0;
}
#slideshow > .content > div > .content h1 {
    font-size: 46px;
    margin-bottom: 1rem;
}
#slideshow > .content > div > .content > div * {
    /* font-size: 16px; */
}
#slideshow > .nav {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #aaaa;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    transform-origin: 100% 100%;
}
#slideshow > .nav > a {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    width: 18px;
    height: 18px;
    background: #000;
    opacity: 0.3;
    border-radius: 999em;
    transition: all 0.25s;
    transform: scale(0.7);
}
#slideshow > .nav > a + a {
    margin-left: 3px;
}
#slideshow > .nav > a:hover {
    opacity: 0.6;
}
#slideshow > .nav > a.active {
    opacity: 1.0;
    transform: scale(1.0);
}
/* MAIN */
#main-content {
    background-color: #EFEFEF;
    padding: 50px;
}
#main-content *::before,
#main-content *::after {
    display: none;
}
.main-content {
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    gap: 50px
}
.main-content .left {
    position: relative;
}
.main-content .span {
    display: block;
    width: 2px;
    height: 100%;
    background-color: black;
    opacity: 10%;
}
.donation-form form #calculator #calculator-donation {
    font-size: 56px;
}
#calculator table {
    /* font-size: 20px; */
}
.accreditation {
    display: flex;
    gap: 30px;
    max-height: 130px;
}
.accreditation .pga {
    width: 40%;
    text-align: center;
}
.accreditation .stars {
    width: 60%;
    text-align: center;
}
.accreditation img {
    max-width: 100%;
    max-height: 100%;
}
#charities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}
#charities a {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background-color: white;
    border-radius: 6px;
}
#charities img {
    position: absolute;
    top:50%;
    left: 50%;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    transform: translate(-50%, -50%);
    object-fit:contain;
    object-position: center;
    mix-blend-mode: multiply;
}
.section-mb,
#calculator {
    margin-bottom: 50px;
}
.section-mb img,
.section-mb video {
    max-width: 100%!important;
}
a {
    color: black;
    text-decoration: underline;
}
/* FOOTER */
#donation-footer {
    padding-top: 100px;
    background-color: #EFEFEF;
}
#donation-footer *::before,
#donation-footer *::after {
    display: none;
}
.donation-footer {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 0 25px;
    padding-bottom: 100px;
}
.donation-footer img {
    justify-self: center;
    max-width: 100%;
    height: auto;
}
#bottom-banner {
    background-color: #003b77;
    padding: 20px 0;
}
#bottom-banner *::after,
#bottom-banner *::before {
    display: none;
}
.bottom-banner {
    color: white!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.bottom-banner nav a {
    color: white!important;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media screen and (max-width: 1400px) {
    #slideshow > .content > div {
        flex-direction: column-reverse;
    }
    #slideshow > .content > div > .content {
        flex: initial;
    }
    #slideshow > .content > div > .feature {
        flex: initial;
        padding-bottom: 56.25%;
    }
    #charities {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1200px) {
    .main-content {
        gap:50px;
    }
}
@media screen and (max-width: 1024px) {
    #slideshow > .content > div {
        flex-direction: column-reverse;
    }
    #slideshow > .content > div > .content {
        flex: initial;
    }
    #slideshow > .content > div > .feature {
        flex: initial;
        padding-bottom: 56.25%;
    }
}
@media screen and (max-width: 992px) {
    .dl-container {
        margin-left: 12px;
        margin-right: 12px;
    }
    .toggle-menu {
        display: block;
        order: 2;
        cursor: pointer;
    }
    .donation-header {
        flex-wrap: wrap;
    }
    .donation-header nav {
        order: 3;
        width: 100%;
        height: 0px;
        overflow: hidden;
        transition: 0.3s ease-in-out;
    }
    nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding: 25px 0;
    }
    .donation-header .round-green-btn {
        display: block;
    }
    .donation-header > img {
        max-width: 60%;
        height: auto;
    }
    .main-content {
        grid-template-columns: 1fr;
    }
    .main-content .span {
        height: 2px;
        width: 100%;
    }
    #charities {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 767px) {
    #slideshow > .content > div > .content h1 {
        font-size: 30px;
    }
    #main-content {
        padding: 50px 12px;
    }
    #charities {
        grid-template-columns: 1fr 1fr;
    }
}