.category_heading{
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}


.staff_group{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
  margin-left: -15px !important;
}

.staff_member{
  width: 100%;
  background-color: #f2f2f2;
  padding: 9px;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  margin: 15px !important;
  font-family: 'Lato', sans-serif;
    color: #333;
}


.staff_member__name{
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 19.8px;
  margin-top: 0;
  margin-bottom: 5px;
}

.staff_member .staff_member__pic{
    position: relative;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    overflow: hidden;
    width: 90px;
    height: 90px;
    padding: 0 !important;
    /* margin-right: 15px; */
    float: left;
    position: relative;
}

.staff_member .staff_member__pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.staff_member__body{
  float: left;
  width: calc(100% - 90px);
  padding-left: 15px;
}

.staff_member__contact{
  background-color: #333;
  color: #f0b50f;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}

.staff_member__contact:hover, .staff_member__contact:focus{
  color: #FFF;
}

.staff_member__union{
  font-size: 16px;
  line-height: 22.85px;
  font-weight: bold;
  margin: 0 0 10px;
}

.staff_member__title{
  font-size: 16px !important;
  line-height: 22.85px;
  font-weight: 400;
  margin: 0 0 10px;
}


.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0, 0.5);
  opacity: 1;
  max-width: 100vw !important;
  z-index: 1040;
  display: none;
}


.modal__content{
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  width: 600px;
  margin: 30px auto;
      padding: 20px;

}

.modal .hidden_field{
  display: none;
}

.modal__dialog{
  width: 100%;
height: 100%;
display: flex;
align-items: center;
}


.modal .phone, .modal .full_name{
  width: 100% !important;
  float: left !important;
  clear: none !important;
}


.modal_message{
  width: 100%;
}

.modal .modal__close{
  position: absolute;
  right: 10px;
  top: 0;
  opacity: 0.5;
  cursor: pointer;
}

.modal input, .modal textarea{
  max-width: 100% !important;
  width: 100% !important;
}


.modal button{
  background-color: #f0b50f !important;
  color: #000 !important;
  border-radius: 0 !important;
  outline: none !important;
  font-size: 16px !important;
  padding: 10px 16px !important;
  line-height: 1.33 !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}



@media only screen and (min-width: 768px) {
  .staff_member{
    width: calc(50% - 30px);
  }

  .modal .phone, .modal .full_name{
    width: 50% !important;
    float: left !important;
    clear: none !important;
  }

  .modal .phone{
    padding-left: 15px !important;
  }

  .modal .full_name{
    padding-right: 15px !important;
  }


}


@media only screen and (min-width: 1024px) {
  .staff_member{
    width: calc(33.33333333% - 30px);
  }
}
