/* styles.php?css=hero&site=handbooks.uwa.edu.au&r=26_ */
/* generated fresh */


/* ##### Begin device "../css/devices/hero.css" ##### */

@charset "UTF-8";
/* Hero blocks - Written by Timothy Phillips
 * includes hero-blocks, header hero, and a variety of other styles
 * Depends:
 * - wings, for wide blocks */@keyframes uwacore-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }#header-hero-device {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
  position: relative; }
  #header-hero-device #headercontainer {
    margin-bottom: 0px;
    z-index: 150 !important; }
  #header-hero-device.fill-screen {
    min-height: 300px;
    min-height: 80vh; }
    #header-hero-device.fill-screen > div {
      height: auto !important; }
  #header-hero-device > * {
    flex-grow: 0;
    -webkit-flex-grow: 0;
    z-index: 60; }
  #header-hero-device div.hero-block {
    overflow-y: hidden; }
    #header-hero-device div.hero-block div.underlay-positioned {
      overflow: visible; }
  #header-hero-device > div {
    margin: 0px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    min-height: 300px;
    max-height: 95vh; }
    #header-hero-device > div div.outer {
      position: relative;
      margin: 0px auto;
      width: 960px; }
      @media screen and (max-width: 1079px) {
        #header-hero-device > div div.outer {
          margin-left: 60px;
          margin-right: 60px;
          width: auto !important; } }
      @media screen and (max-width: 579px) {
        #header-hero-device > div div.outer {
          margin-left: 24px;
          margin-right: 24px; } }
      @media screen and (max-width: 459px) {
        #header-hero-device > div div.outer {
          margin-left: 12px;
          margin-right: 12px; } }
  #header-hero-device.height-screen, #header-hero-device.fill-screen {
    height: 100vh;
    max-height: 100vh; }
  #header-hero-device.background-seamless:not(.no-gradient):before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    z-index: 50; }

body.header-invert #header-hero-device:not(.no-gradient).background-seamless:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)); }

body.page-wide #header-hero-device > div div.outer, body.style-version-two #header-hero-device > div div.outer {
  width: 1200px; }
  @media screen and (max-width: 1319px) {
    body.page-wide #header-hero-device > div div.outer, body.style-version-two #header-hero-device > div div.outer {
      margin-left: 60px;
      margin-right: 60px;
      width: auto !important; } }
  @media screen and (max-width: 1079px) {
    body.page-wide #header-hero-device > div div.outer, body.style-version-two #header-hero-device > div div.outer {
      margin-left: 60px;
      margin-right: 60px; } }
  @media screen and (max-width: 579px) {
    body.page-wide #header-hero-device > div div.outer, body.style-version-two #header-hero-device > div div.outer {
      margin-left: 24px;
      margin-right: 24px; } }
  @media screen and (max-width: 459px) {
    body.page-wide #header-hero-device > div div.outer, body.style-version-two #header-hero-device > div div.outer {
      margin-left: 12px;
      margin-right: 12px; } }

a.page-arrow {
  flex-grow: 0;
  -webkit-flex-grow: 0;
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 12px 24px 24px 24px;
  text-align: center;
  text-transform: uppercase;
  z-index: 100;
  font-size: 12px;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
  text-decoration: none;
  color: #464646; }
  a.page-arrow:link {
    text-decoration: none; }
  a.page-arrow:hover, a.page-arrow:focus {
    text-decoration: none; }
  a.page-arrow:link, a.page-arrow:hover, a.page-arrow:focus, a.page-arrow:visited {
    color: #464646; }
  @media screen and (max-width: 579px) {
    a.page-arrow {
      padding-bottom: 12px; } }
  a.page-arrow:after {
    content: "";
    font-family: "fontcustom-dcs";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px auto;
    line-height: 30px;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 50%;
    border: 2px solid #464646;
    margin-top: 0;
    margin-bottom: 0;
    transition: margin 0.5s ease;
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), inset 1px 1px 2px rgba(255, 255, 255, 0.3); }
  a.page-arrow:focus:after, a.page-arrow:hover:after {
    margin-top: 6px;
    margin-bottom: -6px; }
  a.page-arrow.reverse:after {
    content: ""; }
  a.page-arrow.reverse:focus:after, a.page-arrow.reverse:hover:after {
    margin-top: -6px;
    margin-bottom: 6px; }div.hero-block {
  height: 600px;
  overflow: visible;
  position: relative;
  z-index: 70;
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  margin: 48px 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  div.hero-block:not(.flex-height):not(.height-content) {
    max-height: 80vh; }
  div.hero-block.flex-height, div.hero-block.height-content {
    height: auto !important; }
    div.hero-block.flex-height div.inner, div.hero-block.height-content div.inner {
      position: relative; }
      div.hero-block.flex-height div.inner div.copy, div.hero-block.height-content div.inner div.copy {
        padding: 48px 0; }
  div.hero-block.height-small, div.hero-block.small {
    height: 350px; }
  div.hero-block.height-medium, div.hero-block.medium {
    height: 475px; }
  div.hero-block.height-screen {
    height: 100vh;
    max-height: 100vh; }
  div.hero-block.background-tiled {
    background-repeat: repeat;
    background-size: auto; }
  div.hero-block.background-left {
    background-position: 20% center; }
  div.hero-block div.outer {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    position: relative; }
  div.hero-block div.inner {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 90;
    text-align: center;
    white-space: nowrap;
    font-size: 0; }
    div.hero-block div.inner:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    div.hero-block div.inner > * {
      white-space: normal;
      font-size: 16px;
      display: inline-block;
      vertical-align: middle; }
    div.hero-block div.inner div.copy {
      width: 100%; }
  div.hero-block div.underlay-positioned {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    z-index: 80; }
    div.hero-block div.underlay-positioned img {
      max-height: 150%;
      max-width: 100%; }
  div.hero-block.tinted:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0)); }
    @media screen and (max-width: 759px) {
      div.hero-block.tinted:before {
        display: none; } }
  div.hero-block.tinted.text-dark:before {
    background-color: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0)); }
  div.hero-block.text-light a.page-arrow {
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }
    div.hero-block.text-light a.page-arrow:link {
      text-decoration: none; }
    div.hero-block.text-light a.page-arrow:hover, div.hero-block.text-light a.page-arrow:focus {
      text-decoration: none; }
    div.hero-block.text-light a.page-arrow:link, div.hero-block.text-light a.page-arrow:hover, div.hero-block.text-light a.page-arrow:focus, div.hero-block.text-light a.page-arrow:visited {
      color: white; }
    div.hero-block.text-light a.page-arrow:after {
      border-color: white;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), inset 1px 1px 2px rgba(0, 0, 0, 0.3); }
  div.hero-block.copy-center div.copy {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 6px; }
  div.hero-block.copy-bottom-left div.inner {
    bottom: 0;
    left: 0;
    height: 50%;
    width: 50%;
    padding-left: 12px; }
    @media screen and (max-width: 459px) {
      div.hero-block.copy-bottom-left div.inner {
        width: 100%; } }
  @media screen and (max-width: 759px) {
    div.hero-block.copy-bottom-left {
      background-position: 70% 0%; } }
  div.hero-block.copy-left.tinted:before {
    right: 40%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0)); }
  div.hero-block.copy-left.tinted.text-dark:before {
    background-color: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0)); }
  div.hero-block.copy-left div.inner {
    left: 0px;
    right: 50%;
    width: 50%;
    height: 100%;
    padding-left: 12px; }
  div.hero-block.copy-left div.underlay-positioned {
    right: 0px;
    width: 50%; }
    @media screen and (max-width: 759px) {
      div.hero-block.copy-left div.underlay-positioned {
        width: 100%; } }
  @media screen and (max-width: 759px) {
    div.hero-block.copy-left {
      background-position: 70% 20%; } }
  div.hero-block.copy-right.tinted:before {
    left: 40%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0)); }
  div.hero-block.copy-right.tinted.text-dark:before {
    background-color: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0)); }
  div.hero-block.copy-right div.inner {
    right: 0px;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-right: 12px; }
  div.hero-block.copy-right div.underlay-positioned {
    left: 0px;
    width: 50%; }
    @media screen and (max-width: 759px) {
      div.hero-block.copy-right div.underlay-positioned {
        width: 100%; } }
  @media screen and (max-width: 759px) {
    div.hero-block.copy-right {
      background-position: 30% 20%; } }
  div.hero-block.copy-bottom-right div.inner {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
    padding-right: 12px; }
  @media screen and (max-width: 759px) {
    div.hero-block.copy-bottom-right {
      background-position: 30% 0%; } }
  div.hero-block.copy-bottom div.inner {
    bottom: 0;
    left: 0%;
    height: 50%;
    min-height: 250px;
    width: 100%;
    padding-bottom: 24px; }
  div.hero-block.copy-top div.inner {
    top: 0;
    left: 0%;
    height: 50%;
    min-height: 250px;
    width: 100%;
    padding-bottom: 24px; }
  @media screen and (max-width: 759px) {
    div.hero-block.copy-right div.inner, div.hero-block.copy-left div.inner {
      background: rgba(255, 255, 255, 0.7);
      padding-top: 20%;
      bottom: 0px;
      width: auto !important;
      padding: 12px;
      left: 0px;
      right: 0px; } }
  div.hero-block.copy-wide div.copy {
    max-width: 1200px !important; }
  @media screen and (max-width: 759px) {
    div.hero-block.winged-block.copy-right div.inner, div.hero-block.winged-block.copy-left div.inner {
      left: -60px;
      right: -60px;
      padding: 0 60px; } }
  @media screen and (max-width: 579px) {
    div.hero-block.winged-block.copy-right div.inner, div.hero-block.winged-block.copy-left div.inner {
      left: -24px;
      right: -24px;
      padding: 0 24px; } }
  @media screen and (max-width: 459px) {
    div.hero-block.winged-block.copy-right div.inner, div.hero-block.winged-block.copy-left div.inner {
      left: -12px;
      right: -12px;
      padding: 0 12px; } }div.hero-block div.copy {
  font-size: 1.125rem;
  text-align: center; }
  div.hero-block div.copy > *:first-child {
    margin-top: 0px; }
  div.hero-block div.copy > *:last-child {
    margin-bottom: 0px; }
  @media (min-width: 40rem) {
    div.hero-block div.copy {
      font-size: calc(1.125rem + 0.3125 * ((100vw - 40rem)/40)); } }
  @media (min-width: 80rem) {
    div.hero-block div.copy {
      font-size: 1.4375rem; } }
  div.hero-block div.copy img {
    max-width: 100%; }

div.hero-block p, div.hero-block h1, div.hero-block h2, div.hero-block h3, div.hero-block h4, div.hero-block text, div.hero-block blockquote, div.hero-block small {
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6), 0 0 8px rgba(255, 255, 255, 0.6); }

div.hero-block.text-shadow p, div.hero-block.text-shadow h1, div.hero-block.text-shadow h2, div.hero-block.text-shadow h3, div.hero-block.text-shadow h4, div.hero-block.text-shadow text, div.hero-block.text-shadow blockquote, div.hero-block.text-shadow small {
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8), 0 0 12px white; }

div.hero-block p {
  color: black;
  margin: 24px; }

div.hero-block small {
  color: #232323; }

div.hero-block a.button {
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.4); }

div.hero-block.text-light p, div.hero-block.text-light h1, div.hero-block.text-light h2, div.hero-block.text-light h3, div.hero-block.text-light h4, div.hero-block.text-light text, div.hero-block.text-light blockquote, div.hero-block.text-light small {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 0 0 8px rgba(0, 0, 0, 0.6);
  color: white; }

div.hero-block.text-light small {
  color: #d5d5d5; }

div.hero-block.text-light a.button {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 759px) {
  div.hero-block.text-light.copy-right div.inner, div.hero-block.text-light.copy-left div.inner {
    background: rgba(0, 0, 0, 0.8); } }

div.hero-block.text-light.text-shadow p, div.hero-block.text-light.text-shadow h1, div.hero-block.text-light.text-shadow h2, div.hero-block.text-light.text-shadow h3, div.hero-block.text-light.text-shadow h4, div.hero-block.text-light.text-shadow text, div.hero-block.text-light.text-shadow blockquote, div.hero-block.text-light.text-shadow small {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8), 0 0 12px black; }
  @media screen and (max-width: 759px) {
    div.hero-block.text-light.text-shadow p, div.hero-block.text-light.text-shadow h1, div.hero-block.text-light.text-shadow h2, div.hero-block.text-light.text-shadow h3, div.hero-block.text-light.text-shadow h4, div.hero-block.text-light.text-shadow text, div.hero-block.text-light.text-shadow blockquote, div.hero-block.text-light.text-shadow small {
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 1px 1px 4px rgba(0, 0, 0, 0.8), 0 0 12px black; } }

div.hero-block h1, div.hero-block h2, div.hero-block h3, div.hero-block h4 {
  border-bottom: none;
  padding: 0px;
  margin: 24px 0; }

div.hero-block svg {
  max-width: 100%; }

div.hero-block sub {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1em; }

div.hero-block .icon-tiny:before {
  line-height: 33.6px;
  height: 22.4px; }
  @media screen and (max-width: 759px) {
    div.hero-block .icon-tiny:before {
      height: 19.2px;
      line-height: 28.8px; } }

div.hero-block.width-max-tablet {
  font-size: 20.5; }
  div.hero-block.width-max-tablet h1 {
    font-size: 40px; }
  div.hero-block.width-max-tablet h2 {
    font-size: 34px; }
  div.hero-block.width-max-tablet h3 {
    font-size: 25.5px; }

div.hero-block.width-max-mobile {
  font-size: 18; }
  div.hero-block.width-max-mobile h1 {
    font-size: 30px; }
  div.hero-block.width-max-mobile h2 {
    font-size: 28px; }
  div.hero-block.width-max-mobile h3 {
    font-size: 23px; }

#legacy-browser #header-hero-device {
  display: block; }

#legacy-browser div.hero-block {
  display: block;
  height: 600px !important;
  overflow: hidden; }

/* a row of mini hero-blocks
 * TODO: This was used on the old open-day page, not sure if it's still in use or if it even works? */
ul.hero-blocks > *:first-child {
  margin-top: 0px; }

ul.hero-blocks > *:last-child {
  margin-bottom: 0px; }

ul.hero-blocks img {
  display: block;
  margin: 0 auto 24px auto;
  max-height: 96px; }
  @media screen and (max-width: 579px) {
    ul.hero-blocks img {
      max-height: 64px; } }

ul.hero-blocks p, ul.hero-blocks h3, ul.hero-blocks h4 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6); }

ul.hero-blocks p {
  color: white; }

ul.hero-blocks a.button {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }

ul.hero-blocks h3 {
  margin: 0 0 24px 0;
  border-bottom: 0px;
  padding-bottom: 0px;
  color: white; }

ul.hero-blocks li {
  text-align: center;
  padding: 72px 12px !important;
  background-position: center 20%;
  background-size: cover;
  text-align: center;
  white-space: nowrap;
  font-size: 0; }
  ul.hero-blocks li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  ul.hero-blocks li > * {
    white-space: normal;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (max-width: 579px) {
    ul.hero-blocks li {
      padding: 36px 12px !important; } }
  ul.hero-blocks li > * {
    z-index: 50;
    position: relative; }
  ul.hero-blocks li:after {
    z-index: 40;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2); }#header-hero-links {
  position: absolute;
  bottom: 0;
  right: 100px;
  margin: 0px; }
  @media screen and (max-width: 1079px) {
    #header-hero-links {
      display: none; } }
  #header-hero-links li {
    background: none;
    font-size: 20px;
    font-family: "UWA Regular", "UWA", Georgia, serif;
    display: inline-block;
    margin: 0px; }
    #header-hero-links li a {
      padding-bottom: 12px;
      display: block; }
      #header-hero-links li a:hover, #header-hero-links li a:focus {
        border-bottom: 2px solid white;
        padding-bottom: 10px;
        text-decoration: none; }

body.header-invert #header-hero-links li a:hover, body.header-invert #header-hero-links li a:focus {
  border-color: #27348b;
  text-decoration: none; }p.hero {
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  margin: 36px 0;
  font-size: 22.4px; }
  @media screen and (max-width: 759px) {
    p.hero {
      font-size: 19.2px; } }
  @media screen and (max-width: 579px) {
    p.hero {
      font-size: 17.6px; } }

h3.hero {
  font-size: 40px;
  border-bottom: 0px;
  text-align: center; }
  @media screen and (max-width: 759px) {
    h3.hero {
      font-size: 35px; } }
  @media screen and (max-width: 579px) {
    h3.hero {
      font-size: 30px; } }

h4.hero {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  font-family: "UWA Regular", "UWA", Georgia, serif; }
  @media screen and (max-width: 759px) {
    h4.hero {
      font-size: 25px; } }
  @media screen and (max-width: 579px) {
    h4.hero {
      font-size: 22px; } }

hr.hero {
  border-bottom-width: 2px;
  margin: 36px 0; }

blockquote.hero {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 300; }

/* ul.heros
 * TODO: Another hero block list? what's this used for? */
ul.heroes li {
  text-align: center; }
  ul.heroes li > *:last-child {
    margin-bottom: 0px; }
  ul.heroes li h4 {
    font-family: "UWA Regular", "UWA", Georgia, serif;
    margin: 0 0 12px 0;
    font-size: 28px; }
    @media screen and (max-width: 759px) {
      ul.heroes li h4 {
        font-size: 25px; } }
    @media screen and (max-width: 579px) {
      ul.heroes li h4 {
        font-size: 22px; } }
    ul.heroes li h4 img {
      display: block;
      max-height: 128px;
      margin: 0 auto 12px auto; }
      @media screen and (max-width: 579px) {
        ul.heroes li h4 img {
          max-height: 92px; } }ol#uwacore-breadcrumbs + div.hero-block {
  margin-top: 0px; }ul.hero-anchor-links {
  display: flex;
  flex-flow: row wrap;
  min-height: 48px;
  justify-content: center;
  padding-top: 12px;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 36px; }
  ul.hero-anchor-links li {
    padding: 0 12px;
    margin: 0;
    background: none; }
    @media screen and (max-width: 759px) {
      ul.hero-anchor-links li {
        padding: 0 6px; } }
    @media screen and (max-width: 579px) {
      ul.hero-anchor-links li {
        padding: 0; } }
    ul.hero-anchor-links li a {
      display: block;
      padding: 0 12px;
      line-height: 48px;
      border-bottom: 2px solid white;
      text-decoration: none;
      color: #464646; }
      ul.hero-anchor-links li a:link {
        text-decoration: none; }
      ul.hero-anchor-links li a:hover, ul.hero-anchor-links li a:focus {
        text-decoration: none; }
      ul.hero-anchor-links li a:link, ul.hero-anchor-links li a:hover, ul.hero-anchor-links li a:focus, ul.hero-anchor-links li a:visited {
        color: #464646; }
      ul.hero-anchor-links li a:focus, ul.hero-anchor-links li a:hover {
        border-bottom-color: #27348b;
        color: #737373; }

/* ##### Begin site "../css/sites/handbooks.uwa.edu.au.css" ##### */

/* file does not exist or not readable */
