<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container.site-header__container{
    max-width: 1400px;
}
.site-header__main-nav-container{
    display: none;
}
.blue-btn{
    background-color: #0094c6;
    color: #fff;
    padding: 15px 25px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 900;
    letter-spacing: 2.4px;
    display: table;
    margin: 20px 0 0;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.blue-btn:hover{
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 0 15px #00000020;
}
.blue-btn:focus{
    color: #ffffff;
    outline: none;
    text-decoration: none;
}
.blue-btn:visited{
    color: #ffffff;
    background-color: #0484af;
}
.hero-section__link .blue-btn{
    margin: 20px 0 0 auto;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    padding: 10px 6px !important;
    color: #000000;
    border: 0;
}

/* Freedom */
.freedom-section{
    padding: 80px 0;
    text-align: center;
}
.freedom-section .freeddom_title{
    font-size: 48px;
    line-height: 43px;
    color: #595a5a;
}
.freedom-section .freeddom_title p{
    margin-bottom: 30px;
}
.freedom-section .freeddom_paragraph p{
    margin-bottom: 30px;
    font-weight: 300;
}
.freedom-section .freeddom_paragraph p:last-child{
    margin-bottom: 0;
}
.freedom-section .freeddom_paragraph p strong{
    font-weight: 800;
}

/* Graphics */
.graphics-container{
    text-align: center;
    padding-bottom: 80px;
}
.graphics-container .graphics_caption{
    text-transform: uppercase;
    font-weight: 900;
    color: #595a5a;
    margin: 0 auto 50px;
    max-width: 80%;
}

.graphics-container .graphics_caption p{
    line-height: 26px;
}

.row.graphic-list a {
    display: block;
    position: relative;
    text-decoration: none;
}
.graphic_image_caption{
    font-size: 12px;
    color: #000;
    line-height: 16px;
    margin-top: 5px;
    display: block;
}
.row.graphic-list a &gt; img {
    object-fit: cover;
    max-height: 100%;
    height: 255px;
    width: 100%;
}
.download-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}
.row.graphic-list a:hover .download-overlay{
    opacity: 1;
}
.download-overlay img{
    display: block;
    max-width: 50px;
    margin-bottom: 10px;
    opacity: 1;
}
.download-overlay .download-size {
    display: block;
    color: #dbdbdb;
    font-size: 15px;
    line-height: 20px;
}

/*.................css added 03-12-20..................*/
.mobile-nav__menu .menu-item.donate_btnm a{ 
    background-color: #f05a24; 
    color: #fff; 
    border-radius: 6px;
    text-align: center;
    display: block;
    border:1px solid transparent; 
}
.mobile-nav__menu .menu-item.donate_btnm a:hover{ 
    background-color: #000; 
    color: #fff;
    border:1px solid #f05a24; 
}
.footer-upper form {
    flex-wrap: wrap;
    align-items: self-start;
}
.footer-upper__newsletter-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
     margin-top: 0; 
}
.footer-upper__newsletter-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
    margin: 0;
    width: 100% !important;
    background: none;
    border: 0;
    padding:0;
}
/*.................css added 03-12-20..................*/
@media screen and (min-width: 1549px) {
    body.page-template-homepage .hero-section{
        background-position: 70% 100%;
    }
    body.page-template-homepage .hero-section__row {
        height: 1110px;
    }
}
@media screen and (min-width: 1649px) {
    .container.site-header__container {
        max-width: 1580px;
    }
    .hero-section{
        background-size: cover;
    }
    body.page-template-homepage .hero-section__row {
        height: 1140px;
    }
}
@media screen and (max-width: 1450px) {
    .container.site-header__container {
        max-width: 96%;
    }
    body.page-template-homepage .hero-section__row {
        height: 890px;
    }
    body.page-template-homepage .hero-section{
        background-size: 100% 100%;
    }
    .hero-section__first-line, .hero-section__second-line {
        font-size: 90px;
    }
    .welcome {
        padding: 60px 0;
    }
}
@media screen and (max-width: 1300px) {
    body.page-template-homepage .hero-section__row {
        height: 800px;
    }
    .hero-section__first-line, .hero-section__second-line {
        font-size: 80px;
        line-height: 75px;
        margin-bottom: 25px;
    }
    .hero-section__paragraph {
        font-size: 20px;
        line-height: 24px;
    }
    .welcome__title {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .welcome__paragraph{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 60px;
    }
    .home-blockquote__text {
        font-size: 50px;
        line-height: 50px;
    }
    .voice {
        padding: 80px 0 0;
    }
    .voice::after{
        bottom: -220px;
    }
    .voice__title {
        font-size: 50px;
        line-height: 50px;
    }
    .help-box__column {
        padding: 200px 0 20px;
    }
    .help-box__title {
        font-size: 50px;
        line-height: 50px;
    }
    .help-box__title p{
        margin-bottom: 40px;
    }
    .help-box__step-title {
        font-size: 45px;
        line-height: 50px;
    }
    .help-box__step-text {
        font-size: 18px;
        line-height: 24px;
    }
    .help-box__cta .blue-btn{
        font-size: 16px;
        padding: 20px 40px;
    }
    .enough {
        padding: 80px 0 200px;
    }
    .enough__title {
        font-size: 50px;
        line-height: 50px;
    }
    .enough__stat-number {
        font-size: 42px;
    }
    .enough__stat-text {
        font-size: 18px;
        line-height: 24px;
    }
    .footer-upper__heading {
        font-size: 50px;
        line-height: 50px;
    }
    .footer-upper__form-title {
        font-size: 40px;
    }
    body:not(.home) .site-footer{
        margin-top: 120px;
    }

}
@media screen and (max-width: 1200px) {
    .site-header {
        height: 84px;
    }
    .site-header__logo-link{
        max-width: 240px;
    }
    body.page-template-homepage .hero-section__row {
        height: 720px;
    }
    .hero-section__first-line, .hero-section__second-line {
        font-size: 70px;
        line-height: 66px;
        margin-bottom: 20px;
    }
    .hero-section__paragraph {
        font-size: 18px;
        line-height: 22px;
        width: 460px;
    }
    .blue-btn{
        padding: 13px 23px;
        letter-spacing: 2px;
    }
    .home-blockquote {
        padding: 100px 0;
    }
    .voice {
        padding: 50px 0 0;
    }
    .voice::after {
        bottom: -120px;
        height: 280px;
        background-size: cover;
    }
    .welcome__title, .voice__title, .home-blockquote__text, .help-box__title, .enough__title, .footer-upper__heading {
        font-size: 42px;
    }
    .enough {
        padding: 70px 0 180px;
    }
    .enough__title{
        margin-bottom: 20px;
    }
    .welcome__partner-logos-row .col-auto img {
        width: 120px;
    }
    .welcome__partner-logos-row .col-auto.double img {
        width: 300px;
    }
    .help-box__column {
        padding: 170px 0 0;
    }
    .help-box__step-number{
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .help-box__step-title {
        font-size: 40px;
        line-height: 45px;
    }
    .help-box__step-text {
        font-size: 17px;
        line-height: 23px;
    }
    .help-box__cta .blue-btn {
        font-size: 15px;
        padding: 15px 40px;
    }
    .enough__title-row {
        margin-bottom: 30px;
    }
    .enough__stat-number {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .enough__stat-text {
        font-size: 16px;
        line-height: 22px;
    }
    .enough__paragraph{
        font-size: 18px;
        line-height: 26px;
    }
    .welcome__partner-title {
        font-size: 18px;
    }
    .footer-upper::before{
        height: 200px;
        top: -130px;
        background-size: cover;
    }
    .footer-upper__form-title {
        font-size: 34px;
    }
    body:not(.home) .site-footer{
        margin-top: 80px;
    }
}
@media screen and (max-width: 1024px) {
    .site-header__logo-link{
        max-width: 200px;
    }
    body.page-template-homepage .hero-section__row {
        height: 650px;
    }
    .hero-section__paragraph{
        margin-left: auto;
    }
    .hero-section__first-line, .hero-section__second-line {
        font-size: 65px;
        line-height: 60px;
    }
    .hero-section__paragraph {
        font-size: 16px;
        line-height: 20px;
        width: 420px;
    }
    .welcome__title, .voice__title, .home-blockquote__text, .help-box__title, .enough__title, .footer-upper__heading {
        font-size: 38px;
        line-height: 42px;
    }
    .welcome__title{
        margin-bottom: 20px;
    }
    .welcome__paragraph {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 40px;
    }
    .welcome__partner-logos-row .col-auto {
        flex: 0 0 25%;
    }
    .welcome__partner-logos-row .col-auto.double {
        flex: 0 0 50%;
    }
    .home-blockquote {
        padding: 80px 0;
    }
    .voice::after{
        height: 250px;
    }
    .help-box__step-title {
        font-size: 34px;
        line-height: 35px;
    }
    .help-box__cta .blue-btn {
        max-width: 520px;
        font-size: 14px;
        padding: 12px 40px;
        line-height: 20px;
    }
    .help-box__cta {
        margin-top: 10px;
    }
    .welcome-video {
        padding: 40px 0 0;
    }
    .enough {
        padding: 50px 0 160px;
    }
    .enough__title-row {
        margin-bottom: 20px;
    }
    .enough__paragraph {
        font-size: 16px;
        line-height: 22px;
    }
    .enough__statistics-row .enough__stat-wrapper{
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    .enough__stat-number {
        font-size: 30px;
        margin-bottom: 22px;
    }
    .enough__stat-text {
        font-size: 15px;
        line-height: 20px;
    }
    .footer-upper__form-title {
        font-size: 28px;
        line-height: 32px;
    }
    body:not(.home) .site-footer{
        margin-top: 60px;
    }
    .download-overlay{
        opacity: 1;
        padding: 10px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-direction: row-reverse;
        background-image: linear-gradient(to top, #000000bf 0%, transparent 100%);
        background-color: transparent;
    }
    .download-overlay img{
        max-width: 25px;
        margin-bottom: 0;
        margin-left: 10px;
    }
    .download-overlay .download-size {
        font-size: 14px;
        color: #ffffff;
    }
}
@media screen and (max-width: 899px) {
    .site-header__logo-container, .site-header__mobile-nav{
        padding: 0;
    }
    body.page-template-homepage .hero-section__row {
        height: 550px;
    }
    .hero-section__first-line, .hero-section__second-line {
        font-size: 55px;
        line-height: 48px;
        margin-bottom: 16px;
    }
    .hero-section__paragraph {
        width: 350px;
    }
    .hero-section__content-container{
        width: 550px;
    }
    .welcome__paragraph {
        font-size: 15px;
        line-height: 20px;
    }
    .welcome__partner-title {
        font-size: 16px;
    }
    /* .welcome__title, .voice__title, .home-blockquote__text, .help-box__title, .enough__title, .footer-upper__heading {
        font-size: 32px;
        line-height: 36px;
    } */
    .voice {
        padding: 40px 0 0;
    }
    .voice::after {
        height: 210px;
        bottom: -80px;
    }
    .voice__title{
        margin-bottom: 20px;
    }
    .help-box__column {
        padding: 120px 0 0;
    }
    .help-box__step-title {
        font-size: 30px;
        line-height: 32px;
    }
    .help-box__step-number {
        font-size: 16px;
        line-height: 23px;
    }
    .help-box__step-text {
        font-size: 15px;
        line-height: 20px;
    }
    .enough {
        padding: 50px 0 110px;
    }
    .enough__stat-number {
        font-size: 26px;
        margin-bottom: 18px;
    }
    .enough__legend p{
        margin-bottom: 0;
    }
    .enough__stat-text {
        font-size: 14px;
    }
    .footer-upper::before {
        height: 140px;
        top: -85px;
    }
    .footer-upper{
        padding: 50px 0 30px;
    }
    .footer-lower__mail-link a{
        font-size: 14px;
    }
    .footer-lower__paragraph-wrapper {
        margin-bottom: 20px;
    }
    .footer-lower__paragraph-wrapper {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 22px;
    }
    body:not(.home) .site-footer{
        margin-top: 40px;
    }
    .graphics-container .graphics_caption{
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .site-header__logo-link {
        max-width: 180px;
    }
    .mobile-nav-button__hamburger-menu, .mobile-nav-button__hamburger-menu::after, .mobile-nav-button__hamburger-menu::before {
        width: 28px;
    }
    .mobile-nav-button__button-wrapper{
        height: 28px;
    }
    .mobile-nav-button__hamburger-menu{
        transform: translateY(12px);
    }
    body.page-template-homepage .hero-section__row {
        height: 480px;
    }
    .hero-section__content-container {
        width: 500px;
    }
    .hero-section__first-line, .hero-section__second-line {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 12px;
    }
    .hero-section__paragraph {
        font-size: 15px;
        line-height: 19px;
    }
    .welcome {
        padding: 50px 0;
    }
    .home-blockquote {
        padding: 70px 0;
    }
    .voice__title {
        margin-bottom: 10px;
    }
    .welcome__partner-logo-wrapper {
        text-align: center;
        margin-bottom: 15px;
    }
    .help-box__cta .blue-btn {
        max-width: 450px;
        font-size: 13px;
        padding: 10px 25px;
        line-height: 17px;
        letter-spacing: 2px;
    }
    .help-box__content-wrapper {
        margin-bottom: 10px;
    }
    .help-box__step-title {
        font-size: 28px;
        line-height: 30px;
    }
    .help-box__title p {
        margin-bottom: 30px;
    }
    .help-box__step-number {
        font-size: 15px;
        line-height: 23px;
    }
    /* .welcome__title, .voice__title, .home-blockquote__text, .help-box__title, .enough__title, .footer-upper__heading {
        font-size: 30px;
        line-height: 34px;
    } */
    .home-blockquote__text{
        font-size: 30px;
        line-height: 34px;
    }
    .enough__statistics-row .enough__stat-wrapper {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .enough__stat-number {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .enough__statistics-row {
        margin-bottom: 10px;
    }
    .footer-upper {
        padding: 30px 0;
    }
    .footer-upper::before {
        height: 130px;
        top: -80px;
    }
    .footer-upper__hotline, .footer-upper__textline {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .footer-lower__contact-wrapper{
        margin-bottom: 20px;
    }
    .footer-lower__paragraph-wrapper {
        margin-bottom: 30px;
    }
    .footer-lower {
        padding: 40px 0 25px;
    }
    .footer-lower__copyright-row{
        text-align: center;
    }
    .footer-lower__copyright{
        text-align: center;
    }
    .footer-lower__copyright p{
        margin-bottom: 0;
    }
    .footer-upper__form-section{
        text-align: center;
    }
    .footer-upper form{
        justify-content: center;
    }
    .footer-upper form ul.gform_fields li.gfield{
        padding: 0;
    }
    .footer-upper form .gform_footer{
        flex: 0 0 auto;
        max-width: inherit;
        width: auto;
    }
    body:not(.home) .site-footer{
        margin-top: 20px;
    }
}
@media screen and (max-width: 640px) {
    .site-header__logo-container, .site-header__mobile-nav{
        padding: 0 10px;
    }
    body.page-template-homepage .hero-section__row {
        height: 360px;
    }
    .hero-section__content-container {
        width: 320px;
        right: 5%;
    }
    .hero-section__first-line, .hero-section__second-line {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .hero-section__paragraph {
        width: 100%;
    }
    .hero-section__paragraph {
        font-size: 14px;
        line-height: 18px;
    }
    .hero-section__link .blue-btn {
        margin: 12px 0 0 auto;
    }
    .blue-btn {
        padding: 11px 20px;
        letter-spacing: 1px;
        font-size: 11px;
    }
    .welcome__partner-logos-row .col-auto {
        flex: 0 0 33.33%;
    }
    .welcome__partner-logos-row .col-auto.double {
        flex: 0 0 66.667%;
    }
    .welcome {
        padding: 45px 0;
    }
    .home-blockquote {
        padding: 50px 0;
    }
    /* .welcome__title, .voice__title, .home-blockquote__text, .help-box__title, .enough__title, .footer-upper__heading {
        font-size: 26px;
        line-height: 32px;
    } */
    .voice {
        padding: 30px 0 0;
    }
    .voice::after {
        height: 130px;
        bottom: -60px;
    }
    .help-box__column {
        padding: 100px 0 0;
    }
    .help-box__step-title {
        margin-bottom: 12px;
    }
    .help-box__cta .blue-btn {
        max-width: 380px;
        font-size: 12px;
        line-height: 16px;
    }
    .welcome__partner-title {
        font-size: 14px;
    }
    .welcome-video {
        padding: 30px 0 0;
    }
    .enough {
        padding: 40px 0 110px;
    }
    .footer-upper::before {
        height: 110px;
        top: -60px;
    }
    .footer-upper__heading p {
        margin-bottom: 30px;
    }
    .footer-lower__logo-row img {
        width: 200px;
    }
    .footer-lower__logo-row {
        margin-bottom: 20px;
    }
    body:not(.home) .site-footer{
        margin-top: 0;
    }
}
@media screen and (max-width: 576px) {
    .row.graphic-list a &gt; img{
        height: 300px;
    }
}
@media screen and (max-width: 480px) {
    body.page-template-homepage .hero-section__row {
        height: 290px;
    }
    .hero-section__content-container {
        width: 280px;
        top: 55%;
    }
    .hero-section__first-line, .hero-section__second-line {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 8px;
        letter-spacing: 0.3px;
    }
    .hero-section__paragraph {
        font-size: 13px;
        line-height: 15px;
    }
    .blue-btn {
        padding: 8px 20px;
        font-size: 10px;
    }
    .welcome {
        padding: 40px 0;
    }
    .welcome__partner-logos-row .col-auto {
        flex: 0 0 50%;
    }
    .welcome__partner-logos-row .col-auto.double {
        flex: 0 0 100%;
    }
    /* .welcome__title, .voice__title, .home-blockquote__text, .help-box__title, .enough__title, .footer-upper__heading {
        line-height: 28px;
    } */
    .home-blockquote {
        padding: 45px 0;
    }
    .home-blockquote__text{
        font-size: 20px;
        line-height: 26px;
    }
    .enough {
        padding: 40px 0 80px;
    }
    .voice::after {
        height: 115px;
        bottom: -52px;
    }
    .help-box__column {
        padding: 80px 0 0;
    }
    .footer-upper {
        padding: 10px 0 30px;
    }
    .footer-upper::before {
        height: 75px;
        top: -55px;
    }
    .footer-upper__hotline-icon-wrapper img, .footer-upper__textline-icon-wrapper img {
        width: 30px;
    }
    .footer-upper__hotline-text-wrapper{
        font-size: 14px;
    }
    .gform_wrapper {
        margin: 5px 0;
    }
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        padding: 8px 6px !important;
    }
    .footer-upper__newsletter-form #gform_submit_button_1{
        padding: 10px 6px;
    }
    .footer-lower__logo-row {
        margin-bottom: 15px;
    }
    .row.graphic-list a &gt; img{
        height: 250px;
    }
}


</pre></body></html>