.web-forms {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 600px;
}

.web-forms h3 {
    font-size: 18px;
    margin: 0 0 14px;
    padding-top: 7px;
}

.web-forms .form-wrap {
    width: 100%;
    margin: 0 auto;
}

.web-form-headings {
    border-bottom: solid 1px #dddcdc;
    margin-bottom: 30px;
}

.web-forms input {
    background: #fff;
}

.web-form-confirmation-wrapper {
    display: none;
    background-color: #edf7f4;
    border-radius: 3px;
    padding: 10px 10px 5px;
    border: solid 1px #00b67a;
    border-top-width: 6px;
    color: #07865c;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.web-form-confirmation-wrapper .web-form-headings {
    border-bottom: solid 1px #e0f0eb;
    margin: 0 auto 14px;
    color: #00b67a;
    width: auto;
}

.web-form-confirmation-wrapper .web-form-headings .icon {
    width: 40%;
    text-align: right;
    float: left;
    padding: 8px 10px 0 0;
    box-sizing: border-box;
}

.web-form-confirmation-wrapper .web-form-headings .icon i {
    font-size: 3em;
}

.web-form-confirmation-wrapper .web-form-headings .text {
    width: 60%;
    text-align: left;
    float: left;
    box-sizing: border-box;
}

.web-form-confirmation-wrapper .web-form-headings .text h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline;
    color: #07865c;
}

.web-forms .calendar-icon {
    background-image: url(/images/forms/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.web-forms .input-box.active-grey .input-field {
    border: 1px solid #dadce0;
}

.web-forms .input-box.active-grey .input-label {
    color: #80868b;
    top: -8px;
    background: #fff;
    font-size: 11px;
    transition: 250ms;
}

.web-forms .input-box {
    position: relative;
    margin: 10px 0;
}

.web-forms .input-box .input-label {
    position: absolute;
    color: #80868b;
    font-size: 16px;
    font-weight: 400;
    max-width: calc(100% - (2 * 8px));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 8px;
    top: 13px;
    padding: 0 8px;
    transition: 250ms;
    user-select: none;
    pointer-events: none;
}

.web-forms .input-field, .web-forms .input-field-non-post, .web-forms .selectable-boxes {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    border-radius: 4px;
    color: #202124;
    border: 1px solid #dadce0;
    padding: 13px 15px;
    transition: 250ms;
}

.web-forms .read-only .input-field, .web-forms input.read-only {
    color: #a6aaad;
    border: 1px solid #f2f2f3;
}

.web-forms textarea.input-field {
    height: 100px;
}

.web-forms .selectable-boxes {
    height: auto;
    padding-bottom: 5px;
}

.web-forms .input-field:focus, .web-forms .selectable-boxes:hover {
    outline: none;
    border: 2px solid #1a73e8;
    transition: 250ms;
}

.web-forms .focus .input-label,
.web-forms .active .input-label {
    color: #1a73e8;
    top: -8px;
    background: #fff;
    font-size: 11px;
    transition: 250ms;
}

.web-forms .input-box.multi-select .input-label {
    top: -8px;
    background: #fff;
    font-size: 11px;
    transition: 250ms;
}

.web-forms .input-box.multi-select select.input-field {
    height: 35px;
    padding: 5px 15px;
    margin-bottom: 4px;
}

.web-forms .input-box.multi-select .input-field-non-post,
.web-forms .input-box.multi-select .input-field-non-post  {
    height: 35px;
    padding: 5px 5px;
    margin-bottom: 4px;
}

.web-forms .input-box.error .input-label {
    color: #de113c;
    top: -8px;
    background: #fff;
    font-size: 11px;
    transition: 250ms;
}

.web-forms .input-box.error .input-field, .web-forms .input-box.error .selectable-boxes {
    border: 2px solid #de113c;
}

.web-forms .input-box.active .input-field {
    border: 2px solid #1a73e8;
}

.web-forms .selectable-boxes span {
    display: block;
    background-color: #e7e8eb;
    border: 1px solid #dadce0;
    font-size: 0.8em;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 3px 8px;
    margin: 0 10px 10px 0;
    width: auto;
    float: left;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.web-forms .selectable-boxes span img {
    margin-top: 3px;
    max-width: 90px;
    height: auto;
}

.web-forms .selectable-boxes span.active {
    background-color: #11966a;
    border: 1px solid #008558;
    color: #fff;
}

.web-forms .selectable-boxes select, .web-forms .selectable-boxes input {
    height: 35px;
    padding: 0 0 0 5px;
    margin-bottom: 6px;
}

.web-forms a.button {
    padding: 10px 20px;
    cursor: pointer;
}

.web-forms .error-warning {
    background-color: #de113c;
    color:#fff;
    border-radius: 5px;
    padding: 10px;
    width: calc(100% - 20px);
    display: none;
}

.web-forms .error-warning p {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.web-forms p.field-notes {
    color: #b5b6b8;
    font-size: 0.7em;
    padding: 3px 0 5px 5px;
    margin: 0;
    clear: both;
}

.web-forms .star {
    color: #de113c;
    position: absolute;
    background-color: #fff;
    margin: 16px 0 0 -3px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    cursor: help
}
