/*
  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: 27 February 2021 22:32:11
*/


/*
  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: 04 November 2014 09:03:56
*/


/**
* Mackay_Regional_Council - Redesign_2013
* Global CSS
*
* version: 0.0.1
* file: global.css
* author: Squiz Australia
* change log:
* titran@squiz.com.au - Fri Jul 26 2013 17:31:27 - First revision
*/
/*
* Table of Contents
*
* 1. Reset
* 2. Utilities
* 3. General
* 4. Modules
* 4.1. Accordion
* 4.2. Back to_top
* 4.3. Breadcrumbs
* 4.4. Button
* 4.5. Collapsible box
* 4.6. Header logo
* 4.7. Overlay
* 4.8. Forms
* 4.9. Skip links
* 4.10. Responsive image
* 4.11. Responsive video
* 4.12. Tabs
* 4.13. Tables
* 4.14. Prettify
* 4.15. Tables sortable
* 4.16. Tooltip
* 4.17. Toggle switch
* 4.18. Nav basic
* 4.19. Nav secondary
* 4.20. Nav dropdown
* 4.20.1 Top Level Nav Drop Down
* 4.21. Quick search
* 5. Flexislider
* 6. Mobile Style Fixes
*
*/
/*
--------------------
1. 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;
    position: relative;
    overflow: hidden;
}

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;
}

/*
--------------------
2. Utilities
--------------------
*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    background: #FFF !important;
    color: #000 !important;
}

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

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

.ir {
    color: transparent;
    border: 0;
    overflow: hidden;
}

.no-rgba .ir {
    text-indent: 9999em;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

/*
--------------------
3. General
--------------------
*/
a {
    color: #27719A;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: underline;
}

a:visited {
/* color: #27719A; */;
}

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

::selection {
background: #FFF;
text-shadow: none;
}
*/

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.4;
    color: #222222;
}

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

/*
--------------------
4. Modules
--------------------
*/
/*-- 4.1. Accordion --*/

.accordion-group-header {
    margin: 0;
    padding: 0;
}

.accordion-group-header-link,
.accordion-group-header-link:active,
.accordion-group-header-link:visited {
    display: block;
    padding: 0.5em 1em;
    color: white;
    background: #555555;
}

.accordion-group-header-link:hover {
    color: white;
    background: #6e6e6e;
}

.accordion-group-header-link {
    border-bottom: 1px solid #fff;
}

.accordion-group-last .accordion-group-header-link {
    border: 0;
}

.accordion-group-content {
    padding: 1em;
}


  /*-- module:squiz-module-accordion --*/
   .accordion {
        border: none;
   }
  
   .accordion table {
        display: table;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  
    .accordion__link {
        text-decoration: none !important;
    }
    
    .accordion__link:before {
        content: '+';
        /*border: 1px solid;*/
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: .8em;
        width: 1.3em;
        text-align: center;
    }
    
    .accordion__link.uber-accordion__button-active:before {
        content: '-';
    }
    
    .js-enabled .accordion__target {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease;
        -moz-transition: max-height 0.3s ease;
        transition: max-height 0.3s ease;
    }
    
    .js-enabled .accordion__target.uber-accordion__target-active {
        max-height: 200em;
    }
    
    .tabs__tab-list {
      /*  @extend %list-reset; */
    }
    
    .tabs__item {
      /*  @include sq-inline-block; */
        display: block;
        margin: 0;
    }
    
    .tabs__link {
        padding: 0.5em 1.5em;
        border-top: 2px solid #eab500;
        background: #07273b;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff !important;
        display: block;
    }
    
    .tabs__link.uber-accordion__button-active {
        background: #efefef;
        color: #102932 !important;
        font-weight: bold;
    }
    
    .js-enabled .tabs__target {
        display: none;
    }
    
    .js-enabled .tabs__target.uber-accordion__target-active {
        display: block;
    }
    
    .no-js .uber-accordion__target {
        display: none;
    }
    
    .no-js .uber-accordion__target:target {
        display: block;
    }
    
    /******* inside tabs ********/
    .inside-content .uber-accordion {
        margin: 1.5em 0;
        position: relative;
        clear: both;
        overflow: hidden;
    }
    
    li.tabs__item:before {
        content: '';
        display: none;
        margin: 0;
        padding: 0;
    }
    
    ul.tabs__tab-list, .tabs__tab-list {
        padding: 0;
        margin: .5em 0 0;
    }
    
    .tabs__tab-content {
        background: #efefef;
        padding: 0.5em 1em 1.5em 1.5em;
        position: relative;
    }
    
    
    /******** accordion styles *********/
    .accordion.uber-accordion {
        border-top: 1px solid #0070aa;
    }
    .accordion.uber-accordion h1, .tabs.uber-accordion h1 {
      display: none;
    }
    
    .accordion__item {
        border-bottom: 1px solid #0070aa;
        padding: .5em;
    }
    
    .accordion.uber-accordion h4 {
      margin: .4em 0;
    }
  
  
  /* CFa TCC */
  ul.accordion.uber-accordion, ul.accordion.uber-accordion ul {
      list-style: none;
      padding: 0;
      margin: 0 0 0;
  }
  
  ul.accordion.uber-accordion {
      margin-top: 2em;
  }
  
  ul.accordion.uber-accordion ul li {
      padding: 1em 2em;
  }
  
  .accordion.uber-accordion h3 {
      margin: .4em 0;
      font-size: 1.1em;
  }
  
  .accordion__target {
      font-size: 0.9em;
  }
  
  .accordion__target h4 {
      font-weight: bold;
      font-size: 1.0em;
  }
  
  .accordion__item__document {
      padding-top: 0.5em;
      margin-top: 1em;
      border-top: 1px solid #eee;
  }
  
  .accordion__item__document:first-child {
      border-top: 0;
      margin-top: 0;
  }


/*-- 4.2. Back to_top --*/
.back-to-top-button {
    text-align: center;
    display: block;
    background: #555555;
    line-height: 2em;
    height: 2em;
    width: 2em;
    overflow: hidden;
    text-decoration: none;
    -khtml-opacity: 0.55;
    -webkit-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    -ms-filter: alpha(opacity=55);
    filter: alpha(opacity=55);
}

.back-to-top-button:after {
    content: "\2191 ";
    font-size: 24px;
    font-size: 1.5rem;
    color: white;
}

.back-to-top-button:focus,
.back-to-top-button:active,
.back-to-top-button:visited,
.back-to-top-button:hover {
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    text-decoration: none;
}

/*-- 4.3. Breadcrumbs --*/
.breadcrumbs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs-inline .breadcrumbs-item {
    display: inline;
}

.breadcrumbs-float .breadcrumbs-item {
    float: left;
}

.breadcrumbs-separator:after {
    content: "/";
    color: #222222;
    padding: 0 0.5em;
}

/*-- 4.4. Button --*/
.button {
    text-decoration: none;
    display: block;
    background-color: #cccccc;
    color: #222222;
    padding: 0.5em;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.button:active,
.button:focus,
.button:hover {
    background-color: #555555;
    color: white;
}

/*-- 4.5. Collapsible box --*/
.collapsible-box {
    border: solid 1px #cccccc;
}

.collapsible-box-header {
    display: block;
    padding: 0.5em 1em;
    color: white;
    background: #555555;
    margin: 0;
    position: relative;
}

.js .collapsible-box-header {
    cursor: pointer;
}

.collapsible-box-icon,
.collapsible-box-link {
    display: block;
    width: 2.416666667em;
    width: calc(29em/12);
    position: absolute;
}

.collapsible-box-icon {
    top: .166666667em;
    bottom: .166666667em;
    right: .166666667em;
    border-left: solid .083333333em #fff;
}

.collapsible-box-link {
    background: center center no-repeat;
    background-image: url("files/arrow.svg");
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -999em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.no-svg .collapsible-box-link {
    background-image: url("files/arrow.png");
}

.no-rgba .collapsible-box-link {
    text-indent: 9999em;
}

.collapsible-box-link:hover,
.collapsible-box-link:focus {
    color: transparent;
    border: 0;
    overflow: hidden;
}

.no-rgba .collapsible-box-link:hover, .no-rgba
.collapsible-box-link:focus {
    text-indent: 9999em;
}

/*
.no-rgba .collapsible-box-link,
.no-rgba .collapsible-box-link:hover,
.no-rgba .collapsible-box-link:focus {
text-indent: -999em;
}
*/
.collapsible-box--collapsed .collapsible-box-link {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

/*-- 4.6. Header logo --*/
.header-logo {
    border: 0;
    background: transparent url(files/logo.png) 0 0 no-repeat;
    width: 135px;
    height: 79px;
    display: block;
}

/*-- 4.7. Overlay --*/
.js-enabled .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: black;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
}

.js-enabled .overlay-hidden {
    display: none;
}

.js-enabled .overlay-modal {
    position: fixed;
    z-index: 2001;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.js-enabled .overlay-modal-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background: white;
    padding: 1em;
}

.js-enabled .overlay-modal-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

.no-js .overlay-modal-close {
    display: none;
}

/*-- 4.8. Forms --*/
.sq-form-section,
.sq-form,
.sq-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.sq-form-question {
    padding: 0.5em;
}

.sq-form-field {
    border: 1px solid #cccccc;
}

.sq-form input[type="text"],
.sq-form input[type="password"],
.sq-form textarea {
    width: 100%;
    padding: 0.5em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sq-form textarea {
    padding: 0;
}

.lt-ie9 .sq-form input[type="text"],
.lt-ie9 .sq-form input[type="password"],
.lt-ie9 .sq-form textarea {
    width: 98%;
}

.sq-form input[type="text"]
.sq-form input[type="password"] {
    text-indent: 0.5em;
}

.sq-form-question-title,
.sq-form-question-answer label {
    margin: 0.5em 0;
/* font-weight: bold;*/
    display: block;
}

.sq-form-section-title {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: bold;
    border-top: 1px solid #cccccc;
    margin-top: 1em;
    display: block;
    padding-top: 1em;
    width: 100%;
    margin: 0.5em 0;
}

.sq-form-question-tickbox-list ul,
.sq-form-question-option-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sq-form-question-tickbox-list li,
.sq-form-question-option-list li {
    clear: left;
    display: block;
    padding: 0.5em 0;
}

.sq-form input[type="radio"],
.sq-form input[type="checkbox"],
.sq-form input[type="radio"] ~ label,
.sq-form input[type="checkbox"] ~ label {
    float: left;
    font-weight: normal;
    margin: 0 0 0 0.5em;
}

.sq-form-question-note {
    font-size: 90%;
    font-style: italic;
    display: block;
    margin-bottom: 0.5em;
}

.sq-form-question {
    margin-bottom: 1em;
    *zoom: 1;
}

.sq-form-question:after, .sq-form-question:before {
    display: table;
    line-height: 0;
    content: "";
}

.sq-form-question:after {
    clear: both;
}

.sq-form .sq-form-question-datetime input[type="password"],
.sq-form .sq-form-question-datetime input[type="text"],
.sq-form .sq-form-question-datetime label,
.sq-form .sq-form-question-datetime select {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: auto;
    margin-bottom: 0.5em;
}

.sq-form .sq-form-question-datetime label,
.sq-form .sq-form-question-datetime input {
    margin-right: 0.5em;
    font-weight: normal;
}

.sq-form-error,
.sq-form-required-field {
    color: #ff0000;
}

.sq-form-error {
    clear: left;
}

.sq-form-question-error {
    background-color: #FFDFDF;
}

/*-- 4.9. Skip links --*/
.skip-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.skip-links-link {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.skip-links-link:focus,
.skip-links-link:active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*-- 4.10. Responsive image --*/
img {
/* max-width: 100%; - Problems with images in tables in Chrome and IE7 + IE8 */;
}

/*-- 4.11. Responsive video --*/
.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%;
}

/*-- 4.12. Tabs --*/
.tabs-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-panel-hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.tabs-nav-link,
.tabs-nav-link:active,
.tabs-nav-link:visited {
    background: #555555;
    border-color: #cccccc;
    border-style: 1px solid;
    border-right: none;
    color: white;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
}

.tabs-nav-link.tabs-nav-link-active,
.tabs-nav-link:hover {
    background: #6e6e6e;
}

.tabs-panel-item {
    border: 1px solid #cccccc;
    clear: left;
    padding: 1em;
}

/*-- 4.13. Tables --*/
table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #CCC;
    border-radius: 0.8em;
}

.lt-ie8 table {
    border-collapse: collapse;
 /* IE7 and lower */;
}

table td,
table th {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 0.3em;
}

table#no-border,
table#no-border td,
table#no-border th {
    border-width: 0px 0px 0px 0px;
}
}

table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
    padding-top: 0px;
    margin-top: 0px;
}

ul {
    list-style-type: square;
}

table tr:first-child td, table tr:first-child th {
    border-top: none;
}

table td:first-child, table th:first-child {
    border-left: none;
}

table tr:first-child td:first-child,
table tr:first-child th:first-child {
    border-radius: 0.8em 0 0 0;
}

table tr:first-child td:last-child,
table tr:first-child th:last-child {
    border-radius: 0 0.8em 0 0;
}

table tr:last-child td:first-child,
table tr:last-child th:first-child {
    border-radius: 0 0 0 0.8em;
}

table tr:last-child td:last-child,
table tr:last-child th:last-child {
    border-radius: 0 0 0.8em 0;
}

th a,
th a:active,
th a:focus,
th a:visited {
    color: white;
}

tr {
    min-height: 1em;
}

.responsive-table {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
    background: transparent;
/* Remove the border & box-sizing rules for IE 7 or older support */
    border: 1px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive-table table {
    margin: 0;
    padding: 0;
}

.responsive-table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
}

.responsive-table::-webkit-scrollbar-thumb {
    border: 2px solid #555555;
    background-color: #cccccc;
}

table.valign-top td {
  vertical-align: top;
}

table.valign-top td *:first-child {
  margin-top: 0;
}

/*-- 4.14. Prettify --*/
.pln {
    color: #000;
}

@media screen {
    .str {
        color: #080;
    }

    .kwd {
        color: #008;
    }

    .com {
        color: #800;
    }

    .typ {
        color: #606;
    }

    .lit {
        color: #066;
    }

    .pun, .opn, .clo {
        color: #660;
    }

    .tag {
        color: #008;
    }

    .atn {
        color: #606;
    }

    .atv {
        color: #080;
    }

    .dec, .var {
        color: #606;
    }

    .fun {
        color: red;
    }
}

@media print, projection {
    .str {
        color: #060;
    }

    .kwd {
        color: #006;
        font-weight: bold;
    }

    .com {
        color: #600;
        font-style: italic;
    }

    .typ {
        color: #404;
        font-weight: bold;
    }

    .lit {
        color: #044;
    }

    .pun, .opn, .clo {
        color: #440;
    }

    .tag {
        color: #006;
        font-weight: bold;
    }

    .atn {
        color: #404;
    }

    .atv {
        color: #060;
    }
}

pre.prettyprint {
    padding: 2px;
    border: 1px solid #888;
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
    list-style-type: none;
}

li.L1, li.L3, li.L5, li.L7, li.L9 {
    background: #eee;
}

/*-- 4.15. Tables sortable --*/
.table-sortable .tablesorter-header {
    padding: 0;
}

.table-sortable-header-link {
    width: 100%;
    display: block;
    padding: 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-sortable-header-link:hover,
.table-sortable-header-link:focus,
.tablesorter-headerAsc .table-sortable-header-link,
.tablesorter-headerDesc .table-sortable-header-link {
    background-color: black;
    text-decoration: none;
}

.tablesorter-headerAsc .table-sortable-header-link:after {
    content: "\2191 ";
    margin-left: 1em;
}

.tablesorter-headerDesc .table-sortable-header-link:after {
    content: "\2193 ";
    margin-left: 1em;
}

/*-- 4.16. Tooltip --*/
.tooltip {
    position: absolute;
    z-index: 2000;
    display: block;
    visibility: visible;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    background-color: #555555;
    color: white;
    font-size: 90%;
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #555555;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #555555;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #555555;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555555;
}

/*-- 4.17. Toggle switch --*/
.toggle-switch-ui {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 2em;
    overflow: hidden;
    width: 100%;
    max-width: 4em;
    position: relative;
    background: #555555;
    border: 1px solid #555555;
}

.toggle-switch-ui {
    border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    -webkit-border-radius: 2.5em;
}

.toggle-switch-active .toggle-switch-ui-button {
    border-radius: 0 2.5em 2.5em 0;
    -moz-border-radius: 0 2.5em 2.5em 0;
    -webkit-border-radius: 0 2.5em 2.5em 0;
}

.toggle-switch-ui-button {
    border-radius: 2.5em 0 0 2.5em;
    -moz-border-radius: 2.5em 0 0 2.5em;
    -webkit-border-radius: 2.5em 0 0 2.5em;
}

.toggle-switch-left-bg {
    position: absolute;
    display: block;
    left: 0;
    z-index: 1;
    width: 70%;
    height: 2em;
    background: green;
}

.toggle-switch-right-bg {
    position: absolute;
    display: block;
    right: 0;
    z-index: 0;
    width: 70%;
    height: 2em;
    background: #555555;
}

.toggle-switch-ui .toggle-switch-clickable,
.toggle-switch-ui .toggle-switch-clickable:visited,
.toggle-switch-ui .toggle-switch-clickable:active {
    position: absolute;
    display: block;
    height: 2em;
    z-index: 2;
    background: transparent;
    width: 100%;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.toggle-switch-clickable:focus .toggle-switch-ui-button {
    background: #b3b3b3;
}

.toggle-switch-ui-option {
    float: left;
    display: block;
    width: 50%;
    text-align: center;
    line-height: 2em;
}

.toggle-switch-ui-button {
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    left: auto;
    background: #cccccc;
}

.toggle-switch-active .toggle-switch-ui-button {
    right: auto;
    left: 0;
}

.toggle-switch-active .toggle-switch-left-bg {
    z-index: 0;
}

.toggle-switch-active .toggle-switch-right-bg {
    z-index: 1;
}

/*-- 4.18. Nav basic --*/
.nav-basic-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-basic-right .nav-basic-list {
    float: right;
}

.nav-basic-item {
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
}

.nav-basic-item-link {
    display: block;
    padding: 0.5em 1em;
    background: #cccccc;
}

.nav-basic-item-link:hover,
.nav-basic-item-link:focus,
.nav-basic-item-current {
    background: #555555;
    color: white;
}

.nav-basic-menu-toggle,
.nav-basic-menu-toggle:active,
.nav-basic-menu-toggle:visited {
    display: block;
    padding: 0.5em 1em;
    background: #555555;
    color: white;
}

.nav-basic-menu-toggle:hover,
.nav-basic-menu-toggle:focus {
    background: #222222;
}

.nav-basic-menu-toggle-active:after {
    content: " (COLLAPSED)";
}

.nav-basic-list-menu-toggle-inactive {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*-- 4.19. Nav secondary --*/
.nav-secondary-list,
.nav-secondary-sub,
.nav-secondary-deep {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-secondary-item,
.nav-secondary-sub-item {
    width: 100%;
    display: block;
}

.nav-secondary-item-link,
.nav-secondary-sub-item-link,
.nav-secondary-deep-item-link {
    display: block;
    padding: 0.5em 1em;
}

.nav-secondary-deep-item-link {
    background: #f2f2f2;
    padding-left: 1.5em;
}

.nav-secondary-item-link {
    background: #555555;
    color: white;
}

.nav-secondary-sub-item-link {
    background: #cccccc;
}

.nav-secondary-item-link:hover,
.nav-secondary-sub-item-link:hover {
    background: #888888;
}

.nav-secondary-deep-item-link:hover {
    font-weight: bold;
}

.nav-secondary-item-active .nav-secondary-item-link:after,
.nav-secondary-sub-item-active .nav-secondary-sub-item-link:after,
.nav-secondary-deep-item-active .nav-secondary-deep-item-link:after {
    content: " (ACTIVE)";
}

/*-- 4.20. Nav dropdown --*/
.nav-dropdown-sub,
.nav-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.nav-dropdown-right .nav-dropdown-list {
    float: right;
}

.nav-dropdown-item {
    zoom: 1;
    width: 100%;
}

.nav-dropdown-item-link,
.nav-dropdown-sub-item-link {
    display: block;
    padding: 0.5em 0.75em;
    text-transform: uppercase;
    font-size: 14.5px;
}

a.nav-dropdown-item-link,
a.nav-dropdown-item-link:visited,
a.nav-dropdown-item-link:active {
    background: transparent;
    color: #FFF;
}

.nav-dropdown-item-link.nav-dropdown-item-active,
.nav-dropdown-item-link:hover {
    color: #222222;
}

.nav-dropdown-sub-item-link {
    background: #FFF;
}

.nav-dropdown.nav-dropdown-mega .nav-dropdown-sub {
    width: 100%;

    background: #FFF;
    /*
    background: rgba(255,255,255,0.95);
    */
    border-bottom-left-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
}

.nav-dropdown-sub-mega-column-content {
    padding: 1em;
    margin: 0;
}
/*mobile-hide-sub*/
#main-navigation .nav-dropdown-sub{  
    visibility: hidden;
    position: absolute;
    /*
    height: 0; - causing errors in IE - TNT
    */
}

/*-- 4.20.1 Top Level Nav Drop Down -- */
#top-page-nav.nav-dropdown-sub {
    display: block;
    position: relative;
    z-index: 1;
}

#top-page-nav.nav-dropdown-sub .nav-dropdown-sub-mega-column {
    padding-left: 0px;
    padding-right: 20px;
    margin: 20px 20px 30px;
}

/*-- 4.21. Quick search --*/
.quick-search {
    width: 100%;
    position: relative;
}

.quick-search-form {
    margin: 0;
    padding: 0;
    *zoom: 1;
}

.quick-search-form:after, .quick-search-form:before {
    display: table;
    line-height: 0;
    content: "";
}

.quick-search-form:after {
    clear: both;
}

.quick-search-field {
    width: 100%;
    float: left;
}

.quick-search-field-input {
    border: none;
    text-indent: 0.5em;
    color: #222;
    display: block;
    padding: 0.3em 0;
    width: 100%;
    border-radius: 0.3em;
    background: #FFF;
}

.quick-search-field-input:focus {
    color: black;
    background-color: white;
}

.quick-search-submit-button {
    right: 5px;
    top: 4px;
    position: absolute;
}

.quick-search-submit-button-input {
    display: block;
    padding: 0.3em 1em;
    background: #555555;
    border: 1px solid #555555;
    color: white;
    text-align: center;
}

.lt-ie9 .quick-search-field-input {
    width: 98%;
    padding: 0.5em 1%;
}

.lt-ie8 .quick-search-submit-button-input {
    padding-top: 0;
    padding-bottom: 0;
    zoom: 1;
    height: 2.3em;
    line-height: 2em;
}

.quick-search-submit-button-input:hover,
.quick-search-submit-button-input:focus {
    background: #3b3b3b;
}




/*-- 5. Moblie styles --*/

#page-wrapper {
    width: 100%;
    margin: 0px auto;
}


/* 
  Header
*/
.header {
    background: #fff;
    height: 8em;
    margin: 0 0 1em;
}

.header .banner {
    position: relative;
    top: 4em;
    height: 4em;
}

.banner .logo {
    position: relative;
    top: -3em;
    left: -2em;
}
.header .logo img{
    display: block;
    margin:0 auto;
}
.header-logo,
.breadcrumbs,
.quick-search {
    margin-bottom: 0.5em;
}

.quick-search {
    width: 30%;
    position: absolute;
    top: 1.5em;
    right: 20px;
    display: none;
}

.mobile-search {
    position: absolute;
    right: 1.2em;
    top: 0.7em;
}

/* 
  Navigation
*/
.main-navigation {
    border-radius: 0.75em;
    margin: 0 5px 10px 7px;
    padding-left: 0.75em;
    padding-right: 0.75em;
    font-size: 1.1em;
    z-index: 10;
    background: #265d7b;
    display: none;
}

.lt-ie8 .main-navigation {
    position: relative;
 /* Required for IE7 */;
}

.nav-dropdown-sub h2 {
    color: #222;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 1.2em;
}

.nav-dropdown-sub ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.nav-category-header {
    color: #222;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.nav-category-header a,
    .main-wrapper .nav-category-header a {
    color: #222;
}

.nav-category-header a:hover,
    .main-wrapper .nav-category-header a:hover {
    color: #222;
    text-decoration: underline;
}
  /*Mobile nav*/
.nav-dropdown-sub li {
    padding: 10px 0;
}

.nav-dropdown-sub a {
    border-bottom: 1px solid;
    display: block;
}

    /* 
  ------------------------------
  1. General
  ------------------------------ 
*/
body {
    background: url(//www.mackay.qld.gov.au/__data/assets/image/0005/148253/bg-gradient.png?v=0.1.5) repeat-x 0px 0px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Oxygen', sans-serif;
    font-weight: normal;
}

h1 {
    color: #27719a;
    font-size: 1.8em;
    text-transform: uppercase;
}

h2 {
    color: #27719a;
    font-size: 1.7em;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
}

h3 {
    color: #27719a;
    font-weight: bold;
    font-size: 1.4em;
}

h4 {
    color: #27719a;
    font-weight: bold;
    font-size: 1.1em;
}

a, a:link, a:visited {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

.main-wrapper {
    margin: 0 20px;
}

.main-wrapper a, .main-wrapper a:link, .main-wrapper a:visited {
    color: #27719A;
    text-decoration: none;
}

.main-wrapper a:hover, .main-wrapper a:focus {
    color: #333;
    text-decoration: underline;
}

.link-button, .link-button:link, .link-button:visited,
  a.link-button, a.link-button:link, a.link-button:visited,
  input.sq-form-field[type="submit"],
  input.sq-form-field[type="button"] {
    color: #FFF;
    text-decoration: none;
    background: #006e96;
    border-radius: 0.5em;
    padding: 2px 10px 2px 10px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    border: none;
}

.link-button:hover,
  a.link-button:hover,
  .link-button:focus,
  a.link-button:focus,
  input.sq-form-field[type="submit"]:hover,
  input.sq-form-field[type="submit"]:focus,
  input.sq-form-field[type="button"]:hover,
  input.sq-form-field[type="button"]:focus {
    color: #FFF;
    text-decoration: underline;
    background: #27719a;
}

/* 
  4.1. Slideshow
*/
.home #slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
}
/*body.home #slideshow img {
    border: medium none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 260px;
    border: 2px solid #FFF;
    border-radius: 1.0em;
}*/
.home #slideshow div.slide {
    left: 0;
    position: relative;
    top: 0;
    z-index: 8;
    width: 100%;
}

.home #slideshow div.active {
    z-index: 10;
}

.home #slideshow div.last-active {
    z-index: 9;
}

.home #slideshow div .slide-image {
    margin: 0 7px;
}

.home #slideshow div .slide-content {
    height: 180px;
    padding: 10px 10px 20px 10px;
    display: block;
    color: #FFF;
    font-size: 1.1em;
    border: 2px solid #FFF;
    border-radius: 1em;
    background: #00afef;
    margin: 0 3px 0 5px;
}

.home #slideshow div .slide-content h2 {
    color: #FFF;
    margin: 0px 0px 10px 0px;
    display: block;
    padding: 0px 0px 10px 0px;
    border-bottom: 3px dotted #FFF;
    line-height: 1.2;
}

.home #slideshow div .slide-content a {
    color: #FFF;
    font-weight: bold;
    z-index:1010;
}

.home #slideshow a.next_banner {
    background: url() no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 99;
}

.home #slideshow a.prev_banner {
    background: url() no-repeat scroll 0 -20px transparent;
    display: block;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 20px;
    z-index: 99;
}

.home ul.slides {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-position: outside;
}

.home .slideshow-nav {
    position: absolute;
    z-index: 1000;
    right: 20px;
    bottom: 30px;
    background: transparent;
}

.home .slideshow-nav .flex-direction-nav {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
    position: relative;
    right: 1em;
    top: 0px;
}

.home .slideshow-nav .flex-direction-nav li {
    display: inline;
    list-style: none;
}

.home .slideshow-nav .flex-direction-nav li a {
    display: block;
    float: left;
    color: #FFF;
}

.home .slideshow-nav .flex-direction-nav li a.flex-prev,
  .home .slideshow-nav .flex-direction-nav li a.flex-next,
  .home .slideshow-nav .flex-pauseplay .flex-play,
  .home .slideshow-nav .flex-pauseplay .flex-pause {
    background: url(//www.mackay.qld.gov.au/__data/assets/image/0003/151761/banner-arrows.png?v=0.1.15) no-repeat scroll 0 0 transparent;
}

.home .slideshow-nav .flex-direction-nav li a.flex-prev {
    background-position: 0 -68px;
    width: 30px;
    height: 19px;
    /* margin-right: 5px; */
}

.home .slideshow-nav .flex-direction-nav li a.flex-prev:hover {
    background-position: 0 -103px;
}

.home .slideshow-nav .flex-direction-nav li a.flex-next {
    background-position: 0 2px;
    width: 15px;
    height: 19px;
}

.home .slideshow-nav .flex-direction-nav li a.flex-next:hover {
    background-position: 0 -33px;
}

.home .slideshow-nav .flex-pauseplay {
    float: right;
    overflow: hidden;
}

.home .slideshow-nav .flex-pauseplay .flex-play,
  .home .slideshow-nav .flex-pauseplay .flex-pause {
    color: #FFF;
    display: block;
    cursor: pointer;
}

.home .slideshow-nav .flex-pauseplay .flex-play {
    background-position: 0 -138px;
    width: 12px;
    height: 19px;
}

.home .slideshow-nav .flex-pauseplay .flex-play:hover {
    background-position: 0 -173px;
}

.home .slideshow-nav .flex-pauseplay .flex-pause {
    background-position: 0 -210px;
    width: 15px;
    height: 18px;
}

.home .slideshow-nav .flex-pauseplay .flex-pause:hover {
    background-position: 0 -247px;
}
/*background image slider*/
ul.slides li:nth-child(n+1) .slide-image {
    padding: 0;
    height: 200px;
    border: 2px solid #FFF;
    border-radius: 1.0em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

/* 
  4.3. News items
*/
.heading-span h2 {
    margin: 20px 14px 20px 14px;
}

.home-content-section {
    padding-bottom: 0px;
    overflow: hidden;
}

.home-content-section .link-button {
    float: right;
}

.home-content-news-item {
    line-height: 1.0;
    overflow: hidden;
    padding-right: 10px;
    margin: 0 0 2em;
}

.home-content-news-item.last {
    margin-bottom: 20px;
}

.home-content-news-item h3 {
    margin: 0px 0px 10px 112px;
    padding: 0px;
    font-size: 1.4em;
}

.home-content-news-item p {
    margin: 0px 0px 10px 112px;
    padding: 0px;
    line-height: 1.5;
}

.home-content-news-item img {
    border-radius: 0.5em;
    float: left;
    margin-top: 2px;
    margin-right: 12px;
    min-height: 94px;
    max-height: 100px;
    max-width: 100px;
}
.home-content-news-item a .read-more{
   float: right;
}

.home-content-section a.link-button {
    display: none;
}
/* 
  4.4. Favourites Slider
*/
#icon_slider {
    display: none;
}
/* 
  Right column
*/
body.top-level .main-wrapper .right-column{
  display:none;
}
body.home .main-wrapper .right-column{
  display:none;
}
/* 
  Footer
*/
.footer {
    line-height: 1.0;
    background: #265d7b url(//www.mackay.qld.gov.au/__data/assets/image/0006/148254/footer-bg.png?v=0.1.1) repeat-y top center;
    clear: both;
    overflow: hidden;
}

.footer .footer-content {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    line-height: 1.0;
}

.footer .footer-content h2 {
    color: #FFF;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 1.6em;
    letter-spacing: 1px;
}

.footer .footer-content a,
  .footer .footer-content a:active
  .footer .footer-content a:visited {
    color: #FFF;
    text-decoration: none;
}

.footer .footer-content ul {
    margin: 0px;
    padding: 0px 0px 0px 17px;
    list-style-position: outside;
    list-style-type: square;
    color: #FFF;
    font-size: 0.9em;
}

.footer .footer-content ul li {
    margin-bottom: 8px;
}

.left-column-content,
  .content-listing {
    display: none;
}

.content-listing.social {
    display: block;
}

.footer .footer-content .left-column {
    background: #27719a;
    min-height: 260px;
    left: 0px;
    padding: 25px 40px 25px 40px;
}

.footer .footer-content .left-column-content a:hover,
    .footer .footer-content .left-column-content a:focus {
    color: #bec9da;
    text-decoration: underline;
}

.mobile-footer select {
    width: 100%;
    border-radius: .5em;
    padding: 5px;
    background: #fff;
    color: #27719a;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.footer .mobile-footer h2 {
    margin: 0 0 10px 5px;
}

.footer .footer-content .right-column {
    background: #265d7b;
    overflow: hidden;
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 16px;
}

.footer .footer-content .right-column-content a:hover,
    .footer .footer-content .right-column-content a:focus {
    color: #b6bfcd;
    text-decoration: underline;
}

.footer .footer-content .right-column .content-listing {
    float: left;
}

.footer .footer-content .right-column .content-listing.social ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer .footer-content .right-column .content-listing.social ul li {
    margin-bottom: 20px;
    display: inline-block;
}

.footer .footer-content .right-column .content-listing.social ul li a {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    line-height: 0;
    font-size: 0;
}

.footer .footer-content .right-column .content-listing.social .icon {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background: url(//www.mackay.qld.gov.au/__data/assets/image/0008/148256/icon-sprite.png?v=0.1.3) 0px 0px no-repeat;
}

.footer .footer-content .right-column .content-listing.social .icon.twitter {
    background-position: 0px -45px;
}

.footer .footer-content .right-column .content-listing.social .icon.youtube {
    background-position: 0px -90px;
}

.footer .footer-content .right-column .content-listing.social .icon.rss {
    background-position: 0px -135px;
}

.footer .footer-content .right-column .content-listing.social .icon.newsletters {
    background-position: 0px -180px;
}

.footer .footer-content .right-column .content-listing.social .icon.linkedin {
    background-position: 0px -225px;
}

.footer .footer-content .right-column .content-listing.social .icon.instagram {
    background-position: 0px -270px;
}

.footer .banner {
    background: #403d3b;
}

.footer .banner-content {
    margin: 0px auto;
    height: 60px;
    padding: 20px 0 20px 0;
    font-size: 0.8em;
}

.footer .banner-content .left-column {
    margin: 0 0 20px 0;
}

.footer .banner-content .left-column img,
    .footer .banner-content .left-column a {
    display: block;
    margin: 0 auto 20px auto;
}

.left-column img{
  width: 25em;
}
.footer .banner-content .right-column {
    text-align: center;
}

.footer .banner-content .right-column {
    color: #FFF;
    text-transform: uppercase;
}

.footer .banner-content .right-column a,
      .footer .banner-content .right-column a:link,
      .footer .banner-content .right-column a:visited {
    color: #FFF;
}

.footer .banner-content .right-column a:hover,
      .footer .banner-content .right-column a:focus {
    color: #A7A9AC;
    text-decoration: underline;
}

.footer ul {
    margin: 0px;
}

.mobile-display-none {
    display: none;
}

/* 
  ------------------------------
  5. Inside Page
  ------------------------------ 
*/

#inside-banner .banner-image {
    /*background: url(//www.mackay.qld.gov.au/__data/assets/image/0007/155446/baby_inside_header_bg.jpg);*/
    border-radius: 1.5em;
    border: none;
    color: #222;
    margin: 0 7px;
    height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.inside-navigation{
    margin: 0 0 40px 0;
}
.inside-navigation ul {
    background: #efefef;
    border-radius: 1.0em;
    list-style-type: square;
    margin: ;
    padding: 5px 0px 10px 0px;
}

.inside-navigation ul li {
    border-bottom: 1px dotted #999;
    list-style-position: inside;
    padding: 3px 0px 3px 15px;
}

#main p strong img {
    display: block;
    margin: 0 auto;
}

.form-wrapper {
    display: none;
}
  /* Custom Inside Navigation Bullets */
.inside-navigation ul li {
    list-style-item: none;
    list-style: none;
}

.inside-navigation ul li a {
    background: transparent url(//www.mackay.qld.gov.au/__data/assets/image/0009/149850/bullet-sprite.png?v=0.0.2) 0px 5px no-repeat;
    padding-left: 15px;
}

.inside-navigation ul li.hier > a,
  .inside-navigation ul li.selected > a {
    color: #333;
}

.inside-navigation ul.subnav li a {
    background-position: 0px -60px;
}

.inside-navigation ul.subnav li.hier-2 > a,
  .inside-navigation ul.subnav li.selected-2 > a {
    color: #333;
}

.inside-navigation ul.section_links.lvl_3 li.hier-3 > a,
  .inside-navigation ul.section_links.lvl_3 li.selected-3 > a {
    color: #333;
}

.inside-page-content .clear {
    clear: both;
    display: block;
    overflow: hidden;
}

.inside-page-content ul {
    list-style-type: square;
    list-style-position: outside;
    padding: 0px 0px 0px 18px;
    width: 28%;
    display: block;
}

.inside-page-content ul.column {
    float: left;
}


/*
  5.2. Image Gallery
*/

#image-gallery {
/* height:520px; */
}

#main #image-gallery img {
  border-radius: 0 !important;
}

#image-gallery div.content {
/* display:none; Used to handle pre loading of image gallery */
width:100%;
clear:both;
}

#image-gallery div.controls {
height:15px;
background:url() repeat-x 0 0;
border-bottom:1px solid #C8DCDD;
border-top:3px solid #C8DCDD;
display:block;
overflow:hidden;
clear:both;
padding:10px;
}

#image-gallery div.controls a {
padding:5px;
}

#image-gallery div.ss-controls {
float:left;
}

#image-gallery div.slideshow-container {
position:relative;
clear:both;
height:auto;
}

#image-gallery div.loader {
background-image:url();
background-repeat:no-repeat;
background-position:center;
width:642px;
height:502px;
}

#image-gallery div#slideshow {
padding-top:10px;
height:auto;
}

#image-gallery div#slideshow span.image-wrapper {
display:block;
position:relative;
top:0;
left:0;
}

#image-gallery div#slideshow a.advance-link {
display:block;
width:100%;
height:auto;
text-align:center;
overflow:hidden;
padding-bottom:1px;
text-decoration:none;
}

#image-gallery div#slideshow a.advance-link:hover,div#slideshow a.advance-link:active,div#slideshow a.advance-link:visited {
text-decoration:none;
}

#image-gallery div#slideshow img {
vertical-align:middle;
border:1px solid #999;
max-height:520px;
padding:0;
}

#image-gallery div.caption-container {
position:relative;
clear:left;
}

#image-gallery span.image-caption {
display:block;
position:relative;
border:1px solid #ccc;
margin-top:10px;
}

#image-gallery div.caption {
background:#EFF4F8;
overflow:hidden;
padding:12px;
}

#image-gallery div.image-title {
font-weight:700;
font-size:1.4em;
}

#image-gallery div.image-desc {
line-height:1.3em;
padding-top:12px;
}

#image-gallery div.navigation {
position:relative;
width:100%;
}

#image-gallery ul.thumbs {
display:block;
height:75px;
/* width:410px; */
margin:0;
padding:0 0 0 27px;
}

#image-gallery ul.thumbs li {
float:left;
list-style-image:none!important;
list-style:none;
position:relative;
margin:5px 8px 10px 0;
padding:0;
}

#image-gallery a.thumb {
display:block;
border:1px solid #ccc;
padding:2px;
text-decoration: none;
}

#image-gallery a.thumb:hover {
display:block;
border:1px solid #444;
padding:2px;
text-decoration: none;
}

#image-gallery ul.thumbs li.selected a.thumb {
background:#000;
}

#image-gallery a.thumb:focus {
outline:none;
}

#image-gallery ul.thumbs a.thumb span {
display:block;
width:60px;
height:50px;
overflow:hidden;
}

#image-gallery ul.thumbs img {
border:none;
display:block;
padding:0;
max-width: none;
}

#image-gallery div.pagination {
clear:both;
width:100%;
padding:8px 0;
}

#image-gallery div.navigation div.top {
margin-bottom:12px;
height:11px;
}

#image-gallery div.navigation div.bottom {
margin-top:12px;
}

#image-gallery div.navigation a.pageLink {
display:block;
width:17px;
height:16px;
text-indent:-9999px;
outline:none;
position:absolute;
top:22px;
}

/* icon sprite clashes with new icon sprite
#image-gallery div.navigation a.prev {
left:0;
background:url(//www.mackay.qld.gov.au/__data/assets/image/0008/148256/icon-sprite.png?v=0.1.3) no-repeat -21px -33px!important;
}

#image-gallery div.navigation a.prev-false {
background:url(//www.mackay.qld.gov.au/__data/assets/image/0008/148256/icon-sprite.png?v=0.1.3) no-repeat -22px -17px!important;
cursor:default;
}

#image-gallery div.navigation a.next {
right:0;
background:url(//www.mackay.qld.gov.au/__data/assets/image/0008/148256/icon-sprite.png?v=0.1.3) no-repeat -55px -33px!important;
}

#image-gallery div.navigation a.next-false {
background:url(//www.mackay.qld.gov.au/__data/assets/image/0008/148256/icon-sprite.png?v=0.1.3) no-repeat -55px -17px!important;
cursor:default;
}
*/

#image-gallery div.pagination a,#image-gallery div.pagination span.current,#image-gallery div.pagination span.ellipsis {
display:inline-block;
margin-right:2px;
border:1px solid #ccc;
padding:4px 7px 2px;
}

#image-gallery div.pagination a:hover {
background-color:#ddd;
text-decoration:none;
}

#image-gallery div.pagination span.current {
font-weight:700;
background-color:#000;
color:#fff;
border-color:#000;
}

#image-gallery div.pagination span.ellipsis {
border:none;
padding:5px 0 3px 2px;
}

#image-gallery div.content a,div.navigation a,#image-gallery div.content a:focus,div.content a:hover,div.content a:active {
text-decoration:underline;
}

#image-gallery div.nav-controls,#image-gallery div.download,#image-gallery div.original {
float:right;
}

/* 
  ------------------------------
  6. Mobile Style Fixes
  ------------------------------ 
*/


#container{
  overflow: hidden;
}

/*6.2  mobile toggle menu*/

.page-title{
  position: absolute; 
  top: 5.5em;
  width: 100%;
}

.page-title h1{
  padding: .1em 0 0 .5em;
}

.nav-toggle{
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 1.4em;
  right: 1em;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after{
  border-radius: 1px;
  background: #265d7b;
  height: 5px;
  width: 35px;
  position: absolute;
  display: block;
  content: "";
}

.nav-toggle span:before{
  top: -10px;
}

.nav-toggle span:after{
  bottom: -10px;
}

.nav-toggle span{
  top: .5em;
}

.nav-dropdown-list li.hier,
.nav-dropdown-list li.selected{
  background: #678DA2;
  border-radius: .75em;
  margin: 0 0 0 -12px;
  padding: 0 12px;
}

/* 6.2 Mobile Image fixes*/

.water-icons img{
  float: left;
  margin: .5em 1em 0 .4em;
}
.water-icons .info-text{
  float: left;
  width: 60%;
}
.water-icons h3{
  margin-top: 0;
}
.water-icons .odd,
.water-icons .even{
  overflow: auto;
  margin-bottom: 3em;
}
.textarea-mobile{
  max-width: 100%;
}
#main img{
  max-width: 100%;
  height: auto;
  border-radius: 0.5em;
}
table.resize-table { 
  display: table; 
}
.stacktable.small-only { 
  display: none; 
}

@media (max-width: 48em) {
  .stacktable.large-only { 
    display: none; 
  }
  .stacktable.small-only { 
    display: table;
    width: 100%; 
  }
  
  .economic-development .header, .inside-customised .header {
    height: 7.2rem !important;
  }
}
/* 6.3 Mobile Library styles */

.library-search {
  border: 1px solid #265D7B;
  background: #E9EFF2;
  padding: 1em 1em 0.5em 1em;
  border-radius: 0.8em;
}

.library-search fieldset {
  border: 0;
}

.library-search label {
  margin-right: 0.5em;
  color: #006892;
  font-weight: bold;
}

.library-search select,
.library-search input[type="text"],
.library-search input[type="submit"],
.library-search input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #265D7B;
  padding: 2px;
  border-radius: 0.3em;
}

.library-search select {
  margin-right: 1.75em;
}

.library-search input[type="text"] {
  padding: 3px;
}

.library-search input[type="submit"],
.library-search input[type="reset"] {
  padding: 0.2em 2em;
  background: #006892;
  color: #fff;
}

.library-search input[type="submit"]:hover,
.library-search input[type="reset"]:hover {
  background: #265D7B;
}

/* 6.4 Mobile Table Fixes*/

#main table td.landing-table-img{
  width: auto;
  display:inline-block;
}
#main table td.landing-table-text{
  display: inline-block;
  max-width: 10em;
  width: 7em;
}
.landing-tr{
  max-width: 22em;
  display: block;
}
.mobile-hide{
  display: none;
}
#main .complex-form > tbody > tr > td{
  padding:0;
  margin: 0;
  width:100%;
  border: none !important;
}
#main .complex-form{
  border:none;
}


/********** Economic development redesign  (inside slider home pages) .inside-slider-landing Redisign *********/


body.home.economic-development .right-column, body.home.inside-customised .right-column  {
    display: block;
}
.economic-development div#page-wrapper, .inside-customised div#page-wrapper {
    width: 100%;
}
.economic-development h1, .economic-development h2, .economic-development h3, .economic-development h4, .inside-customised h1, .inside-customised h2, .inside-customised h3, .inside-customised h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.page.home.economic-development.inside-slider-landing.inside-customised h1 {
    display: none;
}

.economic-development h1, .inside-customised h1 {
    font-size: 2.5em;
}
.economic-development h2, .inside-customised h2 {
    font-size: 2.3em;
}
.economic-development h3, .inside-customised h3 {
    margin-top: .1em;
    font-size: 1.7em;
}
.economic-development h4, .inside-customised h4 {
    font-size: 1.5em;
}
.economic-development #main-navigation, .inside-customised #main-navigation {
    border-radius: 0;
    margin: 0;
}
.economic-development .nav-dropdown.nav-dropdown-horizontal.nav-dropdown-mega, .inside-customised .nav-dropdown.nav-dropdown-horizontal.nav-dropdown-mega {
    max-width: 1000px;
    margin: 0 auto;
    display: table;
}
.economic-development .header, .inside-customised .header {
    margin: 0;
    height: inherit;
    /*background: #006892;*/
}
.economic-development .header .banner, .inside-customised .header .banner  {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.economic-development .footer .footer-content .left-column, .inside-customised .footer .footer-content .left-column {
    border-radius: 0;
}

.home.economic-development .quick-links ul, .home.inside-customised .quick-links ul {
    padding-left: .5em;
}

.home.economic-development .quick-links ul ul, .home.inside-customised .quick-links ul ul {
    padding-left: 1em;
    margin-top: .2em;
    border-top: 1px solid #ccc;
}

.home.economic-development .quick-links ul li:before, .home.inside-customised .quick-links ul li:before {
    content: '\003e';
    padding: 0 .5em 0 0;
    color: #27719A;
}

.home.economic-development .quick-links ul li, .home.inside-customised .quick-links ul li {
    list-style: none;
    padding: .2em 0;
    border-bottom: 1px solid #ccc;
}

.home.economic-development .quick-links ul ul li:last-child, .home.inside-customised .quick-links ul ul li:last-child {
    border: none;
}

.economic-development #main img, .inside-slider-landing #main img {
    border-radius: 0; 
}

.economic-development .inside-navigation li a, .inside-customised .inside-navigation li a {
    background-position: 0 -60px;
}

.economic-development .inside-navigation ul, .inside-customised .inside-navigation ul {
    background: none;
}

.economic-development #inside-banner .banner-image, .inside-customised #inside-banner .banner-image {
    border-radius: 0;
    margin: 0;
}

.economic-development .inside-navigation li, .inside-customised .inside-navigation li {
    display: none;
}


.inside-customised .inside-navigation li.hier, .economic-development .inside-navigation li.hier,
.inside-customised .inside-navigation li.hier ul.subnav li, .economic-development .inside-navigation li.hier ul.subnav li,
.inside-customised .inside-navigation li.selected, .economic-development .inside-navigation li.selected,
.inside-customised .inside-navigation li.selected ul.subnav li, .economic-development .inside-navigation li.selected ul.subnav li {
    display: list-item;
}

/*.economic-development .thumb-details, .inside-customised .thumb-details {
    display: none;
}*/


/******** SDQLD-701 ********/
.page.economic-development .quick-search, .page.economic-development .mobile-search {
    display: none;
}

.page.home.economic-development #main {
    width: 100%;
}

.page.home.economic-development.inside-slider-landing .right-column {
    display: none !important;
    width: 0 !important;
}

.page.home.economic-development.inside-slider-landing h1, .page.home.economic-development.inside-slider-landing h2, .page.home.economic-development.inside-slider-landing h3 {
    text-align: center;
    font-weight: inherit;
}

.page.economic-development h1, .page.economic-development h2, .page.economic-development h3, .page.economic-development h4 {
    font-weight: inherit;
}



.page.economic-development figure.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.3);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.page.economic-development figure.tint:hover:before, .page.economic-development table.landing-page td a:hover figure.tint:before {
    background: none;
}

body.page.economic-development.inside-slider-landing .footer .banner .right-column.hidden {
    display: block !important;
    visibility: visible;
    width: auto !important;
}


body.page.economic-development .footer-content {
    display: none;
}

.inside-customised .page-image-banner img, .economic-development .page-image-banner img {
    display: none;
}


/****************** Module: Slick ***************/
.slick-dots {
 margin: 0;
 padding: 0;
 list-style: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -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;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
  overflow: hidden;
  position: relative;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slideshow.slick-initialized.slick-slider {
  position: relative;
  overflow: hidden;
}

.slick-slideshow__slide img {
  margin: 0 auto;
  width: 100%;
  max-height: 480px;
  min-height: 180px;
  min-width: 540px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-next, .slick-prev {
  position: absolute;
  bottom: 4%;
  width: 2.8em;
  height: 3em;
  color: transparent;
  border: none;
  z-index: 1;
}

.slick-next {
  right: 2%;
  background: url("//www.mackay.qld.gov.au/__data/assets/image/0003/151761/banner-arrows.png") 20px 16px no-repeat;
}

.slick-prev {
  right: 5%;
  background: url("//www.mackay.qld.gov.au/__data/assets/image/0003/151761/banner-arrows.png") 20px -55px no-repeat;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

.slide-details {
  position: relative;
  right: 0;
  top: 50%;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
}

.slide-details span {
  display: inline-block;
}

.slide-details .heading-bold {
  font-weight: bolder;
}

.slide-details .heading-normal {
  font-weight: lighter;
}

.slide-details a {
  color: #fff;
  text-decoration: none;
}

.slide-details h2 {
  margin: 0;
  padding: .3em .4em;
  letter-spacing: .1em;
  background: #005dab;
  font-size: 220%;
}

.slide-details .slide-dates {
  text-align: right;
  padding: .5em 1.8em;
  background: #000;
  letter-spacing: .09em;
  font-size: 1.2em;
  display: block;
}

/******* SDQLD-966 *******/
.top-level.library.home .inside-navigation, .top-level.library.home #top-page-nav {
    display: none;
}

/******* SDQLD-3460 *******/
#nav a.top_link.top_link_242412.nav-dropdown-item-link, #nav a.top_link.top_link_214433.nav-dropdown-item-link {
    display: none;
}

