/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Maroon */
/* Dark Grey */
/* Dusk */
/* Blood Orange */
/* many colors in comp */
/*
*  _mixins
*  Author: P11 Interactive Team
*  -------------------------------------------------------------------------------------------
*  Notes: Define patterns of property value pairs, which can then be reused in other rule sets
*/
/*@include mq-md {
   width: 100%;
 }*/
#content .text-section .form-container h2.headline {
  font-size: 2rem;
}
#content .text-section .form-container form {
  margin-bottom: 3rem;
}
#content .text-section .form-container form:last-of-type {
  margin-bottom: 0;
}

label:not(.gform-field-label--type-sub), legend.gfield_label {
  font-family: "Montserrat-Bold", serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

select {
  -webkit-appearance: none;
  position: relative;
  background-image: url("/wp-content/themes/client-theme/images/global/arrow-down.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right 5px center;
}

input, select, textarea {
  font-size: 1rem;
  font-family: "Montserrat-Regular", serif;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0px;
  border: 1px solid rgb(221, 221, 221);
  background-color: #FFFFFF;
  margin-bottom: 1.5rem;
}

input, select {
  height: 50px;
  line-height: 1rem;
}

div.gform_wrapper.gravity-theme .gform_footer,
div.gform_wrapper.gravity-theme .gform_page_footer {
  display: inline-flex;
}

.gform_wrapper.gravity-theme .gform_footer input:after {
  content: url(../../images/global/btn-right-arrow.svg);
  /*display: inline;
  vertical-align: middle;
  padding: 0 5px 8px 5px;*/
  padding: 0 12px 0 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper.gravity-theme .gform_footer input:hover:after {
  padding: 0 5px 0 15px;
}

.gform_confirmation_message {
  color: #751C27;
  font-family: "Montserrat-Bold", serif;
  font-size: 2rem;
}

.required-prompt {
  color: #751C27;
  text-align: right;
  float: right;
}

.gform_validation_errors {
  display: none;
}

.gf_login_links a {
  font-family: "Montserrat-Bold", serif;
  text-transform: uppercase;
}

#process h4,
#process .form-loader,
#success h4 {
  font-size: 2.25em;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-align: center;
  color: #751C27;
}

#process p,
#success p {
  color: #222222;
  text-align: center;
  margin: 0;
  padding: 0;
}

#errorchecking.alert {
  background-color: #751C27;
  text-align: center;
  clear: both;
  padding: 1em;
  margin-bottom: 1.5em;
}
#errorchecking.alert p {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}

.required-highlight .control__indicator {
  border: 1px solid #751C27;
}
.required-highlight label.control {
  margin-left: 0;
}

.select.required-highlight select {
  color: #751C27;
  border: 1px solid #751C27;
}
.select.required-highlight .select__arrow {
  border-color: #751C27 transparent transparent transparent;
}

.required-highlight label,
label.required-highlight {
  color: #751C27 !important;
}
.required-highlight label h3,
label.required-highlight h3 {
  color: #751C27 !important;
}

.required-highlight input {
  color: #F5F5F5;
  border: 1px solid #751C27;
}

/*# sourceMappingURL=form.css.map */
