#join-us-background{
    background-color: #439cd7;
    background-repeat: no-repeat;
    background-position-x: 15%, 85%;
    background-position-y: -30em, -3em;
    background-size: 37em;
    display: inline-block;
    width: 100%;
}

#Join-Us-Section {
    padding: 0em 3% 2em;
    display: flex;
    justify-content: center;
    color: #fff;
    min-height: 400;
    width: 100%;
}

#Join-Us-Section > div {
    width: 50%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#Join-Us-Section > div h3 {
    color: #fff;
    margin-bottom: 1em;
    font-weight: 500;
}

#Join-Us-Section > div p {
    line-height: 1;
}

#Join-Us-Section > div a{
    color: #fff;
}

#Join-Us-Section > div a:hover{
    color: #fff;
    text-decoration: underline;
}

#Join-Us-Section > div p:not( :first-of-type ) {
    margin: 0;
}

#Join-Us-Section > div > div.EmailInput {
    justify-content: center;
    width: 75%;
}

@media ( max-width: 1000px ) {

    section#Join-Us-Section  {
        padding: 3em 1em;
        background-position-x: 200%, 50%;
        background-position-y: 500%, 40%;
    }

    section#Join-Us-Section > div#CtaSection-JoinUs {
        width: 100%;
        align-items: flex-start;
    }

}