.icon-bar {
    background: #000;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 5px;
}
.join-form-wrap input {
    width: 100%;
    height: 40px;
}
.join-form-wrap button[type="submit"] {
    background-color: #3b504b;
}
.join-form-wrap fieldset {
    border: none;
    padding: 0;
}
.join-form-wrap fieldset p {
    margin-bottom: 0;
}
.join-form-wrap fieldset input {
    height: auto;
    width: auto;
    margin-right: 15px;
}
@media only screen and (max-width: 768px) {
    /*#main-navigation .nav li .sub-menu {
        display: block;
    }*/
    .submenu-control {
        height: 50px;
        width: 50px;
    }
    .submenu-control:before {
        content: "\25BE";
        display: inline;
        position: absolute;
        left: 17px;
        top: 13px;
        font-size: 21px;
        color: #000;
    }
}