@media(min-width:700px) {
.page-node-1256 .webform-component-markup {
    clear: both;
    float: left;
    width: 45%;
    padding: 3% 5% 0 0;
    clear: left;
    border-top: 1px solid #ccc;
} 
.page-node-1256 .webform-layout-box .webform-component-markup {
    float: left;
    width: 45%;
    /*clear: left;*/
    padding: 3% 5% 0 0;
    border-top: 1px solid #ccc;
}

.page-node-1256 .webform-component-checkboxes,
.page-node-1256 .webform-component-radios {
    float: left;
    width: 45%;
    /*clear: left; */
    padding: 3% 5% 0 0;
    border-top: 1px solid #ccc;
    
}

.page-node-1256 .webform-component-number {
    float: left;
    width: 20%;
}
.page-node-1256 .form-actions {
    clear:both;
}

}

.page-node-1256 legend {
    font-weight: bold;
    font-size: 1.5em;
}
.page-node-1256 legend a {
    color: #555;
}
fieldset {
    margin-bottom: 2em;
}
.page-node-1256 .messages--warning {
    display: none;
}
#block-block-6 a.btn {
    background: #bd5823;
    color: white;
    padding: .5em .75em;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#block-block-6 a.btn:hover {
    background: #000;
}