label {
  color: #191919;
  font-weight: normal; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="file"],
textarea,
select {
  padding: 12.75px;
  padding: 0.75rem;
  background: #fff;
  color: #999;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  line-height: normal;
  display: block;
  width: 100%;
  box-shadow: none;
  transition: all 0.3s ease-in-out; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="file"]:focus,
  textarea:focus,
  select:focus {
    border-color: #999;
    outline: none; }

input[type="file"]:hover {
  cursor: pointer; }

input[type="search"] {
  width: auto;
  display: inline-block; }

select {
  height: 46px; }

select[multiple],
select[size] {
  height: auto; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline-block; }

input[type="submit"] {
  border: none; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0; }

input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
  clear: both;
  content: '';
  display: table; }

.gform_wrapper form {
  margin-top: 30px;
  margin-top: 1.76471rem;
  margin-bottom: 30px;
  margin-bottom: 1.76471rem; }

.gform_heading {
  margin-bottom: 25.5px;
  margin-bottom: 1.5rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem; }
  .gform_heading .gform_title {
    margin-bottom: 12.75px;
    margin-bottom: 0.75rem; }

.gform_wrapper label {
  font-size: rem(16px);
  line-height: 2;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  color: #1D1E2A; }

.bg-dark-grey .gform_wrapper label {
  color: white; }

.gsection {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #858585; }
  .gsection .gsection_title {
    margin-bottom: 12.75px;
    margin-bottom: 0.75rem; }

.gfield_required {
  color: #f00;
  padding-left: 2px; }

.ginput_complex label {
  font-weight: normal; }

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }

.gfield {
  margin-bottom: 20px;
  margin-bottom: 1.17647rem;
  position: relative; }

.gfield_description {
  font-size: 14px;
  font-size: 0.82353rem;
  font-style: italic; }

.validation_message {
  font-style: normal;
  margin-top: 20px;
  color: #ca3c3c; }

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0; }
  .gfield_checkbox input,
  .gfield_radio input {
    margin-right: 4px;
    margin-right: 0.23529rem; }

.gfield_radio input[type="text"] {
  width: auto;
  display: inline-block; }

.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left; }
.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right; }

.name_prefix {
  width: 10%;
  float: left;
  margin-right: 1%; }

.name_first {
  width: 39%;
  float: left;
  margin-right: 1%; }

.name_last {
  width: 39%;
  float: left;
  margin-right: 1%; }

.name_suffix {
  width: 9%;
  float: right; }

input.datepicker_with_icon {
  margin-right: 12.75px;
  margin-right: 0.75rem;
  display: inline-block;
  width: auto; }

.gfield_date_month,
.gfield_date_dropdown_month {
  display: inline-block;
  width: auto;
  margin-right: 1%; }

.gfield_date_day,
.gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%; }

.gfield_date_year,
.gfield_date_dropdown_year {
  display: inline-block;
  width: auto; }

.gfield_time_hour {
  float: left;
  margin-right: 1%; }
  .gfield_time_hour input {
    width: inherit;
    display: inline-block; }
  .gfield_time_hour label {
    display: block; }

.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%; }

.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%; }

.gfield,
.gform_footer {
  clear: both; }

.gform_footer {
  margin: 20px 0 50px; }

.gf_left_half {
  width: 49%;
  float: left;
  clear: left; }

.gf_right_half {
  width: 49%;
  float: right;
  clear: right; }

.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%; }

.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left; }

.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right; }

.gf_inline {
  width: auto;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top; }

.gf_list_2col li {
  width: 50%;
  float: left; }

.gf_list_3col li {
  width: 33%;
  float: left; }

.gf_list_4col li {
  width: 25%;
  float: left; }

.gf_list_5col li {
  width: 20%;
  float: left; }

.gf_list_inline li {
  display: inline-block;
  margin-right: 1%; }

.gf_list_height_25 li {
  height: 25px; }

.gf_list_height_50 li {
  height: 50px; }

.gf_list_height_75 li {
  height: 75px; }

.gf_list_height_100 li {
  height: 100px; }

.gf_list_height_125 li {
  height: 125px; }

.gf_list_height_150 li {
  height: 150px; }

.gfield_list {
  margin: 0; }

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
  padding-right: 12.75px;
  padding-right: 0.75rem;
  background: none;
  line-height: normal;
  padding: 0;
  border: 0; }

.gfield_list > thead > tr > th {
  border: 0; }

.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto; }
  .gf_scroll_text p:last-of-type {
    margin-bottom: 0; }

.gf_hide_ampm .gfield_time_ampm {
  display: none; }

.gf_hide_charleft .charleft {
  display: none; }

.gf_page_steps {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  line-height: 1; }

.gf_step {
  display: inline-block;
  opacity: .2;
  margin-right: 1%; }
  .gf_step:last-of-type {
    margin-right: 0; }

.gf_step_active {
  opacity: 1; }

.gf_step_number {
  font-weight: bold;
  font-size: 150%; }

.gfield_error {
  padding: 12.75px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-left-color: #d9534f; }
  .gfield_error > label,
  .gfield_error .validation_message {
    color: #ca3c3c; }
  .gfield_error input,
  .gfield_error textarea,
  .gfield_error select {
    border: none;
    background: white; }
    .gfield_error input:focus,
    .gfield_error textarea:focus,
    .gfield_error select:focus {
      border-color: #a62d2d; }

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px; }

.ui-datepicker {
  background: #fff;
  border: 1px solid #aaa; }

.ui-datepicker-prev {
  width: 20%;
  float: left; }

.ui-datepicker-next {
  width: 20%;
  float: right; }

.ui-datepicker-title {
  width: 60%;
  float: left; }
  .ui-datepicker-title select {
    width: auto;
    display: inline-block; }

.gform_confirmation_message, .validation_error {
  font-size: 22px; }

.gform_confirmation_message {
  border: solid 4px green;
  padding: 30px;
  margin: 20px 0; }

.gfield_description.validation_message {
  margin-top: 15px; }

.validation_error {
  margin-bottom: 30px;
  color: #d9534f; }

.gform_heading {
  margin-bottom: 0px; }

.gform_footer {
  margin-bottom: 0; }

.gfield_checkbox, .gfield_radio {
  margin-top: 18px; }
  .gfield_checkbox > li, .gfield_radio > li {
    display: inline-block;
    margin-left: 20px; }
    .gfield_checkbox > li input, .gfield_radio > li input {
      float: left; }
    .gfield_checkbox > li label, .gfield_radio > li label {
      float: right;
      padding-left: 10px; }
    .gfield_checkbox > li:first-child, .gfield_radio > li:first-child {
      margin-left: 0 !important; }
    .gfield_checkbox > li:before, .gfield_radio > li:before {
      display: none; }

/*# sourceMappingURL=gform.css.map */
