		/*
  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: 19 October 2016 13:01:04
*/


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>

<!--
  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: 19 October 2016 13:01:04
-->



</head>

<body>


        /*
  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: 07 September 2015 15:25:20
*/


/*/**
 * version: 0.0.1
 * file:    global.css
 * author:  Squiz Australia
 * updated: 24-04-2015 10:04
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Modules
 *    footer
 *    header
 *    homepage-breaking-news
 *    homepage-carousel
 *    homepage-current-priorities
 *    homepage-highlight-message
 *    homepage-secondary-message
 *    homepage-twitter-feed
 *    homepage-user-types
 *    landing-links
 *    search-filter
 *    accordion (0.0.7)
 *    breadcrumbs (0.0.2)
 *    pagination (0.0.1)
 *    secondary-nav (0.1.0)
 *    slick (0.0.1)
 *    typeahead (0.1.1)
 */

@media (max-width: 980px) {
    article.project {
      width: 100%;
    }
}

@media (min-width: 980px) {
   article.project {
      width: auto%;
    }
}

/*hover grayscale image*/
article.project {
  float: left;
  /*margin: 0 1% 2%;*/
  margin: 1%;
  max-width: 375px;
  overflow: hidden;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  width: 100%;
}

article.project img {
  display: block;
  margin: 0;
  padding: 0;
 /* max-width: 100%;
  height: auto;
  width: 100%;*/
}

article.project .overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hover .overlay, .active .overlay, .hover-sticky .overlay {
    opacity: 1;
}

article.project .overlay .expand {
  border: 5px solid #FFF;
  bottom: 0;
  color: #FFF;
  display: block;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* GRAYSCALE */
.grayscale, .grayscale.grayscale-off,.grayscale-sticky {
    /* Firefox 10+, Firefox on Android */
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

    /* IE 6-9 */
    filter: gray;

    /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
    */
    -webkit-filter: grayscale(100%);
}

.grayscale, .grayscale.grayscale-off {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.grayscale.grayscale-off,
article:hover .grayscale.grayscale-fade {
    -webkit-filter: grayscale(0%);
    filter: none;
}

.grayscale.grayscale-replaced {
    filter: none;
    -webkit-filter: none;
}

.grayscale.grayscale-replaced > svg {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.grayscale.grayscale-replaced.grayscale-off > svg {
    opacity: 0;
}



body, .content-related h2 {
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: Franklin Gothic Book, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
}

.button, .breaking-news__more a, .highlight-message__link a, .secondary-message__list li .follow a, .twitter-feed__list li .follow a, .carousel__list .carousel__list-slide .carousel__list-desc {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
}

.visuallyhidden, .sr-only, .skip-links__link, .quick-search__submit, .navbar__toggle span, .carousel__position li a span, .current-priorities__pagination li a span, .current-priorities__position a span, .twitter-feed__title span, .twitter-feed__pagination li span, .user-types__title {
    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, .skip-links__link:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.skip-links__list, .tabs__tab-list, .pagination, .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__social-list li, .slick-dots li, .current-priorities__pagination li, .twitter-feed__pagination li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.quick-search__input, .tt-hint, .quick-search__submit, .quick-search__input, .tt-hint {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.no-js .quick-search__input-group, .no-flexbox .quick-search__input-group {
    display: table;
}

.flexbox .quick-search__input-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.clearfix, .footer__content-tags ul, .pagination {
    *zoom: 1;
}

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

.clearfix:after, .footer__content-tags ul:after, .pagination:after {
    clear: both;
}

.clear {
    clear: both;
}

.button, .breaking-news__more a, .highlight-message__link a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1;
    background: #b31c21;
    color: #fff;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1em 1.5em;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

div.boxmenu {
    text-align: center;
    min-height: 160px;
    width: 210px;
    margin: 0 2px 10px 2px;
    float: left;
    display: inline-block;
    font-size: 90%;
}

.standard-content p {
  width: auto;
}

.landing-links__list p{
   width: 100%!important;
}

.landing-links__list{
   overflow: hidden;
}


/*@media (max-width: 1165px){
   .standard-content p{
       width: 600px;
   }
}*/

/* HERE IT IS */
.twitter-feed__list li .follow a, .secondary-message__list li .follow a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1;
background: #636363;
color: #000;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1em 1.5em;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);

}

.button:hover, .breaking-news__more a:hover, .highlight-message__link a:hover {
    background: #555;
}

[class^="icon-"], [class*=" icon-"], .current-priorities__filter:before, .twitter-feed__pagination li a {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

h3 {
   font-style: italic;
}

h4, h5 {
   font-weight: bold;
}

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: 80%;
    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;
}

.form-group.main-site-search {
  margin-top: 20px;
}

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

/*! normalize-opentype v0.2.0 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
::selection {
    color: inherit;
    text-shadow: inherit;
}

html, body {
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}

h1, h2, h3 {
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
}

abbr {
    text-transform: uppercase;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
}
/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}

pre, kbd, samp, code {
    font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}

sup {
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
}

sub {
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="number"], input[type="range"], input[type="tel"], input[type="week"] {
    font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
}

table {
    font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
}

table thead, table tfoot {
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 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;
}

.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 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.4;
    background: #fff;
}

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

/*
--------------------
Modules
--------------------
*/
@font-face {
    font-family: 'icomoon';
  src: url('http://www.apsc.gov.au/__data/assets/file/0008/43199/icomoon.eot?v=0.1.1?90dv0k');
  src: url('http://www.apsc.gov.au/__data/assets/file/0008/43199/icomoon.eot?v=0.1.1?#iefix90dv0k') format('embedded-opentype'), url('http://www.apsc.gov.au/__data/assets/file/0011/43202/icomoon.woff?v=0.1.1?90dv0k') format('woff'), url('http://www.apsc.gov.au/__data/assets/file/0010/43201/icomoon.ttf?v=0.1.1?90dv0k') format('truetype'), url('http://www.apsc.gov.au/__data/assets/file/0009/43200/icomoon.svg?v=0.1.1?90dv0k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-chevron-thin-down:before {
    content: "\e609";
}

.icon-chevron-thin-left:before {
    content: "\e600";
}

.icon-chevron-thin-right:before {
    content: "\e601";
}

.icon-chevron-thin-up:before {
    content: "\e60a";
}

.icon-laptop:before {
    content: "\e602";
}

.icon-shopping-basket:before {
    content: "\e603";
}

.icon-paper-plane:before {
    content: "\e604";
}

.icon-menu:before {
    content: "\e605";
}

.icon-chevron-small-down:before {
    content: "\e606";
}

.icon-circle-thin:before {
    content: "\e607";
}

.icon-circle:before {
    content: "\e608";
}

.icon-search:before {
    content: "\e986";
}

.icon-cross:before {
    content: "\ea0f";
}

.icon-checkbox-checked:before {
    content: "\ea52";
}

.icon-checkbox-unchecked:before {
    content: "\ea53";
}

.icon-facebook:before {
    content: "\ea8c";
}

.icon-twitter:before {
    content: "\ea91";
}

.icon-youtube3:before {
    content: "\ea99";
}

body {
    color: #555;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.8;
    overflow-x: hidden;
}

a {
    color: #257da7;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a:hover {
    /*color: #fffff;*/
    color: #3274;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

h1, h2, h3 {
    font-weight: normal;
    line-height: 1.2;
}

#page-wrapper {
    position: relative;
}

#main {
    -webkit-box-shadow: inset 1px 5px 5px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 5px 5px -6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 5px 5px -6px rgba(0, 0, 0, 0.2);
}

.lt-ie9 #main {
    border-top: 1px solid #ddd;
}

.gutter {
    padding: 0 2em 2em 2em;
}



.content-header {
    position: relative;
    padding: 1.5em 0 1.5em 0;
    border-bottom: 1px solid #dddddd;
}

.content-header h1 {
    margin: 0;
}

.content-updated {
    margin: 0.5em 0;
    font-size: 11.2px;
    font-size: 0.7rem;
    color: #6c6c6c;
}

.content-status {
    font-size: 11.2px;
    font-size: 0.7rem;
    margin: 0;
    line-height: 1;
}

.content-status em {
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.content-status span {
    position: relative;
    top: 2px;
    left: 2px;
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #ccc;
}

.content-status span.current {
    background: #71d64c;
}

.content-status span.review {
    background: #4eacd7;
}

.content-footer {
    padding: 2.5em 0 1em 0;
}

.content-assetId {
    font-size: 11.2px;
    font-size: 0.7rem;
    color: #757575;
    clear:both; 
}

.content-related {
    border: 1px solid #dddddd;
    border-width: 1px 0;
    padding: 2em 0 1em 0;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.content-related h2 {
    margin: 0 0 1em 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.content-related ul {
    margin: 0;
}

.content-related__column {
    margin: 2em 0;
}
.ld-highlight-right {
    padding: 5px 5px 5px 10px;
    border-left: 1px solid #a3a3a3;
    color: #606060;
    margin: 0 0 0 5px;
    float: right;
    width: 250px;
    clear: both;
}
.ld-highlight-right .nostyle {
    list-style-type: none;
    padding-left: 10px;
}

.ld-highlight-right .percentage {
    color:#32a8e5;
    font-weight:bold;
    font-size:1.3em;
}
/* 29 June Start Flick's added styles */

/*

Table styles:
    1. Standard table rules
    2. General text tables = .styled
    3. General data tables = .data
    4. Large data tables = .bulletindata (look to amend this class to ".bulletin-data" so the CSS is easier to read)
    5. Combination tables (e.g. Annual Reports etc.) = .styled-data
 
 */

table caption, table.styled caption, table.data caption, table.bulletindata caption, table.styled-data caption {
    font-size: 14px;
    font-weight: bold;
}

table, table.styled, table.data, table.bulletindata, table.styled-data {
    color: #333;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    line-height: 25px;
    border-spacing: 0;
    border: 1px solid #00618e;
/*    width: 90%; */
    margin: 10px auto;
}

table.bulletindata, table.small {
    padding: 6px;
    font-size:11px; width:100%
}

table thead tr, table.styled thead tr, table.data thead tr, table.bulletindata thead tr, table.styled-data thead tr {
    background: #00618e;
    color: #fff;
    border: none;
}   
 
table tbody tr:hover, table.styled tbody tr:hover, table.data tbody tr:hover, table.bulletindata tbody tr:hover, table.styled-data tbody tr:hover {
    background-color: #f0fbff;
}

table thead tr th, table.styled thead tr th, table.data thead tr th, table.styled-data thead tr th {
    padding: 10px;
}

table.styled-data tbody tr th:only-child {
    border-right: 1px solid #00618e;
}

table tbody tr th, table.styled tbody tr th, table.data tbody tr th, table.bulletindata tbody tr th, table.styled-data tbody tr th {
    background-color: #fff;
    padding: 10px;
    color: #333;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

table tbody td, table.styled tbody td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

table.styled-data tbody td:first-child {
    text-align: left;
}

table.data tbody td, table.bulletindata tbody td, table.styled-data tbody td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    text-align: right;
}

table tbody td:last-child, table.styled tbody td:last-child {
    border-right: 1px solid #00618e;
}

table tfoot td, table.styled tfoot td {
    padding: 10px;
}

table.styled tbody td.subheading, table.styled tbody tr.subheading, table.bulletindata tbody td.subheading, table.bulletindata tbody tr.subheading, table.bulletindata tbody td.total {
    font-weight:bold;
}
table.bulletindata thead tr th {
    text-align: right;
}
table.bulletindata thead tr th.left {
    text-align: left;
}
table.bulletindata tbody td{text-align:left; padding:6px}
table.bulletindata tbody td + td{text-align:right}
table.bulletindata tbody tr.total td {border-top:2px solid #cccccc; background-color:#f7f7f7;} 

table.bulletindata tbody td.columngroup {border-right: 1px solid #aaaaaa}
table.bulletindata thead th.columngroup {border-bottom: 1px solid #ffffff; text-align:center} 
table.bulletindata tbody tr.subheading {background-color:#f2f2f2}
.right {
    float: right;
    margin-left: 20px;
}


.post h2 {margin:0px; padding-bottom:0px; background-image:url(http://www.apsc.gov.au/__data/assets/image/0005/84272/gradhackavatar.png); background-repeat:no-repeat; padding-left:50px; line-height:32px}
.post img {box-shadow: 15px 15px 20px #aaa; border:10px solid #fff } 
.time {font-size:.8em; color:#666; font-style:italic; margin:0; padding:0}
 div.post {padding:10px; background-color:#fafafa; border:1px solid #999; margin:20px 0px}
div.post p {margin-left:50px}


.left {
    float: left;
    margin-right: 20px;
}

.publication-pagenav {
    background: rgb(247, 246, 246);
    border: 1px solid #a3a3a3;
    color: #606060;
    margin: 15px 0 15px 0;
    width: 100%;
    float: right;
    text-align: left;
}

.publication-pagenav ul {
    padding: 0 10px 0 25px;
}

.publication-rhc {
    float: right;
    width: 33%;
    text-align: center;
    margin-left: 15px;
    border-left: #ccc 1px solid;
    padding-left: 15px;
}

.publication-pagenav h2 {
    font-size: 1.2em;
    text-align: center;
}

.highlight, .text-call-out, .border-highlight {
    padding: 10px;
    background: rgb(247, 246, 246);
    border: 1px solid #a3a3a3;
    color: #606060;
    margin:6px 0;
    border-radius: 15px;
}

div.publication-rhc + div.highlight,
div.publication-rhc + div.text-call-out,
div.publication-rhc + div.borderhighlight,
div.publication-rhc + div.grey-border, 
div.publication-rhc + table {
    width: 65%;
    margin-top: 15px;
}

.highlight h2, .highlight h3 {
    color: #606060;
    margin-top: 0px;
}

.text-call-out p {
    color: #606060;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.centered-text-call-out {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #bababa;
    margin 6px 0;
line-height: 1.4;
}

.centered-text-call-out p {
    color: #606060;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.grey-border {
    padding: 10px;
    background: #ffffff;

    border: 1px solid #bababa;
    margin 6px 0;
    line-height: 1.4;
    margin-bottom: 15px;
}

.grey-border h2 {
    margin: 10px 0px 0px 0px;
}

.grey-border p {
    color: #606060;
    margin-top: 0px;
    margin-bottom: 0px;
}

.grey-border cite, .grey-border li {
    color: #606060;
}

.on-page-nav {
    float: right;
    position: relative;
    width: 250px;
    padding: 5px;
    background: #f6faef;
    border: 2px solid #8fbaac;
    margin-left: 15px;
    margin-bottom: 10px;
    color: #606060;
    z-index: 100;
}

.fullwidth-page-nav {
    padding: 10px;
    background: #f6faef;
    border: 1px solid #bababa;
    margin: 6px 0 0 10px;
    line-height: 1.4;
    margin-bottom: 15px;
    width: 33%;
    float: right;
}

.fullwidth-page-nav h3 {
    font-size: 1.4em;
    margin: 0 0 12px 0;
    padding: 0;
    color: #606060;
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.fullwidth-page-nav ul, .fullwidth-page-nav ol {
    margin-bottom: 0;
}

.on-page-nav h2 {
    color: #606060;
    margin-top: 0px;
}
.on-page-nav p {
    margin: 0px;
    padding: 5px;
}

h2.no-margin {
    margin-top: 0px;
}
.left-border-highlight {
    border-left: 3px solid #a3a3a3;
    border-top: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    background-color: rgb(247, 246, 246);
    margin-bottom: 15px;
}
.left-border-highlight h1, .left-border-highlight h2 {
    margin: 0px;
    padding: 15px;
}
.left-border-highlight h3 {
   margin: 0.7em 0 12px 10px;
}
.left-border-highlight p {
    margin: 0px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.center-border-highlight {
    border: 1px solid #a3a3a3;
    background-color: rgb(247, 246, 246);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px;
}
.center-border-highlight p {
    margin: 0px;
    text-align: center;
}
.pageinfo-border-highlight {
    border: 1px solid #a3a3a3;
    background-color: rgb(247, 246, 246);
    width: 65%;
    margin-bottom: 15px;
}
.pageinfo-border-highlight p {
    margin: 0px;
    padding: 15px;
    text-align: left;
}

.pagenav-border-highlight {
    border-left: 3px solid #a3a3a3;
    border-top: 1px solid #a3a3a3;
    border-right: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    background-color: rgb(247, 246, 246);
    margin-bottom: 15px;
    width: 100%;
}
.pagenav-border-highlight h2 {
    margin: 0px;
    padding: 5px;
    font-size: 1.4em;
}
.pagenav-border-highlight p {
    margin: 0px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.further-resources {
    border-left: 10px solid #e9e7da;
    background-color: #fff);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.further-resources h1, .further-resources h2 {
    margin: 0px;
    padding: 15px;
}
.further-resources h3 {
   margin: 0.7em 0 12px 10px;
}
.further-resources p {
    margin: 0px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.img-display {
    border: 2px solid #a3a3a3;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
    background-color: rgb(247,246,246);
    padding: 10px;
    font-weight: bold;
    clear: right;
}
.img-display p {
    margin: 0px;
}
.img-caption {
    font-weight: bold;
}

cite {
text-align: right;
}

#apnd {
        text-align: center;
}
#apnd div { 
        height: 80px; 
        width: 80px; 
        border: 2px solid #8fbaac;
        margin-right: 5px; 
        float: left; /*Can also use display: inline-block instead of float:left*/
        background-color: #f6faef;
}
#apnd div a {
        text-align: center;
        font-weight: bold;
vertical-align: middle;
line-height: 80px;
}
.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 2500px;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 25px;
            left: auto;right:auto;
            width: 510px;
            height: 820px;
            border: 16px solid #cecece;
            background-color: #cecece;
            z-index:1002;
            overflow: auto;
        }
        .white_content a, .white_content a:visited {
            font-weight: bold;
        }

/* Lightbox markup for Damian's stuff */
.lightbox { display: none; position: fixed; z-index:999; width: 100%; height: 100%; text-align: center; top: 0; left: 0; background: rgba(0,0,0,0.8);}
.lightbox img { max-width: 90%; max-height: 80%; margin-top: 2%; }
.lightbox:target { outline: none; display: block; }

li.pdf,
.content-related li.pdf {

    list-style-image: url(http://www.apsc.gov.au/__data/assets/image/0003/66765/pdf-icon.png);
}

li.word, li.rtf,
.content-related li.word, content-related li.rtf {
    list-style-image: url(http://www.apsc.gov.au/__data/assets/image/0011/66764/x-office-document.png);
}

li.html,
.content-related li.html {
    list-style-image: url(http://www.apsc.gov.au/__data/assets/image/0008/77048/html-icon.png);
}

#right_col_content li.xls {
    list-style-image: url();
}

/* 29 June End Flick's added styles */

.search-number {
    margin: 0.5em 0;
    font-size: 11.2px;
    font-size: 0.7rem;
    color: #6c6c6c;
}

.search-sort {
    margin: 0.5em 0;
    font-size: 11.2px;
    font-size: 0.7rem;
    color: #6c6c6c;
}

.sort-icon {
    display: inline-block;
    width: 15px;
    height: 16px;
    text-indent: -999px;
    overflow: hidden;
    background: url('') no-repeat left top;
    position: relative;
    top: 3px;
    margin: 0 3px;
}

.sort-icon.sort-za {
    background-position: -20px top;
}

.sort-icon.sort-date {
    background-position: -40px top;
}

.search-results__list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.search-results__list li {
    padding: 1em 0;
    border-bottom: 1px solid #dddddd;
}

.search-results__list li a {
    text-decoration: none;
}

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

.search-results__list li em {
    font-weight: bold;
    font-style: italic;
}

.search-results__list-title {
    display: inline-block;
    margin: 0.5em 1.3em 0.5em 0;
    padding: 0 1.5em 0 0;
    border-right: 1px solid #d2d2d2;
}

.search-results__list-section {
    display: inline-block;
    margin: 0.5em 0;
}

.search-results__list-desc {
    margin: 0.5em 0;
    padding: 0 0 0 40px;
    line-height: 1.5;
}

.search-results__list-date {
    margin: 0;
    padding: 0.5em 0 0.5em 40px;
    display: inline-block;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.search-results__list-keywords {
    margin: 0;
    display: inline-block;
    padding: 0.5em 0 0.5em 40px;
    font-size: 12.8px;
    font-size: 0.8rem;
}

/*-- module:footer --*/
.footer__social {
    background: #3a383a;
    padding: 1em 0;
    text-align: center;
}

.footer__social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.footer__social-list li {
    margin: 0 0.5em;
}

.footer__social-list li a {
    display: block;
    padding: 0.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer__social-list li a:hover {
    background: #444;
}

.footer__content {

    background: #e9e7da;
}

.footer__content-about {
    padding: 2em 3em;
}

.footer__content-about h2 {
    margin: 0 0 1em 0;
}

.footer__content-tags {
    padding: 2em 3em;
    border-top: 2px solid #bcc0bb;
}

.footer__content-tags h2 {
    margin: 0 0 1em 0;
}

.footer__content-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12.8px;
    font-size: 0.8rem;
    margin: 1em 0;
}

.footer__content-tags ul li {
    float: left;
    margin: 0 5px 5px 0;
}

.footer__content-tags ul li a {
    display: block;
    background: #d5d5c7;
    text-decoration: none;
    color: #555;
    padding: 0.2em 0.5em;
}

.footer__content-tags ul li a:hover {
    background: #555;
    color: #fff;
}

.footer__content-publications {
    border-top: 2px solid #bcc0bb;
    padding: 2em 3em;
}

.footer__content-publications h2 {
    margin: 0 0 1em 0;
}

.footer__content-publications .footer__content-publications-item a {
    display: block;
    margin: 0 auto;
    color: #555;
    text-decoration: none;
    text-align: center;
}

.footer__content-publications .footer__content-publications-item a .thumb {
    display: inline-block;
    width: 151px;
    height: 201px;
    overflow: hidden;
    border: 2px solid #a5a5a5;
}

.footer__content-publications .footer__content-publications-item a .title {
    display: block;
}


.footer__content-publications .footer__content-publications-item a:hover {
    text-decoration: underline;
}

.footer__baselinks {
    border-top: 2px solid #bcc0bb;
    padding: 2em 3em;
    background: #fff;
}

.footer__baselinks-links {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 1em 0;
    position: relative;
    left: -0.8em;
}

.footer__baselinks-links li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.footer__baselinks-links li a {
    display: block;
    color: #555;
    text-decoration: none;
    padding: 0.5em 0.8em;
}

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

.footer__baselinks-additional {
    border-top: 1px solid #bcc0bb;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1em 0;
    position: relative;
    left: -0.8em;
}

.footer__baselinks-additional li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.footer__baselinks-additional li a {
    display: block;
    color: #555;
    text-decoration: none;
    padding: 0.5em 0.8em;
}

/*-- module:header --*/
.header {
    position: relative;
}

.header .container {
    overflow: visible;
}

.header-logo {
    padding: 1.5em 0 1em 0;
    margin: 0;
}

.header-logo a {
    border: 0;
    background: transparent url('http://www.apsc.gov.au/__data/assets/image/0012/42132/apsc-logo-mobile.png?v=0.1.1') 0 0 no-repeat;
    width: 154px;
    height: 122px;
    display: block;
    margin: 0 auto;
}

.header-links {
    display: none;
}

.quick-search {
    margin: 0 0 1.5em 0;
}

.quick-search__form {
    padding: 0;
    margin: 0;
}

.flexbox .quick-search__input, .flexbox .tt-hint, .flexbox .quick-search__submit {
    -webkit-box-flex: 0 0 1;
    -moz-box-flex: 0 0 1;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
}

.no-js .quick-search__input, .no-js .tt-hint, .no-flexbox .quick-search__input, .no-flexbox .tt-hint, .no-js .quick-search__submit, .no-flexbox .quick-search__submit {
    display: table-cell;
    vertical-align: top;
}

.twitter-typeahead {
    width: 100%;
}

.quick-search__input, .tt-hint {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #868686;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    padding: 0.5em 1em 0.5em 2.5em;
}

.quick-search__input-wrapper {
    margin: 0 auto;
    padding: 0 2em;
}

.quick-search__input-group {
    position: relative;
}

.quick-search__input-icon {
    position: absolute;
    top: 50%;
    left: 0.5em;
    margin-top: -0.5em;
    line-height: 1;
    font-size: 19.2px;
    font-size: 1.2rem;
    color: #adadad;
    z-index: 100;
}

.navbar__toggle {
    position: absolute;
    top: 2em;
    left: 2em;
    border: 0;
    background: none;
    padding: 0;
}

.navbar__toggle i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #bababa;
    color: #fff;
    line-height: 1;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    display: block;
    font-size: 28.8px;
    font-size: 1.8rem;
    padding: 0.2em;
}

.navbar__toggle:hover i, .navbar__toggle.navbar__toggle-active i {
    background: #888;
}

.navbar__dropdown[aria-expanded="false"] {
    display: none;
}

.navbar__dropdown[aria-expanded="true"] {
    display: inherit;
}

.navbar .sub-nav__group-container {
    width: 100%;
}

.mobile-menu {
    display: none;
    position: absolute;
    left: -20em;
    width: 20em;
}

.mobile-menu .navbar__list {
    font-size: 12.8px;
    font-size: 0.8rem;
}

.mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0.4em 1em;
    border-top: 1px solid #3e474c;
    border-bottom: 1px solid #242a2e;
}

.mobile-menu ul li.is-active {
    background-color: #666;
}

.mobile-menu ul li a:hover {
    /*background: #47800b;*/
     background: #b3d4fc;
     color: #000000;
}

.mobile-menu li.navbar__item.hier .sub-nav__group{
    display:block;
}

.mobile-menu li.navbar__item.hier p.title{
    margin: 0;
}

.mobile-menu li.navbar__item.hier p.desc{
   display: none;
}

.mobile-menu .navbar__item.hier ul{
    padding-left: 2em;
}

.mobile-menu .sub-nav__group {
    display: none;
}

.mobile-menu .navbar__item > a i {
    display: none;

}

.mobile-menu .navbar__item.is-active .sub-nav__group {
    display: block;
}

.mobile-menu .navbar__item.is-active .sub-nav__group li a {
    padding-left: 2em;
}

.mobile-menu .navbar__item.is-active .sub-nav__group li a .title {
    margin: 0;
}

.mobile-menu .navbar__item.is-active .sub-nav__group li a .desc {
    display: none;
}

.mobile-menu .navbar__item.is-active .sub-nav__group li ul a {
    padding-left: 3.5em;
}

.mobile-menu .navbar__item .is-current a {
    background: #47800b;
}

.mobile-menu-active .mobile-menu {
    display: block;
}

.mobile-menu-active body {
    background: #2f383d;
}

.mobile-menu-active #page-wrapper {
    background: #fff;
}

/*-- start menu list active fix --*/
li.is-active {
   background-color:#eee;  
}
ul.nav__sub {
   background-color:white;
}
li.nav__sub-itemis-active {
   background-color:#e0f0fa;
}

/*-- module:homepage-breaking-news --*/
.breaking-news .container {
    padding-top: 1.5em;
    padding-left: 5em;
    padding-right: 5em;
    background-color: #ffffff;
}

.breaking-news__title {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.breaking-news__desc {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #525252;
    text-align: center;
}

.breaking-news__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breaking-news__list li {
    margin: 1em 0;
}

.breaking-news__list li a {
    display: block;
    color: #555;
    text-decoration: none;
    position: relative;
    padding: 0 0 0 153px;
    min-height: 138px;
}

.breaking-news__list li a .title {
    margin: 0;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1rem;
}

.breaking-news__list li a .desc {
    display: none;
}

.breaking-news__list li a .thumb {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid #4879AE;
    width: 138px;
    height: 136px;
    overflow: hidden;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.breaking-news__list li a .thumb img {
    display: block;
}

.breaking-news__list li a .date {
    margin: 0;
    position: absolute;
    top: 2px;
    left: 10px;
    z-index: 100;
    background: #4879AE;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-transform: lowercase;
    padding: 0.2em;
    width: 3em;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.breaking-news__list li a .date span {
    display: block;
    margin: 2px 0 0 0;
    font-size: 25.6px;
    font-size: 1.6rem;
}

.breaking-news__list li a:hover .title {
    color: #000;
}

.breaking-news__list li a:hover .thumb {
    border-color: #2f383d;
}

.breaking-news__list li a:hover .date {
    background: #b31c21;
}

.breaking-news__more {
    text-align: center;
}

.breaking-news__more a {
    background: #b31c21;
}

/*-- module:homepage-carousel --*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    z-index: 50;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

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

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

.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;
    left: 0;
    top: 0;
    display: block;
}

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

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

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

/* Slider */
.slick-loading .slick-list {
    background: #fff slick-image-url("http://www.apsc.gov.au/__data/assets/image/0010/42130/ajax-loader.gif?v=0.1.1") center center no-repeat;
}

.carousel {
    position: relative;
    background: #e9e7da;
    overflow: hidden;
    clear: both;
}

.carousel__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel__list .carousel__list-slide {
    position: relative;
    padding: 4em 2.5em 5.5em 2.5em;
}

.carousel__list .carousel__list-slide .carousel__list-desc {
    position: relative;
    z-index: 10;
    color: #000000;
    text-align: center;
   /* line-height: 1.2;*/
    /*margin: 0 0 1em 0;*/
    margin: 0 auto;
    width: 100%;
    background: rgba(255,255,255,0.9);
}

.carousel__list .carousel__list-slide .carousel__list-desc p {
    margin: 0.1em 0;
}

.carousel__list .carousel__list-slide .carousel__list-desc .heading {
    margin: 0;
    font-size: 17.6px;
    font-size: 1.1rem;
}

.carousel__list .carousel__list-slide .carousel__list-links {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}

.carousel__list .carousel__list-slide .carousel__list-links li {
    display: inline-block;
    width: 48%;
}

.carousel__list .carousel__list-slide .carousel__list-links li a {
    display: block;
}

.carousel__list .carousel__list-slide .carousel__list-bg {
    position: absolute;
    z-index: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel__list .carousel__list-slide .carousel__list-bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 50em;
}

.carousel__position {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel__position li {
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1;
}

.carousel__position li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5em;
}

.carousel__position li a:hover {
    background: #000;
}

.carousel__position li.next {
    left: auto;
    right: 0;
}

.lt-ie9 .carousel__position li a {
    background: #000;
}

.slick-dots {
    position: absolute;
    z-index: 200;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
    bottom: 1em;
    width: 100%;
}

.slick-dots li {
    margin: 0 0.3em;
    position: relative;
    color: #fff;
    width: 1em;
    height: 1em;
    background: #787767;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 22.4px;
    font-size: 1.4rem;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    cursor: pointer;
}

.slick-dots li:hover {
    background: #21c2f8;
}

.slick-dots li.slick-active {
    background: #21c2f8;
    cursor: none;
}

.slick-dots li button {
    background: transparent;
    border: 0;
    text-indent: -999px;
    overflow: hidden;
    height: 1em;
    line-height: 1;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    outline: 0;
}

/*-- module:homepage-current-priorities --*/
/* .current-priorities {
    border-bottom: 1px solid #bcc0bb;
} */

.current-priorities .container {
    padding: 3em 1.5em;
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom:0;
}

.current-priorities .slick-dots{
    top: 273px;
}

@media (max-width: 600px) {
.current-priorities .container {
    max-width: 434px;
    margin: 0 auto;
}
}

.current-priorities__title {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.current-priorities__filter {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 2em 0;
    background: #ffffff;
    border: 1px solid #acacac;
    border-width: 1px 1px 0 1px;
}

.current-priorities__filter li {
    display: none;
}

.current-priorities__filter li a {
    text-decoration: none;
    display: block;
    color: #555;
    border-bottom: 1px solid #dbe9ed;
    padding: 0.4em 1em;
}

.current-priorities__filter li a:hover {
    background: #efefef;
}

.current-priorities__filter li.active {
    display: block;
}

.current-priorities__filter:before {
    position: absolute;
    top: 5px;
    right: 4px;
    content: "\e606";
    color: #fff;
    background: #636363;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 27.2px;
    font-size: 1.7rem;
    cursor: pointer;
}

.current-priorities__filter.open:before {
    content: none;
}

.current-priorities__filter.open li {
    display: block;
}

.current-priorities__filter.open li.active a {
    background: #efefef;
}

.no-js .current-priorities__filter li {
    display: block !important;
}

.current-priorities__list-item a {
    display: block;
    position: relative;
    border: 1px solid #fff;
}

.current-priorities__list-item a .thumb {
    margin: 0;
    text-align: center;
    overflow: hidden;
    display: block;
    position: relative;
}

.current-priorities__list-item a .thumb img {
   /* display: block;*/
    width: 100%;}

  /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter '….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;*/
}

.current-priorities__list-item a .thumb img:hover {
   /*-webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;*/
}

.current-priorities__list-item a .title {
    position: absolute;
    z-index: 100;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    color: #fff;
    background: rgba(47, 56, 61, 0.9);
    text-align: center;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.current-priorities__list-item a:hover .title {
    background: #2f383d;
}

.current-priorities__list-item.active {
    display: block;
}

.lt-ie9 .current-priorities__list-item a .title {
    background: #2f383d;
}

.current-priorities__pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 2em 0 0 0;
    text-align: center;
}

.current-priorities__pagination li {
    margin: 0 0.3em;
}

.current-priorities__pagination li a {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 1em;
    height: 1em;
    background: #787767;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 22.4px;
    font-size: 1.4rem;
}

.current-priorities__pagination li a:hover {
    background: #257da7;
}

.current-priorities__pagination li.active a {
    background: #257da7;
}

.current-priorities__pagination li.active a:hover {
    cursor: default;
}

/*-- module:homepage-highlight-message --*/
.highlight-message {
    background: #e9e7da;
    text-align: center;
}

.highlight-message__link {
    right: 0;
    top: 0;
}

.highlight-message .container {
    padding: 2em 1.5em;
}

.highlight-message__title {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0;
}

.highlight-message__desc {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #525252;
}

/*-- module:homepage-secondary-message --*/
.secondary-message {
    text-align: center;
    position: relative;
    padding: 20px;
    overflow: auto;
    float:none;
    width: 100%;
}

.secondary-message .container {
    padding: 4em 1.5em;
    background-color: #ffffff;
}

.secondary-message .split-container{
  /* float:right;*/
}

.twitter-feed__list li .follow a, .secondary-message__list li .follow a {
    color: #fff;
}



/*-- module:homepage-twitter-feed --*/
.twitter-feed {
    text-align: center;
    padding-left: 20px;
    float: none;
    width: 100%;
    padding: 20px;
    overflow: auto;
}

.twitter-feed .container {
    padding: 2em 1.5em;
    background-color: #ffffff;
}

.twitter-feed__title {
    margin: 0 auto;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #4879AE;
    color: #fff;
    position: relative;
}

.twitter-feed__title i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    font-size: 28.8px;
    font-size: 1.8rem;
}

.twitter-feed__list, .secondary-message__list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.twitter-feed__list li .title, .secondary-message__list li .title {
    font-size: 22.4px;
    font-size: 1.4rem;
    margin: 1em 0 0 0;
}

.twitter-feed__list li .desc, .secondary-message__list li .desc {
    margin: 0;
}

.twitter-feed__list li .desc a, .secondary-message__list li .desc a {
    color: #555;
}

.twitter-feed__list li .follow, .secondary-message__list li .follow {
    margin: 2em 0 3em 0;
}

.twitter-feed__list li .follow a, .secondary-message__list li .follow a {
    background: #636363;
}

.twitter-feed__list li .follow a:hover, .secondary-message__list li .follow a:hover {
    background: #2c2b2b;
}

.twitter-feed__pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 2em 0 0 0;
    text-align: center;
}

.twitter-feed__pagination li a {
    text-decoration: none;
    color: #787767;
    padding: 0.4em;
    font-size: 20.8px;
    font-size: 1.3rem;
}

.twitter-feed__pagination li a:before {
    content: "\e608";
}

.twitter-feed__pagination li a:hover {
    color: #888;
}

.twitter-feed__pagination li.active a:before {
    content: "\e607";
}

.twitter-feed__pagination li.active a:hover {
    color: #787767;
    cursor: default;
}

.twitter-feed__pagination li.active a {
    color: #257DA7;
}

/*-- module:homepage-user-types --*/
.user-types {
    text-align: center;
}

.user-types .container {
    padding-top: 3.5em 2.5em 0em 2.5em;
    /* padding: 2em 1.5em; */
    background-color: #ffffff;
    padding-bottom:0;
}

.user-types__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-types__list li {
    margin: 2em 0 4em 0;
    border: 2px solid #e7ecef;
    border-width: 2px 2px 4px 2px;
    background-color: #ffffff;
}

.user-types__list li a {
    display: block;
    position: relative;
    padding: 3.5em 2em 2.5em 2em;
    text-decoration: none;
    color: #555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.user-types__list li a .title {
    margin: 0 0 0.5em 0;
    line-height: 1.2;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.user-types__list li a .desc {
    margin: 0;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.user-types__list li a .symbol {
    background: url('http://www.apsc.gov.au/__data/assets/image/0013/42133/homepage-user-types-frame.png?v=0.1.1') no-repeat left top #257da7;
    width: 71px;
    height: 82px;
    position: absolute;
    top: -41px;
    left: 50%;
    margin-left: -35px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.user-types__list li a .symbol .audience_icon {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.55em;
    margin-top: -0.55em;
}
.user-types__list li a .symbol .audience_icon.Merit.Protection.Commissioner {
    margin-left: -0.83em;
    margin-top: -0.95em;
}
.user-types__list li a .symbol .audience_icon.Managers {
    left: 58%;
}
.user-types__list li a:hover {
    color: #000;
}

.user-types__list li a:hover .symbol {
    background-color: #2f383d;
}

.user-types__list li a:hover .title {
    text-decoration: underline;
}

/*-- module:landing-links --*/
.landing-links__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 1em 2em;
}

.landing-links__list li {
    display: block;
    margin: 1em 0;
}

.landing-links__list li a {
    display: block;
    background: #e9e7da;
    text-decoration: none;
    color: #555;
}

.landing-links__list li a:hover {
    background: #2f383d;
    color: #fff;
}

.landing-links__list-thumb {
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
  /*  min-width: 300px; */
}

.landing-links__list-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.landing-links__list-title {
    text-align: center;
    margin: 0;
    padding: 1em;
    line-height: 1.5;
}

/*-- module:search-filter --*/
.search-filter {
    display: none;
}

/*-- module:squiz-module-accordion --*/
.accordion__link:after {
    content: '+';
    border: 1px solid;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 1em;
    width: 1em;
    text-align: center;
}

.accordion__link.uber-accordion__button-active:after {
    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: 100em;
}

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

.tabs__link {
    padding: 0.5em;
    border: 1px solid;
    border-bottom: 0;
    background: #eee;
}

.tabs__link.uber-accordion__button-active {
    background: #fff;
}

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

/*-- module:squiz-module-breadcrumbs --*/
.breadcrumbs {
    display: none;
}

/*-- module:squiz-module-pagination --*/
.pagination {
    font-size: 12.8px;
    font-size: 0.8rem;
    margin: 2em 0;
}

.pagination__item {
    float: left;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #dfe5e9;
    border-width: 1px 0 1px 1px;
}

.pagination__item:last-child {
    border-width: 1px;
}

.pagination__item--current {
    background: #8cb53f;
}

.pagination__item a {
    text-decoration: none;
    color: #555;
}

/*-- module:squiz-module-secondary-nav --*/
.secondary-navigation {
    display: none;
}

/*-- module:squiz-module-slick --*/
.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;
}

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

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

.slick-slideshow__slide img {
    margin: 0 auto;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

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

.current-priorities__position .slick-prev, .current-priorities__position .slick-next{
   top:-160px;
   position: relative;
   z-index:200;
   background:rgba(0, 0, 0, 0.4);
   color: white;
   width: 2em;
   margin-top: 0;
   border: 0;
}

.current-priorities__position .slick-prev:hover,.current-priorities__position .slick-next:hover{
   background-color: darkred;
}

.current-priorities__position .slick-next{
   float: right;
}

/*-- module:squiz-module-typeahead --*/
.tt-query {
    color: #222;
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    border: 1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #868686;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 0.5em 1em 0.5em 1em;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #efefef;
}

.tt-suggestion p {
    margin: 0;
}*/


/* Added by Umut */
/* ld Start */

.ld-container {
    text-align: center;
/*    background-color: #00F;*/
}
.ld-container .container-left {
    display: inline-block;
/*    background-color:#F00;*/
    min-width: 415px;
    max-width: 45%;
    float:left;
}
.ld-container .container-right {
    display: inline-block;
/*    background-color:#093;*/
    min-width: 415px;
    max-width: 45%;
    float:left;
}
.ld-container .left-div, .ld-container .right-div {
    display: inline-block;
    text-align: left;
    vertical-align: baseline;
    min-width: 95%;
    max-width: 95%;
}

.ld-container .div-menu-wrapper {
    display: inline-block;
    min-width: 100%;
    max-width: 100%;
    min-height: 90px;
    margin-bottom:10px;
    border:1px solid #ccc;
    border-radius: 10px;
}
.ld-container .div-menu-wrapper p{
    padding:0;
    margin:0;
}
.ld-container .div-menu-wrapper img {
    float:left;
    padding:0;
    margin:0 10px 0 0;
}
.ld-container .div-menu-wrapper p.title-text {
font-weight:bold; margin-bottom:0; margin-top:1em
}
.ld-container .div-menu-wrapper p.info-text {
/*    background-color: #FF3;*/
margin-right:10px; line-height:1.1em}
.left-div img{float:left; margin-right:10px; height:90px; width:68px; border-right:1px solid #ccc}
.right-div img{float:left; margin-right:10px; height:90px; width:68px; border-right:1px solid #ccc}

    
@media screen and (max-width: 600px) {
.ld-container .container-left .left-div {
    max-width: 100%;
}
.ld-container .container-left .right-div {
    max-width: 100%;
}

/* ld Styling End */





/* Added by Umut END */




</body>
</html>
