/*
 *** Volunteer Contribute
 */

#volunteer__contribute, #volunteer-signup__contribute {
    background-color: #951e79;
    background-image: url(../img/bg-home-impact@2x.jpg) #951E79
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

#volunteer-signup__contribute {
    margin-bottom: 70px;
}

#volunteer__contribute h2, #volunteer-signup__contribute h2 {
    font-size: 46px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

#volunteer__contribute img, #volunteer-signup__contribute img {
    height: 64px;
    margin-top: 26px;
    margin-bottom: 0;
}

#volunteer__contribute h3, #volunteer-signup__contribute h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-top: 26px;
    margin-bottom: 0;
}

#volunteer__contribute p, #volunteer-signup__contribute p {
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: 88px;
}

#volunteer__contribute a, #volunteer-signup__contribute a {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #951e79;
    border: 2px solid #ffffff;
    padding: 14px 70px 12px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

#volunteer-signup__contribute .col-lg-4:nth-child(2) img {
    height: 86px !important;
    margin-bottom: -24px;
}

#volunteer-signup__contribute h2 {
    margin-bottom: 20px;
}

#volunteer-signup__contribute .col-lg-4:nth-child(3) img {
    height: 56px !important;
    margin-bottom: 6px;
}

@media (max-width: 1199px) {
    #volunteer-signup__contribute .col-lg-4 img {
        width: 60px !important;
    }

    #volunteer-signup__contribute .col-lg-4:nth-child(2) img {
        width: 60px !important;
        margin: 30px 0 0;
    }

    #volunteer-signup__contribute .col-lg-4:nth-child(3) img {
        width: 72px !important;
        margin: 30px 0 0 10px;
    }
}

@media (max-width: 767px) {
    #volunteer__contribute a, #volunteer-signup__contribute a {
        padding: 14px 30px 12px;
    }
}

#volunteer__contribute a:hover, #volunteer-signup__contribute a:hover {
    background: transparent;
    color: #ffffff;
}

/*
 *** Volunteer UN Separator
 */

#volunteer_un-separator {
    background: #2050a2;
    padding: 2em 0 !important;
}

#volunteer_un-separator .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

#volunteer_un-separator img {
    height: 85px;
}

#volunteer_un-separator p {
    font-size: 1.25em;
    color: white;
    margin: 0;
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 10px;
}

/*
 *** Volunteer Initiative
 */

#volunteer__initiative {
    background-color: #f0f4f8;
    padding: 80px 20px;
}

#volunteer__initiative h3 {
    font-weight: 300;
}

#volunteer__initiative h4 {
    font-weight: 300;
    font-size: 3.14em;
    margin: 10px 0;
}

#volunteer__initiative p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-top: 0;
}

/*
 *** Volunteer Explainer Videos
 */

#volunteer__explainer_videos {
    background-color: #fff;
    padding: 80px 20px 0;
}

#volunteer__explainer_videos h3 {
    font-weight: 300;
}

#volunteer__explainer_videos h4 {
    font-weight: 300;
    font-size: 3.14em;
    margin: 10px 0;
}

#volunteer__explainer_videos p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-top: 0;
}

#volunteer__explainer_videos .btn {
    margin: 20px 0 50px;
    padding: 14px 30px 11px;
    line-height: 1;
    background: transparent;
    color: #951e79;
    border: solid 2px #951e79;
    white-space: normal;
    height: auto;
    transition: color 0.3s ease, background 0.3s ease;
}

#volunteer__explainer_videos .btn:hover {
    background: #951e79;
    color: white;
}

/*
 *** Volunteer Agenda 2030
 */

#volunteer__agenda2030 {
    background-color: #f0f4f8;
    padding: 80px 20px;
}

#volunteer__agenda2030 h3 {
    font-weight: 300;
}

#volunteer__agenda2030 h4 {
    font-weight: 300;
    font-size: 3.14em;
    margin: 10px 0;
}

#volunteer__agenda2030 p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-top: 0;
}

#volunteer__agenda2030 .btn {
    margin-top: 20px;
    padding: 14px 30px 11px;
    line-height: 1;
    background: transparent;
    color: #951e79;
    border: solid 2px #951e79;
    white-space: normal;
    height: auto;
    transition: color 0.3s ease, background 0.3s ease;
}

#volunteer__agenda2030 .btn:hover {
    background: #951e79;
    color: white;
}

/*
 *** Volunteer Initiative Partner
 */

#volunteer__initiative_partner {
    background-color: #fff;
    padding: 80px 20px;
}

#volunteer__initiative_partner h3 {
    font-weight: 300;
}

#volunteer__initiative_partner h4 {
    font-weight: 300;
    font-size: 3.14em;
    margin: 10px 0;
}

#volunteer__initiative_partner p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-top: 0;
}

#volunteer__initiative_partner .btn {
    margin-top: 20px;
    padding: 14px 30px 11px;
    line-height: 1;
    background: transparent;
    color: #951e79;
    border: solid 2px #951e79;
    white-space: normal;
    height: auto;
    transition: color 0.3s ease, background 0.3s ease;
}

#volunteer__initiative_partner .btn:hover {
    background: #951e79;
    color: white;
}

#volunteer__initiative_partner .support {
    text-align: center;
}

#volunteer__initiative_partner .support h3 {
    font-size: 34px;
    font-weight: 300;
    color: #951e79;
    line-height: 1.03;
}

/*
 *** Volunteer Main
 */

#volunteer__main {
    background-color: #fff;
    padding: 80px 20px 0;
    position: relative;
}

.slick-slider-volunteer {
    margin-bottom: -200px;
}

.signup__section .slick-slider-volunteer {
    margin-bottom: 0;
}

.slick-slider-volunteer .slick-track {
    display: flex;
    align-items: center;
    height: 400px;
}

.slick-slider-volunteer .slider-box {
    width: 360px;
    height: 380px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    padding: 10px;
    transition: transform 0.3s ease;
    transform: scale(0.5);
    margin: 0 -60px;
    outline: none;
}

.slick-slider-volunteer .slider-box .inner {
    height: 100%;
    width: 100%;
    background: #cbcbcb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background 1s ease;
}

.slick-slider-volunteer .slider-box .inner .content-wrapper {
    text-align: center;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.slick-slider-volunteer .slider-box .inner h4 {
    font-size: 40px;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.slick-slider-volunteer .slider-box .inner img {
    height: 130px;
    margin: 2px auto 25px;
}

.slick-slider-volunteer .slider-box .inner h3 {
    font-size: 47px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin: 0;
    line-height: 1.03;
    text-transform: uppercase;
}

.slick-slider-volunteer .slider-box.slick-current {
    transform: scale(1);
    z-index: 3;
}

.slick-slider-volunteer .slider-box.middle-layer {
    /*transform: scale(0.65);*/
    z-index: 2;
}

.slick-slider-volunteer .slider-box.middle-layer .inner {
    background: #cbcbcb !important;
}

.slick-slider-volunteer .slider-box.behind-layer {
    z-index: 1;
}

.slick-slider-volunteer .slider-box.behind-layer .inner {
    background: #cbcbcb !important;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    z-index: 4;
}

.slick-next {
    right: 0;
}

@media (max-width: 767px) {
    .slick-slider-volunteer .slick-track {
        height: 200px;
    }

    .slick-slider-volunteer .slider-box {
        width: 180px;
        height: 190px;
        padding: 6px;
        margin: 0 -40px;
    }

    .slick-slider-volunteer .slider-box .inner h4 {
        font-size: 22px;
    }

    .slick-slider-volunteer .slider-box .inner img {
        height: 60px;
        margin: 0 auto 10px;
    }

    .slick-slider-volunteer .slider-box .inner h3 {
        font-size: 24px;
    }
}

#volunteer__main .main-content-wrapper {
    background: #f0f4f8;
    padding: 200px 0 80px;
}

#volunteer__main .main-content {
    margin-top: 60px;
    position: relative;
}

#volunteer__main .main-content h3 {
    font-weight: 300;
}

#volunteer__main .main-content h4 {
    font-weight: 300;
    font-size: 3.14em;
    margin: 10px 0;
}

#volunteer__main .main-content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-top: 0;
}

#volunteer__main .main-btn {
    padding-top: 11px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 40px;
}

#volunteer__main .main-content .nopadding {
    padding: 0;
}

#volunteer__main .main-content .icon {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100px;
    max-height: 100px;
    background: #4c9f38;
    padding: 10px;
    z-index: 2;
}

#volunteer__main .main-content .icon img {
    max-height: 80px;
    max-width: 80px;
}

#volunteer__main .main-content .gradient-layer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
    z-index: 1;
}

@media (max-width: 991px) {
    #volunteer__main {
        padding-top: 0;
    }

    .mobile-margin-top {
        margin-top: 40px;
    }
}

/*
 *** Home Campaign
 */

#home_campaign .left-wrapper {
    position: relative;
}

#home_campaign .left-wrapper .left-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    text-align: center;
}

#home_campaign .left-wrapper .left-content h4 {
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #951e79;
    margin: 40px 0 10px;
}

#home_campaign .left-wrapper .left-content img {
    width: 80%;
}

#home_campaign .left-wrapper .left-content h3 {
    font-size: 30px;
    font-weight: bold;
    color: #951e79;
    margin: 10px 0 0;
}

#home_campaign .left-wrapper .above-content {
    position: absolute;
    top: 0;
    transform: translate(-38px, -53px);
    background: #951e79;
    padding: 3px 25px 0;
}

#home_campaign .left-wrapper .above-content h4 {
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #ffffff;
    margin: 10px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #home_campaign .left-wrapper {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    #home_campaign .left-wrapper .left-content h4 {
        font-size: 24px;
        margin: 10px 0 0;
    }

    #home_campaign .left-wrapper .left-content img {
        width: 60%;
        max-width: 200px;
    }

    #home_campaign .left-wrapper .left-content h3 {
        font-size: 22px;
        margin: 0;
        padding-top: 15px;
    }

    #home_campaign .left-wrapper .above-content {
        transform: translate(-10px, -43px);
        padding: 0 10px;
    }

    #home_campaign .left-wrapper .above-content h4 {
        font-size: 18px;
    }
}

/*
 *** Volunteer Signup Slider
 */

#registration-form .slick-slider-volunteer {
    margin: 40px 0;
}

/*
 *** Volunteer Signup Slider Goal Topics
 */

#registration-form .slick-slider-volunteer .goal-topic {
    display: none;
}

/*
 *** Agenda 2030
 */

#agenda-2030 {
    font-size: 16px;
    padding: 0;
}

#agenda-2030 section {
    padding: 5em 0;
}

@media (max-width: 767px) {
    #agenda-2030 {
        font-size: 12px;
    }
}

/*
 *** Agenda 2030 Header
 */

#agenda_header {
    background: linear-gradient(white 0%, #f0f4f8 15%);
    padding-top: 0 !important;
}

#agenda_header h1 {
    font-size: 3.625em;
    line-height: 1.2em;
}

#agenda_header h1 span {
    font-weight: 300;
}

#agenda_header .watch-video-wrapper {
    position: relative;
}

#agenda_header .watch-video-wrapper a.btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 10px), -50%);
    padding: .6em 2em 0.5em;
    height: auto;
    background: #951E79;
    color: white;
    font-size: 1.5em;
    margin: 0;
}

#agenda_header .watch-video-wrapper a.btn:hover {
    color: #951E79;
    background: rgba(255, 255, 255, 0.8);
}

#agenda_header .watch-video-wrapper a.btn::before {
    border-color: transparent transparent transparent white;
}

#agenda_header .watch-video-wrapper a.btn:hover::before {
    border-color: transparent transparent transparent #951E79;
}

@media (max-width: 767px) {
    #agenda_header .watch-video-wrapper a.btn {
        transform: translate(-50%, -50%);
    }
}

/*
 *** Agenda 2030 UN Separator
 */

#agenda_un-separator {
    background: #2050a2;
    padding: 2em 0 !important;
}

#agenda_un-separator .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

#agenda_un-separator img {
    height: 85px;
}

#agenda_un-separator p {
    font-size: 1.25em;
    color: white;
    margin: 0;
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    padding: 0 10px;
}

/*
 *** Agenda 2030 Sustainable Development
 */

#agenda_sustainable-development .goal-icons-wrapper {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

#agenda_sustainable-development .goal-icons-wrapper .icon {
    width: 5.625em;
    height: 5.625em;
    margin-right: 1.125em;
    margin-bottom: 1.375em;
}

#agenda_sustainable-development h4 {
    font-size: 1.5em;
    font-weight: 300;
    color: #951e79;
    margin-top: 0;
    margin-bottom: 12px;
}

#agenda_sustainable-development h3 {
    font-size: 2.75em;
    font-weight: 300;
    color: #1d1d1b;
    margin-bottom: 20px;
}

#agenda_sustainable-development p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125em;
    line-height: 1.56;
    color: #1d1d1b;
}

#agenda_sustainable-development a.btn {
    font-size: 1.5em;
    line-height: 1;
    padding: .7em 1em;
    height: auto;
}

/*
 *** Agenda 2030 Dimensions
 */

#agenda_dimensions {
    background: white;
}

#agenda_dimensions h4 {
    font-size: 1.5em;
    font-weight: 300;
    color: #951e79;
    margin-bottom: 12px;
}

#agenda_dimensions h3 {
    font-size: 2.75em;
    font-weight: 300;
    color: #1d1d1b;
    margin-bottom: 20px;
}

#agenda_dimensions p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.125em;
    line-height: 1.56;
    color: #1d1d1b;
}

#agenda_dimensions a.btn {
    font-size: 1.5em;
    line-height: 1;
    padding: .7em 1em;
    height: auto;
}

#agenda_dimensions img {
    margin-top: 10em;
}

#agenda_dimensions .col-md-6:last-child {
    text-align: center;
}

@media (max-width: 991px) {
    #agenda_dimensions img {
        margin-top: 2em;
    }
}

/*
 *** Agenda 2030 Videos
 */

#agenda_videos h4 {
    font-size: 1.5em;
    font-weight: 300;
    color: #951e79;
    margin-bottom: 12px;
}

#agenda_videos h3 {
    font-size: 2.75em;
    font-weight: 300;
    color: #1d1d1b;
    margin-bottom: 20px;
}

#agenda_videos a.btn {
    font-size: 1.5em;
    line-height: 1;
    padding: .5em 1em 0.4em;
    height: auto;
}