@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i,800';
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row.expanded {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}
.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  font-smooth: always;
  text-rendering: optimizeLegibility;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #232020;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
}

h1, h2, strong {
  font-weight: 600;
}

h3, h4, h5, h6 {
  font-weight: 800;
  letter-spacing: 0;
}

h1 > em {
  font-weight: 700;
  font-style: italic;
}

a {
  color: #cc0000;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  text-decoration: none;
}

a:hover, a:focus {
  color: #050000;
  text-decoration: underline;
}

p,
ul > li,
ol > li {
  line-height: 1.5;
}

strong {
  font-weight: 600;
  line-height: 1.3;
}

/* Used within the footer */
[class*="btn-social"] {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  text-indent: -9999;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transform: inherit scale(1.01);
     -moz-transform: inherit scale(1.01);
      -ms-transform: inherit scale(1.01);
       -o-transform: inherit scale(1.01);
          transform: inherit scale(1.01);
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  -moz-transition: .25s all;
  transition: .25s all;
  padding: 0;
}

[class*="btn-social"]:after {
  text-indent: 0px;
  content: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  font-size: 20px;
}

[class*="btn-social"]:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

[class*="btn-social"]:hover:after {
  -webkit-transform: inherit scale(1.2);
     -moz-transform: inherit scale(1.2);
      -ms-transform: inherit scale(1.2);
       -o-transform: inherit scale(1.2);
          transform: inherit scale(1.2);
}

@media only screen and (min-width: 1025px) {
  [class*="btn-social"] {
    width: 36px;
    height: 36px;
  }
}

.btn-social--twitter {
  background-color: #26a6d1;
}

.btn-social--twitter:after {
  content: "\f099";
}

.btn-social--facebook {
  background-color: #3b5998;
}

.btn-social--facebook:after {
  content: "\f09a";
}

.btn-social--instagram {
  background-color: #3f729b;
}

.btn-social--instagram:after {
  content: "\f16d";
}

.btn-social--youtube {
  background-color: #d22215;
}

.btn-social--youtube:after {
  content: "\f16a";
}

.btn-social--linkedin {
  background-color: #0e76a8;
}

.btn-social--linkedin:after {
  content: "\f0e1";
}

/* Base link styles */
.link, .link--arrow-r, .link--arrow-l {
  position: relative;
  -webkit-transition: .25s color, .25s, .25s background-color, .25s border-color;
  -o-transition: .25s color, .25s, .25s background-color, .25s border-color;
  -moz-transition: .25s color, .25s, .25s background-color, .25s border-color;
  transition: .25s color, .25s, .25s background-color, .25s border-color;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: .5px;
  color: #050000;
  text-decoration: none;
}

.link:after, .link--arrow-r:after, .link--arrow-l:after, .link:before, .link--arrow-r:before, .link--arrow-l:before {
  font-family: FontAwesome;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
}

.link:hover, .link--arrow-r:hover, .link--arrow-l:hover, .link:focus, .link--arrow-r:focus, .link--arrow-l:focus {
  color: #cc0000;
}

.link:hover:after, .link--arrow-r:hover:after, .link--arrow-l:hover:after, .link:focus:after, .link--arrow-r:focus:after, .link--arrow-l:focus:after {
  color: #cc0000;
}

/* Anchor link with text and arrow on the right */
.link--arrow-r {
  padding-right: 25px;
}

.link--arrow-r:after {
  text-indent: 0px;
  content: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  top: auto;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  left: auto;
  right: 0;
  width: 25px;
  content: "\f105";
}

/* Anchor link with text and arrow on the right */
.link--arrow-l {
  text-decoration: none;
  padding-left: 25px;
}

.link--arrow-l:before {
  text-indent: 0px;
  content: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  right: auto;
  left: 0;
  width: 25px;
  content: "?";
}

/* Font awesome icon options */
.link--fa-l:before {
  padding-right: 4px;
}

.link--fa-r {
  padding-right: 20px;
}

.link--fa-r:before {
  position: absolute;
  left: auto;
  right: 0;
  padding-left: 4px;
}

.link--fa-rd, .link--fa-ru {
  padding-right: 20px;
}

.link--fa-rd:before, .link--fa-ru:before {
  position: absolute;
  left: auto;
  right: 0;
  padding-left: 4px;
  content: "?";
}

.link--fa-ru:before {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Colour options */
.link--white {
  color: white;
}

.link--white:before, .link--white:after {
  color: white;
}

.link--white:hover, .link--white:focus {
  color: #cc0000;
}

.link--white:hover:before, .link--white:hover:after, .link--white:focus:before, .link--white:focus:after {
  color: #cc0000;
}

.link--red {
  color: #cc0000;
}

.link--red:before, .link--red:after {
  color: #cc0000;
}

.link--red:hover:before, .link--red:hover:after, .link--red:focus:before, .link--red:focus:after {
  color: white;
}

.link--upper-red {
  text-transform: uppercase;
  color: #cc0000;
  font-weight: 700;
}

.link--upper-red:before, .link--upper-red:after {
  color: #cc0000;
}

.link--upper-red:hover, .link--upper-red:focus {
  color: #232020;
}

.link--upper-red:hover:before, .link--upper-red:hover:after, .link--upper-red:focus:before, .link--upper-red:focus:after {
  color: #232020;
}

.link--upper-dark {
  text-transform: uppercase;
  font-weight: 700;
}

.link--upper-dark:before, .link--upper-dark:after {
  color: #232020;
}

.link--expand {
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 20px;
}

.link--expand .msg-expand {
  display: block;
}

.link--expand .msg-collapse {
  display: none;
}

.link--expand:after {
  text-indent: 0px;
  content: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  right: 0;
  left: auto;
  width: 25px;
  content: "?";
  color: #cc0000;
  font-weight: normal;
  -webkit-transform: rotate(0) translateY(-50%) !important;
     -moz-transform: rotate(0) translateY(-50%) !important;
      -ms-transform: rotate(0) translateY(-50%) !important;
       -o-transform: rotate(0) translateY(-50%) !important;
          transform: rotate(0) translateY(-50%) !important;
  -webkit-transform-origin: top center;
     -moz-transform-origin: top center;
      -ms-transform-origin: top center;
       -o-transform-origin: top center;
          transform-origin: top center;
}

.link--expand:hover, .link--expand:focus {
  outline: none 0;
  color: #232020;
}

.link--expand:hover:after, .link--expand:focus:after {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  color: #232020;
}

.link--expand.is-expanded .msg-expand {
  display: none;
}

.link--expand.is-expanded .msg-collapse {
  display: block;
}

.link--expand.is-expanded:after {
  -webkit-transform: rotate(45deg) translateY(-50%) !important;
     -moz-transform: rotate(45deg) translateY(-50%) !important;
      -ms-transform: rotate(45deg) translateY(-50%) !important;
       -o-transform: rotate(45deg) translateY(-50%) !important;
          transform: rotate(45deg) translateY(-50%) !important;
}


.form input::-ms-clear {
  display: none;
}

.form button,
.form input {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 38px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .8px;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form button:focus,
.form input:focus {
  outline: none;
}

.form button,
.form input[type="submit"] {
  font-weight: 700;
  background-color: #cc0000;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s color, .3s background-color;
  -o-transition: .3s color, .3s background-color;
  -moz-transition: .3s color, .3s background-color;
  transition: .3s color, .3s background-color;
}

.form button:hover,
.form input[type="submit"]:hover {
  background-color: #b50000;
}

.form input[type="text"]:focus {
  border-color: #aea7a9;
}

.error-msg {
  display: none;
  color: #cc0000;
}

.error-msg i {
  padding-right: 5px;
  color: #cc0000;
}

.error-msg--active {
  display: block;
}

/* Form panels */
.article .form-panel,
.form-panel {
  padding: 10px 25px;
  margin-left: -20px;
  margin-right: -20px;
}

.article .form-panel ul > li,
.form-panel ul > li {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.article .form-panel ul > li:before, .article .form-panel ul > li:after,
.form-panel ul > li:before,
.form-panel ul > li:after {
  content: none;
  display: none;
}

.article .form-panel h2, .article .form-panel h3, .article .form-panel h4,
.form-panel h2,
.form-panel h3,
.form-panel h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.article .form-panel fieldset > legend,
.form-panel fieldset > legend {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 360px) {
  .article .form-panel,
  .form-panel {
    padding: 10px 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 480px) {
  .article .form-panel,
  .form-panel {
    padding: 10px 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .article .form-panel ul > li,
  .form-panel ul > li {
    display: inline-block;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .article .form-panel,
  .form-panel {
    padding: 30px 50px;
  }
  .article .form-panel ul > li,
  .form-panel ul > li {
    display: inline-block;
    padding-right: 20px;
    min-width: 150px;
  }
  .article .form-panel fieldset,
  .form-panel fieldset {
    margin-top: 15px;
    font-size: 18px;
  }
}

.disabled {
  pointer-events: none;
  opacity: .5;
}



.wysiwyg .table-sticky,
.article .table-sticky {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: 18px 3px 30px -28px rgba(0, 0, 0, 0.33);
     -moz-box-shadow: 18px 3px 30px -28px rgba(0, 0, 0, 0.33);
          box-shadow: 18px 3px 30px -28px rgba(0, 0, 0, 0.33);
  visibility: hidden;
  background: #fff;
}






ul.accordion,
.accordion {
  list-style-type: none;
  background: transparent;
  margin-left: 0;
  margin-bottom: 40px;
  max-width: none;
}

ul.accordion ul,
.accordion ul {
  max-width: none;
}

ul.accordion .accordion-item,
.accordion .accordion-item {
  margin: 0;
  padding: 0;
}

ul.accordion .accordion-item:before, ul.accordion .accordion-item:after,
.accordion .accordion-item:before,
.accordion .accordion-item:after {
  display: none;
}

ul.accordion .accordion-item .accordion-title,
.accordion .accordion-item .accordion-title {
  position: relative;
  display: block;
  padding: 20px 45px 20px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.1px;
  color: #232020;
  position: relative;
  border-bottom: 0;
  text-decoration: none;
}

ul.accordion .accordion-item .accordion-title > small,
ul.accordion .accordion-item .accordion-title > span,
.accordion .accordion-item .accordion-title > small,
.accordion .accordion-item .accordion-title > span {
  display: inline-block;
}

ul.accordion .accordion-item .accordion-title > span.forward-slash,
.accordion .accordion-item .accordion-title > span.forward-slash {
  padding-left: 8px;
}

ul.accordion .accordion-item .accordion-title > span.forward-slash:before,
.accordion .accordion-item .accordion-title > span.forward-slash:before {
  display: inline-block;
  content: '/';
  padding-right: 8px;
}

ul.accordion .accordion-item .accordion-title:after,
.accordion .accordion-item .accordion-title:after {
  text-indent: 0px;
  content: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  content: "?";
  color: #232020;
  left: auto;
  right: 10px;
  width: 20px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
}

ul.accordion .accordion-item .accordion-title:hover,
.accordion .accordion-item .accordion-title:hover {
  color: #cc0000;
}

ul.accordion .accordion-item .accordion-title:hover:after,
.accordion .accordion-item .accordion-title:hover:after {
  color: #cc0000;
}

ul.accordion .accordion-item.is-active .accordion-title:after,
.accordion .accordion-item.is-active .accordion-title:after {
  -webkit-transform: rotate(180deg) translateY(50%) !important;
     -moz-transform: rotate(180deg) translateY(50%) !important;
      -ms-transform: rotate(180deg) translateY(50%) !important;
       -o-transform: rotate(180deg) translateY(50%) !important;
          transform: rotate(180deg) translateY(50%) !important;
}

ul.accordion .accordion-item .accordion-content,
.accordion .accordion-item .accordion-content {
  padding: 20px 15px;
  display: none;
  border-bottom: 0;
  background-color: transparent;
  color: #232020;
}

ul.accordion .accordion-item .accordion-title,
.accordion .accordion-item .accordion-title {
  padding: 20px 45px 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

ul.accordion .accordion-item .accordion-title span,
.accordion .accordion-item .accordion-title span {
  font-weight: 300;
}

ul.accordion .accordion-item .accordion-title:after,
.accordion .accordion-item .accordion-title:after {
  font-size: 20px;
}

ul.accordion .accordion-item .accordion-content,
.accordion .accordion-item .accordion-content {
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid transparent;
}

ul.accordion .accordion-item .accordion-content p:last-of-type,
.accordion .accordion-item .accordion-content p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

ul.accordion .accordion-item.is-active .accordion-title,
.accordion .accordion-item.is-active .accordion-title {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  color: #cc0000;
}

ul.accordion .accordion-item .link-list > li,
.accordion .accordion-item .link-list > li {
  padding: 10px 0;
  border-bottom: none;
}

ul.accordion .accordion-item:last-child .accordion-title,
.accordion .accordion-item:last-child .accordion-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

ul.accordion .accordion-item:last-child.is-active .accordion-title,
.accordion .accordion-item:last-child.is-active .accordion-title {
  border-bottom-color: transparent;
}

ul.accordion .accordion-item:last-child.is-active .accordion-content,
.accordion .accordion-item:last-child.is-active .accordion-content {
  border-bottom-color: rgba(0, 0, 0, 0.125);
}

@media only screen and (min-width: 640px) {
  ul.accordion .accordion-item .link-list > li,
  .accordion .accordion-item .link-list > li {
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 1025px) {
  ul.accordion .accordion-item .accordion-title:after,
  .accordion .accordion-item .accordion-title:after {
    right: 20px;
  }
  ul.accordion .accordion-item .link-list > li,
  .accordion .accordion-item .link-list > li {
    padding: 14px 25px;
  }
}

.request-html {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}

.request-html .request-html__error-msg {
  display: none;
}

.request-html--loading, .request-html--error {
  position: relative;
  min-height: 300px;
  background-color: #f6f3f4;
}

.request-html--loading .request-html__spinner, .request-html--error .request-html__spinner {
  display: block;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.request-html--loading .request-html__error-msg, .request-html--error .request-html__error-msg {
  display: none;
}

.request-html--error {
  background-color: transparent;
}

.request-html--error .spinner {
  display: none;
}

.request-html--error .request-html__error-msg {
  display: block;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
}

.spinner {
  display: none;
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
       animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
       animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
       animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
         transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
      -o-transform: scale(0);
         transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
  }
}





html,
body {
  width: 100%;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch;
}

/* Row wrap provides gutter widths for rows */
.row-wrap, .footer__nav {
  position: relative;
  float: none;
  clear: both;
  margin: 0 20px;
  max-width: 1200px;
}

@media only screen and (min-width: 480px) {
  .row-wrap, .footer__nav {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 640px) {
  .row-wrap, .footer__nav {
    margin: 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .row-wrap, .footer__nav {
    margin: 0 50px;
  }
  .row-wrap + .row-wrap, .footer__nav + .row-wrap, .row-wrap + .footer__nav, .footer__nav + .footer__nav {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .row-wrap, .footer__nav {
    margin: 0 80px;
  }
  .row-wrap + .row-wrap, .footer__nav + .row-wrap, .row-wrap + .footer__nav, .footer__nav + .footer__nav {
    margin-top: 75px;
  }
}

@media only screen and (min-width: 1280px) {
  .row-wrap, .footer__nav {
    margin: 0 140px;
  }
}

@media only screen and (min-width: 1480px) {
  .row-wrap, .footer__nav {
    margin: 0 auto;
  }
}

.row-wrap .row-wrap--content .article:first-of-type, .footer__nav .row-wrap--content .article:first-of-type {
  margin-top: 0;
}

.row-wrap .article .row, .footer__nav .article .row {
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 640px) {
  .row-wrap .article .row, .footer__nav .article .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.no-transitions {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.hide-content {
  display: none !important;
}

#wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main .row {
  max-width: none;
}

@media only screen and (min-width: 640px) {
  .main {
    margin-top: 69px;
  }
}

@media only screen and (min-width: 1025px) {
  .main {
    margin-top: 117px;
  }
  section + .row-wrap, section + .footer__nav {
    margin-top: 50px;
  }
}

@media screen and (min-width: 0\0) {
  #wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    /* 1, 3 */
  }
  .header,
  .footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    /* 2 */
  }
  .main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    /* 2 */
    padding: 0 0;
    width: 100%;
  }
  .main::after {
    content: '\00a0';
    /* &nbsp; */
    display: block;
    margin-top: 148px;
    height: 0px;
    visibility: hidden;
  }
}

.content-spacer {
  display: block;
  float: none;
  clear: both;
  height: 20px;
}

@media only screen and (min-width: 1025px) {
  .content-spacer {
    height: 35px;
  }
}

.align-right {
  float: right;
}

hr {
  margin: 20px 0;
  border: 0;
  height: 1px;
  background: #e0d6d9;
}

.columns {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .columns {
    margin-bottom: 35px;
  }
}

.large-12 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.lock-scroll {
  position: fixed;
  overflow-y: scroll;
}

.lock-scroll #wrap {
  overflow-y: scroll;
}

@media only screen and (min-width: 480px) {
  .xxsmall-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xxsmall-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxsmall-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxsmall-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxsmall-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xxsmall-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxsmall-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xxsmall-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xxsmall-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xxsmall-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xxsmall-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xxsmall-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  .xsmall-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xsmall-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xsmall-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xsmall-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xsmall-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xsmall-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xsmall-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xsmall-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xsmall-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xsmall-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xsmall-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xsmall-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .main:before {
    content: '';
    height: 36px;
    width: 100%;
    display: block;
    background: #f6f3f4 url(//static.murdoch.edu.au/precedent/images/murdoch-logo-hoz-rgb.svg) center 4px no-repeat;
    -moz-background-size: 94px;
      -o-background-size: 94px;
         background-size: 94px;
  }
}

.footer {
  background-color: #1D1a1A;
  padding-top: 30px;
  padding-bottom: 56px;
}

.footer .col {
  margin-top: 15px;
}

.footer .col:first-child h3:before {
  display: none;
}

.footer h3 {
  text-transform: uppercase;
  color: white;
  margin: 30px 0 15px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.footer p,
.footer address,
.footer ul > li {
  color: #ccc;
  font-size: 13.5px;
  line-height: 1.5;
}

.footer p,
.footer address {
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 1.7;
}

.footer ul > li {
  color: #ccc;
}

.footer ul > li > a {
  display: inline-block;
  text-decoration: none;
  padding: 7px 0;
  color: #ccc;
}

.footer ul > li > a:hover {
  color: #fc2d38;
}

.footer ul > li small {
  font-size: 12px;
}

.footer .link, .footer .link--arrow-r, .footer .link--arrow-l {
  display: block;
  padding: 5px 0 10px;
  margin-bottom: 5px;
  color: #fc2d38;
  font-size: 13px;
  font-weight: 600;
  padding-right: 20px;
}

.footer .link:hover, .footer .link--arrow-r:hover, .footer .link--arrow-l:hover, .footer .link:focus, .footer .link--arrow-r:focus, .footer .link--arrow-l:focus {
  color: white;
}

.footer .site-logo--footer > a {
  background-image: url(https://static.murdoch.edu.au/precedent/images/murdoch-logo-hoz-white.svg);
  background-color: transparent;
  background-position: 0 -15px;
  width: 150px;
  height: 50px;
}

.footer .contact-details a[href*="tel:"] {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0;
  color: #fff;
}

.footer__social-links {
  max-width: 340px;
  margin: 30px -10px;
}

.footer__social-links ul {
  display: table;
  width: 100%;
}

.footer__social-links ul > li {
  display: table-cell;
}

.footer__social-links ul > li > a {
  display: block;
  margin: 0 auto;
}

.footer__nav {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer__message {
  margin: 40px auto;
}

.footer__message .article {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 4;
}

.footer__message .article p {
  margin-bottom: 0;
  font-size: 12px;
}

.footer__message .link, .footer__message .link--arrow-r, .footer__message .link--arrow-l {
  display: inline-block;
}

.footer__lower {
  padding: 30px 0;
  background-color: #050000;
}

.footer__lower .row-wrap ul, .footer__lower .footer__nav ul {
  padding-left: 10px;
  padding-right: 10px;
}

.footer__lower .row-wrap ul > li, .footer__lower .footer__nav ul > li,
.footer__lower .row-wrap ul > li > a,
.footer__lower .footer__nav ul > li > a {
  font-size: 12.5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer__lower .row-wrap ul > li > a, .footer__lower .footer__nav ul > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 640px) {
  .footer {
    padding-bottom: 0px;
  }
  .footer__top {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer__top .site-logo--footer {
    position: relative;
    left: -5px;
    float: right;
    width: 25%;
    padding-left: 0;
    margin-left: 5px;
  }
  .footer__social-links {
    margin-left: 0;
    margin-right: 0;
    max-width: 300px;
  }
  .footer__social-links ul > li > a {
    margin: 0;
  }
  .footer__social-links [class*="btn__social"] {
    width: 36px;
    height: 36px;
  }
  .footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
  .footer__nav .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .footer__nav .col h3,
  .footer__nav .col ul {
    display: block;
  }
  .footer__nav .col h3 > li > a,
  .footer__nav .col ul > li > a {
    padding-right: 20px;
  }
  .footer__nav .col h3 {
    font-size: 13px;
  }
  .footer__nav .col.accordion-item > a {
    display: none;
  }
  .footer__nav .col.accordion-item > a + h3 {
    display: block;
  }
  .footer__lower {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .footer__lower ul > li {
    display: inline-block;
    padding-right: 15px;
  }
  .footer__lower ul > li:last-child {
    display: block;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer__nav .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .footer__nav .col:last-child a[href*="tel:"] {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .footer {
    position: relative;
    background: #1D1a1A url(//static.murdoch.edu.au/precedent/images/footer-murdoch-prism.png) right bottom no-repeat;
    -moz-background-size: 400px;
      -o-background-size: 400px;
         background-size: 400px;
    background-position: right 0px bottom 84px;
  }
  .footer:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    left: 130px;
    bottom: 200px;
    opacity: .25;
    width: 175px;
    height: 175px;
    background: transparent url(//static.murdoch.edu.au/precedent/images/footer-magpies.png) left center no-repeat;
    -moz-background-size: 175px;
      -o-background-size: 175px;
         background-size: 175px;
  }
  .footer .row-wrap + .footer__nav, .footer .footer__nav + .footer__nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer__top .site-logo--footer {
    float: right;
    width: 25%;
    padding-left: 0;
  }
  .footer__social-links {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .footer__social-links ul {
    padding-top: 5px;
  }
  .footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    margin-bottom: 74px;
  }
  .footer__nav .col,
  .footer__nav .col:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .footer__nav .col h3,
  .footer__nav .col:last-child h3 {
    margin-bottom: 25px;
  }
  .footer__nav .col h3:before,
  .footer__nav .col:last-child h3:before {
    width: 15%;
  }
  .footer__nav .col:last-child h3:before {
    display: none;
  }
  .footer__nav .contact-details ul {
    padding-top: 9px;
  }
  .footer__message {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .footer__message p {
    font-size: 12px;
  }
  .footer__message .article--row {
    width: 75%;
    padding-right: 40px;
  }
  .footer__lower ul > li:last-child {
    display: inline-block;
    float: right;
    padding-right: 0;
  }
  .footer ul > li > a.link, .footer ul > li > a.link--arrow-r, .footer ul > li > a.link--arrow-l {
    display: inline-block;
  }
}

@media only screen and (min-width: 1280px) {
  .footer {
    -moz-background-size: 800px / 2;
      -o-background-size: 800px / 2;
         background-size: 800px / 2;
  }
  .footer:after {
    left: 130px;
    bottom: 220px;
  }
  .footer .row-wrap + .footer__nav, .footer .footer__nav + .footer__nav {
    margin-top: 20px;
    margin-top: 20px;
  }
  .footer h3 {
    letter-spacing: .5px;
    margin-top: 40px;
  }
  .footer h3:before {
    top: -30px;
  }
  .footer ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .footer ul > li > a.btn__arrow {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 15px;
  }
  .footer p,
  .footer address,
  .footer ul > li {
    font-size: 13px;
    line-height: 1.7;
  }
  .footer__top .site-logo--footer {
    padding-left: 0;
  }
  .footer__social-links {
    margin-top: 44px;
    margin-bottom: 44px;
    max-width: 270px;
  }
  .footer__social-links ul > li > a {
    padding: 0;
  }
  .footer__nav {
    margin-bottom: 104px;
  }
  .footer__nav h3 {
    margin-bottom: 25px;
  }
  .footer__nav ul > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .footer__message {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .footer__lower .row-wrap ul > li, .footer__lower .footer__nav ul > li,
  .footer__lower .row-wrap ul > li > a,
  .footer__lower .footer__nav ul > li > a {
    font-size: 11.5px;
  }
  .footer__lower .row-wrap ul > li > a, .footer__lower .footer__nav ul > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer__lower .row-wrap ul > li:not(:last-child), .footer__lower .footer__nav ul > li:not(:last-child) {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 639px) {
  .footer__nav .col.accordion-item {
    margin: 0;
  }
  .footer__nav .col.accordion-item > a {
    display: block;
    text-decoration: none;
  }
  .footer__nav .col.accordion-item > a:focus, .footer__nav .col.accordion-item > a:hover {
    text-decoration: none;
  }
  .footer__nav .col.accordion-item > a + h3 {
    display: none;
  }
  .footer__nav .col.accordion-item h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .footer__nav .col.accordion-item h3:after {
    text-indent: 0px;
    content: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-family: FontAwesome;
    color: white;
    text-align: center;
    width: 100%;
    -webkit-transition: .25s color;
    -o-transition: .25s color;
    -moz-transition: .25s color;
    transition: .25s color;
    content: "\f107";
    color: white;
    left: auto;
    right: 0px;
    width: 20px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .footer__nav .col.accordion-item h3:hover, .footer__nav .col.accordion-item h3:focus {
    color: #cc0000;
    text-decoration: none;
  }
  .footer__nav .col.accordion-item h3:hover:after, .footer__nav .col.accordion-item h3:focus:after {
    color: #cc0000;
  }
  .footer__nav .col.accordion-item ul {
    display: none;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s border;
    -o-transition: 0.3s border;
    -moz-transition: 0.3s border;
    transition: 0.3s border;
  }
  .footer__nav .col.accordion-item.is-active h3 {
    border-bottom-color: transparent;
  }
  .footer__nav .col.accordion-item.is-active h3:after {
    -webkit-transform: rotate(180deg) translateY(50%) !important;
       -moz-transform: rotate(180deg) translateY(50%) !important;
        -ms-transform: rotate(180deg) translateY(50%) !important;
         -o-transform: rotate(180deg) translateY(50%) !important;
            transform: rotate(180deg) translateY(50%) !important;
  }
  .footer__nav .col.accordion-item.is-active ul {
    border-bottom-color: rgba(255, 255, 255, 0.25);
  }
  .footer__nav .col.accordion-item:first-of-type h3 {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
}

.header .row-header {
  position: relative;
}

.header__top {
  display: none;
  background-color: #050000;
  min-height: 49px;
}

.header__top .row-header {
  padding-right: 30px;
  min-height: 49px;
}

.header__top ul {
  display: block;
  float: right;
  padding: 0;
}

.header__top ul > li {
  display: inline-block;
}

.header__top ul > li > .link, .header__top ul > li > .link--arrow-r, .header__top ul > li > .link--arrow-l {
  display: block;
  min-height: 49px;
  line-height: 49px;
  text-transform: uppercase;
  color: #ccc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.header__top ul > li > .link:after, .header__top ul > li > .link--arrow-r:after, .header__top ul > li > .link--arrow-l:after, .header__top ul > li > .link:before, .header__top ul > li > .link--arrow-r:before, .header__top ul > li > .link--arrow-l:before {
  color: #dfdcdd;
  font-weight: normal;
}

.header__top ul > li > .link:hover, .header__top ul > li > .link--arrow-r:hover, .header__top ul > li > .link--arrow-l:hover, .header__top ul > li > .link:focus, .header__top ul > li > .link--arrow-r:focus, .header__top ul > li > .link--arrow-l:focus {
  color: #fc2d38;
  text-decoration: none;
}

.header__top ul > li > .link:hover:after, .header__top ul > li > .link--arrow-r:hover:after, .header__top ul > li > .link--arrow-l:hover:after, .header__top ul > li > .link:hover:before, .header__top ul > li > .link--arrow-r:hover:before, .header__top ul > li > .link--arrow-l:hover:before, .header__top ul > li > .link:focus:after, .header__top ul > li > .link--arrow-r:focus:after, .header__top ul > li > .link--arrow-l:focus:after, .header__top ul > li > .link:focus:before, .header__top ul > li > .link--arrow-r:focus:before, .header__top ul > li > .link--arrow-l:focus:before {
  color: #fc2d38;
}

.header__banner {
  float: none;
  clear: both;
  background-color: #1D1a1A;
  min-height: 69px;
}

.header__banner ul > li > a {
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.5px;
}

.header__banner ul > li > a:hover {
  color: #fc2d38;
}

.header__banner ul > li > a.active {
  position: relative;
}

.header__banner ul > li > a.active:before, .header__banner ul > li > a.active:after {
  content: '';
  display: block;
  position: absolute;
}

.header__banner ul > li > a.active:before {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #dfdcdd;
  border-width: 6px;
  margin-left: -6px;
}

.header__banner ul > li > a.active:after {
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #dfdcdd;
}

.header__logo {
  position: relative;
  z-index: 10;
}

.header__main .nav-main {
  display: none;
}

@media only screen and (min-width: 640px) {
  .header__top ul > li {
    font-size: 11px;
  }
  .header__top ul > li:not(:first-child) {
    margin-left: 0;
    padding-left: 20px;
  }
  .header__banner {
    border-bottom: 3px solid #cc0000;
  }
  .header__banner > .row-header {
    min-height: 65px;
  }
  .header__logo {
    position: absolute;
    display: block;
    position: absolute;
    top: 0;
  }
  .header__main {
    position: absolute;
    right: 0;
  }
  .header__main .nav-toggle__toggle,
  .header__main .site-search {
    display: inline-block;
    overflow: hidden;
  }
  .header__main .nav-toggle__toggle {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header__main .site-search {
    position: absolute;
    top: 0;
    right: 67px;
    white-space: nowrap;
  }
  .row-header {
    min-height: 56px;
  }
}

@media only screen and (min-width: 1025px) {
  .header {
    white-space: nowrap;
  }
  .header .site-logo {
    -webkit-transform: scale(0.59) translate(-34.6%, -34.4%);
       -moz-transform: scale(0.59) translate(-34.6%, -34.4%);
        -ms-transform: scale(0.59) translate(-34.6%, -34.4%);
         -o-transform: scale(0.59) translate(-34.6%, -34.4%);
            transform: scale(0.59) translate(-34.6%, -34.4%);
  }
  .header__top {
    display: block;
  }
  .header__banner {
    min-height: 65px;
  }
  .header__main {
    position: static;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__main:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 117px;
    width: 30px;
    height: 66px;
    background: -webkit-gradient(linear, left top, right top, from(#1d1a1a), to(rgba(29, 26, 26, 0)));
    background: -webkit-linear-gradient(left, #1d1a1a 0%, rgba(29, 26, 26, 0) 100%);
    background: -moz-linear-gradient(left, #1d1a1a 0%, rgba(29, 26, 26, 0) 100%);
    background: -o-linear-gradient(left, #1d1a1a 0%, rgba(29, 26, 26, 0) 100%);
    background: linear-gradient(to right, #1d1a1a 0%, rgba(29, 26, 26, 0) 100%);
    opacity: 0;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    -moz-transition: .3s opacity;
    transition: .3s opacity;
    pointer-events: none;
  }
  .header__main .nav-main,
  .header__main .nav-toggle__toggle,
  .header__main .site-search {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    display: inline-block;
    vertical-align: middle;
  }
  .header__main .nav-toggle__toggle {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 65px;
       -moz-box-flex: 1;
        -ms-flex: 1 1 65px;
            flex: 1 1 65px;
    max-width: 65px;
    min-width: 65px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header__main .site-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    min-width: 65px;
  }
  .header__main .nav-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-left: 117px;
  }
  .header__main .nav-main ul {
    display: table;
  }
  .header__main .nav-main ul > li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    height: 65px;
  }
  .header__main .nav-main ul > li:last-child {
    border-right: none;
  }
  .header__main .nav-main ul > li > a {
    display: block;
    padding: 24px 17px;
  }
}

@media only screen and (min-width: 1140px) {
  .header__main .nav-main ul > li > a {
    padding: 24px 20px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .header__logo {
    margin-top: -2px;
    padding-left: 30px;
  }
  .header__logo .site-logo > a {
    width: 152px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo {
    padding-left: 50px;
  }
}

.search-active .header__main:before {
  opacity: 1;
}

.site-logo {
  display: inline-block;
}

.site-logo > a {
  display: block;
  background: transparent url(//static.murdoch.edu.au/precedent/images/murdoch-logo-hoz-white.svg) no-repeat 0 0;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  width: 118px;
  height: 56px;
  text-indent: -9999px;
}

@media only screen and (min-width: 1025px) {
  .site-logo > a {
    background-image: url(//static.murdoch.edu.au/precedent/images/murdoch-logo-vert-white.svg);
    background-color: #cc0000;
    width: 117px;
    height: 118px;
  }
}

.nav-slide .nav-list ul > li > button, .nav-slide .nav__title button {
  position: absolute;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  width: 46px;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: 0 none;
  cursor: pointer;
}

.nav-slide .nav-list ul > li > button:before, .nav-slide .nav__title button:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: -webkit-calc(100% - 1px);
  height: -moz-calc(100% - 1px);
  height: calc(100% - 1px);
  -webkit-transition: .3s background-color;
  -o-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  font-weight: normal;
}

.nav-slide .nav-list ul > li > button:after, .nav-slide .nav__title button:after {
  text-indent: 0px;
  content: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  content: "?";
  font-size: 20px;
  color: #fff;
  margin-top: -1px;
  font-weight: normal;
  opacity: .75;
  text-indent: 0px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}

.nav-slide .nav-list ul > li > button:hover:before, .nav-slide .nav__title button:hover:before, .nav-slide .nav-list ul > li > button:focus:before, .nav-slide .nav__title button:focus:before {
  background-color: #cc0000;
}

.nav-slide .nav-list ul > li > button:hover:after, .nav-slide .nav__title button:hover:after, .nav-slide .nav-list ul > li > button:focus:after, .nav-slide .nav__title button:focus:after {
  color: white;
  text-indent: 7.5px;
}

.nav-slide .nav-list {
  /* Font awesome icon options */
}

.nav-slide .nav-list .nav-btn {
  background-color: transparent;
  width: auto;
  overflow: hidden;
}

.nav-slide .nav-list .nav-btn > span {
  padding: 15px 20px;
}

.nav-slide .nav-list .nav-btn--home {
  height: 46px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #322e2c;
}

.nav-slide .nav-list .nav-btn--home > span {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-slide .nav-list .nav-btn--solid {
  margin: 10px 20px;
  border: 1px solid rgba(204, 0, 0, 0.5);
}

.nav-slide .nav-list .nav-btn--back {
  color: #cc0000;
  width: 45px;
}

.nav-slide .nav-list [class*="nav-btn--fa-"] {
  padding: 20px;
}

.nav-slide .nav-list [class*="nav-btn--fa-"]:after, .nav-slide .nav-list [class*="nav-btn--fa-"]:before,
.nav-slide .nav-list [class*="nav-btn--fa-"] > span:after,
.nav-slide .nav-list [class*="nav-btn--fa-"] > span:before {
  color: #fff;
  font-family: FontAwesome;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  font-weight: normal;
  opacity: .5;
}

.nav-slide .nav-list [class*="nav-btn--fa-"]:hover:after, .nav-slide .nav-list [class*="nav-btn--fa-"]:focus:after {
  color: #cc0000;
}

.nav-slide .nav-list .nav-btn--fa-l:before {
  padding-right: 4px;
}

.nav-slide .nav-list .nav-btn--fa-r {
  position: relative;
  padding: 0;
}

.nav-slide .nav-list .nav-btn--fa-r:before {
  display: none;
  content: none;
}

.nav-slide .nav-list .nav-btn--fa-r > span:after {
  float: right;
  padding-left: 5px;
}

.nav-slide .nav-list .nav-links .nav-btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .5px;
  border: none;
  min-height: auto;
}

.nav-slide .nav-list .nav-links .nav-btn > span {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #f6f3f4;
  -webkit-transition: .3s color;
  -o-transition: .3s color;
  -moz-transition: .3s color;
  transition: .3s color;
}

.nav-slide .nav-list .nav-links .nav-btn:hover {
  background-color: transparent;
}

.nav-slide .nav-list .nav-links .nav-btn:hover > span,
.nav-slide .nav-list .nav-links .nav-btn:hover > span:after {
  color: #fc2d38;
  opacity: 1;
}

.nav-slide .nav-list .nav-links .nav-btn--external-link > span:after {
  content: "\f08e";
  font-size: 12px;
  -webkit-transition: .3s color, .3s opacity;
  -o-transition: .3s color, .3s opacity;
  -moz-transition: .3s color, .3s opacity;
  transition: .3s color, .3s opacity;
}

/* Main sliding navigation */
.nav-slide {
  position: fixed;
  z-index: 100;
  left: auto;
  right: 0;
  top: 69px;
  background-color: #232020;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
  -o-transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
  -moz-transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
  transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
  max-width: 320px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* This block slides in for each level of navigation */
}

.nav-slide .wrapper {
  overflow: hidden;
}

.nav-slide .nav-level {
  overflow: hidden;
  max-width: 320px;
  height: -webkit-calc(100vh - 69px);
  height: -moz-calc(100vh - 69px);
  height: calc(100vh - 69px);
  background-color: #1D1a1A;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.nav-slide .nav-level.darken {
  background-color: #050000;
}

.nav-slide .site-search {
  display: block;
  background-color: #e0d6d9;
  width: 100%;
  padding: 15px 20px;
}

.nav-slide .site-search .site-search__form {
  max-width: none;
  width: 100%;
}

.nav-slide .site-search .site-search__input {
  width: 100%;
}

.nav-slide .nav-list {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200;
}

.nav-slide .nav-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.nav-slide .nav-list ul > li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  clear: both;
  float: none;
  display: block;
  position: relative;
  min-height: 45px;
}

.nav-slide .nav-list ul > li > a {
  display: block;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: .5px;
  color: #fff;
  font-size: 12.5px;
  letter-spacing: .8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  -webkit-transition: .3s background-color;
  -o-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.nav-slide .nav-list ul > li > a > span {
  display: block;
  padding: 15px 60px 15px 20px;
  line-height: 1.3;
}

.nav-slide .nav-list ul > li > a:hover, .nav-slide .nav-list ul > li > a:focus {
  background-color: #cc0000;
  color: #fff;
}

.nav-slide .nav-list ul > li > a:hover + button, .nav-slide .nav-list ul > li > a:focus + button {
  border-bottom-color: #322e2c;
}

.nav-slide .nav-list ul > li > a:hover + button:before, .nav-slide .nav-list ul > li > a:focus + button:before {
  background-color: #322e2c;
  border-bottom-color: #322e2c;
}

.nav-slide .nav-list ul > li > a.is-active:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 5px;
  height: 100%;
  background-color: white;
}

.nav-slide .nav-list ul > li > button {
  color: #fff;
  top: 0px;
  left: auto;
  right: 0;
  float: right;
  height: 100%;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}

.nav-slide .nav-list ul > li > button:after {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-slide .nav-list ul > li > button:before {
  height: 100%;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}

.nav-slide .nav-list ul > li > button:hover, .nav-slide .nav-list ul > li > button:focus {
  border-color: #cc0000;
}

.nav-slide .nav-list ul > li > button:hover:after, .nav-slide .nav-list ul > li > button:focus:after {
  border-left-color: transparent;
}

.nav-slide .nav-list .nav-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-slide .nav-list .nav-links > li {
  min-height: auto;
}

.nav-slide .nav-list .nav-links > li > a > span {
  letter-spacing: .5px;
}

.nav-slide > .wrapper > .nav-level > .nav-list .nav-links {
  position: static;
}

.nav-slide .nav__title {
  position: relative;
  background-color: #1D1a1A;
  background-color: rgba(0, 0, 0, 0.15);
}

.nav-slide .nav__title > a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}

.nav-slide .nav__title > a:hover, .nav-slide .nav__title > a:focus {
  text-decoration: none;
  background-color: #cc0000;
}

.nav-slide .nav__title button {
  top: 0;
  left: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  height: 100%;
  color: #fff;
}

.nav-slide .nav__title button:before {
  height: 100%;
  border-bottom: 1px solid transparent;
}

.nav-slide .nav__title button:after {
  content: "\f104";
  color: #fff;
  font-weight: normal;
}

.nav-slide .nav__title button:hover:after, .nav-slide .nav__title button:focus:after {
  text-indent: -7.5px;
  border-bottom-color: #cc0000;
}

.nav-slide .nav__title h3 {
  display: block;
  padding: 13px 50px 14px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 400;
  font-size: 13.5px;
  letter-spacing: .5px;
  text-decoration: none;
}

@media only screen and (min-width: 640px) {
  .nav-slide .site-search {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .nav-slide {
    top: 117px;
  }
}

/* Overlay that darkens the background */
.nav-exit-ov {
  position: fixed;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 26, 26, 0);
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: 0s -webkit-transform .3s, .3s background-color 0s;
  -webkit-transition: .3s background-color 0s, 0s -webkit-transform .3s;
  transition: .3s background-color 0s, 0s -webkit-transform .3s;
  -o-transition: .3s background-color 0s, 0s -o-transform .3s;
  -moz-transition: 0s transform .3s, .3s background-color 0s, 0s -moz-transform .3s;
  transition: 0s transform .3s, .3s background-color 0s;
  transition: 0s transform .3s, .3s background-color 0s, 0s -webkit-transform .3s, 0s -moz-transform .3s, 0s -o-transform .3s;
  cursor: pointer;
}

/* Active navigation state */
.nav-active .nav-slide {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.nav-active .nav-exit-ov {
  background-color: rgba(29, 26, 26, 0.8);
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
  transition: 0s -webkit-transform .0s, .3s background-color 0s;
  -webkit-transition: .3s background-color 0s, 0s -webkit-transform .0s;
  transition: .3s background-color 0s, 0s -webkit-transform .0s;
  -o-transition: .3s background-color 0s, 0s -o-transform .0s;
  -moz-transition: 0s transform .0s, .3s background-color 0s, 0s -moz-transform .0s;
  transition: 0s transform .0s, .3s background-color 0s;
  transition: 0s transform .0s, .3s background-color 0s, 0s -webkit-transform .0s, 0s -moz-transform .0s, 0s -o-transform .0s;
}

.nav-slide .nav-level {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #232020;
  -webkit-transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 10;
}

.nav-slide .nav-level.active {
  visibility: visible;
}

.nav-slide .nav-level.active.in {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.nav-slide .nav-level.active.out {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.nav-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 28px;
  cursor: pointer;
  z-index: 999;
  margin-bottom: 0;
  padding: 0;
  outline: 0 none;
}

.nav-toggle > span.menu {
  position: relative;
  top: -10px;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 20px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-toggle > span.bars {
  margin-top: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 26px;
  height: 2px;
  background-color: white;
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-indent: -9999px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 25% center;
     -moz-transform-origin: 25% center;
      -ms-transform-origin: 25% center;
       -o-transform-origin: 25% center;
          transform-origin: 25% center;
  outline: 0 none;
}

.nav-toggle > span.bars:before, .nav-toggle > span.bars:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-toggle > span.bars:before {
  -webkit-transform: translateY(-280%);
     -moz-transform: translateY(-280%);
      -ms-transform: translateY(-280%);
       -o-transform: translateY(-280%);
          transform: translateY(-280%);
}

.nav-toggle > span.bars:after {
  -webkit-transform: translateY(280%);
     -moz-transform: translateY(280%);
      -ms-transform: translateY(280%);
       -o-transform: translateY(280%);
          transform: translateY(280%);
}

.nav-toggle:hover, .nav-toggle:focus {
  outline: none;
  text-decoration: none;
}

.nav-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #cc0000;
  width: 56px;
  height: 56px;
}

@media only screen and (min-width: 640px) {
  .nav-toggle {
    background-color: transparent;
    width: 65px;
    height: 65px;
  }
}

@media only screen and (min-width: 1025px) {
  .nav-toggle {
    margin: 0;
  }
}

.nav-active .nav-toggle > span.menu {
  opacity: 0;
}

.nav-active .nav-toggle > span.bars {
  margin-top: 0;
  background-color: transparent !important;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-active .nav-toggle > span.bars:before {
  -webkit-transform: translateY(0) rotate(-45deg);
     -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
       -o-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav-active .nav-toggle > span.bars:after {
  -webkit-transform: translateY(0) rotate(45deg);
     -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
       -o-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

/*
	Main Site Search in the Header
*/
.site-search__input::-webkit-input-placeholder {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}
.site-search__input:-moz-placeholder {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}
.site-search__input::-moz-placeholder {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}
.site-search__input:-ms-input-placeholder {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}
.site-search__input::placeholder {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

.site-search__form {
  position: relative;
  display: inline-block;
  max-width: 400px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.site-search__input, .site-search__submit {
  display: inline-block;
  min-width: 48px;
  min-height: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  appearance: none;
}

.site-search__input {
  font-size: 16px;
  font-weight: 400;
  width: 330px;
  padding: 0 48px 0 24px;
  border: 1px solid transparent;
}

.site-search__input:focus {
  outline: none;
  border-color: rgba(29, 26, 26, 0.5);
}

.site-search__input:-ms-clear {
  display: none;
}

.site-search__submit {
  position: absolute;
  right: 0;
  z-index: 3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
}

.site-search__submit:after {
  text-indent: 0px;
  content: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  width: 48px;
  right: 0;
  left: auto;
  z-index: 2;
  content: "\f002";
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -moz-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
  text-align: 0;
  color: #cc0000;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  -moz-transition: .3s opacity;
  transition: .3s opacity;
  opacity: 1;
}

@media only screen and (min-width: 640px) {
  .site-search {
    min-height: 65px;
    background-color: white;
  }
  .site-search__submit {
    min-width: 46px;
    min-height: 65px;
  }
  .site-search__input {
    background-color: transparent;
    border: none;
    padding: 0 15px 0;
    color: #232020;
    width: 100%;
    margin: 0;
  }
  .site-search__input:focus {
    outline: none;
    border-color: rgba(204, 0, 0, 0.5);
  }
  .site-search__toggle {
    display: inline-block;
  }
  .site-search__input::-webkit-input-placeholder {
    color: #1D1a1A;
  }
  .site-search__input:-moz-placeholder {
    color: #1D1a1A;
  }
  .site-search__input::-moz-placeholder {
    color: #1D1a1A;
  }
  .site-search__input:-ms-input-placeholder {
    color: #1D1a1A;
  }
  .site-search__input::placeholder {
    color: #1D1a1A;
  }
  .header .site-search__input {
    padding: 18px 15px 0;
  }
  .course-search__main .site-search__input {
    padding: 0 15px 0;
    min-width: auto;
    min-height: auto;
  }
}

@media only screen and (min-width: 640px) {
  .site-search {
    font-size: 0;
    padding: 0;
    border: none;
  }
  .site-search__form {
    float: none;
    clear: none;
    max-width: 0px;
    width: 0px;
    vertical-align: top;
    -webkit-transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
    -o-transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
    -moz-transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
    transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
  }
  .site-search__form:after {
    opacity: 0;
  }
  .search-active .site-search__form {
    width: 300px;
    max-width: 300px;
    margin-right: 10px;
  }
  .search-active .site-search__form:after {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .search-active .site-search__form {
    width: 330px;
    max-width: 330px;
  }
}

.search-toggle {
  position: relative;
  display: none;
  cursor: pointer;
  z-index: 1;
  margin-bottom: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #1D1a1A;
  width: 65px;
  height: 68px;
  min-width: 65px;
  text-indent: -9999px;
  outline: 0 none;
  overflow: hidden;
}

.search-toggle:before {
  text-indent: 0px;
  content: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  content: "\f002";
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -moz-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
  text-align: 0;
}

.search-toggle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  background-color: transparent;
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-indent: -9999px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}

.search-toggle > span:after, .search-toggle > span:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2.5px;
  background: white;
  content: '';
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.search-toggle > span:before {
  -webkit-transform: translateY(0) rotate(-45deg);
     -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
       -o-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.search-toggle > span:after {
  -webkit-transform: translateY(0) rotate(45deg);
     -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
       -o-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.search-active .search-toggle:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.search-active .search-toggle > span {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s .1s;
  -o-transition: all 0.3s .1s;
  -moz-transition: all 0.3s .1s;
  transition: all 0.3s .1s;
}

.search-active .search-toggle > span:after, .search-active .search-toggle > span:before {
  opacity: 1;
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

@media only screen and (min-width: 640px) {
  .search-toggle {
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@media only screen and (min-width: 1025px) {
  .search-toggle {
    background-color: #cc0000;
  }
}

.header .site-search__toggle .search-toggle {
  z-index: 999;
}

/** Style to narrow header on scroll */
@media only screen and (min-width: 1025px) {
  .header,
  .header__banner,
  .header__banner .header__main .nav-main,
  .header__banner .header__main:before,
  .nav-slide,
  .header__logo {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
  }
  .main {
    -webkit-transition: .3s margin-top;
    -o-transition: .3s margin-top;
    -moz-transition: .3s margin-top;
    transition: .3s margin-top;
  }
  .header .site-logo {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .header-narrow .header {
    position: fixed;
    margin-top: -49px;
  }
  .header-narrow .header .header__logo {
    -webkit-transform: scale(0.59) translate(-34.6%, -34.4%);
       -moz-transform: scale(0.59) translate(-34.6%, -34.4%);
        -ms-transform: scale(0.59) translate(-34.6%, -34.4%);
         -o-transform: scale(0.59) translate(-34.6%, -34.4%);
            transform: scale(0.59) translate(-34.6%, -34.4%);
    margin-top: 48px;
  }
  .header-narrow .header .header__banner {
    min-height: 69px !important;
  }
  .header-narrow .header .header__banner .header__main:before {
    left: 69px;
  }
  .header-narrow .header .header__banner .header__main .nav-main {
    margin-left: 69px !important;
  }
  .header-narrow .nav-slide {
    top: 69px;
  }
  .header-narrow .nav-slide .nav-level {
    height: -webkit-calc(100vh - 69px);
    height: -moz-calc(100vh - 69px);
    height: calc(100vh - 69px);
  }
  .header-narrow .main {
    margin-top: 69px !important;
  }
}

/** 
    This is a set of separate mobile styles for the reverse header and navigation 
*/
@media only screen and (max-width: 639px) {
  .header--mobile {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 56px;
    z-index: 9999;
  }
  .header--mobile .row-wrap, .header--mobile .footer__nav {
    margin-left: 0;
    margin-right: 0;
  }
  .header--mobile .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header--mobile .header__logo {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .header--mobile .site-search {
    display: none;
  }
  #main {
    margin-top: 35px;
  }
  #main:before {
    content: '';
    display: block;
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    height: 36px;
    background: #f6f3f4 url(//static.murdoch.edu.au/precedent/images/murdoch-logo-hoz-rgb.svg) center center no-repeat;
    -moz-background-size: auto 27px;
      -o-background-size: auto 27px;
         background-size: auto 27px;
  }
}

@media only screen and (max-width: 639px) {
  .header--mobile .nav-toggle {
    background-color: red, light;
  }
}

@media only screen and (max-width: 639px) {
  .header {
    z-index: 100;
  }
  .nav--mobile {
    top: auto;
    bottom: 56px;
  }
  .nav--mobile .nav-level {
    position: fixed;
    top: auto;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: -webkit-calc(100vh - 57px);
    height: -moz-calc(100vh - 57px);
    height: calc(100vh - 57px);
  }
  .nav--mobile .nav-level:after {
    top: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .nav--mobile .nav-list::-webkit-scrollbar {
    width: 0 !important;
  }
  .nav--mobile .nav-list {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    height: -webkit-calc(100vh - 56px);
    height: -moz-calc(100vh - 56px);
    height: calc(100vh - 56px);
    -ms-overflow-style: none;
  }
  .nav--mobile .nav-list ul {
    font-size: 0;
  }
  .nav--mobile .nav-list ul > li > a {
    min-height: 50px;
  }
  .nav--mobile .nav-list ul > li > button:after {
    width: 43px;
  }
  .nav--mobile .nav-list ul:nth-child(n2) {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav--mobile .site-search {
    display: block;
    bottom: 0;
    padding: 0;
    background-color: #1D1a1A;
    border: none;
    font-size: 0;
  }
  .nav--mobile .site-search__input {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding-left: 15px;
    height: 45px;
    background-color: #dfdcdd;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    -moz-transition: .3s background-color;
    transition: .3s background-color;
    border: none;
  }
  .nav--mobile .site-search__input:focus {
    background-color: #fff;
    border-color: transparent;
  }
  .nav--mobile .site-search__submit {
    width: 65px;
    height: 45px;
    padding: 0;
  }
  .nav--mobile .site-search__submit:after {
    width: 64px;
  }
  .nav--mobile > .wrapper > .nav-level > .nav-list .nav-ext-links {
    height: auto;
    min-height: auto;
  }
  /* Whole mobile active nav */
  .nav-active .nav-slide {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

.search-in-focus #wrap .nav-slide {
  position: relative;
  height: 100vh;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.search-in-focus #wrap .nav-slide .nav-level {
  position: absolute;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  height: 100vh;
}

.search-in-focus #wrap .nav-slide .nav-level .nav-list {
  height: auto !important;
  overflow-y: auto;
}

.search-in-focus #wrap .nav-slide .nav-level .nav-list ul {
  margin-top: 0 !important;
  margin-bottom: 100%;
}

.search-in-focus #wrap .nav-slide .nav-level .nav-list ul > li.site-search {
  display: block !important;
}

.page-breadcrumbs {
  background-color: #232020;
  display: none;
  padding: 15px 0;
}

.page-breadcrumbs .columns {
  margin-bottom: 0;
}

.page-breadcrumbs ul {
  list-style: none;
}

.page-breadcrumbs ul > li {
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
}

.page-breadcrumbs ul > li > a {
  display: block;
  position: relative;
  padding-right: 18px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
  color: #fff;
  padding-right: 25px;
}

.page-breadcrumbs ul > li > a:after {
  text-indent: 0px;
  content: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
  color: white;
  text-align: center;
  width: 100%;
  -webkit-transition: .25s color;
  -o-transition: .25s color;
  -moz-transition: .25s color;
  transition: .25s color;
  content: "\f105";
  color: #dfdcdd;
  left: auto;
  right: 0px;
  width: 20px;
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
}

.page-breadcrumbs ul > li > a:hover, .page-breadcrumbs ul > li > a:focus {
  color: red;
}

.page-breadcrumbs ul > li:last-child > a {
  text-decoration: underline;
}

.page-breadcrumbs ul > li:last-child > a:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page-breadcrumbs {
    display: block;
  }
}


.theme--dark {
  background-color: #232020;
}

@media only screen and (max-width: 639px) {
  .theme--full-img {
    background: #f6f3f4 !important;
  }
}

.sticky-element-wrapper {
  position: relative;
}

.sticky-element {
  -webkit-transform: translate3d(0px, 0px, 0px);
     -moz-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.sticky-element.is-sticky {
  position: fixed !important;
}

.sticky-element.anchor-to-bottom {
  position: absolute !important;
}

.contact-details {
  margin-bottom: 50px;
}

.contact-details h1:first-of-type,
.contact-details h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-details h4 {
  margin-bottom: 5px;
}

.contact-details a {
  display: block;
}

.contact-details a.a--large {
  margin-bottom: 0;
  line-height: 1.2;
}

.contact-details a[href*="tel:"] {
  color: #050000;
}

.contact-details a[href*="tel:"]:hover, .contact-details a[href*="tel:"]:focus {
  color: #cc0000;
}

.contact-details .article {
  padding-top: 15px;
  padding-bottom: 0;
}

@media only screen and (min-width: 360px) {
  .contact-details h1 {
    display: block;
    text-align: center;
  }
  .contact-details .article {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .contact-details .columns {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-details h4 {
    min-height: 44px;
  }
  .contact-details a.a--large {
    font-size: 20px;
  }
  .contact-details a.a--red-semi {
    padding-top: 8px;
  }
}


@media screen and (min-width: 0\0) {
  #wrap,
  #wrap .main {
    display: block;
  }
  .main::after {
    margin-top: 0px;
  }
  .nav-slide .nav-level {
    left: auto;
    right: 0;
    bottom: 64px;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s top cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s background-color, 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s top cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s background-color, 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.3s top cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s background-color, 0.3s -o-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s top cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s background-color, 0.3s -moz-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s top cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s background-color;
    transition: 0.3s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s top cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s background-color, 0.3s -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -moz-transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.3s -o-transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .nav-slide .nav-level.active.in {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  .nav-active .nav-slide .nav-level,
  .nav-active .nav-slide .nav-level.active.out {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  .nav-active .nav-slide .nav-level.active.in {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 0\0) and (min-width: 640px) {
  .nav-slide .nav-level {
    left: auto;
    right: 0;
    bottom: auto;
    top: 69px;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  .nav-slide .nav-level:after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    height: 10000px;
    width: 100%;
    background-color: #f6f3f4;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .header-narrow .nav-slide .nav-level {
    top: 69px;
  }
}

@media screen and (min-width: 0\0) and (min-width: 640px) and (max-width: 1023px) {
  .header .header__logo {
    padding-left: 32px;
    margin-top: 7px;
  }
}

@media screen and (min-width: 0\0) and (min-width: 1025px) {
  .header .row-header .header__main {
    position: absolute;
    right: 0;
    display: table;
    width: 100%;
    padding-left: 117px;
    -webkit-transition: .3s padding-left;
    -o-transition: .3s padding-left;
    -moz-transition: .3s padding-left;
    transition: .3s padding-left;
  }
  .header .row-header .header__main:before {
    position: fixed !important;
  }
  .header .row-header .header__main .nav-main,
  .header .row-header .header__main .nav-toggle__toggle,
  .header .row-header .header__main .site-search {
    display: table-cell;
  }
  .header .row-header .header__main .nav-main {
    width: 100%;
  }
  .header .row-header .header__main .site-search {
    -webkit-transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
    -o-transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
    -moz-transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
    transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
  }
  .header .row-header .header__main ul > li > a:after {
    bottom: -2px !important;
  }
  .header.search-active .row-header .header__main .site-search {
    min-width: 375px;
  }
  .header .header__logo .site-logo > a {
    height: 117px;
  }
  .nav-slide .nav-level {
    left: auto;
    right: 0;
    bottom: auto;
    top: 116px;
  }
  .header-narrow .header .header__main {
    padding-left: 70px;
  }
  .header-narrow .header .header__main ul > li > a:after {
    bottom: -3px !important;
  }
  .owl-carousel .slide__logo img {
    height: 100px;
  }
}

@media screen and (min-width: 0\0) and ( min-width: 1280px ) {
  .nav-slide .nav-level {
    left: auto;
    right: 0;
    bottom: auto;
    top: 116px;
  }
}

