.wpjhp-form .form-head{ margin: 15px 0 10px; }
.wpjhp-form .sub-heading{ margin: 10px 0 7px; }
.wpjhp-form .form-group{ margin-bottom: 15px; }
.wpjhp-form label, .wpjhp-form label span.flabel {
display: block;
line-height: 1.4em;
font-size: 16px;
color: #313131;
}
.wpjhp-form label span.flabel{ margin-bottom: 5px; }
.wpjhp-form label p{ margin-bottom: 10px; line-height: 1.4em; }
.wpjhp-form label small{ color: #777777; }
.wpjhp-form .form-group input[type="text"], .wpjhp-form .form-group input[type="tel"],
.wpjhp-form .form-group input[type="password"], .wpjhp-form .form-group input[type="email"], .wpjhp-form select {
display: block;
width: 100%;
margin: 0;
height: 42px;
color: #313131;
}
.wpjhp-form .form-group textarea{
display: block;
width: 100%;
color: #313131;
margin: 0;
}
.wpjhp-checkboxes > label {
display: inline-block;
margin: 5px 15px 5px 0;
}
.wpjhp-checkboxes > label > input{ margin-right: 3px; }
.hidden{ display: none !important; } .wpjhp-form-message.success,
.wpjhp-form-message.error {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
margin: 10px 0;
}
.wpjhp-form-message.success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.wpjhp-form-message.error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.has-error {
border-color: #FF0000;
}
input[type="checkbox"].has-error{ outline: 1px solid #FF0000; }
.hidden-till-handbook-checked{ display: none; }  @media only screen and ( min-width: 768px ) { .wpjhp-row {
margin-left: -10px;
margin-right: -10px;
}
.wpjhp-row:before,
.wpjhp-row:after {
display: table;
content: " ";
}
.wpjhp-row:after{ clear: both; }
.wpjhp-row .column-1, .wpjhp-row .column-2, .wpjhp-row .column-3, 
.wpjhp-row .column-4, .wpjhp-row .column-5, .wpjhp-row .column-6,
.wpjhp-row .column-7, .wpjhp-row .column-8, .wpjhp-row .column-9,
.wpjhp-row .column-10, .wpjhp-row .column-11, .wpjhp-row .column-12 {
position: relative;
padding: 0 10px;
float: left;
min-height: 1px;
}
.wpjhp-row .column-12{ width: 100%; }
.wpjhp-row .column-1{ width: 8.333333333333332%; }
.wpjhp-row .column-2{ width: 16.666666666666664%; }
.wpjhp-row .column-3{ width: 25%; }
.wpjhp-row .column-6{ width: 50%; }
.wpjhp-row .column-7{ width: 58.333333333333336%; }
.wpjhp-row .column-8{ width: 66.66666666666666%; }
.wpjhp-row .column-9{ width: 75%; }
.wpjhp-row .column-4{ width: 33.33333333333333%; }
.wpjhp-row .column-5{ width: 41.66666666666667%; }
.wpjhp-row .column-10{ width: 83.33333333333334%; }
.wpjhp-row .column-11{ width: 91.66666666666666%; }
}