#eap-team-page-2 {
  /* SHOULD be the grid fallback for non supported browsers */
  /* SHOULD be the grid fallback for non supported browsers */
  /* ---------------FONT RULES-----------------*/
  /* ---------------SCREENSIZE RULES - These control EM base size + Grid Columns For All Views-----------------*/
}
#eap-team-page-2 .reviews__container {
  position: relative;
  top: -200px !important;
}
#eap-team-page-2 a {
  text-decoration: none;
}
#eap-team-page-2 img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
#eap-team-page-2 .title {
  height: 40vh;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr;
}
#eap-team-page-2 .screen {
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, #ffffff 100%);
  height: 100%;
  width: 100%;
}
#eap-team-page-2 #title {
  padding-bottom: 1em;
}
#eap-team-page-2 .title h1 {
  line-height: 1.2em;
  color: #3c4858 !important;
  font-size: 2em;
}
#eap-team-page-2 .main {
  max-width: 1080px;
  grid-column-gap: 32px;
  margin-top: 2em;
}
#eap-team-page-2 .card:last-child {
  margin-bottom: 2em;
}
#eap-team-page-2 .card {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding-top: 1em;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
#eap-team-page-2 #cta {
  line-height: 1;
  color: #3c4858;
  padding-top: 2em;
  font-size: 2em;
}
#eap-team-page-2 #ctasub {
  font-weight: bold;
  color: #9ba6b2;
  padding-bottom: 1em;
  line-height: 0.8;
}
#eap-team-page-2 #barcenter {
  margin: 1em auto;
}
#eap-team-page-2 .locationBars {
  display: flex;
  margin: auto;
  max-width: 450px;
  text-align: center;
  justify-content: center;
  padding: 1.2em 0;
  flex-wrap: wrap;
}
#eap-team-page-2 .locationBars .locationBars-pill {
  border-radius: 24px;
  padding: 1px 8px;
  font-size: 0.8em;
  background: cadetblue;
  margin: 4px;
  color: white;
}
#eap-team-page-2 .mainLocationTitle {
  margin: auto;
  text-align: center;
  padding: 1.2em 0;
  font-weight: 600;
  font-size: 1.8em;
}
#eap-team-page-2 .card > div {
  float: left;
  width: 40%;
}
@supports (display: grid) {
  #eap-team-page-2 .card > div {
    width: auto;
  }
}
#eap-team-page-2 .bar {
  width: 100px;
  height: 3px;
  opacity: 0.14;
  background-color: #9ba6b2;
}
#eap-team-page-2 .reviews {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 4em;
  background: #f5f7fa;
  padding-bottom: 4em;
}
#eap-team-page-2 .reviews h1#title {
  color: #3c4858 !important;
}
#eap-team-page-2 .single {
  margin: 0 auto;
  max-width: 750px;
  width: 80%;
  background: #fff;
  border: 1px solid #dae1e9;
  border-radius: 8px;
  padding: 2em;
  margin-bottom: 8px;
  margin-top: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
#eap-team-page-2 .single:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
  transform: scale(1.01) translateY(-5px);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  /*border: 1px solid #418CCA;*/
}
#eap-team-page-2 .single h1 {
  /*color: #418CCA;*/
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#eap-team-page-2 h1,
#eap-team-page-2 h2,
#eap-team-page-2 h3,
#eap-team-page-2 h4 {
  padding-top: 0.25em;
}
#eap-team-page-2 h1 {
  font-size: 1.5em;
  line-height: 1;
  color: #418cca;
  font-weight: bold;
}
#eap-team-page-2 h2 {
  font-size: 1em;
  line-height: 1;
  color: #9ba6b2;
  font-weight: 400;
}
#eap-team-page-2 h3 {
  font-size: 0.7em;
  line-height: 1;
  color: #9ba6b2;
  font-weight: bold;
}
#eap-team-page-2 h4 {
  font-size: 0.75em;
  line-height: 1;
  color: #418cca;
  font-weight: 700;
}
#eap-team-page-2 p {
  font-size: 1em;
  color: #3c4858;
  line-height: 1.5em;
  padding-top: 16px;
}
@media screen and (max-width: 415px) and (min-width: 100px) {
  #eap-team-page-2 html {
    font-size: 14px !important;
  }
  #eap-team-page-2 body {
    font-size: 14px !important;
  }
  #eap-team-page-2 .main {
    display: grid;
    grid-template-columns: 1fr;
  }
  #eap-team-page-2 .title {
    height: 100px;
  }
  #eap-team-page-2 .single {
    border: none;
    box-shadow: none;
    border-radius: none;
  }
  #eap-team-page-2 .single:hover {
    box-shadow: none;
    transform: none;
    border: 0px;
  }
  #eap-team-page-2 .reviews {
    background: #fff;
  }
  #eap-team-page-2 .reviews h1 {
    line-height: 1.2;
  }
  #eap-team-page-2 img {
    width: 75px;
    height: 75px;
  }
  #eap-team-page-2 .card {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1em;
  }
  #eap-team-page-2 .bar {
    margin-top: 16px;
  }
}
@media screen and (max-width: 769px) and (min-width: 415px) {
  #eap-team-page-2 html {
    font-size: 16px !important;
  }
  #eap-team-page-2 body {
    font-size: 16px !important;
  }
  #eap-team-page-2 .main {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  #eap-team-page-2 .reviews {
    background: #fff;
  }
  #eap-team-page-2 .single {
    border: none;
    box-shadow: none;
    border-radius: none;
  }
  #eap-team-page-2 .single:hover {
    box-shadow: none;
    transform: none;
    border: 0px;
  }
}
@media screen and (max-width: 3000px) and (min-width: 769px) {
  #eap-team-page-2 html {
    font-size: 18px !important;
  }
  #eap-team-page-2 body {
    font-size: 18px !important;
  }
  #eap-team-page-2 .main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 1em;
  }
  #eap-team-page-2 .headshot {
    padding: 1em;
  }
}