chtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clear {
    clear: both
}

body {
    background-color: #FFF;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    line-height: 1.5
}

.wrapper {
    width: 100%;
    margin: 0 auto
}

main {
    display: block;
    background-color: #FFF
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px
}

.quote {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px
}

#menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3
}

    #menu ul {
        margin-top: 0;
        background: #000;
        list-style: none;
        position: relative;
        display: inline-table
    }

        #menu ul:after {
            content: "";
            clear: both;
            display: block
        }

        #menu ul li {
            float: left;
            font: 20px Copperplate,"Alegreya SC",serif;
            text-transform: uppercase
        }

            #menu ul li:hover {
                background: #EB0029
            }

            #menu ul li a {
                display: block;
                padding: 15px 15px;
                color: #FFF;
                font-weight: normal;
                text-decoration: none
            }

        #menu ul img {
            float: left;
            width: 120px;
            height: 30px;
            margin: 10px 10px 10px 0
        }

header .branding {
    padding: 20px 0
}

header .logo {
    margin-bottom: 20px;
    text-align: center
}

    header .logo img {
        display: inline-block;
        vertical-align: middle
    }

header .branding {
    padding-left: 60px
}

header .logo {
    margin-bottom: 0;
    margin-left: -60px;
    float: left;
    width: 60px;
    height: 60px
}

    header .logo img {
        display: block;
        margin: 0
    }

footer {
    background-color: #000;
    padding: 20px 0;
    color: #FFF
}

    footer .copyright {
        text-align: center
    }

a {
    text-decoration: none;
    color: #EB0029
}

    a:hover {
        color: #BA131A
    }

#projects a, #donors a {
    font-weight: bold
}

#board a, #contact a {
    text-decoration: underline;
    color: #FFF
}

section.module:last-child {
    margin-bottom: 0
}

section.module h2, section.module h3, section.module h4 {
    margin-bottom: 40px;
    font-family: Copperplate Gothic Bold,Copperplate,"Alegreya SC",serif;
    font-size: 30px;
    text-align: center
}

section.module h4 {
    margin: -40px 0 20px 0;
    font-size: 20px;
    color: #CCC
}

section.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300
}

    section.module p:last-child {
        margin-bottom: 0
    }

section.module.content {
    padding: 40px 0
}

section.module.parallax {
    padding: 240px 0;
    background-position: 0 0
}

    section.module.parallax h1 {
        color: #FFF;
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 0 0 10px #000
    }

    section.module.parallax h2 {
        color: #FFF;
        font-size: 30px;
        text-align: right
    }

section.module.parallax-1 {
    margin-top: 50px;
    background-image: url(../images/projects.jpg)
}

    section.module.parallax-1 img {
        width: 100%
    }

#projects {
    background: #F5F5F5
}

.projects-column {
    width: 100%;
    margin: auto;
    background: #FFF
}

.projects-column-content {
    padding: 15px
}

.projects-column img {
    width: 100%
}

#grants {
    background: #FFF
}

section.module.parallax-2 {
    background-image: url(../images/board.jpg)
}

#board {
    background: #EB0029;
    color: #FFF
}

.board-column, .contact-column, .investments-column {
    float: left;
    width: 270px;
    margin: 18px 18px 40px 18px;
    text-align: center
}

    .board-column img {
        width: 270px;
        height: 270px
    }

section.module.parallax-3 {
    background-image: url(../images/donors.jpg)
}

#donors {
    background: #FFF
}

.donors-column {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 200px;
    height: 125px;
    margin: 12px 12px 36px 12px;
    text-align: center
}

    .donors-column img {
        width: 100%;
        max-height: 125px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        opacity: 0.3
    }

        .donors-column img:hover {
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%);
            filter: none;
            opacity: 1
        }

section.module.parallax-4 {
    background-image: url(../images/investments.jpg)
}

#investments {
    background: #F5F5F5
}

.investments-column img {
    width: 270px;
    height: 349px
}

section.module.parallax-5 {
    background-image: url(../images/contact.jpg)
}

#contact {
    background: #EB0029;
    color: #FFF
}

#social-media {
    width: 100%;
    margin: 40px auto 0 auto;
    text-align: center
}

    #social-media img {
        width: 40px;
        height: 40px;
        margin: 0 20px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        opacity: 0.9
    }

        #social-media img:hover {
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%);
            filter: none;
            opacity: 1
        }

input, select, textarea {
    background: #F5F5F5;
    margin: 10px;
    padding: 10px;
    border: 2px solid #BA131A;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    line-height: 1.5
}

input, select {
    width: 97%
}

    input[type="checkbox"], input[type="radio"] {
        width: 20px;
        border: 0
    }

textarea {
    width: 97%;
    height: 200px;
}

    input:focus, textarea:focus {
        background: #FFF
    }

button, .button {
    float: right;
    background-color: #F5F5F5;
    margin: 10px 19px 10px 10px;
    padding: 12px 40px;
    border: 0;
    border-radius: 3px;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #EB0029;
    cursor: pointer
}

    button:hover, .button:hover {
        background: #BA131A;
        color: #FFF;
        text-decoration: none
    }

.button_center {
    background-color: #F5F5F5;
    margin: 10px 19px 10px 10px;
    padding: 12px 40px;
    border: 0;
    border-radius: 3px;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #EB0029;
    cursor: pointer
}

    .button_center:hover {
        background: #BA131A;
        color: #FFF;
        text-decoration: none
    }

.button {
    margin-right: 0
}

.progress-bg {
    position: relative;
    width: 75%;
    height: 50px;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: inset 0 0 10px #CCC;
    -webkit-box-shadow: inset 0 0 10px #CCC;
    box-shadow: inset 0 0 10px #CCC
}

.progress-bar {
    position: absolute;
    float: left;
    height: 50px;
    border-radius: 20px;
    background-color: #EB0029;
    z-index: 2
}

.progress-bg h3.raised, .progress-bg h3.goal {
    display: inline;
    margin: 0;
    padding: 0;
    font: 21px Copperplate,"Alegreya SC",serif;
    text-align: center;
    line-height: 50px
}

.progress-bg h3.raised {
    margin: 14px 25px 0 50px;
    padding: 0 25px 0 0;
    color: #FFF;
    -webkit-animation: fadein 4s;
    -moz-animation: fadein 4s;
    -ms-animation: fadein 4s;
    -o-animation: fadein 4s;
    animation: fadein 4s
}

.progress-bg h3.goal {
    float: right;
    padding: 0 25px 0 0;
    color: #CCC;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slide-left {
    -webkit-animation-name: slide-left;
    animation-name: slide-left
}

.slide-in-left {
    -webkit-animation-name: slide-in-left;
    animation-name: slide-in-left
}

@-webkit-keyframes slide-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slide-in-right {
    -webkit-animation-name: slide-in-right;
    animation-name: slide-in-right
}

@-webkit-keyframes slide-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media all and (min-width: 600px) {
    section.module h2 {
        font-size: 60px
    }

    section.module p {
        font-size: 20px
    }

    section.module.parallax {
        padding: 150px 0
    }

    section.module.parallax-1 {
        padding: 300px 0
    }

    .projects-column {
        float: left;
        width: 420px;
        margin: 20px;
        background: #FFF
    }

    .projects-column-content {
        padding: 15px
    }

    .projects-column img {
        width: 420px;
        height: 236px
    }

    input, select {
        width: 47%
    }

    .slide-in-right {
        -webkit-animation-name: slide-in-right;
        animation-name: slide-in-right
    }

    @-webkit-keyframes slide-in-right {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            transform: translateX(2000px)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes slide-in-right {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px)
        }

        100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }
}
