*{
    padding:0;
    margin:0;
}
.left{
    float:left;
}
.right{
    float:right;
}
.clearing{
    clear:both;
}
.half{
    width:50%;
}

body{
    height: 100vh;
    background: #0264d6;
    background: -moz-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #0264d6), color-stop(100%, #1c2b5a));
    background: -webkit-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%);
    background: -o-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%);
    background: -ms-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%);
    background: radial-gradient(ellipse at center, #0264d6 1%, #1c2b5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0264d6', endColorstr='#1c2b5a', GradientType=1);
}

#language{

    background: #ffffff;
    margin-top:1.2em;
}

#wrapper{
    display: grid;
    justify-content: center;
    grid-template-rows: auto auto auto;
    height: 100vh;
}

.form-control-inline{
    width:200px;
    display: inline;
    margin:0 0.5em;
}

.vcenter{
    margin-top:-0.6em;
}

a{
    text-decoration: underline;
}

.info a{
    color:#FFFFFF;
}

a:hover{
    text-decoration: underline;
}

.response-image{
    margin-top: 0.5em;
    border:none;
    display: block;
}

iframe{
    border: none;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 100%;
}

/*
.line{
    border-top: 1px solid rgba(0,0,0,.125);
    height:0;
    margin:1em 0;
}
 */

img{
    max-width:100%;
}

@media (min-width: 576px) {
    #content{
        max-width:60em;
    }

    .field-container{
        width:100%;
        padding:0 1em;
    }
}

@media (min-width: 768px) {
    #content{
        max-width:60em;
    }

    .field-container{
        width:100%;
        padding:0 1em;
    }
}

@media (min-width: 992px) {
    #content{
        width:60em;
    }

    .field-container{
        width:50%;
        padding:0 1em;
        float:left;
    }

    .field-container:nth-child(3n){
        clear: left;
    }
}

@media (min-width: 1200px) {
    #content{
        width:60em;
    }

    .field-container{
        width:50%;
        padding:0 1em;
        float:left;
    }

    .field-container:nth-child(3n){
        clear: left;
    }
}

#content{
    grid-row: 2;
    margin:0 auto;
}

.question, .campaign-description, .respondent-info, .submit-container{
    margin:1em 0.2em 1em 0.2em;
}

.question:last-child, .campaign-description:last-child, .respondent-info:last-child, .submit-container:last-child{
    margin-bottom: 1em;
}



.responses>li>.form-check{
    margin-top:0.8em;
    width:100%;
}

.responses>li>.form-check>label{
    width:100%;
}

.responses>li>.form-check>label iframe{
    height: 40vh;
}

.info{
    color:#ffffff;
    text-align: center;
    font-size: 1.6em;
}

.desc{
    color: #ffffff;
    text-align: right;
    font-size: 1em;
    margin-right:0.5em;
}

.scale-responses .point{
    float:left;
    width: 3em;
    height: 3em;
    border:2px solid #0264d6;
    background: #e0eeff;
    border-radius: 0.25rem;
    text-align: center;
    line-height: 3em;
    color:#0264d6;
}

.scale-responses .point{
    margin:0 10px 10px 0;
}

.scale-responses .point:last-child{
    clear:right;
    margin-right: 0;
}

.scale-responses .point input[type=radio]:checked+label{
    background:#0264d6;
    color:#ffffff;
}

.scale-responses .point label:active{
    background-color: #0264d6;
    border-color: #0264d6;
}

.scale-responses .point label{
    display: block;
    width:100%;
    height:100%;
}

.scale-responses .point:last-child{
    margin-right:0px;
}

.scale-responses{
    float:left;
}

.scale-description{
    margin-top:0;
    max-width: 45%;
}

.scale-description.right{
    text-align: right;
}

.textarea-label{
    width:100%;
}
.hide-by-rule, .hide{
    display:none;
}
/*
.responses>li>label{
    cursor: pointer;
    padding:0.5em;
    border: 1px solid #ffffff;
}
*/
/*
.responses>li>div:hover{
    border: 1px solid #e0e1e2;
}
*/