@charset "UTF-8";
/* WARNING: This stylesheet is expected to change and should not be used without first contacting the UWA Website office */
/* University of Western Australia - Core Visual identity stylesheet */
/* Targets HTML5 responsive devices with support for IE8 and up */
/* Written by Timothy Phillips, Febuary 2015 */
/* vim: set noexpandtab: */
/* base */
@font-face {
  font-family: "UWA slab";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot");
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot?#iefix") format("embedded-opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.otf") format("opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.woff") format("woff"); }
/* css reset */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* fonts */
@font-face {
  font-family: "Montserrat";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/Montserrat-Regular.ttf"); }
@font-face {
  font-family: "Montserrat";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/Montserrat-Bold.ttf");
  font-weight: bold; }
@font-face {
  font-family: "FreeSerif";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/FreeSerif.ttf") format("truetype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/FreeSerif.otf") format("opentype"); }
@font-face {
  font-family: "FreeSerif";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/FreeSerifBold.ttf") format("truetype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/FreeSerifBold.otf") format("opentype");
  font-weight: bold; }
@font-face {
  font-family: "UbuntuMono";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/ubuntu/UbuntuMono-R.ttf") format("truetype"); }
@font-face {
  font-family: "UbuntuMono";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/ubuntu/UbuntuMono-B.ttf") format("truetype");
  font-weight: bold; }
/* basics */
body {
  min-width: 320px;
  margin: 0px;
  padding: 0px;
  color: #464646;
  font-family: Arial, "Montserrat", sans-serif;
  line-height: 1.25;
  font-size: 13.5px; }

a {
  color: #0864a5;
  text-decoration: underline; }
  a:focus, a:hover {
    text-decoration: none; }
  a:visited {
    color: #746114; }

p {
  margin-bottom: 1em;
  margin-top: 1em; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

ul {
  font-style: underline; }

code, pre {
  padding: 0 3px;
  background-color: #EAF7FA;
  color: #333;
  font-family: "UbuntuMono", monospace;
  margin-bottom: 1em;
  border-radius: 5px; }

pre {
  overflow-x: auto;
  padding: 5px; }
  pre code {
    padding: 0px; }

img {
  vertical-align: text-bottom; }

/* generic classes */
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* advanced text styles */
blockquote {
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }
  blockquote:before, blockquote:after {
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    font-size: 20px;
    color: #0864a5; }
  blockquote:before {
    content: "";
    top: 0px;
    left: 0px; }
  blockquote:after {
    content: "";
    bottom: 0px;
    right: 0px; }

/* rules and lines */
hr,
.separator {
  height: 1px;
  overflow: hidden;
  margin: 1.5em 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d7d7d7; }
  hr + h3,
  .separator + h3 {
    margin-top: 1em; }

.separator {
  border-style: dotted; }

.separator-above {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #d7d7d7; }

/* Buttons and links */
a.button,
button {
  color: white;
  border: 2px solid black;
  background-color: black;
  text-decoration: none;
  cursor: pointer;
  padding: 0px 6px;
  font-size: 14.5px;
  font-family: Arial, "Montserrat", sans-serif; }
  a.button:link, a.button:visited,
  button:link,
  button:visited {
    text-decoration: none; }
  a.button:focus, a.button:active,
  button:focus,
  button:active {
    text-decoration: underline; }

a.link,
p.linklist {
  display: block;
  margin-left: 15px; }
  a.link:before,
  p.linklist:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: -15px;
    width: 15px;
    color: #7f7f7f;
    font-size: 11px; }

/* Lists */
ul, ol, dl {
  margin: 0 0 1.25em;
  list-style-position: outside; }

ul {
  /* Defaults for unordered lists */
  list-style-type: none;
  list-style-image: url(../img/symbol/bullet-default.png);
  *list-style-image: url(../img/symbol/bullet-default-ie.png); }
  ul.listpadding li {
    margin-bottom: 1em; }

ul.nobullet {
  list-style-image: none;
  margin-left: 0;
  padding: 0; }
  ul.nobullet li {
    margin-left: 0; }

ol {
  /* Defaults for ordered lists */
  list-style-type: decimal; }
  ol.list-lower-alpha {
    list-style-type: lower-alpha; }

ol > li > ol,
ul > li > ol {
  margin-left: 0px; }

li {
  /* Defaults for list items */
  margin: 0.3333em 0 0.3333em 14px;
  *margin-left: 16px; }

ol.toc {
  list-style-position: inside;
  margin-left: 0px; }
  ol.toc > li {
    border-bottom: 1px solid #d8d8d8;
    margin-left: 0px;
    padding-top: 0.3333em;
    padding-bottom: 0.6666em; }
  ol.toc > li > a {
    text-decoration: none; }
    ol.toc > li > a:hover {
      text-decoration: underline; }

ul.linklist li {
  list-style: none; }
  ul.linklist li:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: -15px;
    width: 15px;
    color: #7f7f7f;
    font-size: 11px; }

dl.list {
  margin-left: 14px; }
  dl.list > dt {
    list-style-image: url(../img/symbol/bullet-default.png);
    display: list-item;
    margin: 1em 0 0.5em 0;
    font-weight: bold; }
  dl.list > dd {
    margin-bottom: 0.5em; }

dl.iconlist {
  margin-left: 30px; }
  dl.iconlist > dt {
    margin: 1em 0 0.5em 0;
    font-weight: bold;
    position: relative; }
    dl.iconlist > dt > i,
    dl.iconlist > dt > em {
      position: absolute;
      left: -30px;
      width: 20px;
      text-align: center;
      font-size: 1.33333em;
      color: #868686; }

dl.linklist {
  margin-left: 14px; }
  dl.linklist > dt {
    margin: 1em 0 0.5em 0;
    font-weight: bold; }
    dl.linklist > dt:before {
      content: "";
      display: inline-block;
      font-family: "FontAwesome";
      margin-left: -15px;
      width: 15px;
      color: #7f7f7f;
      font-size: 11px;
      font-weight: normal; }
  dl.linklist > dd {
    margin-bottom: 0.5em; }

dl[class^="list-columned"] {
  margin-bottom: 0em; }
  dl[class^="list-columned"] dt {
    float: left;
    font-weight: bold;
    margin: 0 0.5em 0 0;
    width: 12em; }
  dl[class^="list-columned"] dd {
    margin-left: 12.5em;
    margin-bottom: 1em; }
    dl[class^="list-columned"] dd:after {
      clear: left;
      display: block;
      content: " ";
      height: 0px; }
  dl[class^="list-columned"].list-columned-size-7 dt {
    width: 7em; }
  dl[class^="list-columned"].list-columned-size-7 dd {
    margin-left: 7.5em; }
  dl[class^="list-columned"].list-columned-size-17 dt {
    width: 17em; }
  dl[class^="list-columned"].list-columned-size-17 dd {
    margin-left: 17.5em; }

@media screen and (max-width: 480px) {
  /* collapse list columned except for 7 */
  dl[class^="list-columned"]:not(.list-columned-size-7) dt {
    float: none;
    width: 100% !important;
    margin-right: 0px;
    margin-bottom: 0.5em; }
  dl[class^="list-columned"]:not(.list-columned-size-7) dd {
    margin-left: 30px !important; } }
/* Main content headings */
h3, h4, h5, h6 {
  font-weight: bold;
  font-family: Arial, "Montserrat", sans-serif;
  padding: 0;
  margin-top: 1.5em;
  margin-bottom: 1em; }

h3 {
  color: #0864a5;
  font-size: 20.25px; }

h4 {
  color: #00497b;
  font-size: 16.2px; }

h5 {
  color: #1a4059;
  font-size: 14.85px; }

h6 {
  color: #363636;
  font-size: 13.5px; }

h3.overline, h4.overline, h5.overline, h6.overline {
  border-top: 1px solid #d8d8d8;
  padding-top: 0.3em; }

h3.underline, h4.underline, h5.underline, h6.underline {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.3em; }

h3.epic {
  color: #444;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase; }

/* slightly fancier */
p.introduction {
  color: #5c5c5c;
  font-size: 15px;
  font-weight: bold;
  line-height: 150%; }

p.highlightbox,
div.highlightbox,
p.warningbox,
div.warningbox {
  min-height: 1.25em;
  padding: 1.5em 1em 1.5em 65px;
  background: #f3f3f3 url("../img/bgs/highlightbox-bg.gif") no-repeat 0 50%;
  border: 1px solid #dbdbdb;
  margin: 1.5em 0; }

p.warningbox,
div.warningbox {
  background-image: url("../img/bgs/warningbox-bg.gif"); }
  p.warningbox h3,
  div.warningbox h3 {
    color: #464646;
    font-size: 16.2px;
    margin: 0.8em 0; }

div.highlightbox,
div.warningbox {
  padding: 0.5em 1em 0.5em 65px; }
  div.highlightbox p,
  div.warningbox p {
    margin: 1em 0; }

div.samplebox {
  margin: 0 30px 15px 30px;
  padding: 15px 30px 15px 30px;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

@media screen and (max-width: 480px) {
  div.samplebox {
    margin: 0 0px 15px 0px;
    padding: 15px 15px 15px 15px; } }
/* Images */
div.img_borders img,
img.border {
  border: 1px solid #c4c4c4;
  padding: 3px;
  background-color: white; }

img.auto-width, img.autowidth {
  max-width: 100%; }
img.imgright, img.floatright {
  float: right;
  margin: 0 0 10px 10px; }
img.imgleft, img.floatleft {
  float: left;
  margin: 0 10px 10px 0; }
img.imgcenter {
  display: block;
  margin: 0px auto 1em auto;
  max-width: 100%; }
img.imgleft, img.imgright, img.imgcenter {
  border: 1px solid #c4c4c4;
  padding: 3px; }

@media screen and (max-width: 900px) {
  div.img_borders img,
  img.border,
  img.imgleft,
  img.imgright {
    max-width: 120px;
    max-height: 120px; } }
@media screen and (max-width: 480px) {
  div.img_borders img,
  img.border,
  img.imgleft,
  img.imgright {
    max-width: 80px;
    max-height: 80px; } }
/* tables */
table {
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100%; }
  table th {
    font-weight: bold;
    text-align: left; }
  table td, table th {
    padding: 5px; }
  table.ruled tr {
    border-bottom: 1px solid #d7d7d7; }
  table.altrow thead tr {
    background-color: #e2e2e2; }
  table.altrow tbody tr.dark {
    background-color: #f4f4f4; }

/* Wrap table in div.overflow-scroll to handle mobile */
div.overflow-scroll {
  width: 100%;
  overflow: auto; }

/* floats */
.clearboth,
.clearboth-small {
  clear: both; }

.clearleft {
  clear: left; }

.clearright {
  clear: right; }

.clearafter:after,
.floatgroup:after {
  clear: both;
  content: " ";
  display: block;
  height: 0px; }

div.floathalf {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 15px;
  *width: 45%; }
  div.floathalf > div:first-child > *:first-child {
    margin-top: 0px; }
  div.floathalf + div.floathalf {
    padding: 0px 0px 0px 15px; }
    div.floathalf + div.floathalf:after {
      clear: left;
      content: " ";
      display: block;
      height: 0px; }

div.floatthird {
  float: left;
  box-sizing: border-box;
  width: 33.33333%;
  *width: 30%;
  padding-right: 20px;
  margin-bottom: 15px; }
  div.floatthird *:first-child {
    margin-top: 0px; }
  div.floatthird + div.floatthird {
    padding: 0px 10px 0px 10px; }
    div.floatthird + div.floatthird + div.floatthird {
      padding: 0px 0px 0px 20px; }
      div.floatthird + div.floatthird + div.floatthird:after {
        clear: left;
        content: " ";
        display: block;
        height: 0px; }

@media screen and (max-width: 700px) {
  div.floathalf {
    float: none;
    padding: 0px;
    width: 100%; }
    div.floathalf + div.floathalf {
      padding: 0px; }

  div.floatthird {
    float: none;
    padding: 0px;
    width: 100%; }
    div.floatthird + div.floatthird {
      padding: 0px; }
      div.floatthird + div.floatthird + div.floatthird {
        padding: 0px; } }
/* Twocol layout with rightcol first in code for IE8 compatibility */
#pagecontent {
  /* newcore style reverse order with fixed pixel width */ }
  #pagecontent > div.leftcol {
    margin-right: 190px;
    padding-right: 29px;
    border-right: 1px dotted #d8d8d8; }
    #pagecontent > div.leftcol:after {
      clear: both;
      content: " ";
      display: block; }
  #pagecontent > div.rightcol {
    float: right;
    width: 175px; }
    #pagecontent > div.rightcol .text-center {
      text-align: left; }

@media screen and (max-width: 700px) {
  /* use flexbox on mobiles to swap the order */
  #pagecontent {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column; }
    #pagecontent > div.leftcol {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 1;
      order: 1;
      margin-right: 0px;
      border-right: 0px;
      padding-right: 0px;
      width: 100%; }
    #pagecontent > div.rightcol {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 2;
      order: 2;
      float: none;
      width: 100%;
      padding: 15px 0 0 0;
      margin-top: 30px;
      border-top: 1px dotted #d8d8d8; } }
div.furtherinfo,
div.rightcol {
  font-size: 12.5px; }
  div.furtherinfo h3,
  div.rightcol h3 {
    border-bottom: 1px solid #d7d7d7;
    color: #757575;
    font-family: Georgia, "FreeSerif", serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0 0 1.25em;
    padding: 0 0 0.5em;
    text-transform: uppercase; }
  div.furtherinfo h4,
  div.rightcol h4 {
    color: #363636;
    font-size: 13px;
    text-transform: uppercase; }
  div.furtherinfo .highlightbox,
  div.rightcol .highlightbox {
    background-image: none;
    padding: 1em;
    font-size: 10px; }
  div.furtherinfo div.highlightbox,
  div.rightcol div.highlightbox {
    padding: 0em 1em; }

/* Forms - Table (legacy) and Definition list */
form div.form {
  background-color: #E4F3F7;
  padding-bottom: 1px;
  margin: 15px 0px;
  border-radius: 5px;
  overflow: hidden; }
  form div.form dl {
    background-color: #E4F3F7;
    padding: 1em 0em; }
    form div.form dl dt {
      clear: left;
      font-weight: bold;
      float: left;
      width: 30%;
      display: block;
      padding: 10px 15px 0px 15px;
      box-sizing: border-box; }
    form div.form dl dd {
      display: block;
      width: 70%;
      padding: 8px 15px;
      box-sizing: border-box;
      border-left: 1px solid #7AC4D9;
      margin-left: 30%;
      vertical-align: middle; }
      form div.form dl dd label {
        line-height: 18px;
        vertical-align: middle;
        margin-right: 1em; }
  form div.form table {
    margin: 1em 0em; }
    form div.form table td {
      font-weight: bold;
      padding: 10px 15px;
      vertical-align: top; }
      form div.form table td:first-child {
        border-right: 1px solid #7AC4D9; }
      form div.form table td span {
        font-weight: normal; }
  form div.form p {
    text-align: center; }
    form div.form p.error {
      text-align: left;
      color: #ed1c24;
      font-size: 12.5px;
      margin: 0.3em 0 0; }
  form div.form input[type="text"],
  form div.form input[type="password"] {
    border: 1px solid #7AC4D9;
    min-width: 300px;
    max-width: 100%;
    padding: 1px 3px; }
  form div.form input[type="checkbox"],
  form div.form input[type="radio"] {
    line-height: 18px;
    margin: 0px;
    vertical-align: middle; }
  form div.form textarea {
    border: 1px solid #7AC4D9;
    min-width: 300px;
    max-width: 100%;
    min-height: 50px;
    padding: 1px 3px; }
  form div.form button, form div.form input[type="submit"] {
    border: 2px solid black;
    background-color: black;
    color: white; }
  form div.form button, form div.form input, form div.form textarea {
    font-family: Arial, "Montserrat", sans-serif;
    font-size: 14.5px; }
  form div.form h3 {
    color: white;
    background-color: black;
    margin-bottom: 0px;
    padding: 1em;
    font-size: 14px; }
    form div.form h3:first-child {
      margin-top: 0px; }

@media screen and (max-width: 700px) {
  form div.form dl dt {
    width: 40%; }
  form div.form dl dd {
    width: 60%;
    margin-left: 40%; }
  form div.form input[type="text"], form div.form input[type="password"], form div.form textarea {
    min-width: 90%;
    width: 90%; } }
@media screen and (max-width: 400px) {
  form div.form dl dt {
    width: 95%;
    padding-bottom: 10px;
    display: block; }
  form div.form dl dd {
    width: 95%;
    margin-left: 5%;
    display: block;
    border-left: 0px; }
  form div.form table td {
    display: block;
    width: 90% !important;
    margin-left: 5%; }
    form div.form table td:first-child {
      margin-left: 0px;
      border-right: none; } }
/* syntax highlighting in pre>Code blocks */
.source-code {
  color: #666; }
  .source-code .comment {
    color: #aaa;
    font-style: italic; }
  .source-code .comment .todo {
    color: #aaa;
    font-weight: bold; }
  .source-code .tag {
    color: #5959a6;
    font-weight: bold; }
  .source-code .identifier {
    color: #206020; }
  .source-code .keyword {
    color: #2d5353;
    font-weight: bold; }
  .source-code .keyword.type {
    color: #598ca6;
    font-weight: normal; }
  .source-code .keyword.builtin {
    color: #206020;
    font-weight: normal; }
  .source-code .keyword.operator {
    color: #4040bf; }
  .source-code .number {
    color: #bf4040; }
  .source-code .string {
    color: #b34d4d;
    font-weight: normal; }

@font-face {
  font-family: "UWA slab";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot");
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot?#iefix") format("embedded-opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.otf") format("opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.woff") format("woff"); }
@font-face {
  font-family: "UWA slab";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot");
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot?#iefix") format("embedded-opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.otf") format("opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.woff") format("woff"); }
#footercontainer {
  background: url("../img/bgs/footer-background.gif") repeat-x scroll top left #fff;
  border-top: 1px solid #c4c4c4;
  clear: both;
  width: 100%;
  min-height: 230px;
  font-size: 10.8px; }
  #footercontainer > .internal {
    background: url("../img/bgs/footer-watermark.gif") no-repeat scroll top left transparent;
    min-height: 230px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding: 27px 0 0; }
    #footercontainer > .internal .column {
      border-left: 1px solid #c4c4c4;
      float: left;
      width: 146px;
      padding: 0 14px 0 21px;
      min-height: 200px;
      position: relative;
      box-sizing: content-box; }
      #footercontainer > .internal .column:first-child {
        border: 0;
        width: 147px; }
    #footercontainer > .internal .pageinfo a {
      word-break: break-all; }
    #footercontainer > .internal h1 {
      position: relative;
      top: -10px;
      font: normal normal normal 136.3636%/1.1 Georgia, serif;
      margin-bottom: 0.3em; }
  #footercontainer ul.discretelinks li {
    line-height: 1.15;
    margin-bottom: 0.45em;
    margin-left: 0;
    list-style-image: none; }
    #footercontainer ul.discretelinks li:before {
      content: "";
      float: left;
      font-family: "FontAwesome";
      padding: 0px 0.5em 0 0; }
    #footercontainer ul.discretelinks li a {
      display: block;
      margin-left: 0.8em; }
  #footercontainer a {
    color: #5c5c5c;
    text-decoration: none; }
    #footercontainer a:focus, #footercontainer a:hover {
      text-decoration: underline; }
  #footercontainer p {
    margin-bottom: 0.8em; }
  #footercontainer h2 {
    margin: 0 0 0.5em 0;
    font-weight: bold; }
    #footercontainer h2.arrow:before {
      position: absolute;
      left: 0px;
      background-color: #D9D8D8;
      content: "";
      display: inline-block;
      font-family: "FontAwesome";
      padding: 0px 6px;
      border-radius: 0px 3px 3px 0px; }

@media screen and (max-width: 1200px) {
  #footercontainer > .internal {
    margin-left: -1px; }
    #footercontainer > .internal .column {
      margin-bottom: 30px; }
      #footercontainer > .internal .column:first-child {
        border-left: 1px solid #c4c4c4;
        float: left;
        width: 146px; } }
@media screen and (max-width: 480px) {
  #footercontainer > .internal .column,
  #footercontainer > .internal .column:first-child {
    float: none;
    min-height: 0px;
    width: auto !important; } }
@font-face {
  font-family: "UWA slab";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot");
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot?#iefix") format("embedded-opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.otf") format("opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.woff") format("woff"); }
/* center container stuff */
#centrecontainer {
  width: 100%;
  background: url("../img/bgs/page-outershadow.png") center top repeat-y #eeeeee; }
  #centrecontainer > .internal {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding-bottom: 30px; }

#navcontainer {
  width: 180px;
  float: left; }

/* we need this floated to prevent float clears within the content pushing below the left navigation */
div.bodyshift {
  margin-left: 180px; }
  div.bodyshift:after {
    clear: both;
    content: " ";
    display: block; }

div.bodyshiftinner {
  float: left;
  width: 100%; }

#pagecontentbox {
  margin-top: 30px;
  padding: 0 30px 15px 30px;
  margin-left: 180px;
  min-height: 20em;
  word-wrap: break-word;
  border-left: 1px solid #d7d7d7; }

/* Need to ensure all html updated before we can remove this */
div.bodyshift div.bodyshiftinner #pagecontentbox {
  margin-left: 0px; }
div.bodyshift div.bodyshiftinner #pagebanner {
  margin-left: 0px; }

@media screen and (max-width: 900px) {
  body.header-overlay #centrecontainer {
    /* offset for floating header bar 50px + 5px border */
    border-top: 55px solid black; }

  #pagecontentbox {
    margin-top: 0px;
    margin-left: 0px;
    padding: 15px;
    border-left: 0px; }

  div.bodyshift {
    margin-left: 0px; }

  div.bodyshiftinner {
    float: none;
    margin-left: 0px; } }
@media screen and (max-width: 480px) {
  #pagecontentbox {
    padding: 15px; } }
/** BREADCRUMBS */
ol#breadcrumbs {
  padding: 5px 0px;
  margin: 0 0 0 180px;
  font-size: 0px; }
  ol#breadcrumbs li {
    display: inline-block;
    *display: inline;
    font-size: 12.5px;
    margin: 0;
    max-width: 300px;
    white-space: nowrap;
    padding: 10px 10px 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis; }
    ol#breadcrumbs li:before {
      display: inline-block;
      content: "";
      font-family: "FontAwesome";
      padding-right: 10px; }
    ol#breadcrumbs li:first-child:before {
      display: none; }
    ol#breadcrumbs li a {
      padding: 10px 0px; }
    ol#breadcrumbs li.currentpage {
      padding-right: 0;
      background-image: none;
      white-space: nowrap; }

/* pagebanner */
#pagebanner {
  background-color: #ede7d3;
  margin: 0 0 0 180px;
  position: relative; }
  #pagebanner .underlay, #pagebanner .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 220px;
    background-position: top right;
    background-repeat: no-repeat; }
  #pagebanner .underlay {
    background-image: url(http://static.weboffice.uwa.edu.au/visualid/graphics/page-banner-dotoverlay.gif); }
  #pagebanner .spacer, #pagebanner p, #pagebanner br {
    display: none; }
  #pagebanner .copy {
    padding: 15px 250px 15px 15px;
    border-color: #69c4d9;
    border-left-width: 15px;
    border-style: solid;
    /* B-ST: Faculty color, default is a light blue */ }
  #pagebanner h1 {
    color: #2B2612;
    font: bold 100%/1.1 Arial, Helvetica, sans-serif;
    margin: 0 0 0.4em 0; }
    #pagebanner h1 a:link,
    #pagebanner h1 a:visited {
      color: #2B2612;
      text-decoration: none; }
    #pagebanner h1 a:hover,
    #pagebanner h1 a:focus {
      text-decoration: underline; }
  #pagebanner h2 {
    color: #564c23;
    font: normal 208.3333%/1.1 Georgia, serif;
    margin: 0; }

@media screen and (max-width: 900px) {
  #pagebanner {
    margin-left: 0px; }
    #pagebanner .underlay {
      top: 0px; }
    #pagebanner .underlay, #pagebanner .overlay {
      width: 205px;
      background-size: 100% auto;
      background-position: center; }
    #pagebanner .copy {
      border-left-width: 8px;
      padding: 8px 235px 8px 8px; }
    #pagebanner h1 {
      margin-bottom: 0.2em; }
    #pagebanner h2 {
      font-size: 20px; } }
@media screen and (max-width: 700px) {
  #pagebanner {
    background-image: none; }
    #pagebanner .underlay, #pagebanner .overlay {
      display: none; }
    #pagebanner .copy {
      padding: 8px 8px 8px 8px; }
    #pagebanner h1 {
      margin-bottom: 0.2em; } }
/* LEFT NAVIGATION */
#navigation {
  float: left;
  width: 160px;
  padding: 0px 10px; }
  #navigation a {
    color: #0864a5;
    text-decoration: none;
    font-size: 12.5px; }
    #navigation a:focus, #navigation a:hover {
      text-decoration: underline; }
  #navigation li {
    padding: 5px 0px;
    margin: 0 0 0 15px; }
    #navigation li:before {
      display: inline-block;
      font-weight: normal;
      font-family: "FontAwesome";
      font-size: 12px;
      margin-left: -15px;
      width: 15px;
      color: #b7b7b7; }
    #navigation li.pageon > a {
      color: #746114; }
  #navigation ul {
    list-style-image: none;
    margin: 0px;
    padding: 5px 0 0 0; }
    #navigation ul:first-child {
      padding: 0px; }
  #navigation > ul > li {
    font-weight: bold;
    border-top: 1px solid #d7d7d7;
    margin-left: 15px; }
    #navigation > ul > li:first-child {
      border-top: none !important; }
    #navigation > ul > li:before {
      content: ""; }
    #navigation > ul > li.pageon:before {
      color: #746114; }
    #navigation > ul > li > ul > li {
      font-weight: normal;
      font-size: 12px;
      margin-left: 0px;
      border-top: 1px dotted #d7d7d7; }
      #navigation > ul > li > ul > li:first-child {
        border-top: none !important; }
      #navigation > ul > li > ul > li li:before {
        content: "";
        width: 10px; }

/* mobile nav is COMPLETLY diferent. A lot to override. */
#mobile-navigation {
  display: none; }

#mobile-navigation-inner {
  padding: 0px; }
  #mobile-navigation-inner a {
    position: relative;
    color: white;
    padding: 12px 0;
    text-decoration: none;
    display: block; }
    #mobile-navigation-inner a:focus, #mobile-navigation-inner a:hover {
      text-decoration: underline; }
    #mobile-navigation-inner a:before {
      display: inline-block;
      font-family: "FontAwesome";
      color: white;
      content: "" !important;
      width: 5px;
      padding: 0px 12px;
      text-align: center;
      text-decoration: underline; }
    #mobile-navigation-inner a:before {
      text-decoration: none; }
  #mobile-navigation-inner li.pageon > a:before {
    content: "" !important;
    font-size: 7px;
    line-height: 16px;
    vertical-align: top; }
  #mobile-navigation-inner ul, #mobile-navigation-inner li {
    list-style-image: none;
    margin: 0px;
    padding: 0px; }
  #mobile-navigation-inner > ul:not(:first-child) {
    border-top: 2px solid black; }
  #mobile-navigation-inner > ul > li {
    border-top: 2px solid black; }
    #mobile-navigation-inner > ul > li:first-child {
      border-top: none !important; }
    #mobile-navigation-inner > ul > li > ul > li {
      border-top: 2px solid black;
      background-color: #383838;
      margin-left: 0px; }
      #mobile-navigation-inner > ul > li > ul > li > a {
        margin-left: 1em; }
      #mobile-navigation-inner > ul > li > ul > li > ul {
        border-top: 2px solid black; }
        #mobile-navigation-inner > ul > li > ul > li > ul li {
          background-color: #4D4D4D; }
        #mobile-navigation-inner > ul > li > ul > li > ul a {
          margin-left: 2em; }
        #mobile-navigation-inner > ul > li > ul > li > ul ul a {
          margin-left: 3em; }
    #mobile-navigation-inner > ul > li > a:after {
      display: inline-block;
      font-family: "FontAwesome";
      padding: 12px 0px;
      text-align: center;
      width: 40px;
      position: absolute;
      right: 0px;
      top: 0px;
      background-color: #4d4d4d;
      text-decoration: underline; }
    #mobile-navigation-inner > ul > li > a.pageon:after {
      content: ""; }
  #mobile-navigation-inner li.toggle > a:after {
    content: "";
    text-decoration: none; }
  #mobile-navigation-inner li.toggle > ul {
    display: none; }
  #mobile-navigation-inner li.toggle.visible > a:after {
    content: "";
    text-decoration: none; }
  #mobile-navigation-inner li.toggle.visible > ul {
    display: block; }
  #mobile-navigation-inner #responsive-quicklinks > li > a:before, #mobile-navigation-inner #responsive-quicklinks > li > a, #mobile-navigation-inner #responsive-quicklinks > li > a:after {
    color: #E4BF28; }

@font-face {
  font-family: "UWA slab";
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot");
  src: url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.eot?#iefix") format("embedded-opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.otf") format("opentype"), url("//static.weboffice.uwa.edu.au/visualid/fonts/uwa/uwa-slab-regular.woff") format("woff"); }
/* HEADER MAIN */
#header, #searchbar {
  width: 100%;
  position: relative; }
  #header > div, #searchbar > div {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }

#header {
  height: 70px;
  background-color: black;
  border-top: 3px solid #69C4D9;
  position: relative; }
  #header div.inner {
    height: 70px; }
  #header #headertitle {
    position: absolute;
    right: 10px;
    left: 220px;
    bottom: 0px;
    top: 25px;
    font-size: 0px;
    font-color: black;
    background-position: center right;
    background-repeat: no-repeat; }
  #header ul.nav-mobile-buttons {
    display: none; }

/* HEADER - QUICKLINKS */
#header #quicklinks {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: #e2e2e2;
  position: relative; }
  #header #quicklinks > li {
    background-color: #363636;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    padding: 5px;
    list-style-image: none;
    border-radius: 0 0 5px 5px; }
    #header #quicklinks > li > ul {
      display: none; }
    #header #quicklinks > li a {
      padding: 10px;
      color: #e2e2e2;
      text-decoration: none; }
      #header #quicklinks > li a:hover, #header #quicklinks > li a:focus {
        text-decoration: underline; }
  #header #quicklinks > li.visible {
    background-color: #4d4d4d;
    border-radius: 0; }
    #header #quicklinks > li.visible > ul {
      display: block; }
  #header #quicklinks > li > ul {
    top: 100%;
    right: 0%;
    margin-top: 0px;
    background-color: #4d4d4d;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px 0px 5px 5px;
    padding: 5px 5px;
    position: absolute;
    z-index: 100;
    list-style: none; }
    #header #quicklinks > li > ul li {
      white-space: nowrap;
      margin: 0px; }
      #header #quicklinks > li > ul li a {
        display: block;
        padding: 5px; }
  #header #quicklinks a.toggle {
    display: inline-block; }

/* SEARCHBAR WITH LOCAL LINKS */
#searchbar {
  min-height: 38px;
  background: url(../img/bgs/header-search-bg.gif) bottom left repeat-x white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  #searchbar ul.locallinks,
  #searchbar div.locallinks {
    margin: 0px;
    float: left; }
    #searchbar ul.locallinks ul,
    #searchbar div.locallinks ul {
      margin: 0px; }
    #searchbar ul.locallinks li,
    #searchbar div.locallinks li {
      margin: 0px 0px 0px 10px;
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      line-height: 38px; }
      #searchbar ul.locallinks li a,
      #searchbar div.locallinks li a {
        text-decoration: none;
        color: #7f7f7f;
        font-weight: bold; }
        #searchbar ul.locallinks li a:hover, #searchbar ul.locallinks li a:focus,
        #searchbar div.locallinks li a:hover,
        #searchbar div.locallinks li a:focus {
          text-decoration: underline; }
      #searchbar ul.locallinks li:before,
      #searchbar div.locallinks li:before {
        content: "";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 12px;
        font-weight: normal;
        color: #7f7f7f;
        margin-right: 5px; }
  #searchbar #uwasearch {
    margin: 0px 10px;
    position: relative;
    float: right;
    min-height: 38px;
    line-height: 38px;
    vertical-align: middle; }
    #searchbar #uwasearch li {
      display: inline-block;
      *display: inline;
      margin: 0 0px 0 0px; }
    #searchbar #uwasearch label {
      display: none; }
    #searchbar #uwasearch input, #searchbar #uwasearch option, #searchbar #uwasearch select {
      vertical-align: middle;
      margin-top: -1px;
      max-width: 200px; }
    #searchbar #uwasearch ul {
      margin-bottom: 0px; }

@media screen and (max-width: 900px) {
  /* HIDDEN BY DEFAULT IN MOBILE MODE */
  #header #quicklinks,
  ol#breadcrumbs,
  #searchbar,
  #navigation,
  #headertitle {
    display: none; }

  /* MOBILE HEADER WITH OVERLAY MODE */
  #header {
    height: 50px;
    width: 100%;
    background-color: #000;
    z-index: 9010;
    position: static;
    transition: box-shadow 2s ease; }
    #header div.inner {
      height: 50px; }
    #header.menu-active {
      position: fixed;
      z-index: 9010;
      top: 0px; }

  body.header-overlay #header {
    position: fixed;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    transition: box-shadow 2s ease; }

  /* MOBILE NAV BUTTONS */
  #header ul.nav-mobile-buttons {
    display: inline-block;
    margin-right: 8px;
    color: white;
    list-style: none;
    float: right;
    margin: 0px;
    padding: 5px 0px; }
    #header ul.nav-mobile-buttons li {
      display: inline-block;
      margin: 0px; }
      #header ul.nav-mobile-buttons li a.button {
        background-color: #000;
        color: #F0F0F0;
        border-radius: 3px;
        border: 0px;
        margin: 0 8px 0 0;
        display: inline-block;
        padding: 0px 0px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        font-size: 20px;
        cursor: pointer; }
      #header ul.nav-mobile-buttons li a.button.active {
        background-color: #272727; }
      #header ul.nav-mobile-buttons li a.button:hover {
        background-color: #F0F0F0;
        color: #212121; }

  /* RESPONSIVE OVERLAY CONTAINERS */
  div.responsive-nav-container {
    display: none !important; }
    div.responsive-nav-container.visible {
      display: block !important;
      box-sizing: border-box !important;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      top: 50px;
      border-top: 3px solid black;
      right: 0px;
      width: 320px !important;
      position: fixed !important;
      z-index: 9001;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
      float: none;
      border-left: 3px solid black;
      border-right: 3px solid black;
      border-bottom: 3px solid black;
      background-color: #272727;
      background-image: none;
      color: white; }
      div.responsive-nav-container.visible a {
        color: white; }

  /* search and local links */
  #searchbar {
    background-image: none;
    background-color: #272727;
    text-align: center; }
    #searchbar ul {
      margin-bottom: 0px; }
    #searchbar div.locallinks,
    #searchbar ul.locallinks {
      float: none; }
      #searchbar div.locallinks li a, #searchbar div.locallinks li:before,
      #searchbar ul.locallinks li a,
      #searchbar ul.locallinks li:before {
        color: white; }
    #searchbar #uwasearch {
      margin-bottom: 0px; }
      #searchbar #uwasearch li:first-child {
        width: 100%; } }
/* extra devices and plugin stuff */
 *
 *
 * /** extra font awesome compatability fixesy */
div.pagecontent ul.fa-ul {
  list-style-image: none; }
  div.pagecontent ul.fa-ul li {
    margin-top: 0.8em;
    margin-bottom: 0.8em; }
  div.pagecontent ul.fa-ul.inline-list {
    margin-left: 0px; }
  div.pagecontent ul.fa-ul li {
    display: inline-block;
    margin-left: 3em;
    padding-right: 1em; }
div.pagecontent i.fa.colour {
  color: #49a0b5; }
div.pagecontent i.fa.colour-light {
  color: #a8d1db; }
div.pagecontent i.fa.colour-dark {
  color: #234d56; }

/* prisim syntax highlighting theme */
code[class*="language-"] {
  color: #666;
  font-family: Consolas, Monaco, "Andale Mono", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

code {
  background-color: #EAF7FA; }
  code .token.comment, code .token.prolog, code .token.doctype, code .token.cdata {
    color: #999; }
  code .token.punctuation {
    color: #000; }
  code .namespace {
    opacity: 0.7; }
  code .token.property, code .token.tag, code .token.boolean, code .token.number, code .token.constant, code .token.symbol, code .token.deleted {
    color: #b05; }
  code .token.selector, code .token.attr-name, code .token.string, code .token.char, code .token.builtin, code .token.inserted {
    color: #280; }
  code .token.operator, code .token.entity, code .token.url {
    color: #a75; }
  code .language-css .token.string, code .style .token.string {
    color: #a75; }
  code .token.atrule, code .token.attr-value, code .token.keyword {
    color: #05a; }
  code .token.function {
    color: #DD4A68; }
  code .token.regex, code .token.important, code .token.variable {
    color: #e90; }
  code .token.important {
    font-weight: bold; }
  code .token.entity {
    cursor: help; }

/* overflow wrapper device - scroll buttons for mobiles */
div.overflow-wrapper {
  position: relative; }
  div.overflow-wrapper > .overflow-box {
    overflow: auto; }
  div.overflow-wrapper span[class^="overflow-"] {
    display: none;
    position: absolute;
    text-align: center;
    color: white;
    /*text-shadow: 0px 0px 3px black; */
    background: rgba(220, 220, 220, 0.7);
    border-radius: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center; }
  div.overflow-wrapper span.overflow-up {
    background-image: url("http://static.weboffice.uwa.edu.au/visualid/graphics/id-css-devices/nav-arrow-circle-up.png");
    top: 0px;
    left: 50%;
    margin-left: -20px;
    margin-top: 3px; }
  div.overflow-wrapper span.overflow-down {
    background-image: url("http://static.weboffice.uwa.edu.au/visualid/graphics/id-css-devices/nav-arrow-circle-down.png");
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    margin-bottom: 3px; }
  div.overflow-wrapper span.overflow-left {
    background-image: url("http://static.weboffice.uwa.edu.au/visualid/graphics/id-css-devices/nav-arrow-circle-left.png");
    left: 0px;
    top: 50%;
    margin-top: -20px;
    margin-left: 3px; }
  div.overflow-wrapper span.overflow-right {
    background-image: url("http://static.weboffice.uwa.edu.au/visualid/graphics/id-css-devices/nav-arrow-circle-right.png");
    right: 0px;
    top: 50%;
    margin-top: -20px;
    margin-right: 3px; }

div#centrecontainer.noleftnav ol#breadcrumbs {
  margin-left: 30px; }
div#centrecontainer.noleftnav #navigation {
  display: none; }
div#centrecontainer.noleftnav #pagebanner,
div#centrecontainer.noleftnav #pagecontentbox,
div#centrecontainer.noleftnav div.bodyshift {
  margin-left: 0px; }
div#centrecontainer.noleftnav #pagecontentbox {
  border-left: 0px; }

div#centrecontainer.nobreadcrumbs ol#breadcrumbs {
  display: none; }
div#centrecontainer.nobreadcrumbs > div.internal {
  padding-top: 30px; }

@media screen and (max-width: 900px) {
  div#centrecontainer.nobreadcrumbs > div.internal {
    padding-top: 0px; } }
div#centrecontainer.nopagebanner #pagebanner {
  display: none; }
div#centrecontainer.nopagebanner #pagecontentbox {
  margin-top: 0px; }

@media print {
  #searchbar,
  #quicklinks,
  #breadcrumbs,
  #navigation,
  #footercontainer,
  #header {
    display: none; }

  #centrecontainer {
    background-image: none; }

  #footercontainer ul.discretelinks {
    display: none; }

  #pagecontentbox,
  #pagebanner {
    margin-left: 0px;
    border-left: 0px; }

  #pagebanner {
    border: 1px solid grey; }

  #centrecontainer {
    width: 900px; }

  #centrecontainer:before {
    content: url("../img/uwacrest-print.svg");
    display: block;
    padding-bottom: 15px; } }
/* legacy elements that can't be removed yet or common old id.cat devices */
div.pagecontent .margin-left-185 {
  margin-left: 185px; }
div.pagecontent .margin-right-185 {
  margin-right: 185px; }

/* list profiles is a commonly used id-cat device */
dl.list-profiles:after {
  display: block;
  content: " ";
  height: 0px;
  clear: left; }
dl.list-profiles dt {
  clear: left;
  padding-left: 100px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 5px;
  border-top: 1px dotted #ccc; }
  dl.list-profiles dt:first-child {
    border-top: none; }
dl.list-profiles dd {
  padding-left: 100px;
  margin-bottom: 15px; }
  dl.list-profiles dd.imgleft {
    float: left;
    margin-left: 0px;
    margin-top: -18px;
    padding-left: 0px; }
dl.list-profiles.margin-left-125 dt, dl.list-profiles.margin-left-125 dd {
  padding-left: 125px; }
dl.list-profiles.margin-left-125 dd.imgleft {
  padding-left: 0px; }

/* id-page.sass */
/* This may reduce lag on click in some mobile browsers */
a {
  touch-action: manipulation; }

/* placeholder for testing */
#headertitle {
  background-image: url("../img/trajan-news-white.png"); }

/* responsive handlers for alternate content */
.dpi-low {
  display: block; }

.dpi-high {
  display: none; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .dpi-high {
    display: block; }

  .dpi-low {
    display: none; } }
/* brand refresh masthead only */
#header {
  background: url("../img/bgs/header-main-bg.jpg") center top repeat-x #26348C;
  border-top: 0px;
  border-bottom: 5px solid #E0B600;
  height: 147px; }

#header a.uwa-header-crest {
  box-sizing: content-box;
  width: 211px;
  height: 69px;
  padding-top: 41px;
  padding-left: 0px;
  margin-left: -7px;
  float: left;
  display: block; }
  #header a.uwa-header-crest img {
    width: 100%;
    height: 100%; }

#searchbar {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

#header #headertitle {
  margin-top: 55px;
  padding: 0px;
  background-image: none !important;
  font-size: 26px;
  color: white;
  text-align: right;
  height: 32px !important;
  font-family: "UWA slab";
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 1250px) {
  #header a.uwa-header-crest {
    margin-left: 5px; } }
@media screen and (max-width: 900px) {
  #header {
    height: 50px; }

  #header a.uwa-header-crest {
    margin-left: 10px;
    max-height: 36px;
    max-width: 110px;
    padding: 8px 6px 6px 6px; }

  #pagebanner .copy {
    border-left: 0px;
    padding-left: 15px; } }
#header {
  transition: box-shadow 1s ease 0s !important;
  -webkit-transition: none !important; }
  #header.normal {
    transition: box-shadow 1s ease 0s !important;
    -webkit-transition: none !important; }
  #header.full-off {
    top: -60px;
    transition: box-shadow 1s ease 0s !important;
    -webkit-transition: none !important;
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  #header.slide-off {
    top: -60px;
    transition: transform 1s ease, box-shadow 1s ease 0s !important;
    -webkit-transition: 1s ease !important;
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  #header.slide-on {
    top: -60px;
    transition: transform 1s ease, box-shadow 1s ease 0s !important;
    -webkit-transition: 1s ease !important;
    transform: translateY(60px);
    -webkit-transform: translateY(60px); }
  #header.full-on {
    top: -60px;
    transition: box-shadow 1s ease 0s !important;
    -webkit-transition: none !important;
    transform: translateY(60px);
    -webkit-transform: translateY(60px); }

/*# sourceMappingURL=core5.css.map */
