#ja-jobs-widget .job .summary {
  min-height: 120px;
}

#ja-jobs-widget .job h2.title {
  padding: 15px 15px;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #1c1d28;
  border: 0px;
  margin-top: -30px;
  min-height: 70px;
}

#ja-jobs-widget .job h2.title a 
{
  color: white !important;
}

#ja-jobs-widget .job {
  background-color: #fff;
  padding: 2rem;
  margin: 20px 10px;
  border: 0px solid #e6e6e6;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  border-radius: 2px;
}

#ja-jobs-widget a.view-details {
  padding: 10px 40px;
  text-align: center;
  border-radius: 4px;
  background-color: #1c1d28;
  color: #fff !important;
  display: block;
}

#ja-jobs-widget .ja-pager a,
.ja-pager-summary {
  color: white !important;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  margin: 0 4px;
}
#ja-jobs-widget .ja-pager a
{
  border: 1px solid #ddd;
}

#ja-jobs-widget .current-page {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #ddd;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

#ja-jobs-widget .ja-pager a:hover {
  color: black !important;
  background-color: #ddd;
}

#ja-jobs-widget .ja-job-list {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-rows: minmax(100px, auto);
}

@media only screen and (max-width: 992px) {
  #ja-jobs-widget .ja-job-list {
    grid-template-columns: auto auto;
  }
}

@media only screen and (max-width: 600px) {
  #ja-jobs-widget .ja-job-list {
    grid-template-columns: auto;
  }
}

#ja-jobs-widget .meta {
    padding: 0 0 0 7%;
}

#ja-jobs-widget .classifications::before { 
  content: "Classifications";
  color: black;
  font-weight: bold;
  padding: 0px;
  margin: 0 0 0 -10px;
}

#ja-jobs-widget .date-posted::before { 
  content: "Date: ";
  color: black;
  font-weight: bold;
  padding: 0px;
  margin: 0 0 0 -10px;
}

.powered-by-jobadder, .powered-by-jobAdder
{
  display:none;
}

.ja-job-details
{
  background-color: white;
  padding: 30px;
}

.ja-job-details h2.title {
  padding: 15px 15px;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #bd0029;
  border: 0px;
  margin-top: -30px;
  min-height: 70px;
  color: white;
}

.ja-job-details strong
{
  font-weight: 800;
}

.ja-job-details .apply
{
  margin-top: 20px;
}

.ja-job-details .ja-button
{
  padding: 10px 40px;
  text-align: center;
  border-radius: 4px;
  background-color: #bd0029;
  color: #fff !important;
  cursor: pointer;
}

.ja-apply-iframe .back-link
{
  color: white !important;
}