body {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}
.brand-wrapper {
    background: #000;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.brand-wrapper-content {
    box-sizing: border-box;
    height: inherit;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
}
.brand-wrapper-content img {
    height: auto;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
}
.brand-wrapper-content .cta-button, .brand-wrapper-content .cta-button-anchor  {
    border-radius: 0;
    height: 50px;
    position: absolute;
    right: 0;
}
.hero-wrapper {
    background: #fff;
    margin: 50px 0;
    width: 100%;
}
.hero-content-wrapper {
    background: url("img/Main_B_1600x400_043018_PS_B.jpg") center / cover no-repeat;
    height: 400px;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    width: 100%;
}
.hero-content {
    bottom: 30px;
    position: absolute;
    left: 10%;
    width: 550px;
}
.hero-content h1 {
    font-size: 100px;
    letter-spacing: -5px;
    line-height: 75px;
    margin: 0 0 20px;
    padding: 0;
}
.hero-button-wrapper {
    display: flex;
    justify-content: center;
    width: 550px;
}
.hero-button-wrapper .cta-button, .hero-button-wrapper .cta-button-anchor {
    font-size: 24px;
    margin: 0 auto;
    padding: 20px 75px;
}
.progress-donor-total {
    color: #fff;
    font-size: 36px;
    margin: 0;
    padding: 0;
    visibility: visible;
}
.progress-donor-goal {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0;
    visibility: visible;
}
.progress-bar-wrapper {
    background-color: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    height: 30px;
    margin: 0 0 10px;
    width: 550px;
    visibility: visible;
}
.progress-bar {
    background: #b1040e;
    box-sizing: border-box;
    height: 30px;
    width: 0;
}
.two-column-wrapper {
    display: flex;
    justify-content: space-between;
    list-style: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    margin: 0 auto 50px;
    max-width: 1600px;
    padding: 0;
}
.two-column-wrapper .cta-button {
    margin: 0 0 0 40px;
}
.two-column-left {
    display: flex;
    flex: 0 0 calc(40% - 20px);
    -ms-flex: 0 0 40%;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.two-column-right {
    flex: 0 0 calc(60% - 20px);
    -ms-flex: 0 0 60%;
    margin: 0;
    padding: 0;
}
.two-column-headline h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
.two-column-image-container {
    border-radius: 50%;
    height: 200px;
    overflow: hidden;
    width: 200px;
}
.two-column-image {
    height: 100%;
}
.two-column-numbered-list {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
}
.two-column-numbered-list li {
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 0;
}
.two-column-numbered-list p {
    margin: 0;
    padding: 0 20px 0 0;
}
.challenge-rules-wrapper {
    display: none;
    margin: 0 auto 50px;
    width: 80%;
}
.challenge-rules-wrapper p {
    font-size: 18px;
    margin: 0 0 20px;
}
.challenge-rules-wrapper .question {
    font-weight: bold;
    margin: 0;
}
.challenger-quote {
    font-size: 24px;
}
.challenger-interview-wrapper {
    display: none;
    margin: 0 auto 50px;
    width: 80%;
}
.challenger-interview-wrapper p {
    font-size: 18px;
    margin: 0 0 20px;
}
.standalone-button-wrapper {
    margin: 100px 0 40px;
    padding: 0;
    position: relative;
    text-align: center;
}
.standalone-button-wrapper .cta-button-anchor {
    display: inline-block;
    font-size: 24px;
    padding: 20px 75px;
}
.banner-wrapper {
    background: url("img/Tamer_Crowd_1600x400_042018.jpg") right / cover no-repeat;
    height: 400px;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0;
}
.footer-wrapper {
    background: #000;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
}
.footer-wrapper img {
    height: auto;
    margin: 0 0 0 25px;
    width: 160px;
}
.footer-nav {
    margin: 0 0 0 25px;
    padding: 15px 0;
}
.footer-wrapper ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.footer-wrapper ul li {
    margin: 0 25px 0 0;
}
.footer-wrapper a {
    color: #fff;
    text-decoration: none;
}
.footer-global-links-wrapper a {
    font-size: 17px;
}
.footer-policy-links-wrapper a {
    font-size: 15px;
    font-weight: 300;
}
.footer-global-links-wrapper a:hover, 
.footer-policy-links-wrapper a:hover {
    text-decoration: underline;
}
.footer-copyright-wrapper {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.whiteText {
    color: #fff;
}
.blackText {
    color: #000;
}
.sandstoneText {
    color: #d2c295;
}
.cardinalText {
    color: #8c1515;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.cta-button, .cta-button-anchor {
    background-color: #8c1515;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 25px;
    transition: transform 0.2s ease-in-out;
}
.cta-button:hover, .cta-button-anchor:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}
.cta-button-anchor {
    box-sizing: border-box;
    text-decoration: none;
}
/*** hero with widget ***/
.hero-form-wrapper {
    display: flex;
    margin: 50px auto;
    max-width: 1600px;
    width: 100%;
}
.hero-column-wrapper {
    background: url("img/testforB_1600x1066.jpg") center / cover no-repeat;
    flex: 0 0 67%;
    height: inherit;
    position: relative;
}
.hero-column-content-wrapper {
    bottom: 20%;
    left: 10%;
    position: absolute;
    transform: translateX(-5%);
}
.hero-column-content-wrapper h1 {
    font-size: 105px;
    letter-spacing: -5px;
    line-height: 75px;
    margin: 0 0 20px;
    padding: 0;
    text-align: right;
}
.hero-column-content-wrapper .progress-bar-wrapper {
    visibility: visible;
    width: 100%;
}
.hero-column-content-wrapper .progress-donor-total {
    line-height: 75%;
    margin: 0;
    text-align: right;
    visibility: visible;
}
.hero-column-content-wrapper .progress-donor-goal {
    text-align: right;
    visibility: visible;
}
.giving-widget-wrapper {
    flex: 0 0 33%;
}
#ya-challenge-giving-widget {
    display: none;
    margin: 50px 0 0;
    width: 100%;
}
#ya-challenge-giving-widget iframe {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
.thank-you-headshot-wrapper img {
    height: auto;
    width: 100%;
}
.challenger-quote h2 {
    font-size: 36px;
}
@media only screen and (max-width: 1200px) {
    .hero-column-content-wrapper h1 {
        font-size: 85px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 900px) {
    /* hero with widget */
    .hero-form-wrapper {
        display: block;
    }
    .hero-column-wrapper {
        height: 400px;
    }
    .hero-column-content-wrapper {
        bottom: 10%;
    }
    .hero-column-content-wrapper h1 {
        font-size: 85px;
        line-height: 65px;
    }
    .hero-column-content-wrapper .progress-bar-wrapper {
        height: 16px;
    }
    .hero-column-content-wrapper .progress-bar {
        height: 16px;
    }
    /* hero with widget */
    .hero-content h1 {
        font-size: 75px;
        line-height: 65px;
    }
    .hero-content .progress-bar-wrapper {
        width: 350px;
    }
    .hero-button-wrapper {
        width: 350px;
    }
    .hero-button-wrapper .cta-button, .hero-button-wrapper .cta-button-anchor {
        font-size: 20px;
        padding: 20px 25px;
    }
    .two-column-numbered-list li {
        padding: 0;
    }
}
@media only screen and (max-width: 800px) {
    .hero-column-content-wrapper {
        left: 15%;
        transform: translateX(-10%);
    }
    .hero-column-content-wrapper h1 {
        font-size: 75px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 600px) {
    .hero-content-wrapper {
        background: url("img/testforB_1600x1066.jpg") center / cover no-repeat;
    }
    .hero-content {
        width: 67%;
    }
    .hero-content h1 {
        clear: both;
        font-size: 60px;
        letter-spacing: -3px;
        line-height: 48px;
        text-align: left;
    }
    .hero-button-wrapper {
        justify-content: flex-start;
        width: 100%;
    }
    .hero-button-wrapper .cta-button, .hero-button-wrapper .cta-button-anchor {
        font-size: 13px;
        margin: 0;
        padding: 20px;
    }
    .hero-content .progress-bar-wrapper {
        height: 12px;
        width: 165px;
    }
    .hero-content .progress-bar {
        height: 12px;
    }
    .hero-content .progress-donor-total {
        font-size: 16px;
        text-align: left;
    }
    .hero-content .progress-donor-goal {
        font-size: 16px;
        text-align: left;
    }
    /* hero with widget */
    .hero-form-wrapper {
        margin: 50px 0 20px;
    }
    .hero-column-content-wrapper {
        bottom: 20%;
    }
    .hero-column-content-wrapper h1 {
        color: #000;
        font-size: 55px;
        letter-spacing: -3px;
        line-height: 40px;
    }
    .hero-column-content-wrapper .progress-bar-wrapper {
        height: 12px;
    }
    .hero-column-content-wrapper .progress-bar {
        height: 12px;
    }
    .hero-column-content-wrapper .progress-donor-total {
        font-size: 16px;
    }
    .hero-column-content-wrapper .progress-donor-goal {
        font-size: 16px;
    }
    /* hero with widget */
    .two-column-wrapper {
        display: block;
    }
    .two-column-wrapper li {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }
    .two-column-left {
        flex: 0 1 100%;
        justify-content: center;
    }
    .two-column-right {
        flex: 0 1 100%;
        justify-content: center;
    }
    .two-column-headline h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .two-column-wrapper .cta-button {
        display: block;
        margin: 0 auto;
    }
    .banner-wrapper {
        background-image: url('img/Tamer_Crowd_HR_600x400_042018.jpg');
        background-position: center;
    }
    .brand-wrapper-content img {
        left: 5px;
        width: 110px;
    }
    .footer-wrapper {
        display: block;
        padding: 0 0 20px;
    }
    .footer-wrapper img {
        margin: 0;
    }
    .footer-logo-wrapper {
        text-align: center;
    }
    .footer-nav {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 25px;
    }
    .footer-wrapper ul {
        display: block;
        width: 50%;
    }
    .footer-wrapper ul li {
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }
    .footer-global-links-wrapper a {
        font-size: 15px;
        font-weight: 300;
    }
    .footer-copyright-wrapper {
        text-align: center;
        width: 100%;
    }
    .cta-button:hover {
        transform: none;
    }
}

@media only screen and (max-width: 500px) {
    .hero-column-content-wrapper {
        left: 8%;
    }
    .hero-content h1 {
        font-size: 50px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 400px) {
    .hero-content h1 {
        font-size: 40px;
        line-height: 36px;
    }
    .hero-column-content-wrapper {
        left: 5%;
        transform: none;
    }
    .hero-column-content-wrapper h1 {
        font-size: 55px;
        line-height: 40px;
    }
}
@keyframes slideIn {
    from {
        |width: 0;
    }
    to {
        width: 100%;
    }
}
