#formContact label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666
}

#formContact .spacer {
    margin-bottom: 20px;
    height: 37px;
}

#formContact .formErrorContent {
    color: #dd4b39;
    font-size: 12px;
}

.sub-heading-txt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
}

.heading-txt {
    font-family: "HelveticaNeueW01-MdExt", sans-serif;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 100;
    color: #ffb441;
}

.add-more-txt {
    font-size: 26px;
    color: #328ed1;
    margin-top: -15px;
    margin-bottom: 5px;
    cursor: pointer;
}