/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2020 15:05:23
*/


/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Mon Jul 01 2019 16:30:42 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  border-collapse: collapse;
  margin: .5em 0;
  table-layout: fixed;
}

@media screen and (max-width: 700px) {
  table {
    table-layout: auto;
  }
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #222;
  color: #dddddd;
}

td {
  border: 1px solid #222;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Client implementation START */
.contactform tbody {
  border: 0;
}

/* Button styles*/

.button-subscribe {
  background-color: #0a68b8;
  border: 1px solid #0a68b8;
  color: white !important;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.button-subscribe-large {
  margin: 10px;
  padding: 10px 10px;
  font-size: 24px;
  border-radius: 5px;
}

.button-subscribe:hover {
  background-color: #FFFFFF;
  color: black !important;
  border: 1px solid #0a68b8;
}

.button-orange {
  background-color: #ED931B;
  border: 1px solid #ED931B;
  color: white !important;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.button-orange:hover {
  background-color: #FFFFFF;
  color: black !important;
  border: 1px solid #ED931B;
}

.btn-subscribe-green {
  background: #bed12a;
  background-image: -webkit-linear-gradient(top, #bed12a, #a4b322);
  background-image: -moz-linear-gradient(top, #bed12a, #a4b322);
  background-image: -ms-linear-gradient(top, #bed12a, #a4b322);
  background-image: -o-linear-gradient(top, #bed12a, #a4b322);
  background-image: linear-gradient(to bottom, #bed12a, #a4b322);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #000000;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
}

.btn-subscribe-green:hover {
  background: #d3e629;
  background-image: -webkit-linear-gradient(top, #d3e629, #bacc1d);
  background-image: -moz-linear-gradient(top, #d3e629, #bacc1d);
  background-image: -ms-linear-gradient(top, #d3e629, #bacc1d);
  background-image: -o-linear-gradient(top, #d3e629, #bacc1d);
  background-image: linear-gradient(to bottom, #d3e629, #bacc1d);
  text-decoration: none;
}
/* bestcssbuttongenerator */

.btn-yellow {
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    background:linear-gradient(to bottom, #ffec64 5%, #ffcc34 100%);
    background-color:#ffec64;
    border-radius:6px;
    border:1px solid #ffaa22;
    display:inline-block;
    cursor:pointer;
    color:#333333;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffee66;
}
.btn-yellow:hover {
    background:linear-gradient(to bottom, #ffcc34 5%, #ffec64 100%);
    background-color:#ffcc34;
}
.btn-yellow:active {
    position:relative;
    top:1px;
}

.btn-green {
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    background-color:#89c403;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #528009;
}
.btn-green:hover {
    background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    background-color:#77a809;
}
.btn-green:active {
    position:relative;
    top:1px;
}


.btn-blue {
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    background-color:#3d94f6;
    border-radius:6px;
    border:1px solid #337fed;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #1570cd;
}
.btn-blue:hover {
    background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    background-color:#1e62d0;
}
.btn-blue:active {
    position:relative;
    top:1px;
}

/* Drought pages*/
.drought-icon-box img {
  vertical-align: middle;
}

.drought-storage {
  text-align: center;
  width: 100px;
  height: 110px;
  margin: 5px;
  padding: 15px 0;
  background: url("/__data/assets/image/0005/137426/storage_bgd_grey.jpg") no-repeat top center;
  float: left;
}

.drought-storage-box {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

#content .callout-blue {
  display: block;
  text-align: center;
  border-radius: 10px;
  width: 200px;
  background: #dddede;
  margin: 5px;
  padding: 5px;
}

.drought-valley-box {
  margin-top: 10px;
  background: url(/__data/assets/image/0010/139861/storage_bgd_trans.png) no-repeat bottom center;
}

.drought-bigtext {
  font-size: 2em;
}

.drought-smalltext {
  font-size: 0.9em;
  position: relative;
  top: 20px;
}

.drought-facts {
  display: block;
  float: left;
  text-align: center;
  margin: 10px;
}

@media screen and (max-width: 700px) {
  .drought-storage {
    height: 150px;
  }
}

/* New Accordion */
.ques a {
  display: block;
  margin: 1em 0 0 0;
  text-decoration: none;
  background: no-repeat right #0B68B8;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.answ .minu {
  /*background: url(/__data/assets/image/0006/119814/minus.png) no-repeat right top;*/
  height: 16px;
  width: 16px;
  float: right;
  margin-top: -35px;
  margin-right: -1px;
}

.answ {
  padding: 10px;
  background: #f6f6f6;
}

.answ .ques a {
  display: block;
  margin: 1em 0 0 0;
  text-decoration: none;
  background: no-repeat right #abbd1c;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.answ .answ .minu_green {
  /*background: url(/__data/assets/image/0007/119815/minus_green.png) no-repeat right top;*/
  height: 16px;
  width: 16px;
  float: right;
  margin-top: -35px;
  margin-right: -1px;
}

/* FAQ Accordion - LightBlue*/
#accord_lightblue .question a {
        margin-top:0.1em;
        color:#000;
        background-color: #E7EFF8;
    }
    
#accord_lightblue .answer ul { background-color:#f6f6f6;
        
    }
#content #accord_lightblue .related-box { background-color:#f6f6f6 !important;
        
    }
    
#accord_lightblue .question a:after {
    content: url(/__data/assets/image/0018/153054/plus_black.png);
} 

/* EWN Feed */
/*        
l.feedEWN {        
  width: auto !important;        
}        
.feedEWN {        
  width: 450px;        
  list-style: none outside none;        
  background-color: #FFFFFF;        
  padding: 0 5px;        
  color: #3E3E3E;        
  margin: 0;        
}        
.feedEWN li {        
  border-bottom: 1px solid #D3CAD7;        
  padding: 5px !important;        
}        
.feedEWN li:last-child {        
  border-bottom: none;        
}        
.itemTitle a {        
  font-weight: bold;        
  color: #BED12A !important;        
  text-decoration: none;        
  font-size: 14px;        
}        
.itemTitle a:hover {        
  text-decoration: underline;        
}        
*/
.feedheading {
  background: #0A68B8;
  color: #fff;
  padding: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

.rssDiv {
  height: auto;
  margin: 0;
}

#divRss ul li:before {
  background: none;
}

.feedList {
  width: 100%;
  list-style: none outside none;
}

.feedList li {
  border-bottom: 1px solid #D3CAD7;
  padding: 10px 0 !important;
}

.feedList li:last-child {
  border-bottom: none;
}

.itemTitle a {
  font-weight: bold;
  color: #0a68b8 !important;
  font-size: 16px;
  text-decoration: none;
}

.itemTitle a:hover {
  text-decoration: underline;
}

.itemDate {
  font-size: 11px;
  color: #AAAAAA;
}

/* Client implementation END */
/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/*
--------------------
Legacy CSS
--------------------
*/
/* Uncompressed file on GIT: https://gitlab.squiz.net/au-client-implementation/sca */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4a4a4a;
  font-weight: 700;
  line-height: 1.25em;
}

h1 {
  font-size: 3.2em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: .6em;
  letter-spacing: -1.6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-shadow: 0 1px 2px #000;
}

h1.visuallyhidden, h1.sr-only {
  color: #949494;
}

h1.block {
  position: static;
  color: #fff;
  text-shadow: none;
  background: #0083bc;
  padding: 12px 12px 13px;
  margin: 0 0 19px;
  font-size: 2.917em;
  letter-spacing: -.04em;
}

h1 span {
  display: block;
  line-height: 1.1em;
}

h1 .small {
  font-size: .6em;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 6px;
}

h2 {
  font-size: 2.5em;
  margin: 0 0 10px;
  letter-spacing: -1.3px;
}

.dam-asset h1,
.landing h1 {
  color: #fff;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: 700;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  left: 39px;
  position: absolute;
  z-index: 10;
  text-shadow: 0 1px 2px #000;
}

.dam-asset h1 {
  top: 327px;
  font-size: 4.2em;
  line-height: .75em;
}

h3 {
  font-size: 1.667em;
  color: #4a4a4a;
  padding: 0;
  margin: 10px 0px;
}

h4 {
  font-size: 1.25em;
  color: #4a4a4a;
  padding: 0;
  margin: 0 0 8px;
}

.dam-asset h4 {
  padding: 0;
  margin: 0;
}

h5 {
  margin: 0 0 4px;
  font-size: 1em;
  font-weight: 700;
}

h6 {
  font-size: 1em;
  font-weight: 400;
}

p {
  font-size: 1.05em;
  line-height: 1.333em;
  color: #4a4a4a;
  margin: 0 0 16px;
}

a {
  text-decoration: underline;
  color: #414141;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:visited {
  outline: 0;
}

.more {
  display: inline-block;
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123126/btn-arrows.png?v=0.1.1) transparent no-repeat right -48px;
  padding: 0 16px 0 0;
  color: #0083bc;
  font-weight: 700;
  text-decoration: none;
}

table ul,
ul {
  list-style: none;
}

.content-wrapper li {
  padding: 0 0 8px 15px;
  margin: 0 0 0 10px;
  line-height: 1.333em;
  font-size: 1.05em;
}

.content-wrapper ul li {
  background: url(https://www.waternsw.com.au/__data/assets/image/0020/123149/li-bullet.png?v=0.1.1) transparent no-repeat 0 5px;
}

.content-wrapper table ul li {
  padding: 0 0 8px 15px;
}

ol {
  padding: 0;
  margin: 0 0 0 18px;
}

ol li {
  background: 0 0;
  padding: 0 0 12px 26px;
  margin: 0;
}

#error-box {
  display: none;
  border: 1px solid #b40000;
  background-color: #f1d9d9;
  padding: 5px;
  margin: 5px 0 20px;
}

#error-box p {
  padding: 0;
  margin: 0 0 8px;
}

#error-box ul {
  padding: 0;
  margin: 0;
}

#error-box li {
  padding: 0 0 0 15px;
  margin: 0 0 4px 10px;
}

.error {
  border: 1px solid #b40000 !important;
  background: #f1d9d9 !important;
}

form {
  overflow: hidden;
  margin: 0 0 30px;
}

input {
  outline: 0;
}

input[type=email],
input[type=text],
textarea {
  padding: 6px;
  color: #797573;
  font-size: 1em;
  background: #fff;
  font-weight: 700;
  border: 0;
  width: 270px;
}

.content-wrapper input[type=text],
.content-wrapper textarea,
input[type=email] {
  border: 1px solid #aaa;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  position: relative;
  bottom: 0;
}

input[type=submit] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 12px;
  font-size: 1.083em;
  font-weight: 700;
  color: #4a4a4a;
  background: #f0f0f0;
}

input[type=reset] {
  border: 0;
  background: 0 0;
  text-decoration: underline;
}

input#postcode-input {
  float: left;
  margin: 0 7px 0 0;
  height: 1.8em;
  border: 0;
  line-height: 2;
  width: 160px;
  color: #797573;
  padding: 1px 5px;
}

.water-catchment input#postcode-input {
  font-weight: 700;
}

.button,
button,
input[type=submit].button {
  display: inline-block;
  width: 21px;
  height: 21px;
  padding: 0;
  font-size: 1em;
  text-decoration: none;
  text-indent: -9999px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123126/btn-arrows.png?v=0.1.1) transparent no-repeat;
}

button.false,
button.true {
  display: inline-block;
  width: auto;
  height: 35px;
  text-decoration: none;
  text-indent: 0;
  text-transform: uppercase;
  border: 0;
  color: #4e4e4e;
  font-size: 1.833em;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: -3px;
  overflow: hidden;
}

button.true {
  background: url(https://www.waternsw.com.au/__data/assets/image/0019/123166/true-false.png?v=0.1.1) #b3b77c no-repeat right 3px;
  padding: 0 46px 0 8px;
  margin: 0 10px 0 0;
}

button.false {
  background: url(https://www.waternsw.com.au/__data/assets/image/0019/123166/true-false.png?v=0.1.1) #e89972 no-repeat right -52px;
  padding: 0 41px 0 8px;
  margin: 0;
}

select {
  color: #797573;
  border: 1px solid #fff;
}

select.replaced {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 43px;
  border: 0;
  opacity: 0;
  line-height: 2;
}

.select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 24px;
}

.content-wrapper .select {
  border: 1px solid #aaa;
}

.home .select,
.info-column .select,
.map-stats-column .select,
.related-box .select,
.select {
  border: 0;
}

.select .option {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.select .option > span {
  display: block;
  color: #797573;
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123156/select-bg.png?v=0.1.1) #fff no-repeat right 16px;
}

.select.error .option > span {
  background-color: #f1d9d9;
}

.select.type-1 .option > span {
  background-position: right 9px;
}

.select.type-2 .option > span {
  background-position: right -32px;
  color: #797573;
}

.select.type-3 .option > span {
  background-position: right -69px;
  color: #949494;
}

.select.type-4 .option > span {
  background-position: right -107px;
  color: #797573;
}

.select .option.active > span {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.select .option span span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 11px 27px 12px 9px;
}

.ui-datepicker-trigger {
  width: 20px;
  height: 22px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123128/calendar-icon-small.png?v=0.1.1) transparent no-repeat;
  border: 0;
  margin: 3px 10px 0 3px;
}

#ui-datepicker-div {
  max-width: 197px;
  background: #fff;
  padding: 1px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.45);
}

#ui-datepicker-div table {
  margin: 0;
}

#ui-datepicker-div td a {
  display: block;
}

.ui-datepicker-prev {
  float: left;
  padding: 3px;
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
  padding: 3px;
  cursor: pointer;
}

.ui-datepicker-title {
  text-align: center;
  padding: 4px 0 0;
}

.field-wrapper {
  overflow: hidden;
  margin: 0 0 10px;
}

.field-wrapper .select,
.field-wrapper button,
.field-wrapper input,
.field-wrapper label,
.field-wrapper select,
.field-wrapper textarea {
  float: left;
}

.field-wrapper label {
  width: 200px;
  padding: 7px 0 0;
  margin: 0 12px 0 0;
  text-align: right;
}

.field-wrapper input,
.field-wrapper textarea {
  width: 340px;
}

.field-wrapper select {
  width: 352px;
}

.field-wrapper option {
  padding: 3px 1px;
}

.field-wrapper textarea {
  resize: none;
  height: 40px;
}

.field-wrapper.fieldset label {
  width: 90px;
}

.field-wrapper.fieldset label:first-child {
  width: 200px;
}

.field-wrapper.fieldset input[type=text] {
  width: 70px;
}

.field-wrapper.fieldset input[type=text].time-field {
  width: 61px;
}

.field-wrapper input[type=checkbox] {
  width: auto;
  height: auto;
  margin: 7px 5px 0 0;
}

.field-wrapper .description {
  float: left;
  width: 245px;
  padding: 7px 10px;
  line-height: 1.333em;
}

.field-wrapper .description.error {
  border: none !important;
}

.submit-wrapper {
  padding: 8px 0 0 387px;
}

table {
  border-left: 1px solid #a7c6df;
  margin: 0 0 20px;
  text-align: left;
}

.coloured-rows tr:nth-child(odd) {
  background: #e6f3f8;
}

td,
th {
  border: 1px solid #A7C6DF;
  line-height: 1.333em;
  padding: 8px 5px 7px;
}

.th,
th {
  background: #007eb6;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 700;
}

th.sortable {
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123162/sortable-icon.png?v=0.1.1) #007eb6 no-repeat right 50%;
  padding-right: 34px;
  cursor: pointer;
}

.center-cells {
  text-align: center;
}

.center-cells tr td:first-child,
.center-cells tr th:first-child {
  text-align: left;
}

.checklist {
  margin: 0 0 20px;
}

.checklist .item-holder {
  border-bottom: 3px solid #fff;
  background-color: #e7eff8;
}

.checklist .item {
  padding: 20px 45px 11px 10px;
  overflow: hidden;
}

.checklist .item .content {
  float: right;
  width: 578px;
}

.checklist .item h4 {
  text-transform: uppercase;
}

.checklist h2 {
  color: #006C9C;
  font-weight: 700;
  font-size: 2.083em;
  padding: 6px 45px 0 10px;
  margin: 0;
  background: #e7eff8;
}

.checklist p {
  padding: 0;
  margin: 0 0 13px;
}

.checklist .number {
  float: left;
  width: 52px;
  height: 52px;
  margin: 0 15px 0 0;
  padding: 7px 0 0;
  background: url(https://www.waternsw.com.au/__data/assets/image/0013/123133/checklist-bullet.png?v=0.1.1) transparent no-repeat;
  text-align: center;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #fff;
  font-size: 2.917em;
  font-weight: 700;
}

.checklist .documents {
  padding: 6px 10px 0;
  background: #d4e2f2;
}

#content .checklist .documents h3 {
  color: #006C9C;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 1.667em;
  font-weight: 700;
  letter-spacing: -1.3px;
  margin: 0 0 9px;
}

.checklist .document {
  overflow: hidden;
}

#content .checklist .document h4 {
  padding: 0;
  margin: 0;
}

.checklist .document .img-wrapper {
  float: left;
  width: 60px;
  height: 84px;
  margin: 0 10px 0 0;
}

.checklist .document .content {
  float: left;
  width: 555px;
}

.pagination {
  background: #f2f2f2;
  padding: 6px;
  margin: 0 0 30px;
  overflow: hidden;
  font-size: 1.083em;
}

.pagination > span {
  float: left;
  padding: 2px 0 0;
}

.content-wrapper .pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}

.content-wrapper .pagination li {
  background: 0 0;
  float: left;
  padding: 0 11px 0 0;
  margin: 0;
}

.content-wrapper .dam-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123135/dam-info-icons.png?v=0.1.1) no-repeat right top;
  text-indent: -9999px;
  line-height: 1em;
  overflow: hidden;
}

.content-wrapper .dam-icon.visitor-centre {
  background-position: right top;
}

.content-wrapper .dam-icon.set-down-area {
  background-position: right -54px;
}

.content-wrapper .dam-icon.disabled-coach {
  background-position: right -162px;
}

.content-wrapper .dam-icon.drinking-water,
.content-wrapper .dam-icon.untreated-water-not {
  background-position: right -216px;
}

.content-wrapper .dam-icon.viewing-areas {
  background-position: right -270px;
}

.content-wrapper .dam-icon.picnic-shelters {
  background-position: right -324px;
}

.content-wrapper .dam-icon.toilets {
  background-position: right -378px;
}

.content-wrapper .dam-icon.toilets-disabled {
  background-position: right -432px;
}

.content-wrapper .dam-icon.toilets-both {
  background-position: right -487px;
}

.content-wrapper .dam-icon.barbeque-area,
.content-wrapper .dam-icon.electric-barbeques,
.content-wrapper .dam-icon.electric-barbeques-at {
  background-position: right -540px;
}

.content-wrapper .dam-icon.no-dogs-horses,
.content-wrapper .dam-icon.no-pets,
.content-wrapper .dam-icon.no-pets-as {
  background-position: right -597px;
}

.content-wrapper .dam-icon.no-alcohol {
  background-position: right -656px;
}

.content-wrapper .dam-icon.no-fires,
.content-wrapper .dam-icon.no-wood-charcoal {
  background-position: right -706px;
}

.content-wrapper .dam-icon.no-fuel {
  background-position: right -762px;
}

.content-wrapper .dam-icon.no-access,
.content-wrapper .dam-icon.no-access-allowed,
.content-wrapper .dam-icon.no-access-to {
  background-position: right -818px;
}

.content-wrapper .dam-icon.no-swimming {
  background-position: right -951px;
}

.content-wrapper .dam-icon.no-firearms,
.content-wrapper .dam-icon.no-shooting {
  background-position: right -1007px;
}

.content-wrapper .dam-icon.no-climbing {
  background-position: right -1063px;
}

.content-wrapper .dam-icon.no-motorboat,
.content-wrapper .dam-icon.no-motorised-watercraft {
  background-position: right -2800px;
}

.content-wrapper .dam-icon.no-motorbike,
.content-wrapper .dam-icon.no-motorcycles-or {
  background-position: right -1175px;
}

.content-wrapper .dam-icon.no-littering {
  background-position: right -1231px;
}

.content-wrapper .dam-icon.no-horse-riding {
  background-position: right -1287px;
}

.content-wrapper .dam-icon.no-fishing,
.content-wrapper .dam-icon.no-fishing-boating {
  background-position: right -1343px;
}

.content-wrapper .dam-icon.no-camping,
.content-wrapper .dam-icon.no-camping-on {
  background-position: right -1399px;
}

.content-wrapper .dam-icon.dogs-are-permitted,
.content-wrapper .dam-icon.pets-must-be {
  background-position: right -1455px;
}

.content-wrapper .dam-icon.basic-campsites-no,
.content-wrapper .dam-icon.camping-area {
  background-position: right -1511px;
}

.content-wrapper .dam-icon.walking-track {
  background-position: right -1567px;
}

.content-wrapper .dam-icon.playground {
  background-position: right -1623px;
}

.content-wrapper .dam-icon.non-powered-watercraft {
  background-position: right -1679px;
}

.content-wrapper .dam-icon.picnic-area,
.content-wrapper .dam-icon.picnic-tables {
  background-position: right -1735px;
}

.content-wrapper .dam-icon.female-toilets {
  background-position: right -1788px;
}

.content-wrapper .dam-icon.male-toilets {
  background-position: right -1845px;
}

.content-wrapper .dam-icon.fishing {
  background-position: right -1901px;
}

.content-wrapper .dam-icon.hot-water {
  background-position: right -1957px;
}

.content-wrapper .dam-icon.kiosk {
  background-position: right -2013px;
}

.content-wrapper .dam-icon.land-based-fishing {
  background-position: right -2068px;
}

.content-wrapper .dam-icon.museum {
  background-position: right -2125px;
}

.content-wrapper .dam-icon.parking {
  background-position: right -2181px;
}

.content-wrapper .dam-icon.place-rubbish-in {
  background-position: right -2237px;
}

.content-wrapper .dam-icon.sailing {
  background-position: right -2293px;
}

.content-wrapper .dam-icon.swimming {
  background-position: right -2349px;
}

.interactive .map-results .dam-features li.dam-icon.canoe-launching-areas,
.interactive .map-results .dam-features li.dam-icon.childrens-playground,
.interactive .map-results .dam-features li.dam-icon.interpretive-signs,
.interactive .map-results .dam-features li.dam-icon.large-group-notification,
.interactive .map-results .dam-features li.dam-icon.portable-gas-barbeques,
.interactive .map-results .dam-features li.dam-icon.portable-toilet-dump {
  background: 0 0;
  width: 0;
  margin: 0;
}

.doc-icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  text-indent: -9999px;
}

.doc-icon.pdf {
  background: url(https://www.waternsw.com.au/__data/assets/image/0019/123139/doc-icons.png?v=0.1.1) transparent no-repeat right 0;
}

.doc-icon.word {
  background: url(https://www.waternsw.com.au/__data/assets/image/0019/123139/doc-icons.png?v=0.1.1) transparent no-repeat -20px 0;
}

.doc-icon.excel {
  background: url(https://www.waternsw.com.au/__data/assets/image/0019/123139/doc-icons.png?v=0.1.1) transparent no-repeat left 0;
}

#content .img-wrapper {
  background: #e6e3e0;
}

@media screen and (max-width: 700px) {
  #content .img-wrapper {
    float: none;
  }
}

#content .img-wrapper img {
  height: auto;
}

@media screen and (max-width: 700px) {
  #content .img-wrapper img {
    width: 100%;
  }
}

#content .img-wrapper.left {
  margin: 0 1em .5em 0;
}

@media screen and (max-width: 700px) {
  #content .img-wrapper.left {
    margin-right: 0;
  }
}

#content .img-wrapper.right {
  margin: 0 0 .5em 1em;
}

@media screen and (max-width: 700px) {
  #content .img-wrapper.right {
    margin-left: 0;
  }
}

#content .callout {
  display: block;
  width: 205px;
  background: #e6e3e0;
  padding: 5px 10px 11px;
}

#content .callout.left {
  margin: 0 22px 5px 0;
}

#content .callout.right {
  margin: 0 0 5px 22px;
}

#content .callout h2,
#content .callout h3,
#content .callout h4 {
  font-size: 2.083em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  color: #006C9C;
  letter-spacing: -1.3px;
  margin: 0 0 6px;
}

#content .callout p {
  padding: 0;
  margin: 0;
}

.file-size {
  float: left;
  padding: 4px 5px 0 0;
}

hr {
  border: 0;
  border-top: 1px solid #c5c0bc;
  height: 1px;
  background: #f4f3f2;
  clear: both;
  margin: 10px 0;
}

blockquote {
  color: #006C9C;
  font-size: 2.333em;
  line-height: 1.333em;
  letter-spacing: -1.3px;
  quotes: "\201C" "\201D";
  padding: 12px 0 16px 3px;
  margin: 0;
}

blockquote:before {
  content: open-quote;
  font-size: 2.2em;
  position: relative;
  top: 18px;
  left: -2px;
  line-height: 0;
}

blockquote:after {
  content: close-quote;
  font-size: 2.2em;
  position: relative;
  top: 18px;
  right: -2px;
  line-height: 0;
}

/**
 * Sydney Catchment Authority  - Global Style Sheet
 *
 * global.css
 * author: Squiz Australia
 */
/*
 * Table of Contents
 *
 *  1. Normalize (minified)
 *
 *  2. Globals
 *
 *  3. Header
 *      3.1 Autocompletion Search
 *
 *  4. Main Body
 *      4.1 Main Layout
 *      4.2 Home Layout
 *      4.3 Inside Layout
 *      4.4 Landing Layout
 *      4.5 My Catchment
 *      4.6 Dam Levels
 *      4.7 Interactive Map
 *      4.8 Publication Filters
 *      4.9 Carousels
 *          4.9.1 Standard Carousel
 *          4.9.2 Timeline Carousel
 *          4.9.3 Schematic Carousel
 *          4.9.4 Lightbox Carousel
 *          4.9.5 Science & Education Carousel
 *          4.9.6 Exhibition Carousel
 *          4.9.7 Mystery Object Carousel
 *      4.10 Lightbox
 *      4.11 Tabbed Content
 *          4.11.1 Featured Dam Tabs
 *          4.11.2 Standard Tabs
 *          4.11.3 Catchment Tabs
 *          4.11.4 Living Tabs
 *          4.11.5 Home Tabs
 *      4.12 Timeline Widget
 *      4.13 News
 *      4.14 Events
 *      4.15 Licence Agreement
 *      4.16 Spatial File list
 *      4.17 Video galleries
 *      4.18 Science & Education
 *      4.19 Newsroom
 *      4.20 Our Dam Histories
 *      4.21 Contact us
 *
 *
 *  5. Footer
 *
 */
/*
--------------------
1. Normalize (minified)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
--------------------
2. Globals
--------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: 0;
}

body {
  font-size: 12px;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4a4a4a;
  background: url(https://www.waternsw.com.au/__data/assets/image/0012/123150/main-bg.png?v=0.1.1) #fff repeat-x 0 0;
}

.clear {
  clear: both;
}

.visuallyhidden, .sr-only, .site-search .ui-helper-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.small-text {
  font-size: 100%;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

hr.invisible {
  padding: 0;
  margin: 0;
}

img.middle {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.img-wrapper.hide {
  display: none;
}

.img-wrapper img {
  /*width: 100%;*/
}

.img-wrapper p,
.img-wrapper span {
  padding: 5px;
  margin: 0;
  color: #464646;
  font-size: 0.75em;
  line-height: 1.222em;
}

.img-wrapper.left p,
.img-wrapper.left span {
  text-align: left;
}

.img-wrapper.right p,
.img-wrapper.right span {
  text-align: right;
}

.dam-level {
  float: left;
  color: #006c9c;
}

.dam-level .amount {
  float: left;
  letter-spacing: -3px;
}

.dam-level .unit {
  float: left;
  line-height: 2.5em;
  padding: 0 0 0 2px;
}

.select-a-page .select,
.select-a-page select {
  float: left;
  margin: 0 7px 0 0;
}

.select-a-page input[type="submit"],
.select-a-page button[type="submit"],
.select-a-page .button {
  float: left;
  margin: 1px 0 0 0;
}

/*
--------------------
3. Header
--------------------
*/
#header {
  width: 1000px;
  height: 82px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}

#header .information {
  float: right;
  padding: 0 2px 0 0;
  color: #F2F7C4;
  font-weight: bold;
  font-size: 0.833em;
}

#header .information a {
  color: #F2F7C4;
}

#header .information .site-search {
  z-index: 2000;
}

#header .information .contact-us,
#header .information .contacts,
#header .information .site-search {
  float: right;
  clear: right;
}

#header .information .contact-us {
  padding: 0 0 11px 0;
}

#header .contacts {
  padding: 0 0 14px 0;
}

#header .contacts li {
  float: left;
  padding: 0 7px;
  margin: 0;
  background: none;
  border-right: 1px solid #d0d2af;
}

#header .contacts li:last-child {
  border: 0;
  padding-right: 0;
}

#header #site-search-field {
  width: 194px;
  border: 0;
  padding: 3px 6px;
  margin: 0 2px 0 0;
}

.nsw-gov-logo {
  float: left;
  width: 52px;
  height: 56px;
  margin: 4px 0 0 3px;
}

.sca-logo {
  float: left;
  width: 150px;
  height: 44px;
  margin: 14px 0 0 27px;
}

.main-nav-wrapper {
  background: #f0c361;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}

#main-nav {
  width: 1000px;
  height: 55px;
  padding: 0;
  margin: 0 auto;
  background: url(https://www.waternsw.com.au/__data/assets/image/0013/123151/main-nav-border.png?v=0.1.1) transparent no-repeat right 6px;
}

#main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#main-nav li {
  padding: 0;
  margin: 0;
  background: none;
}

#main-nav > li {
  float: left;
  padding: 5px 0 7px 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.25em;
  text-align: center;
  position: relative;
}

#main-nav > li > span {
  display: block;
  padding: 0 12px 0 14px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0013/123151/main-nav-border.png?v=0.1.1) transparent no-repeat left top;
}

#main-nav > li > span > a {
  display: inline-block;
  width: 64px;
  height: 29px;
  padding: 14px 0 0 0;
  font-size: 1.1em;
  color: #3C2B0C;
  font-weight: bold;
  text-decoration: none;
}

#main-nav .a-1 > span > a {
  width: 94px;
}

#main-nav .a-2 > span > a {
  width: 104px;
}

#main-nav .a-3 > span > a {
  width: 176px;
  height: 36px;
  padding-top: 7px;
}

#main-nav .a-4 > span > a {
  width: 117px;
  height: 36px;
  padding-top: 7px;
}

#main-nav .a-5 > span > a {
  width: 146px;
  height: 36px;
  padding-top: 7px;
}

#main-nav .a-6 > span > a {
  width: 117px;
}

#main-nav .level-2 > li.less-padding {
  padding-top: 0px !important;
  top: 0px;
}

@media screen and (min-width: 1000px) {
  #main-nav > li:hover {
    background: #cf9d32;
    position: relative;
    left: 1px;
    z-index: 8500;
  }
  #main-nav > li:hover > span {
    background: none;
    padding-left: 13px;
    padding-right: 13px;
  }
  #main-nav > li:hover .dropdown {
    left: 0;
  }
  #main-nav > li.a-5:hover .dropdown {
    left: -248px;
  }
  #main-nav > li.a-6:hover .dropdown {
    left: -487px;
  }
  #main-nav > li .dropdown {
    height: auto !important;
  }
}

#main-nav .dropdown {
  position: absolute;
  left: -9999px;
  top: 100%;
  z-index: 8100;
  background: #fff;
  box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, 0.2);
}

#main-nav .level-2 {
  float: left;
}

#main-nav .extra-list {
  float: right;
}

#main-nav .level-2 > li {
  float: left;
  padding: 15px 10px;
  text-align: left;
  text-transform: none;
  font-size: 1.333em;
  font-weight: normal;
  width: 190px;
}

#main-nav .level-2 > li.highlighted {
  background: #f9e7be;
}

#main-nav .level-2 > li > span a,
#main-nav .level-2 > li > span.no-link {
  display: block;
  color: #006fa1;
  padding: 7px 0px;
}

@media screen and (min-width: 1000px) {
  #main-nav .level-2 > li > span a:hover {
    background: #F0F0F0;
  }
  #main-nav .extra-list.level-2 > li > span a:hover {
    background: #f4faff;
  }
}

#main-nav .level-2 > li.right {
  float: right;
}

#main-nav .level-3 {
  /*padding: 8px 0 20px 0;*/
  padding: 0;
  /*padding: 8px 0 0 0;*/
  width: 175px;
}

#main-nav .level-3 > li {
  font-size: 0.75em;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  margin: 7px 0;
  text-transform: uppercase;
}

#main-nav .level-3 > li > a {
  display: block;
  text-decoration: none;
  padding: 4px 0;
}

@media screen and (min-width: 1000px) {
  #main-nav .level-3 > li > a:hover {
    background: #F0F0F0;
  }
  #main-nav .extra-list .level-3 > li > a:hover {
    background: #E0D0AB;
  }
}

.dropdowns {
  display: none;
}

/* --- 3.1 Autocompletion Search --- */
/* FUNNELBACK QUERY COMPLETION - Uses jquery-ui */
#fb-queryform #query {
  width: 373px;
}

#fb-queryform form {
  overflow: hidden;
  margin: 0 0 30px;
}

ul.ui-autocomplete {
  margin: .25em;
  padding-left: 0.5em;
  font-family: 'Arial';
  background: white;
  text-align: left;
  border: solid 1px #bbbbdd;
  list-style-type: none;
  padding: 0px;
  margin: 0;
  position: absolute;
}

ul.ui-autocomplete h2 {
  font-size: small;
  background-color: #efefef;
  padding: 5px;
}

ul.ui-autocomplete li.ui-menu-item {
  background: none;
  padding: 0;
  margin: 0;
}

ul.ui-autocomplete li.ui-menu-item a {
  display: block;
  padding: 6px;
  cursor: pointer;
  text-decoration: none;
}

ul.ui-autocomplete li.ui-menu-item a.description,
ul.ui-autocomplete li.ui-menu-item a.url {
  padding-top: 0px;
}

ul.ui-autocomplete li.ui-menu-item span {
  display: block;
  font-size: small;
  padding-left: 10px;
}

ul.ui-autocomplete li.ui-menu-item a.ui-state-hover {
  background-color: #efefff;
}

/*
--------------------
4. Main Body
--------------------
*/
/* --- 4.1 Main Layout --- */
#main-wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

#main-wrapper-sub {
  /*padding: 0 0 19px 0;*/
}

.quick-nav-wrapper {
  background: #00425e;
  padding: 9px 0 0 0;
  height: 20px;
  text-transform: uppercase;
  font-size: 0.933em;
  /*changed 0.833 to 0.933 (ticket 15) JM*/
}

.quick-nav-wrapper .heading,
.quick-nav-wrapper .quick-nav {
  float: left;
}

.quick-nav-wrapper .heading {
  color: #80afc3;
  font-weight: bold;
}

.quick-nav-wrapper .quick-nav {
  padding: 0 4px 0 3px;
  margin: 0;
}

.quick-nav-wrapper .quick-nav li {
  float: left;
  padding: 0 7px;
  margin: 0;
  background: none;
  border-right: 1px solid #ccdfe7;
}

.quick-nav-wrapper .quick-nav li:last-child {
  float: left;
  border-right: 0;
}

.quick-nav-wrapper .quick-nav li a {
  /*color: #ccdfe7;*/
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.quick-nav-wrapper .quick-nav li a:hover {
  text-decoration: underline;
}

.quick-nav-wrapper-sub {
  float: right;
}

.home .content-wrapper {
  padding: 0;
  float: none;
  width: auto;
}

.search .content-wrapper {
  display: none;
}

/* --- 4.2 Home Layout --- */
.home h1 {
  left: 18px;
  top: 13px;
  font-size: 4.167em;
}

.home.alert h1 {
  text-indent: -9999px;
}

.home h2 {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #0083bc;
  font-size: 1.95em;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}

/* --- Special Announcement -- */
#alert {
  display: none;
  overflow: hidden;
  background-color: #e6e3e0;
}

.alert #alert {
  display: block;
}

.alert #carousel {
  display: none;
}

#alert .inner {
  padding: 24px 17px 17px 17px;
  overflow: hidden;
}

#alert h2 {
  background: #0088c2;
  border-top: 1px solid #159bd4;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #fff;
  font-size: 2.257em;
  padding: 6px 17px;
  margin: 0;
  letter-spacing: -1.9px;
}

#alert h3 {
  color: #005f87;
  font-size: 2.250em;
  line-height: 0.794em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 18px 0;
}

#alert img.left {
  margin: 0 10px 10px 0;
}

#alert img.right {
  margin: 0 0 10px 10px;
}

#alert .box {
  width: 204px;
  /* min-height: 305px; */
  overflow: hidden;
  padding: 9px;
  margin: -6px 0 0 12px;
  border: 1px solid #b3afab;
  background-color: #dcd9d5;
  border-radius: 1px;
}

#alert .box h3 {
  font-size: 1.583em;
  line-height: 1.083em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  padding: 3px 0;
  margin: 0 0 10px 0;
  letter-spacing: -0.3px;
}

#alert .box p {
  margin: 0;
}

#alert .box.clear {
  clear: left;
  margin: 0;
}

#alert .main-info.col-3 {
  width: 258px;
}

#alert .main-info.col-2 {
  width: 494px;
}

#alert .main-info.col-1 {
  width: 730px;
}

#alert .main-info.col-0 {
  width: 966px;
}

#alert .main-info,
#alert .box {
  float: left;
}

#alert .main-info p {
  color: #4a4a4a;
  margin: 0 0 21px 0;
}

#alert .box.media {
  margin: 0;
}

#alert .media li {
  padding: 0;
  margin: 5px 0 0 0;
  background: none;
}

#alert li.video {
  background: url(https://www.waternsw.com.au/__data/assets/image/0012/123123/alert-icons.png?v=0.1.1) transparent no-repeat right -145px;
}

#alert .media .media-heading {
  font-weight: bold;
  font-size: 1em;
}

#alert .media a {
  display: block;
  padding: 0 32px 0 0;
  color: #005f87;
  font-weight: bold;
  text-decoration: none;
}

#alert .media a:hover {
  text-decoration: underline;
}

#alert .dam-status h3 {
  padding-left: 55px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0012/123123/alert-icons.png?v=0.1.1) transparent no-repeat 0 0;
}

#alert .dam-status ul {
  display: table;
  margin: 0 0 10px 0;
}

#alert .dam-status li {
  background: #e6e3e0;
  padding: 0;
  margin: 0 0 8px 0;
  float: left;
  padding: 6px 7px;
  color: #595652;
  width: 130px;
  display: table-cell;
  font-weight: bold;
  font-size: 1.083em;
}

#alert .dam-status .open,
#alert .dam-status .closed {
  width: 60px;
  padding: 6px 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: table-cell;
  font-weight: bold;
  font-size: 1.083em;
}

#alert .dam-status .open {
  background-color: #528241;
}

#alert .dam-status .closed {
  background-color: #cf4832;
}

.home .sidebar {
  display: none;
}

.home .main-row {
  margin: 4px 0 0 0;
  overflow: hidden;
}

.home .main-row > div {
  padding: 11px 17px 17px 17px;
  height: 351px;
}

.home .main-row h2 {
  font-size: 2em;
  letter-spacing: -1px;
}

.home .main-row .dam-info {
  float: left;
  width: 216px;
  background: #e6e3e0;
  position: relative;
}

.home .main-row .dam-info h2 {
  width: 180px;
  margin: 0 0 4px 0;
}

.home .main-row .dam-info p {
  margin: 0 0 5px;
}

.home .main-row .dam-info .dam-level {
  margin: 4px 0 0 0;
}

.home .main-row .dam-info .amount {
  font-size: 6.242em;
}

.home .main-row .dam-info .unit {
  font-size: 2.703em;
}

.home .main-row .dam-info .dam-measurement {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
}

.home .main-row .dam-info .ruler {
  width: 41px;
  height: 200px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123155/ruler.png?v=0.1.1) transparent no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 9px;
  z-index: 100;
}

.home .main-row .dam-info .surface {
  height: 7px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0003/123168/water-surface.png?v=0.1.1) transparent no-repeat 0 0;
}

.home .main-row .dam-info .depth {
  height: 186px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0020/123167/water-depth.png?v=0.1.1) #2165ba repeat-x 0 0;
  height: 100%;
}

.home .visit {
  float: left;
  width: 456px;
  margin: 0 5px;
  background: #dbdbcc;
}

.home .visit h2 {
  color: #0083bc;
  margin: 0 0 18px 0;
}

.home .visit .img-wrapper {
  width: 452px;
  height: 182px;
  border: 1px solid #686b3d;
  margin: 0 0 19px 0;
}

.home .visit p {
  color: #4e5030;
  margin: 0 0 12px 0;
}

.home .visit .select-a-page {
  margin: 6px 0 0 0;
}

.home .visit #visit-dam {
  width: 341px;
}

.home .latest-news-wide {
  float: left;
  width: 330px;
}

.home .latest-news-wide h3 {
  margin: 0px 0 10px;
  font-size: 1.2em;
}

.home .latest-news-wide .more.large {
  background-position: right -342px;
  padding-right: 30px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.home-news-tab__image {
  display: block;
  float: right;
  margin-right: -6px;
  width: 115px;
  height: 305px;
}

.home .latest-news,
.home .visit-narrow {
  float: left;
}

.home .latest-news h2 {
  margin: 0 0 14px 0;
}

.home .latest-news h3 {
  font-size: 1.25em;
  margin: 0 0 2px 0;
}

.home .latest-news p {
  margin: 0 0 6px 0;
}

.home .latest-news hr {
  margin: 15px 0;
}

.home .visit-narrow h2 {
  margin-bottom: 0.6em;
}

.home .visit-narrow .img-wrapper {
  margin: 0 0 1.4em;
}

.home .visit-narrow #visit-dam {
  width: 185px;
}

.home .featured-row {
  padding: 10px 3px 10px 17px;
  /*changed from 13px 3px 17px 17px (ticket 13) JM*/
  margin: 5px 0 0 0;
  background: #e0dddb;
  overflow: hidden;
}

.home .featured-row h2 {
  margin: 0 0 7px 0;
  font-size: 2em;
}

.home .featured-row .feature-item {
  float: left;
  width: 171px;
  height: 201px;
  padding: 5px 5px 7px 5px;
  margin: 0 13px 0 0;
  border: 1px solid #c4c1bf;
  background: #d5d2d0;
  overflow: hidden;
}

.home .featured-row .feature-item:last-child {
  margin: 0;
}

.home .featured-row .feature-item a {
  text-decoration: none;
}

.home .featured-row .img-wrapper {
  height: 136px;
  position: relative;
  top: -25px;
}

.home .featured-row h3 {
  color: #5f5a52;
  font-size: 1em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  position: relative;
  top: 137px;
  margin: 6px 0 4px 0;
}

.home .featured-row p {
  color: #5f5a52;
  font-size: 0.917em;
}

.home .sydney-water-row {
  overflow: hidden;
  margin: 5px 0 0 0;
}

.home .water-catchment {
  float: left;
  width: 711px;
  height: 293px;
  padding: 13px 15px 17px 15px;
  margin: 0 5px 0 0;
  position: relative;
  overflow: hidden;
}

.home .water-catchment h2,
.home .water-catchment > p,
.home .water-catchment .breakout,
.home .water-catchment .instructions {
  position: relative;
  z-index: 2;
}

.home .water-catchment h2 {
  width: 260px;
  font-size: 2.083em;
}

.home .water-catchment > p {
  width: 205px;
  color: #0088c2;
  font-size: 1.2em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  letter-spacing: -0.3px;
  margin: 1px 0 10px 0;
}

.home .water-catchment .breakout {
  position: absolute;
  width: 166px;
  height: 261px;
  top: 27px;
  left: 523px;
  border: 1px solid #a6c1e3;
  padding: 9px 12px;
}

.home .water-catchment .breakout h3,
.home .water-catchment .breakout p,
.home .water-catchment .breakout a {
  color: #003146;
}

.home .water-catchment .breakout h3 {
  font-size: 1.583em;
  margin: 0 0 4px 0;
}

.home .water-catchment .breakout p {
  margin: 0 0 7px 0;
}

.home .water-catchment .breakout p.or {
  margin-top: 7px;
}

.home .water-catchment .breakout .more {
  background-position: right -83px;
  margin-bottom: 7px;
}

.home .water-catchment .instructions {
  width: 202px;
  top: 10px;
}

.home .water-catchment .instructions p {
  padding: 0;
  margin: 0 0 12px 0;
}

.home .water-catchment #catchment-postcode {
  width: 79px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.home .water-catchment #town-select {
  width: 169px;
}

#catchment-map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(https://www.waternsw.com.au/__data/assets/image/0012/123132/catchment-map.jpg?v=0.1.1) transparent no-repeat 0 0;
}

#catchment-map img {
  width: 741px;
  height: 321px;
}

.home .quick-links-wrapper {
  float: left;
  width: 220px;
  height: 289px;
  padding: 12px 17px 22px 17px;
  background: #e6e3e0;
}

.home .quick-links-wrapper h2 {
  margin: 0 0 20px 0;
  font-size: 2.083em;
}

.home .quick-links-wrapper label {
  display: block;
  color: #676561;
  font-size: 1em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}

.home .quick-links-wrapper #quick-link-select {
  width: 185px;
}

.home .quick-links-wrapper .quick-links {
  padding: 0;
  margin: 0;
}

.home .quick-links-wrapper li {
  padding: 0 0 9px 0;
  margin: 0;
  background: none;
  line-height: 1.1em;
}

.home .quick-links-wrapper a {
  color: #3a3b2d;
  font-size: 0.917em;
}

.home .quick-links-wrapper hr {
  margin: 0px 0 13px 0;
  /* changed from 49px 0 13px 0 (ticket 79) JM*/
}

.home .quick-links-wrapper .select-a-page .select {
  margin-bottom: 20px;
  /* added (ticket 79) JM*/
}

.home .popular-row {
  overflow: hidden;
  padding: 9px 14px 10px 14px;
  margin: 5px 0 0 0;
  background: #eceae8;
}

.home .popular-row h2 {
  font-size: 1.667em;
  margin: 0 0 10px 0;
}

.home .popular-row .popular-item {
  float: left;
  width: 202px;
  margin: 0 50px 0 0;
}

.home .popular-row .popular-item:last-child {
  margin-right: 0;
}

.home .popular-row .popular-item h3 {
  color: #605f5d;
  font-size: 1.083em;
  font-weight: normal;
  text-decoration: underline;
  margin: 0 0 4px 0;
}

.home .popular-row .popular-item p {
  color: #605f5d;
  font-size: 0.917em;
  margin: 0 0 10px 0;
}

/* --- 4.3 Inside Layout --- */
.sidebar {
  width: 250px;
  float: left;
}

.sidebar > div {
  margin: 0 0 4px 0;
  background: #e6e3e0;
}

.sidebar h2 {
  color: #006c9c;
  font-size: 1.4em;
  line-height: 1.06em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.9px;
}

.sidebar .dam-info {
  padding: 9px 8px 8px 13px;
  /*changed from 10px 8px 14px 13px (ticket 54) JM*/
}

.sidebar .dam-info h2 {
  float: left;
  font-size: 1.4em;
  width: 115px;
  /*changed from 128px (ticket 54) JM*/
  padding: 0;
  margin: 0 5px 0 0;
}

.sidebar .dam-info p {
  clear: both;
  margin: 0;
}

.sidebar .dam-info .amount {
  font-size: 3.786em;
  line-height: 0.9em;
}

.sidebar .dam-info .unit {
  font-size: 2.139em;
  /*changed from 1.639em (ticket 54) JM*/
  margin-top: 5px;
  /*added (ticket 54) JM*/
  line-height: 1.4em;
  /*added (ticket 54) JM*/
}

.sidebar .dam-info hr {
  margin: 2px 0 5px 0;
  /*changed from 10px 0 (ticket 54) JM*/
}

.sidebar .view-catchment {
  overflow: hidden;
  background: url(https://www.waternsw.com.au/__data/assets/image/0019/123157/sidebar-catchment-map.jpg?v=0.1.1) #e7e9d6 no-repeat 0 0;
  padding: 10px 13px 14px 13px;
}

.sidebar .view-catchment .map-section {
  height: 212px;
  margin: 0 0 16px 0;
}

.sidebar .view-catchment h2 {
  font-size: 1.4em;
  line-height: 1.1em;
  width: 95px;
}

.sidebar .view-catchment .catchment-list {
  margin: 19px 0 0 0;
}

.sidebar .view-catchment .catchment-list li {
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123126/btn-arrows.png?v=0.1.1) transparent no-repeat 0 -117px;
  line-height: 1.25em;
  padding: 0 0 10px 18px;
}

.sidebar .view-catchment .catchment-list li a {
  color: #585b3e;
  text-decoration: none;
}

.sidebar .view-catchment p {
  color: #797b6a;
  margin: 0 0 8px 0;
}

.sidebar .view-catchment form {
  margin: 0;
}

.sidebar .view-catchment .breakout h3 {
  margin: 0 0 5px;
}

.sidebar .view-catchment .breakout p {
  margin: 5px 0;
}

.sidebar .view-catchment #town-select {
  width: 169px;
}

.sidebar .trivia {
  background: #f3e3bf;
  overflow: hidden;
}

.sidebar .trivia h2 {
  font-size: 1.5em;
  line-height: 1.1em;
  background: #f0c361;
  color: #4e4e4e;
  padding: 12px 13px 11px 13px;
  margin: 0 0 8px 0;
}

.sidebar .trivia .question {
  padding: 0 13px 12px 13px;
}

.sidebar .trivia p {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1em;
  line-height: 1.333em;
}

.sidebar .trivia .answer {
  display: none;
  padding: 15px 0 0 0;
}

.sidebar .trivia .answer p {
  margin: 7px 0 0 0;
}

.sidebar .excursions {
  overflow: hidden;
  padding: 8px 13px 10px 13px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0020/123158/sidebar-excursion-bg.png?v=0.1.1) #4a77ba repeat-x 0 bottom;
}

.sidebar .excursions .img-wrapper {
  position: relative;
  width: 250px;
  left: -13px;
  top: -8px;
}

.sidebar .excursions h2 {
  color: #fff;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 2px 0;
}

.sidebar .excursions .more {
  color: #fff;
  font-weight: bold;
  background-position: right -149px;
  padding-top: 5px;
  padding-bottom: 1px;
}

.search .sidebar {
  display: none;
}

.sub-nav-wrapper {
  background-color: #e6e3e0;
  padding: 10px 0;
}

.sub-nav-wrapper .heading {
  display: block;
  color: #0083bc;
  text-transform: uppercase;
  font-family: Arial , "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 1.2em;
  line-height: 1.04em;
  font-weight: bold;
  padding: 0 13px;
}

#sub-nav {
  padding: 0 5px;
  margin: 10px 0 0 0;
}

#sub-nav a {
  display: block;
  text-decoration: none;
}

#sub-nav a:hover {
  text-decoration: underline;
}

#sub-nav .active > a {
  font-weight: bold;
}

#sub-nav li {
  padding: 0;
  margin: 0;
  background: none;
  line-height: 1.2em;
}

#sub-nav > li {
  padding: 3px 0 0 0;
  margin: 0;
  background: none;
}

#sub-nav > li > a {
  display: block;
  background-color: #d0cecb;
  color: #3e3f37;
  padding: 6px 10px;
}

#sub-nav .level-2 {
  padding: 9px 0 0 0;
  background: #dbd8d5;
}

#sub-nav .level-2 > li {
  padding: 0 0 12px 0;
}

#sub-nav .level-2 > li > a {
  color: #004d6d;
  margin: 0 10px;
}

#sub-nav .level-3 {
  padding: 0;
}

#sub-nav .level-3 > li {
  padding: 6px 0 0 0;
}

#sub-nav .level-3 > li > a {
  color: #3e3f37;
  margin: 0 10px 0 21px;
}

#sub-nav .level-4 {
  padding: 0;
}

#sub-nav .level-4 > li {
  padding: 6px 0 0 0;
}

#sub-nav .level-4 > li > a {
  margin: 0 0 0 40px;
  color: #004d6d;
}

#sub-nav .level-5 {
  padding: 0;
}

#sub-nav .level-5 > li {
  padding: 6px 0 0 0;
}

#sub-nav .level-5 > li > a {
  margin: 0 0 0 55px;
}

.content-wrapper {
  float: left;
  width: 700px;
  padding: 12px 26px 0 24px;
  position: relative;
  z-index: 1;
}

#content {
  width: 100%;
}

.info-column h3 {
  line-height: 1em;
}

.dam-levels .info-column.rainfall-reports h4 {
  font-size: 1em;
}

.breadcrumbs {
  padding: 0;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.content-wrapper .breadcrumbs li {
  float: left;
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs li a {
  display: block;
  text-decoration: none;
  color: #005f87;
  font-size: 0.917em;
  padding: 0 0 0 14px;
  margin: 0 0 0 6px;
  background: url() transparent no-repeat 0 6px;
}

.breadcrumbs li.home a {
  padding: 0;
  margin: 0 4px 0 0;
  background: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.related-box {
  overflow: hidden;
  background-color: #e6e3e0;
  padding: 6px 11px 18px;
  margin: 0 0 18px;
  /*changed from 0 0 22px (ticket 62) JM*/
}

.related-box h2 {
  color: #0083bc;
  text-transform: uppercase;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 1.833em;
  margin: 0 0 10px 0;
}

.related-box.pages {
  padding-bottom: 13px;
}

.related-box.pages li,
.related-box.pubs li {
  background: none;
  padding: 0;
  margin: 0;
  color: #5c5d5e;
  line-height: 1em;
}

.related-box.pages li a,
.related-box.pubs li a {
  color: #5c5d5e;
}

.related-box.pages li {
  float: left;
  border-right: 1px solid #5c5d5e;
  padding: 4px 7px 3px 0px;
  /* changed - padding: 0 7px; (ticket 142) JM */
  margin: 0 7px 5px 0;
  /* added (ticket 142) JM */
}

.related-box.pages li:first-child {
  /* padding-left: 0; commented (ticket 142) JM */
}

.related-box.pages li:last-child {
  border-right: 0px;
  padding-right: 0px;
}

.related-box.pubs {
  padding-bottom: 0;
}

.related-box.pubs .heading {
  position: relative;
  padding: 0 20px 0 0;
}

.related-box .heading a {
  float: left;
  margin: 0 5px 0 0;
}

.related-box.pubs .heading h3 {
  margin: 0 0 4px 0;
  font-size: 1em;
  font-weight: normal;
}

.related-box.pubs .heading .file-size {
  float: left;
  border-left: 1px solid #5c5d5e;
  padding: 3px 5px 0 4px;
}

.related-box.pubs p {
  margin: 0 0 10px 0;
}

.related-box.other-dams {
  padding: 5px 11px 13px 11px;
}

.related-box.other-dams h2 {
  margin: 0 0 9px 0;
}

.related-box.other-dams .select-a-page {
  float: left;
}

.related-box.other-dams select {
  width: 269px;
}

.related-box.other-dams button {
  background-position: 0 -342px;
}

.related-box.other-dams .more {
  background-position: right -248px;
  float: right;
  margin: 14px 0 0 0;
}

.related-box.gallery {
  background: #e7e9d6;
  padding: 7px 7px 5px 7px;
}

.related-box.gallery h2 {
  margin: 0 0 10px 0;
}

.related-box.gallery p {
  padding: 0;
  margin: 0 0 8px 4px;
}

.related-box.how-it-works {
  padding: 8px 7px 0px 7px;
}

.related-box.how-it-works h2 {
  padding: 0;
  margin: 0 0 8px 0;
}

.related-box.how-it-works .prev-pagination,
.related-box.how-it-works .next-pagination {
  width: 19px;
  height: 142px;
}

.related-box.how-it-works .prev-pagination {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) #efc360 no-repeat 0 -255px;
}

.related-box.how-it-works .next-pagination {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) #efc360 no-repeat -23px -255px;
}

.related-box.how-it-works .thumb-list {
  height: 154px;
}

.related-box.how-it-works .thumb-list li {
  margin: 0 11px 0 0;
}

.related-box.how-it-works .thumb-list a {
  width: 140px;
  height: 147px;
  padding: 5px 4px 0;
  background: #d5d2d0;
  border: 1px solid #c3c0be;
  color: #005f87;
  font-size: 0.933em;
  font-weight: bold;
  text-decoration: none;
}

.related-box.how-it-works .thumb-list .img-container {
  overflow: hidden;
}

.gallery-wrapper {
  overflow: hidden;
  margin: 0 0 12px 0;
}

.gallery-wrapper .prev-pagination,
.gallery-wrapper .next-pagination {
  display: block;
  width: 19px;
  height: 98px;
}

.gallery-wrapper .prev-pagination {
  float: left;
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) #efc360 no-repeat 0 -275px;
}

.gallery-wrapper .next-pagination {
  float: right;
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) #efc360 no-repeat -23px -275px;
}

.gallery-wrapper .thumb-wrapper {
  display: block;
  float: left;
  width: 636px;
  overflow: hidden;
  margin: 0 0 0 7px;
}

.gallery-wrapper .thumb-list {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  height: 98px;
  width: 645px;
}

.gallery-wrapper .thumb-list li {
  float: left;
  padding: 0;
  margin: 0 9px 0 0;
  background: none;
}

.gallery-wrapper .thumb-list a {
  display: block;
  width: 98px;
  height: 98px;
  overflow: hidden;
}

.caption {
  background-color: #ffffff;
  display: block;
  padding: 0 5px;
  width: auto;
  color: #464646;
  position: relative;
  text-align: right;
  font-weight: bold;
  margin-top: -20px;
  font-size: 0.75em;
}

.caption p {
  padding: 3px 0 4px;
  line-height: 1.5em;
}

#carousel.large-caption .slide .caption {
  height: 66px;
  margin-top: -2px;
  /* changed from -65px - ticket 198 - JM */
  font-size: 1em;
  padding: 0 10px;
}

#carousel.large-caption .slide .caption p {
  padding: 6px 0 5px;
}

.blue-bg {
  padding: 6px 10px;
  margin: 10px 0;
  background: #E7EFF8;
}

.yellow-bg {
  padding: 6px 10px;
  margin: 10px 0;
  background: #ffcd34;
}

.inside .water-catchment {
  float: left;
  width: 633px;
  height: 293px;
  padding: 13px 15px 17px 15px;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
}

.inside .water-catchment h2,
.inside .water-catchment > p,
.inside .water-catchment .breakout,
.inside .water-catchment .instructions {
  position: relative;
  z-index: 2;
}

.inside .water-catchment h2 {
  width: 260px;
  font-size: 2.083em;
  color: #0088c2;
}

.inside .water-catchment > p {
  width: 200px;
  color: #0088c2;
  font-size: 1.2em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  letter-spacing: -0.3px;
  margin: 1px 0 10px 0;
}

.inside .water-catchment .breakout {
  border: 1px solid #a6c1e3;
  height: auto;
  left: 0;
  padding: 9px 12px;
  position: absolute;
  top: 345px;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .inside .water-catchment .breakout {
    width: 162px;
    height: 261px;
    top: 27px;
    left: 462px;
  }
}

.inside .water-catchment .breakout h3,
.inside .water-catchment .breakout p,
.inside .water-catchment .breakout a {
  color: #003146;
}

.inside .water-catchment .breakout h3 {
  font-size: 1.583em;
  margin: 0 0 4px 0;
}

.inside .water-catchment .breakout p {
  margin: 0 0 7px 0;
  width: 162px;
}

.inside .water-catchment .breakout p.or {
  margin-top: 7px;
}

.inside .water-catchment .breakout .more {
  background-position: right -83px;
  margin-bottom: 7px;
}

.inside .water-catchment .instructions {
  width: 202px;
  top: 10px;
}

.inside .water-catchment .instructions p {
  padding: 0;
  margin: 0 0 12px 0;
}

.inside .water-catchment #catchment-postcode {
  width: 79px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.inside .water-catchment #town-select {
  width: 169px;
}

.inside.Water.quality .water-catchment > p {
  width: 215px;
}

.inside #catchment-map {
  left: -38px;
}

/* --- 4.4 Landing Layout --- */
.landing h1 {
  top: 300px;
  /*changed from 315px (ticket 66), then from 325px (ticket 66) JM*/
  font-size: 4.083em;
  line-height: 0.892em;
}

.landing #content h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -1.3px;
  text-transform: none;
  color: #0088c2;
  font-size: 1.85em;
  line-height: 0.913em;
  margin: 0 0 10px 0;
  font-weight: bold;
  height: 35px;
}

.landing #carousel {
  margin: 0 0 21px 0;
}

.landing .feature-items,
.feature-items.tiled {
  overflow: hidden;
}

.landing .feature-item,
.feature-items.tiled .feature-item {
  float: left;
  width: 210px;
  padding: 188px 0 0 0;
  margin: 0 15px 26px 0;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
}

.landing .feature-items .feature-item:nth-child(3n),
.feature-items.tiled .feature-item:nth-child(3n) {
  margin-right: 0;
}

.landing .feature-item > a,
.feature-items.tiled .feature-item > a {
  text-decoration: none;
}

.landing .feature-item .img-wrapper,
.feature-items.tiled .feature-item .img-wrapper {
  width: 210px;
  height: 178px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-items.tiled .feature-item h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -1.3px;
  text-transform: none;
  color: #0088c2;
  font-size: 1.85em;
  line-height: 0.913em;
  margin: 0 0 10px 0;
  font-weight: bold;
  height: 35px;
}

.landing .feature-item p,
.feature-items.tiled .feature-item p {
  margin: 0 0 15px 0;
  min-height: 67px;
}

/* --- 4.5 My Catchment --- */
.my-catchment h1 {
  top: 64px;
  left: 45px;
  background: rgba(0, 0, 0, 0.5);
}

.my-catchment #content h2 {
  color: #0083bc;
  font-size: 3.583em;
  text-transform: uppercase;
  letter-spacing: -2.5px;
  line-height: 0.8em;
}

.my-catchment h2 span {
  display: block;
}

.my-catchment h2 .small {
  font-size: 0.55em;
  letter-spacing: -1px;
  margin: 0 0 3px 0;
}

.my-catchment #carousel {
  margin: 0 0 7px 0;
}

.my-catchment .inner-content {
  float: left;
  width: 454px;
  padding: 0 20px 0 0;
}

.my-catchment .inner-content .catchment-desc {
  margin-bottom: 20px;
}

.my-catchment .inner-content .catchment-desc .extended-content-header {
  background: url(https://www.waternsw.com.au/__data/assets/image/0014/123611/your-catchment-rain-drop.png?v=0.1.0) #0083bc no-repeat 11px 8px;
  color: #FFF;
  display: block;
  padding: 10px 10px 10px 32px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 17px;
  font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
  text-transform: uppercase;
}

.my-catchment .inner-content .catchment-desc .extended-content-header .triangle {
  width: 10px;
  height: 8px;
  float: right;
  margin: 3px 4px 0 0;
}

.my-catchment .inner-content .catchment-desc .extended-content-header .triangle.up {
  background: url() transparent no-repeat 0px 0px;
}

.my-catchment .inner-content .catchment-desc .extended-content-header .triangle.down {
  background: url() transparent no-repeat 0px 0px;
}

.my-catchment .inner-content .catchment-desc .extended-content .show-less {
  font-size: 17px;
  font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #0083bc;
  text-decoration: none;
  display: block;
  width: 115px;
}

.my-catchment .inner-content .catchment-desc .extended-content .show-less .icon {
  background: url() #0083bc no-repeat 3px 3px;
  width: 16px;
  height: 15px;
  float: right;
}

.my-catchment #content h3 {
  color: #0083bc;
  font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: -1.3px;
  margin: 0 0 14px 0;
  padding: 0;
  text-transform: uppercase;
}

.my-catchment .info-column {
  float: left;
  width: 225px;
}

.my-catchment .info-column .box,
.my-catchment .box.video-list {
  background: none repeat scroll 0 0 #E6E3E0;
  /*changed from background: #e6e3e0; (Ticket 62) JM*/
  margin: 0 0 18px;
  /*changed from 0 0 26 (Ticket 62) JM*/
}

.my-catchment .info-column .box {
  padding: 11px 11px 23px 10px;
}

.my-catchment .info-column hr {
  margin: 16px 0 14px 0;
}

.my-catchment .info-column p {
  padding: 0;
  margin: 0 0 8px 0;
}

.my-catchment .info-column .more {
  color: #006C9C;
  background-position: right -248px;
}

.my-catchment .box.video-list {
  padding: 5px 11px 13px 10px;
}

.my-catchment .box.video-list .video-item {
  display: inline-block;
  padding: 0 11px 0 0;
  margin-bottom: 15px;
  width: 217px;
}

.my-catchment .box.video-list .video-item:nth-child(3n) {
  padding: 0;
}

.my-catchment .box.video-list .img-wrapper {
  height: 110px;
}

.my-catchment .box.video-list .play {
  /*
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 24px;
    left: 71px;
    background: url() transparent no-repeat 0 0;
    */
}

.my-catchment h4 {
  color: #636363;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.083em;
  line-height: 1.154em;
  margin: 0 0 5px 0;
}

.my-catchment .box.video-list .video-info {
  display: block;
  color: #636363;
  font-size: 0.833em;
  margin: 0 0 9px 0;
}

.my-catchment .box.video-list hr {
  margin: 13px 0 15px 0;
}

.my-catchment .box.video-list hr:last-child {
  margin-bottom: 0;
}

.date-list {
  overflow: hidden;
  background: #e6e3e0;
  margin: 0 0 27px 0;
}

.related-box.events .date-list {
  margin: 0;
}

.date-list .date-item {
  float: left;
  width: 218px;
  height: 67px;
  padding: 4px 7px 7px 7px;
  border-left: 1px solid #f7f6f4;
  border-right: 1px solid #cfcac5;
}

.date-list .date-item:first-child {
  border-left: 0;
}

.date-list .date-item:last-child {
  border-right: 0;
}

.related-box.events .date-item {
  border: 0;
  padding: 4px 5px 0 3px;
  height: auto;
}

.date-list .date {
  float: left;
  width: 69px;
  height: 42px;
  padding: 24px 0 0 0;
  background: url(https://www.waternsw.com.au/__data/assets/image/0016/123127/calendar-icon.png?v=0.1.2) transparent no-repeat 0 0;
}

.date-list .date .month,
.date-list .date .day {
  display: block;
  color: #0054a6;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.date-list .date .month {
  font-size: 0.8em;
  margin: 0 0 2px 0;
}

.date-list .date .day {
  font-size: 1.833em;
}

.date-list .summary {
  float: left;
  width: 143px;
  padding: 3px 0 0 6px;
}

.date-list .summary .heading,
.date-list .summary .details {
  display: block;
  color: #333031;
  margin: 0 0 6px 0;
}

.date-list .summary .heading {
  font-size: 1.3em;
  line-height: 1.077em;
  font-weight: bold;
}

.date-list .summary .details {
  font-size: 0.833em;
}

.date-list .summary .more {
  color: #005f87;
  background-position: right -248px;
}

.update-list {
  padding: 5px 0 0 0;
  overflow: hidden;
}

.update-list .update-item {
  float: left;
  margin: 0 0 24px 0;
}

.update-list > h4 {
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  padding: 0 0 3px 0;
  margin: 0 0 18px 0;
  clear: both;
}

.update-list .update-item h4,
.update-list .update-item h5,
.update-list .update-item h6 {
  color: #005f87;
  font-size: 1.167em;
  line-height: 1em;
  text-transform: none;
}

.update-list .update-item .more {
  color: #005F87;
  background-position: right -248px;
}

.update-list .summary,
.update-list .img-wrapper {
  float: right;
}

.update-list .summary {
  /* width: 364px; commented (pubs-and-galleries/pubs/ page was squashing results) JM */
  margin: -2px 0 0 0;
}

.pubs .update-list .summary {
  width: 610px;
}

.pubs .update-list .pub-thumb {
  float: left;
  margin-right: 10px;
}

.pubs .update-list .pub-thumb {
  float: left;
}

.update-list .summary > a {
  float: left;
}

.update-list .img-wrapper {
  width: 74px;
  height: 96px;
  margin: 0 16px 0 0;
}

.update-list .date {
  display: block;
  margin: 0 0 8px 0;
  font-size: 0.75em;
}

.update-list p {
  padding: 0;
  margin: 0 0 8px 0;
}

/* --- 4.6 Dam Levels --- */
.dam-levels h1 {
  position: inherit;
  color: #fff;
  text-shadow: none;
  background: #0088c2;
  padding: 12px 12px 13px 12px;
  font-size: 2.917em;
}

.dam-levels h2 {
  font-size: 1.667em;
  margin: 0 0 14px 0;
}

.dam-levels .notice {
  margin: 10px 0;
}

.dam-levels .storage {
  float: left;
  width: 474px;
  margin: 0 5px 20px 0;
}

.dam-levels .storage p {
  margin: 0;
}

.dam-levels .storage .more {
  color: #005f87;
  background-position: right -246px;
}

.dam-levels #content .storage .th {
  border: 1px solid #007eb6;
}

.dam-levels .info-column {
  float: left;
  width: 220px;
  color: #005f87;
}

.dam-levels .info-column .box {
  background: #e6e3e0;
  padding: 10px 10px 5px 12px;
  margin: 0 0 5px 0;
}

.dam-levels .info-column h3 {
  color: #005f87;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 1.333em;
  font-size: 1.5em;
  letter-spacing: -0.7px;
}

.dam-levels .info-column .select-wrapper {
  margin: 0 0 11px 0;
}

.dam-levels .info-column select {
  width: 196px;
}

.dam-levels .info-column h4 {
  color: #005f87;
  font-size: 1.167em;
  letter-spacing: -0.3px;
  padding: 0;
  margin: 0;
}

.dam-levels .info-column .amount {
  display: block;
  font-size: 2.083em;
  margin: 0 0 10px 0;
}

.dam-levels .dam-info-featured {
  background: #e6e3e0;
  color: #005f87;
  padding: 12px 12px 9px 12px;
  margin: 0 0 5px 0;
  overflow: hidden;
}

.dam-levels .dam-info-featured h2 {
  font-size: 2.000em;
  color: #005f87;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}

.dam-levels .dam-info-featured h3 {
  color: #005f87;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 2px 0;
}

.dam-levels .dam-info-featured .notice {
  display: block;
  color: #666462;
  margin: 6px 0;
}

.dam-levels .dam-info-featured .amount {
  display: block;
  font-size: 1.667em;
  margin: 0 0 9px 0;
}

.dam-levels .dam-info-featured .dam-stats {
  overflow: hidden;
  margin: 0 0 2px 0;
}

.dam-levels .dam-info-featured .dam-level {
  float: left;
  width: 195px;
  height: 96px;
  overflow: hidden;
  background: #0088c2;
  color: #fff;
  padding: 2px 10px 8px 13px;
}

.dam-levels .dam-info-featured .dam-level .amount {
  font-size: 6.167em;
  margin: 0;
}

.dam-levels .dam-info-featured .dam-level .unit {
  font-size: 2.75em;
  padding: 0;
  margin: -1px 0 0 9px;
}

.dam-levels .dam-info-featured .dam-level .date {
  margin: 0 2px;
}

.dam-levels .dam-info-featured .feature .change {
  float: left;
  width: 90px;
  height: 106px;
  overflow: hidden;
  background: #277fa3;
  color: #fff;
  text-align: center;
  padding: 30px 0 0 0;
}

.dam-levels .dam-info-featured .change .amount,
.dam-levels .dam-info-featured .change .timeframe {
  display: block;
}

.dam-levels .dam-info-featured .change .amount {
  font-size: 1.667em;
  padding: 0 0 0 24px;
  margin: 0 0 5px 0;
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123137/dam-level-icons.png?v=0.1.1) transparent no-repeat -100px -100px;
}

.dam-levels .dam-info-featured .change .amount.neg {
  background-position: 10px 4px;
}

.dam-levels .dam-info-featured .change .amount.pos {
  background-position: 10px -45px;
}

.dam-levels .dam-info-featured .change .timeframe {
  font-size: 0.833em;
}

.dam-levels .dam-info-featured .levels {
  float: left;
  margin: -2px 0 0 15px;
}

.dam-levels .dam-info-featured .feature,
.dam-levels .dam-info-featured .sub-feature {
  float: left;
  height: 145px;
  overflow: hidden;
}

.dam-levels .dam-info-featured .feature {
  width: 450px;
  border-right: 1px solid #cfcac5;
  padding: 0 12px 0 0;
}

.dam-levels .dam-info-featured .sub-feature {
  padding: 0 0 0 17px;
  border-left: 1px solid #f7f6f4;
}

.dam-levels .dam-info-featured .sub-feature .amount {
  margin: 0 0 6px 0;
}

.dam-levels .storage .recorded-date {
  font-size: 0.8em;
  font-style: italic;
  margin: 4px 0 0;
}

.selectable-map-wrapper {
  overflow: hidden;
  margin: 0 0 30px 0;
}

#selectable-map {
  float: left;
  width: 474px;
  height: 784px;
  margin: 0 5px 0 0;
  overflow: hidden;
  position: relative;
}

/*
    #selectable-map .instructions {
        display: block;
        width: 110px;
        border: 1px solid #6a92c2;
        background: url(https://www.waternsw.com.au/__data/assets/image/0017/123137/dam-level-icons.png?v=0.1.1) #eaecd8 no-repeat 8px -179px;
        padding: 12px 7px 8px 35px;
        position: absolute;
        bottom: 10px;
        left: 12px;
        top: 13px;
        width: 110px;
        height: 40px;
    }
    */
#selectable-map .instructions {
  display: block;
  width: 110px;
  border: 1px solid #6a92c2;
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123137/dam-level-icons.png?v=0.1.1) #eaecd8 no-repeat 8px -179px;
  padding: 12px 7px 8px 35px;
  position: absolute;
  bottom: 10px;
  left: 12px;
  top: 13px;
  width: 110px;
  height: 40px;
}

.marker {
  display: block;
  width: 18px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  background: url(https://www.waternsw.com.au/__data/assets/image/0016/123145/ie-transparent-bg.png?v=0.1.1) repeat 0 0;
}

.marker:hover .marker-bubble {
  display: block;
}

.marker.avon {
  top: 306px;
  left: 316px;
}

.marker.avon .marker-bubble {
  top: -96px;
  left: -131px;
}

.marker.blue-mountains {
  top: 104px;
  left: 226px;
}

.marker.blue-mountains .marker-bubble {
  top: -96px;
  left: -131px;
}

.marker.cataract {
  top: 287px;
  left: 353px;
}

.marker.cataract .marker-bubble {
  top: -96px;
  left: -132px;
}

.marker.cordeaux {
  top: 304px;
  left: 336px;
}

.marker.cordeaux .marker-bubble {
  top: -96px;
  left: -131px;
}

.marker.fitzroy {
  top: 369px;
  left: 279px;
}

.marker.fitzroy .marker-bubble {
  top: -97px;
  left: -131px;
}

.marker.nepean {
  top: 289px;
  left: 296px;
}

.marker.nepean .marker-bubble {
  top: -96px;
  left: -131px;
}

.marker.prospect {
  top: 151px;
  left: 346px;
}

.marker.prospect .marker-bubble {
  top: -95px;
  left: -131px;
}

.marker.tallowa {
  top: 402px;
  left: 235px;
}

.marker.tallowa .marker-bubble {
  top: -96px;
  left: -131px;
}

.marker.warragamba {
  top: 144px;
  left: 284px;
  width: 28px;
  height: 42px;
}

.marker.warragamba .marker-bubble {
  top: -89px;
  left: -126px;
}

.marker.wingecarribee {
  top: 346px;
  left: 275px;
}

.marker.wingecarribee .marker-bubble {
  top: -94px;
  left: -131px;
}

.marker.wingecarribee .marker-bubble .heading,
.marker.fitzroy .marker-bubble .heading {
  font-size: 1.3em;
}

.marker.blue-mountains .marker-bubble .heading {
  font-size: 1.2em;
}

.marker.woronora {
  top: 237px;
  left: 367px;
}

.marker.woronora .marker-bubble {
  top: -97px;
  left: -131px;
}

#statistics-hub {
  display: none;
}

.marker-bubble {
  display: none;
  position: absolute;
  width: 119px;
  padding: 5px 8px 7px 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123137/dam-level-icons.png?v=0.1.1) #fff no-repeat 91px 102%;
}

.marker-bubble .heading {
  display: block;
  color: #333132;
  font-size: 1.5em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 4px 0;
  height: 35px;
}

.marker span {
  color: #989393;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.667em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.marker-bubble .level span {
  color: #0194D3;
  font-size: 2.167em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

.marker-bubble .bubble-point {
  width: 14px;
  height: 16px;
  position: absolute;
  bottom: -14px;
  right: -3px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123137/dam-level-icons.png?v=0.1.1) transparent no-repeat 0 -271px;
}

.map-stats-column {
  float: left;
  width: 194px;
  height: 760px;
  padding: 8px 16px 16px 10px;
  background: #f3e3bf;
  color: #005b80;
  overflow: hidden;
}

.map-stats-column h2 {
  color: #005f87;
  font-size: 1.667em;
  margin: 0 0 6px 0;
}

.map-stats-column .sub-heading {
  display: block;
  font-weight: bold;
  font-size: 1em;
  min-height: 12px;
}

.map-stats-column hr {
  border-top: 1px solid #e8ca8f;
  background: #f9f0d7;
  margin: 12px 0 6px 0;
}

.map-stats-column h3 {
  color: #0083bc;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}

.map-stats-column h4 {
  color: #005f87;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 1.167em;
  margin: 0 0 3px 0;
}

.map-stats-column .observation-date {
  font-size: 1.2em;
}

.map-stats-column .current .dam-stats {
  overflow: hidden;
  margin: 0 0 15px 0;
}

.map-stats-column .current .dam-level {
  float: left;
  width: 133px;
  height: 48px;
  background: #fff;
  text-align: center;
  padding: 5px 0 0 8px;
  color: #005b81;
}

.map-stats-column .current .amount {
  font-size: 3.750em;
  margin: 0 5px 0 0;
}

.map-stats-column .current .unit {
  font-size: 2em;
  line-height: 2em;
  margin: -2px 0 0 0;
}

.map-stats-column .current .change {
  float: left;
  width: 53px;
  height: 41px;
  background: #f0c361;
  text-align: center;
  padding: 12px 0 0 0;
  font-size: 1.333em;
  font-weight: bold;
}

.map-stats-column .current .change .change-timeframe {
  float: left;
  font-size: 0.55em;
  margin: 3px 4px;
}

.map-stats-column .current .overview {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2em;
}

.map-stats-column .snapshot {
  margin: 0 0 21px 0;
}

.map-stats-column .snapshot .graph {
  width: 194px;
  height: 165px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0014/123170/snapshot-graph2.png?v=0.1.4) transparent no-repeat 0 0;
  position: relative;
  background-size: 100%;
}

.map-stats-column .snapshot .now,
.map-stats-column .snapshot .last-year {
  width: 62px;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  font-size: 0.833em;
  font-weight: bold;
}

.map-stats-column .snapshot .now {
  background: #fff;
  left: 132px;
}

.map-stats-column .snapshot .last-year {
  background: #efc360;
  left: 56px;
}

.map-stats-column #snap-now,
.map-stats-column #snap-ly {
  display: inline-block;
  margin: 8px 0 0 0;
}

.map-stats-column .select-wrapper {
  margin: 0 0 20px 0;
}

.map-stats-column #change-timeframe {
  width: 193px;
}

.map-stats-column .vol-wrapper {
  overflow: hidden;
  margin: 7px 0 13px 0;
}

.map-stats-column .amount {
  float: left;
  font-size: 2.083em;
  width: 120px;
}

.map-stats-column .change {
  float: left;
  font-size: 1.250em;
  padding: 0 0 0 17px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123137/dam-level-icons.png?v=0.1.1) transparent no-repeat -100px -100px;
}

.map-stats-column .change.neg {
  background-position: 0 -87px;
}

.map-stats-column .change.pos {
  background-position: 0 -124px;
}

.map-stats-column #curr-pc {
  margin: 0;
  width: 75px;
}

/* --- 4.7 Interactive Map --- */
.interactive h1 {
  position: inherit;
  font-size: 2.917em;
  line-height: 1.25em;
  background: #0083bc;
  padding: 1px 13px 1px 13px;
  margin: 2px 0 4px 0;
  text-shadow: none;
}

.interactive h3 {
  text-transform: uppercase;
}

#interactive-map-wrapper {
  overflow: hidden;
  margin: 0 0 11px 0;
}

#interactive-map {
  float: left;
  width: 474px;
  height: 513px;
}

#map-options {
  float: right;
  width: 220px;
  height: 498px;
  padding: 5px 7px 10px 7px;
  background: #e6e3e0;
}

#map-options h2 {
  color: #0083bc;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 1.833em;
  font-weight: bold;
  margin: 0 0 11px 0;
}

#map-options .filter-heading {
  color: #005f87;
  font-size: 1em;
  font-weight: bold;
}

#map-options hr {
  margin: 13px 0 9px 0;
}

#content #map-options h3 {
  color: #005f87;
  font-size: 1.25em;
  letter-spacing: -0.1px;
  margin: 0 0 10px 0;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 400;
}

#map-options .option-list {
  padding: 0 0 18px 0;
  margin: 0;
  list-style: none;
}

#map-options .option-list li {
  padding: 0 0 3px 0;
  margin: 0;
  background: none;
  overflow: hidden;
}

#map-options .option-list.special li {
  padding: 0 0 6px 0;
}

#map-options .option-list input[type="checkbox"],
#map-options .option-list label {
  float: left;
}

#map-options .option-list label {
  min-height: 25px;
  width: 165px;
  padding: 2px 0 0 27px;
  margin: 0 0 0 7px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123147/interactive-options.png?v=0.1.1) transparent no-repeat 0 0;
}

#map-options .option-list .lbl-dam {
  background-position: 0 0;
}

#map-options .option-list .lbl-rsv {
  background-position: 0 -65px;
}

#map-options .option-list .lbl-recycle {
  /*background-position: 0 -129px;*/
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123614/recycling-icon.png?v=0.1.1) transparent no-repeat 0 0;
}

#map-options .option-list .lbl-filt {
  background-position: 0 -198px;
}

#map-options .option-list .lbl-weirs {
  background-position: 0 -266px;
}

#map-options .option-list .lbl-no-access {
  background-position: 0 -335px;
}

#map-options .option-list .lbl-rest-access {
  background-position: 0 -403px;
}

#map-options .option-list .lbl-no-entry {
  background-position: 0 -471px;
}

#map-options .option-list .lbl-desal {
  background-position: 0 -537px;
}

#map-options .option-list .lbl-park-reserves {
  background-position: 0 -605px;
  margin-left: 30px;
}

@media screen and (max-width: 700px) {
  #map-options .option-list .lbl-park-reserves {
    margin-left: 29px;
  }
}

.interactive .map-results {
  padding: 0;
  margin: 0 0 28px 0;
  list-style: none;
}

.interactive .map-results > li {
  padding: 5px 7px 6px 7px;
  margin: 0 0 4px 0;
  background: #efedea;
  overflow: hidden;
}

.interactive .map-results .dam-info,
.interactive .map-results .dam-features,
.interactive .map-results .dam-features li {
  float: left;
}

.interactive .map-results .name,
.interactive .map-results .location,
.interactive .map-results .status-heading,
.interactive .map-results .status {
  display: block;
}

.interactive .map-results .dam-info {
  width: 106px;
  padding: 0 15px 0 0;
}

.interactive .map-results .dam-info .name {
  font-size: 1.083em;
  font-weight: bold;
  padding: 0 0 1px 0;
}

.interactive .map-results .dam-features {
  width: 474px;
  padding: 3px 0 0 0;
}

.interactive .map-results .dam-features li {
  padding: 0;
  margin: 0 5px 5px 1px;
  text-indent: -9999px;
}

.interactive .map-results .dam-status-wrapper {
  float: right;
  width: 90px;
  text-align: right;
}

/* --- 4.8 Publication Filters --- */
#view_all {
  display: inline-block;
  padding: 14px 10px 0 20px;
}

.pub-filters-wrapper {
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0 15px 15px 12px;
  background: #f2f2f2;
}

.content-wrapper .pub-filters-wrapper li {
  background: none;
  padding: 4px 0;
  margin: 0;
}

.content-wrapper .pub-filters-wrapper li label {
  position: relative;
  /*added (Ticket 64) JM*/
  bottom: 1px;
  /*added (Ticket 64) JM*/
}

.content-wrapper .pub-filters-wrapper .other-pub-links li {
  font-weight: bold;
  font-size: 1.1em;
  /*changed from 1.2em (Ticket 64) JM*/
}

.pub-filters {
  overflow: hidden;
}

.pub-filters .filter-block {
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.pub-filters .filter-block.n33451 {
  margin-right: 0;
  padding-right: 1px;
}

.pub-filters .filter-block:last-child {
  margin-right: 0;
  padding-right: 1px;
}

.pub-filters legend {
  font-size: 1.25em;
  font-weight: bold;
  padding: 15px 10px 15px 0;
}

.content-wrapper .pub-filters ul {
  float: left;
  padding: 0px 12px 15px 0;
  margin: 0;
}

.content-wrapper .pub-filters .other-pub-links {
  padding: 45px 0;
  /*added (Ticket 64) JM*/
}

/* --- 4.9 Carousels --- */
/* 4.9.1 Standard Carousel */
#carousel, #carousel_oneslide {
  position: relative;
  margin: 0 0 10px 0;
  /*changed from margin: 0 0 26px 0; (Ticket 110) JM*/
}

#carousel_oneslide a.prev-slide,
#carousel_oneslide a.next-slide {
  display: none;
}

.home #carousel {
  margin: 0 0 4px 0;
}

.prev-slide,
.next-slide {
  width: 31px;
  height: 49px;
  position: absolute;
  z-index: 100;
  top: 156px;
}

.prev-slide {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) transparent no-repeat 0 -20px;
  left: -7px;
}

.next-slide {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) transparent no-repeat 0 -81px;
  right: -7px;
}

.prev-slide:focus,
.next-slide:focus {
  outline: 0;
}

.carousel-pagination-wrapper {
  /*padding-top: 9px;*/
  /*removed padding-top 9 (ticket 51) JM*/
  display: none;
}

.prev-pagination,
.next-pagination {
  width: 14px;
  height: 68px;
  padding: 0;
  margin: 0px 0 0 0;
  /*removed top margin 9 (ticket 51) JM*/
  display: none;
}

.multiple-slides .carousel-pagination-wrapper,
.multiple-slides .prev-pagination,
.multiple-slides .next-pagination {
  display: block;
}

.has-buttons .prev-pagination,
.has-buttons .next-pagination {
  display: none;
}

.prev-pagination {
  float: left;
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) transparent no-repeat 0 -162px;
}

.next-pagination {
  float: right;
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) transparent no-repeat -17px -162px;
}

.carousel-pagination {
  list-style: none;
  position: relative;
}

.has-buttons .carousel-pagination-wrapper {
  display: block;
  position: absolute;
  right: 5px;
  top: 17px;
  z-index: 100;
}

.has-buttons .carousel-pagination-wrapper.hide {
  display: none;
}

.has-buttons .carousel-pagination-wrapper li {
  width: 10px;
}

.has-buttons .carousel-pagination {
  padding: 0;
  margin: 0;
}

.has-buttons .carousel-pagination li {
  float: left;
  background: none;
  padding: 0 5px 0 0;
  margin: 0;
}

.has-buttons .carousel-pagination a {
  display: block;
  width: 10px;
  height: 10px;
  /* changed from 9px (FF issue)*/
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) transparent no-repeat -14px 0px;
}

.has-buttons .carousel-pagination li:hover a,
.has-buttons .carousel-pagination li.active a {
  background-position: 0 0;
}

.has-thumbs .prev-slide,
.has-thumbs .next-slide {
  display: none;
}

.has-thumbs .carousel-pagination-wrapper {
  float: left;
  width: 660px;
  height: 76px;
  margin: -4px 0 0 6px;
  overflow: hidden;
}

.single-page .carousel-pagination-wrapper {
  margin-left: -4px;
  /*added (ticket 53) JM*/
}

.has-thumbs .carousel-pagination li {
  float: left;
  background: none;
  padding: 0;
  margin: 0;
}

.has-thumbs .carousel-pagination a {
  display: block;
  width: 122px;
  height: 68px;
  overflow: hidden;
  padding: 2px;
  margin: 0 1px;
  border: 2px solid #fff;
}

.has-thumbs .carousel-pagination a img {
  width: 100%;
  height: 100%;
}

.has-thumbs .carousel-pagination a:hover,
.has-thumbs .carousel-pagination li.active a {
  border: 2px solid #92b4dd;
}

.science_education .has-thumbs .carousel-pagination li.active a {
  border: none;
}

.slide-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  height: 365px;
}

#carousel.large-caption .slide-wrapper {
  height: 430px;
  /* added - ticket 198 - JM */
}

#carousel.large .slide-wrapper {
  height: 400px;
  /* changed from height: 410px; ticket 130 JM*/
  margin-bottom: 0px;
  /* added ticket 130 JM*/
}

#carousel.small .slide-wrapper {
  height: 365px;
}

#carousel.small.large-caption .slide-wrapper {
  height: 430px;
  /* added - ticket 198 - JM */
}

#carousel_oneslide .slide-wrapper {
  height: 365px;
  /* added - ticket 198 - JM */
}

.slide-wrapper .slide {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* added (ticket 132) JM*/
}

#carousel.large .slide {
  width: 1000px;
  height: 400px;
}

#carousel.small .slide {
  width: 700px;
  height: 365px;
}

#carousel.small.large-caption .slide {
  height: 430px;
  /* added - ticket 198 - JM */
}

.slide-wrapper .slide img {
  width: 100.5%;
  /*height: 100%; commented out by AD as client wants control over size of images*/
}

.slide-wrapper .slide .caption {
  background-color: #ffffff;
  display: block;
  padding: 0 5px;
  width: auto;
  height: 20px;
  color: #464646;
  position: relative;
  text-align: right;
  font-weight: bold;
  margin-top: -20px;
  font-size: 0.75em;
}

#carousel .slide .caption p {
  padding: 3px 0 4px;
  line-height: 1.5em;
}

.carousel-hover-caption {
  overflow: hidden;
  position: absolute;
  top: 283px;
  right: 16px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
}

.carousel-hover-caption .heading {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 6px 2px 2px;
  text-align: right;
}

.carousel-hover-caption .main {
  display: block;
  color: #fff;
  font-size: 3.833em;
  letter-spacing: -1px;
  line-height: 0.9em;
}

.carousel-hover-caption .sub {
  display: block;
  color: #f0c361;
  font-size: 2.833em;
  letter-spacing: -0.5px;
}

.carousel-hover-caption .more-wrapper {
  float: right;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 5px 3px 5px;
}

.carousel-hover-caption .more {
  float: right;
  color: #fff;
  font-size: 1.458em;
  background-position: right -395px;
  letter-spacing: -0.6px;
  padding: 0 18px 0 0;
}

/* 4.9.2 Timeline Carousel */
.timeline-carousel {
  width: 400px;
  /* width: 224px; (ticket 132) JM*/
  margin: 8px 16px 0 0;
}

.timeline-carousel .slide-wrapper {
  height: 178px;
  margin: 0 0 12px 0;
}

.timeline-carousel .slide .caption {
  /* height: auto;
        max-height: 39px;*/
  border-bottom: 2px solid #ceccca;
  background: none;
  padding: 3px 0 17px 0;
  margin: 0;
  text-align: left;
}

.timeline-carousel .slide .caption p {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}

.timeline-carousel .carousel-pagination-wrapper {
  width: auto;
  height: 46px;
  margin: 0;
}

.timeline-carousel .carousel-pagination a {
  width: 40px;
  height: 40px;
  margin: 0 6px 0 0;
  padding: 0;
  border: 0;
}

.timeline-carousel .carousel-pagination a:hover,
.timeline-carousel .carousel-pagination li.active a {
  border: 0;
}

.timeline-carousel .prev-pagination,
.timeline-carousel .next-pagination {
  display: none;
  height: 56px;
}

.timeline-carousel .prev-pagination {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) transparent no-repeat 0 -168px;
}

.timeline-carousel .next-pagination {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123129/carousel-controls.png?v=0.1.1) transparent no-repeat -17px -168px;
}

.timeline-carousel .instructions,
.exhibition-carousel .instructions {
  /* ".exhibition-carousel .instructions" added (ticket 87) JM*/
  display: block;
  color: #4a4a4a;
  font-size: 0.833em;
  text-transform: uppercase;
  padding: 0 0 7px 0;
  clear: left;
  /* added (ticket 87) JM*/
}

/* 4.9.3 Schematic Carousel */
#schematic-carousel .prev-slide,
#schematic-carousel .next-slide {
  display: block;
}

#schematic-carousel .slide-wrapper {
  height: 480px;
  transition: all 1s;
  -webkit-transition: all 1s;
}

#schematic-carousel.tall-img .slide-wrapper {
  height: 895px;
}

#schematic-carousel .slide .img-wrapper,
#schematic-carousel .slide img {
  height: 385px;
}

#schematic-carousel.tall-img .slide .img-wrapper,
#schematic-carousel.tall-img .slide img {
  height: 800px;
}

#schematic-carousel .carousel-pagination-wrapper {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

#schematic-carousel .carousel-pagination li {
  margin: 0 10px 0 0;
}

#schematic-carousel #tall-img {
  height: 200px;
}

/* 4.9.4 Lightbox Carousel */
#lightbox-wrapper {
  width: 700px;
  margin: 0;
  float: left;
}

#lightbox-wrapper #gallery-carousel .slide-wrapper,
#lightbox-wrapper #gallery-carousel .slide {
  height: 488px;
}

#lightbox-wrapper #gallery-carousel .slide img {
  min-height: 0;
  height: 385px;
}

#lightbox-wrapper .prev-slide,
#lightbox-wrapper .next-slide {
  top: 180px;
}

#lightbox-wrapper .prev-slide {
  left: 4px;
}

#lightbox-wrapper .next-slide {
  right: 4px;
}

/* 4.9.5 Science & Education Carousel */
.science_education {
  overflow: auto;
  /* changed from hidden - interfering with carousel */
  padding-top: 5px;
}

.science_education .carousel-pagination-wrapper {
  height: auto;
}

.science_education .carousel-pagination-wrapper li {
  width: 132px;
}

#content .science_education .video-item p,
#content .science_education .feature-item p {
  margin: 3px 4px;
}

#content .science_education .video_title,
#content .science_education .feature-title {
  font-weight: bold;
}

.science_education .play {
  background: url() no-repeat scroll 0 0 transparent;
  display: block;
  height: 62px;
  left: 33px;
  position: absolute;
  top: 5px;
  width: 62px;
}

/* 4.9.6 Exhibition Carousel */
.exhibition-carousel {
  float: none;
  width: auto;
  margin: 0 0 23px 0;
}

.exhibition-carousel .slide-wrapper {
  height: 420px;
  /*height: 435px; ticket 87 JM*/
}

.exhibition-carousel .slide {
  height: auto;
  width: 100%;
}

.mystery-carousel .slide img,
.exhibition-carousel .slide img {
  display: block;
  width: auto;
  margin: 0 auto;
}

.img-caption,
.exhibition-carousel .slide .caption {
  position: static;
  height: auto;
  max-height: 45px;
  background: #fff;
  text-align: left;
  padding: 10px 0 0 0;
  margin: 0;
}

.img-caption p,
.exhibition-carousel .slide .caption p {
  padding: 0;
  margin: 0 0 16px 0;
  font-size: 12px !important;
  line-height: 15px;
  font-weight: normal;
  text-align: center;
  /* added Ticket 87 JM*/
}

.exhibition-carousel .carousel-pagination-wrapper {
  width: 658px;
  /* width: 674px; ticket 33 JM*/
  margin: -4px 0 0 7px;
  /* margin: -4px 0 0 -4px; Ticket 33 JM*/
}

.exhibition-carousel.single-page .carousel-pagination-wrapper {
  margin-left: 0px;
  /*margin-left: -10px;*/
}

.exhibition-carousel .carousel-pagination {
  margin: 0 0 0 0px;
  /*margin: 0 0 0 10px; ticket 33 JM*/
}

/*
    .exhibition-carousel .prev-pagination,
    .exhibition-carousel .next-pagination {
        display: block !important; /*js somewhere is hiding this
        visibility: visible !important; /*js somewhere is hiding this
    }
        */
/* 4.9.7 Mystery Carousel */
#mystery-object #timeline {
  overflow: visible;
}

#mystery-object #dates-wrapper {
  overflow: hidden;
  position: relative;
}

#mystery-object #dates-wrapper #next,
#mystery-object #dates-wrapper #prev {
  z-index: 1;
}

#mystery-object #issues-wrapper {
  position: relative;
}

#mystery-object #issues-wrapper .prev-slide,
#mystery-object #issues-wrapper .next-slide {
  top: 250px;
}

#mystery-object .big-q {
  position: absolute;
  top: 3px;
  left: -14px;
  width: 82px;
  height: 98px;
  z-index: 1;
  background: url(https://www.waternsw.com.au/__data/assets/image/0016/123613/mystery-q.png?v=0.1.0) transparent top left;
}

#mystery-object #issues-wrapper #issues-ul-wrapper {
  overflow: hidden;
  position: relative;
}

#mystery-object .slide-wrapper {
  height: 500px;
}

#mystery-object .slide-wrapper .mystery-heading {
  background: #0083bc;
  color: white;
  font-size: 30px;
  padding: 7px 7px 7px 80px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  height: 70px;
  margin-bottom: 3px;
}

#mystery-object .slide-wrapper .mystery-image {
  background: #ddd;
  height: 360px;
  margin-bottom: 3px;
  text-align: center;
  overflow: hidden;
}

#mystery-object .slide-wrapper .mystery-image img {
  height: 100%;
}

#mystery-object .slide-wrapper .mystery-caption {
  background: #0083bc;
  padding: 7px 35px 7px 7px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 1em;
  height: 54px;
}

#mystery-object .slide-wrapper .mystery-caption .hint-title {
  float: left;
  width: 79px;
  height: 32px;
  z-index: 1;
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123612/mystery-hint.png?v=0.1.0) transparent top left;
  margin: 3px 5px 0 0;
  text-indent: -10000px;
}

#mystery-object .slide-wrapper .mystery-caption p {
  color: #fff;
}

#mystery-object .slide-wrapper .carousel-hover-caption {
  top: 210px;
  width: 510px;
}

#mystery-object .issue-summary .issue-title {
  cursor: pointer;
}

/* --- 4.10 Lightbox --- */
#lightbox-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 9998;
  cursor: pointer;
}

#lightbox-wrapper {
  width: 700px;
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
  margin: 0 0 0 -370px;
  border-radius: 10px;
  z-index: 9999;
}

#lightbox-wrapper .caption {
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: -3px 0 0 0;
  height: 120px;
  padding: 8px;
  text-align: left;
  overflow: hidden;
  background-color: #E6E3E0;
  color: #464646;
  position: relative;
}

#lightbox-wrapper h2 {
  font-size: 1.667em;
  padding: 0;
  margin: 5px 0 8px 0;
  line-height: 1em;
}

#lightbox-wrapper p {
  padding: 0;
  margin: 0;
}

#lightbox-close {
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: -12px;
  right: -12px;
  text-indent: -9999px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0014/123134/close.png?v=0.1.1) transparent no-repeat 0 0;
}

#lightbox-loader {
  background: url(https://www.waternsw.com.au/__data/assets/image/0011/123122/ajax_loader_gray_256.gif?v=0.1.1) no-repeat fixed center 150px transparent;
  width: 100%;
  height: 400px;
  padding-top: 100px;
}

/* --- 4.11 Tabbed Content --- */
/* 4.11.1 Featured Dam Tabs */
.dam-tabs {
  margin: 0 0 25px 0;
  position: relative;
}

@media screen and (max-width: 700px) {
  .dam-tabs {
    overflow: hidden;
  }
}

.dam-tabs .tab-nav {
  overflow: hidden;
  background: #89aeda;
  padding: 0;
  margin: 0;
}

.dam-tabs .tab-nav > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 1.333em;
}

.dam-tabs .tab-nav > li.map,
.dam-tabs .tab-nav > li.image {
  width: 124px;
  padding: 0 30px 0 19px;
  border-right: 1px solid #6891c9;
}

.dam-tabs .tab-nav > li.supply {
  width: 196px;
  padding: 0 28px 0 27px;
  border-left: 1px solid #aacbeb;
  border-right: 1px solid #6891c9;
}

.dam-tabs .tab-nav > li.visit {
  width: 215px;
  padding: 0 20px 0 24px;
  border-left: 1px solid #aacbeb;
}

.dam-tabs .tab-nav > li a {
  display: block;
  height: 30px;
  padding: 12px 0 0 0;
  color: #fff;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: -1.3px;
  text-transform: uppercase;
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123138/dam-tab-icons.png?v=0.1.1) transparent no-repeat 0 0;
}

.dam-tabs .tab-nav > li.map a,
.dam-tabs .tab-nav > li.image a {
  background-position: 0 4px;
  padding-left: 48px;
}

.dam-tabs .tab-nav > li.image a {
  width: 90px;
}

/* added for chrome fix (ticket 88) JM*/
.dam-tabs .tab-nav > li.supply a {
  background-position: 0 -60px;
  padding-left: 34px;
}

.dam-tabs .tab-nav > li.visit a {
  background-position: 0 -122px;
  padding-left: 62px;
}

.dam-tabs .tabs-wrapper {
  width: 700px;
  height: 365px;
  margin: 0 0 4px 0;
  overflow: hidden;
}

.dam-tabs .tab-content > img {
  width: 100%;
}

.dam-tabs .info-overlay {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 146px;
  z-index: 10;
}

.dam-tabs .info-overlay .dam-info {
  background: #007eb4;
  color: #fff;
  padding: 9px 8px 6px 8px;
  margin: 0 0 6px 0;
}

.dam-tabs .info-overlay .dam-info .heading {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.dam-tabs .info-overlay .dam-info .dam-level {
  color: #fff;
  font-size: 4em;
  margin: 0 0 3px 2px;
}

.dam-tabs .info-overlay .dam-info .amount {
  letter-spacing: 0.5px;
}

.dam-tabs .info-overlay .dam-info .unit {
  font-size: 0.417em;
}

.dam-tabs .info-overlay .dam-info .date {
  font-size: 0.833em;
}

.dam-tabs .info-overlay .dam-info hr {
  border-top: 1px solid #006fb0;
  background: #00a9da;
  width: 146px;
  margin: 11px 0 6px -8px;
}

.dam-tabs .info-overlay .dam-info .more {
  color: #fff;
  font-size: 1.12em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.1em;
  background-position: right -286px;
  width: 115px;
  /* changed from width: auto; (ticket 65) JM*/
}

.dam-tabs .info-overlay .status-info .heading {
  display: block;
  background: #e6e3e0;
  color: #006c9b;
  font-size: 1.167em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #cbc9c5;
  border-bottom: 0;
  padding: 4px 6px 2px 6px;
}

.dam-tabs .info-overlay .status-info .status {
  display: block;
  padding: 11px 27px 12px 7px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: -0.5px;
}

.dam-tabs .info-overlay .status-info .status.open {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123165/status-icons.png?v=0.1.1) #629251 no-repeat right 4px;
}

.dam-tabs .info-overlay .status-info .status.closed {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123165/status-icons.png?v=0.1.1) #ad5858 no-repeat right -33px;
  font-size: 1.2em;
}

/* 4.11.2 Standard Tabs */
.tabs {
  margin: 0 0 18px 0;
  /*changed from 0 0 25px (Ticket 62) JM*/
}

.tabs .tab-nav,
.map-tabs .map-tab-nav {
  overflow: hidden;
  border-bottom: 8px solid #c9cca1;
}

.tabs .tab-nav > li,
.map-tabs .map-tab-nav > li {
  float: left;
  background: none;
  padding: 0;
  margin: 0 3px 0 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.417em;
  line-height: 1em;
  letter-spacing: -1px;
}

.tabs .tab-nav > li:last-child,
.map-tabs .map-tab-nav > li:last-child {
  margin-right: 0;
}

.tabs .tab-nav a,
.map-tabs .map-tab-nav a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #006c9b;
  height: 29px;
  overflow: hidden;
  padding: 0 9px;
  margin: 0;
  background: #e6e3e0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.map-tabs .map-tab-nav a:hover,
.tabs .tab-nav a:hover {
  background: #C9CCA1;
}

.tabs > div {
  overflow: hidden;
}

.tabs .ui-tabs-panel {
  padding: 20px 0 0 0;
  overflow: hidden;
  clear: both;
}

.tabs .feature-list {
  padding: 0;
  margin: 0 0 27px 0;
  border-top: 1px solid #e6e3e0;
}

.tabs .feature-list li {
  padding: 8px 0;
  margin: 0;
  background: none;
  border-bottom: 1px solid #e6e3e0;
  overflow: hidden;
}

.tabs .feature-list li .more {
  float: right;
  background-position: right -46px;
}

.tabs .has-info-column .content {
  float: left;
  width: 443px;
  margin: 0 31px 0 0;
}

.tabs .content .directions-wrapper {
  overflow: hidden;
}

.tabs .content .directions {
  float: left;
  /*width: 135px; commented - ticket 166 - (squashing directions here... http://www.sca.nsw.gov.au/water/visit/warragamba-dam/_nocache) - JM */
}

.tabs .content .directions .directions-map {
  float: right;
  padding: 0 0 10px 10px;
  width: 308px;
}

.tabs .content .directions .img-wrapper {
  float: right;
  width: 268px;
  height: 160px;
}

.tabs .info-column {
  float: left;
  width: 225px;
}

.tabs .info-column .box {
  background: #e6e3e0;
  padding: 12px 11px;
  margin: 0 0 17px 0;
}

.tabs .info-column #restrictions {
  margin-bottom: 0px;
}

/*added 0 bottom margin (ticket 51) JM*/
#content .tabs .info-column h3 {
  color: #0083bc;
  font-size: 1.75em;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  letter-spacing: -1.3px;
  padding: 0;
  margin: 0 0 7px 0;
  text-transform: uppercase;
}

.info-column.stats.basic .full {
  display: none;
}

.info-column .feature-list {
  border-top: 1px solid #cfcac5;
  margin: 0;
}

.info-column .feature-list li {
  border-bottom: 1px solid #cfcac5;
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123135/dam-info-icons.png?v=0.1.1) transparent no-repeat right 0;
  padding-right: 40px;
  margin: 0;
  line-height: 1.17em;
  position: relative;
}

#restrictions .feature-list li {
  background: none;
  position: relative;
}

#restrictions .feature-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  left: auto;
  width: 26px;
  height: 26px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123135/dam-info-icons.png?v=0.1.1) no-repeat right 0;
}

.info-column .feature-list li.visitor-centre:before {
  background-position: right 3px !important;
}

.info-column .feature-list li.set-down-area:before {
  background-position: right -50px !important;
}

.info-column .feature-list li.parking:before {
  background-position: right -104px !important;
}

.info-column .feature-list li.disabled-coach:before {
  background-position: right -151px !important;
  padding-right: 126px;
}

.info-column .feature-list li.drinking-water:before {
  background-position: right -213px !important;
}

.info-column .feature-list li.viewing-areas:before {
  background-position: right -267px !important;
}

.info-column .feature-list li.picnic-shelters:before {
  background-position: right -320px !important;
}

.info-column .feature-list li.toilets:before {
  background-position: right -374px !important;
}

.info-column .feature-list li.toilets-disabled:before {
  background-position: right -429px !important;
}

.info-column .feature-list li.toilets-both:before {
  background-position: right -483px !important;
  padding-right: 66px;
}

.info-column .feature-list li.barbeque-area:before,
.info-column .feature-list li.electric-barbeques:before,
.info-column .feature-list li.electric-barbeques-at:before {
  background-position: right -537px !important;
}

.info-column .feature-list li.no-pets:before,
.info-column .feature-list li.no-dogs-horses:before,
.info-column .feature-list li.no-pets-as:before {
  background-position: right -597px !important;
}

.info-column .feature-list li.no-alcohol:before {
  background-position: right -656px !important;
}

.info-column .feature-list li.no-fires:before,
.info-column .feature-list li.no-wood-charcoal:before {
  background-position: right -706px !important;
}

.info-column .feature-list li.no-fuel:before {
  background-position: right -762px !important;
}

.info-column .feature-list li.no-access:before,
.info-column .feature-list li.no-access-to:before,
.info-column .feature-list li.no-access-allowed:before {
  background-position: right -818px !important;
}

.info-column .feature-list li.no-swimming:before {
  background-position: right -951px !important;
}

.info-column .feature-list li.no-shooting:before,
.info-column .feature-list li.no-firearms:before {
  background-position: right -1007px !important;
}

.info-column .feature-list li.no-climbing:before {
  background-position: right -1063px !important;
}

.info-column .feature-list li.no-motorboat:before,
.info-column .feature-list li.no-motorised-watercraft:before,
.info-column .feature-list li.fishing-swimming-and:before {
  background-position: right -2800px !important;
}

.info-column .feature-list li.no-motorbike:before,
.info-column .feature-list li.no-motorcycles-or:before {
  background-position: right -1175px !important;
}

.info-column .feature-list li.no-littering:before {
  background-position: right -1231px !important;
}

.info-column .feature-list li.no-horse-riding:before {
  background-position: right -1287px !important;
}

.info-column .feature-list li.no-fishing:before,
.info-column .feature-list li.no-fishing-boating:before {
  background-position: right -1343px !important;
}

.info-column .feature-list li.no-camping:before,
.info-column .feature-list li.no-camping-on:before,
.info-column .feature-list li.no-camping-riverbanks:before {
  background-position: right -1399px !important;
}

.info-column .feature-list li.pets-must-be:before,
.info-column .feature-list li.dogs-are-permitted:before {
  background-position: right -1455px !important;
}

.info-column .feature-list li.camping-area:before,
.info-column .feature-list li.basic-campsites-no:before {
  background-position: right -1507px !important;
}

.info-column .feature-list li.walking-track:before,
.info-column .feature-list li.walking-tracks:before {
  background-position: right -1563px !important;
}

.info-column .feature-list li.playground:before,
.info-column .feature-list li.childrens-playground:before {
  background-position: right -1620px !important;
}

.info-column .feature-list li.non-powered-watercraft:before,
.info-column .feature-list li.canoe-launching-areas:before {
  background-position: right -1676px !important;
}

.info-column .feature-list li.picnic-area,
.info-column .feature-list li.picnic-tables {
  background-position: right -1731px;
}

.info-column .feature-list li.female-toilets {
  background-position: right -1785px;
}

.info-column .feature-list li.male-toilets {
  background-position: right -1842px;
}

.info-column .feature-list li.fishing {
  background-position: right -1898px;
}

.info-column .feature-list li.hot-water {
  background-position: right -1954px;
}

.info-column .feature-list li.kiosk {
  background-position: right -2010px;
}

.info-column .feature-list li.land-based-fishing {
  background-position: right -2065px;
}

.info-column .feature-list li.museum {
  background-position: right -2122px;
}

.info-column .feature-list li.parking {
  background-position: right -2179px;
}

.info-column .feature-list li.place-rubbish-in {
  background-position: right -2234px;
}

.info-column .feature-list li.sailing {
  background-position: right -2290px;
}

.info-column .feature-list li.swimming {
  background-position: right -2346px;
}

.info-column .feature-list li.untreated-water-not {
  background-position: right -2396px;
}

.info-column .feature-list li.interpretive-signs,
.info-column .feature-list li.information-signs {
  background-position: right -2459px;
}

.info-column .feature-list li.portable-gas-barbeques {
  background-position: right -706px;
}

/* extra static coded water element in restrictions section */
.info-column #restrictions .feature-list li.untreated-water-not:before {
  background-position: right -2676px !important;
}

.info-column .feature-list li.large-group-notification:before {
  background-position: right -2890px !important;
}

.info-column .feature-list li.no-watercraft:before {
  background-position: right -3000px !important;
}

.info-column .feature-list li.no-smoking-within:before {
  background-position: right -3100px !important;
}

.info-column .feature-list li.keep-to-vehicle:before {
  background-position: right -3200px !important;
}

/*extra restriction - no model aircraft and no drones*/
.info-column .feature-list li.no-model-aircraft:before {
  background-position: right -3456px !important;
}

/* missing icons */
.info-column .feature-list li.portable-toilet-dump {
  background: none;
}

.tabs .visit h3 {
  font-size: 1.25em;
  color: #007eb6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px 0;
}

.tabs .info-column.stats .box {
  background: #e7e9d6;
  /*padding: 11px 8px 8px 10px;*/
  padding: 11px 8px 0 10px;
}

#content .tabs .info-column.stats table {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #d1d5b4;
  border-bottom: 1px solid #f7f8ef;
  border-collapse: separate;
}

#content .tabs .info-column.stats td {
  border: 0;
  border-top: 1px solid #f7f8ef;
  border-bottom: 1px solid #d1d5b4;
  font-weight: bold;
}

#content .tabs .info-column.stats td:nth-child(even) {
  text-align: right;
}

.tabs .stats .feature-section {
  padding: 0 0 12px 0;
  border-top: 1px solid #f7f8ef;
  border-bottom: 1px solid #d1d5b4;
}

.tabs .stats .feature-section.height,
.tabs .stats .feature-section.capacity,
.tabs .stats .feature-section.size,
.tabs .stats .feature-section.fact {
  color: #333031;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.tabs .stats .feature-section.height {
  border-top: 0;
  padding-bottom: 5px;
}

.tabs .stats .feature-section.height .measurement {
  overflow: hidden;
  border-top: 0;
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123135/dam-info-icons.png?v=0.1.1) transparent no-repeat right -869px;
  margin: -8px 0 0 0;
}

.tabs .stats .feature-section.height .amount {
  font-size: 5em;
  line-height: 1em;
  letter-spacing: -8px;
  float: left;
  text-indent: -2px;
  /* -6px; changed - ticket 176 - JM */
  /* width: 82px; commented - ticket 176 - JM */
}

.tabs .stats .feature-section.height .unit {
  float: left;
  font-size: 2.6em;
  line-height: 0.7em;
  letter-spacing: 0.8px;
  padding: 8px 0 0 10px;
  /* 8px 0 0 3px; changed - ticket 176 - JM */
  width: 75px;
}

.tabs .stats .feature-section.height .unit span {
  display: block;
  letter-spacing: 1.2px;
}

.tabs .stats .feature-section.height .unit .small {
  font-size: 0.719em;
  letter-spacing: -1.3px;
  text-indent: 1px;
}

.tabs .stats .feature-section.height .extra-info {
  font-size: 1.87em;
  color: #0083bc;
  letter-spacing: -1px;
  /* changed from -0.3px (chrome fix) JM*/
  text-transform: none;
}

.tabs .stats .feature-section .extra-info {
  font-family: arial;
}

.tabs .stats .feature-section.capacity {
  padding-top: 6px;
}

.tabs .stats .feature-section.capacity span {
  display: block;
}

.tabs .stats .feature-section.capacity .total-capacity {
  display: inline-block;
  font-size: 3.4em;
  letter-spacing: -2.8px;
}

.tabs .stats .feature-section.capacity .unit {
  display: inline-block;
  font-size: 1.3em;
  letter-spacing: -0.6px;
  padding: 3px 0 0;
}

.tabs .stats .feature-section.capacity .extra-info {
  color: #006C9C;
  font-size: 0.79em;
  letter-spacing: -0.3px;
  padding: 3px 0 0;
}

.tabs .stats.basic .feature-section.capacity .extra-info {
  display: none;
}

.tabs .stats .feature-section.capacity .op-capacity {
  font-family: arial;
  font-size: 1.2em;
  /*letter-spacing: 0.6px;*/
  padding: 5px 0 0;
  text-transform: none;
}

.tabs .stats .feature-section.capacity .storage-capacity {
  color: #0083BC;
  font-size: 1.2em;
  letter-spacing: -0.4px;
}

.tabs .stats .feature-section.size {
  padding-top: 6px;
  border-bottom: 0;
  width: 110%;
}

.tabs .stats .feature-section.size .measurement {
  float: left;
}

.tabs .stats .feature-section.size .amount {
  font-size: 4.5em;
  letter-spacing: -6px;
  /* -1.3px; changed - ticket 176 - JM */
}

.tabs .stats .feature-section.size .unit {
  font-size: 2.7em;
  margin: 0 0 0 -4px;
}

.tabs .stats .feature-section.size sup {
  margin: 0 0 0 -11px;
}

.tabs .stats .feature-section.size .size {
  color: #0083bc;
  float: left;
  font-size: 1.75em;
  letter-spacing: -0.5px;
  padding: 7px 0 0 5px;
  width: 75px;
}

.tabs .stats .feature-section.size .extra-info {
  font-size: 0.9em;
  /* 1em; changed - ticket 176 - JM */
  text-transform: none;
}

.tabs .stats .feature-section.fact {
  padding: 10px 0;
}

.tabs .stats .feature-section.fact .large-text {
  color: #0083bc;
  font-size: 2.2em;
}

.tabs .stats .feature-section.fact .small-text {
  font-size: 1.45em;
}

/* 4.11.3 Catchment Tabs */
.map-tabs.catchment {
  margin: 0 0 18px 0;
  /*changed from 42px 0 19px 0; (Ticket 62) JM*/
}

.map-tabs.catchment .map-tab-nav li {
  margin: 0 2px 0 0;
}

.map-tabs.catchment .map-tab-nav li:last-child {
  margin-right: 0;
}

.map-tabs.catchment .map-tab-nav a {
  height: 29px;
  padding: 5px 9px 3px;
  margin: 0;
  text-align: center;
  color: #656565;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: bold;
  text-transform: none;
}

.map-tabs.catchment .ui-tabs-panel {
  padding: 0;
}

/* 4.11.4 Living Tabs */
.tabs.living {
  margin-top: -40px;
}

.tabs.living .tab-nav {
  float: right;
  border: none;
}

.tabs.living .tab-nav li {
  margin: 0 2px 0 0;
}

.tabs.living .tab-nav li:last-child {
  margin-right: 0;
}

.tabs.living .tab-nav a {
  background: #b1cce4;
  color: #005a83;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: bold;
  width: 135px;
  height: 38px;
  padding: 0 10px;
  margin: 0;
  text-transform: none;
}

.tabs.living .tab-nav .ui-state-active a {
  background: #e7e9d6;
}

.tabs.living .update-item {
  margin: 0 0 4px 0;
  width: 100%;
  /* added - ticket 188 - JM */
}

.tabs.living .ui-tabs-panel {
  background: #e7e9d6;
  padding: 14px 16px 12px 15px;
}

.tabs.living .ui-tabs-panel .content {
  width: 441px;
  padding: 0 20px 0 0;
  margin: 0;
}

.tabs.living .ui-tabs-panel .info-column {
  width: 208px;
  padding: 30px 0 0 0;
}

.tabs.living .ui-tabs-panel .info-column.show-norbe-No {
  display: none;
}

.tabs.living p {
  padding: 0;
  margin: 0 0 7px 0;
}

.tabs.living h5 {
  color: #005f87;
  font-size: 1.083em;
}

.tabs.living h5 a {
  color: #005f87;
}

.tabs.living .date {
  font-size: 0.75em;
}

.sign-in-box {
  border: 1px solid #bcc09d;
  background: #d8dbc1;
  padding: 6px 9px 10px 9px;
}

.tabs.living .sign-in-box h5 {
  margin: 0 0 6px 0;
  color: #5f5f5b;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

.sign-in-box .sign-in {
  display: block;
  border: 1px solid #b2b692;
  background: url(https://www.waternsw.com.au/__data/assets/image/0003/123159/sign-in-bg.png?v=0.1.1) #d8dbc1 repeat-x 0 0;
  height: 41px;
  overflow: hidden;
  color: #fff;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 1.667em;
  line-height: 41px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 0px 6px #52543c;
}

/* 4.11.5 Home Tabs */
.home .tabs.social-news {
  float: left;
  margin: 0 5px;
  padding: 0;
  width: 490px;
  height: 379px;
  overflow: hidden;
}

.tabs.social-news .tab-nav li {
  display: table;
  margin: 0;
  width: 50%;
}

.tabs.social-news .icon-twitter,
.tabs.social-news .icon-flickr,
.tabs.social-news .icon-vimeo,
.tabs.social-news .icon-youtube {
  margin-left: 2px;
  width: 22px;
  height: 20px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0014/123161/social-icons.png?v=0.1.1) transparent no-repeat 0 0;
}

.tabs.social-news .icon-twitter {
  margin-left: 10px;
  background-position: -2px -296px;
}

.tabs.social-news .icon-vimeo {
  background-position: -2px -346px;
}

.tabs.social-news .icon-youtube {
  background-position: -2px -396px;
}

.tabs.social-news .icon-flickr {
  background-position: -2px -452px;
}

.tabs.social-news .ui-tabs-panel {
  padding: 20px 17px 0;
  height: 100%;
  background-color: #dbdbcc;
}

.tabs.social-news #tabs-1.ui-tabs-panel {
  padding-right: 0px;
}

@media screen and (min-width: 700px) and (max-width: 999px) {
  .tabs.social-news #tabs-1.ui-tabs-panel {
    height: 378px;
  }
}

.tabs.social-news .tab-nav a {
  text-align: left;
}

.tabs.social-news .tab-nav a span {
  display: inline-block;
  vertical-align: bottom;
}

.tabs.social-news .twitter-feed {
  float: left;
  border-right: 1px solid #c5c0bc;
  padding: 0 17px 0 0;
  width: 373px;
  height: 310px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aside-social {
  float: right;
  margin: 0;
  border-left: 1px solid #e6e3e0;
  width: 100px;
  height: 310px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aside-social h3 {
  margin: 0 0 16px;
  font-size: 1em;
  line-height: 1.1em;
  text-align: center;
}

.aside-social__list {
  text-align: center;
}

.aside-social__list .aside-social__item {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  background: none;
}

.aside-social .aside-social__list .icon-vimeo,
.aside-social .aside-social__list .icon-flickr,
.aside-social .aside-social__list .icon-youtube,
.aside-social .aside-social__list .icon-twitter {
  display: inline-block;
  margin: 0 0 16px;
  width: 40px;
  height: 40px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0014/123161/social-icons.png?v=0.1.1) transparent no-repeat 0 0;
}

.aside-social .aside-social__list .icon-vimeo {
  background-position: -2px -592px;
}

.aside-social .aside-social__list .icon-flickr {
  background-position: -2px -492px;
}

.aside-social .aside-social__list .icon-youtube {
  background-position: -2px -542px;
}

.aside-social .aside-social__list .icon-twitter {
  margin: 0;
  width: 26px;
  height: 26px;
  background-position: -2px -641px;
}

.aside-social__twitter-link {
  display: block;
  margin: 0.4em 0 0;
  font-size: 1.15em;
  font-weight: 700;
  text-decoration: none;
}

.aside-social__twitter-link:hover .aside-social__twitter-handle,
.aside-social__twitter-link:focus .aside-social__twitter-handle {
  text-decoration: underline;
}

.aside-social__twitter-handle {
  display: inline-block;
  margin-left: 0.3em;
  line-height: 26px;
  vertical-align: top;
}

.more.social-tab {
  margin-top: 1.2em;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
  background-position: right 7px top -327px;
}

/* --- 4.12 Timeline Widget --- */
#timeline {
  width: 660px;
  overflow: hidden;
  margin: 10px 0 30px 0;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #timeline {
    width: 680px;
  }
}

#dates {
  width: 700px;
  height: 80px;
  /* 60px; ticket 117 JM */
  overflow: hidden;
}

#dates > li {
  list-style: none;
  float: left;
  width: 100px;
  height: 70px;
  /* 48px; ticket 117 JM */
  text-align: center;
  text-transform: uppercase;
  background: none;
  padding: 0;
  margin: 0;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  position: relative;
  border-bottom: 2px solid #ceccca;
}

#dates a {
  display: block;
  /* display: table-cell; ticket 117 JM */
  text-align: center;
  vertical-align: bottom;
  line-height: 1em;
  padding-bottom: 10px;
  text-decoration: none;
  /* height: 36px; ticket 117 JM */
  padding: 0 3px;
  color: #b3b0ad;
  font-size: 30px;
}

#dates .selected {
  font-weight: bold;
  color: #0083bc;
}

#dates .pin {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -6px;
  left: 46px;
  /* 28px; ticket 117 JM */
  background: url(https://www.waternsw.com.au/__data/assets/image/0013/123610/timeline-sprite.png?v=0.1.0) transparent no-repeat 0 0;
}

#dates .selected .pin {
  background-position: -15px 0;
}

#issues {
  width: 700px;
  overflow: hidden;
  padding: 35px 0 0 0;
  margin: 0;
}

#issues > li {
  width: 700px;
  list-style: none;
  float: left;
  background: none;
  padding: 0;
  margin: 0;
}

#issues .issue-feature {
  float: left;
}

#issues .issue-summary {
  padding-right: 40px;
}

@media screen and (max-width: 1000px) {
  #issues .issue-summary {
    padding-right: 20px;
  }
}

#issues .issue-summary .issue-title {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #b3b0ad;
  font-size: 60px;
  line-height: 1em;
  padding: 0 12px 0 0;
  margin: -1px 0 15px 0px;
  /* margin: -1px 0 15px -6px; when value is "2***" the -6 would make the 2 come over onto the previous slide */
  font-weight: normal;
  letter-spacing: 0;
  overflow: hidden;
}

#issues .issue-summary p {
  /*font-size: 14px;*/
  padding: 0;
  margin: 0 0 10px;
  /* 0px ticket 86 JM*/
  font-weight: normal;
  line-height: 17px;
}

#grad_left,
#grad_right {
  display: none;
}

#timeline .timeline-controls {
  padding: 5px 0 6px 0;
  border-top: 2px solid #ceccca;
  border-bottom: 2px solid #ceccca;
  overflow: hidden;
}

#next,
#prev {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
}

#prev {
  float: left;
  background: url(https://www.waternsw.com.au/__data/assets/image/0013/123610/timeline-sprite.png?v=0.1.0) no-repeat 0 -14px;
}

#next {
  float: right;
  background: url(https://www.waternsw.com.au/__data/assets/image/0013/123610/timeline-sprite.png?v=0.1.0) no-repeat 0 -40px;
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

#timeline.exhibition #dates {
  height: auto;
  padding: 0;
  border-top: 2px solid #ceccca;
  border-bottom: 2px solid #ceccca;
}

#timeline.exhibition #dates li {
  width: 210px;
  padding: 11px 0 14px 0;
  margin: 0;
  border: 0;
  height: auto;
  text-align: center;
}

#timeline.exhibition #dates a {
  display: inline;
  /*width: auto;*/
  height: auto;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  display: block;
  /* JM ticket 33*/
  width: 140px;
  /* JM ticket 33*/
  margin: 0 auto 0;
  /* JM ticket 33*/
}

#timeline.exhibition #dates .pin {
  width: 7px;
  height: 7px;
  left: auto;
  right: 0;
  top: 17px;
  background-position: 0 -84px;
}

#timeline.exhibition #issues {
  padding: 16px 0 0 0;
}

#timeline.exhibition .issue-summary {
  float: none;
  width: auto;
  overflow: hidden;
}

#timeline.exhibition .issue-summary .issue-title {
  padding: 0;
  margin: 0;
  float: left;
  width: 255px;
  /* width: 205px; (ticket 87) JM */
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #0083bc;
  text-transform: uppercase;
}

#timeline.exhibition .issue-summary .issue-description {
  float: right;
  width: 400px;
}

#timeline.exhibition .issue-summary p {
  margin: 0 0 20px 0;
}

#timeline.exhibition #prev,
#timeline.exhibition #next {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 11px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0013/123610/timeline-sprite.png?v=0.1.0) transparent no-repeat 0 0;
}

#timeline.exhibition #prev {
  left: 0;
  background-position: 0 -68px;
}

#timeline.exhibition #next {
  right: 0;
  background-position: -13px -68px;
}

/* --- 4.13 News --- */
.news_item {
  border-bottom: 1px solid #E6E3E0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news_item .news_img {
  float: left;
}

.news_item .news_img img {
  margin-right: 20px;
}

.news_item h3 {
  margin-bottom: 10px;
}

.news_item h3 a {
  text-decoration: none;
}

.news_item h3 a:hover {
  text-decoration: underline;
}

.news_item .news_content span.date {
  display: inline;
  font-weight: bold;
  margin-bottom: 10px;
}

.news_item .news_content p {
  /*display: inline;*/
}

/* --- 4.14 Events --- */
.event-list {
  padding: 6px 0px 0;
  margin-bottom: 0px;
}

.event-list .date-list {
  margin-bottom: 0px;
  background: none;
}

.event-list .date-item {
  float: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  border: none;
  padding: 20px 20px 10px 15px;
  border-bottom: 1px solid #E6E3E0;
}

.sponsored {
  background-color: #e8ecf1;
}

.event-list .sponsored-icon-container {
  float: right;
  bottom: 0;
  right: 0;
}

.event-list .icon-sponsored-svg-logo {
  height: 50px;
  width: 120px;
}

.event-list .sponsored::after {
  clear: both;
}

.event-list .date-list .date {
  float: none;
}

@media screen and (min-width: 600px) {
  .event-list .date-list .date {
    float: left;
  }
}

.event-list .date-list .summary {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .event-list .date-list .summary {
    padding: 0;
  }
}

@media screen and (min-width: 600px) {
  .event-list .date-list .summary {
    margin-top: 0;
    margin-left: 10px;
    padding-right: 20px;
    width: 84%;
  }
}

.event-list .date-list .summary .details {
  font-size: 1em;
}

.event-list .date-list .summary .desc {
  margin-bottom: 15px;
}

/* --- 4.15 Licence Agreement --- */
#licence_agreement {
  margin: 20px 0px;
}

#licence_agreement li {
  padding: 0 0 15px 0px;
}

#licence_agreement li p {
  margin: 10px 0 10px 25px;
}

#licence_agreement .ol_label {
  margin-left: -25px;
  padding-right: 5px;
}

/* --- 4.16 Spatial File list --- */
.spatial_file_list {
  margin: 15px 0px;
}

.spatial_data_file {
  border-bottom: 1px solid #E6E3E0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.spatial_data_file p {
  margin-bottom: 10px;
}

/* --- 4.17 Video galleries --- */
#content div.box.video-list .img-wrapper,
#content .science_education .img-wrapper {
  background: none;
}

#content .video-gallery .video-item {
  float: left;
  width: 30%;
  margin: 0 3% 15px 0;
}

#content .video-item h4 {
  height: 38px;
}

#content .video-item p {
  margin: 10px 0;
}

#content .video-gallery .video-list-row {
  clear: both;
  display: block;
  margin-bottom: 15px;
}

#content .box.video-list .video-list-row .play {
  /*
   display: block;
   width: 62px;
   height: 62px;
   position: absolute;
   top: 24px;
   left: 71px;
   background: url() transparent no-repeat 0 0;
   */
}

/* --- 4.17 Photo galleries list --- */
#content .photo-gallery-gallery {
  background: none;
}

#content .dam-gallery-list .dam-item {
  float: left;
  width: 30%;
  margin: 0 3% 15px 0;
}

#content .dam-gallery-list .dam-item h4 {
  height: 36px;
  /* height: 25px; (ticket 145) JM*/
}

#content .dam-gallery-list .video-list-row {
  clear: both;
  display: block;
  margin-bottom: 15px;
}

/* --- 4.18 Science & Education --- */
.research-list {
  padding: 5px 0 0 0;
  /* overflow: hidden; */
  /* commented out - science and ed page - interfering with carousel */
}

.research-list .update-item {
  float: left;
  margin: 0 0 5px 0;
}

.research-list > h4 {
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  padding: 0 0 3px 0;
  margin: 0 0 18px 0;
  clear: both;
}

.research-list h5 {
  color: #005F87;
  font-size: 1.167em;
  line-height: 1em;
  text-transform: none;
}

.research-list .summary,
.research-list .img-wrapper {
  float: right;
}

.research-list .summary {
  width: 530px;
}

#content .research-list .img-wrapper {
  width: 140px;
  height: 111px;
  margin: 0 16px 0 0;
  background: none;
  /* added (ticket 131) JM*/
}

.research-list .summary > a {
  float: left;
}

.research-list p {
  padding: 0;
  margin: 0 0 8px 0;
}

/* --- 4.19 Newsroom --- */
.view-article-type {
  overflow: hidden;
  padding: 0 0 17px 0;
}

.view-article-type form {
  padding: 0;
  margin: 0;
}

.view-article-type label {
  float: left;
  font-size: 1.250em;
  line-height: 1em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: none;
  padding: 0;
  margin: 4px 14px 0 0;
  color: #007eb6;
}

.view-article-type #article-type {
  width: 220px;
}

.newsroom-list {
  border-top: 2px solid #eee;
}

.newsroom-item {
  overflow: hidden;
  border-bottom: 2px solid #eee;
  position: relative;
  padding: 24px 0 25px 0;
}

.newsroom-item .summary {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .newsroom-item .summary {
    /*float: right;*/
    width: 542px;
  }
}

.newsroom-item .img-wrapper {
  float: none;
}

@media screen and (min-width: 1000px) {
  .newsroom-item .img-wrapper {
    float: left;
  }
}

.newsroom-item .media-title {
  font-size: 1.333em;
  line-height: 1em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-transform: none;
  padding: 0;
  margin: 0 0 8px 0;
  color: #007eb6;
}

.newsroom-item .media-title a {
  color: #007eb6;
  text-decoration: none;
}

.newsroom-item .media-title a:hover {
  text-decoration: underline;
}

.newsroom-item .media-type {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 1px;
  font-size: 0.833em;
  color: #767676;
  font-weight: bold;
  text-transform: uppercase;
}

.newsroom-item .date,
.newsroom-item .description p {
  padding: 0;
  margin: 0 0 5px 0;
}

.newsroom-item .date {
  font-size: 0.917em;
}

.newsroom-item .img-wrapper {
  float: left;
  /*
              width: 107px;
        height: 132px;
          */
}

.twitter-feed.newsroom {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .twitter-feed.newsroom {
    float: right;
    margin: -19px 0 2.5em;
    padding-left: 2em;
    width: 370px;
  }
}

.newsroom-social {
  margin: 2em 0 1.5em;
}

.newsroom-social p {
  margin: 0;
}

.newsroom-social .newsroom-social__item {
  display: inline-block;
  margin: 0 0.2em 0 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  vertical-align: bottom;
  background: none;
}

.newsroom-social .icon-twitter,
.newsroom-social .icon-flickr,
.newsroom-social .icon-vimeo,
.newsroom-social .icon-youtube {
  display: block;
  width: 26px;
  height: 26px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0014/123161/social-icons.png?v=0.1.1) transparent no-repeat 0 0;
}

.newsroom-social .icon-twitter {
  background-position: -1px -641px;
}

.newsroom-social .icon-vimeo {
  background-position: -1px -677px;
}

.newsroom-social .icon-youtube {
  background-position: -1px -712px;
}

.newsroom-social .icon-flickr {
  background-position: -1px -747px;
}

/* --- 4.20 Our Dam Histories --- */
.dam-history-list .dam-history {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.dam-history-list .dam-history a {
  text-decoration: none;
}

.dam-history-list .dam-history a:hover h4 {
  text-decoration: none;
}

.dam-history-list .dam-history a h4 {
  padding: 6px 0 0px 140px;
  margin: 0px;
  text-decoration: underline;
}

.dam-history-list .dam-history a p {
  padding: 6px 0 10px 140px;
  margin: 0;
}

.dam-history-list .dam-history img {
  float: left;
}

.dam-history-list .dam-history .history-content {
  margin-bottom: 30px;
  padding-top: 10px;
  clear: left;
}

.history-content a {
  text-decoration: underline !important;
  color: #0a68b8;
}

/* --- 4.21 Contact us --- */
.contact-map {
  display: block;
  border: solid 1px #CCC;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}

/*
--------------------
5. Footer
--------------------
*/
#footer {
  padding: 24px 0 30px 16px;
  margin: 0 0 70px 0;
  border-bottom: 1px solid #c9c9c9;
  overflow: hidden;
}

.inside #footer {
  border-top: 1px solid #c9c9c9;
}

#footer .address,
#footer .contact-us,
#footer .footer-nav,
#footer .social-links {
  float: left;
}

#footer .address {
  width: 150px;
  margin: 0 108px 0 0;
}

#footer .address p {
  padding: 0;
  margin: 0 0 6px 0;
}

#footer .contact-us {
  width: 232px;
  margin: 0 122px 0 0;
}

#footer .contact-us th {
  color: #000;
}

#footer .footer-nav {
  width: 67px;
  margin: 0 122px 0 0;
}

#footer .social-links {
  width: 170px;
}

#footer p,
#footer span,
#footer a,
#footer td {
  font-size: 0.833em;
  color: #767676;
  line-height: 1.1em;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer h2 {
  font-size: 0.917em;
  color: #767676;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

#footer .contact-list {
  width: 100%;
  border: 0;
  margin: 0;
}

#footer .contact-list td {
  padding: 0 0 7px 0;
  border: 0;
}

#footer .contact-list td:nth-child(even) {
  text-align: right;
}

#footer .footer-nav li {
  padding: 0;
  margin: 0 0 6px 0;
}

#footer .social-links ul {
  padding: 0;
  margin: 4px 0 0 0;
}

#footer .social-links li {
  padding: 0 0 6px 0;
}

#footer .social-links li a {
  display: block;
  min-height: 23px;
  padding: 0 0 0 30px;
  font-size: 0.75em;
  line-height: 1.2em;
  background: url(https://www.waternsw.com.au/__data/assets/image/0014/123161/social-icons.png?v=0.1.1) transparent no-repeat 0 0;
}

#footer .social-links li a.facebook {
  background-position: 0 0;
}

#footer .social-links li a.twitter {
  background-position: 0 -53px;
}

#footer .social-links li a.flickr {
  background-position: 0 -115px;
}

#footer .social-links li a.vimeo {
  background-position: 0 -171px;
}

#footer .social-links li a.youtube {
  background-position: 0 -234px;
}

#main-nav .level-2 > li.right {
  float: right;
}

.pub-filters .filter-block {
  float: left;
  margin: 0;
  overflow: hidden;
  width: 33%;
}

.content-wrapper .pub-filters-wrapper li {
  background: 0 0;
  padding: 4px 0;
  margin: 0;
  display: block;
  width: 212px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  position: relative;
  bottom: 0;
  float: left;
  margin-right: 10px;
}

.content-wrapper .pub-filters-wrapper li label {
  position: relative;
  bottom: 1px;
  display: block;
  clear: right;
}

.pub-filters .filter-block:last-child {
  margin-right: 0;
  padding-right: 1px;
  float: right;
}

form#search_page_53001,
form#search_page_53029,
form#search_page_53399 {
  margin: 0;
}

/* FAQ Accordion */
.question a {
  display: block;
  margin: 1em 0 0 0;
  text-decoration: none;
  background: no-repeat right #0B68B8;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.answer table,
.answer tr,
.answer th {
  border: none !important;
}

.answer,
.answeronload {
  padding: 10px;
  background: #f6f6f6;
  min-height: 210px;
}

.answer .question a,
.answeronload .question a {
  display: block;
  margin: 1em 0 0;
  text-decoration: none;
  background: no-repeat right #abbd1c;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}

.answer .answer .minus_green {
  /*background: url(/__data/assets/image/0007/119815/minus_green.png) no-repeat right top;*/
  height: 16px;
  width: 16px;
  float: right;
  margin-top: -35px;
  margin-right: -1px;
}

.question a:after {
  content: url(/__data/assets/image/0005/119813/plus.png);
  position: absolute;
  left: 88%;
}

/* Fix Ups */
.content-wrapper .map-results li .feature-list li:before {
  display: none;
}

.info-column .feature-list li.portable-gas-barbeques:before {
  background-position: right -2620px !important;
}

.info-column .feature-list li.canoe-launching-areas {
  background-position: 111px -1675px;
}

.info-column .feature-list li.viewing-areas {
  background-position: right -266px;
}

.info-column .feature-list li.visitor-centre {
  background-position: 111px 4px;
}

.info-column .feature-list li.drinking-water {
  background-position: 111px -212px;
}

.info-column .feature-list li.childrens-playground {
  background-position: 111px -1619px;
}

.info-column .feature-list li.walking-tracks {
  background-position: 111px -2738px;
}

/* map div override */
#dam-tab-2 {
  height: 365px;
  width: 700px;
}

#council-map {
  height: 419px;
  width: 700px;
}

/* additional control styles */
.legend {
  line-height: 22px;
  color: #555;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
  border: 1px solid #999;
  margin-top: 2px;
}

.legend .Catchment.Area {
  border: 1px solid #4a4a4a;
  background-color: #a48f9d;
}

.legend .Council.Area {
  border: 1px solid #00425E;
}

/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.info.legend.leaflet-control {
  font-size: 1.2em;
  line-height: inherit;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #05f;
  background: white;
  opacity: 0.5;
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}

.leaflet-touch .leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom: none;
}

/* zoom control */
.leaflet-control-zoom-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
}

.leaflet-control-zoom-out {
  font: bold 22px 'Lucida Console', Monaco, monospace;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
  line-height: 30px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 28px;
  line-height: 30px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  background: #f8f8f9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  color: black;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  text-shadow: 1px 1px 1px #fff;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
  border: 4px solid rgba(0, 0, 0, 0.3);
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-editing-icon {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  /* behavior: url(#default#VML); */
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  display: inline;
}

.leaflet-popup-tip {
  width: 21px;
  _width: 27px;
  margin: 0 auto;
  _margin-top: -3px;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
}

.leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-control-zoom,
.leaflet-control-layers {
  border: 3px solid #999;
}

.leaflet-control-attribution,
.leaflet-control-layers,
.leaflet-control-scale-line {
  background: white;
}

.leaflet-zoom-box {
  filter: alpha(opacity=50);
}

.leaflet-control-attribution {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
}

/* Uncompressed file on GIT: https://gitlab.squiz.net/au-client-implementation/sca */
/**
 * Sydney Catchment Authority  - IE7 Style Sheet
 *
 * IE7.css
 * author: Squiz Poland
 */
/*
 * Table of Contents
 *
 *  1. Display inline-block hack - global.css elements
 *
 *  2. Display inline-block hack - content.css elements
 *
 *  3. General
 *
 *  4. CSS modifications
 *
 */
/*
--------------------
1. Display inline-block hack - global.css
--------------------
*/
audio, canvas, video,
#main-nav > li > span > a,
#alert .status-info .location, #alert .status-info .status,
.my-catchment .box.video-list .video-item .map-stats-column #snap-now, .map-stats-column #snap-ly,
.tabs .stats .feature-section.capacity .total-capacity,
.tabs .stats .feature-section.capacity .unit,
.my-catchment .video-list.box .video-item {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/*
--------------------
2. Display inline-block hack - content.css elements
--------------------
*/
.more,
button,
.button,
input[type="submit"].button,
button.true,
button.false,
.select,
.content-wrapper .dam-icon,
.doc-icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/*
--------------------
3. General
--------------------
*/
input[type=submit] {
  padding: 5px 12px;
  overflow: hidden;
  zoom: 1;
}

input[type=reset] {
  line-height: 30px;
}

ol {
  margin-left: 25px;
}

h1 {
  line-height: 0.8em;
}

/*
--------------------
3. CSS modifications
--------------------
*/
.static {
  position: static;
}

.contacts li {
  line-height: 1.1;
}

.doc-icon {
  float: left;
  margin-right: 7px;
}

.carousel-pagination-wrapper {
  position: relative;
}

#footer table th {
  border: none;
}

#footer table td {
  white-space: nowrap;
}

.question {
  overflow: hidden;
}

.question .true, .question .false {
  float: left;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  width: 105px;
}

.question .true {
  margin: 0px 10px 15px 0px;
}

blockquote {
  margin-top: -8px;
}

.related-box.pages {
  padding-bottom: 2px;
}

.tabs .tab-nav li {
  padding-bottom: 5px;
}

.slide-wrapper .slide .caption {
  width: 690px;
}

.main-nav-wrapper {
  height: 55px;
}

.tabs .tab-nav a {
  display: block;
}

.catchment.tabs .tab-nav a {
  display: block;
  position: relative;
  top: 4px;
}

.catchment.tabs .tab-nav li {
  padding-bottom: 0px;
}

.living.tabs .tab-nav a {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 28px;
  position: relative;
  top: 5px;
}

.update-list .doc-icon {
  float: none;
}

input#postcode-input {
  line-height: 1;
  font-weight: normal;
}

/*
--------------------
4. Page Fixes
--------------------
*/
.map-tabs.catchment .map-tab {
  line-height: 1.3em;
}

/* added (ticket 62) JM*/
.map-tabs.catchment ul.map-tab-nav li {
  height: 40px;
}

.map-tabs.catchment ul.map-tab-nav li a {
  padding-top: 12px;
  display: block;
}

.dam-asset .dam-tabs .tabs-wrapper .tab-content {
  position: absolute;
}

/* added (ticket 65) JM */
.dam-asset .tabs .ui-tabs-nav li {
  padding-bottom: 0px;
  /* added (ticket 65) JM */
  line-height: 1.8em;
  /* added (ticket 65) JM */
}

.dam-asset .tabs #tabs-1 .content ul.feature-list li span {
  display: block;
  width: 100%;
  float: left;
}

.tabs .stats .feature-section .unit span {
  margin-right: -10px;
}

.tabs .stats .feature-section.size sup {
  margin: 0;
}

.tabs .stats .feature-section.size .size {
  font-size: 1.75em;
}

.home .quick-links-wrapper .select-a-page .select {
  margin-bottom: 10px;
  /* added (ticket 79) JM*/
}

input[type=checkbox] {
  bottom: 4px;
}

.pub-filters .filter-block.n35194 {
  clear: both;
  /* added (ticket 64) JM*/
  width: 300px;
  /* added (ticket 64) JM*/
}

.tabs.social-news .twitter-feed {
  width: 354px;
}

.tabs.social-news .tab-nav li {
  height: 1.4em;
}

.more.social-tab {
  background-position: right -327px;
}

.newsroom-social .newsroom-social__item {
  float: left;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* content */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

h1, h2, h3, h4, h5 {
  color: #000000;
  font-family: Arial;
  letter-spacing: 0;
}

h5 a:link {
  text-decoration: none;
}

h1, .h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

h1 {
  position: relative;
  top: unset;
  left: unset;
  text-shadow: none;
}

h1 .small {
  margin: 13px 0 0;
  line-height: 1.2em;
}

h2 {
  margin: 0 0 7px;
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
}

.h2 {
  text-transform: uppercase;
  padding-bottom: 12px;
}

h3 {
  font-size: 22px;
  line-height: 21px;
  font-weight: 400;
}

h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #2b2b2b;
}

h5 {
  font-size: 16px;
  line-height: 20px;
  color: #2b2b2b;
  font-weight: 700;
}

p {
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}

a {
  font-size: 14px;
  color: #2b2b2b;
  text-decoration: underline;
  font-family: Arial;
  font-weight: normal;
}

@media screen and (max-width: 700px) {
  a {
    font-size: 16px;
    font-size: 1rem;
  }
}

ul {
  margin-top: 5px;
  margin-bottom: 8px;
}

li {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}

#main-wrapper {
  background: none;
  padding-top: 28px;
}

/*
#main-wrapper-sub {
  margin-top: 28px;
}
*/
#content {
  background-color: #fff;
  /*padding: 18px;*/
  float: left;
}

.content-wrapper ul li ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  top: 6px;
  left: 0;
  position: absolute;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px -150px;
}

.content-wrapper li {
  font-size: 14px;
  color: #000000;
  position: relative;
}

.content-wrapper li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  top: 6px;
  left: 0;
  position: absolute;
  background: #0a68b8;
}

.content-wrapper ul li {
  background: none;
  counter-increment: none !important;
}

.content-wrapper-inner {
  padding: 18px 18px 0 18px;
}

#header {
  padding-top: 20px;
  height: 110px;
}

.information {
  padding-right: 20px !important;
}

body {
  background: none;
}

.nsw-gov-logo {
  width: auto;
  height: auto;
  margin-top: 5px;
  margin: 4px 0 0 20px;
  max-width: 200px;
}

.contacts__list {
  margin: 0 -8px 26px 0;
}

.contacts__item {
  display: inline;
}

.contacts__link {
  color: #000000 !important;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  border-left: 1px solid #000000;
  padding: 0 8px;
}

.contacts__link:hover {
  text-decoration: underline;
}

.contacts__link.button-subscribe {
  color: #ffffff !important;
}

.contacts__link.button-subscribe:hover {
  color: black !important;
}

.contacts__item:first-child .contacts__link {
  border: 0;
}

.site-search {
  border: 1px solid #cccccc;
  border-radius: 12px;
  width: 200px;
  margin-bottom: 24px;
}

#site-search-field {
  width: 160px !important;
}

#site-search-submit {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 0 2px;
}

.main-nav-wrapper {
  background: #0a68b8;
  box-shadow: none;
  border-bottom: 2px solid #fff;
  z-index: 10;
}

#main-nav {
  background: none;
  height: 68px;
}

#main-nav li {
  padding: 0 0 0 0;
}

@media screen and (min-width: 1000px) {
  #main-nav li:hover {
    background: 0;
  }
}

#main-nav li span {
  background: none;
}

#main-nav li span a {
  color: #fff;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  padding: 0;
  line-height: 68px;
  height: auto;
}

.main-nav__list {
  display: block;
  width: 1000px;
  margin: 0 auto;
  height: 68px;
}

.main-nav__item {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: center;
}

.sub-nav-wrapper {
  background-color: #fff !important;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px !important;
}

.sub-nav-wrapper .heading {
  background-color: #0a68b8;
  color: #fff;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  float: left;
  padding: 19px;
  text-transform: none;
  width: 212px;
}

.lhn__list {
  padding: 5px 0 0 0;
  margin: 0;
  float: left;
  position: relative;
  width: 100%;
}

.lhn__item {
  float: left;
  position: relative;
  padding: 0;
  width: 100%;
}

.lhn__link {
  float: left;
  background-color: #fff;
  padding: 12px 33px 12px 20px;
  font-size: 14px;
  color: #2b2b2b;
  width: 197px;
  text-decoration: none;
}

.lhn__link.active {
  font-weight: bold;
}

/*
.lhn__link.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 18px;
  width: 11px;
  height: 7px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -50px 0;
}
*/
.lhn__list-2 {
  float: left;
  background-color: #fff;
  position: relative;
  margin-top: 0;
}

.lhn__item-2 {
  float: left;
  width: 100%;
}

.lhn__link-2 {
  float: left;
  color: #2b2b2b;
  padding: 7px 30px 6px 32px;
  width: 188px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  background: #f6f6f6;
}

.lhn__link-2.active {
  font-weight: bold;
}

/*
.lhn__link-2.active.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 18px;
  width: 11px;
  height: 7px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -50px 0;
}
*/
.lhn__list-3 {
  float: left;
  position: relative;
  margin-top: 0;
}

.lhn__item-3 {
  float: left;
  width: 100%;
  position: relative;
}

.lhn__link-3 {
  float: left;
  color: #2b2b2b;
  width: 168px;
  font-size: 14px;
  padding: 5px 34px 5px 48px;
  text-decoration: none;
  background: #f6f6f6;
}

.lhn__link-3.active {
  font-weight: bold;
}

.lhn__link-4:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  top: 13px;
  left: -12px;
  position: relative;
  background: #0a68b8;
}

/*
.lhn__link-3.active {
  background: #dcdcdc;
}
*/
.lhn__list-4 {
  float: left;
  background-color: #f6f6f6;
  margin: 0;
}

.lhn__link-4 {
  /*background-color: #dcdcdc;*/
  font-size: 14px;
  float: left;
  padding: 5px 18px 5px 64px;
  text-decoration: none;
}

.lhn__item-4 {
  float: left;
  width: 100%;
}

.lhn__item-4.active,
.lhn__item-5.active {
  background-color: #dcdcdc;
}

.lhn__link-4.active,
.lhn__link-5.active {
  font-weight: bold;
}

.lhn__list .active.has-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 18px;
  width: 11px;
  height: 7px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -50px 0;
}

.lhn__list-5 {
  float: left;
  background-color: #f6f6f6;
  margin: 0;
}

.lhn__item-5 {
  float: left;
  width: 100%;
}

.lhn__link-5 {
  float: left;
  padding: 5px 18px 5px 70px;
  text-decoration: none;
}

.breadcrumbs__list {
  margin: 0 0 20px -10px;
}

.breadcrumbs__item {
  display: inline;
  background: none !important;
  font-size: 14px !important;
  color: #0a68b8;
  padding: 0 10px !important;
  margin: 0 !important;
}

.breadcrumbs__list li.breadcrumbs__item {
  color: #0a68b8;
  font-weight: bold;
}

.breadcrumbs__item:before {
  display: none !important;
}

.breadcrumbs__link {
  font-size: 14px;
  color: #000000;
  position: relative;
  white-space: nowrap;
}

.breadcrumbs__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 9px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -100px 0;
  top: 4px;
  right: -15px;
}

.content-wrapper {
  padding-top: 4px;
  margin-bottom: 50px;
}

#footer {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0 !important;
}

.footer__top-wrapper {
  width: 100%;
  background: #0054a6;
}

.footer__top {
  height: 119px;
  width: 1000px;
  margin: 0 auto;
}

.footer__top-left {
  float: left;
  width: 620px;
  padding-left: 20px;
}

.footer__top-right {
  float: right;
  width: 354px;
}

.footer__bottom-wrapper {
  width: 100%;
  background: #2c2c2c;
}

.footer__bottom {
  height: 265px;
  width: 960px;
  margin: 0 auto;
  padding: 33px 20px 0 20px;
}

.footer__list {
  margin: 53px 0 0 -10px;
}

.footer__item {
  display: inline;
}

.footer__link {
  color: #fff !important;
  font-size: 14px !important;
  font-family: Arial;
  text-transform: uppercase;
  padding: 0 2px 0 10px;
}

.social__list {
  margin: 45px 0 0 -14px;
  position: relative;
  float: right;
}

.social__item {
  display: block;
  font-size: 14px !important;
  color: #fff !important;
  font-family: Arial;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  padding: 0 14px;
}

.social__item.text {
  padding-top: 8px;
}

.social__link.twitter {
  display: block;
  height: 26px;
  width: 32px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -200px 0;
}

.social__link.twitter:hover {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -200px -50px;
}

.social__link.vimeo {
  display: block;
  height: 32px;
  width: 32px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -250px 0;
}

.social__link.vimeo:hover {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -250px -50px;
}

.social__link.flickr {
  display: block;
  height: 30px;
  width: 30px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -300px 0;
}

.social__link.flickr:hover {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -300px -50px;
}

.social__link.youtube {
  display: block;
  height: 30px;
  width: 23px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -350px 0;
}

.social__link.youtube:hover {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -350px -50px;
}

.info {
  display: block;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.info li {
  color: #fff;
}

.info.one {
  width: 25%;
}

.info.two {
  width: 38%;
}

.info.three {
  width: 20%;
}

.info.four {
  width: 10%;
  float: right;
}

.info.four li {
  text-align: right;
}

.info .first {
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.info .last {
  padding-top: 15px;
}

.info.three .second {
  padding-bottom: 10px;
}

.info.three .third {
  padding-bottom: 10px;
}

.info.three .fourth {
  padding-bottom: 5px;
}

.info.four .second {
  padding-bottom: 10px;
}

.info.four .third {
  padding-bottom: 10px;
}

.info.four .fourth {
  padding-bottom: 22px;
}

.caption {
  background: #ffffff !important;
}

.caption p {
  font-size: 12px;
  line-height: 18px !important;
  padding: 2px 0 0 0 !important;
}

.carousel-pagination li:before {
  display: none !important;
}

.related-box li:before {
  display: none !important;
}

.prev-pagination {
  width: 2.5%;
  background: #0a68b8;
  position: relative;
}

.next-pagination {
  width: 2.5%;
  background: #0a68b8;
  position: relative;
}

.next-pagination:before {
  content: '';
  display: block;
  position: absolute;
  top: 46%;
  left: 6px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px -50px;
  width: 7px;
  height: 11px;
}

.prev-pagination:before {
  content: '';
  display: block;
  position: absolute;
  top: 46%;
  left: 6px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -100px -50px;
  width: 7px;
  height: 11px;
}

.related-box h2 {
  color: #0054a6;
  font-family: Arial;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: none;
}

.related-box {
  background: #eeeeee;
  padding: 6px 15px 18px;
}

.related-box.pages li {
  border-right: 1px solid #000000;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
}

.related-box.pages li a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.related-box.pages li a:hover {
  border-bottom: none;
}

.related-box.pubs .heading a {
  text-decoration: none;
  margin: 0 8px 0 0;
}

.related-box.pubs .heading h3 {
  border-bottom: 1px solid #000000;
  line-height: 14px;
  font-family: Arial;
}

.related-box.pubs .heading h3:hover {
  border-bottom: none;
}

.related-box.pubs .heading .file-size {
  border-left: 1px solid #000000;
  color: #000000;
  padding: 0 7px;
}

.doc-icon.pdf {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 0 -100px;
}

.doc-icon.word {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -100px -100px;
}

.doc-icon.excel {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -50px -100px;
}

.related-box.pubs li {
  padding-bottom: 5px;
  color: #000000;
}

.related-box.pubs .heading {
  padding-bottom: 15px;
}

#query-search-bar {
  width: 162px;
}

.sidebar {
  margin-bottom: 50px;
}

.sidebar .dam-info {
  width: 222px;
  float: left;
  padding: 9px 8px 8px 20px;
  background: #eeeeee;
}

.sidebar .dam-info h2 {
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  line-height: 18px;
  color: #063f5c;
}

.dam-info .dam-level {
  color: #063f5c;
}

.dam-stats .more {
  color: #063f5c;
}

.dam-info__background .more {
  color: #0a68b8;
}

.map-section h2 {
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  line-height: 18px;
  color: #063f5c;
}

.sidebar .view-catchment {
  float: left;
  width: 217px;
  padding-left: 20px;
}

.map-tab:before {
  display: none !important;
}

.ui-state-default:before {
  display: none !important;
}

.box.video-list {
  background: #eeeeee !important;
}

.info-column.box {
  background: #eeeeee;
}

.carousel-pagination {
  margin-top: 0;
}

.tabs.living .ui-tabs-panel {
  background: #eeeeee;
}

.tabs.living .tab-nav a {
  background: #0a68b8;
  height: 42px;
}

.ui-tabs-anchor {
  font-size: 14px !important;
  font-family: Arial !important;
  font-weight: 700 !important;
  color: #0a68b8 !important;
  background: #fff !important;
}

.ui-tabs-anchor:hover {
  background: #e0e0e0 !important;
  color: #063f5c !important;
}

.tabs .tab-nav {
  border-bottom: 8px solid #e0e0e0;
}

.tabs > .tab-nav > .ui-state-active > .ui-tabs-anchor {
  background: #e0e0e0 !important;
  color: #063f5c !important;
}

.tabs .tab-nav > li > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabs .content-wrapper-inner {
  padding-top: 0;
}

.date-list {
  background: #eeeeee;
}

#content h3 {
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: none;
}

#content h3.blue {
  color: #0a68b8;
}

.map-tabs .map-tab-nav li.ui-state-active a {
  background: #f4f4f4;
  color: #063f5c !important;
}

.map-tabs .map-tab-nav a {
  background: #0a68b8;
  color: #fff !important;
}

.map-tabs .map-tab-nav a:hover {
  background: #f4f4f4;
  color: #063f5c !important;
}

.map-tabs .map-tab-nav {
  border-bottom: 8px solid #f4f4f4;
}

.info-column .box {
  background: #eeeeee !important;
}

.my-catchment h1 {
  color: #fff;
  font-size: 3.2em;
  position: absolute;
  padding: 15px 15px 7px 15px;
  background: rgba(0, 0, 0, 0.5);
}

.my-catchment h4 a {
  font-weight: 700;
}

.tabs.living h5 a {
  color: #2b2b2b;
}

#content .box.video-list .video-list-row .play {
  /*
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 0 -200px;
  width: 85px;
  height: 85px;
  top: 15px;
  left: 55px;
  */
}

#content .video-item h4 {
  height: 60px;
}

blockquote {
  color: #0a68b8;
  font-family: Arial;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 2px 0 14px 3px;
}

.content-wrapper ol {
  margin-top: 5px;
  margin-left: 0;
}

.content-wrapper ol li {
  counter-increment: ol-counter;
  list-style: none;
}

.content-wrapper ol li:before {
  content: counter(ol-counter, decimal);
  position: relative;
  top: 0;
  left: 0;
  font-family: Arial;
  font-weight: 700;
  background: none;
  padding-right: 8px;
  display: inline;
}

.content-wrapper ol li ol li {
  counter-increment: ol-subcounter;
  list-style: none;
}

.content-wrapper ol li ol li:before {
  content: counter(ol-subcounter, decimal);
  position: absolute;
  top: 0;
  left: 0;
  font-family: Arial;
  font-weight: 700;
  background: none;
}

.content-wrapper ol li ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  top: 6px;
  left: 0;
  position: absolute;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px -150px;
}

.dataTables_wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.th,
th {
  background: #0a68b8;
  font-family: Arial;
  font-weight: 700;
  font-size: 14px;
}

/* Update to render DatePicker day header text */
.ui-datepicker-calendar th {
  font-size: 12px;
}

/* Fix alignment of numbers in DatePicker */
td[data-handler="selectDay"] {
  text-align: right;
}

.coloured-rows tr:nth-child(even) {
  background: #f3f7fb;
}

.coloured-rows tr:nth-child(odd) {
  background: #fff;
}

th.sortable {
  position: relative;
  background: #0a68b8;
}

th.sortable:after {
  content: '';
  position: absolute;
  top: 43%;
  right: 10px;
  width: 11px;
  height: 10px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -50px -150px;
}

td,
th {
  border: none;
}

tbody {
  border-left: 1px solid #dae2e7;
  border-right: 1px solid #dae2e7;
  border-bottom: 1px solid #dae2e7;
}

td {
  font-size: 14px;
  color: #000000;
}

td li {
  font-size: 14px !important;
}

table {
  border-left: none;
}

#content .callout {
  background: #eeeeee;
  padding: 6px 15px 18px;
}

#content .callout h2,
#content .callout h3,
#content .callout h4 {
  color: #063f5c;
  font-family: Arial;
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  margin: 15px 0;
  letter-spacing: 0;
  line-height: 18px;
}

input[type=submit] {
  border: 1px solid #fff;
  background: #0a68b8;
  font-size: 14px;
  font-family: Arial;
  font-weight: 700;
  color: #fff;
  position: relative;
}

input[type="submit"]:hover {
  border: 1px solid #e1e1e1;
  color: #0a68b8;
  background: #fff;
}

.dam-tabs .tab-nav li:before {
  display: none;
}

.info-column .feature-list li:before {
  display: none;
}

/* Additional icons*/
.info-column .feature-list li.kiosk {
  background-position: 111px -2010px;
}

.info-column .feature-list li.shower-facilities {
  background-position: 111px -2962px;
}

.info-column .feature-list li.boat-ramps {
  background-position: 111px -2570px;
}

.info-column .feature-list li.water-sports {
  background-position: 111px -3410px;
}

.info-column .feature-list li.bushwalking {
  background-position: 111px -2738px;
}

.info-column .feature-list li.water-park {
  background-position: 111px -3410px;
}

.info-column .feature-list li.golf {
  background-position: 111px -2850px;
}

.info-column .feature-list li.tennis {
  background-position: 111px -3242px;
}

.info-column .feature-list li.bmx-track {
  background-position: 111px -2514px;
}

.info-column .feature-list li.toilets {
  background-position: 111px -374px;
}

.info-column .feature-list li.camping {
  background-position: 111px -1507px;
}

.info-column .feature-list li.picnic-areas {
  background-position: 111px -1731px;
}

.info-column .feature-list li.barbecues {
  background-position: 111px -536px;
}

.info-column .feature-list li.disabled-toilets {
  background-position: 111px -428px;
}

.info-column .feature-list li.picnic-tables {
  background-position: 111px -1731px;
}

.info-column .feature-list li.shower-facilities {
  background-position: 111px -2962px;
}

.info-column .feature-list li.boat-ramps {
  background-position: 111px -2570px;
}

.info-column .feature-list li.water-sports {
  background-position: 111px -3410px;
}

.info-column .feature-list li.bushwalking {
  background-position: 111px -2738px;
}

.info-column .feature-list li.water-park {
  background-position: 111px -3410px;
}

.info-column .feature-list li.golf {
  background-position: 111px -2850px;
}

.info-column .feature-list li.tennis {
  background-position: 111px -3242px;
}

.info-column .feature-list li.bmx-track {
  background-position: 111px -2514px;
}

.info-column .feature-list li.toilets {
  background-position: 111px -374px;
}

.info-column .feature-list li.camping {
  background-position: 111px -1507px;
}

.info-column .feature-list li.picnic-areas {
  background-position: 111px -1731px;
}

.info-column .feature-list li.barbecues {
  background-position: 111px -536px;
}

.info-column .feature-list li.disabled-toilets {
  background-position: 111px -428px;
}

.info-column .feature-list li.picnic-tables {
  background-position: 111px -1731px;
}

.info-column .feature-list li.picnic-shelters {
  background-position: 111px -320px;
}

.content-wrapper .dam-icon.kiosk {
  background-position: right -2014px;
}

.content-wrapper .dam-icon.shower-facilities {
  background-position: right -2966px;
}

.content-wrapper .dam-icon.boat-ramps {
  background-position: right -2574px;
}

.content-wrapper .dam-icon.water-sports {
  background-position: right -3414px;
}

.content-wrapper .dam-icon.bushwalking {
  background-position: right -2742px;
}

.content-wrapper .dam-icon.water-park {
  background-position: right -3410px;
}

.content-wrapper .dam-icon.golf {
  background-position: right -2850px;
}

.content-wrapper .dam-icon.tennis {
  background-position: right -3242px;
}

.content-wrapper .dam-icon.bmx-track {
  background-position: right -2514px;
}

.content-wrapper .dam-icon.toilets {
  background-position: right -378px;
}

.content-wrapper .dam-icon.camping {
  background-position: right -1511px;
}

.content-wrapper .dam-icon.picnic-areas {
  background-position: right -1735px;
}

.content-wrapper .dam-icon.barbecues {
  background-position: right -540px;
}

.content-wrapper .dam-icon.disabled-toilets {
  background-position: right -432px;
}

.content-wrapper .dam-icon.picnic-tables {
  background-position: right -1735px;
}

.content-wrapper .dam-icon.picnic-shelters {
  background-position: right -324px;
}

.content-wrapper .dam-icon.no-smoking-within {
  background-position: right -3100px;
}

.content-wrapper .dam-icon.keep-to-vehicle {
  background-position: right -3200px;
}

.content-wrapper .dam-icon.no-watercraft {
  background-position: right -3000px;
}

.content-wrapper .dam-icon.fishing-swimming-and {
  background-position: right -2800px;
}

.tabs .feature-list li:before {
  display: none;
}

#content .tabs .info-column h3 {
  font-size: 22px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
  font-family: Arial;
}

.gallery-wrapper .next-pagination {
  width: 19px;
  background: #0a68b8;
  position: relative;
}

.gallery-wrapper .prev-pagination {
  width: 19px;
  background: #0a68b8;
  position: relative;
}

.related-box.how-it-works .next-pagination {
  width: 19px;
  background: #0a68b8;
  position: relative;
}

.related-box.gallery h2 {
  padding: 10px 0 10px 4px;
}

.related-box.how-it-works h2 {
  padding: 10px 0 10px 4px;
}

.related-box.how-it-works .prev-pagination {
  width: 19px;
  background: #0a68b8;
  position: relative;
}

.related-box.how-it-works .thumb-list a {
  border: 0;
  background: none;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  padding-top: 0;
}

.related-box.how-it-works .next-pagination, .related-box.how-it-works .prev-pagination {
  height: 111px;
}

.related-box.how-it-works .thumb-list li {
  margin-right: 14px;
}

.pagination {
  background: #f4f4f4;
}

.pagination > span {
  color: #063f5c;
  font-size: 14px;
}

.content-wrapper .pagination li {
  color: #063f5c;
  font-size: 14px;
}

.content-wrapper .pagination li a {
  color: #063f5c;
  font-size: 14px;
}

.content-wrapper .pagination li:before {
  display: none;
}

.update-list .update-item h4,
.update-list .update-item h5,
.update-list .update-item h6 {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.box.video-list.dam-gallery-list {
  background: none !important;
}

.box.video-list.dam-gallery-list h4 a {
  font-size: 16px;
}

.box.video-list .vid-item h4 {
  font-size: 16px;
}

.research-list h5 {
  color: #2b2b2b;
  font-size: 16px;
  margin: 0;
}

.research-list .summary {
  width: 505px;
}

.interactive h1 {
  color: #fff;
}

#map-options h2 {
  font-family: Arial;
  letter-spacing: 0;
}

#map-options {
  height: 535px;
}

#map-options .option-list li:before {
  background: none;
}

#interactive-map {
  height: 535px;
}

#interactive-map-wrapper {
  margin: 0;
}

.interactive .map-results > li:before {
  background: none;
}

.interactive .map-results .dam-features {
  width: 450px;
}

.interactive .map-results .dam-features li:before {
  background: none;
}

.interactive .map-results .dam-info .name a {
  font-weight: 700;
}

.interactive .map-results .dam-status-wrapper {
  width: 110px;
}

.landing #content h2 {
  letter-spacing: 0;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  height: 45px;
}

.dam-info-featured h3, .dam-levels .info-column.rainfall-reports h4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.map-stats-column h3, .dam-levels .info-column h3 {
  font-family: Arial;
}

.dam-tabs .tab-nav li:before, .info-column .feature-list li:before, .tabs .feature-list li:before {
  display: none;
}

.dam-asset h1 {
  font-family: Arial;
  font-size: 3.6em;
  padding-left: 18px;
}

.dam-tabs .tab-nav li a {
  padding-top: 15px;
  letter-spacing: 0;
}

#timeline.exhibition #dates li:before, #issues > li:before {
  display: none;
}

.exhibition-carousel .slide .caption {
  background: none !important;
}

#timeline.exhibition .issue-summary .issue-title {
  font-family: Arial;
  font-size: 35px;
}

.content-wrapper .pub-filters-wrapper .other-pub-links li:before {
  display: none;
}

.site-search input[type="submit"]:hover {
  border: 0;
}

.newsroom-social .newsroom-social__item:before {
  display: none;
}

#dates > li:before {
  display: none;
}

.related-box.other-dams h2 {
  margin: 0px 0 10px;
  padding: 10px 0;
}

.content-wrapper .pub-filters-wrapper li:before {
  display: none;
}

.my-catchment #content h3.living {
  padding: 20px 0 0;
}

.carousel-wrapper {
  width: 100%;
  background: #fff;
  height: 243px;
  overflow: hidden;
  z-index: 5;
}

.carousel {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  height: 243px;
}

.carousel__list {
  width: 100%;
  float: left;
  margin: 0;
}

.carousel__item {
  width: 100%;
  float: left;
}

.carousel__img {
  float: left;
  max-width: 695px;
  position: relative;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: -130px;
  width: 130px;
  height: 243px;
  background: url("https://www.waternsw.com.au/__data/assets/image/0010/123130/carousel-overlay.png?v=0.1.1");
}

.carousel-info {
  width: 305px;
  float: right;
  height: 243px;
  background: #0a68b8;
  position: relative;
}

.home-top {
  width: 100%;
  background: #fff;
  background-size: 100%;
  padding-bottom: 50px;
}

.home-top__wrapper {
  width: 1000px;
  position: relative;
  margin: 32px auto 0 auto;
}

.top-tiles {
  width: 740px;
  float: left;
  background: #fff;
}

.top-tiles__heading {
  width: 740px;
  height: 55px;
  background: #fff;
}

.top-tiles__heading h2 {
  color: #000;
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  line-height: 55px;
  padding-left: 20px;
  letter-spacing: 0;
  text-align: center;
}

.top-tiles__text {
  width: 740px;
}

.top-tiles__text p {
  padding: 16px 20px;
  margin: 0;
}

.top-tiles__text p a {
  font-size: 1em;
}

.top-tiles__text h2 {
  padding: 0 0 0 20px;
  text-transform: none;
  font-size: 22px;
  color: #2e3b4d;
  line-height: 20px;
  font-family: Arial;
  font-weight: 400;
}

.top-tiles__icons {
  margin-top: 0px;
  width: 740px;
}

.top-icons__list {
  position: relative;
  width: 740px;
  margin: 0;
  float: left;
}

.top-icons__item {
  display: inline;
  padding: 0 !important;
  margin: 0 !important;
  float: left;
  width: 33.3333333%;
}

.top-icons__link {
  height: 130px;
  width: 100%;
  float: left;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.first .top-icons__link {
  border-left: none;
}

.fourth .top-icons__link {
  border-left: none;
}

.top-icons__list .top-icons__item:before {
  display: none;
}

.top-icons__item, .top-icons__list {
  border: none;
}

.top-icons__img {
  height: 80px;
  width: 74px;
  display: table;
  margin: 7px auto 0 auto;
  padding-top: 10px;
  text-align: center;
}

.top-icons__img span {
  display: table-cell;
  vertical-align: middle;
}

.top-icons__img .mouse {
  height: 66px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -170px -96px;
}

.top-icons__img .bill {
  width: 57px;
  height: 66px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -248px -96px;
}

.top-icons__img .trade {
  width: 28px;
  height: 66px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -324px -96px;
}

.top-icons__img .form {
  width: 28px;
  height: 66px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -170px -184px;
}

.top-icons__img .beach {
  width: 28px;
  height: 66px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -248px -184px;
}

.top-icons__img .meter {
  width: 28px;
  height: 66px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -324px -184px;
}

.top-icons__link p {
  text-align: center;
  padding: 4px 20px;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}

.top-icons__link:hover {
  background: #f2f2f2;
}

.water-information {
  width: 250px;
  float: left;
  margin-left: 10px;
  height: 531px;
  background: #fff;
}

.water-information__heading {
  background: #0a68b8;
  height: 55px;
  border-radius: 8px 8px 0 0;
}

.water-information__heading h2 {
  color: #fff;
  font-size: 13px;
  font-family: Arial;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 55px;
  padding: 0 20px;
}

.water-information__text p {
  padding: 16px 10px;
  margin: 0;
}

.select.replaced {
  border: 1px solid #cccccc;
  width: 228px !important;
  height: 43px;
}

.map-stats-column .select.replaced, .related-box .select.replaced, .other-dams .select.replaced, .info-column .select.replaced, .pub-filters .select.replaced, .view-article-type select.select.replaced {
  border: 0;
  width: auto !important;
  height: auto;
}

.view-article-type .select.replaced {
  height: auto;
}

.select-a-page .select .option > span {
  background: none;
}

#visit-dam {
  height: 43px;
}

.select-a-page .select .option {
  height: 43px;
  line-height: 43px;
}

.select-a-page .select .option span {
  height: 43px;
  padding: 0 0 0 10px;
}

.select-a-page .select .option span span {
  padding: 0;
}

.quick-links__box {
  width: 276px;
  float: left;
  margin-top: 10px;
  height: 336px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px 8px 0 0;
}

.quick-links__heading {
  width: 276px;
  background: #0a68b8;
  height: 55px;
  margin: -1px 0 0 -1px;
  border-radius: 8px 8px 0 0;
}

.quick-links__heading h2 {
  color: #fff;
  font-size: 13px;
  font-family: Arial;
  font-weight: 700;
  line-height: 55px;
  padding-left: 20px;
  letter-spacing: 0;
}

.quick-links {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  background: #fff;
}

.quick-links__item {
  margin: 0 !important;
  padding: 20px 20px 0 20px !important;
  float: left;
  width: 256px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quick-links__item:before {
  display: none !important;
}

.quick-links__link {
  position: relative;
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quick-links__link:hover {
  text-decoration: underline;
}

.quick-links__link:after {
  content: '';
  width: 16px;
  height: 15px;
  position: absolute;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -90px -145px;
}

.home-top__left {
  float: left;
  width: 740px;
}

.home-top__right {
  float: left;
  width: 260px;
}

.dam-info.home {
  width: 250px;
  margin-left: 10px;
  float: left;
  background-color: #595959;
  margin-top: 10px;
}

.dam-info__background {
  width: 100%;
  float: left;
  height: 55px;
  background: url("https://www.waternsw.com.au/__data/assets/image/0016/123136/dam-level.png?v=0.1.1");
  padding-top: 40px;
}

.dam-info.home h2 {
  color: #fff;
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
  padding-left: 20px;
  padding-top: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.dam-info.home p {
  color: #fff;
  font-size: 13px;
  padding-left: 20px;
  /*padding-top: 5px;*/
}

.dam-info .dam-level {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.home .dam-level .amount {
  float: none;
  letter-spacing: 0;
  width: 100%;
  color: #fff;
  font-size: 65px;
  font-family: Arial;
  font-weight: 700;
  line-height: 56px;
  position: relative;
  /*padding-right: 30px;*/
}

/*
.home .amount:before {
  content: '%';
  position: absolute;
  left: 145px;
  top: 0;
  font-size: 24px;
  display: block;
}
*/
.button-white {
  display: block;
  position: relative;
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 30px;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #e1e1e1;
}

.button-white:after {
  content: '';
  position: absolute;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -100px -150px;
  top: 38%;
  right: 20px;
  width: 6px;
  height: 9px;
}

.button-white:hover {
  background: #0a68b8;
  color: #fff;
}

.button-white:hover:after {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 0px -150px;
}

.button-blue {
  display: block;
  position: relative;
  background: #0a68b8;
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 30px;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #e1e1e1;
  color: #fff;
}

.button-blue:after {
  content: '';
  position: absolute;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 0px -150px;
  top: 38%;
  right: 20px;
  width: 6px;
  height: 9px;
}

.button-blue:hover {
  background: #fff;
  color: #0a68b8;
}

.button-blue:hover:after {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -100px -150px;
}

.home .tabs.social-news {
  width: 454px;
  margin: 10px 0 0 10px;
  height: 336px;
}

.home .tabs .tab-nav li.ui-state-active a {
  background: #0a68b8 !important;
  color: #fff !important;
  letter-spacing: 0;
  padding: 18px 20px 17px;
  font-size: 13px !important;
  height: auto;
  line-height: 15px;
  border-top: 5px solid #fff;
}

.tabs.social-news .twitter-feed {
  border-right: none;
  width: 100%;
  padding: 0;
  height: 281px;
}

.tabs.social-news .ui-tabs-panel {
  background: #fff;
  padding: 0 20px;
  height: 280px;
  border: solid 1px #e0e0e0;
}

.home .tabs .tab-nav {
  border-bottom: none;
  margin: 0;
}

.home-features {
  width: 100%;
  height: auto;
}

.home .tabs .tab-nav a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  letter-spacing: 0;
  padding: 18px 20px 17px;
  height: auto;
  line-height: 15px;
  font-size: 13px !important;
  border-top: 5px solid #e6edf5;
}

.home .ui-tabs-anchor:hover {
  background: #fff !important;
  color: #0a68b8 !important;
  border-top: 5px solid #fff !important;
}

.home .tabs.social-news .tab-nav li {
  width: auto;
}

.home-bottom {
  width: 1000px;
  margin: 0 auto;
  height: 332px;
}

.home-icon__list {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.home-icon__item {
  float: left;
  width: 16.6666666%;
}

.home-icon__link {
  display: block;
  text-decoration: none;
  height: 242px;
  padding: 0 0 20px 0;
  border: 1px solid #fff;
  overflow: hidden;
}

.home-icon__link:hover {
  border: 1px solid #e0e0e0;
  background: #fafafa;
}

.home-icon__link .home-icon__heading {
  color: #000000 !important;
  font-family: Arial;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 5px;
  text-align: center;
  height: 50px;
}

.home-icon__background {
  display: block;
  margin: 0 auto;
  height: 150px;
  margin-top: -10px;
}

.home-icon__background.dam {
  width: 94px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -300px -600px;
}

.home-icon__link:hover .home-icon__background.dam {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -300px -750px;
}

.home-icon__background.trade {
  width: 96px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px -600px;
}

.home-icon__link:hover .home-icon__background.trade {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px -750px;
}

.home-icon__background.form {
  width: 70px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 0px -600px;
}

.home-icon__link:hover .home-icon__background.form {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 0px -750px;
}

.home-icon__background.bill {
  width: 102px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -298px -300px;
}

.home-icon__link:hover .home-icon__background.bill {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -298px -450px;
}

.home-icon__background.informed {
  width: 140px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px -300px;
}

.home-icon__link:hover .home-icon__background.informed {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px -450px;
}

.home-icon__background.education {
  width: 105px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 0px -300px;
}

.home-icon__link:hover .home-icon__background.education {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 0px -450px;
}

.home-icon__text {
  margin-bottom: 0;
  padding: 0 10px;
  text-align: center;
  line-height: 16px;
}

.home-features__wrapper {
  margin: 0 auto;
  width: 100%;
}

.home-features ~ .wrapper-bg {
  display: none;
}

.home-features .home-features__heading {
  padding: 20px 0;
  text-align: center;
  color: #000000 !important;
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
}

.feature__list {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
  width: auto;
}

.feature__item {
  float: left;
  width: 33%;
  position: relative;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 850px) {
  .feature__item {
    width: 100%;
  }
}

.feature__link {
  position: relative;
  float: left;
  width: 100%;
  background: #000000;
  overflow: hidden;
}

.feature__link img {
  display: block;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s,  transform 0.35s;
  -moz-transition: opacity 0.35s,  transform 0.35s;
  -ms-transition: opacity 0.35s,  transform 0.35s;
  -o-transition: opacity 0.35s,  transform 0.35s;
  transition: opacity 0.35s,  transform 0.35s;
}

.feature__item:hover img {
  opacity: 0.6;
  -moz-transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.feature__list .feature__heading {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  text-align: center;
  top: 50%;
  letter-spacing: 0;
}

.feature__text {
  position: absolute;
  top: 60%;
  left: 0;
  color: #fff;
  font-family: Arial;
  font-weight: 300;
  text-align: center;
  width: 375px;
  padding: 0 60px;
  opacity: 0;
  -moz-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -ms-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.feature__item:hover .feature__text {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lt-ie9 .feature__text {
  display: none;
}

.lt-ie9 .feature__item:hover .feature__text {
  display: block;
}

.home #main-wrapper-sub {
  margin-top: 0;
}

.home .content-wrapper {
  margin-bottom: 0;
}

.home .main-row {
  margin: 0;
}

.latest-update__link {
  text-decoration: none;
  color: #0a68b8;
  margin-bottom: 10px;
}

.latest-news__list {
  margin-top: 0;
  float: left;
  width: 100%;
}

.latest-news__item {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.latest-news__item:hover {
  background: #f2f2f2;
}

.latest-news__item {
  border-bottom: 1px solid #e0e0e0;
}

.latest-news__list .latest-news__heading {
  color: #2e3b4d;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  float: left;
  text-transform: none;
  text-decoration: underline;
}

.latest-news__link {
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
}

.latest-news__text {
  color: #2e3b4d;
  float: left;
  width: 312px;
  margin-bottom: 0;
}

.latest-news__img {
  max-width: 82px;
  max-height: 82px;
  float: left;
  padding: 0 20px 15px 0;
}

.home .latest-news-wide {
  width: 100%;
}

.latest-news__more {
  color: #0a68b8;
}

.latest-news__link:hover .latest-news__more {
  text-decoration: underline;
}

.slick-dots {
  display: inline-block !important;
  margin-top: 0;
}

.slick-play, .slick-pause, .slick-dots {
  background: none;
}

.slick-play, .slick-pause {
  width: 20px;
  height: 20px;
  background: #fff;
  text-indent: -99999px;
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}

.slick-play {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -143px -94px #fff;
}

.slick-pause {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -45px -45px #fff;
}

.slick-dots li {
  display: inline-block;
  padding: 0 2px;
}

.slick-dots .slick-active button {
  background: #0a68b8;
  color: #fff;
}

.slick-dots button {
  width: 20px;
  height: 20px;
  background: #fff;
  color: #0a68b8;
  font-family: Arial;
  font-weight: 700;
  text-indent: 0;
  float: left;
}

.slick-dots button:hover {
  background: #0a68b8;
  color: #fff;
}

.carousel__controls {
  position: absolute;
  width: 1000px;
  text-align: center;
  bottom: 13px;
}

.carousel .carousel__heading {
  color: #fff;
  font-family: Arial;
  font-weight: 300;
  font-size: 36px;
  top: auto;
  left: auto;
  position: relative;
  text-transform: none;
  margin: 30px 50px 30px 20px;
  text-shadow: none;
  line-height: 40px;
}

.carousel__link {
  margin: 0 50px 30px 20px;
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}

.carousel__link:hover {
  text-decoration: underline;
}

.carousel__link:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 15px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") 10px -146px;
}

.home-dam__list {
  margin: 0 10px;
  position: relative;
}

.home-dam__item {
  padding: 12px 10px;
  border: 1px solid #cccccc;
  background: #fff;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.home-dam__item:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 10px;
  width: 12px;
  height: 10px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -50px 0;
}

.home-dam__item.active .home-dam-sub__list {
  display: block;
}

.home-dam-sub__list {
  display: none;
  margin-top: 10px;
  position: absolute;
  background: #fff;
  top: 33px;
  left: -1px;
  width: 228px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}

.home-dam-sub__item {
  z-index: 2;
  padding: 2px 0 2px 20px;
}

.home-dam-sub__item:hover {
  text-decoration: underline;
}

.individual-dam {
  height: 336px;
  background: url("https://www.waternsw.com.au/__data/assets/image/0017/123146/individual-dam__background.png?v=0.1.1") no-repeat #0a68b8;
  margin-top: 10px;
}

.individual-dam__link {
  text-decoration: none;
  color: #0a68b8;
}

.individual-dam__count {
  letter-spacing: 0;
  width: 100%;
  color: #fff;
  font-size: 65px;
  font-family: Arial;
  font-weight: 700;
  line-height: 56px;
  position: relative;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 20px;
}

/*
.individual-dam__count span {
  padding-right: 30px;
  position: relative;
}


.individual-dam__count span:before {
  content: '%';
  position: absolute;
  left: 145px;
  top: 0;
  font-size: 24px;
  display: block;
}
*/
.individual-dam__count sup, .dam-info .dam-level sup {
  font-size: 32px;
  font-weight: 400;
  top: -22px;
  color: #fff;
}

.individual-dam .individual-dam__heading-top {
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  padding: 0 10px;
}

.individual-dam__text-top {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 5px 10px 0 10px;
  margin: 0;
}

.individual-dam__heading-bottom {
  color: #fff;
  font-family: Arial;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0 10px;
}

.individual-dam__text-bottom {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 10px;
}

.dam-list {
  display: none;
}

.individual-dam__top {
  display: block;
  height: 90px;
  margin-bottom: 15px;
}

#main-nav > li > span > a {
  width: 110px;
}

.home #main-nav > li > span > a:before {
  content: '';
  position: absolute;
  left: 39%;
  bottom: 0;
  width: 25px;
  height: 14px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px 0;
  display: block;
}

.About.us #main-nav > .a-1 > span > a:before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 0;
  width: 25px;
  height: 14px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px 0;
  display: block;
}

.Customer.service #main-nav > .a-2 > span > a:before {
  content: '';
  position: absolute;
  left: 45%;
  bottom: 0;
  width: 25px;
  height: 14px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px 0;
  display: block;
}

.Water.supply #main-nav > .a-3 > span > a:before {
  content: '';
  position: absolute;
  left: 43%;
  bottom: 0;
  width: 25px;
  height: 14px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px 0;
  display: block;
}

.Water.quality #main-nav > .a-4 > span > a:before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 0;
  width: 25px;
  height: 14px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px 0;
  display: block;
}

.Projects #main-nav > .a-5 > span > a:before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 0;
  width: 25px;
  height: 14px;
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px 0;
  display: block;
}

#main-nav > li > span > a:hover:before {
  display: none;
}

#main-nav > .a-1 > span > a:hover:before {
  display: none !important;
}

#main-nav > .a-2 > span > a:hover:before {
  display: none !important;
}

#main-nav > .a-3 > span > a:hover:before {
  display: none !important;
}

#main-nav > .a-4 > span > a:hover:before {
  display: none !important;
}

#main-nav > .a-5 > span > a:hover:before {
  display: none !important;
}

.home #main-nav > .a-1 > span > a:before, .home #main-nav > .a-2 > span > a:before, .home #main-nav > .a-3 > span > a:before, .home #main-nav > .a-4 > span > a:before, .home #main-nav > .a-5 > span > a:before {
  display: none;
}

.About.us #main-nav > li > span > a:before, .About.us #main-nav > .a-2 > span > a:before, .About.us #main-nav > .a-3 > span > a:before, .About.us #main-nav > .a-4 > span > a:before, .About.us #main-nav > .a-5 > span > a:before {
  display: none;
}

.Customer.service #main-nav > .a-1 > span > a:before, .Customer.service #main-nav > li > span > a:before, .Customer.service #main-nav > .a-3 > span > a:before, .Customer.service #main-nav > .a-4 > span > a:before, .Customer.service #main-nav > .a-5 > span > a:before {
  display: none;
}

.Water.supply #main-nav > .a-1 > span > a:before, .Water.supply #main-nav > .a-2 > span > a:before, .Water.supply #main-nav > li > span > a:before, .Water.supply #main-nav > .a-4 > span > a:before, .Water.supply #main-nav > .a-5 > span > a:before {
  display: none;
}

.Water.quality #main-nav > .a-1 > span > a:before, .Water.quality #main-nav > .a-2 > span > a:before, .Water.quality #main-nav > .a-3 > span > a:before, .Water.quality #main-nav > li > span > a:before, .Water.quality #main-nav > .a-5 > span > a:before {
  display: none;
}

.Projects #main-nav > .a-1 > span > a:before, .Projects #main-nav > .a-2 > span > a:before, .Projects #main-nav > .a-3 > span > a:before, .Projects #main-nav > .a-4 > span > a:before, .Projects #main-nav > li > span > a:before {
  display: none;
}

#main-nav .a-1 > span > a {
  width: 110px;
}

#main-nav .a-2 > span > a {
  width: 220px;
}

#main-nav .a-3 > span > a {
  width: 180px;
  height: auto;
  padding: 0;
}

#main-nav .a-4 > span > a {
  width: 200px;
  height: auto;
  padding: 0;
}

#main-nav .a-5 > span > a {
  width: 160px;
  height: auto;
  padding: 0;
}

#main-nav .a-6 > span > a {
  width: 120px;
}

#main-nav > li > span {
  padding: 0;
}

#main-nav > li > span > a {
  width: 50px;
}

#main-nav > .a-3.has-children .dropdown {
  width: 200px !important;
}

#main-nav > .a-3.has-children .level-2 {
  width: 200px !important;
}

@media screen and (min-width: 1000px) {
  #main-nav > li:hover {
    left: auto;
    background: #fff;
  }
  #main-nav > li:hover a {
    color: #0a68b8;
  }
  #main-nav > li:hover > span {
    padding: 0;
  }
  #main-nav > li:hover .dropdown {
    padding-left: 20px;
  }
  #main-nav > .a-3:hover .dropdown {
    left: -0px !important;
  }
  #main-nav > .a-4:hover .dropdown {
    left: -450px !important;
  }
  #main-nav > .a-5:hover .dropdown {
    left: -490px !important;
  }
  #main-nav > .a-6:hover .dropdown {
    left: -530px !important;
  }
}

#main-nav .level-2 > li > span a,
#main-nav .level-2 > li > span.no-link {
  color: #000000;
  font-family: Arial;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

#main-nav .level-3 > li > a {
  color: #000000;
  font-family: Arial;
  font-weight: 300;
  font-size: 14px;
  padding: 2px 0;
  text-transform: none;
}

#main-nav .level-3 > li {
  border-bottom: 0;
  margin: 5px 0;
}

#main-nav .level-3 > li > a:hover {
  background: #fff;
  text-decoration: underline;
}

#main-nav .level-2 > li > span a:hover {
  background: #fff;
  text-decoration: underline;
}

#main-nav .level-2 > li.highlighted {
  background: #f4faff;
  padding-left: 25px;
  width: 215px;
  height: auto !important;
  padding-left: 12px;
}

#main-nav .extra-list .level-3 > li > a:hover {
  background: #f4faff;
}

.home #tabs-1 {
  padding: 0;
  height: 281px;
}

.dam-levels .dam-info-featured h2 {
  letter-spacing: -1.3px;
}

.related-box.other-dams #visit-dam {
  height: 2em;
}

.related-box.other-dams .select-a-page .select .option {
  height: auto;
  line-height: 2em;
}

.related-box.other-dams .select-a-page .select .option span {
  height: auto;
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123156/select-bg.png?v=0.1.1) #fff no-repeat right 9px;
}

ul.ui-autocomplete {
  z-index: 5000 !important;
}

#key-reports ul li:before {
  display: none;
}

ul.ui-autocomplete li.ui-menu-item:before {
  display: none;
}

.dam-levels .dam-info-featured-search {
  background: #e6e3e0;
  color: #005f87;
  padding: 12px 12px 9px;
  margin: 0 0 5px;
  overflow: hidden;
}

.dam-info-featured-search {
  width: 496px;
  border-right: 1px solid #cfcac5;
  padding: 0 12px 0 0;
}

.dam-levels .dam-info-featured-search .feature {
  border-right: none;
}

.dam-levels .dam-info-featured-search .feature, .dam-levels .dam-info-featured-search .sub-feature {
  float: left;
  height: 145px;
  overflow: hidden;
}

.dam-levels .dam-info-featured-search .dam-stats {
  overflow: hidden;
  margin: 0 0 2px;
}

.dam-levels .dam-info-featured-search .dam-level {
  float: left;
  width: 195px;
  height: 96px;
  overflow: hidden;
  background: #0088c2;
  color: #fff;
  padding: 2px 10px 8px 13px;
}

.dam-levels .dam-info-featured-search .dam-level .amount {
  font-size: 6.167em;
  margin: 0;
}

.dam-levels .dam-info-featured-search .amount {
  display: block;
  font-size: 1.667em;
  margin: 0 0 9px;
}

.dam-levels .dam-info-featured-search .dam-level .unit {
  font-size: 2.75em;
  padding: 0;
  margin: -1px 0 0 9px;
}

.dam-levels .dam-info-featured-search .feature .change {
  float: left;
  width: 90px;
  height: 76px;
  overflow: hidden;
  background: #277fa3;
  color: #fff;
  text-align: center;
  padding: 30px 0 0;
}

.dam-levels .dam-info-featured-search .change .amount.neg {
  background-position: 10px 4px;
}

.dam-levels .dam-info-featured-search .change .amount {
  font-size: 1.667em;
  padding: 0 0 0 24px;
  margin: 0 0 5px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123137/dam-level-icons.png?v=0.1.1) -100px -100px no-repeat;
}

.dam-levels .dam-info-featured-search .change .timeframe {
  font-size: .833em;
}

.dam-levels .dam-info-featured-search .change .amount, .dam-levels .dam-info-featured-search .change .timeframe {
  display: block;
}

.dam-levels .dam-info-featured-search .notice {
  display: block;
  color: #666462;
  margin: 6px 0;
}

.search .dam-levels .dam-info-featured .dam-level {
  width: 172px !important;
  box-sizing: initial;
}

.newsroom-item .img-wrapper {
  background: none !important;
  width: 136px;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .newsroom-item .summary {
    width: 510px;
  }
}

.img-wrapper.right p a, .img-wrapper.right span a {
  font-size: inherit;
}

.inside .wrapper-bg {
  background-image: none;
}

#map-options .option-list label {
  width: 175px;
  margin: 0;
}

.search .content-wrapper {
  padding: 18px 18px 0 18px;
  width: 476px;
  background-color: #fff;
  margin-left: 22px;
}

.search .event-list .date-list .summary-fullwidth {
  width: 469px;
}

.search .date-list .heading {
  width: auto;
}

.search .sub-nav-wrapper {
  height: auto;
}

.search #fb-matching {
  width: 100%;
}

.search .dam-info-featured {
  max-width: 450px;
}

.pubs .update-list .summary {
  width: 570px;
}

#main-nav > li:last-child.talk-to-us {
  background-color: #fff;
  padding: 0;
}

.talk-to-us {
  display: none;
  white-space: nowrap;
}

.talk-to-us:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1000px) {
  .talk-to-us {
    display: block;
  }
}

.talk-to-us .ttu-link {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
  border-bottom: 3px solid #bed12a;
}

@media screen and (min-width: 700px) {
  .talk-to-us .ttu-link {
    pointer-events: none;
    cursor: default;
  }
}

.talk-to-us .ttu-text,
.talk-to-us .ttu-number {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

.talk-to-us .ttu-text {
  color: #0a68b8;
  font-size: 15px;
  max-width: 35%;
  padding-left: 35px;
  padding-right: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.talk-to-us .ttu-text:before {
  background: url(https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25);
  background-size: 400px 1000px;
  background-repeat: no-repeat;
  background-position: -100px -200px;
  bottom: 0;
  content: '';
  display: block;
  height: 39px;
  left: -5px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 38px;
}

.talk-to-us .ttu-number {
  color: #bed12a;
  font-size: 30px;
}

/*
--------------------
Layout
--------------------
*/
/* Icons */
/* UI icons */
.main-nav__toggle.is-active,
.search__toggle.main-nav__toggle.is-active, .main-nav__toggle.search__toggle,
.search__toggle, .main-nav__toggle {
  background-image: url("https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2");
  background-size: 250%;
  background-repeat: no-repeat;
}

.alert__toggle {
  /* background: url("https://www.waternsw.com.au/__data/assets/image/0006/154158/nav_icon_alert.png?v=0.0.3") no-repeat; */
  color:#ffcd34;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding:0 20px;
  line-height:54px;
}

.main-nav__toggle.is-active,
.search__toggle.main-nav__toggle.is-active {
  background-position: 9px 6px;
}

.main-nav__toggle.search__toggle,
.search__toggle {
  background-position: -31px 6px;
}

.main-nav__toggle,
.search__toggle.main-nav__toggle {
  background-position: -72px 8px;
}

/*
--------------------
Components
--------------------
*/
/* Table */
/* Mixins */
/* Table */
td,
th {
  padding: 8px 5px 7px;
}

/* Base */
/* Tables */
@media screen and (max-width: 700px) {
  table:not(.center-cells) tr th {
    color: #fff;
    font-weight: 400;
    padding: 10px;
    white-space: nowrap;
  }
  table:not(.center-cells) ul li {
    line-height: 1.35;
  }
  table:not(.center-cells) ul li::before {
    top: 6px;
  }
  table:not(.center-cells) ul li ul li::before {
    margin-top: -10px;
  }
  form table:not(.center-cells) {
    width: 100%;
    overflow: hidden;
  }
  form table:not(.center-cells) tr:nth-child(odd) td,
  form table:not(.center-cells) tr:nth-child(odd) td:first-child, form table:not(.center-cells) tr:nth-child(even) td,
  form table:not(.center-cells) tr:nth-child(even) td:first-child {
    display: block;
    padding: 0 0 0 5px;
    width: 100%;
  }
  form table:not(.center-cells) tr:nth-child(odd) td ul,
  form table:not(.center-cells) tr:nth-child(odd) td:first-child ul, form table:not(.center-cells) tr:nth-child(even) td ul,
  form table:not(.center-cells) tr:nth-child(even) td:first-child ul {
    margin: 15px 0;
  }
  form table:not(.center-cells) tr:nth-child(odd) td ul li,
  form table:not(.center-cells) tr:nth-child(odd) td:first-child ul li, form table:not(.center-cells) tr:nth-child(even) td ul li,
  form table:not(.center-cells) tr:nth-child(even) td:first-child ul li {
    padding-left: 0;
  }
  .no-flexbox form table:not(.center-cells) tr:nth-child(odd) td,
  .no-flexboxlegacy form table:not(.center-cells) tr:nth-child(odd) td, .no-flexbox
  form table:not(.center-cells) tr:nth-child(odd) td:first-child,
  .no-flexboxlegacy
  form table:not(.center-cells) tr:nth-child(odd) td:first-child, .no-flexbox form table:not(.center-cells) tr:nth-child(even) td,
  .no-flexboxlegacy form table:not(.center-cells) tr:nth-child(even) td, .no-flexbox
  form table:not(.center-cells) tr:nth-child(even) td:first-child,
  .no-flexboxlegacy
  form table:not(.center-cells) tr:nth-child(even) td:first-child {
    float: left;
    width: 97%;
  }
  form table:not(.center-cells) tr:nth-child(odd) td:first-child, form table:not(.center-cells) tr:nth-child(even) td:first-child {
    font-weight: bold;
  }
  .no-flexbox form table:not(.center-cells) tr:nth-child(odd) td:first-child,
  .no-flexboxlegacy form table:not(.center-cells) tr:nth-child(odd) td:first-child, .no-flexbox form table:not(.center-cells) tr:nth-child(even) td:first-child,
  .no-flexboxlegacy form table:not(.center-cells) tr:nth-child(even) td:first-child {
    float: left;
  }
}

.table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: scroll;
  position: relative;
}

form .table-wrapper {
  overflow: hidden;
}

.table-wrapper.has-iscroll {
  overflow-x: scroll;
}

.iscroll__wrapper {
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.iscroll__bar {
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  background: #fff;
}

/* Table */
/* Styles */
.table-row--padding-reduced td {
  padding: 20px 10px;
}

.table-row--padding-reduced td:first-child {
  padding-left: 0;
}

.table-row--padding-reduced td:last-child {
  padding-right: 0;
}

table.left-headings td, table.left-headings tr th {
  padding: 10px;
}

table.left-headings tr th {
  text-align: right;
}

table.left-headings tr th span {
  font-size: 10.4px;
  font-size: 0.65rem;
  font-weight: 300;
  display: block;
  width: 100%;
  float: right;
}

table.left-headings tr:first-child td {
  white-space: nowrap;
}

.icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em;
}

.icon-svg-logo {
  width: 100%;
  height: 90%;
  margin: 0 0 0 20px;
  max-width: 200px;
}

@media screen and (max-width: 460px) {
.icon-svg-logo {margin: 0;}
}

/*
--------------------
Responsive
--------------------
*/
/* Responsive retrofit nav styles */
@media screen and (max-width: 1000px) {
  #header,
  #main-nav {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #header {
    height: 80px;
    padding: 15px 0 0 0;
  }
  #header .information .contacts__list {
    display: none;
  }
  #header .nsw-gov-logo {
    width: 145px;
  }
  #header .site-search {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: opacity 0.25s ease-in, top 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in, top 0.25s ease-in;
    transition: opacity 0.25s ease-in, top 0.25s ease-in;
    border: none;
    background-color: #0a68b8;
    padding: 12px 20px;
    display: block;
    width: 100%;
    opacity: 1;
    position: relative;
    left: 0;
    z-index: 300;
    overflow: visible;
    -webkit-box-shadow: 0px 6px 5px 0px #27356b;
    -moz-box-shadow: 0px 6px 5px 0px #27356b;
    box-shadow: 0px 6px 5px 0px #27356b;
  }
  #header .site-search #site-search-field,
  #header .site-search #query-search-bar {
    font-size: 14.4px;
    font-size: 0.9rem;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    line-height: 44px;
    padding: 0 20px;
    height: 44px;
    width: 100% !important;
  }
  #header .site-search input[type="submit"] {
    display: none;
  }
  #header .site-search:not(.is-active) {
    opacity: 0;
    top: 60px;
    pointer-events: none;
  }
  #header .site-search:not(.is-active)::before {
    height: 0px;
    top: 0px;
  }
  #header .site-search::before {
    -webkit-transition: height 0.25s ease-in, top 0.25s ease-in;
    -moz-transition: height 0.25s ease-in, top 0.25s ease-in;
    transition: height 0.25s ease-in, top 0.25s ease-in;
    content: '';
    display: block;
    width: 45px;
    background-color: #0a68b8;
    right: 15px;
    top: -21px;
  }
  #header .information {
    padding: 0 !important;
    height: 0px;
    width: 100%;
    position: absolute;
  }
}

#main-nav .dropdown {
  width: 650px !important;
  padding-right: 0;
}

#main-nav .dropdown .level-3 {
  width: auto;
}

@media screen and (max-width: 1000px) {
  #main-nav > li > span > a:before {
    content: none !important;
  }
}

.main-nav__toggle,
.search__toggle {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: height 0.1s ease-in;
  -moz-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
  display: none;
}

.main-nav__toggle.main-nav__toggle,
.search__toggle.main-nav__toggle {
  top: -65px;
  right: 72px;
}

.main-nav__toggle.main-nav__toggle.is-active,
.search__toggle.main-nav__toggle.is-active {
  height: 70px;
}

@media screen and (max-width: 1000px) {
  .main-nav__toggle,
  .search__toggle {
    display: block;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: #0a68b8;
    color: #fff;
    text-indent: -9999px;
    float: right;
    position: absolute;
    z-index: 2001;
  }
}

.main-nav-wrapper {
  height: 68px;
}

@media screen and (max-width: 1000px) {
  .main-nav-wrapper {
    height: auto;
    border: none;
  }
}

@media screen and (max-width: 1000px) {
  #main-nav {
    -webkit-transition: max-height 0.35s ease-in;
    -moz-transition: max-height 0.35s ease-in;
    transition: max-height 0.35s ease-in;
    height: auto;
    max-height: 0;
    overflow: hidden;
  }
  #main-nav.is-active {
    max-height: 750px;
  }
  #main-nav > li:first-child {
    padding-top: 10px;
  }
  #main-nav > li:last-child {
    padding-bottom: 10px;
  }
  #main-nav > li.has-children {
    position: relative;
  }
  #main-nav > li.has-children::after {
    background-image: url("https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2");
    background-size: 300%;
    background-position: 0 -41px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: 18px;
    width: 30px;
    height: 30px;
  }
  #main-nav > li.has-children.is-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 25px;
    top: 16px;
  }
  #main-nav > li.has-children.is-active::before {
    content: '';
    display: block;
    background-color: #bed12a;
    position: absolute;
    right: 16px;
    top: 9px;
    width: 43px;
    height: 45px;
  }
  #main-nav li {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  #main-nav li.is-active > .dropdown > ul {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
  }
  #main-nav li.is-active > .dropdown > ul:only-child {
    padding-bottom: 12px;
  }
  #main-nav li.is-active > .dropdown > ul:last-of-type {
    padding-bottom: 12px;
  }
  #main-nav li > span > a {
    font-size: 20px;
    line-height: 54px;
    padding: 0 20px;
  }
  .home #main-nav li > span > a::before {
    content: none;
  }
  #main-nav li.a-1 > span > a,
  #main-nav li.a-2 > span > a,
  #main-nav li.a-3 > span > a,
  #main-nav li.a-4 > span > a,
  #main-nav li.a-5 > span > a {
    padding: 0 20px;
    width: auto;
  }
  #main-nav li > .dropdown {
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
    box-shadow: none;
  }
  #main-nav li > .dropdown > ul {
    -webkit-transition: max-height 0.35s ease-in;
    -moz-transition: max-height 0.35s ease-in;
    transition: max-height 0.35s ease-in;
    max-height: 0;
    overflow: hidden;
  }
  .no-js #main-nav li > .dropdown > ul {
    max-height: 1000px;
  }
  #main-nav li > .dropdown::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
  #main-nav li.is-active > .dropdown {
    position: static;
    border-top: 3px solid #bed12a;
    border-bottom: 3px solid #bed12a;
  }
  #main-nav li.is-active > .dropdown > ul {
    -webkit-transition: max-height 0.35s ease-in;
    -moz-transition: max-height 0.35s ease-in;
    transition: max-height 0.35s ease-in;
    max-height: 500px;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    position: relative;
    left: 0;
  }
  #main-nav li.is-active > .dropdown > ul > li {
    width: 100%;
    float: none;
    background: #fff;
  }
  #main-nav li.is-active > .dropdown > ul > li a {
    font-size: 18px;
    line-height: 20px;
    width: 70%;
  }
  #main-nav li.is-active > .dropdown > ul > li > ul {
    display: none;
  }
  #main-nav li.is-active > .dropdown > ul > li.active ul {
    display: block;
  }
  #main-nav .level-2 > li {
    padding: 5px 10px;
  }
  #main-nav .level-2.extra-list {
    padding: 0 !important;
    padding-left: 12px !important;
  }
}

/* Responsive retrofit inside nav styles */
.sidebar .dam-info,
.sidebar .view-catchment,
.sidebar .trivia,
.sidebar .excursions {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .sidebar .dam-info,
  .sidebar .view-catchment,
  .sidebar .trivia,
  .sidebar .excursions {
    display: none;
  }
}

.sidebar .sub-nav-wrapper {
  background: transparent !important;
}

.sidebar .sub-nav-wrapper .heading {
  width: 100%;
  float: none;
  position: relative;
  text-transform: uppercase;
}

.sidebar #sub-nav {
  margin: 0;
  padding: 0;
  width: 100%;
}

.sidebar .lhn__list {
  padding: 0;
}

.sidebar .lhn__list,
.sidebar .lhn__list-2,
.sidebar .lhn__list-3,
.sidebar .lhn__list-4,
.sidebar .lhn__list-5,
.sidebar .lhn__item,
.sidebar .lhn__item-2,
.sidebar .lhn__item-3,
.sidebar .lhn__item-4,
.sidebar .lhn__item-5,
.sidebar .lhn__link,
.sidebar .lhn__link-2,
.sidebar .lhn__link-3,
.sidebar .lhn__link-4,
.sidebar .lhn__link-5 {
  width: 100%;
}

.sidebar > div {
  background: transparent;
}

.inside #content {
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  .inside #content {
    padding: 12px 40px;
  }
}

@media screen and (max-width: 700px) {
  .inside #content {
    padding: 25px 20px 20px 20px;
  }
}

.inside #content .content-wrapper-inner {
  padding: 0;
}

.inside #content .content-wrapper-inner > div:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1000px) {
  .inside #content .content-wrapper-inner {
    padding: 0;
  }
}

.inside h1 {
  margin: 10px 0 20px 0;
}

.inside.interactive h1 {
  margin: 20px 0 5px 0;
}

@media screen and (max-width: 700px) {
  .inside.interactive h1 {
    font-size: 20px;
    font-size: 1.25rem;
    background-color: #0a68b8;
    font-weight: 400;
    line-height: 50px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
}

.inside.interactive #interactive-map {
  width: 434px;
}

.inside.interactive .map-results .dam-features {
  width: 100%;
}

.inside.interactive #map-options input[type="checkbox"] {
  bottom: 0;
}

@media screen and (max-width: 700px) {
  .inside.interactive #map-options {
    height: auto;
  }
  .inside.interactive #map-options h3 {
    color: #000 !important;
  }
  .inside.interactive #map-options .filter-heading {
    font-size: 14.4px;
    font-size: 0.9rem;
    display: block;
    color: #000;
    font-weight: 400;
    padding: 12px 0;
  }
  .inside.interactive #map-options .option-list li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
  }
  .inside.interactive #map-options .option-list li input[type="checkbox"] {
    margin-top: 2px;
  }
  .inside.interactive #map-options .option-list li label {
    width: 75%;
    color: #0a68b8;
    font-weight: 400;
    position: relative;
  }
  .inside.interactive #map-options .option-list.special li label {
    width: 75%;
    color: #0a68b8;
    font-weight: 400;
    position: relative;
  }
}

@media screen and (max-width: 700px) and (max-width: 700px) {
  .inside.interactive #map-options .option-list.special li label::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #e6e3e0;
    height: 100%;
    width: 20px;
    top: 50px;
    left: 0;
  }
}

@media screen and (max-width: 700px) {
  .inside.interactive #map-options .option-list:not(.special) li label {
    background: none;
    padding: 0;
  }
  .inside.interactive #map-options .option-list::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
  .inside.interactive #map-options hr {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .inside.interactive #interactive-map {
    width: 62%;
  }
  .inside.interactive #map-options {
    width: 38%;
  }
}

@media screen and (max-width: 700px) {
  .inside.interactive #interactive-map,
  .inside.interactive #map-options {
    width: 100%;
  }
  .inside.interactive .howitworks__content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  .inside.interactive .howitworks__content > a {
    order: 2;
    width: 100%;
  }
  .inside.interactive .howitworks__content > a img {
    width: 100%;
    height: auto;
  }
  .inside.interactive .howitworks__content > div {
    order: 1;
  }
}

@media screen and (max-width: 1000px) {
  .inside .content-wrapper {
    width: 100%;
    padding: 0;
  }
  .inside #main-wrapper {
    padding-top: 0;
  }
  .inside .sidebar,
  .inside .content-wrapper {
    width: 100%;
    float: none;
    z-index: 1000;
  }
  .inside .sidebar {
    margin-bottom: 0;
    position: absolute;
    top: 60px;
    padding: 0 45px;
    z-index: 10;
    display: none;
  }
  .inside .sidebar .sub-nav-wrapper {
    float: none;
    overflow: hidden;
  }
  .inside .sidebar .sub-nav-wrapper .heading::after {
    content: '';
    display: block;
    background-image: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
    background-size: 400%;
    background-repeat: no-repeat;
    background-position: 0 -64px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .inside .sidebar .sub-nav-wrapper.is-active .heading::after {
    background-position: -40px -64px;
  }
  .inside .sidebar .sub-nav-wrapper::before {
    -webkit-transition: opacity 0.35s ease-in;
    -moz-transition: opacity 0.35s ease-in;
    transition: opacity 0.35s ease-in;
    opacity: 0;
    content: '';
    display: block;
    height: 3000px;
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
    pointer-events: none;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  .inside .sidebar .sub-nav-wrapper::before {
    top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .inside .sidebar .sub-nav-wrapper.is-active .lhn__list {
    max-height: 1200px;
  }
  .inside .sidebar .sub-nav-wrapper.is-active::before {
    -webkit-transition: opacity 0.35s ease-in;
    -moz-transition: opacity 0.35s ease-in;
    transition: opacity 0.35s ease-in;
    opacity: 1;
  }
  .inside .sidebar .heading,
  .inside .sidebar .lhn__list {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
  .inside .sidebar .heading {
    overflow: hidden;
  }
  .inside .sidebar .lhn__list {
    overflow: auto;
  }
  .inside .sidebar #sub-nav {
    max-height: 1px;
    overflow: hidden;
  }
  .inside .sidebar .lhn__list {
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
    max-height: 1px;
  }
  .inside .breadcrumbs__list {
    padding: 20px 45px 0px 45px;
  }
}

@media screen and (max-width: 700px) {
  .inside .sidebar {
    padding: 0;
    top: 50px;
  }
  .inside .sidebar .sub-nav-wrapper {
    margin-bottom: 0 !important;
  }
  .inside .sidebar .sub-nav-wrapper .lhn__list {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    max-height: 0;
  }
  .inside .sidebar .sub-nav-wrapper .heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .inside .sidebar .sub-nav-wrapper .heading::before {
    content: none;
  }
  .inside .tabs {
    padding: 0 10px;
  }
  .inside .tabs ul > li {
    float: none;
    width: 100%;
    margin: 3px 0;
  }
  .inside .tabs ul > li:not(.ui-state-active) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .inside .tabs ul > li:not(.ui-state-active) .ui-tabs-anchor {
    background-color: #e0e0e0 !important;
    color: #000 !important;
  }
  .inside .tabs ul > li.ui-state-active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .inside .tabs ul > li.ui-state-active .ui-tabs-anchor {
    background-color: #0a68b8 !important;
    color: #fff !important;
    margin: 0;
  }
  .inside .tabs ul > li .ui-tabs-anchor {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 43px;
    height: 43px;
    margin: 0;
    text-align: left;
    padding-left: 15px;
    background-color: #e0e0e0 !important;
    color: #000 !important;
  }
  .inside .tabs ul > li .ui-tabs-anchor:hover {
    margin: 0;
    background-color: #0a68b8 !important;
    color: #fff !important;
  }
  .inside .breadcrumbs__list {
    background-color: #fff;
    margin: 0;
    padding: 12px 20px 10px 20px;
  }
  .inside .breadcrumbs__list > li {
    display: none;
  }
  .inside .breadcrumbs__list > li a {
    text-decoration: none;
  }
  .inside .breadcrumbs__list > li:nth-last-of-type(-n+2) {
    display: inline-block;
  }
  .inside .breadcrumbs__list::before {
    content: '...';
    display: inline-block;
  }
}

.inside .main-nav-wrapper {
  border-bottom: none;
}

.content-wrapper .pagination {
  width: 100%;
  background-color: #e0e0e0;
  padding-left: 10px;
}

.content-wrapper .pagination li a {
  margin: 0 2px;
}

@media screen and (max-width: 1000px) {
  .content-wrapper .pagination {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .content-wrapper .pagination {
    width: 100%;
  }
  .content-wrapper .pagination > span,
  .content-wrapper .pagination ul {
    display: block;
    float: none;
    width: 100%;
  }
  .content-wrapper .pagination ul {
    margin: 10px 0;
  }
}

@media screen and (max-width: 1000px) {
  #content .dam-gallery-list img {
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  #content .dam-gallery-list .video-list-row {
    clear: none;
  }
  #content .dam-gallery-list .dam-item {
    width: 47%;
  }
  #content .dam-gallery-list .dam-item .img-wrapper {
    height: 110px;
  }
  #content .dam-gallery-list .dam-item h4 {
    font-size: 13.6px;
    font-size: 0.85rem;
  }
  #content .dam-gallery-list .dam-item img {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  #content .dam-gallery-list .dam-item .img-wrapper {
    height: 90px;
  }
}

@media screen and (max-width: 1000px) {
  .checklist .item {
    padding: 20px 20px 11px 20px;
  }
}

.checklist .item .content {
  padding-left: 40px;
}

@media screen and (max-width: 1000px) {
  .checklist .item .content {
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .checklist .documents {
    padding: 6px 20px 0;
  }
  .checklist .documents .content {
    width: 100%;
  }
}

/* Responsive retrofit landing styles */
.inside #content .research-list .img-wrapper {
  float: left;
}

.inside #content .research-list .summary {
  width: 465px;
}

.inside #content .research-list .update-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .inside #content .research-list .update-item {
    width: 100%;
  }
  .inside #content .research-list .summary {
    float: right;
    width: 72%;
    margin: 0;
  }
  .inside #content .research-list .img-wrapper {
    float: left;
    width: 25%;
    margin: 0 3% 0 0;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .inside #content .research-list .summary {
    width: 62%;
  }
  .inside #content .research-list .img-wrapper {
    width: 35%;
  }
  .inside #content .research-list .img-wrapper img {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .inside #content .feature-items {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 1000px) {
  .inside #content .feature-item {
    width: 50%;
    margin: 0;
    height: 0;
    padding: 0 0 48% 0;
    border-bottom: none;
  }
  .inside #content .feature-item .img-wrapper {
    background-color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
  }
  .inside #content .feature-item img {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .inside #content .feature-item > a h2 {
    margin-top: 84%;
    margin-left: 10px;
  }
}

@media screen and (max-width: 700px) {
  .inside #content .feature-item {
    padding: 0 0 53% 0;
  }
  .inside #content .feature-item > a h2 {
    font-size: 13.6px;
    font-size: 0.85rem;
    line-height: 1;
  }
}

@media screen and (max-width: 700px) {
  .inside #content .pub-filters ul {
    width: 100%;
  }
  .inside #content .pub-filters .filter-block {
    width: 100%;
  }
}

.inside #content .update-list img {
  float: left;
  margin-right: 12px;
  margin-bottom: 2px;
}

.inside #content .update-list img + .summary {
  width: 570px;
}

.inside #content .update-list img + .summary::after {
  content: '';
  display: block;
  clear: both;
}

.inside.landing #content {
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  .inside.landing #content {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 700px) {
  .inside.landing #content {
    padding: 20px;
  }
}

.inside.landing #content .content-wrapper-inner {
  padding: 0;
}

.inside.pubs .pub-filters-wrapper li {
  width: 100%;
}

.inside.pubs .pub-filters-wrapper li label {
  bottom: 6px;
}

@media screen and (max-width: 1000px) {
  .inside.pubs h2 {
    margin: 15px 0 20px 0;
  }
  .inside.pubs h3.left {
    width: 100%;
  }
  .inside.pubs #view_all {
    float: none;
    padding: 0 10px 20px 0;
  }
}

@media screen and (max-width: 1000px) {
  .inside.interactive h2 {
    margin: 15px 0 20px 0;
  }
}

.inside.our-dams #content .research-list .update-item img {
  max-width: 999px;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .inside.our-dams #content .research-list .update-item img {
    width: 150%;
    height: auto;
    max-width: 150%;
  }
}

/* Responsive retrofit footer styles */
#footer .footer__bottom-wrapper {
  padding-bottom: 30px;
}

#footer .footer__bottom {
  padding: 33px 0 0 0;
}

#footer .footer__bottom-left {
  float: left;
  width: 63%;
}

#footer .footer__bottom-right {
  width: 37%;
  float: left;
}

#footer .info.one {
  width: 40%;
}

#footer .info.two {
  width: 50%;
}

#footer .info.three {
  width: 50%;
}

#footer .info.four {
  width: 50%;
}

#footer .info li a {
  color: #ffffff;
  font-size: 1.0em;
}

#footer li.social__item:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1000px) {
  #footer {
    position: relative;
  }
  #footer .social__list {
    margin: 0;
    padding: 25px 0;
    width: 100%;
    background-color: #0054a6;
  }
  #footer,
  .footer__bottom,
  .footer__top,
  .footer__top-left,
  .footer__top-right,
  .footer__list {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
  }
  .social__list {
    text-align: center;
  }
  .social__list .social__item {
    display: inline-block;
    float: none;
  }
  .footer__top-left {
    padding-left: 0;
    text-align: center;
  }
  .footer__bottom-wrapper {
    padding-top: 130px;
  }
  .footer__list {
    margin: 0;
    padding: 35px 0;
    background-color: #0054a6;
  }
  #footer .footer__bottom {
    padding: 50px 60px 20px 60px;
  }
  #footer .footer__bottom .info {
    width: 100%;
    float: none;
  }
  #footer .footer__bottom .footer__bottom-left,
  #footer .footer__bottom .footer__bottom-right {
    width: 50%;
    float: left;
  }
  #footer .footer__bottom .footer__bottom-right::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
  #footer .footer__bottom .info.three, #footer .footer__bottom .info.four {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 700px) {
  #footer .info.three, #footer .info.four {
    display: inline-block;
  }
  #footer .info.one {
    padding-bottom: 25px;
    position: relative;
  }
  #footer .info.one::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #404040;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #footer .info.two {
    padding-bottom: 30px;
    border-bottom: 2px solid #404040;
  }
  #footer .info.two .first {
    padding: 0;
  }
  #footer .info.three {
    width: 69%;
    padding-top: 35px;
  }
  #footer .info.four {
    width: 28%;
  }
  #footer .info.four li a {
    font-weight: normal;
  }
  .footer__top-left {
    padding: 0;
    text-align: center;
    line-height: 28px;
  }
  #footer .footer__bottom {
    padding: 33px 20px 0 20px;
  }
  #footer .footer__bottom .footer__bottom-left,
  #footer .footer__bottom .footer__bottom-right {
    width: 100%;
    float: none;
  }
  .footer__bottom-wrapper {
    padding-top: 0;
  }
}

@media screen and (max-width: 420px) {
  #footer .social__list {
    text-align: justify;
  }
  #footer .social__list:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  #footer li.social__item {
    padding: 0 5px;
  }
  #footer li.social__item:first-child {
    padding-left: 20px;
  }
  #footer li.social__item:last-child {
    padding-right: 20px;
  }
}

@media screen and (max-width: 340px) {
  #footer .info.three {
    width: 65%;
  }
  #footer .info.four {
    width: 33%;
  }
  #footer .info li {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #footer li.social__item {
    float: left;
    padding: 0 10px;
  }
  #footer li.social__item:first-child {
    padding-left: 15px;
  }
  #footer li.social__item:last-child {
    padding-right: 15px;
  }
  #footer li.social__item.text {
    margin-top: 14px;
  }
}

/* Responsive retrofit homepage styles */
.carousel,
.carousel-wrapper,
.carousel__list,
.carousel__controls,
.home-top__wrapper,
.top-tiles__icons,
.top-tiles__text,
.top-icons__list,
#main-wrapper {
  max-width: 100%;
}

#main-wrapper {
  overflow: hidden;
}

.home .tabs .tab-nav.ui-tabs-nav > li,
.home .tabs .tab-nav.ui-tabs-nav > li.ui-state-default,
.home .tabs .tab-nav.ui-tabs-nav > li.ui-state-active {
  height: 55px;
}

.home .tabs .tab-nav.ui-tabs-nav > li a,
.home .tabs .tab-nav.ui-tabs-nav > li.ui-state-default a,
.home .tabs .tab-nav.ui-tabs-nav > li.ui-state-active a {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  border-top: none;
  margin-top: 0;
}

.home .tabs .tab-nav.ui-tabs-nav > li.ui-state-default a {
  border: 1px solid #e0e0e0;
  border-radius: 8px 8px 0 0;
}

.home .tabs .tab-nav.ui-tabs-nav > li.ui-state-default a:hover {
  border-top: 1px solid !important;
}

.home-top__right {
  height: 0;
}

@media screen and (max-width: 1000px) {
  .home-top__right {
    height: auto;
  }
}

.home-bottom__left {
  width: 1000px;
  margin: 0 auto;
}

.home-icon__link {
  height: 260px;
}

.dam-info__background {
  height: auto;
  padding-bottom: 12px;
}

.tabs.social-news .tab-nav li {
  padding-bottom: 0;
}

@media screen and (min-width: 700px) {
  .tabs.social-news .tab-nav li.ui-state-active.ui-tabs-active a {
    border: 1px solid #e0e0e0 !important;
  }
  .tabs.social-news .tab-nav li.ui-state-active.ui-tabs-active a:hover {
    border: 1px solid #e0e0e0 !important;
  }
}

.home-dam-sub__list {
  width: 230px;
  left: -.5px;
  top: 32px;
}

.home-dam-sub__list li {
  padding: 5px 10px;
}

@media screen and (max-width: 1000px) {
  .home-dam-sub__list {
    width: calc(100% + 2px);
    left: -1px;
  }
}

.feature__text {
  width: 100%;
}

.top-icons__img {
  height: 68px;
  margin: 7px auto 0 auto;
}

.button-white {
  padding: 12px 35px;
}

.button-white::after {
  right: 38px;
  top: 36%;
}

@media screen and (max-width: 1000px) {
  .button-white {
    text-align: center;
    padding-left: 20px;
  }
  .button-white::after {
    right: 18%;
  }
}

@media screen and (max-width: 700px) {
  .button-white::after {
    right: 19%;
  }
}

@media screen and (max-width: 375px) {
  .button-white::after {
    right: 19%;
  }
}

p {
  margin: 0 0 16px;
}

h2 {
  font-weight: 400;
}

h3 {
  font-weight: 600;
  margin: 10px 0px;
}

h4 {
  margin: 12px 0;
}

h5 {
  margin: 10px 0;
}

.content-wrapper ul li,
.content-wrapper ol li {
  margin: 0;
  padding: 0 0 8px 20px;
}

@media screen and (max-width: 700px) {
  .content-wrapper ul li,
  .content-wrapper ol li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.content-wrapper ul li ul, .content-wrapper ul li ol,
.content-wrapper ol li ul,
.content-wrapper ol li ol {
  margin: 10px 0 0 0;
}

.content-wrapper ul li ul li, .content-wrapper ul li ol li,
.content-wrapper ol li ul li,
.content-wrapper ol li ol li {
  padding: 0 0 8px 20px;
}

.content-wrapper ol li {
  padding: 0 0 8px 20px;
}

.content-wrapper ol li ol {
  margin: 10px 0 0 20px;
}

.content-wrapper ol li::before {
  padding-right: 12px;
}

blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 20px 0;
}

blockquote::before, blockquote::after {
  font-size: 40px;
  font-size: 2.5rem;
  color: #0a68b8;
  top: 5px;
}

blockquote::after {
  position: absolute;
  bottom: 25px;
  top: auto;
  right: 0;
}

@media screen and (max-width: 700px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .mobile-only {
    display: block !important;
  }
}

.desktop-only-1025 {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .desktop-only-1025 {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-only-1025 {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .home-top {
    padding: 0 40px;
    width: 100%;
    min-height: 1270px;
  }
  .home-top h2 {
    font-size: 16px;
    font-size: 1.2rem;
  }
  .home-top a {
    font-size: 24px;
  }
  .home-top__left,
  .top-tiles,
  .top-tiles__icons,
  .top-icons__list,
  .top-tiles__heading,
  .home-features,
  .home-features__wrapper,
  .home-features__heading,
  .feature__list {
    width: 100%;
  }
  .carousel-info {
    position: absolute;
    top: 0;
    right: 0;
  }
  .carousel__controls {
    text-align: left;
    margin-left: 250px;
  }
  .home-bottom__left {
    width: 59%;
    float: left;
  }
  .home-top__right {
    width: 39%;
    float: right;
    padding-top: 20px;
    padding-right: 10px;
    height: 0;
    overflow: visible;
  }
  .water-information,
  .dam-info.home {
    float: none;
  }
  .water-information,
  .water-information__heading,
  .dam-info.home,
  .dam-info__inner,
  .home .tabs.social-news,
  .quick-links__heading,
  .quick-links__item,
  .home-bottom,
  .home-icon__list {
    width: 100%;
    max-width: 100%;
  }
  .water-information__inner {
    padding: 0;
  }
  .water-information__text,
  .home-dam__list {
    margin: 0;
    padding: 0 20px;
  }
  .water-information__text p {
    padding: 16px 0;
  }
  .quick-links__box {
    height: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .home .tabs.social-news {
    margin: 0 0 20px 0;
    height: auto;
    padding-bottom: 20px;
  }
  .home .tabs.social-news .ui-tabs-panel {
    height: 378px;
  }
  .home-features {
    height: auto;
  }
  .feature__list .feature__heading {
    top: 45%;
  }
  .feature__item {
    padding: 6px;
  }
  .feature__text {
    display: none;
  }
  .home-icon__item {
    width: 33.333%;
  }
  .home-icon__item .home-icon__background.dam {
    background-position: -300px -750px;
  }
  .home-icon__item .home-icon__background.trade {
    background-position: -150px -750px;
  }
  .home-icon__item .home-icon__background.form {
    background-position: -0 -750px;
  }
  .home-icon__item .home-icon__background.bill {
    background-position: -298px -450px;
  }
  .home-icon__item .home-icon__background.informed {
    background-position: -150px -450px;
  }
  .home-icon__item .home-icon__background.education {
    background-position: 0 -450px;
  }
  .home-icon__item .home-icon__heading {
    padding: 0 45px;
    height: 35px;
  }
  .home-icon__item .home-icon__text {
    line-height: 1.5;
  }
  .latest-news__item .latest-news__heading,
  .latest-news__item .latest-news__text {
    width: 70%;
  }
  .individual-dam {
    background-size: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  #page-wrapper {
    overflow-x: hidden;
  }
  .home-bottom__left,
  .home-top__left,
  .home-top__right,
  .quick-links__box,
  .water-information {
    width: 100%;
    float: none;
    height: auto;
  }
  .home-top__left::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
  .home-top__right {
    padding: 0;
  }
  .home-top__wrapper {
    margin: 20px auto 0 auto;
  }
  .home-top {
    padding: 0;
  }
  .home-top a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .top-icons__list {
    padding: 0 20px 20px 20px;
  }
  .top-icons__item {
    width: 50%;
  }
  .top-icons__link {
    height: 150px;
  }
  .top-icons__link p {
    padding: 0 12px;
  }
  .water-information {
    margin-left: 0;
  }
  .quick-links__box {
    margin-top: 20px;
    height: auto;
    padding-bottom: 20px;
  }
  .home .tabs.social-news {
    height: auto;
  }
  .home .tabs.social-news .ui-tabs-panel {
    height: auto !important;
  }
  .home .tabs.social-news .tab-nav li {
    width: 50%;
  }
  .home .tabs.social-news .tab-nav li a,
  .home .tabs.social-news .tab-nav li.active a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .dam-info.home {
    margin: 0;
    padding: 20px;
    background-color: transparent;
  }
  .dam-info__inner {
    background-color: #595959;
  }
  .quick-links,
  .quick-links__item {
    float: none;
  }
  .home-features {
    padding-bottom: 0;
  }
  .home-features .home-features__heading {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    color: #000 !important;
    margin-bottom: 5px;
    text-align: center;
    padding-left: 20px;
  }
  .feature__list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .feature__list .feature__item {
    width: 100%;
    padding: 0;
    margin: 3px 0;
  }
  .feature__list .feature__link img {
    max-width: 100%;
  }
  .home-icon__list {
    padding: 0 20px;
  }
  .home-icon__list .home-icon__link {
    height: 320px;
  }
  .home-icon__list .home-icon__heading {
    padding: 0;
    height: 50px;
  }
  .home-icon__list .home-icon__item {
    width: 50%;
  }
  #footer .footer__bottom {
    padding-bottom: 140px;
  }
  #footer .footer__bottom-left,
  #footer .footer__bottom-right {
    float: none;
    width: 100%;
  }
  #footer .info.four {
    padding-top: 35px;
  }
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .top-tiles__text p {
    padding: 20px;
  }
  .water-information__text p {
    margin: 0;
    padding: 20px 0;
  }
}

.slick-arrow {
  display: none;
}

@media screen and (max-width: 700px) {
  .slick-arrow {
    display: inline-block;
    margin: 0 2px;
    background: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
    background-size: 350%;
    background-repeat: no-repeat;
    background-position: -48px -40px;
    height: 19px;
    width: 20px;
  }
  .slick-arrow.slick-prev {
    -webkit-transform: rotate(180deg) translateY(1px);
    -ms-transform: rotate(180deg) translateY(1px);
    transform: rotate(180deg) translateY(1px);
  }
}

.mobile-only-1025 .slick-arrow {
  display: inline-block;
  margin: 0 2px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
  background-size: 350%;
  background-repeat: no-repeat;
  background-position: -48px -40px;
  height: 19px;
  width: 20px;
}

.mobile-only-1025 .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg) translateY(1px);
  -ms-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}

@media screen and (min-width: 1025px) {
  .mobile-only-1025 .slick-arrow {
    display: none;
  }
}

.btn,
a.btn {
  text-decoration: none;
  padding: 0 40px;
  line-height: 42px;
  margin: 8px 0;
  width: auto;
  text-transform: uppercase;
  position: relative;
}

.btn.btn--primary,
a.btn.btn--primary {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #0a68b8 !important;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #0a68b8;
}

.btn.btn--primary::after,
a.btn.btn--primary::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  width: 12px;
  height: 40px;
  background-image: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
  background-repeat: no-repeat;
  background-position: -40px -172px;
}

.btn.btn--primary:hover,
a.btn.btn--primary:hover {
  background-color: #fff !important;
  color: #0a68b8 !important;
  border: 1px solid #e0e0e0;
}

.btn.btn--primary:hover::after,
a.btn.btn--primary:hover::after {
  background-position: -66px -172px;
}

.btn.btn--primary.btn--inverted,
a.btn.btn--primary.btn--inverted {
  background-color: #fff !important;
  color: #0a68b8 !important;
  border: 1px solid #e0e0e0;
}

.btn.btn--primary.btn--inverted::after,
a.btn.btn--primary.btn--inverted::after {
  background-position: -66px -172px;
}

.btn.btn--primary.btn--inverted:hover,
a.btn.btn--primary.btn--inverted:hover {
  background-color: #0a68b8 !important;
  color: #fff !important;
  border: 1px solid #0a68b8;
}

.btn.btn--primary.btn--inverted:hover::after,
a.btn.btn--primary.btn--inverted:hover::after {
  background-position: -40px -172px;
}

@media screen and (max-width: 700px) {
  .btn.btn--primary.btn--inverted,
  a.btn.btn--primary.btn--inverted {
    padding: 6px;
  }
}

@media screen and (max-width: 700px) {
  .btn.btn--primary,
  a.btn.btn--primary {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px 0;
    padding: 2px;
    text-transform: uppercase;
  }
}

.hide,
.contentHidden {
  display: none;
}

.hide-dam {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .submit-wrapper {
    padding: 0;
  }
}

.content-wrapper input[type="text"],
.content-wrapper input[type="email"],
.content-wrapper textarea {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  .field-wrapper label {
    width: 100%;
    text-align: center;
  }
}

/* Responsive retrofit dam asset styles */
.content-wrapper {
  width: 750px;
}

@media screen and (max-width: 1000px) {
  .content-wrapper {
    margin-bottom: 0;
  }
}

.dam-asset h1 {
  font-size: 40px;
  font-size: 2.5rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 15px 7px 15px;
  top: 64px;
  left: 45px;
  max-width: 64%;
}

.dam-asset .content {
  width: 100%;
}

.dam-asset #content {
  padding: 0 0 40px 0;
}

.dam-asset #content .tabs.ui-tabs {
  margin: 0;
  padding: 20px 20px 0 20px;
}

.dam-asset #content .tabs.ui-tabs .content-wrapper-inner {
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .dam-asset #content .tabs.ui-tabs {
    padding: 20px 40px 0 40px;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs {
    padding: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  .dam-asset #content .tabs.ui-tabs .has-info-column .content {
    order: 1;
  }
  .dam-asset #content .tabs.ui-tabs .has-info-column .info-column {
    order: 2;
  }
  .dam-asset #content .tabs.ui-tabs .has-info-column .info-column .box {
    padding: 15px 0;
  }
}

.dam-asset #content .tabs.ui-tabs .has-info-column .info-column .box {
  background-color: transparent !important;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .info-column .box#restrictions, .dam-asset #content .tabs.ui-tabs .has-info-column .info-column .box.desktop-only {
  background-color: #e0e0e0 !important;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .info-column .box {
    padding: 15px;
    background-color: #e0e0e0 !important;
  }
}

.dam-asset #content .tabs.ui-tabs .has-info-column .info-column.stats {
  margin-top: -30px;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .info-column.stats {
    margin-top: 0;
  }
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats {
  padding: 0;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section {
  border: none;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section .unit,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section .unit {
  width: auto;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section .unit sup,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section .unit sup {
  font-size: 50%;
  margin-left: -5px;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section .unit span,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section .unit span {
  margin-left: 0;
  margin-right: 0;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size {
  width: 50%;
  float: left;
  height: 100px;
  padding: 0;
  margin-top: 0;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height div, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height span, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity div, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity span, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size div, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size span,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height div,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height span,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity div,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity span,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size div,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size span {
  font-family: 'Arial', sans-serif;
  letter-spacing: 0;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .unit .small, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity .unit .small, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size .unit .small,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .unit .small,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity .unit .small,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size .unit .small {
  font-size: 20px;
  font-size: 1.25rem;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .extra-info,
.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .storage-capacity, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity .extra-info,
.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity .storage-capacity, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size .extra-info,
.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size .storage-capacity,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .extra-info,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .storage-capacity,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity .extra-info,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity .storage-capacity,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size .extra-info,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size .storage-capacity {
  font-size: 14.4px;
  font-size: 0.9rem;
  display: block;
  margin: 3px 0;
  font-weight: 300;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity, .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size {
    width: 100%;
    height: auto;
    float: none;
  }
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .extra-info.basic,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .extra-info.basic {
    margin-top: -15px;
    margin-bottom: 25px;
  }
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .measurement,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .measurement {
  background: none;
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .measurement .amount,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .measurement .amount {
    font-size: 64px;
    font-size: 4rem;
    font-weight: 600;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .measurement .unit,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .measurement .unit {
    padding: 15px 0 0 10px;
  }
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .measurement .unit span,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .measurement .unit span {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
  }
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .measurement .unit span.small,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .measurement .unit span.small {
    font-size: 16px;
    font-size: 1rem;
  }
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.height .measurement .unit span.high,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.height .measurement .unit span.high {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
  }
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size {
  margin-top: 5px;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size {
    margin-bottom: 30px;
  }
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size .measurement,
.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size .size,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size .measurement,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size .size {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size .amount,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size .amount {
    font-size: 54.4px;
    font-size: 3.4rem;
    font-weight: 400;
  }
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size span.size,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size span.size {
  font-size: 14.4px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size span.size,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size span.size {
    line-height: 1;
    padding: 3px 0;
  }
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.size .short-amount,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.size .short-amount {
  display: inline-block;
  text-align: center;
  width: auto;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity {
  text-align: center;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity .medium-text,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity .medium-text {
  font-size: 26.4px;
  font-size: 1.65rem;
  margin-top: 5px;
}

.dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity .small-text,
.dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity .small-text {
  text-transform: none;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column .content .feature-section.capacity,
  .dam-asset #content .tabs.ui-tabs .has-info-column .stats .feature-section.capacity {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column {
    padding: 20px 0;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs.ui-tabs .has-info-column {
    padding: 20px 0;
  }
}

@media screen and (min-width: 700px) {
  .dam-asset .tab-nav.dam-ui-tabs {
    margin-left: -40px;
    margin-right: -40px;
  }
  .dam-asset .tab-nav.dam-ui-tabs > li:first-child {
    margin-left: 40px;
  }
  .dam-asset .tab-nav.dam-ui-tabs > li.ui-state-active a {
    background: #e0e0e0 !important;
    color: #000 !important;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset .tab-nav.dam-ui-tabs {
    margin: 0;
  }
}

@media screen and (min-width: 1000px) {
  .dam-asset .tab-nav.dam-ui-tabs {
    margin-left: -20px;
    margin-right: -20px;
  }
  .dam-asset .tab-nav.dam-ui-tabs > li:first-child {
    margin-left: 20px;
  }
}

.dam-asset .ui-tabs-anchor {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.dam-asset .dam__warning {
  padding: 15px 30px 15px 60px;
  background-color: #ffaf18;
  width: 100%;
  margin-top: -5px;
  position: relative;
}

.dam-asset .dam__warning p {
  color: #000;
  margin: 0;
}

.dam-asset .dam__warning::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-image: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
  background-repeat: no-repeat;
  background-position: 0 -225px;
}

.dam-asset .dam-tabs {
  margin: 0;
}

.dam-asset .dam-tabs .tabs-wrapper {
  width: 100%;
}

.dam-asset .dam-tabs .tabs-wrapper .tab-content {
  position: static;
}

@media screen and (max-width: 700px) {
  .dam-asset .dam-tabs .tabs-wrapper .tab-content {
    position: absolute;
  }
}

.dam-asset .dam-tabs .tab-nav {
  background-color: transparent;
  text-align: center;
  padding-top: 20px;
}

.dam-asset .dam-tabs .tab-nav li {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  margin: 0 7px;
  display: inline-block;
  float: none;
}

.dam-asset .dam-tabs .tab-nav li a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #0a68b8;
  background-position: 12px 8px;
  color: #fff;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 35px 0 60px;
  position: relative;
}

.dam-asset .dam-tabs .tab-nav li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  background-image: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
  background-repeat: no-repeat;
  background-position: -38px -184px;
}

.dam-asset .dam-tabs .tab-nav li.supply a {
  background-position: 12px -55px;
  padding: 0 35px 0 45px;
}

.dam-asset .dam-tabs .tab-nav li.visit a {
  background-position: 12px -116px;
  padding: 0 35px 0 70px;
}

.dam-asset .dam-tabs .info-overlay {
  top: 32px;
  right: 0;
  width: 175px;
  text-align: center;
}

.dam-asset .dam-tabs .status-info .heading {
  display: none;
}

.dam-asset .dam-tabs .status-info .status {
  font-size: 13.6px;
  font-size: 0.85rem;
  padding: 22px 27px 22px 7px;
  font-weight: 300;
  font-family: 'Arial', sans-serif;
}

.dam-asset .dam-tabs .status-info .status.open {
  background-position: top 14px right 4px;
}

.dam-asset .dam-tabs .dam-info {
  font-family: 'Arial', sans-serif;
  background-color: #0a68b8;
  padding: 15px 10px;
  margin: 0;
  width: 100%;
}

.dam-asset .dam-tabs .dam-info .heading {
  font-weight: 300;
}

.dam-asset .dam-tabs .dam-info .date {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 300;
}

.dam-asset .dam-tabs .dam-info .more {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'Arial', sans-serif;
  background-color: #fff;
  color: #0a68b8;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  position: relative;
}

.dam-asset .dam-tabs .dam-info .more::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  background-image: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
  background-repeat: no-repeat;
  background-position: -60px -184px;
}

.dam-asset .dam-tabs .dam-level {
  padding-top: 6px;
}

.dam-asset .dam-tabs .dam-level .unit {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  display: inline-block;
  float: none;
}

.dam-asset .dam-tabs .dam-level .amount {
  font-family: 'Arial', sans-serif;
  float: none;
  font-weight: 300;
}

@media screen and (max-width: 1000px) {
  .dam-asset #content {
    float: none;
    position: relative;
  }
  .dam-asset #content h1 {
    top: 30px;
    left: 45px;
  }
  .dam-asset .content-wrapper {
    width: 100%;
  }
  .dam-asset .dam-tabs .tab-content {
    width: 100%;
    max-height: 365px;
    overflow: hidden;
  }
  .dam-asset .dam-tabs .tabs-wrapper img {
    width: 100%;
    height: auto;
  }
  .dam-asset .dam-tabs .info-overlay {
    right: 45px;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset.dam-asset .content-wrapper {
    margin-bottom: 0;
  }
  .dam-asset.dam-asset #content {
    padding-bottom: 20px;
  }
  .dam-asset.dam-asset #content h1 {
    width: 100%;
    padding: 0;
    color: #000;
    background: #fff;
    top: 200px;
    left: 0;
    text-shadow: none;
    max-width: 100%;
  }
  .dam-asset.dam-asset #content h1 span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 70px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .dam-asset.dam-asset #content h1 span.small {
    display: none;
  }
  .dam-asset.dam-asset .tabs .tab-nav {
    border-bottom: none;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li {
    -webkit-transition: max-height 0.75s ease-in;
    -moz-transition: max-height 0.75s ease-in;
    transition: max-height 0.75s ease-in;
    max-height: 43px;
    overflow: hidden;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li div {
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li div  .content-wrapper-inner {
    padding: 0;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li div  a:not(.img-gallery__item) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #0a68b8 !important;
    height: auto;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li div  a.btn--primary {
    background: transparent !important;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li::after {
    font-size: 24px;
    font-size: 1.5rem;
    content: '+';
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    pointer-events: none;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li.ui-state-active {
    -webkit-transition: max-height 0.75s ease-in;
    -moz-transition: max-height 0.75s ease-in;
    transition: max-height 0.75s ease-in;
    max-height: 5000px;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li.ui-state-active div a {
    color: #0a68b8 !important;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li.ui-state-active::after {
    content: '-';
    color: #fff;
    right: 20px;
  }
  .dam-asset.dam-asset .tabs .tab-nav.ui-tabs-nav > li:hover::after {
    color: #fff;
    right: 20px;
  }
  .dam-asset.dam-asset .dam-tabs {
    margin: 0 0 5px 0;
  }
  .dam-asset.dam-asset .dam-tabs .tabs-wrapper .tab-content {
    overflow: visible;
  }
  .dam-asset.dam-asset .dam-tabs .tabs-wrapper img {
    margin: 0 auto;
    height: auto;
    width: auto;
    max-width: none;
  }
  .dam-asset.dam-asset .dam-tabs .tab-nav {
    border-bottom: none;
    padding: 0 20px;
    margin-top: 71px;
    visibility: hidden;
  }
  .dam-asset.dam-asset .dam-tabs .tab-nav li {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
  }
  .dam-asset.dam-asset .dam-tabs .tab-nav li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
  }
  .dam-asset.dam-asset .dam-tabs .tab-nav li a::after {
    content: none;
  }
  .dam-asset.dam-asset .dam-tabs .tab-nav li:not(:first-child) {
    display: none;
  }
  .dam-asset.dam-asset .dam-tabs .info-overlay {
    position: relative;
    width: 100%;
    margin-top: -130px;
    width: 100%;
    right: 0;
  }
  .dam-asset.dam-asset .dam-tabs .info-overlay .status-info .status {
    background-position: right 31% top 14px;
  }
  .dam-asset.dam-asset .dam-tabs .dam-stats .dam-level {
    font-size: 44.8px;
    font-size: 2.8rem;
    padding: 0;
    margin: 0;
  }
  .dam-asset.dam-asset .dam-tabs .dam-stats .more {
    display: none;
  }
  .dam-asset.dam-asset .dam-tabs .dam-stats .amount {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .dam-asset.dam-asset .dam-tabs .dam-stats .unit {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .dam-asset.dam-asset .dam-tabs .dam-stats .date {
    margin-top: -3px;
  }
  .dam-asset.dam-asset .dam-tabs .dam-stats hr {
    display: none;
  }
  .dam-asset.dam-asset .link--view-map {
    line-height: 55px;
    color: white;
    background-color: #0a68b8;
    margin: 20px;
    padding-left: 60px;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(https://www.waternsw.com.au/__data/assets/image/0018/123138/dam-tab-icons.png?v=0.1.1);
    background-repeat: no-repeat;
    background-position: 10px 10px;
  }
}

.dam-asset #content .tabs .has-info-column h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: none;
  margin-top: 20px;
}

.dam-asset #content .tabs .has-info-column .content {
  width: 63%;
  margin: 0;
}

.dam-asset #content .tabs .has-info-column .content img {
  max-width: 100%;
  height: auto;
}

.dam-asset #content .tabs .has-info-column .feature-list {
  border-top: none;
}

.dam-asset #content .tabs .has-info-column .feature-list li {
  border-bottom: none;
}

.dam-asset #content .tabs .has-info-column .feature-list li .more {
  float: none;
  text-decoration: underline;
  /* display: none; */
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs .has-info-column .feature-list li span {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
  }
}

.dam-asset #content .tabs .has-info-column .info-column .dam-data-panel {
  margin-left: -15px;
  margin-right: -15px;
}

.dam-asset #content .tabs .has-info-column .info-column .dam-data-panel .box {
  padding: 20px;
  background-color: #f3f6fb !important;
  width: 46%;
  margin: 10px;
  float: left;
}

.dam-asset #content .tabs .has-info-column .info-column .dam-data-panel .box h3 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.dam-asset #content .tabs .has-info-column .info-column .dam-data-panel .box ul li {
  padding: 0 0 8px 0;
}

.dam-asset #content .tabs .has-info-column .info-column .dam-data-panel .box ul li span {
  float: right;
}

.dam-asset #content .tabs .has-info-column .info-column .dam-data-panel .box ul li:before {
  content: none !important;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs .has-info-column .info-column .dam-data-panel {
    margin: 0;
  }
  .dam-asset #content .tabs .has-info-column .info-column .dam-data-panel .box {
    width: 100%;
    margin: 10px 0;
    padding: 20px;
  }
}

.dam-asset #content .tabs .has-info-column .info-column {
  width: 36%;
  padding-left: 30px;
}

.dam-asset #content .tabs .has-info-column .info-column h3 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.dam-asset #content .tabs .has-info-column .info-column .box {
  background-color: #f3f6fb !important;
  padding: 20px;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs .has-info-column .info-column .box {
    padding: 15px 10px;
  }
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list {
  border-top: none;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #1b88c1;
  color: #fff;
  margin: 6px 0;
  border-bottom: none;
  padding: 10px 30px 10px 12px;
  background-image: none;
  position: relative;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs .has-info-column .info-column .feature-list li {
    padding: 8px 30px 8px 8px;
  }
  .dam-asset #content .tabs .has-info-column .info-column .feature-list li a {
    color: #fff !important;
    text-decoration: underline;
    display: inline-block;
    width: auto;
  }
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.barbecues:after {
  background-position: right 10px top -536px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.boat-ramps:after {
  background-position: right 10px top -2570px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.bushwalking:after {
  background-position: right 10px top -2738px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.camping:after {
  background-position: right 10px top -1506px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.canoe-launching-areas:after {
  background-position: right 10px top -1675px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.childrens-playground:after {
  background-position: right 10px top -1616px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.disabled-toilets:after {
  background-position: right 10px top -426px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.drinking-water:after {
  background-position: right 10px top -212px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.fishing:after {
  background-position: right 10px top -1898px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.hot-water:after {
  background-position: right 10px top -1954px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.information-signs:after, .dam-asset #content .tabs .has-info-column .info-column .feature-list li.interpretive-signs:after {
  background-position: right 10px top -2459px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.kiosk:after {
  background-position: right 10px top -2010px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.parking:after {
  background-position: right 10px top -2177px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.picnic-areas:after, .dam-asset #content .tabs .has-info-column .info-column .feature-list li.picnic-tables:after {
  background-position: right 10px top -1729px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.picnic-shelters:after {
  background-position: right 10px top -320px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.shower-facilities:after {
  background-position: right 10px top -2962px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.toilets:after {
  background-position: right 10px top -372px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.untreated-water-not:after {
  background-position: right 10px top -2396px;
  font-size: 12px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.viewing-areas:after {
  background-position: right 10px top -266px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.visitor-centre:after {
  background-position: right 10px top 6px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.walking-tracks:after {
  background-position: right 10px top -2738px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li.water-sports:after {
  background-position: right 10px top -3410px;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li a {
  color: #fff;
}

.dam-asset #content .tabs .has-info-column .info-column .feature-list li:after {
  background: url(https://www.waternsw.com.au/__data/assets/image/0015/123135/dam-info-icons.png?v=0.1.1) transparent no-repeat right 0;
  background-position: right 10px top -210px;
  bottom: 0;
  content: '';
  display: block;
  height: 30px;
  margin: auto;
  position: absolute;
  right: -5px;
  top: -4px;
  width: 30px;
}

.dam-asset #content .tabs .has-info-column .info-column #restrictions .feature-list li {
  background-color: #909090;
  padding: 10px 45px 10px 10px;
}

.dam-asset #content .tabs .has-info-column .info-column #restrictions .feature-list li::before {
  right: 12px;
  top: 9px;
}

.dam-asset #content .tabs .has-info-column .info-column #restrictions .feature-list li:after {
  content: none;
}

.dam-asset #content .tabs .has-info-column.one-col-layout .content,
.dam-asset #content .tabs .has-info-column.one-col-layout .info-column {
  width: 100%;
  padding-left: 0;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs .has-info-column .content,
  .dam-asset #content .tabs .has-info-column .info-column {
    width: 100%;
    float: none;
  }
  .dam-asset #content .tabs .has-info-column .info-column {
    padding: 0;
  }
  .dam-asset #content .tabs .has-info-column .info-column.visit .feature-list li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 48%;
    display: inline-block;
    margin: 2px 1%;
  }
}

@media screen and (max-width: 700px) and (max-width: 700px) {
  .dam-asset #content .tabs .has-info-column .info-column.visit .feature-list li {
    width: 100%;
  }
}

@media screen and (max-width: 700px) and (max-width: 700px) {
  .dam-asset #content .tabs .has-info-column .info-column.visit .feature-list {
    padding-top: 10px;
  }
  .dam-asset #content .tabs .has-info-column .info-column.visit .feature-list li {
    margin-top: -8px;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content .tabs .has-info-column .info-column #restrictions .feature-list li {
    width: 100%;
    margin: 2px 0;
  }
}

@media screen and (max-width: 700px) {
  .tabs .stats .feature-section.capacity,
  .tabs .stats .feature-section.size {
    padding-top: 25px;
  }
}

.related-box,
.dam-asset .related-box {
  margin: 0;
  padding: 20px;
}

@media screen and (min-width: 1000px) {
  .related-box,
  .dam-asset .related-box {
    background: #fff !important;
  }
}

.related-box h4,
.dam-asset .related-box h4 {
  font-size: 16px;
  font-size: 1rem;
}

.related-box .more,
.dam-asset .related-box .more {
  float: none;
  width: 100%;
  text-decoration: underline;
  background: transparent;
}

@media screen and (max-width: 700px) {
  .related-box .select-a-page,
  .dam-asset .related-box .select-a-page {
    width: 100% !important;
  }
  .related-box .select-a-page button[type="submit"],
  .dam-asset .related-box .select-a-page button[type="submit"] {
    height: 40px;
    background-position: 0px -333px;
  }
}

.related-box .select.replaced,
.dam-asset .related-box .select.replaced {
  background-color: #e0e0e0;
  height: 40px;
}

.related-box .select.replaced span.option span span,
.dam-asset .related-box .select.replaced span.option span span {
  background-color: #e0e0e0;
  padding: 9px;
  height: 40px;
}

/* Responsive retrofit catchment styles */
.my-catchment #content {
  padding-bottom: 50px;
}

@media screen and (max-width: 700px) {
  .my-catchment #content {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 1000px) {
  .my-catchment #content h1 {
    top: 185px;
    left: 45px;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment #content h1 {
    font-size: 24px;
    font-size: 1.5rem;
    top: 293px;
    left: 0;
    background: #f3f6fb;
    color: #000;
    width: 100%;
    padding-left: 20px;
    line-height: 1;
  }
  .my-catchment #content h1 span {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
  }
}

.my-catchment #content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  margin: 20px 0 20px 0;
}

@media screen and (max-width: 700px) {
  .my-catchment #content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
    padding: 10px 20px 5px 20px;
    width: 100%;
    letter-spacing: -1px;
    line-height: 1;
  }
}

.my-catchment #content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 30px 10px 10px 0;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  .my-catchment #content h3 {
    margin: 15px 0 5px 0;
  }
}

.my-catchment #content h3,
.my-catchment #content h4 {
  margin: 15px 0px;
  font-family: 'Arial', sans-serif;
}

@media screen and (max-width: 1000px) {
  .my-catchment #content h3,
  .my-catchment #content h4 {
    margin: 15px 0;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment #content h3,
  .my-catchment #content h4 {
    margin: 15px 20px;
  }
}

.my-catchment #content h4 {
  color: #000;
  line-height: 1.25;
}

@media screen and (max-width: 700px) {
  .my-catchment #content h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.my-catchment #content .info-column {
  padding: 0 10px;
  width: 100%;
}

.my-catchment #content .info-column .box {
  background-color: #f3f6fb !important;
  width: 46.5%;
  margin: 1.5%;
  padding: 20px;
  float: left;
  height: 190px;
}

.my-catchment #content .info-column .box a {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin: 10px 0;
  color: #0a68b8;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 700px) {
  .my-catchment #content .info-column .box a {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1000px) {
  .my-catchment #content .info-column {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment #content .info-column {
    padding: 0;
  }
  .my-catchment #content .info-column h3 {
    margin: 0 20px 20px 20px;
  }
  .my-catchment #content .info-column .box {
    margin: 0;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .my-catchment #content .info-column .box:last-child {
    padding-bottom: 20px;
  }
}

.my-catchment #content .inner-content {
  width: 100%;
  padding: 0;
  float: none;
}

.my-catchment #content .inner-content .catchment-desc {
  margin-bottom: 0;
}

.my-catchment #content .inner-content .catchment-desc h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 15px 0;
}

.my-catchment #content .inner-content .catchment-desc .extended-content-header {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #0a68b8;
  text-align: center;
  background-image: none;
  line-height: 55px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
}

.my-catchment #content .inner-content .catchment-desc .extended-content-header .extended-content__text {
  position: relative;
}

.my-catchment #content .inner-content .catchment-desc .extended-content-header .extended-content__text::before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: -6px;
  height: 30px;
  width: 20px;
  background-image: url(https://www.waternsw.com.au/__data/assets/image/0014/123611/your-catchment-rain-drop.png?v=0.1.0);
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 700px) {
  .my-catchment #content .inner-content .catchment-desc .extended-content-header .extended-content__text {
    font-size: 14.4px;
    font-size: 0.9rem;
    max-width: 55%;
    display: block;
    margin: 0 auto;
    line-height: 1.35;
    padding: 5px 0;
  }
  .my-catchment #content .inner-content .catchment-desc .extended-content-header .extended-content__text::before {
    left: -30px;
    top: 50%;
    margin-top: -17px;
  }
}

.my-catchment #content .inner-content .catchment-desc .extended-content-header .triangle.down,
.my-catchment #content .inner-content .catchment-desc .extended-content-header .triangle.up {
  background: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
  background-repeat: no-repeat;
  background-position: -38px -182px;
  height: 15px;
  width: 15px;
  margin-left: 8px;
  display: inline-block;
  float: none;
}

.my-catchment #content .inner-content .catchment-desc .extended-content-header .triangle.down.triangle.up,
.my-catchment #content .inner-content .catchment-desc .extended-content-header .triangle.up.triangle.up {
  -webkit-transform: rotate(-90deg) translateX(-2px);
  -ms-transform: rotate(-90deg) translateX(-2px);
  transform: rotate(-90deg) translateX(-2px);
}

@media screen and (max-width: 700px) {
  .my-catchment #content .inner-content .catchment-desc .extended-content-header .triangle.down,
  .my-catchment #content .inner-content .catchment-desc .extended-content-header .triangle.up {
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -10px;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment #content .inner-content .catchment-desc .extended-content-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 1000px) {
  .my-catchment #content .inner-content {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment #content .inner-content {
    padding: 20px;
  }
}

.my-catchment ul.map-tab-nav {
  padding: 0 20px;
  border: none;
}

.my-catchment ul.map-tab-nav li.map-tab {
  font-size: 12.8px;
  font-size: 0.8rem;
  letter-spacing: 0;
  height: auto;
  margin-top: 4px;
}

.my-catchment ul.map-tab-nav li.map-tab a {
  font-family: 'Arial', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  padding: 4px 4px;
  line-height: 21px;
}

@media screen and (max-width: 700px) {
  .my-catchment ul.map-tab-nav li.map-tab {
    width: 48%;
  }
  .my-catchment ul.map-tab-nav li.map-tab a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    background-color: transparent;
    color: #0a68b8 !important;
    text-transform: none;
    text-align: left;
  }
  .my-catchment ul.map-tab-nav li.map-tab.ui-state-active a {
    color: #000 !important;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment ul.map-tab-nav {
    padding-bottom: 15px;
  }
}

.my-catchment .related-box.other-dams {
  padding: 20px 0 !important;
}

@media screen and (max-width: 1000px) {
  .my-catchment .related-box.other-dams {
    padding: 20px !important;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment .related-box.other-dams {
    margin-top: 20px;
  }
}

.my-catchment .video-list-container {
  padding: 20px 0 !important;
}

.my-catchment .tabs.living {
  margin-top: 0;
  padding: 0;
}

@media screen and (max-width: 700px) {
  .my-catchment .tabs.living {
    margin-bottom: 40px;
  }
}

.my-catchment .tabs.living .tab-nav {
  width: 100%;
  float: none;
}

.my-catchment .tabs.living .tab-nav > li {
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
  background-color: #e0e0e0;
  width: 100%;
  float: none;
  padding: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
  max-height: 43px;
}

.my-catchment .tabs.living .tab-nav > li:before {
  content: none;
}

.my-catchment .tabs.living .tab-nav > li a {
  background: transparent !important;
  font-weight: 300;
  width: 100%;
  text-align: left;
  padding: 0;
  height: auto;
  top: auto;
}

.my-catchment .tabs.living .tab-nav > li a.ui-tabs-anchor {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  color: #000 !important;
  font-family: 'Arial', sans-serif;
  width: 100%;
  text-align: left;
  margin: 0;
  line-height: 43px;
  font-weight: 300;
  padding: 0 10px !important;
  height: auto;
  top: 0;
  text-decoration: none !important;
}

.my-catchment .tabs.living .tab-nav > li .update-item {
  width: 50%;
  float: left;
}

.my-catchment .tabs.living .tab-nav > li .update-item h5 {
  margin: 4px 0;
}

.my-catchment .tabs.living .tab-nav > li .update-item a {
  color: #0a68b8 !important;
  text-decoration: none;
}

.my-catchment .tabs.living .tab-nav > li .update-item a:hover {
  text-decoration: underline;
}

.my-catchment .tabs.living .tab-nav > li .ui-tabs-panel {
  text-transform: none;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0;
}

.my-catchment .tabs.living .tab-nav > li .ui-tabs-panel .content {
  width: 100%;
}

.my-catchment .tabs.living .tab-nav > li::after {
  font-size: 24px;
  font-size: 1.5rem;
  content: '+';
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
  pointer-events: none;
}

.my-catchment .tabs.living .tab-nav > li:not(.ui-state-active) > a {
  background-color: #e9e9e9 !important;
  color: #000 !important;
}

.my-catchment .tabs.living .tab-nav > li.ui-state-active, .my-catchment .tabs.living .tab-nav > li:hover {
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
  max-height: 999px;
}

.my-catchment .tabs.living .tab-nav > li.ui-state-active > a, .my-catchment .tabs.living .tab-nav > li:hover > a {
  background-color: #0a68b8 !important;
  color: #fff !important;
}

.my-catchment .tabs.living .tab-nav > li.ui-state-active::after, .my-catchment .tabs.living .tab-nav > li:hover::after {
  content: '-';
  color: #fff;
  right: 22px;
}

.my-catchment .tabs.living .tab-nav .ui-tabs-panel {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .my-catchment .tabs.living {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment .tabs.living {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .my-catchment .map-tabs.catchment {
    margin: 0 0 40px 0;
  }
  .my-catchment .map-tabs.catchment .map-tab-nav {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment .map-tabs.catchment {
    margin: 0 20px;
  }
  .my-catchment .map-tabs.catchment .map-tab-nav {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment #carousel .carousel-pagination-wrapper,
  .my-catchment #carousel .prev-pagination,
  .my-catchment #carousel .next-pagination,
  .my-catchment #carousel .caption {
    display: none;
  }
  .my-catchment #carousel .slide-wrapper {
    height: 195px;
  }
}

.my-catchment .slide-wrapper .slide img {
  height: auto;
}

@media screen and (max-width: 1000px) {
  .inside .water-catchment {
    float: none;
  }
}

@media screen and (max-width: 700px) {
  .inside .water-catchment {
    width: 100%;
  }
  .inside .water-catchment h2, .inside .water-catchment p {
    display: none;
  }
  .inside .water-catchment #catchment-map {
    left: 0;
    width: 100%;
    background-position: -180px 0;
  }
  .inside .water-catchment #catchment-img {
    width: 100%;
  }
}

.water-catchment__dam-map {
  margin-bottom: 20px;
}

#council-map {
  width: 100%;
}

/* Responsive retrofit exhibition styles */
.pubs .issue-summary {
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  .pubs #content h2 {
    font-weight: 600;
    text-transform: uppercase;
  }
  .pubs #content p {
    line-height: 1.5;
  }
  .pubs #content .content-wrapper-inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  .pubs #content .content-wrapper-inner {
    padding: 0 20px;
  }
  .pubs #content .content-wrapper-inner h2 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 40px 0 0 0;
    margin: 0;
  }
  .pubs #content .content-wrapper-inner p {
    padding: 0 0 0 0;
  }
}

@media screen and (max-width: 1000px) {
  .pubs #content #timeline {
    width: 100%;
    margin: 0;
  }
  .pubs #content #timeline #dates {
    background-color: #f3f6fb;
    border: none;
    height: 70px;
  }
  .pubs #content #timeline #dates li {
    width: 400px;
  }
  .pubs #content #timeline #dates li a {
    font-family: 'Arial', sans-serif;
    width: 300px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  .pubs #content #timeline #dates li a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 0 14px 0;
    line-height: 1.25;
    width: 220px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 375px) {
  .pubs #content #timeline #dates li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 7px 0 14px 0;
    line-height: 1.125;
  }
}

@media screen and (max-width: 1000px) {
  .pubs #content #timeline .pin {
    display: none;
  }
  .pubs #content #timeline .slide-wrapper {
    height: 460px;
    overflow: hidden;
  }
  .pubs #content #timeline .slide-wrapper .slide {
    height: 460px;
  }
  .pubs #content #timeline .slide-wrapper .slide > img {
    min-height: 250px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  .pubs #content #timeline .slide-wrapper {
    height: 250px;
  }
}

@media screen and (max-width: 1000px) {
  .pubs #content #timeline .selected {
    color: #000;
  }
  .pubs #content #timeline .caption {
    position: absolute;
    top: 420px;
    width: 100%;
    height: 45px;
    background-color: #fff !important;
    text-align: center;
    padding: 12px 0 0 0;
  }
  .pubs #content #timeline .instructions {
    display: none;
  }
  .pubs #content #timeline .carousel-pagination-wrapper {
    width: 772px;
    height: 146px;
    margin-left: -4px;
  }
  .pubs #content #timeline .carousel-pagination-wrapper .carousel-pagination {
    width: 100%;
  }
  .pubs #content #timeline .carousel-pagination-wrapper .carousel-pagination li:not(.active) {
    opacity: .7;
  }
  .pubs #content #timeline .carousel-pagination-wrapper li {
    width: 260px;
    padding: 0;
  }
  .pubs #content #timeline .carousel-pagination-wrapper li a {
    border: none;
    width: 100%;
    padding: 0 3px;
    height: auto;
  }
  .pubs #content #timeline .carousel-pagination-wrapper li a img {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  .pubs #content #timeline .carousel-pagination-wrapper {
    height: 70px;
  }
  .pubs #content #timeline .carousel-pagination-wrapper li {
    width: 33.333%;
  }
  .pubs #content #timeline .carousel-pagination-wrapper li a {
    height: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .pubs #content #timeline #next,
  .pubs #content #timeline #prev {
    width: 45px;
    top: 75px;
    height: 420px;
    background-color: #0a68b8;
    background-image: none;
    z-index: 99;
  }
  .pubs #content #timeline #next::after,
  .pubs #content #timeline #prev::after {
    content: '';
    display: block;
    background-image: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
    background-repeat: no-repeat;
    background-size: 300%;
    background-position: -98px -67px;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 50%;
    margin-top: -28px;
  }
  .pubs #content #timeline #next#prev::after,
  .pubs #content #timeline #prev#prev::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -26px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  .pubs #content #timeline #next,
  .pubs #content #timeline #prev {
    height: 250px;
  }
}

@media screen and (max-width: 1000px) {
  .pubs #content #issues {
    padding: 0;
  }
  .pubs #content #issues .issue-title {
    display: none;
  }
  .pubs #content #issues .issue-summary {
    padding: 20px 60px;
  }
  .pubs #content #issues .exhibition-carousel + .issue-summary {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  .pubs #content #issues .exhibition-carousel + .issue-summary {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .pubs #content #issues .issue-description {
    width: 100%;
    float: none;
  }
  .pubs #content #issues > li {
    width: 768px;
  }
  .pubs #content #issues > li img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .pubs #content {
    padding: 0;
  }
}

/* Responsive retrofit dam levels styles */
.dam-levels h1 {
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .dam-levels h1 {
    margin-top: 0;
    padding-left: 40px;
  }
}

@media screen and (max-width: 700px) {
  .dam-levels h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 20px 0;
    padding: 0;
    background-color: #fff;
    color: #000;
  }
}

.dam-levels table {
  table-layout: fixed;
}

.dam-levels #content {
  padding: 0;
}

@media screen and (max-width: 700px) {
  .dam-levels #content {
    padding: 0 20px;
  }
}

.dam-levels #content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0a68b8;
}

.dam-levels #content .dam-info-featured .dam-level {
  padding: 5px 10px 8px 20px;
}

.dam-levels #content .dam-info-featured .dam-level .amount {
  font-size: 68px;
  font-size: 4.25rem;
}

.dam-levels #content .dam-info-featured .dam-level .unit {
  line-height: 2.2;
}

@media screen and (max-width: 1000px) {
  .dam-levels #content .dam-info-featured {
    padding: 20px 40px;
  }
  .dam-levels #content .dam-info-featured .feature {
    width: 70% !important;
    height: auto;
  }
  .dam-levels #content .dam-info-featured .sub-feature {
    width: 30% !important;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .dam-levels #content .dam-info-featured .feature,
  .dam-levels #content .dam-info-featured .sub-feature {
    width: 100% !important;
  }
}

@media screen and (max-width: 1000px) {
  .dam-levels #content .dam-info-featured h2 {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .dam-levels #content .dam-info-featured h2 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #0a68b8;
    padding: 0 0 10px 0;
  }
}

.dam-levels #content .dam-stats h3,
.dam-levels #content .map-stats-column h3,
.dam-levels #content .sub-feature h3 {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #005f87;
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  margin: 0 0 5px 0;
  padding: 0;
}

.dam-levels #content .info-column h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #005f87;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
}

.dam-levels #content .info-column .select-wrapper .select.replaced span span {
  background-position: right -104px;
}

.dam-levels #content .dam-stats .dam-level,
.dam-levels #content .dam-stats .change {
  height: 96px;
}

.dam-levels #content .map-stats-column h2 {
  display: none;
}

.dam-levels #content .map-stats-column h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Arial', sans-serif;
  color: #0a68b8;
  text-transform: uppercase;
  font-weight: 600;
}

.dam-levels #content .map-stats-column .dam-level,
.dam-levels #content .map-stats-column .change {
  height: 53px;
}

@media screen and (max-width: 700px) {
  .dam-levels #content .map-stats-column .dam-level,
  .dam-levels #content .map-stats-column .change {
    height: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .dam-levels #content .map-stats-column {
    width: calc(100% - 480px);
  }
}

@media screen and (max-width: 700px) {
  .dam-levels #content .map-stats-column {
    width: 100%;
  }
}

.dam-levels #content .dam-info-featured .feature {
  width: 465px;
}

.dam-levels #content .dam-info-featured .feature .dam-level {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .dam-levels #content .dam-info-featured .feature {
    width: 100%;
  }
}

.dam-levels #content .map-stats-column .vol-wrapper .change {
  height: auto;
  float: right;
}

@media screen and (max-width: 700px) {
  .dam-levels #content .map-stats-column .vol-wrapper .change {
    width: auto;
    padding: 5px 0 5px 20px;
  }
}

.dam-levels .selectable-map-wrapper .marker .marker-bubble {
  width: 141px;
  z-index: 999;
}

.no-backgroundsize .dam-levels .selectable-map-wrapper .marker {
  background-image: url(https://www.waternsw.com.au/__data/assets/image/0013/123124/blank.png?v=0.1.1);
  background-repeat: repeat;
}

.dam-levels .selectable-map-wrapper img {
  max-width: 999px;
}

@media screen and (max-width: 1000px) {
  .dam-levels .selectable-map-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {
  .dam-levels .selectable-map-wrapper {
    padding: 20px 0;
    margin: 0;
  }
  .dam-levels .selectable-map-wrapper #selectable-map {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .dam-levels .selectable-map-wrapper #selectable-map .instructions {
    display: none;
  }
  .dam-levels .selectable-map-wrapper .marker .marker-bubble {
    display: none;
  }
  .dam-levels .selectable-map-wrapper .marker.avon {
    bottom: 51%;
    left: 55.25%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.blue-mountains {
    bottom: 86.5%;
    left: 27.8%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.blue-mountains .marker-bubble {
    top: 38px;
    left: 7px;
  }
  .dam-levels .selectable-map-wrapper .marker.blue-mountains .marker-bubble .bubble-point {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -15px;
    left: -2px;
    bottom: auto;
    right: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.cataract {
    bottom: 53.5%;
    left: 65.5%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.cordeaux {
    bottom: 51%;
    left: 61.3%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.fitzroy {
    left: 44.5%;
    bottom: 40%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.fitzroy .marker-bubble {
    left: -120px;
  }
  .dam-levels .selectable-map-wrapper .marker.fitzroy .marker-bubble .bubble-point {
    right: 10px;
  }
  .dam-levels .selectable-map-wrapper .marker.nepean {
    bottom: 53.5%;
    left: 49.75%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.prospect {
    left: 63%;
    bottom: 78%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.prospect .marker-bubble {
    top: -95px;
  }
  .dam-levels .selectable-map-wrapper .marker.tallowa {
    left: 32.75%;
    bottom: 33.5%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.tallowa .marker-bubble {
    left: -87px;
  }
  .dam-levels .selectable-map-wrapper .marker.tallowa .marker-bubble .bubble-point {
    right: 40px;
  }
  .dam-levels .selectable-map-wrapper .marker.warragamba {
    bottom: 76%;
    left: 46.75%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.warragamba .marker-bubble {
    top: -88px;
  }
  .dam-levels .selectable-map-wrapper .marker.wingecarribee {
    left: 42%;
    bottom: 43%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.wingecarribee .marker-bubble {
    left: -115px;
  }
  .dam-levels .selectable-map-wrapper .marker.wingecarribee .marker-bubble .bubble-point {
    right: 15px;
  }
  .dam-levels .selectable-map-wrapper .marker.woronora {
    left: 72%;
    bottom: 65%;
    top: auto;
  }
  .dam-levels .selectable-map-wrapper .marker.greaves {
    display: none;
  }
  .dam-levels .selectable-map-wrapper .marker-bubble {
    z-index: 999;
  }
}

.dam-levels #selectable-map .instructions {
  width: 155px;
  height: 65px;
}

.dam-levels .map-stats-column {
  width: 220px;
  height: 783px;
}

.dam-levels .map-stats-column h3 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 700px) {
  .dam-levels .map-stats-column {
    margin-top: -1px;
    padding: 15px 20px 20px 20px;
    width: 100%;
    height: auto;
  }
  .dam-levels .map-stats-column hr,
  .dam-levels .map-stats-column h2 {
    display: none;
  }
  .dam-levels .map-stats-column h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #0a68b8;
    margin-bottom: 10px;
  }
  .dam-levels .map-stats-column .sub-heading {
    color: #0a68b8;
  }
  .dam-levels .map-stats-column .current {
    margin-top: 15px;
  }
  .dam-levels .map-stats-column .current .unit {
    margin: -2px 0 0 15px;
  }
  .dam-levels .map-stats-column .current .overview {
    padding-bottom: 20px;
  }
  .dam-levels .map-stats-column .current .overview .levels__item {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    width: 50%;
    height: 50px;
    float: left;
    padding-right: 20px;
    font-weight: 500;
  }
  .dam-levels .map-stats-column .current .overview .levels__item span.legend {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    display: block;
    width: 100%;
    font-weight: 500;
  }
  .dam-levels .map-stats-column .current .overview::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
  .dam-levels .map-stats-column .changes,
  .dam-levels .map-stats-column .changes h4 {
    color: #000;
  }
  .dam-levels .map-stats-column .dam-level {
    color: #000;
    width: 65%;
    height: 70px;
    line-height: 70px;
    padding: 0 0 0 15%;
  }
  .dam-levels .map-stats-column .dam-level .amount {
    font-size: 48px;
    font-size: 3rem;
    letter-spacing: 0;
  }
  .dam-levels .map-stats-column .dam-stats {
    color: #000;
  }
  .dam-levels .map-stats-column .change {
    width: 35%;
    height: 70px;
    padding-top: 20px;
  }
  .dam-levels .map-stats-column .change #curr-pc-change {
    display: inline-block;
  }
  .dam-levels .map-stats-column .change .change-timeframe {
    display: block;
    float: none;
    margin: 7px 4px;
  }
  .dam-levels .map-stats-column .snapshot {
    width: 100%;
  }
  .dam-levels .map-stats-column .vol-wrapper .change {
    font-size: 16px;
    font-size: 1rem;
    height: auto;
    padding: 5px 20px;
    background-position: 0 -120px !important;
  }
}

@media screen and (max-width: 1000px) {
  .dam-levels .notice {
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 700px) {
  .dam-levels .notice {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .dam-levels #content .dam-info-featured .feature .change .amount {
    padding: 0;
  }
  .dam-levels #content .dam-info-featured .dam-level {
    text-align: center;
  }
  .dam-levels #content .dam-info-featured .dam-level .amount,
  .dam-levels #content .dam-info-featured .dam-level .unit {
    float: none;
    display: inline-block;
  }
  .dam-levels #content .dam-info-featured .dam-level .unit {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@media screen and (max-width: 700px) {
  .dam-levels #content .dam-info-featured {
    padding: 0;
    background-color: #fff;
  }
  .dam-levels #content .dam-info-featured .feature {
    width: auto;
    height: auto;
    padding: 20px;
    background-color: #e0e0e0;
  }
  .dam-levels #content .dam-info-featured .feature hr {
    color: #000;
    border-color: #000;
    margin: 20px 0 0 0;
  }
  .dam-levels #content .dam-info-featured .feature .dam-level {
    width: 65%;
    padding: 10px 10px 0 13px;
    letter-spacing: 0;
    text-align: center;
  }
  .dam-levels #content .dam-info-featured .feature .dam-level .amount {
    font-size: 52px;
    font-size: 3.25rem;
    margin: 0 0 9px 22px;
    letter-spacing: 0;
  }
  .dam-levels #content .dam-info-featured .feature .dam-level .unit {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.75;
    margin: -5px 0 0 5px;
  }
  .dam-levels #content .dam-info-featured .feature .dam-level .date {
    font-size: 14.4px;
    font-size: 0.9rem;
    display: block;
    clear: both;
  }
  .dam-levels #content .dam-info-featured .feature .change {
    width: 35%;
    height: 96px;
  }
  .dam-levels #content .dam-info-featured .feature .change .amount.neg, .dam-levels #content .dam-info-featured .feature .change .amount.pos {
    background: transparent;
    position: relative;
  }
  .dam-levels #content .dam-info-featured .feature .change .amount.neg::before, .dam-levels #content .dam-info-featured .feature .change .amount.pos::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -10px;
    background: url(https://www.waternsw.com.au/__data/assets/image/0017/123137/dam-level-icons.png?v=0.1.1) transparent no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 20px;
  }
  .dam-levels #content .dam-info-featured .feature .change .amount.pos::before {
    background-position: 2px -51px;
  }
  .dam-levels #content .dam-info-featured .feature .change .timeframe {
    padding: 0 20px;
    line-height: 1.3;
  }
  .dam-levels #content .dam-info-featured .feature .levels {
    margin: 10px 0 0 0;
  }
  .dam-levels #content .dam-info-featured .feature .notice {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0 0 10px 0;
    color: #000;
  }
  .dam-levels #content .dam-info-featured .feature::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
  .dam-levels #content .dam-info-featured .feature a.more {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    background: none;
    text-decoration: underline;
  }
  .dam-levels #content .dam-info-featured .levels__item {
    color: #000;
    margin: 5px 0 10px 0;
    width: 50%;
    float: left;
    padding-right: 20px;
    height: 70px;
  }
  .dam-levels #content .dam-info-featured .levels__item h3 {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    line-height: 1.25;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 700px) and (max-width: 700px) {
  .dam-levels #content .dam-info-featured .levels__item {
    height: 75px;
  }
}

@media screen and (max-width: 700px) {
  .dam-levels #content .dam-info-featured .sub-feature {
    width: 100%;
    border: none;
    height: auto;
    background-color: #e0e0e0;
    padding-bottom: 10px;
  }
}

.dam-levels h2 {
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .dam-levels h2 {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 700px) {
  .dam-levels h2 {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .dam-levels .storage,
  .dam-levels .info-column {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .dam-levels .storage a.more,
  .dam-levels .info-column a.more {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    padding: 20px 16px 20px 0;
  }
  .dam-levels .storage.info-column,
  .dam-levels .info-column.info-column {
    padding: 20px 25px;
    position: relative;
  }
  .dam-levels .storage.info-column .box,
  .dam-levels .info-column.info-column .box {
    width: 45%;
    float: left;
    margin: 0 2.5%;
  }
  .dam-levels .storage.info-column .notice,
  .dam-levels .info-column.info-column .notice {
    position: absolute;
    top: -20px;
    left: 40px;
  }
  .dam-levels .storage.info-column::after,
  .dam-levels .info-column.info-column::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
  .dam-levels .storage.storage,
  .dam-levels .info-column.storage {
    margin-top: 20px;
  }
  .dam-levels .storage.storage .more,
  .dam-levels .info-column.storage .more {
    background-position: right -227px;
  }
}

@media screen and (max-width: 700px) {
  .dam-levels .storage,
  .dam-levels .info-column {
    padding: 0;
  }
  .dam-levels .storage a.more,
  .dam-levels .info-column a.more {
    padding: 20px;
  }
  .dam-levels .storage.info-column,
  .dam-levels .info-column.info-column {
    padding: 0 0 20px 0;
  }
  .dam-levels .storage.info-column .notice,
  .dam-levels .info-column.info-column .notice {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
  }
  .dam-levels .storage.info-column .box,
  .dam-levels .info-column.info-column .box {
    padding: 20px;
    width: 100%;
    float: none;
    margin: 0;
  }
  .dam-levels .storage.info-column .box h3,
  .dam-levels .info-column.info-column .box h3 {
    color: #0a68b8;
    margin: 0 0 15px 0;
  }
  .dam-levels .storage.info-column .box .levels__item,
  .dam-levels .info-column.info-column .box .levels__item {
    width: 50%;
    float: left;
    color: #000;
  }
  .dam-levels .storage.info-column .box .levels__item span,
  .dam-levels .info-column.info-column .box .levels__item span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .dam-levels .storage.info-column .box .levels__item h4,
  .dam-levels .info-column.info-column .box .levels__item h4 {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #000;
    font-weight: 300;
  }
  .dam-levels .storage.info-column .box::after,
  .dam-levels .info-column.info-column .box::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
}

@media screen and (max-width: 700px) {
  .dam-levels .select .option span span {
    height: 25px;
  }
  .dam-levels .select.replaced {
    height: 40px;
    width: 100% !important;
  }
  .dam-levels .select.replaced span.option span {
    font-size: 16px;
    font-size: 1rem;
    background-position: right 0 bottom -25px !important;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0 5px;
  }
  .dam-levels .dam-map {
    width: 100%;
  }
}

.marker {
  background-image: url(https://www.waternsw.com.au/__data/assets/image/0015/123153/markers.png?v=0.1.1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 left 0;
}

.marker.current {
  background-position: top 0 right 2px;
}

.marker.warragamba {
  top: 156px;
  left: 287px;
}

.marker.warragamba.current {
  background-position: top 0 right 1px;
}

.dam-levels__dam-list {
  background-color: #fff;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 1000px) {
  .dam-levels__dam-list {
    padding: 0;
  }
}

.dam-levels__dam-list li {
  background-color: #fff;
}

.dam-levels__dam-list li:before {
  content: none;
}

.dam-levels__dam-list .home-dam__item {
  padding: 10px;
  border: none;
}

.dam-levels__dam-list .home-dam__item span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  width: 100%;
  display: block;
  padding-right: 20px;
}

.dam-levels__dam-list .home-dam__item span::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 2px;
  height: 15px;
  width: 15px;
  background-image: url(https://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.2);
  background-size: 400%;
  background-position: 5px -86px;
  background-repeat: no-repeat;
}

.dam-levels__dam-list .home-dam__item.active span::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dam-levels__dam-list .home-dam-sub__list {
  background-color: #fff;
  position: absolute;
  border: none;
  margin: 1px 0 0 0;
  width: 100%;
  overflow: hidden;
  top: 37px;
  left: 0;
}

.dam-levels__dam-list .home-dam-sub__list .home-dam-sub__item {
  padding: 0 0 8px 15px;
}

.dam-levels__dam-list .home-dam-sub__list .home-dam-sub__item:before {
  content: none;
}

.dam-levels__dam-list .home-dam__item::before,
.dam-levels__dam-list .home-dam-sub__item::before {
  content: none;
}

.dam-levels__dam-list::before {
  content: none;
}

/* Responsive retrofit search styles */
.search .result-wrapper,
.search .event-list .date-list .summary-fullwidth {
  width: 100%;
}

.search #fb-queryform #query {
  width: 363px;
}

.search #fb-facets {
  background-color: white;
}

.search #fb-matching {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .search .sidebar.search {
    position: static;
    top: auto;
    padding: 0 40px;
  }
  .search .sidebar.search .sub-nav-wrapper {
    margin-bottom: 0 !important;
  }
  .search .sidebar.search #fb-facets {
    width: 100%;
    padding: 20px 0;
    background-color: transparent;
  }
  .search .sidebar.search #fb-facets .facet {
    width: 50%;
    float: left;
  }
  .search .sidebar.search #fb-facets .facet .category {
    width: 50%;
    float: left;
  }
  .search #key-reports {
    position: static;
    margin: 20px 0;
    width: 100%;
  }
  .search #key-reports ul {
    width: 100%;
  }
  .search #key-reports ul li {
    width: 30%;
    float: left;
    padding-right: 20px;
    border-bottom: none;
  }
  .search #key-reports ul::after {
    content: '';
    display: block;
    position: relative;
    clear: both;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  .search #key-reports {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .search #fb-queryform label {
    height: 1px;
  }
  .search .content-wrapper.search {
    margin: 0;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 700px) {
  .search .sidebar.search {
    padding: 0 20px;
  }
  .search .sidebar.search #fb-facets .facet .category {
    width: 100%;
  }
  .search #fb-queryform #query {
    width: 70%;
    float: left;
  }
  .search #fb-queryform input[type="submit"] {
    width: 28%;
    float: left;
    margin-left: 2%;
    margin-top: -1px;
  }
  .search .content-wrapper.search {
    padding: 20px;
  }
  .search #key-reports ul li {
    width: 100%;
  }
}

/* Responsive retrofit slider styles */
@media screen and (max-width: 1000px) {
  #carousel_oneslide .slide-wrapper {
    height: 0;
    padding-bottom: 55%;
  }
  #carousel_oneslide .slide-wrapper img {
    height: auto;
  }
}

#carousel .caption,
.mobile-gallery .caption {
  padding: 5px !important;
  height: auto;
}

#carousel .caption p,
.mobile-gallery .caption p {
  margin: 0;
  padding: 0;
}

#carousel .carousel-pagination-wrapper,
.mobile-gallery .carousel-pagination-wrapper {
  width: 95%;
  margin: 0;
}

#carousel .carousel-pagination-wrapper .next-pagination::before,
#carousel .carousel-pagination-wrapper .prev-pagination::before,
.mobile-gallery .carousel-pagination-wrapper .next-pagination::before,
.mobile-gallery .carousel-pagination-wrapper .prev-pagination::before {
  left: 5px;
}

#carousel.small .slide-wrapper,
#carousel.small .slide,
.mobile-gallery.small .slide-wrapper,
.mobile-gallery.small .slide {
  height: 380px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #carousel,
  .mobile-gallery {
    margin: 0 0 75px 0;
  }
  #carousel .slide-wrapper,
  .mobile-gallery .slide-wrapper {
    height: 195px;
  }
  #carousel.small,
  .mobile-gallery.small {
    margin: 0 0 20px 0;
  }
  #carousel.small .slide-wrapper,
  #carousel.small .slide,
  .mobile-gallery.small .slide-wrapper,
  .mobile-gallery.small .slide {
    height: 0;
    padding-bottom: 55%;
  }
  #carousel.small .slide,
  .mobile-gallery.small .slide {
    width: 100%;
  }
  #carousel.small .carousel-pagination-wrapper,
  .mobile-gallery.small .carousel-pagination-wrapper {
    width: 92%;
  }
  #carousel.small .prev-pagination,
  #carousel.small .next-pagination,
  .mobile-gallery.small .prev-pagination,
  .mobile-gallery.small .next-pagination {
    width: 4%;
  }
  #carousel.small .prev-pagination::before,
  #carousel.small .next-pagination::before,
  .mobile-gallery.small .prev-pagination::before,
  .mobile-gallery.small .next-pagination::before {
    left: 50%;
    margin-left: -4px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  #carousel.small .carousel-pagination-wrapper,
  .mobile-gallery.small .carousel-pagination-wrapper {
    width: 88%;
  }
  #carousel.small .prev-pagination,
  #carousel.small .next-pagination,
  .mobile-gallery.small .prev-pagination,
  .mobile-gallery.small .next-pagination {
    width: 6%;
  }
}

@media screen and (max-width: 375px) {
  #carousel .slide-wrapper img,
  .mobile-gallery .slide-wrapper img {
    height: auto;
    width: 100%;
    max-width: 999px;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset .mobile-gallery .slide-wrapper img {
    height: auto;
    width: 100%;
    max-width: 999px;
  }
}

.slide-wrapper {
  margin-bottom: 0;
}

.slide-wrapper .slide .caption {
  width: 100%;
  padding-right: 10px;
}

@media screen and (max-width: 1000px) {
  .carousel {
    max-height: 435px;
    position: relative;
  }
  .carousel,
  .carousel-wrapper {
    padding-bottom: 435px;
    background: #0a68b8;
  }
  .carousel-info {
    text-align: center;
    position: relative;
    width: 100%;
    height: 213px;
    margin-top: -40px;
  }
  .carousel-info::before {
    content: '';
    display: block;
    background-image: url(https://www.waternsw.com.au/__data/assets/image/0011/123131/carousel-overlay-mobile.png?v=0.1.1);
    background-size: cover;
    width: 100%;
    height: 75px;
    position: absolute;
    top: -75px;
    right: 0;
  }
  .carousel-info .carousel__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 22px;
    margin: 25px 30px;
  }
  .carousel-info .carousel__link {
    max-width: 70%;
    background-color: #fff;
    color: #0a68b8;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .carousel__controls {
    bottom: 30px;
    margin-left: 0;
    text-align: center;
  }
  .carousel__controls .slick-pause {
    display: none;
  }
  .carousel__controls .slick-dots li {
    margin: 0 2px;
  }
  .carousel__controls .slick-dots:hover button {
    background: #fff;
  }
  .carousel__controls .slick-dots .slick-active button {
    border: 2px solid #fff;
    background: transparent;
  }
  .carousel__controls .slick-dots button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999px;
  }
}

.mobile-gallery.small {
  margin-top: 40px;
}

.mobile-gallery.small .caption {
  text-align: center;
  height: 30px;
}

.mobile-gallery.small .caption p {
  background-color: transparent;
}

.mobile-gallery.small .slide-wrapper,
.mobile-gallery.small .slide {
  height: 0;
  padding-bottom: 55%;
}

.mobile-gallery.small .slide-wrapper img,
.mobile-gallery.small .slide img {
  width: 100%;
}

.mobile-gallery.small .carousel-pagination li a {
  padding: 0;
  margin: 0 2px 0 0;
  border: 2px solid white;
}

.mobile-gallery.small .carousel-pagination li.active a {
  border: 2px solid #92b4dd;
}

.mobile-gallery.small .next-pagination::before,
.mobile-gallery.small .prev-pagination::before {
  left: 50%;
  margin-left: -4px;
}

@media screen and (max-width: 375px) {
  .mobile-gallery.small .slide-wrapper img,
  .mobile-gallery.small .slide img {
    height: auto;
    width: 100%;
    max-width: 999px;
  }
}

@media screen and (max-width: 700px) {
  .my-catchment #carousel {
    height: 250px;
  }
  .my-catchment #carousel .slide,
  .my-catchment #carousel .slide-wrapper {
    height: 250px;
    padding-bottom: 0;
  }
  .my-catchment #carousel .slide img,
  .my-catchment #carousel .slide-wrapper img {
    max-width: 999px;
  }
}

@media screen and (max-width: 420px) {
  .my-catchment #carousel .slide img,
  .my-catchment #carousel .slide-wrapper img {
    height: 250px;
    width: auto;
  }
}

@media screen and (max-width: 1000px) {
  #carousel.small.large-caption .slide-wrapper,
  #carousel.small.large-caption .slide {
    height: auto;
  }
  #carousel.small.large-caption .slide-wrapper img,
  #carousel.small.large-caption .slide img {
    height: auto;
    max-width: 999px;
  }
}

@media screen and (max-width: 700px) {
  .carousel-info {
    height: 235px;
  }
}

@media screen and (max-width: 1000px) {
  .carousel__img-wrapper {
    width: 100%;
    height: 275px;
    overflow: hidden;
  }
  .carousel__img-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .carousel__img-wrapper {
    /*height: 235px;*/
    max-height: 235px;
    height: auto;
  }
  .carousel__img-wrapper img {
    height: 100%;
    /*width: auto;*/
    max-width: 999px;
  }
}

@media screen and (max-width: 700px) {
  .home .carousel__img-wrapper {
    height: 235px;
    max-height: 235px;
  }
  .home .carousel__img-wrapper img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 210px;
    width: auto;
    max-width: 9999px;
    position: absolute;
    left: 43%;
  }
}

/* Responsive retrofit media component styles */
iframe {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  iframe {
    max-width: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 700px) {
  iframe {
    max-height: 100%;
  }
}

.video-container {
  width: auto;
  padding-top: 0;
  float: left;
  height: auto;
  padding-bottom: 0;
  margin: 0 15px 15px 0;
}

@media screen and (max-width: 700px) {
  .video-container {
    width: 100%;
    float: none;
    height: 0;
    padding-bottom: 56.25%;
  }
  .video-container img {
    width: 100%;
  }
}

.video-item .play {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  background-color: rgba(10, 104, 184, 0.72);
  background-image: url(https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25);
  background-position: 27px -28px;
  background-size: auto;
  background-repeat: no-repeat;
}

.video-item img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .dam-asset #content #lightbox-wrapper,
  .my-catchment #content #lightbox-wrapper {
    max-width: 90%;
    margin: 0;
    left: 5%;
  }
  .dam-asset #content #lightbox-wrapper .caption,
  .my-catchment #content #lightbox-wrapper .caption {
    max-width: 100%;
  }
  .dam-asset #content #lightbox-wrapper .prev-slide,
  .dam-asset #content #lightbox-wrapper .next-slide,
  .my-catchment #content #lightbox-wrapper .prev-slide,
  .my-catchment #content #lightbox-wrapper .next-slide {
    top: 25%;
  }
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide img,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide img {
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide,
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide-wrapper,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide-wrapper {
    height: 380px;
  }
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide img,
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide-wrapper img,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide img,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide-wrapper img {
    height: auto;
  }
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide .next-slide,
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide .prev-slide,
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide-wrapper .next-slide,
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide-wrapper .prev-slide,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide .next-slide,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide .prev-slide,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide-wrapper .next-slide,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide-wrapper .prev-slide {
    top: 22%;
  }
}

@media screen and (max-width: 375px) {
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide,
  .dam-asset #content #lightbox-wrapper #gallery-carousel .slide-wrapper,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide,
  .my-catchment #content #lightbox-wrapper #gallery-carousel .slide-wrapper {
    height: 300px;
  }
  .dam-asset #content #lightbox-wrapper .next-slide,
  .dam-asset #content #lightbox-wrapper .prev-slide,
  .my-catchment #content #lightbox-wrapper .next-slide,
  .my-catchment #content #lightbox-wrapper .prev-slide {
    top: 15%;
  }
}

.dam-asset #content .video-list-container,
.my-catchment #content .video-list-container {
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .dam-asset #content .video-list-container,
  .my-catchment #content .video-list-container {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content .video-list-container,
  .my-catchment #content .video-list-container {
    padding: 0;
  }
  .dam-asset #content .video-list-container .box.video-list,
  .my-catchment #content .video-list-container .box.video-list {
    padding: 0 20px 20px 20px;
  }
  .dam-asset #content .video-list-container .box.video-list h4,
  .my-catchment #content .video-list-container .box.video-list h4 {
    margin: 0;
  }
}

.dam-asset #content .video-list-container h3,
.my-catchment #content .video-list-container h3 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .dam-asset #content .video-list-container h3,
  .my-catchment #content .video-list-container h3 {
    padding: 0 20px 20px 20px;
  }
}

.dam-asset #content .video-list-container .next-pagination-v,
.dam-asset #content .video-list-container .prev-pagination-v,
.my-catchment #content .video-list-container .next-pagination-v,
.my-catchment #content .video-list-container .prev-pagination-v {
  background-color: #0a68b8;
  bottom: 20px;
  display: none;
  height: auto;
  position: absolute;
  width: 2.5%;
  z-index: 1;
}

@media screen and (min-width: 700px) {
  .dam-asset #content .video-list-container .next-pagination-v,
  .dam-asset #content .video-list-container .prev-pagination-v,
  .my-catchment #content .video-list-container .next-pagination-v,
  .my-catchment #content .video-list-container .prev-pagination-v {
    display: block;
    height: 110px;
  }
}

@media screen and (max-width: 1000px) {
  .dam-asset #content .video-list-container .next-pagination-v,
  .dam-asset #content .video-list-container .prev-pagination-v,
  .my-catchment #content .video-list-container .next-pagination-v,
  .my-catchment #content .video-list-container .prev-pagination-v {
    width: 3.5%;
  }
}

.dam-asset #content .video-list-container .next-pagination-v:after,
.dam-asset #content .video-list-container .prev-pagination-v:after,
.my-catchment #content .video-list-container .next-pagination-v:after,
.my-catchment #content .video-list-container .prev-pagination-v:after {
  bottom: 0;
  content: '';
  height: 11px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}

.dam-asset #content .video-list-container .next-pagination-v,
.my-catchment #content .video-list-container .next-pagination-v {
  right: 0;
}

.dam-asset #content .video-list-container .next-pagination-v:after,
.my-catchment #content .video-list-container .next-pagination-v:after {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -150px -50px;
}

.dam-asset #content .video-list-container .prev-pagination-v,
.my-catchment #content .video-list-container .prev-pagination-v {
  left: 0;
}

.dam-asset #content .video-list-container .prev-pagination-v:after,
.my-catchment #content .video-list-container .prev-pagination-v:after {
  background: url("https://www.waternsw.com.au/__data/assets/file/0016/123163/sprite.png?v=0.1.25") -100px -50px;
}

.dam-asset #content .box.video-list,
.my-catchment #content .box.video-list {
  margin: 0;
  background-color: #fff !important;
  padding: 0;
}

.dam-asset #content .box.video-list .video-item,
.my-catchment #content .box.video-list .video-item {
  display: inline-block;
  padding: 0 1.5px 0 1.5px;
  margin-bottom: 0;
  width: 217px;
}

@media screen and (max-width: 1000px) {
  .dam-asset #content .box.video-list .video-item,
  .my-catchment #content .box.video-list .video-item {
    width: 32%;
  }
}

.dam-asset #content .box.video-list .video-item h4,
.my-catchment #content .box.video-list .video-item h4 {
  font-size: 14.4px;
  font-size: 0.9rem;
  height: 45px;
  margin: 15px 0 0;
  color: #000;
}

.dam-asset #content .box.video-list .img-wrapper,
.my-catchment #content .box.video-list .img-wrapper {
  height: auto;
}

@media screen and (min-width: 700px) {
  .dam-asset #content .box.video-list .img-wrapper,
  .my-catchment #content .box.video-list .img-wrapper {
    height: 110px;
  }
}

.dam-asset #content .box.video-list .video-info,
.my-catchment #content .box.video-list .video-info {
  display: block;
  color: #636363;
  font-size: 0.833em;
  margin: 0 0 9px 0;
}

.dam-asset #content .box.video-list hr,
.my-catchment #content .box.video-list hr {
  margin: 13px 0 15px 0;
}

.dam-asset #content .box.video-list hr:last-child,
.my-catchment #content .box.video-list hr:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .dam-asset #content .box.video-list,
  .my-catchment #content .box.video-list {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content .box.video-list,
  .my-catchment #content .box.video-list {
    background-color: #e0e0e0 !important;
    padding: 20px;
  }
  .dam-asset #content .box.video-list .video-item,
  .my-catchment #content .box.video-list .video-item {
    padding: 0 !important;
  }
  .dam-asset #content .box.video-list .video-item .img-wrapper,
  .my-catchment #content .box.video-list .video-item .img-wrapper {
    height: auto;
  }
  .dam-asset #content .box.video-list .video-item img,
  .my-catchment #content .box.video-list .video-item img {
    width: 100%;
    height: auto;
  }
}

.dam-asset #content .box.video-list {
  margin: 0 -20px;
}

@media screen and (max-width: 1000px) {
  .dam-asset #content .box.video-list {
    margin: 0 -40px;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content .box.video-list {
    margin: 0;
  }
}

.dam-asset #content .box.video-list .slick-current.video-item > h4 {
  padding-left: 20px;
}

@media screen and (max-width: 1000px) {
  .dam-asset #content .box.video-list .slick-current.video-item > h4 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 700px) {
  .dam-asset #content .box.video-list .slick-current.video-item > h4 {
    padding-left: 0;
  }
}

.dam-asset #content .box.video-list.video-list__hide-paginations {
  margin: 0;
}

.dam-asset #content .box.video-list.video-list__hide-paginations .slick-current.video-item > h4 {
  padding-left: 0;
}

#content .related-box {
  padding: 0 20px;
}

@media screen and (max-width: 1000px) {
  #content .related-box {
    padding: 0 40px;
  }
}

@media screen and (max-width: 700px) {
  #content .related-box {
    padding: 0 20px;
  }
}

#content .related-box.pages, #content .related-box.pubs, #content .related-box.read-more {
  background-color: #ffffff !important;
  padding: 0;
  margin: 10px 0 0 0;
}

#content .related-box.pubs a {
  text-decoration: underline;
  color: #000;
  margin-bottom: 5px;
  line-height: 18px;
}

#content .related-box.pubs .heading h3, #content .related-box.pubs .heading h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Arial', sans-serif;
  border-bottom: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 700px) {
  #content .related-box.pubs .heading h3, #content .related-box.pubs .heading h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px) {
  #content .related-box.pubs .heading a, #content .related-box.pubs .heading .doc-icon, #content .related-box.pubs .heading .file-size {
    float: none;
    display: inline-block;
  }
  #content .related-box.pubs .heading h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

#content .related-box.pubs .file-size {
  padding: 2px 7px;
}

@media screen and (max-width: 700px) {
  #content .related-box.pubs .file-size {
    padding: 5px 7px;
  }
}

#content .related-box.read-more h3 {
  margin: 10px 0;
  line-height: 1.35;
  padding: 0;
}

#content .related-box.read-more p {
  margin: 0;
}

#content .related-box.other-dams {
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  #content .related-box.other-dams {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 700px) {
  #content .related-box.other-dams {
    padding: 0 20px 20px 20px;
  }
}

#content .related-box.other-dams h2, #content .related-box.other-dams h3 {
  margin: 0;
  color: #000;
  font-family: 'Arial', sans-serif;
  margin: 0 0 12px 0;
  padding: 5px 0;
}

@media screen and (max-width: 1000px) {
  #content .related-box.other-dams h2, #content .related-box.other-dams h3 {
    color: #0a68b8;
    font-weight: 700;
  }
}

@media screen and (max-width: 700px) {
  #content .related-box.other-dams h2, #content .related-box.other-dams h3 {
    margin: 12px 0;
  }
}

#content .related-box.other-dams .select-a-page .select .option span {
  background-color: #e0e0e0;
  background-position: right 17px;
}

@media screen and (max-width: 700px) {
  #content .related-box.other-dams .select-a-page .select .option span {
    background-color: #fff;
  }
}

@media screen and (max-width: 700px) {
  #content .related-box.other-dams {
    background-color: #e0e0e0 !important;
    margin-top: 20px;
  }
}

#content .related-box.pages li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: 'Arial', sans-serif;
  border-bottom: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  #content .related-box.pages li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

#content .related-box.gallery {
  margin: 10px 0 0 0;
  padding: 0;
  background-color: transparent;
}

#content .related-box.gallery .thumb-wrapper {
  margin: 0;
  width: 95%;
}

@media screen and (max-width: 1000px) {
  #content .related-box.gallery .thumb-wrapper {
    width: 93%;
  }
}

@media screen and (max-width: 700px) {
  #content .related-box.gallery .thumb-wrapper {
    width: 88%;
  }
}

#content .related-box.gallery .thumb-wrapper .thumb-list li a {
  width: 176px;
}

@media screen and (max-width: 700px) {
  #content .related-box.gallery .thumb-wrapper .thumb-list li a {
    width: 116px;
  }
}

#content .related-box.gallery .prev-pagination,
#content .related-box.gallery .next-pagination {
  width: 2.5%;
}

@media screen and (max-width: 1000px) {
  #content .related-box.gallery .prev-pagination,
  #content .related-box.gallery .next-pagination {
    width: 3.5%;
  }
}

@media screen and (max-width: 700px) {
  #content .related-box.gallery .prev-pagination,
  #content .related-box.gallery .next-pagination {
    width: 6%;
  }
}

#content .related-box.gallery .prev-pagination::before,
#content .related-box.gallery .next-pagination::before {
  left: 50%;
  margin-left: -3px;
}

@media screen and (max-width: 1000px) {
  #content .related-box.gallery {
    margin: 20px 0 10px 0;
  }
}

@media screen and (max-width: 700px) {
  #content .related-box.gallery {
    margin: 20px 0 10px 0;
  }
}

#content .related-box.gallery li {
  margin: 0 3px 0 0;
}

#content .related-box.gallery p {
  margin: 0;
}

#content .related-box.bg-grey {
  background-color: #e0e0e0 !important;
  padding: 20px;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 700px) {
  #content .video-gallery .video-list-row .video-item {
    width: 100%;
  }
  #content .video-gallery .video-list-row .video-item .img-wrapper {
    display: inline-block;
  }
}

@media screen and (max-width: 1000px) {
  #lightbox-wrapper {
    margin: 0 0 0 -350px;
  }
}

@media screen and (max-width: 700px) {
  #lightbox-wrapper {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
}

.select-a-page,
.select-wrapper {
  width: 60%;
}

.water-catchment .select-a-page, .water-catchment
.select-wrapper {
  width: 100%;
}

.select-a-page .select.replaced,
.select-wrapper .select.replaced {
  width: 100% !important;
}

.select-a-page .select.replaced select.replaced,
.select-wrapper .select.replaced select.replaced {
  width: 100% !important;
  height: 30px !important;
}

.select-a-page .select.replaced span,
.select-a-page .select.replaced .option,
.select-wrapper .select.replaced span,
.select-wrapper .select.replaced .option {
  height: 30px;
  line-height: 22px;
}

.select-a-page .select.replaced span span,
.select-a-page .select.replaced .option span,
.select-wrapper .select.replaced span span,
.select-wrapper .select.replaced .option span {
  background-position: right -65px;
}

.select-a-page button[type="submit"],
.select-wrapper button[type="submit"] {
  display: none;
}

.water-catchment .select-a-page button[type="submit"], .water-catchment
.select-wrapper button[type="submit"] {
  display: inline-block;
}

.select-a-page select,
.select-wrapper select {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .select-a-page,
  .select-wrapper {
    width: 100% !important;
  }
}

.select-wrapper {
  width: 100%;
}

/* Responsive retrofit tab styles */
#content .tabs .content-wrapper-inner {
  padding: 20px 0;
}

#content .tabs.sq-ui-tabs .tab-nav {
  border-bottom: none;
}

#content .tabs.sq-ui-tabs .tab-nav > li {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #0a68b8;
  padding: 0;
  text-align: center;
}

#content .tabs.sq-ui-tabs .tab-nav > li > a {
  color: #fff !important;
  background-color: transparent !important;
  padding: 0 20px;
  text-align: center;
  height: auto;
  line-height: 40px;
}

#content .tabs.sq-ui-tabs .tab-nav > li.ui-state-active {
  background: #e0e0e0;
  background-color: #e0e0e0;
}

#content .tabs.sq-ui-tabs .tab-nav > li.ui-state-active > a {
  color: #0a68b8 !important;
}

@media screen and (max-width: 700px) {
  #content .tabs.sq-ui-tabs .tab-nav > li {
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
    background-color: #e0e0e0;
    margin: 4px 0;
  }
  #content .tabs.sq-ui-tabs .tab-nav > li > a {
    color: #0a68b8 !important;
    text-align: left;
    text-transform: none;
  }
  #content .tabs.sq-ui-tabs .tab-nav > li.ui-state-active {
    background-color: #0a68b8;
  }
  #content .tabs.sq-ui-tabs .tab-nav > li.ui-state-active > a {
    color: #fff !important;
  }
  #content .tabs.sq-ui-tabs .tab-nav > li.ui-state-active::after {
    content: '-';
    right: 22px;
    color: white;
  }
  #content .tabs.sq-ui-tabs .tab-nav > li::after {
    font-size: 24px;
    font-size: 1.5rem;
    content: '+';
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    pointer-events: none;
  }
}

#content .tabs.sq-ui-tabs .ui-tabs-panel {
  background-color: #e0e0e0;
  padding: 0 20px;
  text-transform: none;
  text-align: left;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  #content .tabs.sq-ui-tabs .ui-tabs-panel {
    padding: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  #content .tabs.sq-ui-tabs {
    padding: 0;
  }
}

/* --------------------------------

Primary style

-------------------------------- */
/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #b3b0ad;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0a68b8;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #b3b0ad;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #0a68b8;
  border-color: #0a68b8;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #0a68b8;
  border-color: #0a68b8;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #0a68b8;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 2em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #b3b0ad;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.cd-timeline-navigation a.next {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #b3b0ad;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.cd-horizontal-timeline .events-content > ol > li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content > ol > li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

.cd-horizontal-timeline .events-content p {
  font-size: 1rem;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* Custom styles */
.cd-horizontal-timeline ol li,
.cd-horizontal-timeline ul li {
  margin: 0;
  padding: 0;
  position: static;
}

.cd-horizontal-timeline .events-wrapper ol li::before,
.cd-horizontal-timeline .cd-timeline-navigation li::before,
.cd-horizontal-timeline .events-content ol li::before {
  content: none;
  display: none;
}

.cd-horizontal-timeline h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #0a68b8;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cd-horizontal-timeline .events-content h2 {
  margin-bottom: 15px;
}

.cd-horizontal-timeline .events ol li a {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-family: 'Arial', sans-serif;
  color: #b3b0ad;
  text-transform: uppercase;
  max-width: 150px;
  height: 51px;
  text-decoration: none;
  line-height: 1;
}

.cd-horizontal-timeline .events ol li a.selected {
  color: #0a68b8;
}

@media screen and (max-width: 700px) {
  .cd-horizontal-timeline .events ol li a {
    font-size: 13.6px;
    font-size: 0.85rem;
    max-width: 130px;
    line-height: 1.1;
  }
}

.cd-horizontal-timeline .cd-timeline-navigation a.prev,
.cd-horizontal-timeline .cd-timeline-navigation a.next {
  border: none;
}

.cd-horizontal-timeline .cd-timeline-navigation a.prev::after,
.cd-horizontal-timeline .cd-timeline-navigation a.next::after {
  height: 13px;
  width: 13px;
  background: url(https://www.waternsw.com.au/__data/assets/image/0013/123610/timeline-sprite.png?v=0.1.0) transparent no-repeat 0 -68px;
}

@media screen and (max-width: 700px) {
  .cd-horizontal-timeline .issue-summary {
    padding: 0;
  }
}

.exhibition-carousel {
  position: relative;
  margin: 20px 0 0 0 !important;
}

.exhibition-carousel h3 {
  text-align: center;
  color: #0a68b8 !important;
  text-transform: uppercase !important;
  margin: 0;
  padding: 15px 20px !important;
}

.exhibition-carousel .caption {
  font-size: 14.4px;
  font-size: 0.9rem;
  position: static;
  text-align: center;
  margin: 0;
  padding: 7px 0 0 0;
}

.exhibition-carousel .slick-arrow {
  position: absolute;
  top: 15px;
  background-position: 10px -96px;
  background-size: 500%;
  display: block;
  z-index: 600;
}

.exhibition-carousel .slick-arrow.slick-next {
  right: 0;
}

.exhibition-carousel .prev-pagination,
.exhibition-carousel .next-pagination {
  width: 20px !important;
  height: 68px;
}

.exhibition-carousel .carousel-pagination-wrapper {
  width: 620px !important;
  margin: 0;
}

.exhibition-carousel .ex-slide img {
  width: 100%;
  height: auto;
}

.exhibition-carousel__sub-carousel .slick-arrow,
.exhibition-carousel__nav .slick-arrow {
  display: none !important;
}

.exhibition-carousel__sub-carousel .ex-slide .caption,
.exhibition-carousel__nav .ex-slide .caption {
  background: #fff !important;
}

.exhibition-carousel__sub-carousel .ex-slide .slide-wrapper img,
.exhibition-carousel__nav .ex-slide .slide-wrapper img {
  height: 100%;
  width: auto;
  max-width: 999px;
  margin: 0 auto;
}

.exhibition-carousel__sub-carousel .ex-slide .slide-wrapper {
  height: 365px;
}

.exhibition-carousel__nav {
  padding-bottom: 40px;
}

.exhibition-carousel__nav .ex-slide {
  border: 2px solid transparent;
  margin-right: 2px;
}

.exhibition-carousel__nav .ex-slide.slick-current {
  border-color: #0a68b8;
}

.exhibition-carousel__nav .ex-slide .slide-wrapper {
  height: 65px;
}

.warnings__header {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1.875rem;
  width: 100%;
  height: 100%;
}

.no-js .warnings__header,
.no-flexbox .warnings__header {
  display: table;
}

.flexbox .warnings__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.warnings__header :after {
  display: none;
}

.warnings__header h2 {
  margin: auto 0;
}

.warnings__edit-button, .warnings__status-button {
  background: #499852;
  color: #fff;
  height: auto;
  float: right;
  font-size: 0.875rem;
  padding: 1.25rem;
  text-decoration: none;
  text-indent: 0;
  width: auto;
}

.warnings__edit-button :after, .warnings__status-button :after {
  display: none;
}

.warnings__edit-button {
  margin: 0 0 1.25rem;
}

.warnings__status-button {
  background: #1b88c1;
}

.warnings__status-button.dam-closed {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123165/status-icons.png?v=0.1.1) #ad5858 no-repeat right -2.1875rem;
  padding-right: 2.375rem;
}

.warnings__status-button.dam-open {
  background: url(https://www.waternsw.com.au/__data/assets/image/0018/123165/status-icons.png?v=0.1.1) #629251 no-repeat right 0.75rem;
  padding-right: 1.75rem;
}

.warnings__dam-warning {
  margin: 0 0 2.1875rem;
}

.warning {
  background: #b8c0ca;
  border: none !important;
  color: #000;
  font-size: 1rem;
  height: 15.625rem;
  padding: 0.9375rem 1.25rem;
  width: 100%;
}

.dam__warning .warning {
  background: transparent;
  color: #fff;
}

@media screen and (min-width: 48rem) {
  .warning {
    height: auto;
  }
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*
--------------------
Modules
--------------------
*/
.popup {
  background-color: white;
  border: 5px solid #63cbe8;
  border-radius: 0.5rem;
  display: block;
  padding: 2rem;
  position: fixed;
  left: 10%;
  top: 5%;
  width: 80%;
  max-height: 90%;
  overflow-y: scroll;
}

.popup__close {
  background: transparent url("https://www.waternsw.com.au/__data/assets/image/0014/123134/close.png?v=0.1.1") no-repeat right top;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 1.75rem;
  width: 1.6875rem;
}

.popup__background {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
}

.popup__info-box {
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}

@media screen and (min-width: 700px) and (max-width: 999px) {
  .popup__info-box {
    width: 55%;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .popup__info-box {
    width: 55%;
    margin-right: 1rem;
  }
}

.popup .popup__info-box p {
  color: black;
}

@media screen and (min-width: 1000px) {
  .popup {
    left: 25%;
    top: 15%;
    max-height: 70%;
    width: 50%;
  }
}

.popup .img {
  display: block;
  height: auto;
  margin: 0 auto 1rem auto;
}

@media screen and (min-width: 700px) and (max-width: 999px) {
  .popup .img--float-right {
    margin: 1rem;
    max-width: 40%;
    float: right;
  }
  .popup .img--float-left {
    margin: 1rem;
    max-width: 40%;
    float: left;
  }
}

@media screen and (min-width: 1200px) {
  .popup .img--float-right {
    margin: 1rem;
    max-width: 40%;
    float: right;
  }
  .popup .img--float-left {
    margin: 1rem;
    max-width: 40%;
    float: left;
  }
}

/* Bill Explainer */
img {
  max-width: 100%;
  height: auto;
}

.flipbill {
  max-width: 660px;
  text-align: center;
}

.flipbill a {
  background: #0054a6;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding: 20px;
  display: block;
}

.flipbill a:hover {
  background: #156cbf;
}

.map {
  position: relative;
  max-width: 660px;
}

.map img {
  display: block;
  width: 100%;
  border: 2px solid #DEE3E6;
  padding: 10px;
}

.map-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 60%;
  padding: 2rem;
  background-color: #fff;
  transition: all 300ms ease-in;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
}

.map-popup > *:first-child {
  margin-top: 0;
}

.map-popup > *:last-child {
  margin-bottom: 0;
}

.map-popup.open {
  opacity: 1;
  visibility: visible;
}

.map-popup.open h2 {
  font-size: 20px;
}

.token {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  transition: all 300ms;
  background-image: url(./?a=130324);
}

.token1 {
  top: 9%;
  left: 70%;
}

.token2 {
  top: 27%;
  left: 2%;
}

.token3 {
  top: 26%;
  left: 75%;
}

.token4 {
  top: 55%;
  left: 2%;
}

.token5 {
  top: 42%;
  left: 67%;
}

.token6 {
  top: 52%;
  left: 78%;
}

.token7 {
  top: 66%;
  left: 2%;
}

.token8 {
  top: 1%;
  left: 32%;
}

.token9 {
  top: 39%;
  left: 2%;
}

.token10 {
  top: 65%;
  left: 2%;
}

.token11 {
  top: 73%;
  left: 92%;
}

@media only screen and (min-width: 768px) {
  #token1.map-popup,
  #token3.map-popup,
  #token5.map-popup,
  #token6.map-popup,
  #token11.map-popup {
    left: auto;
    right: calc(100% + 24px);
  }
  #token1.map-popup:before,
  #token3.map-popup:before,
  #token5.map-popup:before,
  #token6.map-popup:before,
  #token11.map-popup:before {
    left: auto;
    right: -16px;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
  }
}

@media only screen and (min-width: 767px) {
  .map-item {
    position: absolute;
    width: 36px;
    height: 36px;
  }
  .map-item .token {
    top: auto;
    left: auto;
  }
  .map-item1 {
    top: 9%;
    left: 70%;
  }
  .map-item2 {
    top: 27%;
    left: 2%;
  }
  .map-item3 {
    top: 26%;
    left: 75%;
  }
  .map-item4 {
    top: 55%;
    left: 2%;
  }
  .map-item5 {
    top: 42%;
    left: 67%;
  }
  .map-item6 {
    top: 52%;
    left: 78%;
  }
  .map-item7 {
    top: 66%;
    left: 2%;
  }
  .map-item8 {
    top: 1%;
    left: 32%;
  }
  .map-item9 {
    top: 39%;
    left: 2%;
  }
  .map-item10 {
    top: 65%;
    left: 2%;
  }
  .map-item11 {
    top: 73%;
    left: 92%;
  }
  .map-popup {
    position: absolute;
    left: 58px;
    width: 280px;
    transform: translateY(-50%);
  }
  .map-popup:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #fff transparent transparent;
  }
  .map-popup.edge {
    left: auto;
    right: calc(100% + 24px);
  }
  .map-popup.edge:before {
    left: auto;
    right: -16px;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
  }
}

@media only screen and (max-width: 450px) {
  .flipbill a {
    font-size: 20px;
    padding: 10px;
  }
  .map-popup.open h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .map-popup.open p {
    font-size: 13px;
  }
  .token {
    width: 28px;
    height: 28px;
    background-image: url(./?a=130325);
  }
  .map-popup {
    padding: 1.2em;
  }
}

/* Alert Box */
.homepagealert {background-color: #d92220; color: #fff; width:100%; float:left;}
.homepagealert-wrapper {width:1000px; margin:0 auto;}
.homepagealert p {font-size: 16px;padding:5px;color: #fff;display:inline-block;width: 85%;margin: 5px 0;}
.homepagealert a {font-size: 16px; color: #fff; display:inline-block;}
.alertclosebtn {font-size:30px;padding:1px 5px;margin: 5px 5px 0 0;border-radius: 3px;float:right;display:inline-block;}
.alertclosebtn:hover {background-color: #9E1917; cursor:pointer;}

@media only screen and (max-width: 1010px) {
.homepagealert-wrapper {width:100%;}
}

#alert_right {
  float: right;
  width: 250px;
  padding: 15px;
  background: #ffcd34;
  margin: 0 0 20px 20px;
}

/*changes made for sdnsw-2897*/
.home .tabs.social-news {
  height: 426px;
}

.tabs.social-news .ui-tabs-panel {
  height: 370px;
}

.home .latest-news-wide {
  height: 89%;
}

.home #tabs-1 {
  height: 370px !important;
}

.home-top iframe {
  height: 330px !important;
}

.twitter-feed {
  height: 330px !important;
}

@media only screen and (min-width: 900px) {
  .quick-links__box {
    height: 425px;
  }
}

.tab-blue_box {
  height: 40px;
  background: #0a68b8;
  color: white;
  overflow: hidden;
  clear: both;
  padding: 10px;
  font-size: 14px;
  padding-left: 20px;
}

.tab-blue_box a {
  color: white;
  font-size: 14px;
}

/* call to action button */
a.action {
  background: #0a68b8;
  border: 1px solid #0a68b8;
  color: #fff !important;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 10px;
}

a.action:hover {
  background: #fff;
  color: #0a68b8 !important;
}

/*
--------------------
Cient CSS
--------------------
*/
.hidewater {
  display: none;
}

@media screen and (max-width: 1000px) {
  ul.level-2 li.has-children::before {
    background-image: url(http://www.waternsw.com.au/__data/assets/image/0017/123164/spritesheet.png?v=0.1.1);
    background-position: 0 -185px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    width: 30px;
    height: 30px;
    z-index: 2000;
    margin-top: 3px;
  }
}

/* New Home Carousel Dec 2017 */
.carousel-wrapper {
  height: auto;
}

.carousel {
  width: 100%;
  height: auto;
}

.carousel__item {
  width: 100%;
  float: left;
}

.carousel-info {
  width: 1000px;
  margin: 0 auto;
  float: none;
  height: 160px;
  background: none;
  z-index: 99;
  text-align: right;
}

.carousel__img {
  max-width: 1920px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  height: 350px;
}

.carousel-overlay {
  display: none;
}

.carousel .carousel__heading {
  margin: 190px 0 0 0;
}

.carousel .carousel__subheading {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  font-size: 30px;
  /*padding:10px 0;*/
}

.carousel__link:after {
  background: none;
}

.carousel__link {
  margin: 0;
  color: #000;
  float: right;
  font-weight: 500;
  font-size: 20px;
  text-transform: none;
  border-radius: 8px;
  padding: 15px;
  background: #f1e767;
  background: -moz-linear-gradient(top, #f1e767 0%, #d69714 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #d69714));
  background: -webkit-linear-gradient(top, #f1e767 0%, #d69714 100%);
  background: -o-linear-gradient(top, #f1e767 0%, #d69714 100%);
  background: -ms-linear-gradient(top, #f1e767 0%, #d69714 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #d69714 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#d69714', GradientType=0 );
}

.carousel__link:hover {
  text-decoration: none;
  background: #ffed26;
  background: -moz-linear-gradient(top, #ffed26 0%, #d69914 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffed26), color-stop(100%, #d69914));
  background: -webkit-linear-gradient(top, #ffed26 0%, #d69914 100%);
  background: -o-linear-gradient(top, #ffed26 0%, #d69914 100%);
  background: -ms-linear-gradient(top, #ffed26 0%, #d69914 100%);
  background: linear-gradient(to bottom, #ffed26 0%, #d69914 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed26', endColorstr='#d69914', GradientType=0 );
}

.carousel__controls {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}

.carousel__controls .slick-dots:hover button {
  background: #fff;
}

.carousel__controls .slick-dots .slick-active button {
  border: 2px solid #fff;
  background: transparent;
}

.carousel__controls .slick-dots button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
}

.carousel__controls .slick-pause {
  display: none;
}

@media screen and (max-width: 1000px) {
  .carousel,
  .carousel-wrapper {
    padding-bottom: 0px;
  }
  .carousel__img-wrapper {
    height: 50px;
  }
  .carousel__img-wrapper img {
    height: 250px;
    max-width: 1920px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    left: 43%;
  }
  .carousel-info {
    height: 130px;
    width: 100%;
    padding-right: 20px;
  }
  .carousel-overlay {
    display: none;
  }
  .carousel-info::before {
    background-image: none;
  }
  .carousel .carousel__heading {
    margin: 70px 0 0 0;
    font-size: 32px;
    line-height: 30px;
  }
  .carousel .carousel__subheading {
    margin: 0;
    font-size: 26px;
    padding: 5px 0;
  }
  .carousel-info .carousel__link {
    max-width: 40%;
    background-color: #fff;
    color: #000;
    padding: 10px 10px;
    margin: 0;
    text-align: center;
    font-size: 16px;
  }
  .carousel__controls {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
  }
  .slick-dots button {
    height: 15px;
    width: 15px;
  }
}

@media screen and (max-width: 700px) {
  .home .carousel__img-wrapper {
    height: 0px;
  }
  .carousel-info {
    height: 115px;
  }
  .carousel .carousel__heading {
    margin: 80px 0 0 0;
    font-size: 28px;
    line-height: 30px;
  }
  .carousel .carousel__subheading {
    margin: 0;
    font-size: 20px;
    padding: 5px 0;
  }
  .carousel__controls {
    bottom: 0px;
  }
  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    display: none;
  }
}

/* Module: S */
.img-gallery-modal {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden
}

.img-gallery-modal.active {
  opacity: 1;
  visibility: visible;
}

.img-gallery-modal__content {
  margin: 0 auto;
  width: 100%;
  margin-top: 2.5rem;
  padding-bottom: 3.125rem;
  position: relative;
  overflow: hidden;
  max-width: 68.75rem;
}

.img-gallery-modal__img-wrapper {
  margin-top: 3.4375rem;
  width: 100%;
}

.img-gallery-modal__img-item img {
  width: 100%;
  margin: 0;
}

.img-gallery-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  opacity: 1;
  z-index: 7;
  transition: all .2s ease;
}

.img-gallery-modal .close:hover, .img-gallery-modal .close:focus {
  transform: scale(1.1);
}

.img-gallery-modal .close:before, .img-gallery-modal .close:after {
  position: absolute;
  content: ' ';
  height: 1.875rem;
  width: 0.1875rem;
  background-color: #fff;
}

.img-gallery-modal .close:before {
  transform: rotate(45deg);
}

.img-gallery-modal .close:after {
  transform: rotate(-45deg);
}

.img-gallery-modal .slick-slide img {
  margin: 0 auto;
}

.img-gallery-modal .slick-list {
  margin: 0;
}

.img-gallery-modal .slick-track {
  opacity: 1;
}

.img-gallery-modal .controls {
  z-index: 1000;
  position: absolute;
  transition: all .2s ease;
  cursor: pointer;
}

.img-gallery-modal .controls.slick-arrow {
  background: none;
}

.prev {
  transform: rotate(180deg);
  left: 12%;
  top: 95%;
}

.next {
  top: 87%;
  right: 12%;
}

.modal-open .wrapper-bg {
  position: relative;
  z-index: 15;
}

/* Module: S */
.img-gallery {
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: center;
  width: 101%;
}

.img-gallery__items {
  width: 48%;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.img-gallery__items a.img-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 0;
}

.img-gallery__items a.img-gallery__item:before {
  content: '';
  height: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.img-gallery__items a.img-gallery__item:hover:before, .img-gallery__items a.img-gallery__item:focus:before {
  height: 100px;
  opacity: 1;
  visibility: visible;
}

.img-gallery__items a.img-gallery__item:hover svg, .img-gallery__items a.img-gallery__item:focus svg {
  opacity: 1;
  visibility: visible;
}

.img-gallery__items a.img-gallery__item svg {
  visibility: hidden;
  opacity: 0;
  transform: rotateY(180deg);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .img-gallery-modal {
    /*SLICK STUFF*/
  }
  .img-gallery-modal__content {
    width: 85%;
    padding: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .img-gallery-modal__img-wrapper {
    margin-top: 1.25rem;
  }
  .img-gallery-modal__img-item img {
    width: 90%;
  }
  .img-gallery-modal .close {
    right: 0;
  }
  .img-gallery-modal .close:before, .img-gallery-modal .close:after {
    position: absolute;
    content: ' ';
    height: 2.8125rem;
    width: 0.1875rem;
    background-color: #fff;
  }
  .img-gallery-modal .slick-list {
    margin: 1.25rem;
  }
  .img-gallery-modal .slick-track {
    opacity: 0;
  }
  .prev {
    left: 2%;
    top: 44%;
  }
  .next {
    top: 45%;
    right: 2%;
  }
  /* Module: S */
  .img-gallery__items {
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* fixes for SDNSW-3683*/ 

@media screen and (max-width: 701px) and (min-width: 600px) {
  .img-gallery-modal__content {
    padding-bottom: 1.875rem !important;
  }
  .prev {
    transform: rotate(180deg);
    left: 12% !important;
    top: 95% !important;
  }
  .next {
    top: 87% !important;
    right: 12% !important;
  }
}

/* end of fixes for SDNSW-3683 */

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .img-gallery__item {
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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

.drought-storage-cups {
        display: flex;
        flex-wrap: wrap;
    }
    .drought-storage-cup-item {
        z-index: 0;
        margin: 0 20px 30px 0;
    }
    .drought-storage-cup {
        background-image: url(https://www.waternsw.com.au/__data/assets/image/0007/148966/cup.png?v=0.0.1); 
        background-size: contain;
        text-align: center;
        width: 90px;
        height: 73px;
        position: relative;
    }
    .drought-storage-amount {
        font-size: 2em;
        font-weight: bold;
        text-align: center;
        width: 100%;
        margin: 15px 0 0 0;
        position: absolute;
    }
    .drought-storage-name {
        width: 100%;
        text-align: center;
        margin: 5px 0 0 0;
        font-size: .8rem;
    }
    .drought-storage-cup-water {
        width: 100%;
        height: 0%;
        position: absolute;
        bottom: 0;
        background-color: #96dcef;
        z-index: -1;
        transition: 1s;
        min-height: 15%;
    }
    .drought-storage-updated {
        font-size: 0.7rem;
        margin-top: 15px;
    }
    .drought-storage-cups-single {
       border-radius: 10px;
        border: 1px solid #2b2b2b;
        float: right;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 15px;
        margin: 0 0 20px 20px;
    }
    .drought-storage-cups-single .drought-storage-cup, .drought-storage-cups-single .drought-storage-cup-item {
        margin: 0;
    }

/* Apps */
#dropin-polls-1 .sq-polling .sq-polling__admin {max-height:60vh!important; margin-top:-154px!important; }
#dropin-polls-1 .sq-polling .sq-polling__admin-header, 
#dropin-polls-1 .sq-polling .sq-polling__admin-polls-group.is-active .sq-polling__admin-polls-group-title,
#dropin-polls-1 .sq-polling .sq-polling__public-header, 
#dropin-polls-1 .sq-polling .sq-polling__result-question, 
#dropin-polls-1 .sq-polling .sq-polling__result-answer.sq-polling__result-voted .sq-polling__result-answer-text:before,
#dropin-polls-1 .sq-polling .sq-polling__public-item-checkbox-input:checked ~ .sq-polling__public-item-checkbox-checkmark::before,
#dropin-polls-1 .sq-polling .sq-polling__result-answer-bar-votes,
#dropin-polls-1 .sq-polling .sq-polling__button-primary,
#dropin-feedback-1 .sq-feedback .sq-feedback__settings-dialog-icon.selected:before,
#dropin-feedback-1 .sq-feedback .sq-feedback__toggleButton,
#dropin-feedback-1 .sq-feedback .sq-feedback__header,
#dropin-feedback-1 .sq-feedback .sq-feedback__button-primary,
#dropin-feedback-1 .sq-feedback__labeled-field-checkbox-input:checked ~ .sq-feedback__labeled-field-checkbox-checkmark::before
{background-color:#0a68b8!important;}

#dropin-polls-1 .sq-polling .sq-polling__admin-polls-group.is-active,
#dropin-polls-1 .sq-polling .sq-polling__admin-poll_editor-textbox
{border: 1px solid #0a68b8!important;}