.fieldgroup legend {
    font-size: inherit;
    border: none;
    margin: 0 0 .5em 0;
    font-weight: bold;
    font-weight: normal;
}

.fieldset-wrapper {
    margin-bottom: 1em;
}

.fieldset-wrapper .radio {
    margin-top: 0;
    margin-bottom: .25em;
}

.fieldset-wrapper input[type="radio"],
.fieldset-wrapper input[type="checkbox"]{
    margin-top:0;
    margin-bottom:0;
}

label {
    display: block;
    font-weight: bold;
    font-weight: normal;
}
.form-inline label.control-label{
    margin: 0 0 .5em 0;
}

.panel-default > .panel-heading {
    background: none;
    border: none;
}

.panel-title {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 29px;
}

.panel {
    border: none;
    box-shadow: none;
}

.panel-body {
    padding:0;
    max-width: 40em;
}

.form-required:after {
    content: "*";
    color: red;
}
.form-required + .text-danger {
    display: none;
}