.privacy_box h3 {
	text-align: left;
	margin: 20px 0;
}
.privacy_box p {
	text-align: left;
	padding-bottom: 15px;
}
.privacy_box ul {
	text-align: left;
	padding-left: 40px;
	margin-bottom: 15px;
}
.privacy_box ul li {
	list-style-type: disc;	
}
.col-md-6, .col-sm-6, .col-sm-8, .col-sm-4 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-sm-12, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;	
}
.contact_box {
    float: none;
    margin: 0 auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-sm-6 p, .col-sm-12 p, .col-sm-8 p, .col-sm-4 p {
    margin: 0;
	padding: 10px 0 0 0;
}
.form-control {
    width: 100%;
    height: 38px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #989898;
    border-radius: 5px;
    margin-bottom: 5px;
}
textarea.form-control {
    height: auto;
	margin-bottom: 20px;
}
.submitButton {
    background: #ff7800;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 25px;
}
.contact_box .submitButton {
    max-width: 300px;
}
@media only screen and (max-width:767px) {
	.contact_box { width: 100%; }
}	
@media only screen and (max-width:479px) {
	.col-sm-6 { float: none; width: 100%; }
}	