/* 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: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  ffont-family: 'Bitter', serif;
}
.sans-serif {
  font-family: 'Montserrat', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/*************FORMS************/
.gform_wrapper {
  font-family: 'Bitter', serif !important;
  font-weight: 400 !important;
  font-size: 100% !important;
  letter-spacing: 0em !important;
  width: 100%!important;
  margin-top: 0!important;
}
.gform_wrapper h2.gsection_title {
  margin-top: 15px!important;
  font-weight: 400!important;
  font-size: 24px!important;
  border-bottom: 1px solid #ededee;
  padding-bottom: 15px!important;
  margin-bottom: 15px!important;
}
.gform_wrapper .top_label div.ginput_container {
  margin-top: 5px!important;
}
.gform_wrapper label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #10797e;
  letter-spacing: .07em;
  font-weight: 400!important;
}
.gform_wrapper .ginput_complex label {
  font-size: 12px!important;
}
.gform_wrapper input[type=text],
.gform_wrapper textarea {
  background: #fff;
  border: 1px solid #ededee;
  padding: 12px!important;
  color: #666;
  font-size: 16px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none;
}
.gform_wrapper input[type=text] ::-webkit-input-placeholder,
.gform_wrapper textarea ::-webkit-input-placeholder {
  color: #fff;
}
.gform_wrapper input[type=text] :-moz-placeholder,
.gform_wrapper textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.gform_wrapper input[type=text] ::-moz-placeholder,
.gform_wrapper textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.gform_wrapper input[type=text] :-ms-input-placeholder,
.gform_wrapper textarea :-ms-input-placeholder {
  color: #fff;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper textarea:focus {
  background: #f1f1f1;
}
.gform_wrapper ul.gform_fields {
  padding: 0px 0 10px 0!important;
  margin: 0!important;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0!important;
  padding-bottom: 3px!important;
  background: none!important;
  margin-bottom: 0!important;
  margin-top: 22px!important;
}
.gform_wrapper ul.gform_fields li.gfield.hidden {
  display: none!important;
}
.gform_wrapper ul.gform_fields li.gfield.hide-label label.gfield_label {
  display: none!important;
}
.gform_wrapper ul.gform_fields li.gfield i.fa-circle {
  display: none!important;
}
.gform_wrapper ul.gform_fields li.gfield_error {
  border: 1px solid #ccc;
  background: #ededee !important;
  padding: 10px!important;
}
.gform_wrapper ul.gform_fields li.gfield_error label,
.gform_wrapper ul.gform_fields li.gfield_error .gfield_description {
  color: #10797e !important;
}
.gform_wrapper ul.gfield_radio {
  padding: 0!important;
}
.gform_wrapper ul.gfield_radio li {
  margin-top: 12px!important;
}
.gform_wrapper ul.gfield_radio li label {
  font-family: 'Bitter', serif !important;
  font-size: 18px !important;
  font-style: italic;
  text-transform: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  padding-left: 12px;
  color: #f7c809;
  font-weight: bold !important;
}
.gform_wrapper ul.gfield_checkbox {
  padding: 0!important;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  vertical-align: top;
}
.gform_wrapper ul.gfield_checkbox li label {
  font-family: 'Bitter', serif !important;
  font-size: 18px !important;
  font-style: italic;
  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: top;
  padding-left: 5px;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  padding-left: 12px;
  font-weight: bold !important;
}
.gform_wrapper span.ginput_total {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  color: #10797e !important;
}
div.validation_error {
  color: #10797e !important;
  font-family: 'Bitter', serif !important;
  font-size: 18px !important;
  font-style: italic;
  font-weight: normal;
  border-top: 1px solid #0aa5b4 !important;
  border-bottom: 1px solid #0aa5b4 !important;
}
.gform_footer {
  margin-top: 0!important;
  padding-top: 0!important;
}
.gform_footer button {
  font-size: 18px!important;
}
#gforms_confirmation_message {
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 100%;
  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;
  }
}
@media only screen and (min-width: 641px) {
  #main-header li.gfield.gf_left_half,
  #main-content li.gfield.gf_left_half,
  #footer li.gfield.gf_left_half,
  #main-header li.gfield.gf_right_half,
  #main-content li.gfield.gf_right_half,
  #footer li.gfield.gf_right_half {
    width: 49%!important;
  }
  #main-header li.gfield.gf_left_half,
  #main-content li.gfield.gf_left_half,
  #footer li.gfield.gf_left_half {
    margin-right: 2%!important;
  }
  #main-header .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error,
  #main-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error,
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
    max-width: 100%!important;
  }
  #main-header .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error label,
  #main-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error label,
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error label {
    color: #10797e !important;
  }
  #main-header .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error input,
  #main-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error input,
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error input {
    border: 1px solid #10797e !important;
    color: #10797e !important;
  }
  #main-header .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .gfield_description,
  #main-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .gfield_description,
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .gfield_description,
  #main-header .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .validation_message,
  #main-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .validation_message,
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .validation_message {
    color: #10797e !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal!important;
    padding-top: 3px!important;
  }
  #footer .validation_error {
    display: none!important;
  }
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    background: transparent!important;
    padding: 0!important;
    border: none!important;
  }
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
  }
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) label {
    color: #f7c809 !important;
  }
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input {
    border: 1px solid #f7c809 !important;
    color: #f7c809 !important;
  }
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .gfield_description,
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .validation_message {
    color: #f7c809 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal!important;
    padding-top: 3px!important;
  }
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) button.submit {
    color: #f7c809 !important;
  }
}
.program-page-item .gform_wrapper label {
  color: #fff!important;
}
.program-page-item .gform_wrapper button.submit {
  color: #fff!important;
}
.program-page-item .gform_wrapper button.submit:hover {
  background: #fff!important;
  color: #0aa5b4 !important;
  border: 2px solid #f7c809 !important;
}
.program-page-item .gform_wrapper button.submit:hover i {
  color: #0aa5b4 !important;
}

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