/* Hero */
.wrapper.titleBlock.home-overlay {
    background: rgb(131 129 182 / 70%);
    padding: 70px 100px;
    justify-content: flex-start;
}

.wrapper.titleBlock.home-overlay h1 {
    background: transparent;
    letter-spacing: 3.52px !important;
    font-size: 44px !important;
    padding: 0px;
    margin-bottom: 15px;
}

.wrapper.titleBlock.home-overlay p {
    color: #fff;
    font-size: 24px;
    margin: 0px;
}

.wrapper.titleBlock.home-overlay p a.btn {
    border-color: #fff;
    color: #fff;
    font-size: 20px;
    padding: 5px 30px;
    margin-top: 20px;
}
/* End Hero */


/* Section One */
main .section-one h2 {
    text-align: center;
    letter-spacing: 3.17px !important;
    color: #000000 !important;
    font-family: 'Geo', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
    font-weight: bold !important;
    font-size: 44px;
    margin-top: 100px;
}

main .section-one p {
    font-size: 20px !important;
    color: #000 !important;
}
/* End Section One */

/* Section Two */

main .section-two h3 {
    color: #000;
    font: normal normal bold 45px/52px Gotham;
    letter-spacing: 3.61px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 70px;
}

main .section-two .steps {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    max-width: 1200px;
    margin: auto;
    flex-direction: row;
}


main .section-two .steps > div:nth-child(1),
main .section-two .steps > div:nth-child(2){
    background: #4A7090;
}

main .section-two .steps > div:nth-child(3),
main .section-two .steps > div:nth-child(4){
    background: #E2DD55;
}

main .section-two .steps > div:nth-child(5),
main .section-two .steps > div:nth-child(6),
main .section-two .steps > div:nth-child(9){
    background: #575588;
}

main .section-two .steps > div:nth-child(1),
main .section-two .steps > div:nth-child(3),
main .section-two .steps > div:nth-child(5),
main .section-two .steps > div:nth-child(7) {
    width: 100px;
}

main .section-two .steps > div:nth-child(1) svg  {
    fill:#fff !important;
}

main .section-two .steps > div:nth-child(3) svg  {
    fill:#4A7090 !important;
}

main .section-two .steps > div:nth-child(5) svg  {
    fill:#E2DD55 !important;
}

main .section-two .steps > div:nth-child(7) svg  {
    fill:#575588 !important;
}

main .section-two .steps > div:nth-child(9) svg  {
    fill:#fff !important;
}

main .section-two .steps > div svg  {
    width: 100px;
}


main .section-two .steps .step-content {
    width: 300px;
    padding: 25px 0px 25px 25px;
    display:
    flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

main .section-two .step-content h3 {
    margin: 30px 0px 0px 0px;
    font: normal normal bold 70px/25px Gotham;
    letter-spacing: 0px;
}

.steps .step-content p {
    margin: 0px;
    padding: 0px;
    font: normal normal 300 18px/22px Geo;
    letter-spacing: 0px;
    color: #fff;
}

.steps .step-content:nth-child(4) p {
    color:#000000;
}

.steps .step-content:nth-child(2) h3 {
    color:#95BBDB
}

.steps .step-content:nth-child(4) h3 {
    color:#8B8B17
}

.steps .step-content:nth-child(6) h3 {
    color:#CFCDEA
}

.steps svg.mobile {
    display:none;
}
/* End Section Two */

/* Section Three */
.section-three h3 {
    font: normal normal bold 45px/52px Gotham;
    letter-spacing: 2.71px;
    color: #2A2744;
}

.section-three .row {
    margin-bottom:30px;
}

.section-three .areas .fundblock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.section-three .areas .fundblock .first {
    width: 100px;
    margin-right: 20px;
}

.section-three .areas .fundblock .second {
    width: calc(100% - 120px);
}

.section-three .fundblock {
    margin-bottom:50px;
}

.section-three .fundblock a.btn {
    color: #58595B !important;
    border-color:#4A697F;
    font-size:18px;
    padding:2px 20px !important;
    font-weight:600;
    margin-top:15px;
}

.section-three .fundblock p {
    font-size:18px;
}

.section-three .fundblock h4 {
    font-size:20px;
    font-family: 'Gotham', sans-serif;
    margin-bottom:10px;
}

.section-three .fundblock:nth-child(1) h4 {
    color: #4A697F;
}

.section-three .fundblock:nth-child(1) a.btn {
    border-color:#4A697F;
}

.section-three .fundblock:nth-child(2) h4 {
    color: #6F9BC0;
}

.section-three .fundblock:nth-child(2) a.btn {
    border-color:#6F9BC0;
}

.section-three .fundblock:nth-child(3) h4 {
    color: #D1C829;
}

.section-three .fundblock:nth-child(3) a.btn {
    border-color:#D1C829;
}

.section-three .fundblock:nth-child(4) h4 {
    color: #8381B8;
}

.section-three .fundblock:nth-child(4) a.btn {
    border-color:#8381B8;
}

.section-three .fundblock:nth-child(5) h4 {
    color: #27318A;
}

.section-three .fundblock:nth-child(5) a.btn {
    border-color:#27318A;
}

.section-three .imagecontainer img {
    margin-bottom:30px;
}
/* End Section Three */

/* Section Four */
section.articles article {
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: space-between;
}

section.articles article  .second {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 100px;
}

section.articles article:nth-of-type(2) .first {
    order: 2;
}

section.articles article:nth-of-type(1),
section.articles article:nth-of-type(2) {
    margin-bottom:100px;
}

section.articles article .first img {
    width:100% !important;
    max-width:100% !important;
    height:auto;
}

section.articles article .first {
    width:35% !important;
}

section.articles article .second {
    width:65% !important;
}

section.articles {
    margin-bottom:100px;
}

section.articles article h4 {
    color:#27318A;
    font-size:38px;
    margin-bottom: 20px;
}

section.articles article p {
    color:#000000;
    font-size:20px;
}

section.articles article a.btn {
    color: #58595B !important;
    border-color: #27318A;
    font-size: 18px;
    padding: 2px 20px !important;
    font-weight: 600;
}
/* End Section Four */

/* Section Five */
.wrapper.donorTitle h4 {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 50px;
}

div.donors {
    margin-top: 0px !important;
}
/* End Section Five */

/* Misc */
hr.thrive-divider {
    border-top: 1px solid #27318A;
    background: transparent;
    height: 0px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    opacity: 1 !important;
}

.footer.uk-section ul li a {
    text-decoration: none;
}
/* End Misc */

@media (max-width:1600px) {
    .section-one {
        max-width:calc(100% - 60px);
    }
    
    .wrapper.titleBlock.home-overlay {
        position: relative;
        top: initial;
        bottom: initial;
        width: 100% !important;
        max-width: 100% !important;
    }

    .wrapper.titleBlock.home-overlay h1 {
        padding:0px !important;
    }
    
    div.slideshow ul.uk-slideshow-items, div.slideshow ul.uk-slideshow-items > * {
        overflow: visible;
        height: auto;
        position: relative;
    }
    
    div.slideshow ul.uk-slideshow-items li img.bannerImg {
        max-width: 100% !important;
        height: auto !important;
        width: 100% !important;
    }

    hr.thrive-divider {
        max-width:calc(100% - 60px) !important;
    }
}

@media (max-width:1300px) {
    section.articles article {
        flex-direction:column !important;
    }
    
    section.articles article .first {
        
        width:calc(100% - 60px) !important;
        order:0 !important;
    }

    section.articles article .second {
        width:100% !important;
        order:1 !important;
    }

    section.articles article img {
        margin:30px;
    }
    
    .section-two .steps {
        flex-direction: column !important;
        width: calc(100% - 60px);
        margin: auto !important;
        max-width: 600px !important;
    }
    
    .section-two svg.desktop {
        display:none;
    }

    .section-two svg.mobile {
        display:block;
        width:100% !important;
    }

    .section-two .steps > * {
        width:100% !important;
    }

    .section-two .steps h3 {
        margin-bottom:50px !important;
    }

    .section-two .steps p {
        margin-bottom:30px !important;
    }
    
    .section-two .steps .step-content {
        padding: 25px 50px 0px 50px !important;
    }
}


@media (max-width:600px) {
    .donor {
        margin:0px !important;
        display:inline-flex;
        width: 50%;
    }

    .wrapper.titleBlock.home-overlay,
    section.articles article .second {
        padding:50px 30px;
    }

    main .section-two h3 {
        padding:0px 30px;
    }
}


section.faq {
    padding-bottom:100px  !important;
}

section.faq h5 {
    margin-bottom: 50px;
    margin-top:50px;
    text-align: left !important;
    width: 100%;
    text-transform: uppercase;
}

section.faq a.question {
    text-decoration: none;
    color: var(--primary) !important;
    border-color: #27318A;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Geo';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

section.faq div.faq-accordion {
    margin-bottom:30px;
}

section.faq div.faq-accordion div.answer {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height:0px;
    max-height:0px;
    overflow:hidden;
}

section.faq div.faq-accordion.open div.answer {
    max-height:500px;
    height:auto;
}

section.faq div.faq-accordion.open a.question,
section.faq a.question:hover {
    color: var(--primary) !important;
}

section.faq div.faq-accordion div.answer p {
    color: #000;
    font-size: 18px;
}