/* #TYPOGRAPHY */
/* #links  */
/* #TABLE */
/* #pagination */
/* #NAVIGATION */
/* #mainmenu */
/* #sidemenu */
/* #footermenu */
body {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a {
  outline: none; }

a img, img {
  border: none; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1; }

.wk-map img {
  max-width: none !important; }
.wk-map .wk-content {
  white-space: nowrap; }

#ckimgrsz {
  display: none; }

#xmap ul.level_1 {
  font-size: 85%; }
#xmap a {
  color: #414042; }
  #xmap a:hover {
    color: #10499e; }

#searchForm .label {
  float: none;
  margin: 6px 5px 0 0; }
#searchForm #search-searchword {
  float: left;
  margin: 0 5px 0 0;
  padding: 8px;
  width: 270px; }
#searchForm .button {
  float: left;
  padding: 8px 15px; }

@media screen and (max-width: 480px) {
  #searchForm #search-searchword {
    margin: 0 1% 0 0;
    padding-left: 2%;
    padding-right: 2%;
    width: 77%; }
  #searchForm .button {
    padding-left: 2%;
    padding-right: 2%;
    width: 22%; } }
.search-results {
  margin: 0 !important;
  padding: 0 !important; }
  .search-results .result-title {
    margin: 0 0 10px 0; }
  .search-results .result-created {
    color: #acacac;
    font-size: 13.5px;
    margin: 0; }
  .search-results .result-text {
    margin: 5px 0; }
  .search-results hr {
    margin: 20px 0; }
  .search-results .highlight {
    background: #10499e;
    color: #fff; }

.counter {
  font-size: 13.5px;
  margin: 30px 0 7px 0 !important; }

.pagination {
  font-size: 13.5px;
  line-height: 1; }
  .pagination ul {
    margin: 0 !important;
    padding: 0 !important; }
    .pagination ul li {
      float: left;
      list-style: none !important;
      margin: 0 5px 5px 0 !important;
      padding: 0 !important; }
      .pagination ul li.pagination-start span, .pagination ul li.pagination-prev span, .pagination ul li.pagination-next span, .pagination ul li.pagination-end span {
        background: #e2e2e2;
        color: #414042; }
      .pagination ul li a {
        background: #4a4a4a;
        color: white;
        display: block;
        padding: 5px 9px 6px; }
        .pagination ul li a:hover {
          background: #10499e;
          color: white; }
      .pagination ul li span {
        background: #10499e;
        color: white;
        display: block;
        padding: 5px 9px 6px; }

.article-info {
  color: #acacac;
  font-size: 13.5px;
  margin: 0; }
  .article-info dd {
    margin: 0; }

*:focus {
  outline: 0; }

.align-left {
  float: left;
  margin: 0 15px 10px 0; }

.align-right {
  float: right;
  margin: 0 0 10px 15px; }

.overthrow {
  clear: both;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.overthrow-message {
  background: #999 url(../img/table-scroll.png) no-repeat right center;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 2px 15px 2px 7px;
  text-align: right; }

.tooltip {
  display: none !important; }

body {
  background: #4a4a4a;
  color: #414042;
  font-family: "Arial W01 Light", "Arial";
  font-size: 15px;
  line-height: 1.3; }

h1, h2, h3, h4 {
  color: #10499e;
  font-family: "Arial";
  margin: 0; }

p {
  margin: 0; }

a {
  color: #10499e;
  text-decoration: none; }
  a:hover {
    color: #414042;
    text-decoration: none; }

blockquote {
  color: #10499e;
  font-size: 17px;
  line-height: 1.3;
  margin: 15px 0; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }

table tr td {
  border: none;
  margin: 0;
  padding: 0; }
table p {
  margin: 0; }

table {
  border-collapse: collapse;
  border: none;
  margin: 15px 0;
  width: 100%; }
  table tr {
    border-bottom: solid 1px #fff; }
    table tr th {
      background: #4a4a4a;
      color: white;
      padding: 9px 15px;
      text-align: left; }
    table tr td {
      border: none;
      margin: 0;
      padding: 9px 15px; }
    table tr:nth-child(2n) td {
      background: #ebebeb;
      color: #414042; }
    table tr:nth-child(2n+1) td {
      background: #ebebeb;
      color: #414042; }

.readmore {
  background: none !important;
  color: #10499e !important;
  text-decoration: none; }
  .readmore:hover {
    background: none !important;
    color: #414042 !important;
    text-decoration: none; }

hr {
  background: #e2e2e2;
  border: none;
  color: #e2e2e2;
  height: 1px; }

.container p {
  margin: 15px 0; }

.main-content h1 {
  color: #10499e;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px 0; }
.main-content h2 {
  color: #414042;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin: 15px 0; }
.main-content h3 {
  color: #10499e;
  font-size: 17px;
  line-height: 1.2;
  margin: 15px 0; }
.main-content h4 {
  color: #414042;
  font-size: 14px;
  line-height: 1.2;
  margin: 15px 0;
  text-transform: uppercase; }
.main-content a {
  color: #10499e;
  font-family: "Arial";
  text-decoration: none; }
  .main-content a:hover {
    color: #414042;
    text-decoration: none; }
.main-content ul {
  margin: 15px 0 15px 20px;
  padding: 0; }
  .main-content ul li {
    list-style: disc;
    margin: 5px 0;
    padding: 0; }
    .main-content ul li p {
      margin: 0; }
.main-content ol li p {
  margin: 0; }
.main-content img {
  height: auto !important;
  max-width: 100%; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: solid 1px #e2e2e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #414042;
  font-family: "Arial";
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px; }

input[placeholder], [placeholder], *[placeholder] {
  color: #414042 !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #414042 !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #414042 !important; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #414042 !important; }

input[type="submit"],
button,
.button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #10499e;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "Arial";
  font-size: 12px;
  line-height: 1;
  padding: 10px 27px;
  text-transform: uppercase; }
  input[type="submit"]:hover,
  button:hover,
  .button:hover {
    background: #4a4a4a; }

.inner {
  padding: 0 15px;
  position: relative; }

.header {
  background: #fff;
  height: 55px;
  position: relative;
  z-index: 15; }
  .header .inner {
    padding: 0; }
  .header .logo {
    display: inline-block;
    line-height: 0;
    margin: 8px 0 0;
    position: relative;
    z-index: 10; }
    .header .logo img {
      height: 90px; }

.menu-btn {
  background: url("../img/menu-btn.png") no-repeat 0 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 17px;
  width: 25px; }
  .menu-btn:hover {
    background: url("../img/menu-btn-hover.png") no-repeat 0 0; }

.main-nav {
  background: #4a4a4a;
  display: none;
  padding-top: 48px;
  position: relative;
  top: -48px; }
  .main-nav ul.menu > li {
    border-bottom: solid 1px #e2e2e2; }
    .main-nav ul.menu > li:last-child {
      border-bottom: none; }
    .main-nav ul.menu > li:hover > a, .main-nav ul.menu > li.active > a, .main-nav ul.menu > li.alias-parent-active > a {
      background: #10499e;
      color: white; }
    .main-nav ul.menu > li > a {
      color: white;
      display: block;
      font-family: "Arial";
      font-size: 12px;
      line-height: 1.3;
      padding: 10px;
      text-transform: uppercase; }
    .main-nav ul.menu > li ul {
      display: none; }

.slider {
  display: none; }

.slider-mobile .content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  width: 100%; }

.home-container {
  background: #fff;
  padding: 22% 0 20px;
  z-index: 10; }
  .home-container .home-services .moduletable {
    float: left;
    line-height: 0;
    position: relative;
    width: 55%; }
    .home-container .home-services .moduletable.placeholder {
      height: 10px; }
    .home-container .home-services .moduletable:nth-child(2n) {
      margin-top: -17.5%;
      margin-left: -10.5%; }
    .home-container .home-services .moduletable h3 {
      box-sizing: border-box;
      color: #fff;
      font-family: "Arial";
      font-size: 12px;
      font-weight: normal;
      line-height: 1.15;
      margin: -7px 0 0 0;
      padding: 0 10px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 50%;
      width: 100%;
      z-index: 10; }
    .home-container .home-services .moduletable .fade-image {
      width: 100%; }
    .home-container .home-services .moduletable .colour-image {
      display: block;
      left: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      position: absolute;
      top: 0;
      transition: all 0.5s ease 0s;
      -webkit-transition: 0.5s;
      width: 100%;
      z-index: 5; }
    .home-container .home-services .moduletable .modulelink {
      background: transparent url("../img/blank.png") repeat scroll 0 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10; }
  .home-container .home-intro {
    font-size: 16px;
    margin: 30px 0 0 0; }
    .home-container .home-intro strong {
      display: block;
      font-size: 110%;
      margin: 0 0 10px 0; }

.container {
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 3; }
  .container .main-content {
    padding: 0 0 20px 0; }
    .container .main-content .breadcrumbs {
      color: #acacac;
      display: block;
      font-family: "Arial";
      font-size: 12.5px;
      line-height: 1;
      margin-bottom: 15px; }
      .container .main-content .breadcrumbs a, .container .main-content .breadcrumbs span {
        padding: 0 5px; }
        .container .main-content .breadcrumbs a:first-child, .container .main-content .breadcrumbs span:first-child {
          padding-left: 0; }
      .container .main-content .breadcrumbs a {
        color: #acacac; }
        .container .main-content .breadcrumbs a:hover {
          color: #797979; }
      .container .main-content .breadcrumbs span {
        color: #797979; }
    .container .main-content .blog .items-row:first-child .item {
      padding-top: 0; }
    .container .main-content .blog .items-row .item {
      border-bottom: solid 1px #e2e2e2;
      padding: 20px 0; }
  .container .left .moduletable {
    margin: 0 0 20px 0; }
  .container .left h3 {
    color: #10499e;
    line-height: 1;
    padding: 0 0 10px 0; }
  .container .left .side-nav ul li {
    border-bottom: solid 1px #e2e2e2; }
    .container .left .side-nav ul li > a:hover {
      background: white;
      color: #10499e; }
    .container .left .side-nav ul li.current > a {
      font-weight: bold; }
    .container .left .side-nav ul li:first-child {
      border-top: solid 1px #e2e2e2; }
    .container .left .side-nav ul li a {
      background: white;
      color: #414042;
      display: block;
      font-size: 15px;
      line-height: 1.2;
      padding: 7px 0; }

.full-width .container .main-content {
  width: 100%; }
.full-width .container .left {
  display: none; }

.projects .container {
  padding-bottom: 0; }
  .projects .container > .inner {
    padding: 0;
    width: 100%; }
  .projects .container .main-content {
    padding: 0; }

#zoo h1 {
  color: #185a7d; }
#zoo .details {
  font-size: 17px; }
  #zoo .details h2 {
    margin: 30px 0 15px;
    text-transform: uppercase; }
#zoo .items .teaser-item {
  background: #ebebeb;
  font-family: "Arial";
  font-size: 14px;
  padding: 20px 0;
  position: relative; }
  #zoo .items .teaser-item:nth-child(2n) {
    background: #fff !important; }
  #zoo .items .teaser-item .col-1 .thumbnail {
    line-height: 0; }
    #zoo .items .teaser-item .col-1 .thumbnail img {
      margin: 0 0 15px 0; }
    #zoo .items .teaser-item .col-1 .thumbnail .placeholder {
      display: none; }
  #zoo .items .teaser-item .col-2 h2.title {
    color: #185a7d;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: none; }
    #zoo .items .teaser-item .col-2 h2.title a {
      color: #185a7d; }
      #zoo .items .teaser-item .col-2 h2.title a:hover {
        color: #414042 !important; }
  #zoo .items .teaser-item .col-2 .readmore a:hover {
    color: #414042 !important; }
  #zoo .items .teaser-item .col-2 .info {
    margin-bottom: 3px; }
    #zoo .items .teaser-item .col-2 .info label {
      font-weight: bold; }
#zoo .item {
  padding: 0 0 20px 0; }
  #zoo .item label {
    font-weight: bold; }
  #zoo .item .description {
    margin: 15px 0; }
  #zoo .item .gallery {
    margin: 25px 0 0; }
    #zoo .item .gallery .thumb {
      margin: 0 1% 1% 0;
      width: 32%; }

.footer {
  background: #4a4a4a;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  .footer .accreditation img {
    float: right; }
  .footer .footer-nav ul li {
    font-size: 11px;
    line-height: 1;
    padding: 4px 0;
    text-transform: uppercase; }
    .footer .footer-nav ul li a {
      color: white; }
      .footer .footer-nav ul li a:hover {
        color: #acacac; }
  .footer .dash {
    background: url(../img/dash-2x.png) no-repeat 0 0;
    background-size: 190px auto;
    display: block;
    font-size: 0;
    height: 28px;
    line-height: 0;
    margin-top: 10px;
    width: 190px; }
    .footer .dash:hover {
      background-position: 0 100%; }

.contact-form {
  color: #acacac;
  font-size: 13.5px;
  margin-top: 15px; }
  .contact-form form div.rsform-block {
    padding: 0 0 10px 0; }
  .contact-form form input[type="text"],
  .contact-form form input[type="email"],
  .contact-form form textarea,
  .contact-form form select {
    height: 35px;
    padding: 8px 10px;
    width: 100%; }
  .contact-form form input[type="submit"] {
    float: right; }
  .contact-form form textarea {
    height: 221px; }
  .contact-form form .formRed {
    color: #cc0000;
    margin: 0 0 15px 0; }
  .contact-form form .formError {
    color: #cc0000;
    font-size: 11.5px; }

/**** Projects Page ****/
/*** Mining Page  ****/
.mining #zoo h1 {
  color: #bc4800; }
.mining #zoo .items .teaser-item .col-2 h2.title a {
  color: #bc4800; }
.mining #zoo .items .teaser-item .col-2 .readmore a {
  color: #bc4800; }

/*** Construction Page  ****/
.construction #zoo h1 {
  color: #6ba539; }
.construction #zoo .items .teaser-item .col-2 h2.title a {
  color: #6ba539; }
.construction #zoo .items .teaser-item .col-2 .readmore a {
  color: #6ba539; }

/*** Labour Hire Page  ****/
.labour #zoo h1 {
  color: #F5B324; }
.labour #zoo .items .teaser-item .col-2 h2.title a {
  color: #F5B324; }
.labour #zoo .items .teaser-item .col-2 .readmore a {
  color: #F5B324; }

/*** Steel & Plate Division Page  ****/
.steel #zoo h1 {
  color: #54575A; }
.steel #zoo .items .teaser-item .col-2 h2.title a {
  color: #54575A; }
.steel #zoo .items .teaser-item .col-2 .readmore a {
  color: #54575A; }

/*** Indigenous Employment  Page  ****/
.indigenous #zoo h1 {
  color: #E1261C; }
.indigenous #zoo .items .teaser-item .col-2 h2.title a {
  color: #E1261C; }
.indigenous #zoo .items .teaser-item .col-2 .readmore a {
  color: #E1261C; }

/*** Workshop Fabrication  Page  ****/
.workshop #zoo h1 {
  color: #0094CA; }
.workshop #zoo .items .teaser-item .col-2 h2.title a {
  color: #0094CA; }
.workshop #zoo .items .teaser-item .col-2 .readmore a {
  color: #0094CA; }

/*** Gallery  ***/
.wk-gallery-wall a {
  margin: 0 1% 1% 0 !important;
  width: 32.666%; }
  .wk-gallery-wall a:nth-child(3n) {
    margin-right: 0 !important; }
.wk-gallery-wall.margin {
  margin: 0; }

/*** Page with Blocks ***/
.withblocks hr {
  background: #fff;
  color: #fff;
  clear: both;
  *zoom: 1; }
.withblocks hr:before,
.withblocks hr:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.withblocks hr:after {
  clear: both; }

.people-page h2 {
  margin: 0; }
.people-page h3 {
  margin: 0 0 15px 0; }
.people-page .item-image {
  margin: 0 0 15px 0;
  max-width: 193px; }

.home-container {
  padding: 110px 0 20px; }
  .home-container .home-services .inner {
    margin: 0 auto;
    max-width: 500px; }

.people-page .item-image {
  float: left;
  margin: 0 20px 0 0; }

.container .col1, .container .col2 {
  float: left;
  width: 49%; }
.container .col1 {
  margin: 0 2% 0 0; }

#zoo .items .teaser-item .col-1 {
  float: left;
  margin: 0 4% 0 0;
  width: 40%; }
  #zoo .items .teaser-item .col-1 .thumbnail img {
    margin: 0; }
  #zoo .items .teaser-item .col-1 .thumbnail .placeholder {
    display: block; }
#zoo .items .teaser-item .col-2 {
  float: left;
  width: 56%; }
#zoo .item label {
  font-weight: bold; }
#zoo .item .description {
  margin: 15px 0; }
#zoo .item .gallery .thumb {
  width: 24%; }

.header .logo img {
  height: 80px; }

.menu-btn {
  display: none; }

.main-nav {
  background: none;
  display: block !important;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 0; }
  .main-nav ul.menu > li {
    border: none;
    display: block;
    float: left; }
    .main-nav ul.menu > li.active > a, .main-nav ul.menu > li:hover > a {
      background: white;
      color: #10499e; }
    .main-nav ul.menu > li.active > a {
      font-weight: bold; }
    .main-nav ul.menu > li:hover > ul {
      display: block; }
    .main-nav ul.menu > li:last-child {
      border-right: none; }
    .main-nav ul.menu > li > a {
      background: white;
      color: #414042;
      height: 16px;
      padding-bottom: 19px;
      text-align: center; }
    .main-nav ul.menu > li ul {
      position: absolute; }
      .main-nav ul.menu > li ul li {
        display: block;
        border-bottom: solid 1px #acb6bf; }
        .main-nav ul.menu > li ul li:hover > a, .main-nav ul.menu > li ul li.active > a, .main-nav ul.menu > li ul li.alias-parent-active > a {
          background: #0e408b;
          color: white; }
        .main-nav ul.menu > li ul li:last-child {
          border-bottom: none; }
        .main-nav ul.menu > li ul li a {
          background: #10499e;
          color: white;
          display: block;
          font-family: "Arial";
          font-size: 12px;
          line-height: 1.2;
          padding: 12px 15px 10px;
          text-transform: uppercase;
          width: 190px; }

.home .slider-mobile .content {
  height: 330px; }

.home-container {
  padding: 0;
  position: relative; }
  .home-container .home-services {
    margin-top: -171px; }
    .home-container .home-services .inner {
      max-width: none;
      padding: 0;
      width: 710px; }
    .home-container .home-services .moduletable {
      height: 171px;
      width: 270px; }
      .home-container .home-services .moduletable:hover h3 {
        bottom: 7px;
        top: auto; }
      .home-container .home-services .moduletable:hover .colour-image {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
      .home-container .home-services .moduletable:nth-child(2n) {
        margin: 0; }
      .home-container .home-services .moduletable:nth-child(3n + 2) {
        margin: -84px -50px 0; }
      .home-container .home-services .moduletable h3 {
        font-size: 13px;
        margin: -10px 0 0 0; }
  .home-container .home-intro {
    font-size: 18px;
    margin: 50px 0; }

.container .main-content {
  float: right;
  padding: 0;
  width: 68%; }
.container .left {
  float: left;
  width: 28%; }
  .container .left .side-nav {
    margin: 40px 0 0 0; }

#zoo .details h2 {
  margin: 40px 0 30px; }
#zoo .items .teaser-item {
  padding: 0; }
  #zoo .items .teaser-item .col-2 {
    padding: 20px 0 0 0;
    width: 48%; }
    #zoo .items .teaser-item .col-2 .readmore {
      background: none;
      height: 92px;
      margin-top: -46px;
      position: absolute;
      right: 15px;
      top: 50%;
      width: 50px; }
      #zoo .items .teaser-item .col-2 .readmore a {
        background: url("../img/readmore.png") no-repeat 0 0;
        background-size: 50px auto !important;
        display: block;
        font-size: 0;
        height: 100%;
        line-height: 0; }
        #zoo .items .teaser-item .col-2 .readmore a:hover {
          background-position: 0 100% !important; }
#zoo .item {
  padding: 0 0 60px 0; }
  #zoo .item .gallery .thumb {
    width: 19.2%; }
    #zoo .item .gallery .thumb:nth-child(5n) {
      margin-right: 0; }

.footer {
  padding: 60px 0 20px; }
  .footer .accreditation img {
    float: left;
    margin: -40px 30px 0 0; }
  .footer .footer-nav {
    float: left; }
    .footer .footer-nav ul li {
      border-right: solid 1px white;
      display: block;
      float: left;
      padding: 0 10px; }
      .footer .footer-nav ul li:first-child {
        padding-left: 0; }
      .footer .footer-nav ul li:last-child {
        border-right: none; }
  .footer .dash {
    float: right;
    margin: -16px 0 0 0; }

/*** Mining Page  ****/
.mining #zoo .items .teaser-item .col-2 .readmore a {
  background-image: url("../img/readmore-mining.png"); }

/*** Construction Page  ****/
.construction #zoo .items .teaser-item .col-2 .readmore a {
  background-image: url("../img/readmore-construction.png"); }

/*** Labour Hire Page  ****/
.labour #zoo .items .teaser-item .col-2 .readmore a {
  background-image: url("../img/readmore-labour.png"); }

/*** Steel & Plate Division Page  ****/
.steel #zoo .items .teaser-item .col-2 .readmore a {
  background-image: url("../img/readmore-steel.png"); }

/*** Indigenous Employment  Page  ****/
.indigenous #zoo .items .teaser-item .col-2 .readmore a {
  background-image: url("../img/readmore-indigenous.png"); }

/*** Workshop Fabrication  Page  ****/
.workshop #zoo .items .teaser-item .col-2 .readmore a {
  background-image: url("../img/readmore-workshop.png"); }

.inner {
  margin: 0 auto;
  padding: 0;
  width: 960px; }

.header .logo {
  margin: 20px 0 0 0; }
  .header .logo img {
    height: 138px; }

.main-nav ul.menu > li > a {
  font-size: 13px;
  height: 17px;
  padding-bottom: 18px; }

.sub .slider {
  height: 200px; }
  .sub .slider .content {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    height: 200px;
    line-height: 0;
    width: 100%; }

.container {
  min-height: 300px;
  padding: 40px 0; }
  .container .main-content {
    width: 680px; }
    .container .main-content p, .container .main-content ul li, .container .main-content ol li {
      text-align: justify; }
    .container .main-content .blog .items-row.cols-2 {
      border-bottom: solid 1px #e2e2e2;
      padding: 10px 0; }
      .container .main-content .blog .items-row.cols-2 .item {
        float: left;
        border: none;
        padding: 0;
        width: 45%; }
        .container .main-content .blog .items-row.cols-2 .item:nth-child(2n+1) {
          margin-right: 10%; }
  .container .left {
    width: 230px; }

#zoo .items .teaser-item {
  background: url(../img/project-bg.png) repeat-y center top;
  height: 230px;
  overflow: hidden; }
  #zoo .items .teaser-item:nth-child(2n) .col-1 .thumbnail .overlay-left {
    background-image: url(../img/project-overlay-white-left.png) !important; }
  #zoo .items .teaser-item:nth-child(2n) .col-1 .thumbnail .overlay-right {
    background-image: url(../img/project-overlay-white-right.png); }
  #zoo .items .teaser-item .col-1 {
    margin: 0 2% 0 0; }
    #zoo .items .teaser-item .col-1 .thumbnail {
      height: 100%;
      width: 360px;
      position: relative; }
      #zoo .items .teaser-item .col-1 .thumbnail .overlay-left,
      #zoo .items .teaser-item .col-1 .thumbnail .overlay-right {
        background: url(../img/project-overlay-blue-left.png) no-repeat 0 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 67px; }
      #zoo .items .teaser-item .col-1 .thumbnail .overlay-right {
        background: url(../img/project-overlay-grey-right.png) no-repeat 0 0;
        right: 0; }
  #zoo .items .teaser-item .col-2 {
    padding: 30px 0 0 0; }
    #zoo .items .teaser-item .col-2 .readmore {
      height: 125px;
      margin-top: -62px;
      right: 0;
      width: 68px; }
      #zoo .items .teaser-item .col-2 .readmore a {
        background-size: auto auto !important; }

.footer .dash {
  background-image: url(../img/dash.png);
  background-size: auto auto; }

/*** Mining Page  ****/
.mining #zoo .items .teaser-item {
  background-image: url("../img/mining-bg.jpg"); }
  .mining #zoo .items .teaser-item .col-1 .thumbnail .overlay-left {
    background-image: url("../img/mining-overlay-left.png"); }

/*** Construction Page  ****/
.construction #zoo .items .teaser-item {
  background-image: url("../img/construction-bg.jpg"); }
  .construction #zoo .items .teaser-item .col-1 .thumbnail .overlay-left {
    background-image: url("../img/construction-overlay-left.png"); }

/*** Labour Hire Page  ****/
.labour #zoo .items .teaser-item {
  background-image: url("../img/labour-bg.jpg"); }
  .labour #zoo .items .teaser-item .col-1 .thumbnail .overlay-left {
    background-image: url("../img/labour-overlay-left.png"); }

/*** Steel & Plate Division Page  ****/
.steel #zoo .items .teaser-item {
  background-image: url("../img/steel-bg.jpg"); }
  .steel #zoo .items .teaser-item .col-1 .thumbnail .overlay-left {
    background-image: url("../img/steel-overlay-left.png"); }

/*** Indigenous Employment  Page  ****/
.indigenous #zoo .items .teaser-item {
  background-image: url("../img/indigenous-bg.jpg"); }
  .indigenous #zoo .items .teaser-item .col-1 .thumbnail .overlay-left {
    background-image: url("../img/indigenous-overlay-left.png"); }

/*** Workshop Fabrication  Page  ****/
.workshop #zoo .items .teaser-item {
  background-image: url("../img/workshop-bg.jpg"); }
  .workshop #zoo .items .teaser-item .col-1 .thumbnail .overlay-left {
    background-image: url("../img/workshop-overlay-left.png"); }

/*# sourceMappingURL=ie.css.map */
