/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
/* ###### NAV VARIABLES ###### */
/* ##### HEADER BANNER VARIBLES ##### */
/* ##### BTN VARIABLES ##### */
/* ##### CARDS VARIABLES ##### */
/* ##### FOOTER VARIABLES ##### */
.team-item {
  margin-bottom: 40px; }
  .team-item .team-item-bckgrd {
    width: 100%;
    margin: auto;
    height: 0;
    padding-top: 100%; }
  .team-item .team-item-bckgrd:hover {
    opacity: 0.8; }
  .team-item .bio-holder {
    background-color: #0f1c4c;
    padding: 20px;
    text-align: center;
    color: #fff;
    position: relative; }
    .team-item .bio-holder:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      border-bottom: 40px solid #0f1c4c;
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      margin: auto; }
    .team-item .bio-holder .mem-name {
      text-transform: uppercase;
      letter-spacing: 4px;
      font-weight: 700;
      margin: 0; }
    .team-item .bio-holder .mem-position {
      font-family: "Open Sans Condensed", sans-serif;
      letter-spacing: 4px;
      margin: 0 0 25px; }
    .team-item .bio-holder .bio-content {
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 300;
      position: relative; }
  .team-item:nth-child(even) .bio-holder {
    background-color: #ce7019; }
    .team-item:nth-child(even) .bio-holder:before {
      border-bottom: 40px solid #ce7019; }

@media screen and (min-width: 992px) {
  .team-item-bckgrd {
    padding-top: 135%; } }

/*# sourceMappingURL=staff-style.css.map */
