
.header .logo img{
    max-height: 120px;
}
.header{
    margin-bottom: 4em;
}
.header h1{
    margin-top: 30px;
}
.header h1 + h3{
    margin-top: 0;
    font-weight: bold;
}
.poll-description {
    font-size: 1.4em;
    margin-left: 3em;
    padding-left: 1em;
    padding-right: 4em;
    color: #424242;
   /* border-left: 2px solid #555; */
}
.questions{margin-top: 48px;}
.questions ul{
    list-style: none;
    padding: 0;
}

.questions .next-btn, .questions .submit-btn{
    width: 100%;
}

input + input {
    margin-top: 18px;
}
.question{position: relative}
.question:not(.active):before{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.question .type-radio label{
    cursor: pointer;
    margin-bottom: 12px;
    display: block;
}

.question .question-title{
    font-weight: 800;
}

.question .question-description{
    display: block;
    margin-bottom: 10px;
    padding-left: 12px;
    border-left: 2px solid #8bc34a;
    font-size: .9em;
    font-weight: 600;
}

.question .btn{
    white-space: normal;
}


.footer{
    min-height: 120px;
}

.type-radio label.btn input[type="radio"]{
    display: none;
}

.type-checkbox input[type="checkbox"]{
    display: none;
}

.type-checkbox label.btn{
    white-space: initial;
    width: 100%;
    margin-bottom: 12px;
}
.type-checkbox input[type="checkbox"]:checked + label{
    background: #8bc34a;
    color: #fff;
}

div[class^="paymethod-"]{
    margin-bottom: 24px;
}

input[type="radio"].right-radio{
    position: relative;
    margin: 0 0 0 6px;
}
