/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Blue */
/* Dark Grey */
/* Dark Blue */
/* Maroon */
/* 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 {
  position: relative;
  padding-bottom: 4rem;
}
#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;
}
#content .text-section .form-container form .one-half {
  margin-bottom: 0;
}

label:not(.gform-field-label--type-sub), legend.gfield_label {
  font-family: "MrEavesModOT-Book", serif;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}

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: 20px;
  font-family: "MrEavesModOT-Book", 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;
}

.radio-group input, .radio-group label,
.checkbox-field input,
.checkbox-field label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: auto;
}
.radio-group label,
.checkbox-field label {
  margin-right: 10px;
}
.radio-group input[type=checkbox],
.checkbox-field input[type=checkbox] {
  min-width: 28px;
  min-height: 28px;
  width: 28px;
  height: 28px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 2px solid rgb(221, 221, 221);
  position: relative;
  background-color: white;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  cursor: pointer;
}
.radio-group input[type=checkbox]:checked,
.checkbox-field input[type=checkbox]:checked {
  background-color: white;
  border-color: #1075a9;
}
.radio-group input[type=checkbox]:checked::before,
.checkbox-field input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 14px;
  border: solid #1075a9;
  border-width: 0 3px 3px 0;
  display: block;
}

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: #1075a9;
  font-family: "MrEavesModOT-Bold", serif;
  font-size: 2rem;
}

.required-prompt {
  font-size: 1.125rem;
  margin-top: 1rem;
  color: #222222;
  text-align: right;
  float: left;
}

.gform_validation_errors {
  display: none;
}

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

.process,
.success {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -2rem;
}

.process h4,
.process .form-loader,
.success h4 {
  font-family: "MrsEavesOT-Roman", serif;
  font-size: 1.5em;
  margin: 0 0 0.25em 0;
  padding: 0;
  text-align: center;
  color: #1075a9;
}

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

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

.fielditem {
  position: relative;
}

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

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

.required-highlight label,
label.required-highlight {
  color: red !important;
}
.required-highlight label h3,
label.required-highlight h3 {
  color: red !important;
}

.required-highlight input {
  color: #002d6a;
  border: 1px solid red;
}

.grey-form {
  background-color: #e6e6e6;
  margin: 4rem auto;
}
.grey-form.text-section {
  padding: 3rem 0 0;
}

.forminator-ui .forminator-field-date .forminator-datepicker {
  width: 250px !important;
  margin: 0 0 0 10px;
}

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