/* compiled by scssphp v0.0.12 on Tue, 16 Jun 2020 10:58:24 +1200 (0.0737s) */

/* Staff SCSS Document */
/* Staff */
#staff-test-top-container {
  position: relative;
  z-index: 800;
}
.staff-test-page main:first-of-type {
  padding-top: 80px;
}
.staff-search-form {
  position: absolute;
  z-index: 800;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 80px;
  line-height: 80px;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.staff-search-form .field {
  position: relative;
  margin-right: 15px;
  height: 80px;
  line-height: 80px;
  flex: 1;
}
.staff-search-form input.text {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: middle;
}
.staff-search-form .js-autocomplete {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
.staff-search-form .js-autocomplete p {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.staff-search-form .js-autocomplete ul {
  margin: 0;
}
.staff-search-form .js-autocomplete ul > li {
  padding: 0;
}
.staff-search-form .js-autocomplete ul > li:before {
  display: none;
}
.staff-search-form .js-autocomplete ul > li strong {
  display: block;
  padding: 10px 10px 1px;
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}
.staff-search-form .js-autocomplete ul > li a {
  display: block;
  padding: 5px 10px;
}
.staff-search-form .js-autocomplete ul > li a:hover {
  background: #eee;
}
.staff-search-form .button {
  height: 40px;
  padding: 0 20px;
  border: 0;
  box-sizing: border-box;
  vertical-align: top;
}
.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 .staff-item:hover .module-text:after {
  opacity: 1;
}
.staff.textunder .module-image {
  width: 100%;
  display: block;
}
.staff.textunder .module-text {
  width: 100%;
  display: block;
  padding-top: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.staff.textunder .staff-item .module-text:after {
  content: '';
  -webkit-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -moz-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -ms-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  -o-background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  background: repeating-linear-gradient(135deg, #00adef, #00adef 50px, #002b49 0, #002b49 100px);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  /* 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 h2 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  padding: 5px 0;
}
.staff-email {
  font-size: 90%;
  /* Media Queries */
}
@media screen and (max-width: 700px) {
  .staff-test-page main:first-of-type {
    padding-top: 50px;
  }
  .staff-search-form {
    position: relative;
    bottom: 0;
    display: block;
    height: auto;
    line-height: 1.2;
    padding: 0;
  }
  .staff-search-form .field {
    height: auto;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .staff-search-form .button {
    width: 100% !important;
  }
  .staff-search-form .js-autocomplete {
    z-index: 100;
    top: 100%;
  }
}
@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;
  }
}
