/* ----- jobadder widget restyle */

/* ----- containers and dividers */

#ja-jobs-widget .job {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

#ja-jobs-widget .apply {
  text-align: center;
  margin: 18px 0 0 0;
  background: #F3F4F6;
  padding: 15px;
  border-radius: 4px;
}

/* ----- text styling */

#ja-jobs-widget  .title {
  font-size: 1.4em;
  font-weight: 600;
}

#ja-jobs-widget  .title a {
  text-decoration: none;
  color: #010101;
}

#ja-jobs-widget p.summary {
  margin: 10px 0 15px 0;
}

#ja-jobs-widget .date-posted {
  text-align: right;
  color: #777;
  margin-top: -20px;
  margin-bottom: 15px;
  font-size: 0.9em;
}

#ja-jobs-widget a.back-link {
  font-size: 0.9em;
}

#ja-jobs-widget  .description {
  line-height: 1.7em;
}

/* ----- buttons */

#ja-jobs-widget .view-details {
  border: none;
  background-color: #27ae60;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1em;
  padding: .75em 1em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 2px 2px rgba(0,0,0,0.15);
}

#ja-jobs-widget .view-details:hover {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background-color: #2aba67;
}

#ja-jobs-widget .ja-button{
  border: none;
  background-color: #27ae60;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  font-family: proxima-nova,Arial,sans-serif;
  line-height: 1em;
  padding: .8em 3em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 2px 2px rgba(0,0,0,0.15);
  margin-left: 20px;
}

#ja-jobs-widget .ja-button:hover {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background-color: #2aba67;
}

/* ----- list items */

#content #ja-jobs-widget ul.classifications li {
  line-height: 1.2em;
  padding: 4px 10px 3px 10px;
  display: inline-block;
  background: #E6F3FF;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 0.9em;
}

#content #ja-jobs-widget ul.classifications {
  padding: 0;
  list-style: none;
}

#ja-jobs-widget ul.bullet-points {
  padding: 14px 0 10px 15px !important;
  display: block;
  margin-bottom: 20px;
  background: #F3F4F6;
  border-radius: 4px;
  list-style: none;
}

#ja-jobs-widget ul.bullet-points li {
  background: transparent url("/static/1279/css/images/list-items/tick-green.png") no-repeat scroll -1px -1px;
  line-height: 1.2em;
  padding: 0 0 5px 25px;
}


#content #ja-jobs-widget  .description ul {
  padding: 0;
  list-style: none;
}

#content #ja-jobs-widget .description ul li {
  line-height: 1.2em;
  padding: 0 0 5px 16px;
}

#content #ja-jobs-widget .description ul li:before {
  color: #1591fe;
  content: '\025FC';
  font-size: 0.7em;
  position: relative;
  top: -1px;
  left: -10px;
}

/* ----- misc */

#ja-jobs-widget .powered-by-jobadder {
  display: none;
}

/* ----- media queries */

@media only screen and (min-width: 640px) {

  #ja-jobs-widget p.summary {
    float: left;
    width: 72%;
    margin-right: 15px;
  }

  #ja-jobs-widget .job {
    padding-bottom: 5px;
  }

  #ja-jobs-widget .view-details {
    margin-top: 10px;
  }

}

@media only screen and (min-width: 1200px) {

  #ja-jobs-widget p.summary {
    float: left;
    width: 79%;
    margin-right: 15px;
  }

  #ja-jobs-widget .job {
    padding-bottom: 5px;
  }

  #ja-jobs-widget .view-details {
    margin-top: -10px;
  }

}
