.Choices__choice {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 10px 16px !important;
    padding-left: 0 !important;
    transistion: all .3s ease-in-out;
}
.Choices__choice:hover, .Choices__choice:focus {
    transform: translateX(8px);
}
.ChoicesQuestion.Choices .Choices__choice .material-icons {
    float: none !important;
    margin-left: 0px !important;
    margin-right: 8px !important;
    padding-top: 1px !important;
    font-size: 16px !important;
}
.Choices__choice.btn-default, .Choices__choice.btn-raised.btn-primary {
    background-color: transparent !important;
    box-shadow: none !important;
}
.Choices__choice.btn-raised.btn-primary {
    color: #333 !important;
}
.Choices__choice.btn-raised.btn-primary .material-icons {
    color: hsla(202, 100%, 37%, 1) !important;
}
.LiveField__error {
    border-radius: 4px;
    background-color: transparent !important;
    color: hsla(346, 60%, 40%, 1) !important;
    text-align: left;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 14px !important;
}
.LiveField__container {
    padding: 8px 0 !important;
}
.fieldSection select {
    border: 1px solid hsla(208, 24%, 87%, 1) !important;
    height: 48px;
    border-radius: 4px;
    text-indent: 16px;
}
.Select-control {
    background-color: transparent !important;
    height: 48px !important;
    padding: 0 0 !important;
    padding-right: 5px !important;
    position: static !important;
}
.fieldSection input, .fieldSection .LiveField__input {
    border: 1px solid hsla(208, 24%, 87%, 1) !important;
    height: 48px !important;
    border-radius: 4px;
    text-indent: 16px;
    color: hsla(215, 35%, 16%, 1) !important;
}
.fieldSection input:hover, .fieldSection .LiveField__input:hover {
    border: 1px solid hsla(204, 9%, 50%, 1) !important;
}

.fieldSection input:focus, .fieldSection .LiveField__input:focus {
    border: 1px solid hsla(202, 100%, 37%, 1) !important;
}
.Select-placeholder, .Select--single > .Select-control .Select-value {
    height: 48px !important;
    padding: 0 0 !important;
    padding-right: 5px !important;
}
.Select-input input, .Select-input input:focus {
    height: 48px !important;
    border: 0px !important;
    left: 16px !important;
    position: absolute !important;
}
.Select-multi-value-wrapper, .Select-arrow-zone {
    height: 44px !important;
}
.block--empty {
    height: 0 !important;
}