.web-forms {
    width: 100%;
    margin: 0 auto;
}

.web-forms .form-wrap {
    width: 90%;
    margin: 0 auto;
}

.web-form-headings {
    border-bottom: solid 1px #dddcdc;
    margin-bottom: 30px;
}

.web-form-headings h2 {
    margin-bottom: 0;
}

/* Confirmation */

.web-form-confirmation-wrapper {
    display: none;
    color: #008558;
    text-align: center;
    width: 90%;
    background-color: #f4f7f9;
    padding: 40px 5%;
}

.web-form-confirmation-wrapper i {
    font-size: 3.6em;
    width: 120px;
    padding-top: 30px;
    height: 90px;
    text-align: center;
    background-color: #008558;
    color: #fff;
    border-radius: 100%;
    margin-bottom: 20px;
}

.web-form-confirmation-wrapper h2 {
    color: #008558;
    font-size: 2.4em;
    margin-bottom: 10px;
}

.web-form-confirmation-wrapper p {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.web-form-confirmation-wrapper p:nth-of-type(odd) {
    border-bottom: solid 1px #dadce0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    color:#202124;
}

.web-form-confirmation-wrapper p:nth-of-type(even) {
    color:#80868b
}

/* End confirmation */

.web-forms input {
    background: #fff;
}

.web-forms .calendar-icon {
    background-image: url(/images/forms/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.web-forms .input-box {
    position: relative;
    margin: 10px 0;
}

.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 .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: 18px;
    padding: 0 8px;
    transition: 250ms;
    user-select: none;
    pointer-events: none;
}

.web-forms .input-field,
.web-forms .selectable-boxes {
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    color: #202124;
    border: 1px solid #dadce0;
    padding: 13px 15px;
    transition: 250ms;
    background-color: #fff;
}

.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.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,
.web-forms .validation.error {
    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;
    padding: 3px 8px;
    margin: 0 10px 10px 0;
    width: auto;
    float: left;
    cursor: pointer;
    user-select: none;
}

.web-forms .selectable-boxes span.active {
    background-color: #11966a;
    border: 1px solid #008558;
    color: #fff;
}

.web-forms .selectable-boxes.file-uploads {
    padding: 24px 20px 10px;
}

.web-forms .selectable-boxes input[type=file] {
    margin: 0 0 14px;
}

.web-forms .selectable-boxes .in-field-label {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 17px;
    border-bottom: solid 1px #dadce0;
}

.web-forms .selectable-boxes .in-field-notes {
    display: block;
    color: #80868b;
    font-size: 0.8em;
    margin: 0 0 14px;
}

.web-forms a.button {
    padding: 10px 20px;
    cursor: pointer;
}

.web-forms .error-warning {
    background-color: #de113c;
    color:#fff;
    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: 0 0 5px;
    margin: 0;
    clear: both;
}

.web-forms .star {
    color: #de113c;
    position: absolute;
    background-color: #fff;
    margin: 21px 0 0 -3px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    cursor: help
}

.web-forms .validation {
    background-color: #fff;
    border: solid 1px #dadce0;
    padding: 20px 15px;
    margin: 10px 0 20px;
}

.web-forms .validation i {
    font-size: 1.3em;
}

.web-forms .validation .match {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dadce0;
}

.web-forms .validation .match i {
    margin-top: 2px;
    float: left;
}

.web-forms .validation .match em {
    display: block;
    float: left;
    font-style: normal;
    margin-right: 7px;
}

.web-forms .validation .list {
    margin-bottom: 5px;
    clear: both;
}

.web-forms .validation .list i {
    margin-right: 15px;
    cursor: pointer;
    color: #202124;
}

.web-forms .validation .star {
    margin: 3px 0 0 -19px;
}
