﻿body {
    background-color: #efefef;   
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#__bodyWrapper {
    background-color: #ffffff;
    width: 1000px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 20px 20px rgba(0,0,0,.5);
    box-shadow: 0 20px 20px rgba(0,0,0,.5);
}

.__questionWrapperIntro, #__contentWrapper li {
    font-size: 0.9em;
}

#__introWrapper a {
    color: #ee1100;
}

#__introWrapper{
    margin-bottom: 50px;
}

#__contentWrapper {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
    min-height: 500px;
}

.__questionsIntroInset {
    padding-left: 20px;
    padding-right: 20px;
}

    .__questionsIntroInset h3 {
        font-weight: bold;
        font-size: 1em;
        margin-bottom: 0;
    }

    #__contentWrapper h1 {
        font-weight: 300;
        color: #ee1100;
        font-size: 1.8em;
    }

.__questionWrapperIntroFirst{
    margin-top: 0;
}

#__contentWrapper h2 {
    font-weight: 300;
    color: #ee1100;
    font-size: 1.3em;
}

    #__logoWrapper {
        border-top: solid 11px #ee1100;
        border-bottom: solid 1px #808285;
        margin-bottom: 60px;
        padding-left: 50px;
        padding-right: 50px;
    }

    #__logoWrapper img {
        margin-top: 15px;
        margin-bottom: 20px;
        max-width: 300px;
    }

#__footerWrapper {
    border-left: solid 11px #ee1100;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 100px;
    margin-top: 60px;
}

    #__footerWrapper p {
        font-size: 0.7em;
        padding-top: 55px;
        color: #434343;
        font-weight:600;
    }

#__questionWrapper{
    width: 100%;

}

.__cf {
    clear: both;
}

.__questionFloat {
    width: 48%;
    float: left;
    display: none;
}

.__questionFloatCol1 {
    margin-right: 30px;
}

.__questionFloat p {
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 10px;
}

.__questionFloatMinHeight {
    min-height: 75px;
}

.__questionFloat select {
    width: 95%;
    background-color: #f6f6f6;
    border: solid 2px #939598;
    height: 40px;
    font-size: 0.8em;
}

.__questionFloat span {
    font-size: 0.9em;
    color: #333333;
}

.__questionFloat option {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

#__resetWrapper
{
    margin-top: 60px;
    display: none;
    width: 98%;
    text-align: center;
}

    #__resetWrapper a {
        text-decoration: none;
        color: #939598;
        text-transform: uppercase;
    }


#__urlWrapper {
    max-width: 98%;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
}


    #__urlWrapper p {
        font-size: 1em;
        color: #434343;
    }


#__urlWrapperInner h1 {
    font-weight: 300;
    color: #000000;
    font-size: 1.3em;
}
#__urlWrapperInner span {
    font-weight: bold;
    color: #ee1100;
}


.__result-button {
    background-color: #ee1100;
    border: solid 2px #000000;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 5px 5px RGBA(0,0,0,0.4);
}

#__urlWrapperInner a {
    font-weight: 300;
    color: #ffffff;
    font-size: 1.2em;
    text-decoration: none;
    /*text-transform: uppercase;*/
    padding: 10px;

}

#__urlWrapperInner li a {
    color: #434343;
    text-decoration: underline;
    font-size: 1em;
    padding: 0;
}

#__urlWrapperInner li a::after {
    padding: 0;
    content: "";
}

#__urlWrapperInner a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f35a";
    padding-left: 10px;
}

@media only screen and (max-width: 920px) {
    .__questionFloat {
        width: 98%;
    }
}

@media only screen and (max-width: 500px) {
    #__contentWrapper, #__logoWrapper, #__footerWrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    #__logoWrapper {
        margin-bottom: 10px;
    }
    #__logoWrapper img {
        max-width: 95%;
    }
    #__contentWrapper {
        padding-top: 15px;
    }
    #__urlWrapper p {
        font-size: 1em;
    }    
    #__urlWrapperInner a {
        font-size: 1em;
    }
}


/* Data download */

li a {
    color: #434343;
    text-decoration: none;
}

.registration_input_text {
    width: 300px;
    background-color: #f6f6f6;
    border: solid 2px #939598;
    height: 40px;
    padding-left: 5px;
    font-size: 1.3em;
}

.button-generic {
    background-color: #ee1100;
    color: #ffffff;
    border: none;
    font-size: 1.3em;
    padding: 10px;
}

#__introWrapperImg{
    text-align: center;
}

    #__introWrapperImg img {
        /*width: 600px;*/
        max-width: 100%;
    }

#__privacy-policy{
    float: right;
    margin-top: 29px;
    margin-right: 50px;
}

    #__privacy-policy.__result-button {
        padding: 5px 12px 5px 12px;
    }

#__privacy-policy a {
    font-weight: 300;
    color: #ffffff;
    font-size: 1.2em;
    text-decoration: none;
    font-size: 0.9em;
    /* text-transform: uppercase; */
    
}

@media only screen and (max-width: 620px) {
    #__privacy-policy {
        float: none;
        width: 130px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 0;
    }

    #__bodyWrapper{
        padding-top: 10px;
    }
}