
/* Temp CSS file for forms */
.EPiServerForms,
.Article-form form {
    padding: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}
 .EPiServerForms h2.Form__Title {
    font-size: 1.25rem;
    font-family: Industry-Medium,Industry Medium,Helvetica,sans-serif;
}
.EPiServerForms .Form__Description {
    margin-bottom: .8rem;
}
.EPiServerForms .FormTextbox .Form__Element__Caption {
    font-weight: normal;
    font-size: .85rem;
    display: block;
    position: absolute;
    color: #666;
    line-height: 1.1875em;
    margin-top: 1.5rem;
    margin-left: 1rem;
    transition: all .1s ease-in-out;
}
.EPiServerForms .FormSelection .Form__Element__Caption {
    font-size: .85rem;
    margin-bottom: 6px;
    font-weight: bold;
    color: #666;
}
div[data-f-element-name="__field_383934"] {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem !important;
}
div[data-f-element-name="__field_383934"] .Form__Element__Caption {
    display: none;
}
.EPiServerForms .FormChoice input[type="checkbox"] {
    margin: 0;
    margin-right: .25rem;
}
.EPiServerForms .Input, .EPiServerForms .Select, .EPiServerForms .Select-list, .EPiServerForms .Select-multiple, .EPiServerForms input, .EPiServerForms textarea {
    position: initial;
    display: inline-block;
    padding: 1.5rem 1rem 0.5rem 1rem;
    margin: 1.5rem auto;
    font: 0.875rem/1.375rem Nunito,Helvetica,sans-serif;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none!important;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    background-color: #fff;
    background-position: right 0.5em top 50%;
    background-repeat: no-repeat;
    background-size: 1.5em;
    color: #222;
    transition: all .25s 0s;
}
.floatingLabel.FormTextbox .Form__Element__Caption {
    color: #888;
    font-size: .7rem;
    margin-top: 0.7rem;
}
.EPiServerForms .Form__Element {
    margin-bottom: 0.25rem;
}
.EPiServerForms .FormTextbox__Input {
    width: 100%;
}
.EPiServerForms .FormSelection .Form__Element__Caption {
    display: inline-block;
}
.EPiServerForms .FormSelection select {
    width: 100%;
    padding: .6rem;
    color: #666;
    font: 0.875rem/1.375rem Nunito,Helvetica,sans-serif;
    margin-bottom: .25rem;
    border: 1px solid #e9e9e9;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.EPiServerForms p:last-of-type {
    line-height: 1.2;
}
.Modal-content input[name="__field_262974"],
.Modal-content input[name="__field_262978"] {
width: 49%;
float: left;
}
.Modal-content input[name="__field_262975"],
.Modal-content input[name="__field_262979"] {
width: 49%;
float: right;
}