/*
  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: 10 July 2023 23:48:19
*/


body {
    background-color: #fff;
    background-repeat: repeat-x;
    border: 0 none;
    color: #333333;
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 0.7em;
    margin: 0;
    padding: 0;
}
p {padding:2px;}
.body_wrap {
    background: #fff;
}
.hidden {
    border: medium none;
    margin: 0;
    padding: 0;
}
.hidden legend {
    display: none;
}
.screenHide {
    display: none;
}
.float_none {
    float: none;
}
.padding_all {
    padding: 10px;
}
.padding_notop {
    padding: 0 10px 10px 10px;
}
.padding_nobottom {
    padding: 10px 10px 0 10px;
}
#sidebar {
    float: left;
    max-width: 22.6%;
}
.sidebar {
    margin-right: 2%;
}
.contentarea {
    width: 75.85%;
    float:right;
}
.skip_to_content {
    position: absolute;
    top: -1000px;
}
.skip_to_content:focus {
    position: absolute;
    top:0;
    color:#fff;
}
.print_logo {
    display: none;
}
div.header {
    background-color: white;
    background-color: #ffffff;
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0007/1543849/TopBanner2020.png?v=0.0.3");
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0;
}
div.header h1 a {/*
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0007/915082/elections_oola_logo_900.png?v=0.1.9");*/
    background-size:100%;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 74px;
    margin: 25px 0 20px;
    width: /*829px*/auto;
    
}
div.header h1 a:hover {
    opacity: 0.8;
    background-color: transparent;
}
div.header h1 {
    margin: 0;
}
div.header span {
    display: none;
}

/* Nav Styles */

nav {
  display: block;
}
.right {
  float: right;
  margin-left: 1em;
}
/* icons */
.ico-heart:before,
.ico-letter:before,
.ico-file:before,
.ico-real:before,
.ico-pen:before,
.ico-user:before,
.ico-rocket:before,
.ico-arrow-right:before,
.ico-arrow-left:before,
.ico-arrow-left-2:before,
.ico-arrow-right-2:before,
.ico-caret-down:before,
.ico-caret-up:before,
.ico-caret-left:before,
.ico-caret-right:before,
.ico-facebook:before,
.ico-twitter:before,
.ico-google-plus:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ico-caret-down:before {
  content: "\f0d7";
}
.ico-caret-up:before {
  content: "\f0d8";
}
/* ----------------------------- */
/* == Menu */
/* ----------------------------- */
.menu-wrapper {
  position: relative;
  z-index: 10;
  font-size: 1.1em;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #eeeeec;
  /* the hidden link for RWD nav */
  /* the rest of the menu lvl 1 */
  /* current links */
  /* submenu ! */
  /* unhide the 2nd level */
}
.menu-wrapper .menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.menu-wrapper .menu > li {
  position: relative;
  display: inline-block;
}
.menu-wrapper a.menu-link {
  display: none;
  padding: 0.7em  0;
  background: #eeeeec;
}
.menu-wrapper a {
  display: block;
  position: relative;
  margin: 0 0.2em;
  line-height: 1.3em;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 1em;
  font-weight:bold;
}
.menu-wrapper a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
  background-color: #ffcf26;
}
.menu-wrapper .menu > .current-menu-item > a,
.menu-wrapper .menu > .current-menu-ancestor > a {
  position: relative;
  z-index: 12;
  background: #f5d4d4;
  color: #b92120;
  border-bottom: 1px solid transparent;
}
.menu-wrapper .menu > .current-menu-item > a:hover,
.menu-wrapper .menu > .current-menu-ancestor > a:hover {
  background: #fffdfd;
}
.menu-wrapper .menu > .current-menu-item > a:hover:after,
.menu-wrapper .menu > .current-menu-ancestor > a:hover:after {
  border-top-color: #fffdfd;
}
.menu-wrapper .menu > .current-menu-item > a:after,
.menu-wrapper .menu > .current-menu-ancestor > a:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f5d4d4;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.menu-wrapper li + li a:before {
  content: "*";
  position: absolute;
  left: -0.5em;
  top: 0.2em;
  color: #ffffff;
  opacity: 0.8;
  font-family: Arial, Verdana, sans-serif;
}
.menu-wrapper .sub-menu {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: -1px 0 0 -0.5em;
  padding: 3px 0 0 0;
  position: absolute;
  max-height: 0em;
  overflow: hidden;
  list-style: none outside none;
  text-align: left;
  text-transform: none;
}
.menu-wrapper .sub-menu li {
  display: block;
  background: #eeeeec;
  margin-left: 0.7em;
  margin-right: 0.7em;
}
.menu-wrapper .sub-menu a {
  margin: 0;
  line-height: 1em;
  border-bottom: 1px dotted #000;
}
.menu-wrapper .sub-menu a:hover {
  background: #ffcf26;
}
.menu-wrapper .sub-menu li:last-child {
  padding-bottom: 0.26em;
}
.menu-wrapper li:hover .sub-menu {
  min-width:218px;
  max-height: 120em;
  transition: max-height 0.5s;
}
@media screen and (min-width: 769px) {
div#sidebar {width: 100%;}
}
/* Responsive Menu */
@media screen and (max-width: 768px) {
#sidebar {float: none; max-width:100%;}
div.sidebar {display:block;}

.menu-wrapper a {
    font-size: 1.5em;
    padding: 1em .5em;
}
  .js .menu-wrapper nav[role=navigation] {
    overflow: hidden;
    max-height: 0em;
  }
  .js .menu-wrapper nav[role=navigation].active {
    max-height: none;
    transition: max-height 0.5s ease-out;
  }
  .menu-wrapper {
    /* unhide the 2nd level */
    /* styling the toggle menu */
    /* arrow to indicate that we have subnav*/
  }
  .menu-wrapper a.menu-link {
    font-size: 1.5em;
    display: block;
    width: auto;
    padding-right: 15px;
    padding-left: 10px;
    border: none;
    margin: 0;
  }
  .menu-wrapper a.menu-link:hover {
    background: #eeeeec;
  }
  .menu-wrapper a.menu-link.active .ico-caret-down:before {
    content: "\f0d8";
  }
  .menu-wrapper .menu .menu {
    padding-bottom: 5px;
  }
  .menu-wrapper .menu li {
    display: block;
    border: none;
  }
  .menu-wrapper .menu > li {
    padding: 0px;
    border: none;
  }
  .menu-wrapper .menu > li + li {
    border-top: 1px dotted #000;
  }
  .menu-wrapper .menu a:hover {
    background: #eeeeec;
  }
  .menu-wrapper .menu .rightalign {
    float: none;
  }
  .menu-wrapper li + li a:before {
    content: "";
  }
  .menu-wrapper li:hover .sub-menu {
    max-height: 0em;
    transition: none;
  }
  .menu-wrapper .sub-menu {
    background: #ddd;
    margin-left: 0px;
    margin-top: 1px;
    display: block;
    width: 100%;
  }
  .menu li.on a {
    background-color: #ffcf26;
  }
  .menu-wrapper .sub-menu li,
  .menu-wrapper .sub-menu li a {
    margin: 0;
    display: block;
    width: 100%;
  }
  .menu-wrapper .sub-menu li a {
    background-color: #dddddd;
    border-bottom: 1px dotted #000;    
    padding: 15px 8px 5px 15px;
    font-weight: bold;
  }
  .menu-wrapper .sub-menu a {
    padding-left: 0.8em;
  }
  .menu-wrapper .sub-menu a:hover {
    background: #ffcf26;
  }
  .menu-wrapper .sub-menu li:last-child {
    padding: 0;
  }
  .menu-wrapper .sub-menu li:last-child a {
    border: none;
  }
  .menu-wrapper .menu .has-subnav {
    position: relative;
  }
  ul.menu li.has-subnav:first-of-type span {
    display:none;
}
.menu-wrapper .menu-link.active:after {
    transform-origin: bottom;
    transform: rotate(-90deg);
}
.menu-wrapper .menu-link:after {
    font-weight: bold;
    content: "<";
    position: absolute;
    top: 30%;
    bottom: 50%;
    right: 5%;
    font-size: 15px;
    color: #000;
    transition: .25s;
} 
  .menu-wrapper li .sub-menu.active {
    max-height: none;
    overflow: visible;
    position: relative;
    z-index: 9;
    transition: max-height 0.5s ease-out;
  }
  .menu-wrapper .toggle-link {
    height: 37px;
    width: 30px;
    display: block;
    position: absolute;
    right: 0px;
    z-index: 200;
    font-size: 0em;
    cursor: pointer;
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .menu-wrapper .menu .has-subnav > .toggle-link:after {
    font-weight: bold;
    content: "<";
    position: absolute;
    width: 30px;
    top: 30%;
    bottom: 50%;
    right: 5%;
    font-size: 15px;
    color: #000;
    transition: .25s;
  }
  .menu-wrapper .menu .has-subnav > .toggle-link.active:after {
    right: 48%;
    transform: rotate(-90deg);
  }
  .menu-wrapper a {
    margin:0;
  }
}
.content {
  max-width: 950px;
  min-height: 500px;
  margin: 30px auto;
}

.navrow {overflow:visible;}
/* End Nav Styles */

div.header .nav {
    background-color: #eeeeec;
    display: block;
    height: 45px;
}
div.header .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
}
div.header .nav ul li {
    color: #000;
    display: block;
    float: left;
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    list-style-type: none;
    margin: 0 0;
    padding: 15px 15px 6px 15px;
    min-height: 21px;
    position: relative;
}
div.header .nav ul li a {
    font-weight: bold;
    color: #000;
    font-size: 1.1em;
    text-decoration: none;
}
div.header .nav ul li a:hover {
    background-color: #ffcf26;
}
/*div.header .nav ul li.on {
    background-color: #ffcf26;
}
div.header .nav ul li:hover {
    background-color: #ffcf26;
}*/

div.header .nav ul li a {
    display: block;
    padding: 15px 15px 15px 15px;
    background-color: #eeeeec;
}
 
div.header .nav ul li {
    min-height:45px;
    padding: 0;
}

div.header .nav ul li.on a {
    background-color: #ffcf26;
}

div.header .nav ul li.on ul li a {
    background-color: #eeeeec;
}
div.header .nav ul li.on ul li a:hover {
    background-color: #ffcf26;
}
div.header .nav ul li.noborder {
    border-right: medium none;
}
div.header .nav ul ul {
    background-color: #eeeeec;
    left: 0;
    padding: 0;
    position: absolute;
    top: -999em;
}
div.header .nav_nojs ul li:hover ul {
    top: 45px;
}
div.header .nav ul ul li {
    border-bottom:1px dotted #000;
    display: block;
    float: none;
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    margin: 0;
    padding: 0;
}
div.header .nav ul ul li.last-child {
    border-bottom: 1px solid #002A28;
}
div.header .nav ul ul li a {
    background-color: #eeeeec;
    display: block;
    min-height:25px;
    padding: 15px 8px 5px 8px;
    width: 200px;
}
div.header .nav ul ul li.last-child a {
    border-bottom: medium none;
}
div.header .nav ul ul li a:hover {
    background-color: #ffcf26;
    color: #06231F;
}
div.header .search {
    text-align: right;
}
div.header .search form {
    display: block;
    float: right;
    margin: 50px 0;
}
div.header .search form p {
    color: #FFFFFF;
}
div.header .search form label {
    color: #FFFFFF;
}
div.header .search form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.header .search form ul li {
    float: left;
}
div.header .search form label {
    display: none;
}
div.header .search form #keywordsearch {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eeeeec;
    border:1px solid #ffcf26;
/*    border-color: #CAD9E2 -moz-use-text-color #CAD9E2 #CAD9E2;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;*/
    color: #000;
    height: 19px;
    padding: 5px;
    width: 157px;
}
div.header .search form .subbtn {
    background-color: #ffcf26;
    border: 0 none;
    color: #000;
    height: 31px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 68px;
    font-weight:bold;
}
div.header .search .site_desc {
    clear: both;
    color: #FFFFFF;
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 1.2em;
    margin: 0;
}
div.pagination {
    margin: 10px 0;
    padding: 0;
}
div.pagination strong, div.pagination a {
    background-color: #333333;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
}
div.pagination a:hover {
    background-color: #777777;
}
div.pagination strong {
    background-color: #777777;
}
div.breadcrumbs .bcrumb_wrap {
    background-color: #FFFFFF;
    font-size: 0.9em;
    margin: 0 0 14px;
}
div.breadcrumbs ul {
    height: 3em;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
div.breadcrumbs li {
    background: url('https://www.elections.act.gov.au/__data/assets/image/0006/915063/crumbs.png?v=0.1.1') #eeeeec no-repeat right;
    color: #095E8A;
    float: left;
    height: 3em;
    line-height: 3em;
    overflow: hidden;
    padding-left: 5px;
}
div.breadcrumbs li a {
    display: block;
    padding: 0 15px 0 0;
    color: #767676;
    text-decoration: none;
}
div.breadcrumbs li a:hover {
    color: red;
}
div.breadcrumbs li.last-child {
    padding-right:20px;
    background: url('https://www.elections.act.gov.au/__data/assets/image/0009/915588/crumbs_last.png?v=0.1.1') #eeeeec no-repeat right;
}
div.revision {
    color: #757575;
    margin: 24px 0 0;
}
div.published {
    color: #757575;
    font-size: 0.9em;
    margin: 4px 0 0 19px;
}
div.contents {
}
.contentbody {
    padding:3px 5px 5px 5px;
}
#main_contents {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 45px 4px rgba(0,0,0,0.45);
    padding: 14px 0;
}
#pad_contents {
    /*padding: 0 20px;*/
    padding: 0;
}
div.bodycontent {
    font-size: 1.1em;
    line-height: 1.8em;
}
h1.twelvecol:before {
    color:#ffcf26;
    content: '>';
}
.twelvecol.last h1:before {
    content: '';
}
h1, div.bodycontent h2, div.bodycontent h3 {
    color: #000;
}
h1 {
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.4em;
}
div.bodycontent h2 {
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
    margin: 14px 0;
}
div.bodycontent h3 {
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.25em;
}
div.sidebar {
    background-color: #eeeeec;
    font-size: 1em;
    line-height: 1;
}
div#pad_sidebar {
    padding: 10px;
}
div.sidebar h3 {
    color: #671E36;
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    margin: 5px 0 10px;
}
div.sidebar p {
    line-height: 1.2;
    margin: 0 0 10px;
}
div.sidebar div.subnav {
    background-color: #eeeeec;
    display: block;
    margin: 0 0 10px;
}
div.sidebar div.subnav.margin_none {
margin:0;
}
div.sidebar div.subnav h3 {
    display: none;
}
div.sidebar div.subnav ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.sidebar div.subnav li {
    margin: 0;
    padding: 0;
}
div.sidebar div.subnav li ul li {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
}
div.sidebar div.subnav li a {
    font-weight: bold;
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size:1.2em;
    border-bottom: 1px solid #000;
}
div.sidebar div.subnav li li a {
    padding: 10px 5px 10px 20px;
}
div.sidebar div.subnav li.last-child a {
    border-bottom: medium none !important;
}
div.sidebar div.subnav li a:hover {
    background-color: #ffcf26;
}
div.sidebar div.subnav li a.opened, div.sidebar div.subnav li a.current {
    background-color:#ffcf26;
    color: #000;
    border-bottom: none;
}
div.sidebar div.subnav li a.opened:hover, div.sidebar div.subnav li a.current:hover {
    color: #fff;
    background-color:#000;
}
div.sidebar div.subnav li ul {
    display: none;
}
/*div.sidebar div.subnav li.open ul {
    display: block;
}*/
div.sidebar div.subnav li.closed ul {
    display: none;
}
div.sidebar div.subnav li.opened > ul, div.sidebar div.subnav li.current > ul {
    display: block;
    background: #fff;
}
/*div.sidebar div.subnav li a.category {
    background-image: url("mysource_files/small_plus.gif");
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 15px;
}*/
div.sidebar div.subnav li a.opened {
    color: #000;
    padding: 10px;
    background-color: #ffcf26;
    background-image:none;
}
/*div.sidebar div.subnav li a.opened {
    background-image: url("mysource_files/small_minus.gif");
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 15px;
}*/
ul#side-nav li.opened li.current {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    padding: 10px 5px 10px;
    margin: 10px 0 5px 10px;
    background: #3c3c3c;
}
ul#side-nav li.opened li.current a.current {
    background:transparent;
    color:#fff;
    padding-left:10px;
}
ul#side-nav li.current ul li.open a, ul#side-nav li.opened li ul {
    padding-bottom: 5px;
    padding-top: 5px;
    background: none;
    color: #fff;
}
ul#side-nav li.current ul li.open a {
    padding-left: 20px;
    color:#000;
    border:none;
}

ul#side-nav li.current ul li.open a:hover {
    background-color:#ffcf26;
}

ul#side-nav li.opened ul li.current ul li a:hover {
    color:#fff;
    background: none;
}

ul#side-nav li.opened ul li.current ul li a {
    color:#ffcf26;
}

/** Subnav arrows **/
div.sidebar div.subnav li ul li a.category:before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #555555;
    line-height: 0;
    _border-color: #000000 #000000 #000000 #555555;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    content:'';
    margin-right:10px;
}
 
div.sidebar div.subnav li ul li ul li a.category:before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0px 4px;
    border-color: #fff transparent transparent transparent;
    line-height: 0;
    _border-color: #000000 #000000 #000000 #fff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    content:'';
    margin-right:10px;
}
 
div.sidebar div.subnav li ul li a.current:before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0px 4px;
    border-color: #fff transparent transparent transparent;
    line-height: 0;
    _border-color: #000000 #000000 #000000 #fff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    content: '';
    margin-right: 10px;
}

div.sidebar div.subnav li ul li ul li a.category:before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #ffcf26;
    line-height: 0;
    _border-color: #000000 #000000 #000000 #ffcf26;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    content: '';
    margin-right: 10px;
}

/** End Subnav arrows **/
div.sidebar p.more {
    margin-bottom: 0;
}
div.sidebar h3 a, div.sidebar h3 a:visited {
    color: #671E36;
}
div.sidebar div.enrole_to_vote {
    background-color: #EFFBFC;
    display: block;
    margin: 10px 0 0;
    padding: 10px 14px;
}
div.sidebar div.enrole_to_vote.margin_none {
margin: 0;
}

.enrol_header
{
    font-weight: bold;
    font-size: 1.25em;
}

div.sidebar .check_enrolment {
    margin: 10px 0 0;
    padding: 10px 14px;
}
div.sidebar .check_enrolment.margin_none {
margin:0;
}
.check_enrolment form {
    display: block;
    margin: 0;
    padding: 0;
}
div.sidebar .check_enrolment {
    background-color: #EFFBFC;
    display: block;
    margin: 10px 0 0;
}
.check_enrolment ol {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.check_enrolment li {
    border: medium none;
    clear: both;
    margin: 0;
    padding: 6px 0;
    position: relative;
}
.check_enrolment label {
    float: left;
    font-size: 0.95em;
    width: 40%;
}
.check_enrolment input, .check_enrolment select {
    background-color: #FFFBF0;
    border: 1px solid #B2D8D6;
    float: right;
    font-size: 0.95em;
    padding: 2px 0;
    width: 50%;
}
.check_enrolment input.error, .check_enrolment select.error {
    border: 1px solid #F72B73;
}
.check_enrolment input.submit {
    background-color: #F67134;
    border: 1px solid #CE602D;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #FFFFFF;
    float: none;
    margin: 10px 0 0;
    padding: 2px 5px;
    width: auto;
}
.check_enrolment input.submit:hover, .check_enrolment input.submit:focus {
    background-color: #CE602D;
}
.check_enrolment span.error {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    left: 100%;
    position: absolute;
    top: 1px;
}
div.footer .row {
    padding: 0 0 50px;
    background-color: #eeeeec;
    color: #000;
}
div#pad_footer {
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 15px 0;
}
div.footer .logos {
    text-align: right;
}
div.footer .logos a {
    margin: 0 3px;
}
/*div#pad_logos {
    margin-right: 15px;
}*/
div#sm_icons {
    text-align: center;
}
.footer a
{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 2px 3px;
    white-space: nowrap;
}
.footer a:hover
{
    color: #185689;
    text-decoration: underline;
}
.footer p
{
    text-align: center;
}

.languages
{
    text-align: center;
}
.languages a 
{
    padding: 0;
}
.languages img
{
    border: 1px solid #ffcf26;
    width: 83px;
    height: 27px;
}



/* google and add this button stuff */

#google_translate_element
{
    display: block;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}
#google_translate_element a
{
    color: #000;
}
#google_translate_element a:hover
{
    color: red;
    background-color: #FFE6B5;
}
#google_translate_element .goog-te-gadget
{
    color: #000;
}
.addthis_horizontal_follow_toolbox
{
    text-align: right;
    float: right;
}
.at4-share-title
{
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: teal;
    padding: 5px 0;
}

/* end google and add this */


/*changed for new version - delete rest when final*/
#feature_box {
    background-color: #A2C7D4;
    border: 1px solid #9BB7BF;
    padding: 10px;
}
#feature_box
{
    background-color: white;
    border: 0;
    padding: 0;
}


/* ========================================================== */
/* delete all this when final*/

#feature_box .slider-controls {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-right: 7px;
    margin-top: 7px;
    padding-left: 8px;
    padding-right: 7px;
    position: absolute;
    left: 7px;
    top: 0;
}
#feature_box .wrap {
    border: 1px solid #89A9AB;
    position: relative;
}
#feature_box .fourcol .feature {
    background-color: #FBFEFC;
    border-bottom: 1px solid #A2BBBD;
    border-left: 1px solid #A2BBBD;
    margin: 0;
    padding: 15px 10px;
}
#feature_box .fourcol .feature .linkimg {
    display: none;
}
#feature_box .fourcol .last-feature {
    border-bottom: medium none;
}
#feature_box .fourcol .current {
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0004/915070/feature_current_bg.jpg?v=0.1.1");
    background-position: 0 0;
    background-repeat: repeat-x;
}
#feature_box .fourcol .arrow {
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0003/915069/feature_current_arrow.png?v=0.1.1");
    background-position: right top;
    height: 105px;
    margin: -15px 0 0 -64px;
    position: absolute;
    width: 54px;
}
#feature_box .fourcol .feature h2 {
    color: #124844;
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 10px;
    padding: 0;
}
#feature_box .fourcol p {
    height: auto !important;
    line-height: 1.1em;
    margin: 0 0 10px;
    max-height: 23px;
    overflow: hidden;
}
#feature_box .fourcol p.more {
    margin: 0;
}
#feature_box .fourcol a.icon {
}

/*#feature_box .eightcol {
    background-image: url("mysource_files/feature_image2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    margin-right: 0;
    min-height: 300px;
    width: 69.2%;
}*/

#feature_box .eightcol span {
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    width: 1px;
}
#feature_box .fourcol .feature {
    height:89px;
}
#home_grid {
    margin: 14px 20px 0;
}
#home_grid h3 {
    color: #641E32;
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 1.35em;
    font-weight: bold;
    line-height: 1.2em;
}
#home_grid h3 a, #home_grid h3 a:visited {
    color: #641E32;
}
#home_grid h3 a:hover {
    color: #333333;
}
#home_grid h4 {
    font-size: 1.15em;
    line-height: 1.2;
    margin-bottom: 0;
}
#home_grid em.date {
    color: #595959;
    font-size: 0.8em;
    font-style: normal;
    margin: 0;
    padding: 0;
}
#home_grid .inner p {
    line-height: 1.3;
    margin: 10px 0;
}
#home_grid .inner {
    border-right: 1px solid #CCCCCC;
    padding-right: 12%;
}
#home_grid .last .inner {
    border-right: medium none;
    padding-right: 0;
}
#home_grid .last ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#home_grid .last li {
    display: block;
}
#home_grid .last li h4 {
    margin: 0;
    padding: 0;
}
#home_grid .last ul ul {
    margin: 4px 0 9px;
    padding-left: 14px;
}
#home_grid .last ul li {
    margin-bottom: 5px;
}
#home_grid p.more {
    margin-bottom: 0;
}


/* end of stuff to be deleted */
/* ========================================================== */



.whatsnew
{
    margin-top: 2em;
}
.newsdate
{
    width:10%;
    float: left;
    margin-right: 1%;
    border: 2px solid #ffcf26;
    text-align: center;
    font-weight: bold;
    background-color: #ffcf26;
    min-width: 85px;
}
.newsdate span.date
{
    background-color: transparent;
    color: #000;
    padding: 5px;
}
.newsdate span.year
{
    display: block;
    background-color: white;
    color: #000;
}
.newstext
{
    padding:0 1%;
    border-left: 4px solid #ffcf26;
    width:86%;
    float: left;
    background: #eeeeec;
    margin-bottom: 25px;
}

/*icon buttons on home page*/

.icon_button_long
  {
      float: left;
      height: 70px;
      width: 1010px;
      text-align: center;
      margin: 25px;
      border: 1px solid teal;
      background: #eeeeec;
      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
      line-height: 1.5em;
  }
}
.icon_button_long:hover
{
    background-color: #ffcf26;
}
.icon_button_long a:hover
{
    background-color: #ffcf26;
}
.icon_button_long:hover p a
{
    color: black;
}
.icon_button
{
    float: left;
    height: 160px;
    min-width:140px;
    width: 12%;
    text-align: center;
    margin: .22%;
    background: #ffe68f;
    line-height: 1.5em;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}
.icon_button a
{
    display: block;
    height: 100%;
}
.icon_button img
{
    padding-top: 10px;
    height: 100px;
    /*width: 100px;*/
}
.icon_button p
{
    margin: 0;
}
.icon_button p a, .icon_button a
{
    color: black;
    text-decoration: none;
    margin: 5px;
    font-weight: normal;
}
.icon_button:hover
{
    background-color: #ffcf26;
}
.icon_button a:hover
{
    background-color: #ffcf26;
}
.icon_button:hover p a
{
    color: black;
}

/*end icon buttons*/


ul.fancy li {
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0007/915073/li_fancy_bg.gif?v=0.1.1");
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 14px;
}
.foot_features {
    margin: 0 0 14px;
}
div#pad_foot_features {
    padding: 0 20px;
}
.foot_menu {
    font-size: 0.8em;
    padding: 24px 0;
}
.foot_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.foot_menu li {
    border-bottom: 1px solid #F2F2F2;
    margin: 0;
    padding: 0;
}
.foot_features .item {
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 150px;
}
.foot_features h3 {
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 0 5px;
    padding: 30px 15px 0;
}
.foot_features h3 a {
    color: #FFFFFF;
}
.foot_features h3 a:hover {
    color: #EFFBFC;
}
.foot_features p {
    padding: 0 15px;
}
#elect_foot_features_ff1 {
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0008/915065/feature_box_current_mlas.jpg?v=0.1.1");
    background-position: left 16px;
}
#elect_foot_features_ff2 {
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0011/915068/feature_box_links.jpg?v=0.1.1");
    background-position: center 0;
    text-align: right;
}
#elect_foot_features_ff3 {
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0009/915066/feature_box_education_resources.jpg?v=0.1.1");
    background-position: center 9px;
}
#elect_foot_features_ff4 {
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0010/915067/feature_box_election_faqs.jpg?v=0.1.1");
    background-position: right 7px;
    text-align: right;
}
#elect_foot_features_ff3 h3 {
    margin-right: 90px;
}
#elect_foot_features_ff1 p {
    margin-right: 42%;
}
#elect_foot_features_ff3 p {
    margin-right: 41%;
}
#elect_foot_features_ff2 p, #elect_foot_features_ff4 p {
    margin-left: 38%;
}
#elect_foot_features_ff1 {
    margin-right: 3.2%;
    width: 22.75%;
}

div.archive {
    font-size: 1.1em;
}
div.archive .top {
    background-color: #F4FDFD;
    border-bottom: 1px solid #B4D4D4;
    padding: 13px 0;
}
div.archive .top h2 {
    display: inline-block;
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 6px;
}
div.archive .top h3 {
    color: #004C42;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0;
    padding: 2px 6px 0 0;
    text-align: right;
}
div.archive .mid {
    background-color: #F7F7F7;
    font-size: 0.9em;
    padding: 2px 0;
}
div.archive .mid div {
    padding: 0 0 0 3px;
}
div.archive .mid a {
    color: #858585;
}
div.archive .mid a:hover {
    color: #000000;
}
div.archive .desc {
    margin: 0 0 14px;
}
table {
    width:100%; /* remove ? */
    border-collapse: collapse;
    line-height: 14px;
    margin: 6px 0 12px;
}
td, th {
    font-size: 1em;
}
table caption {
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: center;
}
table colspan {
    text-align: center;
}
th {
    font-size: 1.1em;
    background: #eeeeec;
    border-bottom: 1px solid #777777;
    border-left: 1px solid #eeeeec;
    color: #000;
    padding: 10px;
    text-align: left;
}
thead {
    display: table-header-group;
}
.tablenoborder {
    border: 0;
}
thead th {
    font-size:1.4em;
    padding:15px 10px;
    background-color: #ffcf26;
    border-left: 1px solid #ffcf26;
    border-right: 1px solid #ffcf26;
    border-width: 0 1px;
    color: #333333;
}
td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #777;
    border-right: 1px solid #fff;
    color: #333333;
    padding: 6px 6px 6px 8px;
}
tbody tr td {
    text-align: left;
    vertical-align: top;
}
tbody tr th {
    text-align: left;
    vertical-align: top;
}
cite {
    display: block;
    font-size: 90%;
    line-height: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
}
@media only screen and (max-width:1280px) {
div.header 
{
    background-size: 100%;
}
div.header .nav {
    height:90px;
}


@media only screen and (max-width:1130px){
div.header .nav ul {
    padding-left: 5px;
}
/*div.header .nav ul li {
    padding: 6px 15px;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}*/
}/*END @media only screen and (max-width:1130px)*/

@media only screen and (max-width:1060px) {
div.header .search form {
    margin: 11px 0;
}
}

@media only screen and (max-width:1000px){
div.header .nav ul {
    background: #eeeeec;
    /*padding-left: 10px;*/
}
/* div.header .nav ul li {
    padding: 6px 10px;
}*/
div.header .nav ul li a {
    font-size: 1em;
}
.newsdate {
    width:120px;
}
.newstext {
    width: 100%;
    border: none;
}
.foot_features h3 {
    margin: 0 0 5px !important;
    padding-top: 15px;
}
.foot_features .item {
    height: 110px;
    padding: 0 0 15px;
    text-align: left !important;
}
#elect_foot_features_ff1 p, #elect_foot_features_ff2 p, #elect_foot_features_ff3 p, #elect_foot_features_ff4 p {
    margin: 0 !important;
}
#elect_foot_features_ff1 {
    background-color: #493E60;
    background-image: none;
}
#elect_foot_features_ff2 {
    background-color: #578789;
    background-image: none;
}
#elect_foot_features_ff3 {
    background-color: #02855B;
    background-image: none;
}
#elect_foot_features_ff4 {
    background-color: #6A263B;
    background-image: none;
}
}
/*END @media only screen and (max-width:1000px)*/



@media handheld,only screen and (max-width:900px)
{
/*div.header h1 a {
    background-image: url("mysource_files/elections_oola_logo_500.png");
    height: 45px;
    margin: 10px 0 5px;
    width: 500px;
}*/
}
/*END @media only screen and (max-width:900px)*/



@media handheld,only screen and (max-width:767px){

body {
    font-size: 0.6em;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.sidebar {
    margin-left: 0;
    margin-right: 0;
}
.contentarea {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
#pad_contents {
    padding: 0;
}
/*div.header h1 a {
    background-image: url("mysource_files/elections_oola_logo_392.png");
    height: 35px;
    margin: 10px 0 5px;
    width: 392px;
}*/
div.header .search {
    text-align: left;
}
div.header .search form {
    float: none;
    margin: 5px 0 10px;
}
div.header .search form .subbtn {
    color: #000000;
}
div.header .search .site_desc {
    display: none;
}
div.header .nav {
    height: auto;
    padding: 2px 0 5px;
}
div.header .nav ul {
    padding-left: 0;
    position: static;
}
div.header .nav ul li:hover ul {
    display: none;
}
div.header .nav ul li {
    border-right: medium none;
    margin: 0;
    padding: 4px 10px 2px;
}
h1, h2, h3, h4 {
}
#feature_box .fourcol {
    padding: 0;
}
#feature_box .eightcol {
    display: none;
}
#feature_box .wrap {
    background-image: none;
}
#feature_box .fourcol .feature {
    border-right: 1px solid #A2BBBD;
    font-size: inherit;
}
#feature_box .fourcol p {
    height: auto !important;
    line-height: 1.1em;
    margin: 0 0 10px;
    max-height: 9000px;
    overflow: visible;
}
#home_grid {
    margin: 0;
}
#home_grid .inner {
    border-right: medium none;
    min-height: 0 !important;
    padding-right: 0;
}
div.sidebar {
    background-color: transparent;
    margin-bottom: 10px;
/*    display: none;*/
}
div#pad_sidebar {
    padding: 0;
}
div.sidebar div.enrole_to_vote, div.sidebar .check_enrolment {
    display: none;
}
.foot_features h3 {
    font-size: 1.3em;
}
.foot_features .item {
    height: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 5px 0;
    width: auto !important;
}
.foot_features p, .foot_features h3 {
    background-image: none !important;
    float: none !important;
    height: auto !important;
    margin: 5px 0 0 !important;
    padding: 0 10px !important;
    text-align: left !important;
    width: auto !important;
}
div.archive .top h2, div.archive .top h3 {
    padding: 0;
    text-align: left;
}
#main_contents {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
}
/*END @media handheld,only screen and (max-width:767px)*/



@media handheld,only screen and (max-width:450px)
{

div.header h1 a {
    /* 
    background-image: url("https://www.elections.act.gov.au/__data/assets/image/0011/915086/elections_oola_logo_150.png?v=0.1.2");
    height: 148px;
    margin: 10px 0 5px;
    */
}

}
/*END @media only screen and (max-width:450px)*/



@media only screen and (max-width:300px)
{
.icon_button
{
    height: 140px;
    width: 150px;
}
.icon_button img
{
    padding-top: 10px;
    height: 75px;
    width: 75px;
}
}
/*END @media only screen and (max-width:300px)*/



/* Loose styles */
.linkbar {
    display: block;
    background: #eeeeec;
    width: 95%;
    padding:10px;
}
.linkbar img {
    margin-left:10px;
    vertical-align:middle;
}