/* =============================================================================
	Load first
   ========================================================================== */
/* =============================================================================
   NI career finder stylesheet
   ========================================================================== */
.finder--career {
  padding-bottom: 50px;
  background-color: #e6e6e6; }

.finder--career .finder-form-search > .container,
.finder--career .job__container {
  max-width: 770px; }

.jobs__wrapper {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px; }

.job__container {
  overflow: visible; }

.job {
  margin: 0 0 10px 0;
  padding: 15px 5px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  /* prevents wrong font-size on iphone landscape */
  -webkit-text-size-adjust: none; }

.job--truncate {
  white-space: nowrap;
  overflow: hidden; }

.job--truncate:after {
  position: absolute;
  width: 15%;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0) 0%), color-stop(white 80%));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1); }

.job--link {
  color: #222; }

.job--link:hover,
.job--link:focus,
.job--link:active {
  color: #3e8cbb; }

.job__title {
  margin: 0;
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1em; }

.job__description {
  padding: 10px 0; }

@media (min-width: 992px) {
  .job__description {
    padding: 0; } }
