		/*
  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 2018 02:58:31
*/


/**
 * version: 0.0.1
 * file:    medium.css
 * author:  Squiz Australia
 * updated: 29-04-2015 11:45
 *
 * Table of Contents
 *
 * - Modules
 *    breadcrumbsecq
 *    floatingnav
 *    footer
 *    header
 *    home-feature
 *    nav
 *    page-contents
 *    sidenav
 */
body:before {
  content: 'tablet';
  display: none; }

a:link, a:visited, a:active {
  color: #007ac8; }

.mobile-only {
  display: none !important; }

.references .title {
  font-weight: bold;
  padding-bottom: 0; }

.references a {
  font-weight: bold; }

#page-wrapper {
  margin-top: 0; }

/*
--------------------
Modules
--------------------
*/
/*-- module:breadcrumbsecq --*/
.breadcrumbs {
  display: block;
  margin-top: 1em;
  width: 100%;
  overflow: hidden; }

.breadcrumbs__list {
  list-style: none; }

.breadcrumbs__list li {
  display: inline-block;
  font-size: 0.9em; }

.breadcrumbs__item a {
  text-decoration: none;
  color: #767676; }

.breadcrumbs__item a:hover {
  text-decoration: underline;
  color: #7b003f; }

.breadcrumbs__item.breadcrumbs__current {
  color: #444; }

/*-- module:floatingnav --*/
.floatingnav {
  visibility: visible;
  position: fixed;
  left: 0;
  right: 1em;
  top: 30%;
  z-index: 10; }

.floatingnav__inner {
  background-color: #a0214e; }

.floatingnav__item a {
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  margin-left: 55px;
  line-height: 40px;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%; }

.floatingnav__item {
  background-color: #a0214e;
  height: 40px;
  width: 40px;
  margin: 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: 40px;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.floatingnav__item:hover {
  transition: width 0.3s, left 0.3s, bottom 0.3s;
  width: 180px; }

.floatingnav__item:hover a {
  transition: width 0.3s, left 0.3s, bottom 0.3s; }

#backtotop {
  background: url('www.ecq.qld.gov.au/__data/assets/image/0009/207/icon1.png?v=0.3.2') no-repeat;
  background-color: #a0214e;
  background-size: 40px;
  right: 0;
  position: absolute; }

#emailus {
  background: url('www.ecq.qld.gov.au/__data/assets/image/0011/209/icon2.png?v=0.3.2') no-repeat;
  background-color: #a0214e;
  background-size: 40px;
  right: 0;
  position: absolute;
  margin-top: 41px; }

#interpreter {
  background: url('www.ecq.qld.gov.au/__data/assets/image/0004/211/icon3.png?v=0.3.2') no-repeat;
  background-color: #a0214e;
  background-size: 40px;
  right: 0;
  position: absolute;
  margin-top: 82px; }

/*-- module:footer --*/

.footer__explore__listing__title {
  display: block;
}
.footer__explore {
  padding: 0 1.5em 0 1.5em; }

ul.footer__explore__listing {
  padding: 0;
  margin-left: 1em; }

.footer__explore__listing li {
  list-style: none;
  display: inline-block;
  width: 23%;
  line-height: 3em;
  height: 3em;
  padding: 0;
  margin: 0.5em 0.25em 0 0; }

.footer a {
  color: #ddd; }

.footer__languages .social-media-links {
  text-align: left;
}

/*-- module:header --*/
.header {
  height: 75px;
  max-width: 100%;
  position: relative;
  overflow: hidden; }

.header__logo {
  height: 75px;
  width: 30%;
  float: left; }

.header__logo a {
  display: block;
  margin-right: 2em; }

.header__logo img {
  width: 140px;
  height: inherit;
  margin: auto;
  position: relative;
  float: right;
  max-width: none; }

.header__banner {
  float: left;
  display: inline-block;
  margin: 0;
  background-color: #fff;
  line-height: 75px;
  width: 45%;
  text-align: left; }

.header__banner h1 {
  font-size: 0.9em;
  margin: 0;
  padding: 0 0 0 2em; }

.header__search {
  background-color: #fff;
  width: 25%;
  margin: 0.5em 0 0 0;
  float: right;
  display: inline-block; }

.header__links {
  display: block;
  float: left;
  list-style: none;
  font-size: 0.8em;
  margin: 0;
  padding: 0 0 0.5em 0;
  width: 100%; }

.header__links li {
  display: inline;
  padding-right: 1em;
  font-size: 0.8em;
  text-align: left;
  width: 33%; }

.header__links a {
  color: #767676; }

#search {
  float: left;
  opacity: 1;
  padding: 0;
  margin-top: 0; }

#search fieldset {
  margin: 0;
  padding: 0; }

#search input[type="text"] {
  height: 24px;
  width: 70%;
  font-size: 0.6em; }

#search .searchbutton {
  line-height: 0;
  height: 25px;
  width: 25px;
  border: none;
  padding: 0; }

@media all and (max-width: 800px) {
  .header__banner {
    display: none; } }

@media all and (max-width: 730px) {
  /*-- .header__search --*/ .main-wrap .cb-slideshow {
    display: none; } }

/*-- module:home-feature --*/

.home .page-content {
   padding: 0;
   width: 100%;
}

.home-feature {
  display: block;
  width: 100%;
  height: 500px; }

.home-feature .home-feature__item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.home-feature__item.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 500px;
 }

.home-feature__item.enrol-to-vote.active {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0010/235/qlimage1.jpg?v=0.3.2') no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.home-feature__item.how-to-vote.active {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0011/236/banner-update2.jpg?v=0.3.5') no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.home-feature__item.current-elections.active {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0012/237/qlimage3.jpg?v=0.3.2') no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.home-feature__item.where-to-vote.active {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0013/238/qlimage4.jpg?v=0.3.2') no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

.home-feature__item.election-results.active {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0014/239/qlimage5.jpg?v=0.3.2') no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

.home-feature__menu {
  display: block;
  width: 100%; }

.home-feature__menu ul {
  height: 100px;
  color: #000;
  text-align: justify;
  width: 100%;
  padding: 0 15% 0 15%; }

.home-feature__menu__item {
  display: inline-block;
  width: 18%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: visible; }

.home-feature__menu__item.active:after {
  margin-top: -96px;
  content: '';
  position: relative;
  border-style: solid;
  border-width: 0 20px 15px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  left: 50%;
  margin-left: -20px; }

.home-feature__menu__item__link h3 {
  text-align: center;
  color: #000;
  padding: 0;
  font-size: 0.8em; }

.home-feature__menu__item .home-feature__menu__item__link:before {
  content: '';
  display: block;
  opacity: 0.5;
  margin: 1em 0 0.5em 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: all 0.5s ease; }

.home-feature__menu__item.enrol-to-vote .home-feature__menu__item__link:before {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0009/225/QL1_326.png?v=0.3.2') no-repeat;
  height: 3.7em;
  background-size: 40px 40px;
  background-position: 50%;
}

.home-feature__menu__item.how-to-vote .home-feature__menu__item__link:before {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0011/227/QL2_326.png?v=0.3.2') no-repeat;
  height: 3.7em;
  background-size: 40px 40px;
  background-position: 50%;
}

.home-feature__menu__item.current-elections .home-feature__menu__item__link:before {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0013/229/QL3_326.png?v=0.3.2') no-repeat;
  height: 3.7em;
  background-size: 40px 40px;
  background-position: 50%;
}

.home-feature__menu__item.where-to-vote .home-feature__menu__item__link:before {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0006/231/QL4_326.png?v=0.3.2') no-repeat;
  height: 3.7em;
  background-size: 40px 40px;
  background-position: 50%;
}

.home-feature__menu__item.election-results .home-feature__menu__item__link:before {
  background: url('https://www.ecq.qld.gov.au/__data/assets/image/0008/233/QL5_326.png?v=0.3.2') no-repeat;
  height: 3.7em;
  background-size: 40px 40px;
  background-position: 50%;
}

.home-feature__menu__item.active .home-feature__menu__item__link:before {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: all 0.5s ease; }

.home-feature__item__blurb {
  background: rgba(0, 0, 0, 0.3);
  width: 50%;
  left: 50%;
  position: relative;
  height: 100%;
  display: table; }

.home-feature__item__blurb__content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3em;
  max-width: 90%; }

.home-feature__item__blurb__content p {
  max-width: 90%; }

.home-feature__item__blurb__content h3 a {
  color: #fff; }

.home-feature__item__blurb__content h3 a:hover {
  color: #007ac8; }

.home-feature__item__blurb__content p {
  color: #fff; }

.home-feature__item__blurb__content p a:hover {
  text-decoration: underline; }

.home-feature__item__blurb__content .home-feature__item__link {
  display: block;
  height: 40px;
  max-width: 15em;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  background-color: #f4f4f4;
  color: #7B003F;
  border-radius: 10px;
  padding: 0 15px 0px 15px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.home-feature__item__link:after {
  content: '';
  border: 2px solid transparent;
  border-color: #7B003F;
  border-top: medium none;
  border-top-width: medium;
  border-top-style: none;
  border-left: medium none;
  display: block;
  width: 8px;
  height: 8px;
  color: #7B003F;
  margin: -25px 0 0 95%;
  transform: rotate(320deg);
  -webkit-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  transform: rotate(320deg); }

/*-- module:nav --*/
#navigation {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
  height: 30px;
  z-index: 20;
  visibility: visible;
  left: 0;
  position: relative;
  overflow: visible;
  display: block;
  float: left;
  background-color: #222;
 }

#navigation ul {
  background: none;
  font-size: 0.8em; }

#navigation .navigation__menu {
  margin: 0;
  font-size: 0.9em;
  list-style: none;
  display: block;
  width: 100%;
  padding: 0 1em;
  overflow-y: visible; }

#navigation .icon.nav-toggle {
  display: none; }

#navigation .navigation__menu li {
  width: 16%;
  display: inline-table;
  font-family: 'Noto Sans', Arial, Helevetica, sans-serif;
  font-variant: small-caps;
  font-size: 0.8em;
  line-height: 2.5em;
  padding: 0;
  background-color: #222;
  color: #fff;
  border: none;
  text-align: center;
  height: 30px;
  overflow: visible; }

#navigation .navigation__menu > li:hover {
  background-color: #7b003f;
  cursor: pointer; }

#navigation .navigation__menu > li:hover > a {
  color: #fff; }

#navigation .navigation__menu a {
  color: #fff;
  overflow: hidden;
  display: block;
  line-height: 1.8em;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0; }

#navigation .lvl-2.active {
  display: block;
  font-size: 1.2em;
  position: absolute;
  margin-top: 2.2em; }

#navigation .lvl-2 li.navigation__item, #navigation .lvl-3 li.navigation__item {
  display: block;
  padding: 0;
  border-bottom: 1px solid #222;
  background-color: #0a0a0a; }

#navigation .lvl-2 li.navigation__item {
  width: 200%; }

#navigation .lvl-3 li.navigation__item {
  width: 100%; }

#navigation .lvl-2 li.navigation__item:hover, #navigation .lvl-3 li.navigation__item:hover {
  background-color: #fff; }

#navigation .lvl-2 li.navigation__item:hover > a, #navigation .lvl-3 li.navigation__item:hover > a {
  color: #7b003f; }

#navigation .subs a {
  text-align: left;
  margin-left: 1em;
  padding: 0; }

#navigation ul.lvl-3.subs.active {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  font-size: 1.2em;
  margin: 0;
  border-top: none; }

/*
.lvl-1 .navigation__item {
    text-align: center;
}

#navigation .lvl-1 a:after {
    content: '';
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 90%;
    color: #fff;
}
*/
#navigation .navigation__menu > .navigation__item:nth-child(n+4) .lvl-3.subs.active {
  position: absolute;
  left: -100%; }

.global-search {
  position: absolute;
  left: 100%;
  opacity: 0; }

/*-- module:page-contents --*/
.page-content {
  width: 100%;
  float: left;
  padding-left: 2em; }

.page-content .references {
  margin: 0 10px 10px 10px;
  padding: 10px;
  width: 280px;
  float: right;
  background-color: #cccccc; }

.references ul {
  margin: 0 1em;
  list-style: disc; }

.references a {
  font-weight: bold;
  font-size: 0.8em;
  color: #005a93; }

h1.page-title {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #7b003f;
  margin-bottom: 0.7em; }

/*-- module:sidenav --*/
.sidenav {
  display: none; }