﻿
body {
    hyphens: auto;    
}

@font-face {
    font-family: 'robotomedium';
    src: url('../Fonts/Roboto-Medium-webfont.eot');
    src: url('../Fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../Fonts/Roboto-Bold-webfont.eot');
    src: url('../Fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../Fonts/Roboto-Regular-webfont.eot');
    src: url('../Fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, h2 {
    font-family: 'robotobold';
    color: #312a6f;
}

h1 {
    font-size: 1.7em;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}

/*@media (max-width: 400px) {
    h1 {
        font-size: 1.7em;
       
    }
} */

h2 {
    line-height: 1.1em;
    margin-bottom: 0.8em;
}

p, label {
    font-family: 'robotoregular';
    color: #666666;

}

p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 1.0em;
}

label {
    font-size: 1.0em;
}

    label.error {
        color: red;
    }

button {
    font-size: 1.2em;
}



input[type=radio] + label {
    margin-bottom: 12px;
}

    input[type=radio] + label::before {
        margin-right: 15px;
    }

@media (max-width: 400px) {
    input[type=radio] + label::before {
        background-size: 35px 35px;
    }
}

epresto-fivestars .star {
    width: 45px;
    height: 45px;
    margin-right: 7px;
    margin-top: 5px;
    margin-bottom: 13px;
}

@media (max-width: 400px) {
    epresto-fivestars .star {
        width: 35px;
        height: 35px;
    }
}






epresto-page nav {
    width: 94%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

epresto-page nav p {
    text-align: center;
    font-size: 1.1em;
    color: white;
    margin-bottom: 0.0em;
}

@media (max-width: 400px) {
    epresto-page nav p {
        font-size: 1.0em;
    }
}

epresto-page button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    display: inline-block;
    outline: none;
    
    background-image: url(Pix/Button.svg);
    min-height: 39px;
    padding-left: 20px;
    padding-right: 20px;
    display:block;
      
}

epresto-page button.center {
    margin-left: auto;
    margin-right: auto;
}





epresto-page button.flick {
    
    width: 71px;
    

}

epresto-page button.flick.backward {
    background-image: url(Pix/FlickButtonBackward.svg);
    align-self: flex-start;
}

epresto-page button.flick.forward {
    background-image: url(Pix/FlickButtonForward.svg);
    align-self: flex-end;
}

epresto-page#intro nav {
    height: 39px;
}

epresto-page#intro button.flick.forward {
    margin-bottom: 2.8em; 
    margin-top:2.8em;
    width: 200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

epresto-page#intro img.logo{    
    height: auto;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

epresto-page#intro img.logo.customer{
    width: 75%;
    max-width: 250px;
    margin-top: 1em;
    margin-bottom: 2.5em;
}
epresto-page#intro img.logo.eval7{
    width: 100px;
    margin-top: 2.4em;
}


epresto-page div.panel {
    min-height: 430px;
    margin-top: 12px;
    margin-bottom: 20px;
    padding-top: 25px;
    line-height: unset;
}

epresto-page#extro div.panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

epresto-page#extro div.panel h1 {
    margin-top: 25px;
    margin-bottom: 45px;
    
}

epresto-page button#startNewSurvey {
    background-image: url(Pix/StartNewSurvey.svg);
}

epresto-page button#startNewSurvey.hidden {
    display: none;    
}

