html, body, #main {
    background-color: #f1f1f1;
    position: initial !important;
}

* {
    box-sizing: border-box;
}

#main * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}

#main {
    max-width: 500px;
    padding: 3% 0 20px 0;
    margin: auto;
}

#main form:not(.gdpr-consent), #main .box {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

#main h1 a {
    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

#main .notice {
    margin: 0 0 10px 0;
}

#main .notice:last-child{
    margin-bottom: 0;
}

.right {
    float: right;
}

.align-center {
    text-align: center;
}

@media screen and (max-width: 360px ) {
    .right {
        float: none;
    }
}

body p {
    margin: 1.1em 0;
}

a {
    outline: 0;
}

a {
    color: #0073aa;
    transition-property: border, background, color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
    text-decoration: none;
}

a:active, a:hover {
    color: #00a0d2;
}

label {
    font-weight: normal;
    cursor: pointer;
}

p#credit,
#extralinks {
    color: #555d66;
    text-align: center;
}

p#credit img{
    vertical-align: middle;
}

#main .preference-option a {
    margin: 10px 0 0 0;
    padding: 10px 20px;
    background: #F9F9F9;
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

#main .preference-option a.preference-unsubscribe,
#main .preference-option a.preference-gdpr_delete
{
    color: #d2120c;
}

#main .preference-option a.preference-unsubscribe:hover,
#main .preference-option a.preference-gdpr_delete:hover
{
    color: #900c08;
}

#main p label {
    color: #72777c;
    font-size: 14px;
}

#main input[type="email"],
#main input[type="tel"],
#main input[type="text"] {
    background: #fbfbfb;
    border-radius: 4px;
    font-size: 24px;
    width: 100%;
    padding: 3px 7px;
    margin: 2px 6px 16px 0;
    border: 1px solid #7e8993;
    box-shadow: 0 0 0 transparent;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
}

#main .button {
    display: inline-block;
    padding: 12px 16px;
    background-color: #0071a1;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}

#main .button:hover {
    background-color: #016087;
}

#main .button.danger{
    background-color: #d2120c;
}

#main .button.danger:hover{
    background-color: #900c08;
}

#main .contact-name{
    border-bottom: 1px dotted;
}

.erase #main ul{
    padding-left: 20px;
    list-style-type: disc;
}