/*--------------------------------------------------------------
  Author: Meagan Spedding
--------------------------------------------------------------

  =^._.^=

/*--------------------------------------------------------------
  Standard print styles
-------------------------------------------------------------- */
/* Page margins */
@page {
  margin: 15mm;
  size: auto;
}
body {
  color: #202020;
  font-size: 75%;
  margin: 0px;
}
.fixwidth {
  width: auto;
}
/* Print URLs, except for phone numbers, emails and anchors */
#content a:not([href^="tel"]):not([href^="mailto"]):not([href^="#"]):after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
  font-weight: normal;
  word-wrap: break-word;
}
/* Unstyle buttons and chevron links */
a.button,
a.chevron,
button.button {
  color: #202020;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#masthead {
  position: static !important;
}
#masthead header {
  height: auto;
}
/*--------------------------------------------------------------
  Tidy up site branding
-------------------------------------------------------------- */
#site-branding {
  margin-bottom: 3em;
  min-height: 0;
  padding-left: 0;
}
#site-branding span.site-name {
  color: #032E26;
  font-size: 2.4em;
}
#site-branding #ausgov_logo {
  margin-top: 0;
}
/* Make logo black */
#site-branding #ausgov_logo path {
  fill: #202020;
}
#site-branding #ausgov_logo rect {
  fill: #fff;
}
#site-branding span.site-name,
#site-branding svg {
  padding-left: 0;
}
/*--------------------------------------------------------------
  Don't print things that are irrelevant on paper
-------------------------------------------------------------- */
#breadcrumb,
#footer,
form.initiative-filter,
#leftnav,
#navwrapper,
.pager,
.quick-escape,
#readspeaker_button,
#searchtoggle,
#search-block-form {
  display: none !important;
}
/*--------------------------------------------------------------
  Theme specific
-------------------------------------------------------------- */
/* Stack all the things on the home page */
#articlewrap,
#articlewrap.hasleftnav,
#home-stats-cta,
#home-latest-news,
.home #articlewrap,
.home-stats-ctas,
.home-stats-text p {
  margin: 0;
  min-height: 0;
  padding: 0;
  position: static;
  width: 100%;
}
/* Make stats text green */
.home-stats-text p {
  color: #328055;
}
/* Stop images from printing full-width */
#content img {
  max-width: 860px !important;
  page-break-inside: avoid;
}
/*--------------------------------------------------------------
  Inititatives
-------------------------------------------------------------- */
.tiles-nav {
  display: block;
}
.tiles-nav > div.tile {
  display: block;
  margin-bottom: 20px;
  page-break-inside: avoid; /* don't add page breaks in the middle of a card */
  width: auto;
}
.tiles-nav article {
  padding-bottom: 0;
}
.tiles-nav h3 {
  display: inline;
}
.tiles-nav .initiative-actions {
  display: inline-block;
  position: static;
  width: 100%;
}
span.action-tag {
  border: 1px solid #032E26;
  color: #202020;
}
/* Hide the URLs for actions */
.initiative-actions a::after,
.priorities-actions a::after {
  content: "" !important; /* ! but y tho? */
}
.initiative-actions a {
  font-size: 75%;
  text-decoration: none;
}
/* Make circles smaller */
.tiles-nav .initiative-actions span.action-tag {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.priorities-actions span.action-tag {
  height: 28px;
  line-height: 28px;
  width: 28px;
}
/*  Style the Priorities and Actions "table" */
ul.priorities-actions {
  border: 1px solid #bcbec0;
}
ul.priorities-actions ul {
  border-bottom: 1px solid #bcbec0;
  border-top: 1px solid #bcbec0;
}
ul.priorities-actions li:last-of-type ul {
  border-bottom: none;
}
ul.priorities-actions > li > span {
  color: #202020;
}
/* Collapse margin between "table" and tiles on action rollup page */
.tax-action ul.priorities-actions {
  margin-bottom: 0;
}
