:root {
    --white: #FFFFFF;
    --orange: #f74902;
    --gray: #fafafa;
    --black: #0a0a0a;
    --purple: #652798;
    --light-purple: #d8c7dc;
}


.bg-white {
    background-color: var(--white);
}

.bg-orange {
    background-color: var(--orange);
}

.bg-purple {
    background-color: var(--purple);
}

.bg-light-purple {
    background-color: var(--light-purple);
}

.bg-gray {
    background-color: var(--gray);
}

.text-white {
    color: var(--white);
}

.text-orange {
    color: var(--orange);
}

.text-purple {
    color: var(--purple);
}

.text-light-purple {
    color: var(--light-purple);
}

.text-bold {
    font-weight: 700 !important;
}

body {
    font-family: 'Jost', sans-serif;
    background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
}

a:hover,
a:focus {
    color: var(--orange);
}

.logo img {
    width: 250px;
}

.l-header-nav {
    border-bottom: 2px solid var(--white);
}

.lang-switch,
.top-search {
    padding: 0 .5rem;
}

/* HOME */
.header {
    height: 800px;
}

.header-content {
    margin-top: 450px;
    color: var(--white);
}

.home-summary {
    font-size: 30px;
    text-align: center;
    color: var(--light-purple);
    width: 60%;
    margin: 50px auto;
}

.home-summary a {
    font-size: 18px;
    text-decoration: none;
    color: var(--purple);
}

.home-stats,
.newsletter {
    background-color: var(--light-purple);
    text-align: center;
    padding: 50px 0;
}

.home-stats h4 {
    color: var(--purple);
    padding-top: 30px;
}

.home-stats .stats {
    margin: 50px;
    font-weight: 700;

}

.home-stats .stats h3 {
    font-size: 42px;
    color: var(--orange);
    font-weight: 700;
}

.home-stats .stats p {
    color: var(--white);
}

.quote {
    height: 700px;
}

.quote-section {
    background-color: var(--black);
    float: right;
    margin-right: 50px;
    margin-top: 160px;
    color: var(--white);
    padding: 20px;
    width: 550px;
}

.quote-section p {
    margin-top: 70px;
}

.newsletter input {
    border-radius: 10px;
}

.newsletter h3 {
    color: var(--purple);
}

.news {
    background-color: var(--white);
    padding: 50px 0;
}

.news h3 {
    color: var(--purple);
    margin-bottom: 20px;
    font-weight: 700;
}

.news p {
    color: var(--purple);
    margin-bottom: 20px;
}

.news .date {
    color: var(--orange);
    margin: 10px 0;
}

.news a {
    text-decoration: none;
    font-size: 1.2em;
    color: var(--purple);
    font-weight: 500;
}

/* FOOTER */
footer {
    background-color: var(--purple);
    padding: 30px 0;
}

footer .logo img {
    width: 410px;
    padding-top: 20px;
}

footer h5 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    color: var(--white);
}

footer p {
    color: var(--white);
    line-height: 1;
}

.footer-links {
    list-style-type: none;
    padding-left: 0;
    
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    padding-bottom: 10px;
}

.footer-links li {
    padding: 4px 0;
    color: #ffffff;
}

.footer-text {
    margin-top: 20px;
    color: #ffffff;
}

/* OVERRIDES */
.l-header {
    position: absolute;
}

.l-sec--in-numbers {
    background-color: var(--light-purple);
}

.text-center {
    text-align: center;
}

.c-btn--yellow {
    color: var(--white);
    background-color: var(--purple);
}

.c-btn--menu.c-btn--menu-negative,
.c-btn--search.c-btn--menu-negative {
    color: var(--purple);
    background-color: var(--light-purple);
}

.t-content-title {
    width: 60%;
    margin: 0 auto;
    line-height: 1.5;
    /* color: var(--light-purple); */
    font-size: 32px;
}

.c-in-number__desc {
    font-size: 16px;
    margin-bottom: 50px;
}

.section-title {
    font-size: 21px;
    font-weight: 700;
    color: var(--purple);
    margin-top: 50px;
    margin-bottom: 50px;
}

.c-who-we-are {
    position: absolute;
    top: 10rem;
    right: 0rem;
    margin-right: 10rem;
    width: 70rem;
    background-color: rgba(0, 0, 0, 0.8);
}

.c-who-we-are__content {
    margin-bottom: 0;
}

.c-who-we-are__desc {
    margin-left: 140px;
    font-size: 21px;
}

.c-who-we-are:before {
    top: -3rem;
    left: -1rem;
    width: 20rem;
    height: 20rem;
    background: url(../img/awdf/AWDF_Format_Quote_Icon_1.png) no-repeat;
    background-size: cover;
}

.t-head-page {
    color: var(--purple);
}

.t-head--line-left:before,
.t-head--line-down:after {
    display: none;
}

.t-head--line-down {
    border-bottom: none;
}

.t-head--comp {
    font-size: 42px;
    font-weight: 700;
    color: var(--purple);
}

.t-head--comp-2 {
    font-size: 42px;
    /* font-weight: 700; */
    color: var(--orange);
}

.l-sec__header p {
    font-size: 21px;
    color: var(--purple);
}

.t-head--line-down {
    padding-bottom: 0;
    margin-bottom: 0;
}

.c-date {
    color: var(--orange);
}

.c-news__title a {
    color: var(--purple);
}

.logo-white {
    height: 80px;
}

.l-footer {
    background-color: var(--purple);
}

.l-footer__inner {
    padding: 1rem 5rem;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.c-hero p {
    font-size: 21px;
}

.c-btn {
    text-transform: none;
}

.logo-nav {
    width: 300px;
    margin-right: 100px;
}

.newsletter h3 {
    font-size: 28px;
    font-weight: 700;
}

.newsletter .cta {
    width: 280px;
}

.newsletter input {}

.newsletter button {
    background-color: var(--orange) !important;
    color: var(--white);
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 14px;
}

.c-nav--dropdown {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 21rem;
}

.c-nav--dropdown__item {
    justify-content: flex-start;

}

.c-nav--dropdown__item:not(:last-child):after {
    left: 0;
}

.c-show-more a:hover {
    color: var(--white);
}

.c-nav__item:hover .c-btn--menu {
    color: var(--white);
}

.footer-social-icons {
    width: 350px;
    display: block;
    margin: 0;
}

.social-icon {
    color: #fff;
}

.social-icon-n {
    color: var(--purple);
}

ul.social-icons {
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 40px;
}

ul.social-icons-n {
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 40px;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

.social-icons-n li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.social-icons-n a {
    color: var(--purple);
    text-decoration: none;
}

.social-icons .fa {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 11px 13px;
    margin-right: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.social-icons-n .fa {
    width: 40px;
    height: 40px;
    border: 2px solid var(--purple);
    border-radius: 50%;
    padding: 11px 13px;
    margin-right: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-twitter:hover {
    background-color: #00aced;
}

.fa-rss:hover {
    background-color: #eb8231;
}

.fa-youtube:hover {
    background-color: #e64a41;
}

.fa-linkedin:hover {
    background-color: #0073a4;
}

.page-nav .c-btn--menu,
.c-btn--search {
    color: var(--purple);
}

.c-btn--menu.c-btn--menu-negative:hover,
.c-btn--search.c-btn--menu-negative:hover {
    background-color: var(--orange) !important;
}

.c-about-top__teaser.c-mod1 {
    margin-right: 12rem;
}

.t-content.t-content--big.c-mod1 > p {
    line-height: 140%;
}

.c-quote.c-mod1 {
    padding: 2.4rem 0;
}

.c-quote__text.c-mod1 {
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 12px;
    margin-left: 40px;
    position: relative;
    z-index: 200;
    /* color: var(--purple); */
}

.c-quote__text.c-mod1 p:first-of-type {
    margin-top: 0px;
}

.c-quote.c-mod1::after {
    display: none;
}

.c-quote__author.c-mod1 {
    flex-direction: row-reverse;
    padding-right: 1rem;
    font-weight: 300;
}

.c-quote__author.c-mod1::before {
    display: none;
}

.c-quote__author.c-mod1::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: .1rem;
    margin-right: .65rem;
    margin-top: 2px;
    background-color: #000;
}

.c-about-owner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 9rem;
    height: .3rem;
    background-color: #ffd22d;
    z-index: 2;
}

@media only screen and (max-width: 980px) {
    .c-quote.c-mod1::before {
        left: 0.5rem;
        top: -1.6rem;
        width: 12rem;
        height: 8.5rem;
    }
}

@media only screen and (max-width: 680px) {
    .c-quote.c-mod1::before {
        left: 6rem;
        top: -1.6rem;
        width: 12rem;
        height: 8.5rem;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container.padding-x-60px {
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
}

.c-mod1-dot-separator {
    margin-top: 7rem
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 10px;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-38p {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}

.col-md-62p {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}

.d-inline-block {
    display: inline-block !important;
}

.m-0 {
    margin: 0px !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

h3.c-mod1 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: -2px;
    line-height: 100%;
}

div.hr.c-mod1 {
    width: 165px;
    height: 1px;
    display: inline-block;
    border: 0px;
    border-top: 1px solid var(--orange);
}

p.dot-description {
    font-weight: 300;
}

.tile-cont {
    margin-bottom: 30px;
}

@media only screen and (max-width: 980px) {
    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6.tile-cont {
        margin-bottom: 4rem;
    }

    .col-md-6.tile-cont:last-of-type {
        margin-bottom: 0rem;
    }

    .c-mod1-dot-separator {
        margin-top: 0px;
    }

    .col-md-6.mobile-separator-1 {
        margin-top: 6rem;
    }
}

@media only screen and (max-width: 575px) {
    .col-md-38p {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 520px) {
    .col-md-38p {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-62p {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    h3.c-mod1 {
        margin-top: 32px;
    }
}

.text-upper {
    text-transform: uppercase;
}

.l-inner {
    padding-top: 7rem;
}

.team-member-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    width: 35rem;
    height: .1rem;
    background-color: #f74902;
}

.l-inner-team {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin-bottom: 70px;
}

.l-inner-team:last-child {
    margin-bottom: 0;
}

.t-head--line-top-2:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    margin: 0;
    width: 30rem;
    height: .1rem;
    background-color: #f74902
}

.yr-20 {
    padding: 70px 50px;
    margin-bottom: -40px;
}

.yr-20 h3 {
    font-size: 50px;
}

.page-tabs {
    padding: 30px;
    font-size: 28px;
}

.page-tabs,
.page-tabs a,
.page-tabs button,
.page-mini-tabs,
.page-mini-tabs a,
.page-mini-tabs button{
    color: var(--purple) !important;
    background-color: transparent !important;
}

.page-tabs a,
.page-mini-tabs a {
    padding: 0 20px;
}

.page-tabs a.active,
.page-mini-tabs a.active,
.page-tabs button.active,
.page-mini-tabs button.active,
.page-tabs a:hover,
.page-mini-tabs a:hover,
.page-tabs button:hover,
.page-mini-tabs button:hover
{
    color: var(--orange) !important;
    background-color: transparent !important;
}

.page-tabs ul.teams-pills li:not(:last-child){
    border-right: 2px solid #652798;
    border-radius: 0;
}

.l-sec--normal {
    margin: 10rem 0 0;
}

.l-inner-job {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--gray);
}

.l-inner-job:last-child {
    margin-bottom: 0;
}

.job-header p {
    position: absolute;
    right: 0;
    top: 0;
}

.c-news__content {
    padding: 30px;
}

.media-top {
    background: url(../img/awdf/AWDF__T9A9651_jpg_3.png) no-repeat;
    background-size: cover;
}

.c-quote:after {
    display: none;
}

.media.c-quote {
    padding-top: 25px;
}

.media p {
    font-size: 18px;
}

.media .c-picture .c-news__pic {
    width: 50%;
}

.media-cat {
    padding-bottom: 60px;
    font-size: 18px;
    text-transform: uppercase;
}


.media-cat a,
.media-cat button{
    padding-right: 40px;
    color: var(--purple);
    text-transform: uppercase;
    background-color: transparent !important;
}

.media-cat a.active,
.media-cat button.active{
    font-weight: bold;
}

.media-cat button.active{
    color: #652798 !important;
}
.media-cat i {
    color: var(--orange);
    padding: 4px;
    border: 1px solid var(--orange);
    margin-right: 5px;
}

.c-btn-purple {
    border: 1px solid var(--purple);
    color: var(--purple);
}

.c-btn-orange {
    border: 1px solid var(--orange);
    background-color: var(--orange);
    color: var(--white);
}

.resources-content {
    margin-left: -40px;
    margin-top: 150px;
    margin-bottom: 20px;
    width: 80%;
}

.resources p {
    margin-top: 40px;
    font-size: 18px;
    width: 80%;
}

.resources-content h3 {
    margin-top: 20px;
    font-size: 24px;
}

.reports {
    padding: 30px;
    font-size: 18px;
}

.impact-header {
    margin-top: 40px;
    font-size: 21px;
    width: 70%;
}

.impact p {
    margin-top: 40px;
    font-size: 18px;
    width: 90%;
}

.impact-stats {
    padding: 30px;
    margin: 30px auto;
}

.impact-stats h3 {
    font-size: 35px;
}

hr {
    border-bottom: 1px solid var(--white);
    width: 40%;
    margin-top: 60px;
}

.impact-map .t-head-page {
    margin-bottom: 140px;
}

.impact-map {
    height: 500px;
}

.action-header {
    padding: 50px;
    font-size: 21px;
    background-color: rgba(255, 255, 255, 0.7);
}

.l-inner-action {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid var(--gray);
}

.l-inner-action p {
    width: 90%;
}

.contact-section {
    margin-top: 200px;
}

.contact-left {
    padding: 50px;
    background-color: rgba(101, 39, 152, 0.7);
}

.contact-right {
    padding: 50px;
}

.contact-right h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-newsletter {
    width: 80%;
}

.contact-button {
    width: 100%;
    border-radius: 10px;
}

.c-nav--dropdown__label {
    text-align: left;
}

.lang-bkg {
    /* position: absolute; */
    top: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
}

.lang-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 200px;
    z-index: 100;
    width: 100%;
}

.inner-lang {
    width: 50%;
    background-color: var(--white);
    color: var(--purple);
    text-align: center;
}

.inner-lang h2 {
    font-size: 42px;
    margin: 50px;
}

.lang-buttons {
    width: 80%;
    margin: 20px auto 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lang-buttons p {
    margin: 10px 20px 0;
}

.c-btn-orange.lang-button a {
    color: var(--white);
}

.c-btn-clear {
    border: 2px solid var(--orange);
    color: var(--orange);
}

.c-btn-clear a {
    color: var(--orange);
}

.lang-button {
    width: 100%;
}

#lang-overlay,
#search-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 100;
}

.donors-list {
    margin: 50px auto 100px;
}

.donors-list a {
    text-decoration: underline;
}

.c-btn--yellow:hover {
    background-color: var(--orange);
    color: var(--white);
}

video#homevideo {
    z-index: 1111;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url(../img/awdf/AWDF_9N8A8806-scaled_jpg_2.png) no-repeat;
    background-size: cover;
}


div.call-to-action{
    position: absolute;
    bottom: 30px;
    z-index: 1112;
    width: 550px;
    right: 10px;
}

div.call-to-action img.img-fluid{
    height: 100%;
    object-fit: cover;
    object-position: top;
}

div.call-to-action .fa-close{
    cursor: pointer;
}

div.call-to-action h2{
    position: relative;
}

div.call-to-action h2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    border-top: 1px solid #61a60e;
}

.single-text {
    margin: 20px auto 60px;
}

.single-content h3 {
    font-size: 21px;
}

.single-content {
    margin-left: -10%;
    margin-top: 50%;
    margin-bottom: 25%;
    width: 80%;
}

.swiper-overlay{
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.l-inner {
    z-index: 3;
}

p{
    font-size: 20px;
}

.team-bio p{
    font-size: 16px;
}

ul.staff-tabs{
    font-size: 18px;
}
ul.lists{
    font-size: 18px;
}

ul.staff-tabs li:not(:last-child){
    border-right: 1px solid #652798;
}

ul.staff-tabs li button.active{
    font-weight: bold;
}

h1{
    font-size: 48px;
}

header nav{
    font-size: 13px;
}

body p{
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #652798;
}

a[aria-controls]{
    font-size: 14px;
}

button{
    font-size: 18px;
}

footer,footer p{
    font-size: 16px;
}

a{
    color: #ee6e57;
}

header nav a{
    color: #000;
}

p.tag-line{
    font-size: 34px;
    color: #652798;
}

h2.team-member-header{
    font-weight: bold;
}

div.news-wrapper div.alm-reveal{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

section ul li {
    font-size: 20px;
}

.c-about-top .c-about-top__teaser .t-content > p{
    font-size: 26px;
    font-weight: bold;
}

.view-all-publications,.view-all-publications:hover{
    background-color: var(--orange);
    color: #fff;
    padding: 10px 20px;
    align-self: flex-end;
}

.c-nav__item.is-active, .c-nav__item.is-opened {
    background-color: #652798;
}

.c-nav__item:hover .c-btn--menu {
    color: #000;
}

.c-show-more {
    margin-bottom: 15px;
}


@media (max-width:480px) {
    .c-who-we-are {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
        width: 100%;
    }

    #mc-embedded-subscribe{
        margin-top: 10px !important;
    }

    .c-quote:after, .c-quote:before {
        top: -20px;
        left: 0 !important;
    }

    .ajax-load-more-wrap{
        margin-top: 200px;
    }

    [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
        transition-property: opacity, transform;
        margin-bottom: 20px;
    }

    .single-post-title{
        display: none;
    }

    .c-nav--dropdown {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
    }

    .c-nav--dropdown__item:not(:last-child):after {
        right: 5.5rem;
        left:unset;
    }

    .c-nav--dropdown__item {
         justify-content: flex-end;
    }

     .c-nav__item.is-opened .c-btn__label{
        color: #fff;
    }

}

.page-nav .c-btn--hamburger span {
    background: #652798;
}

.account-box,
.c-project--default {
    background-color: var(--light-purple);
    color: var(--purple);
}


.c-project--default h3 {
    font-size: 22px;
    color: var(--orange);
    padding-bottom: 0;
    margin: 3rem 0 2rem;
}

.c-project__title {
    border-bottom: none;
}

.c-project__title:before {
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
    left: 0;
    width: 45rem;
    height: 0.1rem;
    background-color: var(--orange);
}

.c-project__title:after {
    display: none;
}

.c-project--default .c-project__desc {
    margin-bottom: 1rem;
}

.k-products {
    padding: 30px;
    margin: 30px auto;
}

.k-products h2 {
    font-size: 42px;
}

.k-products h3 {
    font-size: 21px;
}

.k-products hr {
    border-bottom: 1px solid var(--white);
    width: 80%;
    margin-top: 10px;
}

.k-approach hr {
    border-bottom: 1px solid var(--orange);
    width: 100%;
    margin-top: 30px;
}

.single-text {
    margin: 20px auto 60px;
}

.single-content h3 {
    font-size: 21px;
}

.single-content {
    margin-left: -40px;
    margin-top: 150px;
    margin-bottom: 20px;
    width: 80%;
}

.search-header {
    border-bottom: solid 1px #1a1a1a;
    padding: 40px 0;
}

.search-header:last-child {
    border-bottom: none !important;
}


.search-form {
    width: 80%;
    margin: 20px auto 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.search-form form {
    margin-top: 14px;
    width: 2500px;
}

.search-form form input {
    border: none;
    border-bottom: 1px solid #1a1a1a;
    border-radius: 0;
    font-size: 21px;
}

.search-form span {
    margin-left: 30px;
}

#search-overlay {
    display: none;
}

.not-found {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 100px;
    color: var(--white);
}

.not-found h2 {
    font-size: 50px;
}

.not-found h1 {
    font-size: 100px;
}


.donate-card {
    padding: 80px;
    background-color: rgba(255, 255, 255, 0.8);
}

.donate-card h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.accordion-button {
    font-size: 2rem !important;
    color: var(--orange);
    border-bottom: solid 1px #000000;
}

.accordion-item {
    border: none;
    background-color: transparent;
    padding: 10px;
}

.accordion-button:not(.collapsed) {
    color: var(--orange);
    background-color: var(--gray);
    box-shadow: none;
}

.accordion {
    --bs-accordion-bg: none;
}

.accordion-body {
    color: var(--purple);
}

.c-btn-purple-bkg {
    border: 1px solid var(--purple);
    background-color: var(--purple);
    color: var(--white);
}

.c-btn-purple-bkg.lang-button a {
    color: var(--white);
}


.search-close{
    position: absolute;
    top: 0;
    right: 10%;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.resource-reports,
.resource-reports:hover{
    color: var(--purple);
    text-decoration: underline;
    font-weight: bold;
}

.kb-items{
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.grantee-submit{
    background-color: var(--orange) !important;
    width: 100% !important;
    color: #fff !important;
}

.kb-tab-title {
    font-size: 24px;
    opacity: 0.5;
}

.kb-tab-title.active{
    opacity: 1;
}