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


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

@charset "UTF-8";
/* Images - Written by Timothy Phillips
 * Additional styles for displaying image-heavy content
 * Required by:
 * - instagram_v2.php */@keyframes uwacore-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }div.image-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 24px 0;
  padding: 24px 24px;
  z-index: 50;
  text-align: center; }
  div.image-block > *:first-child {
    margin-top: 0px; }
  div.image-block > *:last-child {
    margin-bottom: 0px; }
  div.image-block.tinted > * {
    position: relative; }
  div.image-block.tinted:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  div.image-block.text-dark:before {
    background-color: rgba(255, 255, 255, 0.25); }
  div.image-block.text-light:before {
    background-color: rgba(0, 0, 0, 0.25); }

/* div.combo-block - Ridgid image + text block. An early poorly defined version. Probably used on Sport.
 * TODO: Depreciate and replace with info-banner? */
div.combo-block {
  margin: 24px auto;
  padding: 0px;
  background-color: #ececec;
  min-height: 400px;display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch; }
  div.combo-block.copy-left {
    flex-direction: row-reverse; }
  div.combo-block h3 {
    padding: 0px;
    border: 0px; }
  div.combo-block a.button {
    margin: 24px auto 0 auto;
    display: block; }
  div.combo-block div.image {
    -webkit-box-flex: 1 1 200px;
    -moz-box-flex: 1 1 200px;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    flex-height: stretch;
    -ms-flex-align: stretch;
    background-size: cover;
    background-position: 50% 20%;
    min-height: 200px; }
  div.combo-block div.copy {
    -webkit-box-flex: 1 1 350px;
    -moz-box-flex: 1 1 350px;
    -webkit-flex: 1 1 350px;
    -ms-flex: 1 1 350px;
    flex: 1 1 350px;
    flex-height: stretch;
    -ms-flex-align: stretch;
    max-width: 40%;
    padding: 24px;
    min-height: 350px; }
    div.combo-block div.copy > *:first-child {
      margin-top: 0px; }
    div.combo-block div.copy > *:last-child {
      margin-bottom: 0px; }
  @media screen and (max-width: 759px) {
    div.combo-block {
      display: block !important; }
      div.combo-block > * {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        display: block; }
      div.combo-block > div.copy {
        width: 100%;
        max-width: 100%;
        display: block;
        flex: none; } }ul.image-mosiac {
  margin: 24px auto -24px auto;
  max-width: 960px; }
  @media screen and (max-width: 1079px) {
    ul.image-mosiac {
      margin: 24px -12px -24px -12px; } }
  ul.image-mosiac:after {
    clear: both;
    content: " ";
    display: block;
    height: 0px;
    overflow: hidden; }
  ul.image-mosiac li {
    padding: 0px 12px !important;
    margin-bottom: 24px;
    background-image: none;
    list-style: none;
    float: left;
    width: 25%; }
    @media screen and (max-width: 579px) {
      ul.image-mosiac li {
        width: 50%; } }
    ul.image-mosiac li img {
      vertical-align: middle; }
    ul.image-mosiac li:nth-child(12n-11) {
      width: 50%; }
      @media screen and (max-width: 579px) {
        ul.image-mosiac li:nth-child(12n-11) {
          width: 100%; } }
    ul.image-mosiac li:nth-child(12n-4) {
      float: right; }
    ul.image-mosiac li:nth-child(12n-3), ul.image-mosiac li:nth-child(12n-2), ul.image-mosiac li:nth-child(12n-1), ul.image-mosiac li:nth-child(12n) {
      width: 12.5%; }
      @media screen and (max-width: 579px) {
        ul.image-mosiac li:nth-child(12n-3), ul.image-mosiac li:nth-child(12n-2), ul.image-mosiac li:nth-child(12n-1), ul.image-mosiac li:nth-child(12n) {
          width: 25%; } }
    ul.image-mosiac li p {
      display: none !important; }
    ul.image-mosiac li div.thumb {
      background-size: cover;
      background-position: 20% center; }
  ul.image-mosiac.lightbox-thumbnails li {
    margin-bottom: 0px; }ul.image-links-centred li, ul.image-links li {
  list-style: none;
  background: none;
  text-align: center;
  line-height: 0px; }
  ul.image-links-centred li a, ul.image-links li a {
    text-decoration: none;
    color: white;
    display: block;
    position: relative;
    text-align: left;
    background-position: center 20% !important;
    background-size: cover !important;
    border-bottom: 4px solid #E2B600;
    text-shadow: 0 0 3px black;
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
    position: relative;
    z-index: 50; }
    ul.image-links-centred li a:link, ul.image-links li a:link {
      text-decoration: none; }
    ul.image-links-centred li a:hover, ul.image-links-centred li a:focus, ul.image-links li a:hover, ul.image-links li a:focus {
      text-decoration: none; }
    ul.image-links-centred li a:link, ul.image-links-centred li a:hover, ul.image-links-centred li a:focus, ul.image-links-centred li a:visited, ul.image-links li a:link, ul.image-links li a:hover, ul.image-links li a:focus, ul.image-links li a:visited {
      color: white; }
    ul.image-links-centred li a > div.copy, ul.image-links-centred li a > span, ul.image-links li a > div.copy, ul.image-links li a > span {
      line-height: 1.2em;
      font-family: "UWA Regular", "UWA", Georgia, serif;
      width: 100%;
      z-index: 55;
      text-align: left;
      padding: 48px 12px 12px 12px; }
    ul.image-links-centred li a > div.overlay, ul.image-links li a > div.overlay {
      z-index: 60;
      padding: 12px;
      width: 100%;
      font-size: 16px;
      font-family: "Source Sans Pro", Arial, sans-serif;
      line-height: 1.2em;
      display: none;
      text-shadow: 1px 1px 1px #27348b; }
      ul.image-links-centred li a > div.overlay > *:first-child, ul.image-links li a > div.overlay > *:first-child {
        margin-top: 0px; }
      ul.image-links-centred li a > div.overlay > *:last-child, ul.image-links li a > div.overlay > *:last-child {
        margin-bottom: 0px; }
    ul.image-links-centred li a:hover > div.copy, ul.image-links-centred li a:focus > div.copy, ul.image-links-centred li a:active > div.copy, ul.image-links li a:hover > div.copy, ul.image-links li a:focus > div.copy, ul.image-links li a:active > div.copy {
      background: transparent; }
      ul.image-links-centred li a:hover > div.copy span:last-child:after, ul.image-links-centred li a:focus > div.copy span:last-child:after, ul.image-links-centred li a:active > div.copy span:last-child:after, ul.image-links li a:hover > div.copy span:last-child:after, ul.image-links li a:focus > div.copy span:last-child:after, ul.image-links li a:active > div.copy span:last-child:after {
        margin: 0px -3px 0px 3px; }
    ul.image-links-centred li a.has-overlay:hover > div.overlay, ul.image-links-centred li a.has-overlay:focus > div.overlay, ul.image-links li a.has-overlay:hover > div.overlay, ul.image-links li a.has-overlay:focus > div.overlay {
      display: block; }
    ul.image-links-centred li a > img, ul.image-links li a > img {
      width: 100%; }
    ul.image-links-centred li a img.icon, ul.image-links li a img.icon {
      display: block;
      margin: 0 auto 24px auto; }
    ul.image-links-centred li a:before, ul.image-links li a:before {
      position: absolute;
      display: block;
      top: 0;
      content: "";
      width: 100%;
      height: 100%;
      z-index: 55; }
    ul.image-links-centred li a:hover:before, ul.image-links-centred li a:focus:before, ul.image-links li a:hover:before, ul.image-links li a:focus:before {
      background-color: rgba(28, 37, 99, 0.85); }
    ul.image-links-centred li a:active:before, ul.image-links li a:active:before {
      background-color: rgba(0, 0, 0, 0.7); }

ul.image-links-centred > li > a, ul.image-links > li > a {
  font-size: 24px;
  height: 170px;
  max-width: 480px; }
  @media screen and (max-width: 759px) {
    ul.image-links-centred > li > a, ul.image-links > li > a {
      font-size: 22px;
      height: 120px; } }

ul.image-links-centred.small > li > a, ul.image-links.small > li > a {
  height: 120px;
  font-size: 20px;
  max-width: 240px; }
  @media screen and (max-width: 759px) {
    ul.image-links-centred.small > li > a, ul.image-links.small > li > a {
      font-size: 20px;
      height: 100px; } }

ul.image-links-centred.large > li > a, ul.image-links.large > li > a {
  height: 225px;
  font-size: 26px;
  max-width: 480px; }
  @media screen and (max-width: 759px) {
    ul.image-links-centred.large > li > a, ul.image-links.large > li > a {
      font-size: 24px;
      height: 160px; } }

ul.image-links-centred.huge > li > a, ul.image-links.huge > li > a {
  height: 300px;
  max-width: 600px;
  font-size: 28px; }
  @media screen and (max-width: 759px) {
    ul.image-links-centred.huge > li > a, ul.image-links.huge > li > a {
      font-size: 24px;
      height: 200px; } }

ul.image-links-centred.no-border li a, ul.image-links.no-border li a {
  border-width: 0px; }

ul.image-links li a > div.copy, ul.image-links li a > span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%); }
  ul.image-links li a > div.copy span:last-child, ul.image-links li a > span span:last-child {
    white-space: nowrap;
    display: inline-block; }
    ul.image-links li a > div.copy span:last-child:after, ul.image-links li a > span span:last-child:after {
      content: "";
      font-family: "fontcustom-dcs";
      padding: 0 0 0 6px;
      font-size: 0.9em;
      white-space: nowrap;
      display: inline; }

ul.image-links li a > div.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

ul.image-links li a.has-overlay:focus > div.copy, ul.image-links li a.has-overlay:focus > span, ul.image-links li a.has-overlay:hover > div.copy, ul.image-links li a.has-overlay:hover > span {
  z-index: 50; }

body.style-version-two ul.image-links li a {
  border-width: 0px; }

ul.image-links-centred li a {
  text-align: center;
  white-space: nowrap; }
  ul.image-links-centred li a > * {
    white-space: normal;
    vertical-align: middle;
    position: relative;
    z-index: 60; }
  ul.image-links-centred li a p {
    margin: 6px 0; }
  ul.image-links-centred li a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  ul.image-links-centred li a:before {
    background-color: rgba(0, 0, 0, 0.2); }
  ul.image-links-centred li a > div.copy, ul.image-links-centred li a > span {
    display: inline-block;
    text-align: center;
    padding: 12px;
    text-shadow: 0 0 5px black, 0 0 5px black; }
    ul.image-links-centred li a > div.copy span:last-child:after, ul.image-links-centred li a > span span:last-child:after {
      display: none; }
  ul.image-links-centred li a.has-overlay:focus > div.copy, ul.image-links-centred li a.has-overlay:focus > span, ul.image-links-centred li a.has-overlay:hover > div.copy, ul.image-links-centred li a.has-overlay:hover > span {
    margin-left: -100%; }
  ul.image-links-centred li a.has-overlay:focus > div.overlay, ul.image-links-centred li a.has-overlay:hover > div.overlay {
    display: inline-block; }

body.style-version-two ul.image-links-centred li a, body.style-version-two ul.image-links li a {
  border-bottom: 0px; }

/* div.viewport-device
 * TODO: Is this used? I think it was a test for a new touch enabled pan and zoom in the lightbox */
div.viewport-device {
  background-color: #ececec;
  overflow: hidden; }
  div.viewport-device.drag-active {
    cursor: move;
    outline: 1px solid red; }
    div.viewport-device.drag-active .viewport-subject {
      touch-action: none; }
  div.viewport-device .loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    text-shadow: 0 0 3px back; }
  div.viewport-device .aspect-sizer {
    width: 100%; }
  div.viewport-device .viewport-subject {
    position: absolute;
    pointer-events: none;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    max-width: 99999px !important; }

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

@charset "UTF-8";@keyframes uwacore-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loaderFadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.alphabet-index {
  display: flex;
  flex-flow: row wrap;
  gap: 6px 12px;
  justify-content: center; }
  .alphabet-index li {
    padding: 0px !important;
    background: none;
    color: #868686;
    margin: 0; }
  .alphabet-index li:before {
    display: none !important; }
  .alphabet-index a {
    border-radius: 6px;
    color: #27348b;
    display: block; }

#centrecontainer.audit .audit {
  display: block !important; }

#centrecontainer.audit [data-help], #centrecontainer.audit div.lightbox-content {
  display: block !important;
  padding-top: 12px;
  position: relative;
  border-right: 3px solid #EE9; }
  #centrecontainer.audit [data-help]:after, #centrecontainer.audit div.lightbox-content:after {
    display: block;
    position: absolute;
    max-width: 100%;
    word-break: break-all;
    text-align: right;
    background-color: #EE9;
    color: #000;
    top: 0px;
    right: 0px;
    font-size: 14px; }

#centrecontainer.audit section {
  display: block !important; }
  #centrecontainer.audit section.display-none > *:not(.help-wrapper) {
    display: none; }

#centrecontainer.audit div.lightbox-content {
  opacity: 0.7;
  border: 3px solid #EE9;
  margin-bottom: 12px; }
  #centrecontainer.audit div.lightbox-content:after {
    content: "LIGHTBOX CONTENT - #" attr(id); }

#centrecontainer.audit [data-help] {
  border-right: 3px solid #3A3;
  opacity: 1;
  padding-top: 24px; }
  #centrecontainer.audit [data-help]:after {
    background-color: #CFC;
    content: " ✓ " attr(data-help); }
  #centrecontainer.audit [data-help].display-none {
    border-right: 3px solid #EB7;
    opacity: 0.8; }
    #centrecontainer.audit [data-help].display-none:after {
      background-color: #EE9;
      content: " ❌ " attr(data-help); }
    #centrecontainer.audit [data-help].display-none [data-help].display-none {
      opacity: 1; }
  #centrecontainer.audit [data-help] [data-help] {
    margin-right: 4px; }

#feeCalculator {
  max-width: 760px;
  margin: 0 auto 30vh auto !important; }
  @media print {
    #feeCalculator {
      max-width: 100%;
      margin: 0px !important; } }
  #feeCalculator .grid {
    margin-top: -6px;
    margin-bottom: -6px; }
    #feeCalculator .grid button.faux-select {
      margin-bottom: 0px; }
  #feeCalculator .button-placeholder {
    height: 40px; }
  #feeCalculator #step-loading {
    opacity: 0; }
    #feeCalculator #step-loading.visible {
      opacity: 1;
      animation: loaderFadeIn 2s; }
  #feeCalculator #unit-table td:not(:first-child), #feeCalculator #unit-table th:not(:first-child) {
    text-align: right; }
  #feeCalculator #unit-table button.remove {
    height: 24px;
    line-height: 22px;
    margin-bottom: 0px;
    padding: 0 6px; }
    @media screen and (max-width: 459px) {
      #feeCalculator #unit-table button.remove {
        font-size: 0px;
        height: 36px;
        line-height: 32px; }
        #feeCalculator #unit-table button.remove:before {
          color: inherit;
          content: "";
          display: inline-block;
          font-family: "FontAwesome";
          text-decoration: none;
          text-align: center;
          width: 16px;
          padding-right: 6px;
          font-size: 16px;
          padding: 0px; } }
  #feeCalculator #unit-table .highlight {
    background-color: #fdb; }
  @media screen and (max-width: 579px) {
    #feeCalculator #unit-table td, #feeCalculator #unit-table th {
      padding-left: 0px; }
      #feeCalculator #unit-table td:first-child, #feeCalculator #unit-table th:first-child {
        padding-right: 0px; } }
  #feeCalculator section {
    margin-bottom: 48px;
    margin-top: 48px; }
    #feeCalculator section > *:first-child {
      margin-top: 0px; }
    #feeCalculator section > *:last-child {
      margin-bottom: 0px; }
    @media print {
      #feeCalculator section {
        margin-bottom: 24px;
        margin-top: 24px; } }