section.current-openings {
  padding-top: 90px;
  padding-bottom: 40px;
}
section.current-openings h2{
  font-weight: bold;
  margin-bottom: 42px;
}


/*
Workable Widget
*/


/* The department name */
.whr-group { 
    font: normal normal bold 24px/32px Helvetica Now Display;
    letter-spacing: -.1px;
    color: #8693ff;
    margin-bottom: 15px !important;
}

/* The Job Name */
.whr-title {
    margin: 0;
    padding: 0 10px 6px;  
}

.whr-title a {
    text-decoration: none;
    font: normal normal normal 16px/24px Helvetica Now Display;
    letter-spacing: 0px;
    color: #414141;
}

.whr-title a:after {
 content: ">";
    float: right;
    color: #ffffff00;
    margin-top: 12px;
    font: normal normal 700 16px/24px arial;
    height: 20px;
    transform: scaleY(1.3);
    background-image: url(https://547243.fs1.hubspotusercontent-na1.net/hubfs/547243/ESM-MentionMe-Website/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.whr-item{
  cursor:pointer;
}
.whr-item:hover{
  background-color: #E1EDFF;
  transition: all 200ms ease; 
}
.whr-item:hover h3 a{
  color: #8693ff;
  text-decoration:underline;
}
.whr-title a:after:hover {
  text-decoration: none;
  transition: all 200ms ease;
}

.whr-items {
  padding: 0;
  padding-bottom: 20px;
  width: 100%;
}

.whr-item {
  list-style: none;
  border-bottom: 1px solid #eee;
}

/* The location and created date are in .whr-info */
.whr-info {
  list-style: none;
  padding: 0 10px 6px;
}

li.whr-location span {
    display: none;
}

li.whr-date {
    display: none;
}

li.whr-code {
  display: none;

@media (max-width: 768px) {
  section.current-openings h2 {
    font-weight: 700;
    margin-bottom: 30px;
  }

  .whr-items {
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  
  .whr-title a:after {
    margin-top: 8px;
  }
}