html {
  height: auto;
  min-height: 100%;
}
body {
  overflow-x: hidden;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
}
.block-ewcustom-sidebare-webform {
  background-color: #f3f3f3;
  height: 24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Employees2-67cdde038a3fe {
  padding: 3rem 0;
}
.Employees2-67cdde038a3fe .socials {
  line-height: 1;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin: 0 -0.75rem -0.75rem -0.75rem;
  justify-content: flex-start;
}
.Employees2-67cdde038a3fe .socials__item {
  padding: 0;
  margin: 0;
  color: currentColor;
}
.Employees2-67cdde038a3fe .socials__link {
  color: currentColor;
  transition: color 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem;
}
.Employees2-67cdde038a3fe .socials__link:hover {
  color: #8bc34a;
}
.Employees2-67cdde038a3fe .socials__link:focus {
  color: #9ccc65;
}
.Employees2-67cdde038a3fe .socials__link .svg-inline--fa {
  color: currentColor;
}
.Employees2-67cdde038a3fe .contact-info {
  color: currentColor;
  line-height: 1;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -0.2em;
  margin-right: 0;
  margin-bottom: -0.2em;
  margin-left: 0;
  align-items: flex-start;
  text-align: left;
}
.Employees2-67cdde038a3fe .contact-info__item {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  max-width: 100%;
  font-size: 0.875em;
  line-height: 1.25;
}
.Employees2-67cdde038a3fe .contact-info__item p {
  margin-bottom: 0.5rem;
}
.Employees2-67cdde038a3fe .contact-info__item a {
  transition: color 0.2s ease;
  color: currentColor;
  display: block;
  white-space: nowrap;
}
.Employees2-67cdde038a3fe .contact-info__item a.cta {
  color: #222;
}
.Employees2-67cdde038a3fe .contact-info__item a.cta:hover {
  color: #8bc34a;
}
.Employees2-67cdde038a3fe .contact-info__item a.cta:focus {
  color: #9ccc65;
}
.Employees2-67cdde038a3fe .contact-info__item a:last-child {
  margin-bottom: 0;
}
.Employees2-67cdde038a3fe .contact-info__item .svg-inline--fa {
  float: left;
  margin-right: 10px;
  color: currentColor;
}
.Employees2-67cdde038a3fe .employees {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.Employees2-67cdde038a3fe .employees__container {
  padding-left: 0;
  padding-right: 0;
}
.Employees2-67cdde038a3fe .employees__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px 30px;
}
.Employees2-67cdde038a3fe .employees .employee {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
  overflow: hidden;
  color: #000;
  background-color: #fff;
}
.Employees2-67cdde038a3fe .employees .employee__avatar {
  position: relative;
  z-index: 0;
  height: fit-content;
  width: 100%;
  max-width: calc(100% - (0px * 2));
  max-height: 100%;
  min-width: 50px;
  flex-shrink: 0;
  align-self: center;
  margin: 0;
}
.Employees2-67cdde038a3fe .employees .employee__avatar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  padding-top: calc((16/16) * 100%);
}
.Employees2-67cdde038a3fe .employees .employee__avatar-inner {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
}
.Employees2-67cdde038a3fe .employees .employee__avatar-inner .media {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  display: unset;
}
.Employees2-67cdde038a3fe .employees .employee__avatar-inner .media picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.Employees2-67cdde038a3fe .employees .employee__info {
  padding: 1rem 1rem 1rem 1rem;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.Employees2-67cdde038a3fe .employees .employee__info-head {
  text-align: left;
}
.Employees2-67cdde038a3fe .employees .employee__info-head .title {
  font-size: 1em;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  line-height: 1.2;
}
.Employees2-67cdde038a3fe .employees .employee__info-head .position {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.1;
  display: block;
}
.Employees2-67cdde038a3fe .employees .employee__info-body {
  padding-top: 0.75rem;
  margin-bottom: 0;
  flex-grow: 1;
}
.Employees2-67cdde038a3fe .employees .employee__info-footer {
  padding-top: 1rem;
  margin-top: auto;
}
.Employees2-67cdde038a3fe .employees .dir-row .employee {
  flex-direction: row;
}
.Employees2-67cdde038a3fe .employees .dir-row .employee__avatar {
  max-width: calc(50% - (0px * 2));
  margin-right: 0;
  align-self: flex-start;
}
.Employees2-67cdde038a3fe .employees .dir-row-reverse .employee {
  flex-direction: row-reverse;
}
.Employees2-67cdde038a3fe .employees .dir-row-reverse .employee__avatar {
  max-width: calc(50% - (0px * 2));
  margin-left: 0;
  align-self: flex-start;
}
.Employees2-67cdde038a3fe .employees .dir-column .employee {
  flex-direction: column;
}
.Employees2-67cdde038a3fe .employees .dir-column .employee__avatar {
  max-width: calc(100% - (0px * 2));
  margin-bottom: 0;
  align-self: center;
}
.Employees2-67cdde038a3fe .employees .dir-column-reverse .employee {
  flex-direction: column-reverse;
}
.Employees2-67cdde038a3fe .employees .dir-column-reverse .employee__avatar {
  max-width: calc(100% - (0px * 2));
  margin-top: 0;
  align-self: center;
}
@media (min-width: 576px) {
  .Employees2-67cdde038a3fe .employees .dir-sm-row .employee {
    flex-direction: row;
  }
  .Employees2-67cdde038a3fe .employees .dir-sm-row .employee__avatar {
    max-width: calc(50% - (0px * 2));
    margin-bottom: 0;
    align-self: flex-start;
  }
  .Employees2-67cdde038a3fe .employees .dir-sm-row-reverse .employee {
    flex-direction: row-reverse;
  }
  .Employees2-67cdde038a3fe .employees .dir-sm-row-reverse .employee__avatar {
    max-width: calc(50% - (0px * 2));
    margin-bottom: 0;
    align-self: flex-start;
  }
  .Employees2-67cdde038a3fe .employees .dir-sm-column .employee {
    flex-direction: column;
  }
  .Employees2-67cdde038a3fe .employees .dir-sm-column .employee__avatar {
    max-width: calc(100% - (0px * 2));
    margin-bottom: 0;
    align-self: center;
  }
  .Employees2-67cdde038a3fe .employees .dir-sm-column-reverse .employee {
    flex-direction: column-reverse;
  }
  .Employees2-67cdde038a3fe .employees .dir-sm-column-reverse .employee__avatar {
    max-width: calc(100% - (0px * 2));
    margin-bottom: 0;
    align-self: center;
  }
}
@media (min-width: 768px) {
  .Employees2-67cdde038a3fe .employees .dir-md-row .employee {
    flex-direction: row;
  }
  .Employees2-67cdde038a3fe .employees .dir-md-row .employee__avatar {
    max-width: calc(50% - (0px * 2));
    margin-bottom: 0;
    align-self: flex-start;
  }
  .Employees2-67cdde038a3fe .employees .dir-md-row-reverse .employee {
    flex-direction: row-reverse;
  }
  .Employees2-67cdde038a3fe .employees .dir-md-row-reverse .employee__avatar {
    max-width: calc(50% - (0px * 2));
    margin-bottom: 0;
    align-self: flex-start;
  }
  .Employees2-67cdde038a3fe .employees .dir-md-column .employee {
    flex-direction: column;
  }
  .Employees2-67cdde038a3fe .employees .dir-md-column .employee__avatar {
    max-width: calc(100% - (0px * 2));
    margin-bottom: 0;
    align-self: center;
  }
  .Employees2-67cdde038a3fe .employees .dir-md-column-reverse .employee {
    flex-direction: column-reverse;
  }
  .Employees2-67cdde038a3fe .employees .dir-md-column-reverse .employee__avatar {
    max-width: calc(100% - (0px * 2));
    margin-bottom: 0;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .Employees2-67cdde038a3fe .employees .dir-lg-row .employee {
    flex-direction: row;
  }
  .Employees2-67cdde038a3fe .employees .dir-lg-row .employee__avatar {
    max-width: calc(50% - (0px * 2));
    margin-bottom: 0;
    align-self: flex-start;
  }
  .Employees2-67cdde038a3fe .employees .dir-lg-row-reverse .employee {
    flex-direction: row-reverse;
  }
  .Employees2-67cdde038a3fe .employees .dir-lg-row-reverse .employee__avatar {
    max-width: calc(50% - (0px * 2));
    margin-bottom: 0;
    align-self: flex-start;
  }
  .Employees2-67cdde038a3fe .employees .dir-lg-column .employee {
    flex-direction: column;
  }
  .Employees2-67cdde038a3fe .employees .dir-lg-column .employee__avatar {
    max-width: calc(100% - (0px * 2));
    margin-bottom: 0;
    align-self: center;
  }
  .Employees2-67cdde038a3fe .employees .dir-lg-column-reverse .employee {
    flex-direction: column-reverse;
  }
  .Employees2-67cdde038a3fe .employees .dir-lg-column-reverse .employee__avatar {
    max-width: calc(100% - (0px * 2));
    margin-bottom: 0;
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .Employees2-67cdde038a3fe .employees .dir-xl-row .employee {
    flex-direction: row;
  }
  .Employees2-67cdde038a3fe .employees .dir-xl-row .employee__avatar {
    max-width: calc(50% - (0px * 2));
    margin-bottom: 0;
    align-self: flex-start;
  }
  .Employees2-67cdde038a3fe .employees .dir-xl-row-reverse .employee {
    flex-direction: row-reverse;
  }
  .Employees2-67cdde038a3fe .employees .dir-xl-row-reverse .employee__avatar {
    max-width: calc(50% - (0px * 2));
    margin-bottom: 0;
    align-self: flex-start;
  }
  .Employees2-67cdde038a3fe .employees .dir-xl-column .employee {
    flex-direction: column;
  }
  .Employees2-67cdde038a3fe .employees .dir-xl-column .employee__avatar {
    max-width: calc(100% - (0px * 2));
    margin-bottom: 0;
    align-self: center;
  }
  .Employees2-67cdde038a3fe .employees .dir-xl-column-reverse .employee {
    flex-direction: column-reverse;
  }
  .Employees2-67cdde038a3fe .employees .dir-xl-column-reverse .employee__avatar {
    max-width: calc(100% - (0px * 2));
    margin-bottom: 0;
    align-self: center;
  }
}
.Employees2-67cdde038a3fe .employees .cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.Employees2-67cdde038a3fe .employees .cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.Employees2-67cdde038a3fe .employees .cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.Employees2-67cdde038a3fe .employees .cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 576px) {
  .Employees2-67cdde038a3fe .employees .cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .Employees2-67cdde038a3fe .employees .cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .Employees2-67cdde038a3fe .employees .cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .Employees2-67cdde038a3fe .employees .cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .Employees2-67cdde038a3fe .employees .cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.Employees2-67cdde038a3fe .contact-info__item-body {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  max-width: 100%;
  font-size: 0.875em;
  line-height: 1.25;
}
