@charset "UTF-8";
/* RESET */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
/* CSS 1,2 & 3 and HTML5 reset stylesheet April 21, 2012 http://demosthenes.info/blog/300/CSS3-HTML5-Stylesheet-Reset */
img {
  border: 0;
  width: 100%;
}
/* removes borders for images (this should not be applied with a wildcard selector, as doing so makes form elements disappear) Also fixes IE scaling issue */
html,
body {
  min-height: 100%;
}
textarea {
  resize: vertical;
}
/*	HTML5 CSS */
article,
aside,
audio,
footer,
header,
nav,
section,
video {
  display: block;
}

/* For older browsers, such as Firefox 3.6, that understand HTML5 but render the elements as display: inline. Leaves elements like date, figure and HTML5 form inputs alone */
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border: 0px;
}
/* removes the inner border effect from focused buttons when using form elements in Firefox */
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
}
sub,
sup {
  position: relative;
  top: -0.25em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
/* sets superscript and subscript text so that it doesn't throw off leading for elements in which they are included */
/*  END RESET  */
#tfa_1,
 *[id^="tfa_1["] {
  max-width: 640px !important;
}
#tfa_1-D,
 *[id^="tfa_1["][class~="field-container-D"] {
  width: auto !important;
}
#tfa_2,
 *[id^="tfa_2["] {
  max-width: 640px !important;
}
#tfa_2-D,
 *[id^="tfa_2["][class~="field-container-D"] {
  width: auto !important;
}
#tfa_3,
 *[id^="tfa_3["] {
  max-width: 640px !important;
}
#tfa_3-D,
 *[id^="tfa_3["][class~="field-container-D"] {
  width: auto !important;
}
#tfa_4,
 *[id^="tfa_4["] {
  max-width: 640px !important;
}
#tfa_4-D,
 *[id^="tfa_4["][class~="field-container-D"] {
  width: auto !important;
}
#tfa_5,
 *[id^="tfa_5["] {
  max-width: 640px !important;
}
#tfa_5-D,
 *[id^="tfa_5["][class~="field-container-D"] {
  width: auto !important;
}
#tfa_6,
 *[id^="tfa_6["] {
  max-width: 640px !important;
}
#tfa_6-D,
 *[id^="tfa_6["][class~="field-container-D"] {
  width: auto !important;
}
#tfa_6,
 *[id^="tfa_6["] {
  height: 100px
}
#tfa_6-D,
 *[id^="tfa_6["][class~="field-container-D"] {
  height: auto !important;
}
#tfa_6-L,
 label[id^="tfa_6["],
 *[id^="tfa_6["][id$="-L"] {
  height: auto !important;
}
/* BASICS */
.wFormContainer .supportInfo {
  display: none;
}
.wFormContainer div {
  margin: 0;
  padding: 0;
}
form .inputWrapper,
.wForm .preField {
  width: 100%;
}
.wForm label {
  width: 100%;
  font-size: 14px;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  -webkit-text-size-adjust: 100%;
}
form .inputWrapper {
  width: 100%;
  margin-bottom: 2px !important;
}
.wForm textarea,
.wForm input[type=text] {
  padding: 6px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #000000;
  font-family: helvetica, arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.wForm input[type=text]:focus {
  border: 1px solid #005847;
}
.wForm .reqMark:after {
  content: "*";
  color: #005847;
  font-size: 100%;
}
.wForm input[type="submit"] {
  font-family: 'din-condensed', 'Arial Narrow Bold', 'Arial Bold', sans-serif;
  font-weight: normal;
  border: none;
  width: 150px;
  height: 50px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #005847;
  line-height: 50px;
  text-decoration: none;
}
input[type="submit"]:hover {
  background-color: #9a8347;
}
input[type="submit"]:disabled {
  background-color: #6C6C6C;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.wFormContainer .errMsg {
  font-size: 10px;
  color: #005847;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  -webkit-text-size-adjust: 100%;
  border: none;
}
#tfa_0-WRPR #tfa_0 #tfa_0-A {
  text-align: center;
  max-width: 640px;
}
