/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


article.post-entry .apply_now_link,
.page-employment .entry-content .more-link{
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
  max-width: 100%;
  color: #ffffff;
  border-color: #000008;
  background: #000008;
}

.page-employment .entry-content .more-link{
  float: left;
  margin-right: 10px;
}

.page-employment .entry-content .more-link .more-link-arrow{display: none;}



.lcp_catlist li:first-child {
  border-top: none;
}

.lcp_catlist li{
  padding: 7px 0;
  display: block;
  font-size: 0.85em;
  line-height: 1.5em;
  border-top-width: 3px;
  border-color: #e1e1e1;
  border-top-style: solid;
}

.lcp_catlist li a{
  font-style: italic;
  font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}

.jobsearch{position: relative;}

.jobsearch:after{
  content: '\00d7';
  position: absolute;
  top: 0;
    bottom: 0;
    right: 10px;
    z-index: 10;
    line-height: 36px;
    font-size: 25px;
    cursor: pointer;

}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}