@import url(//fonts.googleapis.com/css?family=Neuton:400,700,400italic);
.wufoo {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.wufoo .info h2, .wufoo .info .w3tc-info {
  font-family: Neuton, Georgia, 'Times New Roman', Times, serif;
}

/* ==========================================================================
   Buttons
   Derived from https://github.com/necolas/suit-button
   ========================================================================== */
/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of the
 * general UI of the site/app.
 *
 * Recommended use:
 *
 * <a class="button [button--modifier]" role="button" href="[url]">button text</a>
 * <button class="button [button--modifier]" type="submit">button text</button>
 * <input class="button [button--modifier]" type="submit" value="button text">
 */
/**
 * Button template
 *
 * Build on this component using rulesets in your application-level CSS.
 *
 * 1. Normalize `box-sizing` across all elements that this component could be
 *    applied to.
 * 2. Inherit font styles from ancestor.
 * 3. Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+.
 * 4. Inherit text color from ancestor.
 * 5. Prevent wrapping across multiple lines.
 * 6. Corrects inability to style clickable `input` types in iOS
 */
.button, .wufoo .buttons .submit {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: inline-block;
  margin: 0;
  padding: 0.25em 0.75em;
  border: 1px solid;
  font: inherit;
  /* 2 */
  line-height: normal;
  /* 3 */
  background: transparent;
  color: inherit;
  /* 4*/
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  cursor: pointer;
  /* Remove excess padding and border in Firefox 4+ */
}
.button:hover, .wufoo .buttons .submit:hover, .button:focus, .wufoo .buttons .submit:focus, .button:active, .wufoo .buttons .submit:active {
  text-decoration: none;
}
.button::-moz-focus-inner, .wufoo .buttons .submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button--small {
  font-size: 0.75em;
}

/**
 * Modifier: larger buttons
 */
.button--large {
  font-size: 1.25em;
}

/**
 * Modifier: full-width buttons
 */
.button--full {
  display: block;
  width: 100%;
}

.button, .wufoo .buttons .submit {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: #2dbfc5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 0 inset;
  -webkit-transition: background 0.025s linear;
  -moz-transition: background 0.025s linear;
  -o-transition: background 0.025s linear;
  transition: background 0.025s linear;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.button:hover, .wufoo .buttons .submit:hover {
  background: #239498;
}
.button:active, .wufoo .buttons .submit:active {
  background: #239498;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px 0 inset;
}

.wufoo a {
  color: #346165;
  text-decoration: underline;
}
.wufoo a:hover {
  text-decoration: underline;
}
.wufoo .info h2 {
  font-size: 246%;
  color: #000;
}
.wufoo .info .w3tc-info {
  font-size: 184%;
  color: #154a4e;
}
.wufoo .info .w3e-contact-info {
  font-size: 133%;
}

#container, html.embed {
  background: transparent;
}
