@charset "UTF-8";
/* CSS Document */
*{display:revert;width: 100%;border:none;padding:0px;margin:0px;color:#000 !important;}
.liminalSpace, .liminalSpace.header, header, footer, script, style, #dots, button, span.material-icons, .name, .plus, #title, title, #issueTitle, #myTooltip, #linksInfo div.tooltip, .linksword, iframe, .colophonNP, video {
  display: none !important;
}
.bodytext {
  column-width: 18em;
  column-gap: 3em;
  orphans: 3;
  widows: 3;
   text-align: left;
   font-size:14px;
   line-height:21px;
}
@page {
margin:1.6cm !important;
margin-bottom:1.6cm;
}


#Hero{height:calc(65vh - 1em - 6px);}
#Hpic, .Hpic{min-height:unset !important;}
figure{opacity:1 !important;padding-top:0.5em; page-break-inside: avoid;padding-bottom:0.5em;
}
div.tooltip{display:inline;}
.tooltip{text-wrap:nowrap;}
.links {padding-left: 0em !important; text-decoration:none;}
/*.liminalSpace{padding-left: 0 !important;position:absolute;margin-top:-10%;font-size:1em;left:0;top:0;text-align:left;display:contents !important;padding-bottom:1em;}*/
#longform{margin-top: 1em;}
a {text-decoration:none !important;color:#000;}
.bodytext:not(hitem):not(.footnotes): a::after {
  content: " (" attr(href) ")";text-decoration:none !important;color:#000;font-style: italic;
}
.refs{content: attr(open) "true";}
.footnotes sup::before{content:"[";}
.footnotes sup::after{content:"]";}
#moreText{display:inline !important;}
@media screen {#heroBox{display:contents;margin:0px !important;}}
figcaption{
    margin-top: -2mm;
	line-height:1em;
    margin-bottom: 9mm;
}
#heroBox{height:60vh !important;top:0 !important;}
/*.liminalSpace.hwrap, .liminalSpace.hitem, #linksInfo {font-family: 'aa_titles';}
.liminalSpace.hitem + div{color:white;}*/
#footnotes, #linksInfo{position:relative;left:0;text-align:left;}
.hitem a{float:left;flex-basis: content;}
.hitem {white-space: pre;display:inline-flex !important;}
#moreText{display:block;}
h1{display:contents !important;font-weight: lighter;position:absolute;text-transform:uppercase;font-family:Helvetica, Arial, sans-serif;font-size:5vh;left:0px;top:5mm;color:black;} /*margin-top:-10%; */
.printTitle h2 {display:contents !important;font-weight: lighter;position:absolute;text-transform:uppercase;font-family:Helvetica, Arial, sans-serif;margin-top:-10%;font-size:5vh;left:0px;top:0px;color:black;}
.printTitle:not(h1) {font-size:revert;display:contents !important;text-decoration:none !important;}
.bodytext img{max-height:30em !important;display: inline-grid !important;}
/*.bodytext: first-child:(not blockquote) p::first-letter {
  font-size: 250%;
  font-family:Helvetica, Arial, sans-serif;
  padding: 6px 3px;
  margin-right: 6px;
  float: left;
}*/
details:not([att=open]) > * {
    display:flow-root !important; 
}
#refs:not([att=open]) > * {
    display:flow-root !important; 
}
blockquote i{display:inline; }
blockquote{border-left:1px #000 solid; 
	border-style:wavy;
    padding-left: 1em !important;margin-bottom:1em;orphans:3;}
.links p{display:none; }
details, #footnotes details > *, #footnotes details-content, details > *, details > p, #footnotes > *, .footnotes details > *, .footnotes details-content,  .footnotes > *{ display:flow-root !important; }
.figcaptionmore, .refs, #refs, .linktext {line-height:1em;font-size:smaller;
border-left:1px #000 solid; 
	border-style:wavy;
    padding-left: 1em !important;margin-bottom:1em;orphans:3;}
.name h1{color:black;}
sup{vertical-align: sup;display:inline;width:auto;line-height: 0;
            font-size: small;}
.footnotes sup {
	top:0; font-size:inherit;vertical-align: baseline;line-height:revert;}
@page :left { @bottom-left { content: "Art+Australia Issue 58.1" }}
p{padding-bottom: 1em; }
.links{margin-top:1em;}
.linktext:before {content:"Links";}
.issue{   
    display: block !important;
    position: fixed;
	font-size:1em;
    bottom: 0;
   right: 0;
    text-align: right;
    width: max-content;}
/*.issue:after{content:"Art+Australia Issue 58.1";}*/
#printHero{display:inline-block;width:100%;width:100%;height:auto;}

@media print and (max-width: 18cm) {
 body{font-size:14px;line-height:21px;}
  @page {
    margin: 1.6cm;
  }   

  .print-break {
    page-break-after: always;
  }

} 

/*  Landscape mode */
@media print and (min-width: 7in) {
  @page {
    margin: 1.6cm;
  }

  .no-print { 
    display: none;
  } 

  .print-break {
    page-break-after: always;
  }

  .rept-footer {
    margin: 5% 0 0 0; 
  }

  article {
    width: 11in;
    height: 7.5in; 
    page-break-inside: avoid;
  }
}