#IntouchHR-Job-Listings {
  --white:#fff;
  --black:#636363;
  --green:#155750;
  --green-lt:#017e5f;
  --gray:#e1e1e1;
  --gray-lt:#e5e5e5;
  --tan:#f4f3f0;

  --border-radius:4px;
}

#IntouchHR-Job-Listings #IntouchHR-List .intouchhr-listing.hidden {
  display: none;
}


/* Job List Styling */
#IntouchHR-Job-Listings #IntouchHR-BTNs {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
#IntouchHR-Job-Listings #IntouchHR-BTNs .btn {
  margin:2px 5px;
  font-size:14px;
  text-transform:uppercase;
  font-weight:400;
  color:var(--black);
  background:transparent;
  border:1px solid var(--greenlt);
  border-radius:var(--border-radius);
  transition:all 0.2s ease-in;
}
#IntouchHR-Job-Listings #IntouchHR-BTNs .btn:hover, #IntouchHR-Job-Listings #IntouchHR-BTNs .btn.active {
  background:var(--green);
  border-color:var(--green);
  color:var(--white);
}
#IntouchHR-Job-Listings #IntouchHR-List {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
#IntouchHR-Job-Listings #IntouchHR-List .listing {
  margin:10px;
  background: var(--tan);
  border:1px solid var(--gray-lt);
  border-radius:var(--border-radius);
  width:100%;
  box-shadow:0px 0px 3px var(--gray);
  display:flex;
  flex-direction:column;
}
@media (min-width:768px) {
  #IntouchHR-Job-Listings #IntouchHR-List .listing {
    width:45%;
  }
}
@media (min-width:992px) {
  #IntouchHR-Job-Listings #IntouchHR-List .listing {
    width:30%;
  }
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .title {
  font-size:16px;
  line-height:1.25;
  padding:20px 20px 0;
  margin-bottom:0;
  /*padding:8px 20px;
  background:var(--green);
  color:var(--white);
  text-align:center;*/
  text-transform:uppercase;
}
@media (min-width:992px) and (max-width:1400px) {
  #IntouchHR-Job-Listings #IntouchHR-List .listing .title {
    font-size:1.25vw;
  }
}
@media (min-width:1400px) {
  #IntouchHR-Job-Listings #IntouchHR-List .listing .title {
    font-size:18px;
  }
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .job-meta {
  padding-bottom:10px;
  padding:0 20px;
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .job-meta .dept {
  font-size:14px;
  margin-bottom:5px;
  font-style:italic;
  font-weight:500;
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .job-meta .location .locationicon:before {
  content: '\f3c5';
  font-family:"Font Awesome 5 Free";
  font-weight:bold;
  padding-right:10px;
  color:var(--green);
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .job-meta .location .locationtext {
  font-size:16px;
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .link {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0px 20px 15px;
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .link a.btn-listing-link {
  order:1;
  padding:5px 35px;
  background:var(--green-lt);
  color:var(--white);
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .link a.btn-listing-link:hover {
  background: var(--green);
  color: var(--white);
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .link a.btn-listing-info {
  order:2;
  font-size:14px;
  white-space:nowrap;
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .link a.btn-listing-info:hover .linktext {
  text-decoration:underline;
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .link a.btn-listing-info:after {
  content: '\f061';
  display:inline-block;
  padding-left:10px;
  font-family: "Font Awesome 5 Free";
  font-weight:bold;
  color:inherit;
  transition:all 0.15s ease-in;
}
#IntouchHR-Job-Listings #IntouchHR-List .listing .link a.btn-listing-info:hover:after {
  transform:translateX(10px);
}
#IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects {
  display:flex;
  align-items:flex-end;
  justify-content:space-evenly;
  padding:0 5vw 5px;
}
#IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects .filterwrapper {
  padding:5px 10px 0;
  flex:1 1 30vw;
}
#IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects select {
  width:100%;
  padding:4px 15px;
  border:1px solid var(--gray);
  border-radius:2px;
}
#IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects select option:checked, #IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects select option:active {
  background:var(--green);
  color:var(--white);
}
#IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects select option:hover {
  background:var(--green-lt);
}
#IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects .filterwrapper label {
  display:block;
}
#IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects .btn {
  background:var(--green);
  color:var(--white);
  border:0;
  padding:5px 25px;
}
#IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects .btn:hover {
  background:var(--green-lt);
}
#IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects .btn.submit {
  margin-left:5px;
  margin-right:5px;
}
@media (max-width:980px) {
  #IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects {
    flex-wrap:wrap;
    justify-content:flex-start;
  }
  #IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects select {
    max-width:80vw;
  }
}
@media (max-width:520px) {
  #IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects {
    justify-content:center;
  }
  #IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects select, #IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects input[type="reset"] {
    display:block;
    margin:0 auto;
    width:80vw;
  }
  #IntouchHR-Job-Listings #IntouchHR-Filters #IntouchHR-Selects .btn {
    display:block;
    margin:15px auto;
  }
}