﻿.Form__Element {
    padding-bottom: 15px;
}

.FormSelection__Input {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    color: #00180a;
    font-size: 16px;
    height: auto;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 15px 27px;
}

.Form__Element.FormParagraphText {
    line-height: 32px;
    
    a:hover {
        text-decoration: underline;
    }
}

.Form__Element__Caption {
    font-weight: 600 !important;
    font-size: 1.1rem;
    margin-bottom: 6px;
    color: #031519 !important;
}

.EPiServerForms .Form__Status .Form__Failure__Message {
    background-color: #E04941;
    color: #333;
}

.EPiServerForms .Form__Status .Form__Status__Message {
    padding: 1rem;
    margin: 1rem 0;
}

.EPiServerForms .Form__Status .Form__Status__Message.hide {
    display: none;
}

.FormSelection select {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 10px 12px;
    border: none;
    background-color: #fff;
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
    appearance: none;
}

    .FormSelection select:focus {
        outline: none;
    }

    .FormSelection select option {
        padding: 6px 10px;
        background: #fff;
        color: #333;
    }

        .FormSelection select option:checked {
            color: #031519;
            font-weight: 600;
        }

        .FormSelection select option:focus {
            color: #031519;
        }

.article-text-sidebar-block a:hover {
    text-decoration: underline;
}


.emarsys-form {
    background-color: #f2f1e1;
    display: flex;
    flex-direction: column;
    padding: 5% 5% 0% 5%;
}

.emarsys-form-description {
    margin-bottom: 1.5rem;
}

.hidden {
    display: none !important;
}

.emarsys-form-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 1.5rem 0;
}

.emarsys-form-row-single-column {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 0 0 1.5rem 0;
}

.emarsys-form-column {
    display: flex;
    width: 45%;
    flex-direction: column;
}

.emarsys-form-input {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    color: #00180a;
    font-size: 16px;
    height: auto;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 15px 27px;
}

.emarsys-form-input-select {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    color: #00180a;
    font-size: 16px;
    height: auto;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 15px 27px;
}

.emarsys-form-invalid {
    border-color: red;
}

.emarsys-form-invalid-text {
    color: red;
}

.emarsys-submit {
    background: #007c28;
    border-radius: 3px;
    color: #fff;
    font-family: Akkurat-Pro-Bold, sans-serif;
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 50px;
    text-transform: uppercase;
    flex: 0 0 50%;
    padding: 0 10px;
    transition: background-color .3s ease, color .3s ease;
}

    .emarsys-submit:hover,
    .emarsys-submit:focus{
        background-color: #bcd467;
        outline: none;
    }

@media only screen and (min-width: 120px) and (max-width: 767px) {

    .emarsys-form-row {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-around;
        margin: 0 0 0 0;
    }

    .emarsys-form-row-single-column {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        margin: 0 0 1.5rem 0;
        padding-left: 0%;
    }

    .emarsys-form-column {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin: 0 0 1.5rem 0;
    }
}
