/*******************************************
 * Styles for the Meet The Team page forms *
 *******************************************/
/******************
 * Color Variables *
 ******************/
/**********************
 * Typography Mixin's *
 **********************/
/******************
 * Typography Variables *
 ******************/
/*24px*/
/*48px*/
/*8px*/
/*37px*/
/*
 * Ice Web Styles
 *
 * Less: Spacing Variables
 *
 * Developer: Dom Reilly.
 */
/*************************************
 * Extracted boostrap LESS Variables *
 *************************************/
.staff-member_container {
  position: relative;
}
.staff-member_container img.img-responsive {
  margin: unset;
  width: 100%;
}
.staff-member_container .name {
  background-color: rgba(250, 185, 0, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width : 480px) {
  .staff-member_container .name {
    padding: 0px;
  }
}
.modal-header,
.modal-footer {
  border: none;
}
