body {
  width: 100%;
  *zoom: 1;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body {
  width: 100%;
  *zoom: 1;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.roboto {
  font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
  font-weight: 300;
}
.times {
  font-family: 'Times', 'Times New Roman', serif;
  font-weight: normal;
}
.pieHTC {
  position: relative;
  behavior: url('/site/twuwa/templates/js/PIE.htc');
}
.linkPDF {
  margin: 5px;
  padding: 12px 5px 12px 44px;
  background: url('../grfx/iconPDF.png') no-repeat 8px 8px;
  display: block;
  overflow: hidden;
}
.imageLeft {
  margin: 15px 20px 15px 0;
  float: left;
  clear: right;
}
.imageRight {
  margin: 15px 0 15px 20px;
  float: right;
  clear: left;
}
.imageCentre {
  margin: 15px auto;
  display: block;
  text-align: center;
  float: none;
  clear: none;
}
.moduleImage {
  width: 100%;
  margin: 15px auto;
  display: block;
  text-align: center;
  float: none;
  clear: none;
}
.responsiveTable {
  width: 100%;
  padding: 0;
  display: block;
}
.responsiveThead {
  display: block;
}
.responsiveTheadRow {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.responsiveTbody {
  display: block;
}
.responsiveTr {
  display: block;
}
.responsiveTh {
  width: 100%;
  display: block;
  float: left;
  clear: left;
}
.responsiveTd {
  width: 100% !important;
  position: relative;
  border: none;
  display: block;
  float: left;
  clear: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.responsiveTdBefore {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100% !important;
  white-space: nowrap;
}
.formLabel {
  width: 30%;
}
.formMargin {
  margin-left: 30%;
}
.formInput {
  width: 70%;
  padding: 5px 1%;
}
.tabHeading {
  margin-top: 15px;
  padding: 5px 15px;
  background: #efefef;
  font-weight: 500;
  display: inline-block;
}
.tabHeadingBorder {
  border-top: #efefef solid 2px;
}
.moduleHeading {
  padding: 10px !important;
  background: #efefef;
  color: #000000;
  font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  display: block;
  clear: both;
}
.moduleButtonLarge {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  float: none;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff;
  color: #000000;
  font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
}
a {
  outline: none;
  text-decoration: none;
}
img {
  border: none;
  max-width: 100%;
  width: auto;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0 5px 0;
  font-family: 'Times', 'Times New Roman', serif;
  font-weight: normal;
}
h1 {
  margin: 2px 0 5px -10px;
  padding: 10px !important;
  background: #282828;
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
}
h2 {
  font-size: 30px;
  line-height: 36px;
}
h3 {
  font-size: 26px;
  line-height: 32px;
}
h4 {
  font-size: 22px;
  line-height: 28px;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 20px;
}
p,
dl,
ol,
ul {
  padding: 10px 0;
}
ol,
ul {
  margin-left: 30px;
}
#content ol ol,
#content ul ul,
#content ol ul,
#content ul ol {
  padding: 0;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
  padding-top: 0;
}
* + h1 {
  padding-top: 15px;
}
a:link,
a:visited {
  color: #c61030;
}
a:hover,
a:active {
  color: #ed1c41;
}
strong {
  font-weight: 500;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  background: #efefef;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
th,
td {
  padding: 1%;
  vertical-align: top;
}
hr {
  height: 0 !important;
  border: none !important;
  border-top: #282828 solid 1px !important;
  color: #282828;
  background-color: #282828 !important;
  clear: both;
}
legend {
  display: none;
}
fieldset {
  border: none;
}
form label {
  width: 30%;
}
input,
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
  height: 150px;
}
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  border: #b9b9b9 solid 1px;
  background: #ffffff;
  color: #282828;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border: #a8a8a8 solid 1px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.heading {
  padding-bottom: 5px;
  border-bottom: #a8a8a8 solid 1px;
  font-family: 'Times', 'Times New Roman', serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.heading + p {
  padding-top: 5px;
}
.link_pdf {
  margin: 5px;
  padding: 12px 5px 12px 44px;
  background: url('../grfx/iconPDF.png') no-repeat 8px 8px;
  display: block;
  overflow: hidden;
}
.link_pdf:link,
.link_pdf:visited {
  background-color: #efefef;
  color: #000000;
}
.link_pdf:hover,
.link_pdf:active {
  background-color: #f4f4f4;
  color: #000000;
}
.list_pdf-links {
  position: relative;
}
.image_align-left {
  margin: 15px 20px 15px 0;
  float: left;
  clear: right;
}
.image_align-right {
  margin: 15px 0 15px 20px;
  float: right;
  clear: left;
}
.image_align-centre {
  margin: 15px auto;
  display: block;
  text-align: center;
  float: none;
  clear: none;
}
input[type="submit"],
input[type="rest"],
input[type="button"],
.button,
.button:link,
.button:visited {
  width: auto;
  padding: 5px 20px;
  border: #6a0c1d solid 1px;
  background: #c61030;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: none;
}
input[type="submit"]:hover,
input[type="rest"]:hover,
input[type="button"]:hover,
.button:hover,
.button:active {
  border: #98112a solid 1px;
  background: #ed1c41;
  color: #ffffff;
}
.table_the-wheel {
  display: table !important;
  clear: both;
}
.module_content .table_the-wheel td {
  border-bottom: none;
  text-align: center;
}
.table_the-wheel a {
  margin-bottom: 10px;
  display: inline-block;
}
.table_the-wheel img {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 3px;
  display: block;
}
.mceContentBody strong {
  font-weight: bold;
}
