/*
  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 18:28:50
*/


/*
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Tue Jun 21 2016 21:22:53 GMT+0200 (CEST)
 *
 * Table of Contents
 *
 * - Utilities
 * - General
 * - Content
 * - Modules
    Back to top
    Header logo
    Navbar
    Quick search
    Secondary nav
    Skip links
    Spritesheet
    /* HEADER 
    /* LOGO 
    /* SEARCH 
    /* NAVIGATION 
    /* POPULAR LINKS
    /* Find out more
    /* Middle Slider
    /* promotional items
    /* Blue boxes homepage
    /* SECTION PAGE
    ./*section_wrappper  accordion sample css
    /* ASSET LINEAGE
    /* FORMS
    /* contact us page

 */

.visuallyhidden, .sr-only, .skip-links__link {
    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;
}
.sub-nav, .nav__list, .nav__sub, .nav__deep, .skip-links__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.highlight {
    display: inline-block;
 *display: inline;
    zoom: 1;
}
.quick-search__input, .quick-search__submit, .nav__item-link, .nav__sub-item-link, .nav__deep-item-link {
    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: -ms-flexbox;
    display: flex;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
/*
--------------------
Utilities
--------------------
*/
.hidden {
    display: none!important;
    visibility: hidden;
}
.invisible {
    visibility: hidden;
}
.pull-left {
    float: left;
}
img.pull-left {
    margin-right: 1em;
}
.pull-right {
    float: right;
}
img.pull-right {
    margin-left: 1em;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-table {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

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

::selection {
 background: #b3d4fc;
 text-shadow: none;
}
html, body {
/*height: 100%;*/
}
body {
    overflow-y: scroll;
    font-size: 1em;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
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;
}
.container {
    width: 90%;
    margin: 0 auto;
}
.content h1 {
    font-size: 30px;
    font-size: 1.875em;
    font-weight: bold;
}
.content h2 {
    font-size: 23px;
    font-size: 1.438em;
    color: #1d1d1e;
    font-weight: bold;
}
.content h3 {
    font-size: 20px;
    font-size: 1.250em;
    color: #004b85;
    font-weight: normal;
}
h4 {
    font-size: 18px;
    font-size: 1.125em;
    color: #1d1d1e;
    margin: 20px 0 10px 0;
}
h5 {
}
h6 {
}
b, strong {
    font-size: 1.063em;
}
p {
    font-size: 1.063em;
}
a {
    color: #004b85;
    text-decoration: underline;
}
/*
--------------------
Content
--------------------
*/
/* Tables */
table {
    border-collapse: collapse;
    margin: 1.5em 0;
    padding: 1em;
    display: table;
    border: 1px solid #d8d8d8;
}
caption {
    font-size: 12.8px;
    font-size: 0.8rem;
    font-style: italic;
}
th {
    background: #222;
    color: #dddddd;
}
td {
    border: 1px solid #222;
}
/* Buttons */
.button {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #222;
    color: #dddddd;
    display: inline-block;
    border: 0;
    padding: .5em 1em;
}
.button, .button:visited {
    text-decoration: none;
}
.button:focus, .button:hover {
    background-color: black;
}
.button--large {
    font-size: 24px;
    font-size: 1.5rem;
}
.button--small {
    font-size: 12.8px;
    font-size: 0.8rem;
}
/* Quotes */
blockquote {
    position: relative;
    padding-left: 3em;
    margin: 2em 0;
}
blockquote:before {
    font-size: 80px;
    font-size: 5rem;
    color: #222;
    content: "\201C";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
}
.pull-quote {
    border-top: 1px solid #222;
    padding: 1em .5em 0 .5em;
    margin: 1em;
}
/* Highlight */
.highlight {
    background: #cccccc;
    padding: .1em .5em;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-content ul {
    list-style: disc;
    padding: 0;
    margin: 0;
}


.main-content ul li {
    background-image: url(./?a=.assetid]]);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 15px;
    margin-left: 30px;
}
.main-content ul.spaced li {
    margin-bottom: 15px;
}
.main-content ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.main-content ol ol {
    margin-left: 20px;
}
.main-content ol li {
    counter-increment: section;
    margin-bottom: 10px;
}
.main-content ol ol li {
    counter-increment: subsection;
}
.main-content ol li::before {
 content: counter(section)".";
 margin-right: 5px;
 font-size: 1.025em;
 color: #004d8f;
 font-weight: bold;
}
.main-content ol ol li::before {
 content: counter(section)"-"counter(subsection)".";
}
table th {
    background: #004d8f;
    color: #fff;
    padding: 10px;
}
table tr td:first-child {
/*font-weight: bold; remove request by Simone Mazengarb on 22/7/16*/
}
table td {
    padding: 10px;
}
table tr:nth-child(odd) {
 background: #f4f4f4;
}
table td {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #c3c3c3;
    vertical-align: top;
}
table th {
    border-left: 1px solid #003e72;
    font-size: 1.250em;
}
table tr td:first-child, table th:first-child {
    border: none;
}
.main-content form {
    background-color: #f4f4f4;
    padding: 1em;
}
.main-content form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.main-content form legend {
    color: #004b85;
    font-size: 1.438em;
    margin-bottom: 10px;
}
.main-content form input[type="text"] {
    padding: 5px;
}
.main-content form input[type="submit"] {
    background-color: #004b85;
    color: #fff;
    border: 1px solid #004b85;
    padding: 10px 15px;
    font-weight: bold;
}
/*
--------------------
Modules
--------------------
*/

.home .body_content {
    display: none;
}
/* Homepage Slider */
.slider__item--img {
    min-height: 177px;
    object-fit:cover;
}
.slider__item--info {
    height: 150px;
    background-color: #025182;
    color: #fff;
    padding: 10px 17px 30px;
    position: relative;
}
.slider__item--button {
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 28px;
    text-decoration: none;
    display: inline-block;
}
.slider__item--nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 161px;
    right: 15px;
    height: 11px;
}
.slider__item--nav button {
    border: none;
    text-indent: -999em;
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0019/34723/slider-nav.png?v=0.1.3);
    padding: 0;
    height: 11px;
    width: 11px;
}
.slider__item--nav .slick-active button {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0018/34722/slider-nav-active.png?v=0.1.3);
}
.slider__item--nav li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 6px;
}
.slider__item--splashtxt, .slider__item--splashbtn {
    display: none;
}
/* Splash Slider */
.splash .slider__item {
    position: relative;
}
.splash .slider__item--info {
    position: absolute;
    height: 100%;
    width: 80%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 0% 10%;
    text-align: center;
}
.splash .slider__item--info h2 {
    font-size: 2em;
    margin-top: 2em;
    color: #ffffff;
}
.splash .slider__item--info p {
    margin: 1em 0em;
}
.splash .slider__item--img {
    min-height: 400px;
}
.splash .slider__item--nav {
    bottom: 222px;
}
.splash .slider__item--nav li {
    display: list-item;
    margin-right: 0;
    margin-bottom: 6px;
}
.splash .slider__item--splashtxt {
    display: block;
}
.splash .slider__item--button {
    border: none;
    background-color: #d62d27;
}
.splash .slider__item--splashbtn {
    width: 35px;
    height: 35px;
    text-indent: -999em;
    text-decoration: none;
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0017/34721/slider-arrow.png?v=0.1.3);
    display: block;
    position: absolute;
    bottom: 30px;
    left: 46%;
}
/* add to main.css */
@media screen and (max-width: 37.5em) {
 .slider__item--img {
 object-position: 100%;
}
}
body {
    background: #dadada;
}
/* HEADER */
.header {
    width: 100%;
    background: #004b85;
}
/* LOGO */
.logo a {
    display: inline-block;
    padding: 13px 13px 12px;
}
.logo a.main_logo .logo_image {
    display: inline-block;
    width: 129px;
    height: 35px;
    background : url('https://www.treasury.sa.gov.au/__data/assets/image/0003/34725/logo.png?v=0.1.3') no-repeat;
    text-indent: -9999em;
}
body h1.main_title {
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.125em;
    background: #fff;
    padding: 10px 5%;
    font-weight: bold;
    width: 90%;
}
/* SEARCH */
.search_header label {
    display: none;
}
.loop_icon_wrapper {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 61px;
    border-right: 1px solid #003c6a;
    border-left: 1px solid #003c6a;
    cursor: pointer;
}
#search_loop {
    display: inline-block;
    background : url('https://www.treasury.sa.gov.au/__data/assets/image/0020/34724/mobile_icons.png?v=0.1.3') -239px top no-repeat;
    width: 30px;
    height: 40px;
    margin-top: 7px;
    margin-left: 15px;
}
.loop_icon_wrapper.active {
    background: #efefef;
}
.loop_icon_wrapper.active #search_loop {
    background : url('https://www.treasury.sa.gov.au/__data/assets/image/0020/34724/mobile_icons.png?v=0.1.3') -210px top no-repeat;
}
.search_header {
    float: left;
    width: 100%;
}
.search_header.active {
    position: absolute;
    top: 60px;
}
#search_button {
    display: none;
}
.search_imp {
    display: block;
    width: 100%;
    border: none;
    padding: 12px 0;
    text-indent: 10px;
    font-size: 1.125em;
    background: #efefef;
}
.search_imp::placeholder {
    color: #1d1d1e;
}
.search_imp::-webkit-input-placeholder {
 color: #1d1d1e;
 font-size: 1em;
}
.search_imp::-moz-placeholder {
 color: #1d1d1e;
 font-size: 1em;
}
.search_imp:-ms-input-placeholder {
 color: #1d1d1e;
 font-size: 1em;
}
.search_imp:-moz-placeholder {
 color: #1d1d1e;
 font-size: 1em;
}
.search__result_section {
    color: #e50e42;
    font-weight: bold;
    font-size: 0.813em;
    display: inline-block;
    margin-bottom: 10px;
}
.search__result_type {
    color: #e50e42;
    font-size: 0.813em;
    display: inline-block;
}
.search__result_link {
    display: block;
    color: #1b1b1b;
    font-size: 1.438em;
    text-decoration: none;
}
.search__result_link:hover {
    color: #004b85;
}
.search__result_summary {
    margin: 5px 0 20px;
}
.search__result_url {
    color: #004b85;
    font-size: 0.938em;
}

.search_desktop .sr-only {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    white-space: nowrap;

}

/* NAVIGATION */

.menu_icon_wrapper {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
#menu__hamburger {
    display: inline-block;
    background : url('https://www.treasury.sa.gov.au/__data/assets/image/0020/34724/mobile_icons.png?v=0.1.3') -126px -33px no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 3px;
    margin-left: 5px;
}
.nav__list {
    position: absolute;
    background: #004a84;
    width: 93%;
    right: 0;
    top: 60px;
    padding-bottom: 3em;
    min-height: 500px;
}
.menu_icon_wrapper.active {
    width: 93%;
    background: #001f36;
    text-align: right;
}
.menu_icon_wrapper.active:before {
    content: 'CLOSE';
    position: absolute;
    color: #ffffff;
    font-size: 0.813em;
    top: 21px;
    right: 14px;
}
.menu_icon_wrapper.active #menu__hamburger {
    background : url('https://www.treasury.sa.gov.au/__data/assets/image/0020/34724/mobile_icons.png?v=0.1.3') -26px -34px no-repeat;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    margin-right: 66px;
}
.nav__list.active:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1
}
.main_nav.active {
    position: relative;
    z-index: 2;
}
.nav__list a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 12px 48px 12px 10px;
    border-bottom: 1px solid #004175;
    position: relative;
}
.nav__list > li > a.active_open > span, .nav__list > li > ul.nav__sub > li > a.active_open > span, .nav__list > li > ul.nav__sub > li > ul.nav__deep > li > a.active_open > span, .nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > a.active_open > span, .nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li > a.active_open > span, .nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li > ul.nav__deep5 > li > a.active_open > span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 5px 10px;
}
.nav__list a > span {
    background : url('https://www.treasury.sa.gov.au/__data/assets/image/0020/34724/mobile_icons.png?v=0.1.3') -89px -16px no-repeat;
    width: 27px;
    height: 14px;
    display: inline-block;
    margin: 8px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    right: 0;
    top: 25%;
}
.nav__list a:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #004175;
}
.nav__list > li {
}
.nav__list > li > a {
    font-size: 1.125em;
}
.nav__list > li > a.active_open:before {
    background: #003a69;
    border-left: 1px solid #00294d;
    border-top: 1px solid #00294d;
}
.nav__list > li.active > a.active + ul.nav__sub, .nav__list > li > ul.nav__sub > li.active > a.active + ul.nav__deep {
    display: block;
    visibility: visible;
}
/*.nav__list > li.active > ul.hidden{
  display: block!important;
}*/



/*  2 lvl menu */

.nav__list > li > ul.nav__sub {
    background: #003a69;
}
.nav__list > li > ul.nav__sub > li {
}
.nav__list > li > ul.nav__sub > li > a {
    font-size: 0.875em;
    border-bottom: 1px solid #00294d;
}
.nav__list > li > ul.nav__sub > li:first-child > a {
    border-top: 1px solid #00294d;
}
.nav__list > li > ul.nav__sub > li > a:before {
    border-left: 1px solid #00294d;
}
.nav__list > li > ul.nav__sub > li > a > span {
}
.nav__list > li > ul.nav__sub > li > a.active_open:before {
    background: #002d4e;
    border-left: 1px solid #012139;
    border-top: 1px solid #012139;
}
.nav__list > li > ul.nav__sub > li > a.active_open > span {
}
/*  3 lvl menu */
.nav__list > li > ul.nav__sub > li > ul.nav__deep {
    background: #002d4e;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > a {
    font-size: 0.875em;
    border-bottom: 1px solid #012139;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > a.active {
    background: #001f36;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li:first-child > a {
    border-top: 1px solid #012139;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > a:before {
    width: 0;
    height: 0;
    border: none;
}
/*  4 lvl menu */
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 {
    background: #00192e;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > a {
    font-size: 0.875em;
    border-bottom: 1px solid #012139;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > a.active {
    background: #3a3a3a;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ulnav__deep3 > li:first-child > a {
    border-top: 1px solid #012139;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > a:before {
    width: 0;
    height: 0;
    border: none;
}
/*  5 lvl menu */
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 {
    background: #464646;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ulnav__deep4 > li > a {
    font-size: 0.875em;
    border-bottom: 1px solid #012139;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li a.active {
    background: #3a3a3a;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li:first-child > a {
    border-top: 1px solid #012139;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li > a:before {
    width: 0;
    height: 0;
    border: none;
}
/*  6 lvl menu */
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li > ul.nav__deep5 {
    background: #464646;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ulnav__deep4 > li > ul.nav__deep5 > li > a {
    font-size: 0.875em;
    border-bottom: 1px solid #012139;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li > ul.nav__deep5 > li a.active {
    background: #3a3a3a;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li > ul.nav__deep5 > li:first-child > a {
    border-top: 1px solid #012139;
}
.nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li > ul.nav__deep5 > li > a:before {
    width: 0;
    height: 0;
    border: none;
}
/* hide arrows if no ul element */

.nav__list > li.arrow_hidden > a {
    padding-right: 0;
}
.nav__list > li.arrow_hidden > a > span, .nav__list > li > ul.nav__sub > li.arrow_hidden > a > span, .nav__list > li > ul.nav__sub > li > ul.nav__deep > li.arrow_hidden > a > span, .nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li.arrow_hidden > a > span, .nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li.arrow_hidden > a > span, .nav__list > li > ul.nav__sub > li > ul.nav__deep > li > ul.nav__deep3 > li > ul.nav__deep4 > li > ul.nav__deep5 > li.arrow_hidden > a > span {
    display: none;
}
.nav__list > li.arrow_hidden > a:before, .nav__list > li > ul.nav__sub > li.arrow_hidden > a:before, .nav__list .call_us_now > a.call_us_link:before {
    width: 0;
    height:0;
    border: none;
}
.nav__list > li > ul.nav__sub > li.arrow_hidden > a {
    padding: 12px 12px 12px 20px;
}
/* end hide arrows if no ul element 

/* CALL US NOW */
.call_us_now {
/*margin: 20px 0;*/
}
.nav__list .call_us_now > a.call_us_link {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ffffff;
    padding: 10px 0;
    margin-top:20px;
}
.nav__list .call_us_now > a.call_us_link > div {
    display: inline-block;
    background: url('https://www.treasury.sa.gov.au/__data/assets/image/0004/34726/call_us_icon_mobile.png?v=0.1.3') left center no-repeat;
    width: auto;
    height: 26px;
    -webkit-transform: inherit;
    transform: inherit;
    top: 0;
    /*margin: 0 0px 0 -30px;*/
  margin: 0;
    position: inherit;
    vertical-align: bottom;
    padding-left: 35px;
}
.call_us_now h4 a {
    padding-left: 0;
}
.nav__list .call_us_now a {
    border-bottom: none;
}
/* POPULAR LINKS */

.popular_links {
    background: #ffffff;
    margin-top: 5%;
}
.popular_links > h4 {
    background: #004b85;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 400;
    margin: 0;
}
.popular_links ul > li > a {
    color: #1d1d1e;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    border-bottom: 2px solid #efefef;
}
.popular_links ul > li > a {
    color: #1d1d1e;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    border-bottom: 2px solid #efefef;
}
.popular_links ul > li > a:hover {
    background: #e50e42;
    color: #ffffff;
}
/* Find out more */
.find_out_more {
    margin: 30px auto;
}
.find_out_more h2 {
    color: #1d1d1e;
 font-size: 1.250em  margin: 0 0 26px 0;
}
.find_out_more p {
    color: #454549;
    font-size: 1.125em;
}
a.find_out_more_link_blue {
    font-size: 1em;
    color: #ffffff;
    display: inline-block;
    padding: 18px 32px;
    background: #025182;
    /*background: #004b85;*/
  text-decoration: none;
    margin-top: 10px;
    border: 1px solid #D62D27;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
a.find_out_more_link_blue:hover {
    color: #fff;
    background: #004b85;
    border: 1px solid #004b85;
}
/* Middle Slider */
#middle_slider_hp {
    margin-left: 5%;
    padding-bottom: 50px;
}
#middle_slider_hp .slick-list {
    padding-left: 0!important;
}
#middle_slider_hp .item {
    border-right: 2px solid #efefef;
    background: #ffffff;
    padding-bottom: 500em;
    margin-bottom: -500em;
}
#middle_slider_hp .item > a {
    display: block;
 font-size: 0.875em  color: #454549;
    text-decoration: none;
}
#middle_slider_hp .item > a p {
    margin: 0;
    font-size: 0.875em;
    color: #454549;
}
#middle_slider_hp .item > a h4 {
    margin: 0 0 0.3em 0;
    font-size: 1.563em;
    color: #004b85;
    font-weight: normal;
    line-height: 1;
    min-height: 35px;
}
#middle_slider_hp .slick-track {
    overflow: hidden;
}
#middle_slider_hp .item a > div {
    padding: 30px;
    height: 138px;
}
#middle_slider_hp .item a img {
    width: 100%;
    height: 202px;
    -o-object-fit: cover;
    object-fit: cover;
}
#middle_slider_hp .slider__item--nav {
    bottom: 20px;
    left: 0;
}
/* grey and blue bulets slick slider */
#middle_slider_hp .slider__item--nav button, #blue_boxes_wrapper .slider__item--nav button {
    background : url('https://www.treasury.sa.gov.au/__data/assets/image/0005/34727/bullet_not_active_grey.png?v=0.1.3') center center no-repeat;
}
#middle_slider_hp .slider__item--nav .slick-active button, #blue_boxes_wrapper .slider__item--nav .slick-active button {
    background : url('https://www.treasury.sa.gov.au/__data/assets/image/0006/34728/bullet_active_blue.png?v=0.1.3') center center no-repeat;
}
/* promotional items */
#promotional_home_page {
    margin: 5% 0;
    color: #ffffff;
}
#promotional_home_page .promotional_image {
    display: none;
}
#promotional_home_page > div > div {
    background: #025182;
    padding: 30px 0;
}
#promotional_home_page > div > div > div {
    padding: 0px 20px;
}
#promotional_home_page h4 {
    margin: 0 0 15px 0;
    font-size: 1.563em;
    font-weight: normal;
    color: #fff;
}
#promotional_home_page p {
    margin: 0 0 20px 0;
    font-size: 1.063em;
    font-weight: 300;
}
a.find_out_more_link_pink {
    color: #ffffff;
    background: #025182;
    padding: 10px 25px;
    display: inline-block;
    border: 1px solid #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
a.find_out_more_link_pink:hover {
    color: #fff;
    background: #004b85;
}
/* Blue boxes homepage */
#blue_boxes_homepage {
    background: #ffffff;
    padding: 20px 0 0;
}
.blue_boxes_wrapper {
    width: 80%;
    margin: 0 auto;
    border-radius: 0.5em;
    color: #ffffff;
    padding-bottom: 40px;
}
.blue_box_hp > div {
    padding: 0 0 15px 0px;
    background: #013257;
}
.blue_box_hp h4 {
    margin: 0;
    min-height: 47px;
    padding: 15px 20px 0 20px;
    position: relative;
    color: #ffffff;
}
.blue_box_hp h4:after {
}
.blue_box_hp a {
    display: inline-block;
    padding: 0 0 0 20px;
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
    background: transparent url('https://www.treasury.sa.gov.au/__data/assets/image/0007/34729/blue_boxes_hp_arrow.png?v=0.1.3') left center no-repeat;
}
#blue_boxes_wrapper .slider__item--nav {
    bottom: 20px;
    left: 10%;
    text-align: center;
    width: 80%;
}
#blue_boxes_wrapper .slick-list {
    border-radius: 6px;
}
.blue_box_hp > div {
    position: relative;
}
.blue_box_top {
    width: 100%;
    max-height: 55px;
    position: absolute;
    top: 0;
    left: 0;
}
/* News listing homepage */
.latest-news {
    background-color: #fff;
    width: 90%;
    padding: 2% 5% 5%;
}
.latest-news h2 {
    /*font-size: 2.188em;*/
    font-size: 1.563em;
    font-weight: normal;
    color: #004b85;
}
.latest-news > a {
    font-weight: 700;
    color: #004b85;
    text-align: right;
    text-decoration: none;
    display: block;
}
.news-listing > li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 13px;
}
.news-listing__item {
    position: relative;
}
.news-listing__item--img {
    max-width: 30%;
    display: inline-block;
}
.news-listing__item--info {
    max-width: 65%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width:480px) {
 .news-listing__item--info {
 font-size:0.65em;
}
}
.news-listing__item--info span {
    display: block;
    padding: 0% 5% 2%;
    color: #004b85;
}
.news-listing__item--info a {
    display: block;
    /* padding: 0% 5%;*/
    /*color: #101010;*/
    color: #004b85;
    font-weight: 700;
    text-decoration: none;
    font-size: 1em;
    margin-bottom: 10px;
}
.news-listing__item--info strong {
    font-size: 1em;
}
.content.news-article .main-content {
    width: 100%;
    padding-right: 0;
}
.back_to_news {
    height: 70px;
    display: block;
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0009/36099/section_tablet_heading.png?v=0.1.3) center top;

}
.back_to_news a {
    color: #fff;
    line-height: 70px;
    font-weight: bold;
    text-decoration: none;
    background: url(./?a=.assetid]]) no-repeat 0% 50%;
    padding-left: 35px;
    display: inline-block;
}
.news-article .header_single_page h1 {
    text-align: center;
}
.news-article div.body_content {
    background: #efefef;
}
.news-article .news-article-latest-news {
    width: 90%;
    margin: 0 auto;
}
.news-article .news-article-latest-news h2 {
    font-size: 1.875em;
}
.news-article .news-article-latest-news .news-listing__item--img .news-listing__item--meta {
    display: none;
}
.news-article .news-article-latest-news .news-listing__item--info .news-listing__item--meta {
    font-size: 0.875em;
}
.news-article .news-article-latest-news .news-listing__item--info a {
    font-size: 1.125rem;
}
.news-article .news-article-latest-news li:nth-child(3) {
 border: none;
}
/* FOOTER */
footer {
    background-color: #1d1d1e;
    color: #fff;
    text-align: center;
}
footer a {
    color: #fff;
    text-decoration: none;
}
.footer-nav-header {
    font-size: 1.438em;
    color: #c1c1c1;
    display: block;
    font-weight: bold;
}
.footer-text {
    display: block;
}
.footer-text-bold {
    font-weight: bold;
    display: block;
}
.footer-section {
    padding: 2em 0em;
}
.footer-social-media li {
    display: inline-block;
    width: 26px;
    height: 25px;
}
.footer-social-media li a, .footer-gov-logos li a {
    display: block;
    text-indent: -999em;
    width: 26px;
    height: 25px;
}
.footer-social-media li.footer-social-media__linkedin {
    margin-right: 20px;
}
.footer-social-media li.footer-social-media__twitter {
    margin-right: 10px;
}
.footer-social-media li.footer-social-media__linkedin a {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0006/34719/linkedin.png?v=0.1.3);
}
.footer-social-media li.footer-social-media__twitter a {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0005/34718/twitter.png?v=0.1.3);
}
.footer-social-media li.footer-social-media__facebook a {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0004/34717/facebook.png?v=0.1.3);
}
.social_media_footer, .footer-gov-logos {
    padding: 2em 0em;
}
.footer-gov-logos {
    border-bottom: 1px solid #4a4a4b;
    width: 90%;
    margin: 0 auto;
}
.footer-gov-logos li.footer-gov-logos__sagov {
    width: 113px;
    height: 30px;
    display: inline-block;
    margin-right: 30px;
}
.footer-gov-logos li.footer-gov-logos__sa {
    width: 113px;
    height: 30px;
    display: inline-block;
}
.footer-gov-logos li.footer-gov-logos__wr {
    width: 113px;
    height: 30px;
    display: inline-block;
}
.footer-gov-logos li.footer-gov-logos__sagov a {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0003/34716/sagov.png?v=0.1.3) no-repeat left bottom;
    width: 113px;
    height: 30px;
}
.footer-gov-logos li.footer-gov-logos__sa a {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0020/34715/south-australia.png?v=0.1.3) no-repeat;
    width: 113px;
    height: 30px
}
.footer-gov-logos li.footer-gov-logos__wr a {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0008/34739/white-ribbon-workplace.png?v=0.1.3) no-repeat;
    width: 113px;
    height: 30px
}
.footer-subtext {
    font-size: 0.750em;
}
.footer-links {
    padding: 0.5em 0em 0em;
}
.footer-links li {
    display: inline-block;
    margin: 10px 20px 0;
}
#copyrights {
    width: 90%;
    margin: 0 auto;
}
/* SECTION LANDING PAGE */

.header_single_page {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0009/36099/section_tablet_heading.png?v=0.1.3) center top;
    text-align: center;
    color: #ffffff;
    border-bottom: 2px solid #dadada;
    overflow: hidden;
    position:relative;
}
.header_single_page .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 0, .5);
}
.header_single_page p {
    font-size: 0.875em;
}
.section_wrappper > ul > li.section_row {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #dadada;
}
.news-article.content .header_single_page {
   background: url(https://www.treasury.sa.gov.au/__data/assets/image/0009/36099/section_tablet_heading.png?v=0.1.3) center top;
    background-size: cover;
}
.news-article.content .header_single_page.header_single_page--news-item {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0009/36099/section_tablet_heading.png?v=0.1.3) center top;
}
.news-article.content .header_single_page.header_single_page--news-item h1 {
    text-align: left;
}
/* accordion sample css */
.section_wrappper .accordion {
}
.section_wrappper .accordion label {
    position: relative;
    display: block;
    position: relative;
    display: block;
    padding: 15px 5%;
    cursor: pointer;
    font-size: 1.063em;
    line-height: 1.5;
    font-weight: bold;
    background: #ffffff;
}
.section_wrappper .accordion label:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 13px;
    background: transparent url(https://www.treasury.sa.gov.au/__data/assets/image/0017/34730/section_arrows_pink_white.png?v=0.1.3) center top no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 2.5%;
}
.section_wrappper .accordion input + label, .section_wrappper .accordion label:after, .section_wrappper .accordion .section_content_wrapper, .section_wrappper .accordion input:checked ~ .section_content_wrapper {
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.section_wrappper .accordion label:hover {
/*opacity: 0.7;*/
}
.section_wrappper .accordion input:checked + label {
    background:#e50e42;
    color:#ffffff;
}
.section_wrappper .accordion input:checked + label:after {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0017/34730/section_arrows_pink_white.png?v=0.1.3) center bottom no-repeat;
}
.section_wrappper .accordion input {
    display: none;
}
.section_wrappper .accordion .section_content_wrapper {
    overflow: hidden;
    height: 0px;
}
.section_wrappper .accordion .section_content_wrapper.single {
    height: auto;
    padding: 20px 0 0;
}
.body_content .tabs_wrapper {
    display: none;
}
.section_wrappper .accordion input:checked ~ .section_content_wrapper {
 height: 100%;
 margin: 5% auto;
}
.section_content {
    width: 100%;
    margin-bottom: 2.5%;
    background: #ffffff;
}
.section_wrappper .accordion .section_content > div h3 {
    margin: 0;
    background: #004b85;
    color: #ffffff;
    font-size: 1.250em;
    line-height: 30px;
    padding: 18px 20px;
}
.section_wrappper .accordion .section_content > div p {
    margin: 0;
    font-size: 1.063em;
    line-height: 27px;
    color: #1d1d1e;
    font-weight: normal;
    padding: 17px 20px 30px;
    min-height: 115px;
}
.section_wrappper .accordion .section_content > div a {
    display: block;
    padding: 15px 20px 15px 15px;
    text-align: right;
    position: relative;
    background: #efefef;
    font-size: 1em;
    color: #6b6b6e;
    text-decoration: none;
    font-weight: bold;
}
.section_wrappper .accordion .section_content > div a > span {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0019/34732/find_out_more_blue.png?v=0.1.3) center center no-repeat;
    position: absolute;
    width: 9px;
    height: 15px;
    margin: auto;
    right: 145px;
    top: 0;
    bottom: 0;
}
.accordion .section_content:hover h3 {
    background: #025182 !important;
}
.accordion .section_content:hover a {
    color:#004b85 !important;
}
/* ASSET LINEAGE */
.asset-lineage ol {
    list-style-type: none;
    padding: 0;
    margin-left: -10px;
    margin-bottom: 25px;
}
.asset-lineage ol li {
    display: inline-block;
    margin: 0 10px;
}
.asset-lineage ol li:first-child {
    margin: 0 0 0 10px;
    vertical-align: text-bottom;
}
.asset-lineage ol li:first-child a {
    /*text-indent: -999em;*/
    width: 22px;
    height: 20px;
    /*background: url(./?a=.assetid]]) no-repeat;*/
    display: block;
    font-size: 0.813em;
    margin-top: -3px;
}
.asset-lineage ol li:last-child {
    margin: 0 0 0 10px;
}
.asset-lineage ol li a {
    text-decoration: none;
    /*color: #fff;*/
    font-size: 0.813em;
}
.header_single_page .asset-lineage ol li a {
    color: #fff;
}
.header_single_page .asset-lineage ol li:first-child a {
    background: url(./?a=.assetid]]) no-repeat;
}
.asset-lineage ol li a:hover {
    color: #004b85;
}
/* CONTENT PAGE STYLES */
.content .largeBold {
    font-size: 1.438em;
    font-weight: bold;
}
.content .header_single_page {
    /*-- background: url(http://sagov-ms.dev.clients.squiz.net/treasury/_designs/css/medium.css/section_tablet_heading.png);
    text-align: left; */
     border-bottom: none;
    padding: 0.4em 0 1.4em 0;
}
.interested-in {
    padding: 0 0 2em 0;
}
.interested-in__header {
    background: #004b85;
    color: #fff;
    padding: 0.7em;
    margin: 0;
    font-size: 1.438em;
    font-weight: bold;
    min-height: 64px;
}
.interested-in__description {
    background: #fff;
    color: #1d1d1e;
    font-size: 1.063em;
    padding: 1em;
}
.interested-in__more {
    background: #efefef;
    text-align: right;
    padding: 1em;
}
.interest__link {
    text-decoration: none;
    cursor: pointer;
}
.interest__link:hover span {
    color: #004b85;
}
.interest__link:hover .interested-in__header {
    background-color: #025182;
}
.interested-in__more span {
    color: #6b6b6e;
    font-size: 1em;
    font-weight: bold;
    padding-left: 20px;
    background: url(./?a=.assetid]]) no-repeat 0% 65%;
}
.content .main-content {
    background: #fff;
    min-height: 100px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.share_this {
    border-top: 1px solid #bfbfbf;
    text-align: right;
    padding: 15px 0;
}
.share_this__heading {
    color: #1d1d1e;
    font-weight: bold;
    font-size: 0.813em;
    line-height: 35px;
    vertical-align: top;
    margin-right: 10px;
}
.content .share_this .stButton .stLarge {
    background-size: 32px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
}
.content .share_this .st_email_large .stButton .stLarge {
    border-radius: 0;
}
 .content .container img:not(.design) {
 width: 100%;
 display: block;
 object-fit: scale-down;
 font-family: 'object-fit: cover;';
}
.content .container .image-wrapper {
    position: relative;
}
.content .container .image-overlay {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);*/
}
.content .container .image-overlay.image-overlay--nocaption {
    background:none;
}
.content .container .image-caption {
    padding: 0 20px 10px 0;
    text-align: right;
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    z-index: 1;
    /*color: #fff;*/
    /*background-color:#004b85;*/
    /*width: 90%;*/
    font-size: 0.875rem;
    font-style: italic;
}
.content .container .image-caption img {
    width: 20px;
    height: 15px;
    display: inline;
    vertical-align: text-top;
}
.content .container .image-caption > span {
    display: inline-block;
    margin-left: 10px;
}
.copyright_text {
    display: block;
    text-align: center;
}
/* DISPLAY NONE MOBILE */
.logos_tablet_wide, .about_as_footer, .what_we_do_footer, .careeres_links_footer, .news-listing__item--info span.news_body, .search_desktop, .contact_us_top_desktop, #tabs-container, .content_nav {
    display: none;
}
/* Documents Listing */
.document_listing {
    border-top: 6px solid #e0dede;
    margin: 20px 0;
    list-style-type: none;
}
.main-content ul li.document_listing__item {
    display: block;
    background: #f4f4f4;
    margin-bottom: 5px;
    background-image: none;
    padding: 10px 10px 10px 65px;
    position: relative;
}
.document_listing__item a {
    color: #004b85;
    text-decoration: none;
    font-weight: bold;
}
.document_listing__item-img {
    width: 100%;
    height: 100%;
    max-width: 45px;
    display: inline-block;
    position: absolute;
    background: #004b85 url(./?a=.assetid]]) no-repeat 47% 47%;
    left: 0;
    top: 0;
}
.main-content ul li.document_listing__item.link .document_listing__item-img {
    background: #004b85 url(./?a=.assetid]]) no-repeat 47% 47%;
}
/* TABS */
.main-content .tab {
    margin-bottom: 10px
}
.main-content .tab.first {
    margin-top: 20px;
}
.main-content .tab.last {
    margin-bottom: 20px;
}
.main-content .tab.collapse {
    border: 1px solid #004b85;
}
.main-content .tab.expand .tab__content {
    display: none;
    padding: 1em;
}
.main-content .tab .tab__heading {
    cursor: pointer;
    padding: 1em;
    font-weight: bold;
    font-size: 1.250em;
}
.main-content .tab .tab__content {
    padding: 0 1em 1em 1em;
}
.main-content .tab .tab__content h3 {
    margin-top: 0;
}
.main-content .tab.collapse .tab__heading {
    background: #fff url(./?a=.assetid]]) no-repeat top 50% right 10%;
}
.main-content .tab.expand .tab__heading {
    background: #f4f4f4 url(./?a=.assetid]]) no-repeat top 50% right 10%;
}
/* HIGHLIGHT */
.highlight {
    background-color: #e9f7fe;
    border: 2px solid #004b85;
    padding: 0 1em;
}
.highlight a {
    color: #6186aa;
}
.map_static {
    width: 100%;
    min-height: 450px;
}
/* ACCORDIAN */
/* Style the buttons that are used to open and close the accordion panel */
div.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
div.accordion.active, div.accordion:hover {
    background-color: #ddd;
}
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    border-bottom: 2px solid #c1c1c1;
}
div.panel.show {
    opacity: 1;
    max-height: 5000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
.main-content div.accordion.active, .main-content div.accordion:hover {
    background-color: #fff;
    color: #1d1d1e;
}
.main-content div.accordion.active {
    border-bottom: none;
    font-weight: bold;
}
.main-content div.accordion.first {
    margin-top: 20px;
}
.main-content div.accordion.last {
    margin-bottom: 20px;
}
.main-content div.accordion {
    background-color: #fff;
    color: #004b85;
    border-bottom: 2px solid #c1c1c1;
    position: relative;
    padding: 18px 18px 18px 32px;
    font-size: 1.250em;
}
div.accordion:before {
    content: url(./?a=.assetid]]); /* Unicode character for "plus" sign (+) */
    position: absolute;
    top: 30%;
    left: 0;/*font-size: 13px;
    color: #777;
    float: left;
    margin-left: 5px;*/
}
div.accordion.active:before {
    content: url(./?a=.assetid]]); /* Unicode character for "minus" sign (-) */
}
/* news listing page */
.news_listing_page {
    position: relative;
    background: #efefef;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
}
.top_news_tabs {
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    background: #fff;
    padding: 5px 0;
}
.news_listing_page > h3 {
    display:none;
}
.news_listing_page .top_news_tabs h3.current {
}
.news_listing_page .top_news_tabs h3 {
    margin: 0;
    padding: 0;
}
.news_listing_page .top_news_tabs h3 a {
    color: #6b6b6e;
    font-size: 16px;
    text-decoration: none;
    padding: 6px 35px;
    border: 1px solid #d5d4d4;
    margin: 10px;
    display: block;
    border-radius: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news_listing_page .top_news_tabs h3.current a, .news_listing_page .top_news_tabs h3 a:hover {
    background: #004C84;
    border-color: #004C84;
    color: #ffffff;
}
.news_listing_page .group_listing_content {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 25px;
}
.news_listing_page .group_listing_content > a {
    margin: 1% auto;
    display: block;
    float: left;
    position: relative;
    background: transparent;
    text-decoration: none;
}
.news_listing_page .group_listing_content > a:hover {
    box-shadow: 0px 0px 10px 2px #cecece;
    -webkit-box-shadow: 0px 0px 10px 2px #cecece;
}
.news_listing_page .group_listing_content > a > .news-listing__item {
}
.news_listing_page .group_listing_content > a > .news-listing__item .news-listing__item--img {
    max-width: 30%;
}
.news_listing_page .group_listing_content > a > .news-listing__item .news-listing__item--info {
    max-width: 65%;
}
.news_listing_page .group_listing_content > a > .news-listing__item .news-listing__item--img img {
    width: 100%;
    height: auto;
}
.news_listing_page .group_listing_content > a > .news-listing__item .news-listing__item--img .news-listing__item--meta {
    display: none;
    position: absolute;
    bottom: 5px;
    min-width: 65%;
    background: #004b85;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 5px 7px;
}
.news_listing_page .group_listing_content > a:hover .news-listing__item .news-listing__item--img .news-listing__item--meta {
    background: #004b85;
}
.news_listing_page .group_listing_content > a > .news-listing__item .news-listing__item--info .news_listing_title {
    color: #101010;
    padding: 10px 20px 0;
    font-size: 1.2em;
    font-weight: bold;
}
.mobile .news_listing_page .group_listing_content > a > .news-listing__item .news-listing__item--info .news_listing_title {
    padding:5px 20px 10px 10px;
}
.news_listing_page .group_listing_content > a > .news-listing__item .news-listing__item--info span.news_body {
    color: #3a3a3a;
    font-size: 15px;
    padding: 0 20px 10px;
}
/* FORMS */

form {
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    opacity: 0;
}
div.text_field {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 47%;
    max-width: 100%;
    margin: 0 2% 2% 0;
    padding: 0;
}
div.text_field input[type="text"] + label, div.text_field input[type="password"] + label, div.text_field input[type="email"] + label, div.styled_textarea textarea + label, .styled_select label {
 transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    bottom: 0;
    color: #1d1d1e;
    font-size: 11px;
    left: 15px;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 8px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}
div.text_field input[type="text"], div.text_field input[type="password"], div.text_field input[type="email"], div.styled_textarea textarea {
    border: 1px solid #b1b1b1;
    display: block;
    margin: 0;
    padding: 20px 0 5px 0;
    width: 100%;
    background: #ffffff;
    text-align: left;
    color: inherit;
 transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    text-indent: 13px;/*1d1d1e*/
}
div.text_field.isFocused input[type="text"], div.text_field.isFocused input[type="password"], div.text_field.isFocused input[type="email"], div.styled_textarea.isFocused textarea {
    outline: none;
    padding: 25px 0 10px 0;
    border: 1px solid #316d9b;
}
div.text_field.isFocused input[type="text"] + label, div.text_field.isFocused input[type="password"] + label, div.text_field.isFocused input[type="email"] + label, div.styled_textarea.isFocused textarea + label {
    visibility: visible;
    color: #316d9b;
}
div.styled_textarea {
    box-sizing: border-box;
    max-width: 100%;
    margin: 2% 0;
    padding: 0;
    position: relative;
}
form h4 {
    margin: 5px 0;
    color: #222125;
    font-size: 17px;
    font-weight: 400;
}
.styled-radio_buttons, .styled_checkbox {
    display: inline-block;
    width: 48%;
}
.styled-radio_buttons > ul, .styled_checkbox > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
}
.styled-radio_buttons > ul > li, .styled_checkbox > ul > li {
    display: inline-block;
    margin-right: 4px;
    padding: 0;
    background: transparent;
}
.styled-radio_buttons input[type=radio], .styled_checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.styled-radio_buttons input[type=radio] + label, .styled_checkbox input[type=checkbox] + label {
    padding-left: 1.5em;
    display: inline-block;
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0003/34734/radio_buttons.png?v=0.1.3) 0px -18px no-repeat;
    cursor: pointer;
    color: #222125;
    font-size: 80%;
}
.styled_checkbox input[type=checkbox] + label {
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0004/34735/checkbox.png?v=0.1.3) 0px -21px no-repeat;
    padding: 5px 0 5px 2em;
}
.styled_checkbox input[type=checkbox]:checked + label {
    background-position: 0px 3px;
}
.styled-radio_buttons input[type=radio]:checked + label {
    background-position: 0px 1px;
}
.styled_select {
    width: 47%;
    display: inline-block;
    position: relative;
    margin: 0 2% 2% 0;
    padding: 0;
    z-index: 1000;
    background: #ffffff;
    border: 1px solid #b1b1b1;
    color: #1d1d1e;
    transition: all 24ms ease-out;
    -webkit-transition: all 24ms ease-out;
    -moz-transition: all 24ms ease-out;
    -ms-transition: all 24ms ease-out;
    -o-transition: all 24ms ease-out;
}
.styled_select label {
    z-index: 1001;
}
/* http://code.octopuscreative.com/fancyselect/ */
div.fancy-select {
    position: relative;
}
div.fancy-select.disabled {
    opacity: 0.5;
}
div.fancy-select div.trigger {
    z-index: 1000;
    cursor: pointer;
    padding: 21px 25px 6px 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    transition: all 24ms ease-out;
    -webkit-transition: all 24ms ease-out;
    -moz-transition: all 24ms ease-out;
    -ms-transition: all 24ms ease-out;
    -o-transition: all 24ms ease-out;
}
div.fancy-select div.trigger:after {
    content: "";
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0005/34736/select_arrow.png?v=0.1.3) 1px 17px no-repeat;
    display: block;
    position: absolute;
    width: 24px;
    height: 58%;
    top: 6px;
    right: 0px;
}
div.fancy-select div.trigger.open {
}
div.fancy-select div.trigger.open:after {
    background-position: 1px -8px;
    height: 44%;
    top: 16px;
    right: 0px;
}
div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50px;
    left: -1px;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #b1b1b1;
    max-height:208px;
    min-width: 100%;
    max-width: 100%;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
    visibility: visible;
    top: 49px;
    opacity: 1;
    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 49px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 49px;
    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li {
    background: transparent;
    margin: 0;
    padding: 8px 0;
    text-indent: 0.5em;
    color: #1d1d1e;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    min-height: 17px;
    border-bottom: 1px solid #b1b1b1;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li:last-child {
    border: none;
}
div.fancy-select ul.options li:last-child {
    border-bottom: none;
}
div.fancy-select ul.options li.hover {
    color: #316d9b;
}
form input[type=reset] {
    padding: 10px 20px;
    border: 1px solid #004b85;
    background: #ffffff;
    color: #004b85;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
form input[type=reset]:hover {
    background: #004b85;
    color: #ffffff;
}
form input[type=submit] {
    padding: 10px 20px!important;
    border: 1px solid #004b85;
    background: #004b85;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
form input[type=submit]:hover {
    background: #ffffff;
    color: #004b85;
}
/*    radio_buttons.png , checkbox.png , select_arrow.png, error_icon_form.png  */
/* background: url(https://www.treasury.sa.gov.au/__data/assets/image/0019/34732/find_out_more_blue.png?v=0.1.3) center center no-repeat; */

/* Main content Search */
.main-content .search-form {
    background-color: #e1e1e1;
    padding-bottom: 30px;
}
.main-content .search-form h2 {
    margin: 0;
    padding: 15px 0px 10px;
}
.main-content .search-form .input-group-btn {
    display: inline-block;
    vertical-align: bottom;
}
.main-content .search-form .input-group-btn button {
    display: inline-block;
    background: #004b85 url(./?a=.assetid]]) 50% 50% no-repeat;
    width: 60px;
    height: 54px;
    outline: none;
    border: none;
    text-indent: -999em;
}
.main-content .search-form .input-group .query {
    border: none;
    outline: none;
    height: 18px;
    padding: 18px;
    margin-right: 10px;
    width: 52%;
}
.main-content .search-content .tab.expand .tab__heading {
    color: #004b85;
    background: #efefef url(./?a=.assetid]]) no-repeat top 50% right 10%;
}
.main-content .search-content .tab.collapse .tab__heading {
    color: #004b85;
    background: #efefef url(./?a=.assetid]]) no-repeat top 50% right 10%;
}
.main-content .search-content .tab.collapse {
    border: none;
    background-color: #efefef;
}
.main-content .search-content form {
    background: #efefef;
}
.main-content .search-content ul li {
    background: none;
    padding-left: 0;
    display: block;
}
.main-content .search-content form {
    padding: 0;
}
.main-content .search-content .search_result__query_text {
    color: #004b85;
    font-weight: bold;
    width: 80%;
}
.main-content .search-content .search_result__query {
    display: block;
    margin-bottom: 5px;
    font-size: 1.438em;
}
.main-content .search-content .search_result__number {
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 10px;
}
.main-content .search-content #search-result-count {
    border-bottom: 3px solid #d5d4d4;
}
.main-content .search-content .pagination {
    text-align: center;
    height: 70px;
    background-color: #e1e1e1;
    line-height: 70px;
}
.main-content .search-content .pagination ul li {
    width: 55px;
    display: inline-block;
}
.main-content .search-content .pagination ul li a {
    text-decoration: none;
    color: #282828;
    font-weight: bold;
    display: block;
}
.main-content .search-content .pagination ul li.active {
    background-color: #004b85;
}
.main-content .search-content .pagination ul li.active a {
    color: #fff;
}
.main-content .search-content .pagination ul li:hover a {
    color: #004b85;
}
.main-content .search-content #search-results li {
    display: block;
    padding: 10px 0 15px;
    border-bottom: 1px dotted #adadad;
}
.main-content .search-content .pagination ul li.active:hover a {
    color: #fff;
}

/* Custom styling for side by side Tabs in page content */
    .tabs {
        width: 100%;
        position: relative;   
    }
    .tab-header {
        text-decoration: none;
        height: 50px;
        border-bottom: 1px solid grey;
        width: 25%;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        padding: 0.5em 1em;
        color: #000;
        font-size: 1.070em;
    }
    .tab-header:not(.selected) {
        background: rgba(0,0,0,0.06);
    }
    .tab-header.selected {
        border-bottom: none;
        border-left: 1px solid grey;
        border-right: 1px solid grey;
        border-top: 1px solid grey;
        cursor: default;
    }
    .tab-content.selected {
        display: block;
    }
    .sidetab.tab-content {
        width: 100%;
        margin: 0 auto 2em;
    }
    .tabspacer{
    width: 15px;
    display: inline-block;
    height: 67px;
    background: #fff;
    border-bottom: 1px solid grey;
    }

@media all and (max-width: 700px) {
 .styled-radio_buttons, .styled_checkbox, .text_field, .styled_select {
 display: block!important;
 width: 100%!important;
 margin: 15px 0!important;
}
 .main-content form {
 background-color: #ffffff;
 padding: 0;
}
}
 @media(min-width:320px) and (max-width:480px) {
/* interested in one column */
.col_one > .interest {
display: block;
}

/* interested in two column */
.col_one.col_two > .interest {
display: block;
margin-bottom: 1em;
}
.col_one.col_two .interest:first-child + div {
display: block;
}

/* interested in three column */
.col_one.col_two.col_three > .interest {
display: block;
margin-bottom: 1em;
}
.col_one.col_two.col_three .interest:first-child + div {
display: block;
margin-bottom: 1em;
}
.col_one.col_two.col_three .interest:first-child + div + div {
display: block;
}

/* News Styling */
.news_listing_page .group_listing_content > a {
 margin: 1% auto;
 display: block;
 float: left;
 position: relative;
 background: transparent;
 border-bottom: 1px solid #CCC;
 padding: 10px 0 0 0;
}
}
/* ---------- */
/* contact us */
/* ---------- */
.contact_us_wrapper #map_static {
    width: 100%!important;
    min-height: 655px;
}
.contact_us_wrapper {
    position: relative;
}
.contact_us_text {
    position: absolute;
    z-index: 1;
    background: #ffffff;
    right: 50%;
    margin-right: -165px;
    top: 17%;
    width: 330px;
    padding-bottom: 30px;
    color: #1d1d1e;/* left: 0; */
}
.contact_us_text > * {
    padding: 0 30px;
    margin: 0;
    font-size: 15px;
}
.contact_us_text > div {
    background: #efefef;
    padding: 0 0 20px;
}
.contact_us_text > div > * {
    margin: 0 0 10px;
    font-size: 15px;
    padding: 0 30px;
    font-weight: bold;
}
.contact_us_text > div h2.contact_header {
    padding: 18px 30px 0px;
    margin-bottom: 0;
    font-size: 25px;
    color: #ffffff;
    height: 75px;
    background: url(https://www.treasury.sa.gov.au/__data/assets/image/0007/34738/contact_us_get_in_touch.png?v=0.1.3) left top no-repeat;
}
.contact_us_text > h5 {
    margin-top: 15px;
}
.contact_us_text a.online_enquiries_contact_us {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    border: 1px solid #004b85;
    background: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    ;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.contact_us_text a.online_enquiries_contact_us:hover {
    background: #004b85;
    color: #ffffff;
}
.contact_us_text > h4 {
    margin-top: 20px;
}
.main-content .search-content .no-result-list {
    list-style-type:disc;
    margin-bottom: 30px;
}
.main-content .search-content .no-result-list li {
    display: block;
    background-image: url(https://www.treasury.sa.gov.au/__data/assets/image/0005/34727/bullet_not_active_grey.png?v=0.1.3);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 15px;
    margin-left: 25px;
    margin-bottom: 0px;
}
/* Remove custom nav items */
li.item-8753 {
    display: none;
}
.page-not-found .share_this {
    display: none;
}
/* Overwrite Share This email */
.st_email_large span span.stLarge {
    background-image: url(https://www.treasury.sa.gov.au/_designs/css/main.css/email_icon.png) !important;
}
 @media screen and (max-width: 37.5em) {
 .slider__item--info {
 height: inherit;
 min-height: 151px;
}
 .slider {
 background: #025182;
}
 .slider__item--info {
 padding-bottom: 0;
}
 .slider__item--nav {
 bottom: 44%;
}
 .slider__item--button {
 margin-bottom: 10px;
}
}





/* -- add in menu to 5th level landing pages -- */
@media screen and (max-width: 1023px) {
 .content_nav {
 display:block;
 background: white;
}
 .content_nav .normal, .content_nav ul.content_nav__list > li > a, .content_nav ul.content_nav__list > li > ul > li > a {
 display: none;
}
 .content_nav .active .content_nav__deep .active:only-child {
 display: none;
}
 .content_nav .active .content_nav__deep .content_nav__deep .normal, .content_nav .active .content_nav__deep .active {
 display: block;
}
 .content_nav {
 border-bottom: 1px solid #c0c0c0;
}
 .content_nav ul.content_nav__list li a {
 text-decoration:none;
 padding: 15px 20px;
}

    /*second level (heading)*/
    .content_nav ul.content_nav__list > li > ul > li > ul > li > a {
 font-weight: bold;
 font-size: 1.063em;
 color: #004b85;
 display: block;
 position: relative;
}
 .content_nav ul.content_nav__list > li > ul > li > ul > li > a:after {
 content: " ";
 background: url(https://www.treasury.sa.gov.au/__data/assets/image/0019/34732/find_out_more_blue.png?v=0.1.3) center center no-repeat;
 position: absolute;
 right: 0px;
 top: 0px;
 height: 54px;
 width: 54px;
 transform:rotate(90deg);
}
    /*third level*/
    .content_nav ul.content_nav__list > li > ul > li > ul > li.active > a {
 font-weight: bold;
 color: #004b85;
}
    /*fourth level*/
    .content_nav ul.content_nav__list > li > ul > li > ul > li > ul > li > ul > li > a:before {
 content: '-';
}
 .content_nav ul.content_nav__list > li > ul > li > ul > li > ul > li > ul > li > a.active:only-child {
 display:block !important;
 font-weight:bold;
 color: #004b85;
}
    /*---*/
    
    .content_nav__deep .content_nav__deep a {
 color: #454549;
}
 .content_nav__deep .content_nav__deep a.active {
 color: #004b85;
 font-weight: bold;
}
 .hide-mobi {
 display: none!important;
 visibility: hidden;
}
}
 @media only screen and (max-width: 400px) {
 .news_listing_page .top_news_tabs h3 {
 display: table;
 width: 90%;
 margin: 0 5% 10px 5%;
 flex: 1 100%;
}
 .news_listing_page .top_news_tabs h3 a {
 height:40px;
 display:table-cell;
 vertical-align:middle;
 text-align: center;
 margin: 0 10px;
}
}
@media only screen and (max-width: 600px) {
 #query {
 width: 75%!important;
 padding: 18px 0!important;
 text-indent: 10px!important;
 margin-right: 5px!important;
}
}


a.tab__heading{
    display: block;
    text-decoration: none;
}
a.tab__heading h3 {
    margin: 0;
    color: black;
    font-size: 1.250rem;
}

/*accordion edits*/
.main-content a.accordion {
  display: block;
  background-color: #fff;
  color: #004b85;
  border-bottom: 2px solid #c1c1c1; 
  position: relative;
  padding: 18px 18px 18px 32px;
  text-decoration: none;
}
.main-content a.accordion h3 {
  font-size: 1.250em;
  margin: 0;
}
a.accordion:before {
    content: url(./?a=9203); /* Unicode character for "plus" sign (+) */
    position: absolute;
    top: 35%;
    left: 0;
}
a.accordion.active:before {
    content: url(./?a=9202); /* Unicode character for "minus" sign (-) */
}
div.panel {
  display: none;
}
div.panel.show {
  display: block;
}

.tab-header > h3 {
  font-size: 1.070rem;
  color: black;
  font-weight: normal;
  margin: 0;

}

#hpcontent{
    float:left;
    padding: 0 15px 0 15px;
}
#hpcontent .introduction {
    width: 70%;
    float:left;
    padding:10px;
}
#hpcontent .iwantto {
    width:25%;
    float:left;
    padding:10px;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
#hpcontent .introduction {
    width: 100%;
    float:left;
    padding:5px;
}
#hpcontent .iwantto {
    width:100%;
    float:left;
    padding:5px;
}    
}

form#form_email_93023 {
    line-height: 2.5em;
}

/* MJS - have no stipes on tables if noZebra is added as class name */
table.noZebra tr:nth-child(odd){
    background:none;
}
table.noZebra td {
    border-left: none;
}
table.noZebra td {
    padding: 0px;
}