/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 April 2020 13:20:48
*/


/******* corpsite banner *******/
/* 4.18 kjc */
a#qut-logo {
    background-image: url(https://www.qut.edu.au/__data/assets/image/0015/28104/qut-logo-corpsite.png);
    border-right: none;
    width: 330px;
}

body > header > div > div {
    background-image: none;
}

/******* corpsite internal link *******/

/*body a[href*="cms.qut.edu.au/corpsite"], body a[href*="cms-edit.qut.edu.au"], body a[href*='cms-media.qut.edu.au'], body a[href*='cms.qut.edu.au/__data'], body a[href*='cms.qut.edu.au/__media'], body a[href*='staff.qut.edu.au'], body a[href*='www.links.qut.edu.au'] {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}*/

/*******corpsite-specific footer styles *******/

#footer-content .col-1 {
    width: 140px;
}

#footer-content .col-2 {
    width: 140px;
}

#footer-content .col-3 {
    width: 140px;
}

#footer-content .col-4 {
    width: 155px;
}

#footer-content .col-5 {
    width: 155px;
}

#footer #footer-content .col-6 {
    margin-right: 0;
    width: auto;
}

#footer-content #footer-social-media-links li {
    margin-right: 7px !important;
}

#footer-content #footer-social-media-links li#email-footer-icon {
    margin-right: 0 !important;
}

#mobile-desktop-view {
    display: none;
}



/* SHOW HIDE STYLES from corpsite 2017 - gg */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.show-hide {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 1rem 1rem 3.5rem;
  border: 2px solid #e8eef3;
  background-color: #e8eef3;
}
a.show-hide {
  font-size: 18px;
  line-height: 24px;
}
.show-hide::before {
  content: ' ';
  width: 0.75rem;
  height: 1rem;
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 0.5rem);
  background-image: url('//www.qut.edu.au/__data/assets/file/0010/709048/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(90deg);
}
.show-hide.in {
  border: 2px solid #e8eef3;
  background-color: white;
}
.show-hide.in::before {
  transform: rotate(-90deg);
}
.show-hide-contents {
  padding: 0 1.333rem;
  border: 2px solid #e8eef3;
  border-top: 0;
}
.show-hide-contents > *:first-child {
  padding-top: 1.33rem !important;
  margin-top: 0;
}
.show-hide-contents > *:last-child {
  padding-bottom: 1.33rem;
}
.show-hide-contents + .show-hide {
  border-top: 2px solid white;
}
