/*JOIN US HORZ*/

.join-us-home_wrapper{max-width:780px;margin:auto;}

.join-us-home .gform_fields li{float:left;width:50%;clear:none!important;}
.join-us-home .gform_fields li label{display:none;}
.join-us-home .gform_footer{float:right;margin: -98px 12% 0 0;text-align:right;}
.join-us-home #gform_submit_button_1{border-radius: 29px;    padding: 7px 2px;margin-right:0}
.join-us-home .gform_fields li input[type=text]{border:1px solid #b1b1b1;font-size: 15px!important;}


@media only screen and (min-width: 1100px) {
    .join-us-home .gform_body{margin-right:-300px}
}

@media only screen and (max-width: 1000px) {
    .home-join h2{text-align:left;}
    .join-us-home .gform_footer {
        float: right;
        margin: -62px 21% 0 0!important;
    }

}

@media only screen and (max-device-width : 768px){

    .join-us-home .gform_fields li {
        float: none;
        width: 100%;
        clear: both!important;
    }
    .join-us-home .gform_fields li input[type=text] {

        width: 250px;
    }
    .join-us-home .gform_footer {
        /*    float: right;
            margin: -55px 21% 0 0!important;*/
        float: none;
        margin: auto!important;
        /* text-align: center; */
        width: 44px;    
    }
    .join-us-home .gform_fields li input[type=text] {
        width: 100%;
    }
}
@media only screen and (max-width : 568px){
    .join-us-home .gform_fields li input[type=text] {
        width: 100%;
    }
}
@media only screen and (max-device-width : 414px){
    .join-us-home .gform_fields li input[type=text]{width:136px;}
    .join-us-home #gform_submit_button_1 {
        border-radius: 38px;
        padding: 5px 2px;
        font-size: 13px;
    }
    .home-join h2{text-align:center;}

    .join-us-home .gform_fields li input[type=text] {
        width: 100%;
    }
/*    .join-us-home .gform_footer {
        float: right;
        margin: -55px 28% 0 0!important;
    }*/
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .join-us-home .gform_body {

        margin-left: 10%;
    }
    .join-us-home .gform_footer {

        margin: -97px 4% 0 0!important;
    }
}
