html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #f0efed;
    color: #2d3c4d;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 20px;
    margin: 0px;
}

section {
    display: block;
}

header {
    background-color: #fff;
    /*border-bottom: 2px solid #e7e7e7;*/
    height: 50px;
    text-align: center;
}

footer {
    background-color: #fff;
    border-top: 1px solid #b6bbc1;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
    font-weight: 400;
    padding: 20px;
}

footer:after {
    clear: both;
    content: " ";
    display: table;
}

img {
    border-style: none;
    height: 40px;
    margin: 5px 0;
}

main {
    background-color: #fff;
    display: block;
    max-width: 980px;
    margin: 12px auto;
    padding: 10px;
}

form {
    display: block;
    margin-top: 0em;
}

h2 {
    font-family: "Bree Serif", Serif;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
}

h2 > img {
    height: 28px;
    vertical-align: middle;
}

.hidden {
    display: none;
    visibility: hidden;
}

label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 4px;
    cursor: none;
}

label.explanation {
    font-weight: 300;
    font-size: 14px;
}

ul {
    display: table;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

li:first-child {
    border-radius: 3px 0 0 3px;
}

li {
    border-radius: 3px 3px 0 0;
    display: table-cell;
    border: 1px solid #b6bbc1;
    text-align: -webkit-match-parent;
}

li > label {
    cursor: pointer;
    position: relative;
    font-weight: 300;
}

[type="radio"]~span {
    padding-left: 30px;
}

[type="radio"] {
    left: 10px;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: initial;
}

[type="text"] {
    border: 1px solid #b6bbc1;
    border-radius: 3px;
    box-shadow: inset 0 3px 0 0 hsl(213deg 8% 74% / 20%);
    color: -internal-light-dark(black, white);
    display: inline-block;
    height: 35px;
    padding: 4px 8px;
    vertical-align: middle;
    width: 100%;
}

input {
    font-weight: 300;
    font-size: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}

.required:after {
    content: ' *';
    color: #a9a9a9;
}

textarea {
    height: auto;
    resize: vertical;
    vertical-align: top;
    appearance: none;
    border: 1px solid #b6bbc1;
    box-shadow: inset 0 3px 0 0 hsl(213deg 8% 74% / 20%);
    display: inline-block;
    padding: 4px 8px;
    width: 100%;
    box-sizing: border-box;
}

select {
    background: #f7f7f7;
    border-color: #d4d1cd;
    color: #2d3c4d;
    box-sizing: border-box;
    box-shadow: inset 0 -2px 0 0 rgb(0 0 0 / 5%);
    cursor: pointer;
    display: inline-block;
    padding: 4px 8px;
    padding-right: 32px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 300;
    height: 35px;
    width: 100%;
    vertical-align: middle;
}

button {
    background: #116db4;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: default;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    font-family: "Bree Serif", Serif;
    font-size: 16px;
    font-weight: 400;
    min-height: 40px;
    padding: 11px 24px;
    text-align: center;
    user-select: none;
    white-space: nowrap;
}

button:disabled,
button[disabled]{
    background-color: #cccccc;
    color: #666666;
}

.fixed {
    display: none;
    visibility: hidden;
}

.error {
    background: bisque;
    color: darkred;
    display: block;
    font-weight: 400;
    margin: 4px;
    padding: 4px;
    text-align: center;
    line-height: 16px;
}

.ok {
    background-color: #43aa8b;
    color: #fff;
    line-height: 16px;
}

.ok > img {
    float: left;
    height: 32px;
    margin: -4px 8px 26px 0;
}

.mp-Alert-title {
    font-weight: 400;
    display: block;
}

.failed {
    background-color: #a52a2a;
    color: #fff;
    line-height: 16px;
}

.failed > img {
    float: left;
    height: 32px;
    margin: 0 8px 42px 0;
}

a > p {
    color: #fff;
    margin-top: 16px;
}

a:visited > p {
    color: #fff;
}
