/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

.gform_wrapper.gravity-theme #gform_2 .gform_fields {
    display: block!important;
}
.gform_wrapper.gravity-theme #gform_2 #field_submit {
    justify-content: center;
	margin-top: 1rem;
}
/* services */
@media (min-width: 1200px) {
	#menu-item-61065 .dropdown-menu {
		display: flex;
		flex-wrap: wrap;
		width: 30rem!important;
	}
	#menu-item-61065 .dropdown-menu .menu-item {
		width: 50%;
	}
}
