/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-cgb-block-os-blocks-form-contact-hero button {
  color: #ffffff;
  background-color: #cc3333;
  border-color: #333;
  border-style: none;
  border-width: 2px;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 2rem; }

.wp-block-cgb-block-os-blocks-form-contact-hero .crm-group {
  margin-bottom: 1.5em; }

.wp-block-cgb-block-os-blocks-form-contact-hero .crm-field input {
  background-color: #fafafa;
  color: #333;
  border-style: solid;
  border-color: #cc3333;
  border-width: 1px;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  border-style: none;
  border-bottom-color: #cc3333;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 0;
  width: 100%; }
