/* compiled by scssphp v0.0.12 on Tue, 12 May 2020 14:29:56 +1200 (0.1147s) */

/* Staff SCSS Document */
/* Staff */
.staff-categories {
  clear: both;
}
.staff {
  display: block;
}
.staff .staff-item {
  display: inline-block;
  margin-bottom: 20px;
}
.staff .module-image {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.staff .module-image img {
  vertical-align: middle;
}
.staff a.staff-item:hover .module-image {
  opacity: 0.7;
}
.staff .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.staff .module-text .staff-item-text-position {
  font-weight: bold;
  /* Grid of images next to text */
}
.staff.imageside .staff-item {
  position: relative;
}
.staff.imageside .module-image {
  float: left;
  width: 40%;
  display: block;
}
.staff.imageside.grid.one-column .module-image {
  width: 20%;
}
.staff.imageside.grid.seven-column .module-image, .staff.imageside.grid.six-column .module-image, .staff.imageside.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.staff.imageside .module-text {
  float: left;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* If image shown */
}
.staff.imageside .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.staff.imageside.grid.one-column .module-image + .module-text {
  width: 80%;
}
.staff.imageside.grid.seven-column .module-text, .staff.imageside.grid.six-column .module-text, .staff.imageside.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
  /* Grid of images with text under */
}
.staff.textunder .staff-item {
  position: relative;
}
.staff.textunder .module-image {
  width: 100%;
  display: block;
}
.staff.textunder .module-text {
  width: 100%;
  display: block;
  padding-top: 5px;
  /* Grid of image with text over the image */
}
.staff.textover .staff-item {
  position: relative;
  overflow: hidden;
}
.staff.textover .module-image {
  float: none;
  width: 100%;
}
.staff.textover .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.staff.textover .module-text, .staff.textover .module-text .silent {
  color: #fff;
  /* Grid of circle images above text */
}
.staff.circleimage .staff-item {
  text-align: center;
  position: relative;
}
.staff.circleimage .module-image {
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  overflow: hidden;
}
.staff.circleimage .module-image .material-icons {
  color: #fff;
  font-size: 160px;
  line-height: 220px;
}
.staff.circleimage .module-image img {
  border-radius: 100px;
  vertical-align: top;
  overflow: hidden;
}
.staff.circleimage.grid.seven-column .module-image, .staff.circleimage.grid.six-column .module-image, .staff.circleimage.grid.five-column .module-image {
  width: 100px;
  height: 100px;
}
.staff.circleimage.grid.seven-column .module-image .material-icons, .staff.circleimage.grid.six-column .module-image .material-icons, .staff.circleimage.grid.five-column .module-image .material-icons {
  font-size: 100px;
  line-height: 140px;
}
.staff.circleimage .module-text {
  display: block;
  /* Image with rollover text popup */
}
.staff.rollover .staff-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.staff .staff-item:hover .module-image {
  opacity: 1;
}
.staff.rollover .module-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.staff.rollover .module-text, .staff.rollover .module-text .silent {
  color: #fff;
}
.staff.rollover .staff-item:hover .module-text {
  opacity: 1;
  /* Summary with smaller images */
}
.staff.summary {
  margin-bottom: 26px;
}
.staff.summary .staff-item {
  display: block;
  position: relative;
  margin-bottom: 5px !important;
}
.staff.summary .module-image {
  float: left;
  display: inline-block;
  max-width: 20%;
  margin-right: 10px;
  padding-top: 5px;
}
.staff.summary .module-text {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.staff.summary .module-text .staff-item-text-position {
  font-weight: normal;
  /* Staff details page */
}
.staff-details {
  display: block;
}
.staff-details-image {
  float: right;
  display: inline-block;
  max-width: 50%;
  text-align: center;
  padding-left: 20px;
}
.layout.middle .staff-details-image, .layout.half .staff-details-image, .layout.third .staff-details-image, .layout.side .staff-details-image {
  max-width: 100%;
  padding-left: 0px;
  padding-bottom: 10px;
}
.staff-details-contact .clearer {
  clear: left;
}
.staff-details-description {
  /* Media Queries */
}
@media screen and (max-width: 480px) {
  .staff {
    display: block;
    /* Grid - 1 column */
  }
  .staff.imageside .staff-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 30px;
  }
  .staff.imageside .module-image {
    float: none;
    width: 100% !important;
    padding-bottom: 5px;
  }
  .staff.imageside .module-text {
    float: none;
    width: 100% !important;
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* Staff details page */
  }
  .staff-details-image {
    max-width: 100%;
    padding-left: 0px;
    padding-bottom: 10px;
  }
}
