/* 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 {
  font-family: 'Cinzel', serif;
}
.sans-serif {
  font-family: 'Open Sans', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/*************FORMS************/
.gform_wrapper {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 100% !important;
  letter-spacing: 0em !important;
  width: 100%!important;
  margin-top: 0!important;
}
.gform_wrapper label {
  font-family: 'Cinzel', serif !important;
  font-size: 20px !important;
  display: block;
  color: #0f4871;
  font-weight: 400!important;
}
.gform_wrapper .gform_ajax_spinner {
  display: none!important;
  margin-left: 20px;
  /* give it some space from the Submit button */
  border-radius: 50%;
  width: 30px;
  /* match with height for a circle */
  height: 30px;
}
.gform_wrapper .ginput_complex label {
  font-size: 12px!important;
}
.gform_wrapper input[type=text],
.gform_wrapper textarea {
  background: #fff;
  border: 1px solid #0f4871;
  padding: 8px!important;
  width: 100%!important;
  color: #0f4871;
  font-family: 'Open Sans', sans-serif;
  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 {
  border: 1px solid #0f4871;
  background: #ededee;
}
.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 {
  padding-left: 0!important;
  padding-bottom: 3px!important;
  background: none!important;
  margin-bottom: 0!important;
}
.gform_wrapper ul.gform_fields li i.fa-caret-right {
  display: none;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error {
  border: none;
  background: transparent!important;
  padding-top: 0px!important;
  max-width: 100%!important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error label,
.gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_description {
  color: #f10e0e !important;
}
.validation_error {
  display: none!important;
}
.gform_footer {
  margin-top: 0!important;
  padding-top: 0!important;
  text-align: center;
}
.gform_footer input[type=submit]:hover {
  cursor: pointer;
}
#main-header .gform_confirmation_message,
#footer .gform_confirmation_message {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #f6c630 !important;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#main-header .gform_confirmation_wrapper,
#footer .gform_confirmation_wrapper {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-bottom: 10px;
}
#gforms_confirmation_message {
  font-family: 'Open Sans', sans-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 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
  #main-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
  #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;
  }
  #main-header .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) label,
  #main-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) label,
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) label {
    color: #f6c630 !important;
  }
  #main-header .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input,
  #main-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input,
  #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 #f6c630 !important;
    color: #f6c630 !important;
  }
  #main-header .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .gfield_description,
  #main-content .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) .gfield_description,
  #main-header .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .validation_message,
  #main-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .validation_message,
  #footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .validation_message {
    color: #f6c630 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal!important;
    padding-top: 3px!important;
  }
}

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