/* RESETS DOMINO STYLES */

body {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.logo {
  width: auto;
  height: auto;
  float: none;
  border: none !important;
}

header a,
footer a,
#search-container a,
header a:hover,
footer a:hover,
#search-container a:hover {
  border-bottom: none !important;
}

header .icon,
footer .icon,
#search-container .icon,
#back-to-top .icon {
  border: none;
  float: none;
  margin: auto;
}

::placeholder {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

#funnelback-search-form {
  border: none;
}

footer h2,
footer h3 {
  color: white;
}

footer a:focus {
    background: none;
}

.menu--social .icon {
  display: inline-block;
  margin-right: .5rem;
}
.menu--social .icon svg{
  position: relative;
  top: 2px;
}

a.footer-feedback * {
  color: white !important;
}

a.footer-feedback span::after {
  content: none !important;
}

a.footer-feedback .icon svg.icon__svg {
  width: 1.25em;
  height: 1.25em;
}

table td, table.abs-data-table td, table.chart-data-table td {
    font-size: unset;
}

/* RESPONSIVE STUFF */
#header {
  text-align: left;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
  .searchForm {
      height: auto;
  }
}

  /* STYLES FOR SEARCHCLASS */  
td#searchclassrow {
  border-bottom:none
}

  /* STYLES FOR ABS@ AND HOMEPAGE DB */
#printcontent i, #middle i {
    font-family: unset!important;    
    font-style: italic;
}

table td, table th, table.abs-data-table td, table.abs-data-table th, table.chart-data-table td, table.chart-data-table th {
  border-bottom: unset;
  line-height: unset;
}

#leftbody {
  padding: .25rem 1rem;
}

#leftbody ul { 
  list-style-type: none; 
  padding: 0; 
  margin: 0; 
  font: 0.70em/1.4 verdana, sans-serif;   
  border: 1px solid #999; 
}

#leftbody ul li { 
  border-top: 1px solid #eee; 
  border-bottom: 1px solid #666; 
  background: #eee;
  padding: 1px 0px 1px 2px;
}
#leftbody ul li a { 
  display: inline-block; 
  padding: 0 5px; 
  line-height: 2.1; 
  text-decoration: none; 
  color: #000;  
  border-top: #ccc; 
  border-bottom: #666;
  background: #eee; 
}
#leftbody ul li a:hover { 
  background-color: #fff; 
  border: none; 
  color: #00f; 
  padding: 0 5px; 
} 
#leftbody ul li h2 { 
  background: #777 url(/AusStats/wmdata.nsf/activeimages/gradient_up/$File/gradient_up.jpg) repeat; 
  display: block; 
  margin: 0; 
  padding: 0 3px; 
  border: 1px solid #999; 
  border-left: 1px solid #777; 
  font: bold 1.2em/2 arial, helvetica, sans-serif; 
  color: #333;
}

#leftbody h5 { 
  font: bold 0.8em/2.2 verdana, sans-serif; 
  margin-bottom: 0; 
  margin-top:0; 
  padding-left: 5px; 
  color: #333;
}

#leftbody UL UL {
  FONT-SIZE: 100%;
}

#leftbody UL UL LI A { 
  PADDING-LEFT: 20px;  
} 
#leftbody ul ul li a:hover { 
  PADDING-LEFT: 20px;
}

.sitewrapper #mainContent #leftbody li{
  margin-left:0px;
}

#leftbody ul #leftact {
    padding-left: 5px;
    font-weight: 600;
}
 
 #mininav UL UL LI A {
    BACKGROUND: none;   
}

#mainContent:focus { 
  outline: none; 
}


.census-banner a {
  text-decoration: revert;
  border-bottom: none;
}

.census-banner h2 {
  color: #fff;
}

.census-banner p {
  font-size: 1.1rem;
  color:#222;
}

@media only screen and (min-width:993px) {
  .census-banner p {
    font-size: 1.3rem;
  }
}
