.employees-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .employees-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}

.employees-container .emp-container {
  width: 65%;
}

@media only screen and (max-width: 1024px) {
  .employees-container .emp-container {
    width: 100%;
  }
}

.employees-container .emp-container .employees-list {
  display: block;
  margin: 0 0 0 3.6%;
}

@media only screen and (max-width: 1024px) {
  .employees-container .emp-container .employees-list {
    margin-left: 0;
  }
}

.employees-container .emp-container .employees-list li {
  display: inline-block;
  width: calc(50% - 36px);
  opacity: 0.5;
  padding-left: 10%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  height: 75PX;
  display: block !important;
  margin-bottom: 30px !important;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .employees-container .emp-container .employees-list li {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .employees-container .emp-container .employees-list li {
    width: 100%;
    margin-bottom: 2em;
    padding-left: 50px;
  }
}

.employees-container .emp-container .employees-list li a {
  font-family: 'starling', serif;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.employees-container .emp-container .employees-list li a.arrow-right {
  position: relative;
  font-size: 1.87rem;
  color: #292F3D;
}

@media only screen and (max-width: 1024px) {
  .employees-container .emp-container .employees-list li a.arrow-right {
    font-size: 1.47rem;
  }
}

.employees-container .emp-container .employees-list li a.arrow-right:before {
  content: "";
  width: 2.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: calc(-2.5rem + -10px);
  background-image: url("/wp-content/uploads/2019/10/arrow-right.gif");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.employees-container .emp-container .employees-list li p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .employees-container .emp-container .employees-list li p {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .employees-container .emp-container .employees-list li p {
    font-size: 1rem;
  }
}

.employees-container .emp-container .employees-list li:hover {
  opacity: 1;
}

.employees-container .emp-container .employees-list li p {
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.15rem;
}

@media only screen and (max-width: 1024px) {
  .employees-container .emp-container .employees-list li p {
    font-size: 1.15rem !important;
    font-size: 0.75rem !important;
  }
}

.employees-container .emp-container .employees-list li:nth-child(odd) {
  margin-right: 36px;
}

@media only screen and (max-width: 767px) {
  .employees-container .emp-container .employees-list li:nth-child(odd) {
    margin-right: 65px;
  }
}

.employees-container .emp-container .emp-excerpt {
  background-color: white;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.employees-container .emp-container .emp-excerpt li {
  display: none;
  width: 70%;
  margin: 0 7.48% 0 15.78%;
}

@media only screen and (max-width: 1024px) {
  .employees-container .emp-container .emp-excerpt li {
    width: 85%;
    margin: 0 2% 0 8.78%;
  }
}

@media only screen and (max-width: 767px) {
  .employees-container .emp-container .emp-excerpt li {
    width: 100%;
    margin: 0;
  }
}

.employees-container .emp-container .emp-excerpt li h3 {
  font-family: 'starling', serif;
  font-size: 5rem;
  position: relative;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1024px) {
  .employees-container .emp-container .emp-excerpt li h3 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .employees-container .emp-container .emp-excerpt li h3 {
    margin-left: 2.5rem;
  }
}

.employees-container .emp-container .emp-excerpt li h3:before {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  /*1*/
  left: -3.5rem;
  /*-3*/
  height: auto;
  width: 1.5rem;
  /*background-image:
                            url('/wp-content/uploads/2019/10/arrow-bottom.gif');*/
  /*/wp-content/uploads/2019/10/close.png*/
  background-image: url("/wp-content/uploads/2019/10/close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .employees-container .emp-container .emp-excerpt li h3:before {
    height: 1rem;
    width: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .employees-container .emp-container .emp-excerpt li h3:before {
    top: 3vw;
    bottom: 4vw;
    /*3vw*/
    left: -3.5rem;
    /*-3*/
    width: 3rem;
    min-width: 48px;
  }
}

.employees-container .emp-container .emp-excerpt li h3:hover:before {
  background-image: url("/wp-content/uploads/2019/10/close-orange.svg");
}

.employees-container .emp-container .emp-excerpt li p {
  line-height: 1.6em;
}

.employees-container .emp-container .emp-excerpt li p:first-of-type {
  color: #FC8C11;
  font-size: 1.2rem;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.employees-container .emp-container .emp-excerpt [class*="emp-id-"] {
  opacity: 0;
}

.employees-container .emp-picture {
  width: 33.28%;
  height: 0;
  padding-top: 42.13%;
  position: relative;
  margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
  .employees-container .emp-picture {
    width: 100%;
    padding-top: 0%;
  }
}

.employees-container .emp-picture .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.employees-container svg.pattern {
  position: absolute;
  top: -2vw;
  right: -14%;
  right: -9%;
  width: 40%;
  z-index: -1;
}

.employees-container svg.pattern path {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .employees-container svg.pattern {
    top: 0;
    bottom: -5vw;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .page-id-25 .uagb-column__wrap {
    overflow: visible;
  }
}

.adjust_emp_picture_mobile {
  padding-top: 113% !important;
}
/*# sourceMappingURL=block.css.map */