
#main.signup label.half.left {
    width: calc(50% - 19px);
    margin-right: 15px;
}
#main.signup label.half.right {
    width: calc(50% - 19px);
    margin-left: 15px;
}
#main.signup label {
    font-family: 'calibri', 'roboto-slab';
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 47px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    color: #424243;
    display: inline-block;
    position: relative;
}
#header.signup .signup-menu a:last-child {
    display: inline-block;
}
#main span.asterisk {
    margin-left: 5px;
    color: #2c97ea;
    display: unset !important;
}
#main.signup select {
    border: none;
    border-left: 4px solid #e4e4e4;
    border-bottom: 4px solid #e4e4e4;
    font-family: 'roboto';
    font-weight: 300;
    font-size: 14px;
    color: #424243;
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 10px;
    background: none;
}
.inline .chosen-container-single, .inline .chosen-container-multi {
    margin-top: -3px;
}
.chosen-container {
    font-size: 14px !important;
    padding-top: 11px;
    padding-bottom: 13px;
    margin-top: 3px;
}
.chosen-container-single .chosen-single:focus, .chosen-container-multi .chosen-choices:focus {
    border: none;
    outline: none;
}
.chosen-container-single, .chosen-container-multi {
    width: calc(100% - 12px) !important;
    border-left: 4px solid #e4e4e4;
    border-bottom: 4px solid #e4e4e4;
    padding-right: 0;
    border-radius: 0;
    height: unset;
    line-height: unset;
    box-shadow: none;
}
.chosen-container-single .chosen-single {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0;
    height: unset;
    line-height: 1.1 !important;
}
.chosen-container-active .chosen-single, .chosen-container-active .chosen-choices {
    border: none !important;
    background: none !important;
    box-shadow: none;
}
.chosen-container-single .chosen-single div b {
    background-image: url('images/dropdown.png') !important;
    background-position: 0 8px !important;
    background-repeat: no-repeat !important;
    background-size: unset !important;
}
.primary .chosen-container-active.chosen-with-drop .chosen-single div b,
.primary .chosen-container-active.chosen-with-drop .chosen-choices div b {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    background-position-y: 3px !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
    background-position-y: 3px !important;
}
.chosen-container-single .chosen-drop,
.chosen-container-multi .chosen-drop {
    background: #f9f9f9;
    border-radius: 0;
    left: -1px;
    border-color: #ccc;
    box-shadow: none;
}
.chosen-container .chosen-results li.active-result:hover,
.chosen-container .chosen-results li.active-result.result-selected {
    background: ;
    color: #424243;
}
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-search input[type="text"] {
    border-color: #ccc;
    background-color: #fff;
    background: url('images/search.png') no-repeat center right 4px !important;
    background-size: 15px;
}
@media screen and (max-width: 540px) {
    #header.signup .signup-menu a:last-child {
        display: inline-block;
    }
}