@import url(http://fonts.googleapis.com/css?family=Montserrat);

#work_target {
    width: 100%;
    margin: 50px auto;
    font-family: montserrat, arial, verdana;
    position: relative;
}
#work_target fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
}
#work_target fieldset:not(:first-of-type) {
    display: none;
}
#work_target .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px;
}
#work_target .action-button:hover,
#work_target .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.fs-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #27AE60;
    margin-bottom: 15px;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    margin: 0 0 20px 0;
    padding: 0;
}
#progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #FFF;
    background: #c43025;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #c43025;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #27AE60;
    color: white;
}
#myModal .modal-content {
    width: 100%;
    max-width: 1170px;
    z-index: -1;
}
#myModal h3 {
    margin-bottom: 15px;
    margin-top: 10px;
}
#myModal p.form-error {
    display: none;
}
#myModal label {
    font-weight: 100 !important;
}
.form-section {
    margin: 5px auto;
    clear: both;
}
.form-subsection {
    float: left;
    margin: 0 10px;
}
.form-subsection:first-child {
    margin-left: 0;
}
.form-input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 5px;
    /* margin-left: 5px; */
}
select.form-input {
    padding: 7px;
}
input[type="radio"]:not(:first-child) {
    margin: 0 5px 0 10px;
}
input[type="radio"]:first-child {
    margin-right: 5px;
}
.i75 {
    width: 75px;
}
.i100 {
    width: 100px;
}
.i150 {
    width: 150px;
}
.i200 {
    width: 200px;
}
/* .i250 {} */
.i300 {
    width: 300px;
}
.i400 {
    width: 400px;
}
.i500 {
    width: 500px;
}
.i100p {
    width: 100%;
}
.w-100{
    width: 100%;
}
.d-flex{
    display: flex;
}
.my-10{
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 481px) {
    .form-input {
        width: 100% !important;
        margin: 0;
    }
    .form-subsection {
        width: 100%;
        margin: 0;
    }
}
