#sign-up
{
    background-color: #1a1914; 
    text-align: center; 
    padding-top: 38px; 
    padding-bottom: 38px;
}

#sign-up > h3
{
    font-family: 'Oswald'; 
    font-size: 36px; 
    color: #FFF;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

#sign-up > span:nth-of-type(1)
{
    display: inline-block; 
    font-family: 'halyard-text'; 
    font-size: 16px; 
    color: #FFF; 
    margin-bottom: 10px;
}

#sign-up > form > label > span
{
    display: inline-block; 
    width: 0; 
    height: 0; 
    max-width: 0; 
    overflow: hidden;
}

#sign-up > form > label > input[name="email"]
{
    padding: 10px;
    width: 60%;
    max-width: 400px;
}

input.grey_button
{
    border: 0; 
    font-family: 'Oswald'; 
    background-color: #434244; 
    font-size: 14px; 
    color: #FFF;
    box-sizing: border-box;
    font-weight:normal;
    cursor:pointer;
    padding:4px;
    border-radius: 4px;
}


#footer > div:nth-of-type(1)
{
    background-color: #7a7a7a; 
    text-align: center; 
    padding: 0; 
    padding-bottom: 20px;
}

#footer > div:nth-of-type(1) > div:nth-of-type(1)
{
    padding: 40px; 
    color: white;
}

#footer h4 {
font-size: 25px;	
}

#footer > div:nth-of-type(1) > div:nth-of-type(2)
{
    width: 100%;
}

#footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1),
#footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2)
{
    display: inline-block;
    vertical-align: top;
}

#footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1)
{
    width: 60%;
}
#footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2)
{
    width: 40%;
    text-align: left;
}

#footer > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > span
{
    font-family: 'halyard-text', Arial, Helvetica, sans-serif; 
    color: #FFF; 
    font-size: 12px;
}

#popup.shown
{
    display: block;
}
#popup.hidden
{
    display: none;
}

#popup
{
    position: fixed; 
    background-color: rgba(0,0,0,.5); 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
}

#popup > div:nth-last-of-type(1)
{
    position: absolute; 
    width: 400px; 
    height: 200px; 
    top: 50%; 
    left: 50%; 
    margin-top: -100px; 
    margin-left: -200px; 
    background-color: #434244; 
    border: 1px solid #999999; 
    padding: 40px; 
    text-align: center; 
    box-sizing: border-box;
}

#popup > div:nth-last-of-type(1) > span:nth-of-type(1)
{
    display: inline-block; 
    font-family: 'Oswald'; 
    font-size: 22px; 
    color: var(--pinie-green);
    letter-spacing: 1px; 
    margin-bottom: 6px;
}

#popup > div:nth-last-of-type(1) > span:nth-of-type(2)
{
    display: inline-block; 
    font-family: 'halyard-text'; 
    font-size: 16px; 
    color: #fff;
}



