label{
    font-weight: 900;
}

small.error {
    display: none;
    margin-top: 0.4rem;
    margin-left: 0.5rem;
    font-weight: 900;
    color: #fe0000;
    border-bottom: 1px solid #CCC;
    padding-bottom: 0.3rem;
}


.req-cell{

    text-align: center;
    background: rgba(0, 59, 119, 0.2196078431372549);
    border: 1px solid rgba(51, 51, 51, 0.2);
    padding-top: 1rem;
    padding-bottom: 2rem;
} 

    .large-4.cell.req-cell h3 {
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    border-bottom: 1px solid #898989;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    padding-bottom: 1rem;
    }

      .req-info {
        color: #333;
        font-style: italic;
        font-weight: 900;
        min-height: 12rem;
     }

      .members a {
   display: block;
    background: rgba(204, 204, 204, 0.7803921568627451);
    border-top: 1px solid rgba(51, 51, 51, 0.3607843137254902);
    border-bottom: 1px solid rgba(51, 51, 51, 0.3607843137254902);
    text-transform: uppercase;
    margin-right: 1rem;
    color: #333;
    font-weight: 900;
    margin-bottom: 1rem;
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 0 1rem 0;
}

      .req-btn {
        display: block;
        background: #336192;
        text-transform: uppercase;
        color: #FFF;
        padding: 1rem 2rem 1rem 2rem;
        font-weight: 900;
        letter-spacing: 0.12rem;
        -webkit-transition: 0.3s all linear;
        -moz-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear;
    }

    .req-btn:hover{
        color: #FFF;
        background: #234366;
        -webkit-transition: 0.3s all linear;
        -moz-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear;
    }

.callout.warning{
    width: 100%;
    margin-bottom: 3rem;
}

.form-inner {
    background: rgba(225, 225, 225, 0.4196078431372549);
    padding: 1.2rem;
    border: 1px solid #CCC;
    width: 100%;
}

span.required{
    color: red;
    font-weight: 900;
    margin-right: 0.3rem;
}

.header {
    background: #FFF;
    border-top: 4px solid #CCC;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 4px solid #CCC;
    text-align: center;
    margin-bottom: 3rem;
}

.main-header h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: 'Open Sans',sans-serif;
    color: #336192;
}

