body .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

body .gform_wrapper form {
    max-width: 500px;
    margin: 0;
}

html body .gform_wrapper ul li.gfield {
    margin-top: 0;
    margin-bottom: 15px;
}

body .gform_wrapper label.gfield_label, body .gform_wrapper legend.gfield_label {
    font-weight: 600;
    margin-bottom: 5px;
}

html body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

body .gform_wrapper .chosen-container-single .chosen-single {
    padding: 0 0 0 8px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #212529;
    line-height: 24px;
}

html body .gform_wrapper .chosen-container a.chosen-single {
    border-radius: 3px;
}

.gform_wrapper .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top:7px;
    min-height: 38px
}

body .gform_wrapper .chosen-container-single .chosen-single div b {
    background-position: 0 9px;
}

body .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #cccccc;
    background-image: none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 12px;
}

body .gform_wrapper .chosen-container .chosen-drop {
    border: 1px solid #cccccc;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 0 0 8px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #212529;
    line-height: 24px;
    background: none!important;
    background-image: none!important;
    background-color: #FFF;
}

body .gform_wrapper .chosen-container .chosen-results li.highlighted {
    background-color: transparent;
    background-image: none;
    color: #359a47;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    min-height: 40px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: normal;
    padding: 10px 15px;
    margin: 0;
}

body .gform_wrapper .gform_footer{
	text-align: right;
	margin-right: 0;
	padding-right: 0;
}

@media only screen and (min-width: 641px){
	body .gform_wrapper ul.gform_fields li.gfield {
    	padding-right: 0;
	}
}

@media only screen and (max-width: 641px){
	body .gform_wrapper .chosen-container-single .chosen-single span {
    	margin: 0;
    	padding-top: 0;
	}
	body .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b {
	    top: 0;
	    transform: none;
	}
}