body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.rowConfig {
  width: 980px !important;
  margin: 0 !important;
}
.headerSpacer {
  margin-left: 5px;
  padding-left: 5px;
  border-left: #000000 solid 1px;
}
.pieHTC {
  position: relative;
  behavior: url('/site/project/templates/js/PIE.htc');
}
.roboto {
  font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
  font-weight: 300;
}
.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: 90%;
  padding: 5px 1%;
}
.moduleTitleAccordion {
  background: url(../img/iconSidebarTitleBackground.png) no-repeat left red;
}
.tabHeading {
  margin-top: 15px;
  padding: 5px 15px;
  background: url(../img/iconSidebarTitleBackground.png) no-repeat left #278100;
  font-weight: bold;
  display: inline-block;
}
.tabHeadingBorder {
  border-top: url(../img/iconSidebarTitleBackground.png) no-repeat left #278100 solid 2px;
}
.moduleHeading {
  padding-top: 4px;
  padding-bottom: 8px;
  background: url(../img/iconSidebarTitleBackground.png) no-repeat left #278100;
  color: #ffffff !important;
  font-weight: 500;
  display: block;
  clear: both;
  font-size: 28px;
  padding-left: 33px !important;
  text-transform: uppercase;
}
.moduleButtonLarge {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  float: none;
}
.nav-header {
  color: white;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-header:hover {
  color: ;
}
@media only screen and (max-width: 702px) {
  .nav-header,
  #navigation a,
  #navigation ul a {
    padding: 15px 0;
    padding-left: 20px;
  }
  #navigationContainer .row {
    width: 100%;
    margin: 0;
  }
  .responsiveNav {
    background: #555555;
  }
  .responsiveNav li + li {
    border-top: 1px solid #525252;
  }
  .nav-click i {
    background-color: #525252;
  }
  .nav-click:hover i {
    background-color: #3d3d3d;
  }
  .responsiveNav ul {
    background: #6d6d6d;
  }
  .responsiveNav ul li + li {
    border-top: 1px solid #6a6a6a;
  }
  .responsiveNav ul .nav-click i {
    background-color: #6a6a6a;
  }
  .responsiveNav ul .nav-click:hover i {
    background-color: #555555;
  }
  .responsiveNav ul ul {
    border-top: 1px solid #6a6a6a;
  }
  #navigation.responsiveNav ul ul a {
    padding-left: 40px;
  }
  #navigation li ul,
  #navigation li:hover ul {
    position: relative;
    margin: 15px;
  }
}
