.survey { @include search-panel(); background:transparent; border:1px solid $border-color; margin-bottom:0;
    h3{ margin-top:0; }
    .panel{ margin-bottom:0 !important;
        .survey-easy{
            h4{ @include heading-small(); }
        }
    }
    .recaptcha{ margin:30px 0 20px; }
    &-info-text { margin:0; }
    &-radio {margin-bottom:-20px;}
    &-body {margin-top:30px !important;}

    .form-group { margin:0;
        + .form-group {margin-top:30px;}
        .hidden-text {margin:0;}
        .panel {border: 0; padding: 0; margin-top: 10px;}
    }
}