/**
 * NSWDPI - Tweed Website
 * Wide CSS
 *
 * version: 1
 * file:    wide.css
 * author:  Squiz Australia
 * change log:
 *     adewezlopez@squiz.net - 2013/09/25 - 
 */
/*
 * Table of Contents
 *
 *  1.0. Setup
 *  1.1. Header
 *  1.2. Nav
 *  1.3. Footer
 *  1.4. Main
 *  1.5. Breadcrumbs
 *  1.6. Sidenav
 *  1.7. FlexSlider


 */
/*
--------------------
1. Styles
--------------------
*/
/* 1.0 Setup  */
.container {
  max-width: 940px;
}

/* 1.1 Header  */
.header-text {
  margin-top: 38px;
  margin-left: 5px;
}
.header-text h1 {
  font-size: 2.15em;
  line-height: 0.9em;
}
.header-text p {
  font-size: 0.9em;
  padding-left: 0.3em;
}

/* 1.2 Nav  */
.nav {
  width: 940px;
}

.nav-first-level {
  font-size: 1em;
  font-size: 0.9em\9; 
  padding-left: 10px;
}
.nav-first-level > li {
  margin-right: 19px;
  margin-left: -13px;
  padding-left: 10px;
}
.nav-first-level > li > a {
  padding: 15px 13px 10px 0;
  max-width: 120px;
}
.nav-first-level > li > a:hover, .nav-first-level > li > a:active, .nav-first-level > li > a:focus {
  margin-left: -10px;
  padding-left: 10px;
}
.nav-first-level > li:hover > a, .nav-first-level > li:active > a, .nav-first-level > li:focus > a {
  margin-left: -10px;
  padding-left: 10px;
  background-color: #e3e3e3;
}
.home .nav-first-level .home {
  background-position: -186px 18px;
  height: 80px;
  margin-left: 0;
  padding-left: 0;
}
.nav-first-level .home {
    /*86*/
  background-position: -96px -450px; 
  padding-left:0;
}
.home .nav-first-level {
  padding-left:0;
}
.nav-first-level .home:hover > a, .nav-first-level .home:active > a, .nav-first-level .home:focus > a {
  margin-left: 0;
  padding-left: 0;
  background-color: transparent;
}
.nav-first-level .home > a:hover, .nav-first-level .home > a:active, .nav-first-level .home > a:focus {
  margin-left: 0;
  padding-left: 0;
  background-color: transparent;
}

/* 1.3 Footer */
.footer-col-left ul,
.footer-col-right ul,
.footer-col-right:last-child ul {
  float: left;
}

/* 1.4 Main */
.main-section {
  width: 75%;
  float: right;
  position: relative;
  overflow: auto;
}
.main-section .leader-content h2,
.main-section .columned-content h2 {
  padding: 12px 0 0;
  margin: 15px 0 20px;
  color: #424141;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}

.inside .main-section {
  padding: 0 40px;
}

.inside-no-lhs .breadcrumbs,
.inside-no-lhs .main-section {
  width: 100%;
}
.inside-no-lhs .main-section {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.home .content-box {
  width: 50%;
}
.home .content-box > a img {
  min-height: 224px;
}
.home .text-content {
  padding: 0 20px;
}
.home .main-section {
  background-color: white;
}
.home .bottom-content-left {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25%;
}
.home .bottom-content-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
}

.landing .content-box {
  width: 50%;
}
.landing .content-box img {
  height: 180px;
  width: auto;
}
.landing .columned-content {
  width: 100%;
}

.leader-content {
  width: 50%;
  margin-bottom: 0;
  float: left;
  padding-top: 0;
}

.columned-content {
  position: static;
  width: 50%;
}

.content-box {
  width: 25%;
}

.content-grey {
  background-color: #e5e5e4;
}

/* 1.5 Breadcrumbs */
.breadcrumbs {
  width: 75%;
}

.landing .breadcrumbs {
  border-bottom: 0;
}

/* 1.6 Sub-Nav */
.sub-nav {
  width: 25%;
}

.sub-nav-list {
  margin-right: 23px;
}

/* 1.7 FlexSlider / Carousel */
.flexslider {
  width: 940px;
}

.flex-control-nav {
  list-style-type: none;
  right: 38px;
  bottom: 38px;
  width: auto;
}
.flex-control-nav li {
  text-align: right;
  display: block;
  overflow: auto;
  margin: 0 1px 0 0;
}
.flex-control-nav li:before {
  content: '';
}
.flex-control-nav li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  display: block;
  height: 75px;
  width: 75px;
}

.flex-pauseplay .flex-pause,
.flex-pauseplay .flex-play {
  bottom: 148px;
}

.flex-caption {
  padding-left: 30px;
  height: 146px;
}
.flex-caption h2,
.flex-caption p {
  max-width: 50%;
}
/* Home page last Design change: 2023/10/25 */
.leader-content.home{
  width: 100%;
}
.home.row2 {
  display: flex;
}
.home.row2 .home-content-col {
    flex: 1 1 30%;
  }