/* xl - DESKTOP STYLES */
.employee-card .container {
  padding: 0;
  min-width: 100%;
}
.employee-card .entry-content-wrapper {
  display: grid;
}
.employee-card .employee-picture {
  width: 10%;
  height: 40%;
  margin-top: -30px;
  margin-left: 2%;
  margin-right: 0;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.employee-card .employee-picture .avia-image-container-inner {
  height: 100%;
}
.employee-card .employee-picture .avia-image-overlay-wrap {
  height: 100%;
}
.employee-card .employee-picture .avia-image-container img {
  height: 100%;
  object-fit: cover;
}
.employee-card .business-card {
  grid-row: 1;
  grid-column: 1 / 3;
  margin: 0 !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.employee-card .business-card .green-bar {
  padding: 2%;
}
.employee-card .business-card .green-bar h3, .employee-card .business-card .green-bar p {
  color: white !important;
  width: 40%;
}
.employee-card .business-card .av_textblock_section:has(> .employee-text) {
  background: white;
  max-width: 25% !important;
  margin-left: 0;
  margin-top: -30px;
  margin-right: auto;
  height: 40%;
  flex: 2;
  display: flex;
  align-items: center;
  padding-left: 15px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.employee-card .business-card .employee-text p {
  color: black !important;
  margin: 0;
}
.employee-card .business-card .av_textblock_section:has(> .green-bar) {
  width: 100%;
  background: linear-gradient(to left, #49a627 70%, #008535 100%) right;
  margin-top: 3% !important;
  display: flex;
}
.employee-card .curved-picture {
  grid-row: 1;
  grid-column: 2/3;
  border-top-left-radius: 1000px !important;
  border-bottom-left-radius: 1000px !important;
  max-height: 400px;
  min-width: 100%;
  background-size: 120% !important;
  background-position: center 25% !important;
}
.employee-card .employee-picture .avia-image-overlay-wrap img {
  height: 100%;
  object-fit: cover;
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .employee-card .curved-picture {
    grid-column: 1/3;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 200px;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: auto !important;
  }
  .employee-card .business-card {
    grid-row: 2;
    grid-column: 1 / 3;
    z-index: 10;
  }
  .employee-card .business-card h3, .employee-card .business-card p {
    width: 100% !important;
  }
  .employee-card .business-card .av_textblock_section:has(> .green-bar) {
    margin: 0 !important;
  }
  .employee-card .business-card .employee-picture {
    margin-top: -20px !important;
    width: 20%;
  }
  .employee-card .business-card .av_textblock_section:has(> .employee-text) {
    margin-top: -20px !important;
    max-width: 75% !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F18492-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F18492-scss-tablet-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACCC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAD1FA%3BAAIA%3BAEHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */