.list--unstyled,
.list--comma {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.list--comma > li {
  display: inline;
}

.list--comma > li + li::before {
  content: ', ';
}

.news {
  overflow: hidden;
}

.news__image {
  /* Probably need polyfill */
  object-fit: cover;
  object-position: var(--focal-point);
}

.news__image--left {
  float: right;
  width: 300px;
  margin-right: 1em;
}

.news__image--right {
  float: right;
  width: 300px;
  margin-left: 1em;
}

.program-filter {
  margin: 0.5em 0;
  line-height: 2;
}
.program-filter-inline {
  display: flex;
}
.program-filter-label {
  font-weight: bold;
}
.program-filter-inline .program-filter-label {
  flex: 1 0 25%;
}
.program-filter-inline input,
.program-filter-inline select {
  flex: 0 1 75%;
}
.program-filter-checkboxes {
  line-height: 2;
}
.program-filter-checkboxes .form-item {
  margin: 0.5em;
}
.program-filter-checkboxes label {
  font-weight: normal;
}
.program-profile-list-loading {
  height: 100vh;
  background: #f2f1eb;
  text-align: center;
  font-size: 2em;
  line-height: 50vh;
}
.program-profile-category-row {
  padding: 1px 0;
  overflow: auto;
}
.program-profile-item {
  background: #f2f1eb;
  cursor: pointer;
}
.program-profile-item:hover {
  background: #e4dec7;
}
.program-profile-item a.program-title {
  text-decoration: none;
  font-weight: bold;
  color: #2e2d29;
}
.program-thumbnail {
  float: right;
}
@media screen and (min-width: 960px) {
  .program-thumbnail {
    margin: -3.21%;
    margin-left: 3.21%;
  }
}
.occupation-data-headers {
  display: none;
}
.program-field-label,
.occupation-data-headers {
  font-weight: bold;
}
.program-field-secondary {
  font-size: 0.9em;
  color: #555555;
}
.program-field-secondary abbr {
  text-decoration: none;
}
.program-earnings-graph,
.program-earnings-graph-scale {
  display: block;
  margin: 0 auto;
  width: 315px;
  height: 37.5px;
  font-size: 6px;
}
.section-occupations {
  margin: 2em 0;
}
.occupations-list {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  max-width: 800px;
}
.occupations-list li {
  padding-top: 0;
}
.occupations-list li + li {
  margin-top: 1em;
  border-top: 2px #af8446 dotted;
}
.occupation {
  position: relative;
}
.occupation-onet-link {
  position: absolute;
  top: 0;
  right: 0;
  background: #063d1c;
  padding: 0.1em 0.25em;
  border-radius: 0.25em;
}
.occupation-onet-link.occupation-onet-link:link { /* Overcome theme suckage */
  color: #f2f1eb;
  text-decoration: none;
}
.occupation-onet-link.occupation-onet-link:visited { /* Overcome theme suckage */
  color: #f2f1eb;
  text-decoration: none;
}
.occupation-onet-link.occupation-onet-link:hover { /* Overcome theme suckage */
  color: #f2f1eb;
  text-decoration: none;
}
.occupation-onet-link.occupation-onet-link:focus { /* Overcome theme suckage */
  color: #f2f1eb;
  text-decoration: none;
}
.node-program-profile .pane-bundle-section-title {
  margin-top: 30px;
}
.field-name-field-program-items .field-items .grid-cell {
  padding: 0 1%;
}
@media screen and (max-width: 767px) {
  .occupation-data {
    text-align: center;
  }

  .occupation-data * {
    box-sizing: border-box;
  }

  .occupation-data-row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .occupation-scale-row {
    display: none;
  }

  .occupation-data-row:before,
  .occupation-data-row:after {
    content: " ";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .occupation-data {
    display: table;
    width: 100%;
    text-align: center;
  }
  .occupation-data-headers,
  .occupation-data-row,
  .occupation-scale-row {
    display: table-row;
  }
  .occupation-data-row:nth-child(2n) {
    background: #f2f1eb;
  }

  .occupation-data-header,
  .occupation-data-field {
    display: table-cell;
    padding: 0.1em 0.25em;
    vertical-align: middle;
  }
  .occupation-data-headers {
    background: #e4dec7;
  }

  .occupation-data-area {
    display: inline;
    color: inherit;
    font-size: 1em;
    text-transform: none;
  }

  .occupation-data-row .program-field-label { display: none; } /* todo element-invisible for a11y */
  .occupation-data-row .program-earnings-graph-scale { display: none; }
  .program-earnings-graph-scale.force-scale { display: block; }
}
.campuslabs-org-category-row {
  padding: 1px 0;
  overflow: auto;
  list-style: none;
}
.campuslabs-org-item {
  background: #f2f1eb;
}
.campuslabs-org-title {
  font-weight: bold;
  font-size: 1.2em;
}
.campuslabs-org-title::after {
  content: none!important;
}
.campuslabs-org-description {
  height: 5.6em;
  overflow: hidden;
  position: relative;
}
.campuslabs-org-description::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f2f1eb);
}
.campuslabs-load-more {
  clear: both;
  display: block;
  width: 80%;
  color: #fff;
  background: #026937;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-align: center;
  border: none;
  font-size: 1em;
  font-weight: bold;
  border-radius: 0.5em;
  cursor: pointer;
}
.campuslabs-org-thumbnail {
  float: right;
}
@media screen and (min-width: 960px) {
  .campuslabs-org-thumbnail {
    margin: -2% -2% 2% 3.5%;
  }
}

