.wTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5em;
  position: relative;
  margin: 0 0 1.5em;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  color: #1c4033;
}

.wTxt a {
  text-decoration: underline;
  color: #859590;
}

.wTxt a:visited {
  text-decoration: inherit;
  color: #609;
}

.wTxt a:hover {
  text-decoration: underline;
  color: #f26522;
}

.wTxt a:active {
  text-decoration: underline;
  color: #1c4033;
}

.wTxt a[href^='http'],.wTxt a[href^='www.'] {
  cursor: pointer;
  cursor: alias;
}

.wTxt h1,.wTxt h2,.wTxt h3,.wTxt h4,.wTxt h5,.wTxt h6 {
  font-family: 'OpenSans_ExtraBold';
  line-height: 1.2em;
  margin: 1em 0 .7em;
  text-transform: uppercase;
}

.wTxt h1 a,.wTxt h2 a,.wTxt h3 a,.wTxt h4 a,.wTxt h5 a,.wTxt h6 a {
  text-decoration: none;
}

.wTxt h1:before,.wTxt h2:before,.wTxt h3:before,.wTxt h4:before,.wTxt h5:before,.wTxt h6:before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.wTxt h1:first-child,.wTxt h2:first-child,.wTxt h3:first-child,.wTxt h4:first-child,.wTxt h5:first-child,.wTxt h6:first-child {
  margin-top: 0;
}

.wTxt h1 {
  font-size: 34px;
}

.wTxt h2 {
  font-size: 30.6px;
}

.wTxt h3 {
  font-size: 27.2px;
}

.wTxt h4 {
  font-size: 23.8px;
}

.wTxt h5 {
  font-size: 20.4px;
}

.wTxt h6 {
  font-size: 17px;
}

.wTxt ul,.wTxt ol,.wTxt dl,.wTxt pre,.wTxt p,.wTxt table,.wTxt blockquote,.wTxt address,.wTxt .iframeHolder {
  margin: 1.5em 0;
}

.wTxt ul:first-child,.wTxt ol:first-child,.wTxt dl:first-child,.wTxt pre:first-child,.wTxt p:first-child,.wTxt table:first-child,.wTxt blockquote:first-child,.wTxt address:first-child,.wTxt .iframeHolder:first-child {
  margin-top: 0;
}

.wTxt ul:last-child,.wTxt ol:last-child,.wTxt dl:last-child,.wTxt pre:last-child,.wTxt p:last-child,.wTxt table:last-child,.wTxt blockquote:last-child,.wTxt address:last-child,.wTxt .iframeHolder:last-child {
  margin-bottom: 0;
}

.wTxt blockquote {
  font-style: italic;
  padding: 1.5em;
  border-left: 3px solid #d8d8d8;
  background-color: #f6f6f6;
}

.wTxt ul,.wTxt ol,.wTxt dl,.wTxt dd {
  margin-left: 1.5em;
}

.wTxt ul ul,.wTxt ul ol,.wTxt ol ul,.wTxt ol ol {
  margin-top: 0;
}

.wTxt li {
  margin: .2em 0;
  list-style-position: inside;
}

.wTxt ul li,.wTxt ol li {
  list-style-type: inherit;
}

.wTxt ul {
  list-style-type: disc;
}

.wTxt ul ul {
  list-style-type: circle;
}

.wTxt ul ul ul {
  list-style-type: square;
}

.wTxt ol {
  list-style-type: decimal;
}

.wTxt dl dt {
  font-style: italic;
}

.wTxt table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #666;
  background-color: transparent;
}

.wTxt table caption {
  margin-bottom: .5em;
  caption-side: top;
}

.wTxt table tbody,.wTxt table tfoot,.wTxt table thead,.wTxt table tr,.wTxt table th,.wTxt table td {
  border: inherit;
}

.wTxt table th,.wTxt table td {
  line-height: 1em;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.wTxt table th {
  font-weight: bold;
  text-align: center;
  background-color: #eee;
}

.wTxt table.table-null,.wTxt table.table-null th,.wTxt table.table-null td {
  border-color: transparent;
}

.wTxt table.table-zebra,.wTxt table.table-zebra th,.wTxt table.table-zebra td {
  border-color: transparent;
}

.wTxt table.table-zebra tr:nth-child(even) {
  background-color: #ddd;
}

.wTxt .stylize {
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.wTxt .stylize table {
  font-size: 14px;
  position: relative;
  width: 100%;
  border: none;
  border-top: 4px solid #f8b290;
  border-bottom: 4px solid #f8b290;
}

.wTxt .stylize table tbody {
  font-weight: bold;
  text-transform: uppercase;
}

.wTxt .stylize table th {
  padding: 20px 30px;
  text-align: left;
  border-bottom: 1px solid #f8b290;
  background: transparent;
}

.wTxt .stylize table tr {
  margin: 0 30px;
  border: none;
}

.wTxt .stylize table tr td:nth-child(1),.wTxt .stylize table tr td:nth-child(2) {
  font-weight: bold;
}

.wTxt .stylize table tr td:nth-child(1) td {
  padding-left: 32px;
}

.wTxt .stylize table td {
  font-weight: normal;
  line-height: 20px;
  padding: 20px 30px;
  text-align: left;
  text-transform: none;
  border-top: 1px solid #dde5eb;
}

.wTxt pre,.wTxt code,.wTxt kbd,.wTxt samp {
  font-style: normal;
  border: 1px solid #777;
  border-radius: .25em;
  background-color: #eee;
}

.wTxt pre {
  line-height: 1.5em;
  padding: 1em;
  -moz-tab-size: 4;
  tab-size: 4;
}

.wTxt code,.wTxt kbd,.wTxt samp {
  font-weight: bold;
  line-height: 1.2em;
  display: inline-block;
  padding: 0 .375em;
  vertical-align: inherit;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.wTxt code {
  background-color: #0283bc;
}

.wTxt kbd {
  background-color: #6baa2b;
}

.wTxt samp {
  background-color: #41a2ff;
}

.wTxt audio {
  display: block;
  width: 100%;
}

.iframeHolder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframeHolder > iframe,.iframeHolder > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

@media only screen and (max-width: 740px) {
  .wTxt h1 {
    font-size: 30px;
  }

  .wTxt h2 {
    font-size: 27px;
  }

  .wTxt h3 {
    font-size: 24px;
  }

  .wTxt h4 {
    font-size: 21px;
  }

  .wTxt h5 {
    font-size: 18px;
  }

  .wTxt h6 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .wTxt {
    font-size: 13px;
    line-height: 1.3em;
  }

  .wTxt h1 {
    font-size: 26px;
  }

  .wTxt h2 {
    font-size: 23.92px;
  }

  .wTxt h3 {
    font-size: 21.84px;
  }

  .wTxt h4 {
    font-size: 19.76px;
  }

  .wTxt h5 {
    font-size: 17.68px;
  }

  .wTxt h6 {
    font-size: 15.6px;
  }

  .wTxt ul,.wTxt ol,.wTxt dl {
    margin-left: 1em;
  }

  .wTxt ul,.wTxt ol,.wTxt dl,.wTxt pre,.wTxt p,.wTxt table,.wTxt blockquote,.wTxt address,.wTxt .iframeHolder,.wTxt ul ul:last-child,.wTxt ul ol:last-child,.wTxt ol ul:last-child,.wTxt ol ol:last-child {
    margin-top: 1.3em;
    margin-bottom: 1.3em;
  }
}
