.container {
  /* border: 1px solid black; */
  /* margin: 10px 10px 10px 10px; */
  list-style: none;
}

.home-team-grid .container,
.adamus-team-grid .container {
  display: flex;
  flex-wrap: wrap;
  padding: 9px;
}

.tem-syl {
  max-width: 100%!important;
  margin: 0!important;
  padding: 0!important;
}

.flex-item {
  position: relative;
  width: 310px;
  height: 290px;
  margin: 5px;
  background-color: #F1F2F2;
}

.blank-flex{
  position: relative;
  width: 310px;
  height: 310px;
  margin: 5px;
  background: #F1F2F2;
}

.flex-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);

}

.flex-item img.headshot {
  width: 100%;
  height: auto;
}

.empty{
  background-color:#263745;
  width: 100%;
  height: 100%;
  min-height: 310px;
  margin-left: 5px;
  margin-right: none;
  margin-top: 5px;
  margin-bottom: 3px;
  max-width: 628px;
  text-align: left;
}
/* 
.empty h1{
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 24px;
  color: white;
  font-size: 28px;
  text-transform: uppercase;
} */

.empty h2{
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 24px;
    color: white;
    text-transform: uppercase;
    font-size: 4.8rem;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: "Montserrat", "Montserrat Regular", "Montserrat Regular", Helvetica, _sans-serif;
}

.empty p {
  color: lightgray!important;
  font-size: 16px!important;
  line-height: 2.5rem!important;
  letter-spacing: 1.5px!important;
  font-family: "Montserrat", "Montserrat Regular", "Montserrat Regular", Helvetica, _sans-serif;
  margin-left: 8%;
  margin-right: 8%;
  margin-bottom: 7%;
}

.empty a {
  margin-left: 8%;
  margin-right: 8%;
  border: 2px solid white!important;
  font-size: 24px!important;
  margin-bottom: 15px!important;
  text-decoration: none!important;
  padding: 20px 50px 20px 50px!important;
  color: white;
  font-weight: 500;
  font-family: "Montserrat", "Montserrat Regular", "Montserrat Regular", Helvetica, _sans-serif;
  letter-spacing: 1px;
}

.empty a:hover {
  color: #94CCA2;
}

.lf-rt{
  float: right;
}

.fa-angle-left, .fa-angle-right { 
  color: lightgrey;
}

.fa-angle-left:hover, .fa-angle-right:hover { 
  color: lightsteelblue;
}

/* .wth-team-ctr {
  text-align: left;
  position:relative;
  left: 0;
} */


/* @media only screen and (max-width: 1024px) and (min-width: 703px)  {
  .wth-team-ctr {
    text-align: left;
    position:relative;
    left: 0;
  }

} */
@media only screen and (max-width: 1026px) and (min-width: 710px)  {
  .flex-item {
    width: 205px;
    height: 205px;
  }

}

@media only screen and (max-width: 709px) and (min-width: 610px)  {

  .flex-item,
  .blank-flex {

    width: 167px;
    height: 167px;

  }
}

@media only screen and (max-width: 609px) and (min-width: 200px)  {

  .flex-item,
  .blank-flex {

    width: 207px!important;
    height: 207px!important;

  }
}
  

  /* .wth-team-ctr {
    text-align: left;
    position:relative;
    left: 15%;
  } */

}