#gform_wrapper_1.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 40px !important; }
#gform_wrapper_1.gform_wrapper h2.gsection_title {
  font-weight: 400 !important; }
#gform_wrapper_1.gform_wrapper label.gfield_label {
  font-weight: 400 !important; }
#gform_wrapper_1.gform_wrapper .gform_footer input.button {
  color: #fff !important;
  font-family: canada-type-gibson, sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 30px;
  font-weight: 400;
  letter-spacing: normal; }
  #gform_wrapper_1.gform_wrapper .gform_footer input.button:hover {
    color: #00a0d3 !important; }

.gform_confirmation_message h4 a {
  font-weight: 400 !important; }

.vrc_button {
  background-color: #00a0d3;
  color: #fff;
  font-family: canada-type-gibson, sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 30px;
  font-weight: 400;
  letter-spacing: normal;
  border: 1px solid #00a0d3;
  border-radius: 4px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s; }
  .vrc_button:hover {
    background-color: #fff;
    color: #00a0d3; }

.exception_error_message {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center; }

.switch-field {
  overflow: hidden; }

.switch-title {
  margin-bottom: 6px; }

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.switch-field label {
  float: left; }

.switch-field label {
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 5px 9px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.switch-field label:hover {
  cursor: pointer; }

.switch-field input:checked + label {
  background-color: #00a0d3;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9); }

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px; }

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0; }

.switch-field .description {
  display: inline-block;
  line-height: 38px; }

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