.reveal-overlay {
    background: rgba(0,0,0,0.55);
    z-index: 9999999999;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
  }
  .reveal-overlay .reveal {
    z-index:9999999999;
    display: none;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
    outline: 0 !important;
    padding: 50px 60px;
    background: white;
  }
  .reveal-overlay .reveal.teamreveal {
    height: 85%;
    max-height: 800px;
  }
  .reveal-overlay .reveal.teamreveal > .row {
    height: 100%;
    overflow: scroll;
    box-shadow: inset 0 -25px 50px -40px rgba(0, 0, 0, 0.5);
  }
  .reveal-overlay .reveal p:last-child {
    margin-bottom: 0;
  }
  .reveal .close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: 600;
  }
  .reveal img {
    margin-bottom: 20px;
  }
  .reveal .jscrolldiv {
    overflow: scroll;
    max-height: 400px;
    box-shadow: inset 0 -25px 50px -40px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
    padding: 0 15px 20px;;
    margin-left: -15px;
    margin-right: -15px;
  }
  .applyrow {
    text-align: right;
    font-weight: 600;
    padding: 0;
  }
  @media (max-width: 768px) {
    .reveal-overlay .reveal {
        width: 70%;
    }
  }
  @media (max-width: 425px) {
    .reveal-overlay .reveal {
        width: 100%;
        padding: 20px;
    }
    .reveal .jscrolldiv {
      max-height: 340px;
    }
  }
  #content .jobpost h4 a {
    color: inherit;
    text-decoration: inherit;
    padding: 0;
    background: none;
  }
  #content .jobpost h4 a:hover {
    text-decoration: underline;
  }

  #content .team-member h5 a {
    color: inherit;
    text-decoration: inherit;
  }
  #content .team-member h5:hover * {
    text-decoration: underline;
  }




 @media screen and (min-width: 64em) {
    #product-image-7 {
        right: -2% !important;
        top: 20vh !important;
        max-width: 60vw !important;
    }
}