form {
    margin-top: 25px;
    margin-bottom: 25px
}

form:before,
form:after {
    content: " ";
    display: table
}

form:after {
    clear: both
}

form fieldset {
    border: none;
    margin: 8px 0 15px;
    padding: 0
}

form label,
form legend {
    font-weight: 600;
    margin-bottom: 10px
}

@media screen and (min-width: 700px) {

    form label,
    form legend {
        margin-bottom: 4px
    }
}

form label,
form textarea {
    display: block
}

form textarea {
    width: 100%;
    margin-bottom: 27px;
    min-height: 168px;
    padding: 10px 14px 8px;
    font-weight: 100;
    max-width: 773px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form input {
    padding: 10px 14px 8px;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form input[type="text"] {
    width: 100%
}

@media screen and (min-width: 700px) {
    form input[type="text"] {
        max-width: 290px
    }
}

select {
    width: 100%;
    height: 38px;
    font-size: 16px;
    background-size: 11px auto;
    padding: 4px 28px 8px 14px;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff url(images/icon-dropdown-arrows_black.png) no-repeat right 10px top 50%;
    background-size: 7px auto
}

@media screen and (min-width: 700px) {
    select {
        max-width: 290px
    }
}

select::-ms-expand {
    display: none
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label,
[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-weight: normal
}

[type="radio"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d9d9d9
}

@media screen and (min-width: 1024px) {
    [type="radio"]+label:before {
        top: 6px
    }
}

[type="radio"]:checked+label:before {
    border: 1px solid #000
}

[type="radio"]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000
}

@media screen and (min-width: 1024px) {
    [type="radio"]:checked+label:after {
        top: 10px
    }
}

[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    color: #fff;
    border-radius: 2px
}

@media screen and (min-width: 1024px) {
    [type="checkbox"]:not(:checked)+label:before {
        top: 5px
    }
}

[type="checkbox"]:not(:checked)+label .icon-checkmark {
    display: none
}

[type="checkbox"]:checked+label .icon-checkmark {
    position: absolute;
    left: 0;
    top: 1px;
    padding-top: 1px;
    font-size: 11px;
    width: 16px;
    height: 16px;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    font-size: 8px;
    line-height: 13px;
    border-radius: 2px
}

@media screen and (min-width: 1024px) {
    [type="checkbox"]:checked+label .icon-checkmark {
        top: 6px
    }
}

[type="checkbox"]:focus+label:before,
[type="checkbox"]:focus+label:after,
[type="radio"]:focus+label:before {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color
}

.accessible,
.accessible-alt-text {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px)
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #3a3a3a;
    letter-spacing: 0.63px;
    font-style: italic !important
}

@media screen and (min-width: 1024px) {

    ::-webkit-input-placeholder,
    ::-moz-placeholder,
    :-ms-input-placeholder,
    :-moz-placeholder {
        font-size: 16px !important
    }
}