/*
 * Project Specific Gravity Styles
 */

 /* Gravity form ID:7 */
 #gform_wrapper_7,
 #gform_wrapper_7 .gform_heading h3 {
 	margin-top: 0;
 	margin-bottom: 0;
 }
 #gform_wrapper_7 .gform_heading {
 	margin-bottom: 0;
 }
 #gform_wrapper_7 .gform_heading p,
 #field_7_1 > .gfield_label,
 .custom-tos br,
 .gform_footer p {
 	display: none;
 }
 #field_7_1,
 #field_7_1 .ginput_container_checkbox {
 	margin-top: 0;
 }
 #label_7_1_1 a {
	 text-decoration: none;
	 transition: color 200ms ease 0s;
	 color: #cb4763;
 }
 #label_7_1_1 a: hover {
 	color: #eec0ca;
 }
 #choice_7_1_1 {
 	margin-right: 10px;
 }
 #input_7_2 {
 	border: 1px solid #999999;
    background-color: hsla(0, 0%, 100%, 0.08);
    display: inline-block;
    font-size: 0.78rem;
    height: 45px;
    margin-bottom: 0;
    padding: 8px 12px;
    color: #999999;
}
#gform_submit_button_7 {
    background-color: #cb4763 !important;
    bottom: 1px;
    font-size: 0.7rem;
    font-weight: 600;
    height: 45px;
    position: relative;
    width: 24%;
    border: 0px;
    color: #ffffff !important;
    border-radius: 0px !important;
	-webkit-appearance: none;
}
#gform_submit_button_7:hover {
	cursor: pointer;
}
#gform_wrapper_7 .gform_footer {
	margin: 0;
	padding: 0;
}

#field_7_3 {
	margin-top: 0;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
@media (min-width: 768px) {
	#gform_submit_button_7 {
		float: right;
	    margin-top: -154px;
	    margin-right: 198px;
	}
}
@media (max-width: 767px) {
	#input_7_2 {
		width: 75%;
	}
	#gform_submit_button_7 {
		float: right;
    	margin-top: -154px;
        margin-right: 19px;
	}
}