﻿.contact-form div.wrap-three {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 880px) {
    .contact-form div.wrap-three {
        flex-wrap: wrap;
    }
}

.contact-form div.wrap-three > div.wrap-col {
    width: 100%;
    padding-right: 1rem;
}

.contact-form div.wrap-three > div.wrap-col:last-child {
    padding-right: 0;
}

@media (max-width: 880px) {
    .contact-form div.wrap-three > div.wrap-col {
        padding: 0;
    }
}

.contact-form div.wrap-three > div.wrap-col input {
    width: 100%;
    flex: 1;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #595959;
    margin: 4px 0 1rem 0;
    padding: 1rem;
}

.contact-form div.wrap-three > div.wrap-col select {
    width: 100%;
    flex: 1;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #595959;
    margin: 4px 0 1rem 0;
    padding: 0 1rem;
}

.contact-form section div label {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
}

 .contact-form section div label sup {
    width: 1ch;
    top: -0.25rem;
    padding-left: 0.125rem;
    color: #29588C;
    font-size: 14px;
}

.contact-form section textarea {
    padding: 1rem;
    width: 100%;
    min-height: 154px;
    margin: 4px 0 1.5rem 0;
}

.contact-form div button {
    cursor: pointer;
    background-color: #29588C;
    color: #FFFFFF;
    height: 47px;
    border: none;
    display: flex;
    align-items: center;
    padding: 1rem 0.5rem 1rem 1rem;
}

.contact-form form div button:hover {
    background-color: #000000;
}

.contact-form form div button img {
    height: 1.25rem;
    padding: 0 0.5rem;
}

.contact-form .EPiServerForms .Form__Element {
    margin: 0;
}

.contact-form .EPiServerForms .hide {
    display: none
}

.contact-form div.wrap-four {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 880px) {
    .contact-form div.wrap-four {
        flex-wrap: wrap;
    }
}

.contact-form div.wrap-four > div.wrap-col {
    width: 100%;
    padding-right: 1rem;
}

    .contact-form div.wrap-four > div.wrap-col:last-child {
        padding-right: 0;
    }

@media (max-width: 880px) {
    .contact-form div.wrap-four > div.wrap-col {
        padding: 0;
    }
}

.contact-form div.wrap-four > div.wrap-col input {
    width: 100%;
    flex: 1;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #595959;
    margin: 4px 0 1rem 0;
    padding: 1rem;
}

.contact-form div.wrap-four > div.wrap-col select {
    width: 100%;
    flex: 1;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #595959;
    margin: 4px 0 1rem 0;
    padding: 0 1rem;
}
.EPiServerForms .FormChoice input[type="checkbox"],
.EPiServerForms .FormChoice input[type="radio"] {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}