/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
  position: relative;
}
.central.narrow {
  max-width: 960px!important;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: unbounded, sans-serif;
}
.sans-serif {
  font-family: unbounded, sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/*************FORMS************/
body img.gform_ajax_spinner {
  display: none !important;
}
.content-area .gform_wrapper h2.gsection_title {
  margin-top: 25px!important;
  margin-bottom: 10px!important;
  color: #666;
  font-size: 28px!important;
  border-bottom: 1px solid #EFEBE7;
  padding-bottom: 30px!important;
  width: 100%!important;
}
.gform_wrapper {
  font-family: figtree, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  letter-spacing: 0em !important;
  width: 100%!important;
  margin-top: 0!important;
}
.gform_wrapper label {
  font-family: figtree, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  letter-spacing: 0em !important;
  text-transform: uppercase;
  font-size: 15px;
  display: none!important;
  color: #666;
}
.gform_wrapper label.gfield_consent_label {
  display: inline-block !important;
  font-style: italic;
  margin-left: 10px;
  font-family: figtree, sans-serif !important;
  font-size: 18px !important;
  text-transform: none!important;
}
.gform_wrapper .ginput_complex label {
  font-size: 12px!important;
}
.gform_wrapper .ginput_container_address input[type=text] {
  margin-bottom: 12px!important;
  padding-left: 12px!important;
}
.gform_wrapper .ginput_container_address .address_state .selectBox-dropdown {
  padding-left: 12px!important;
}
.gform_wrapper h2.gsection_title {
  margin-top: 25px!important;
  margin-bottom: 30px!important;
  color: #666;
  font-size: 28px!important;
}
.gform_wrapper input[type=text],
.gform_wrapper textarea {
  font-family: unbounded, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  outline: none!important;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  padding: 12px 12px 12px 42px!important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  width: 100%!important;
  color: #666;
  font-size: inherit!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.gform_wrapper input[type=text]::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #666;
}
.gform_wrapper input[type=text]:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
.gform_wrapper input[type=text]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
.gform_wrapper input[type=text]:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #666;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper textarea:focus {
  background: rgba(0, 0, 0, 0.15);
}
.gform_wrapper select {
  width: 100%!important;
}
.gform_wrapper ul.gform_fields {
  padding: 0px 0 10px 0!important;
  margin: 0!important;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0px!important;
  padding-bottom: 3px!important;
  background: none!important;
  margin-bottom: 12px!important;
}
.gform_wrapper ul.gform_fields li.gfield.show-label label {
  display: block!important;
  color: #fff;
}
.gform_wrapper ul.gform_fields li.gfield.label-show {
  width: calc(100% - 16px);
  padding: 20px 20px 10px 42px!important;
  background: transparent!important;
  border: none;
}
.gform_wrapper ul.gform_fields li.gfield.label-show > i {
  font-size: 19px;
  color: #999;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 20;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.gform_wrapper ul.gform_fields li.gfield.label-show:focus-within > i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.gform_wrapper ul.gform_fields li.gfield.label-show label.gfield_label {
  display: block!important;
  color: #666;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container {
  position: relative;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container > i {
  font-size: 19px;
  color: #999;
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 20;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container:focus-within > i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.gform_wrapper ul.gform_fields li.gfield i.icon {
  display: none!important;
}
.gform_wrapper ul.gform_fields li.gfield_error {
  border: 1px solid #ccc;
  background: #bfbfbf !important;
  padding: 10px!important;
}
.gform_wrapper ul.gform_fields li.gfield_error label,
.gform_wrapper ul.gform_fields li.gfield_error .gfield_description {
  color: #f10e0e !important;
}
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  display: inline-block !important;
  vertical-align: top !important;
  font-family: figtree, sans-serif !important;
  font-size: 16px !important;
  padding-left: 12px;
  color: #666;
  text-transform: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  vertical-align: middle;
}
.gform_wrapper ul.gfield_checkbox li input,
.gform_wrapper ul.gfield_radio li input {
  margin-top: 0!important;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper ul.gfield_radio li input[type=checkbox]:checked + label {
  font-weight: bold !important;
  padding-left: 15px;
}
.gform_wrapper ul.gfield_checkbox li input[type=radio]:checked + label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: bold !important;
  padding-left: 8px;
}
.validation_error {
  color: #f10e0e !important;
}
.gform_footer {
  margin-top: 0!important;
  padding-top: 0!important;
  text-align: center;
}
.gform_footer input[type=submit]:hover {
  cursor: pointer;
}
#gforms_confirmation_message {
  font-family: figtree, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0em;
  padding: 20px;
  border: 5px solid #fff;
  text-align: center;
}
.gform_wrapper.two-column_wrapper {
  max-width: 100%;
}
.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
  display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
  display: block;
  float: left;
}
.gform_wrapper.two-column_wrapper ul.one-half {
  margin-left: 6% !important;
  width: 47%;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
  margin-left: 0 !important;
}
.gform_wrapper .gsection {
  border-bottom: none !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
  padding: 0 !important;
}
@media only screen and (max-width: 1075px) {
  .gform_wrapper.two-column_wrapper ul.one-half {
    width: 100%;
  }
  .gform_wrapper.two-column_wrapper ul.one-half {
    margin-left: 0 !important;
  }
  .gform_wrapper .gsection {
    display: none !important;
    /* remove !important if it's not needed */
  }
  #gform_wrapper_1 li {
    margin-bottom: 10px;
  }
}
