/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Background colours */
.sectionBG-White {
  background-color: #ffffff; }

.sectionBG-Black {
  background-color: #111; }

.sectionBG-Light-Grey {
  background-color: #f7f7f7; }

.sectionBG-Sky-Blue {
  background-color: #89d6f2; }

.sectionBG-Neon-Pink {
  background-color: #ee0049; }

.sectionBG-Bright-Purple {
  background-color: #bd1a8d; }

.sectionBG-Dark-Purple {
  background-color: #6d216d; }

.sectionBG-Orange {
  background-color: #f6a030; }

.sectionBG-Green {
  background-color: #b5d562; }

.sectionBG-Pink {
  background-color: #daaec8; }

.sectionBG-Brown {
  background-color: #c88c5e; }

.sectionBG-Turquoise {
  background-color: #3cc8b4; }

/* @end */
/* @group Staff Section (showing all members) */
.staffSection .mugshot {
  -webkit-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out; }

.staffSection h4 span {
  color: #c3c3c3; }

/* @end */
/* @group Modal content for projects referencing a staff member */
.staffModal {
  text-align: left; }
  .staffModal i {
    position: absolute;
    right: 0rem;
    top: -2rem;
    font-size: 1.5rem;
    color: white;
    opacity: 0.4;
    filter: alpha(opacity=40); }
  .staffModal i:hover, .staffModal i:active, .staffModal i:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .staffModal img {
    margin-bottom: 1rem; }
  .staffModal .Description p:last-child {
    margin-bottom: 0px !important; }
  .staffModal h2 span {
    color: #c3c3c3; }
  .staffModal .staffContact span {
    width: 20px;
    display: inline-block; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .staffModal img {
    width: 80px;
    height: auto; } }

/* @end */
.mugshot {
  float: left;
  margin-right: 1rem;
  width: 100% !important;
  margin-bottom: 1rem !important;
  margin-top: 0.28rem; }

.mugshot:hover {
  -webkit-filter: brightness(1) !important;
  filter: brightness(1) !important; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .mugshot {
    margin-right: 1rem;
    width: 100px !important; } }
