/*********\
 * fonts *
\*********/

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/78wGxsHfFBzG7bRkpfRnCQ.eot') format('eot');
    src: url('../fonts/78wGxsHfFBzG7bRkpfRnCQ.eot?#iefix') format('embedded-opentype'),
        url('../fonts/78wGxsHfFBzG7bRkpfRnCQ.woff2') format('woff2'),
        url('../fonts/78wGxsHfFBzG7bRkpfRnCQ.woff') format('woff'),
        url('../fonts/78wGxsHfFBzG7bRkpfRnCQ.ttf') format('truetype');
}

/****************\
 * reset styles *
\****************/

* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    color: #4a4a4a;
}

hr {
    float: left;
    clear: left;
    margin: 24px 0px 38px 0px;
    width: 100%;
    border: 0px;
    height: 1px;
    background-color: #EAE9E9;
}

p {
    width: 100%;
    margin-bottom: 0px;
}

/****************\
 * input fields *
\****************/

input[type="radio"],
input[type="checkbox"] {
    clip: rect(0px, 0px, 0px, 0px);
    position: absolute;
}

input[type="radio"] + label {
    background: transparent url("../img/radio-sprite.png") no-repeat scroll 0 0;
    float: left;
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 24px;
    cursor: pointer;
}

input[type="radio"] + label.salut_f {
    margin-right: 24px;
}

input[type="checkbox"] + label {
    background: transparent url("../img/checkbox-sprite.png") no-repeat scroll 0 0;
    float: left;
    width: 33.3%;
    height: 21px;
    line-height: 21px;
    padding: 0 0 0 30px;
    margin-bottom: 9px;
    cursor: pointer;
}

input[type="checkbox"] + label.first {
    width: 41.1%;
}

input[type="checkbox"] + label.second {
    width: 32.8%;
}

input[type="checkbox"] + label.third {
    width: 26.1%;
}

input.radio[type="radio"] + label {
    background-position: 0 0;
}

input.checkbox[type="checkbox"] + label {
    background-position: 0 0;
}

input.radio[type="radio"]:checked + label {
    background-position: 0 -16px;
}

input.checkbox[type="checkbox"]:checked + label {
    background-position: 0 -21px;
}

input[type=text] {
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 0px 12px;
    width: 100%;
    height: 34px;
    border: 1px solid #DEDEDE;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    color: #4a4a4a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input[type=submit] {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 232px;
    height: 47px;
    border: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Oxygen', sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #9A0000;
    cursor: pointer;
}

input[type="text"].error {
    border: 1px solid #9A0000;
}

.error-message {
    float: left;
    clear: left;
    color: #9A0000;
    display: none;
    font-size: 12px;
}

.error-message.show {
    display: block;
    color: #9A0000;
}

.site {
    margin: 0 auto;
    width: 100%;
    max-width: 758px;
}

.site header {
    float: left;
    width: 100%;
}

header img.header-img {
    width: 100%;
    height: auto !important;
}

.site .content {
    float: left;
    clear: left;
    width: 100%;
    margin-top: -15px;
}

.content .salutation {
    float: left;
    width: 100%;
    height: 17px;
    line-height: 17px;
    margin-bottom: 20px;
}

.salutation .salut-label {
    float: left;
    width: 68px;
    height: 17px;
    line-height: 17px;
}

.content .input-wrapper {
    float: left;
    width: 50%;
    margin-bottom: 7px;
}

.content .left {
    padding-right: 9px;
}

.content .right {
    padding-left: 9px;
}

.content .fake-hr {
    float: left;
    clear: left;
    display: table;
    width: 100%;
    margin: 28px 0px 18px 0px;
}

.fake-hr .first-cell {
    display: table-cell;
    width: 56px;
    vertical-align: top;
}

.fake-hr .mover {
    display: table-cell;
    width: 21px;
}

.fake-hr .mover img {
    float: left;
}

.fake-hr .last-cell {
    display: table-cell;
    width: auto;
    vertical-align: top;
}

.content .first-cell hr,
.content .last-cell hr {
    margin: 0px;
}

.content .interests {
    float: left;
    clear: left;
    margin: 10px 0px 14px 0px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #385676;
}

.content .privacy {
    float: left;
    clear: left;
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.privacy .privacy-cb {
    display: table-cell;
    width: 27px;
}

.privacy .privacy-desc {
    display: table-cell;
    width: auto;
    vertical-align: top;
    font-size: 12px;
}

.content .disclaimer {
    float: left;
    clear: left;
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.disclaimer .disclaimer-cb {
    display: table-cell;
    width: 27px;
}

.disclaimer .disclaimer-desc {
    display: table-cell;
    width: auto;
    vertical-align: top;
    font-size: 12px;
}

.privacy-link {
    text-align: right;
    margin-bottom: 20px;
    font-size: 12px;
}

.content .required {
    float: left;
    clear: left;
    font-size: 11px;
    line-height: 84px;
}

.content .description {
    float: left;
    clear: left;
    width: 76.5%;
    font-size: 17px;
    font-weight: bold;
    color: #385676;
}

.content .here-we-go {
    float: left;
    clear: left;
    margin-top: 19px;
    font-size: 17px;
    font-weight: bold;
    color: #282828;
}

.content .doi {
    float: left;
    clear: left;
    width: 100%;
    max-width: 757px;
    height: auto !important;
    margin-top: 14px;
}

.content .doi-desc {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 23px;
}

@media screen and (max-width: 526px) {

    .content .input-wrapper {
        clear: left;
        width: 100%;
    }

    .content .left {
        padding-right: 0px;
    }

    .content .right {
        padding-left: 0px;
    }

    input[type="checkbox"] + label.first,
    input[type="checkbox"] + label.second,
    input[type="checkbox"] + label.third {
        width: 50%;
    }

    .content .here-we-go {
        display: none;
    }

    .content .doi {
        display: none;
    }

    .content .doi-desc {
        margin-top: 20px;
    }

}

@media screen and (max-width: 408px) {

    input[type="checkbox"] + label.first,
    input[type="checkbox"] + label.second,
    input[type="checkbox"] + label.third {
        width: 100%;
    }

    input[type=submit] {
        float: right;
        width: 100%;
        margin: 9px 0px 0px 0px;
        clear: both;
    }

    .site .content {
        margin-top: 0px;
    }

    .content .required {
        width: 100%;
        text-align: right;
        line-height: normal;
    }

}