
.resource-categories {
  padding: 0;
  margin-left: 0;
  list-style: none;
}

.resource-categories li {
  display: inline-block;
  padding: 5px 20px;
  margin: 0;
  border: 1px solid #c2c2c2;
  color: #999;
  cursor: pointer;
}

.resource-categories li:first-child, 
.resource-categories li:first-child:hover {
  padding: 0;
  border: none;
  margin: 0;
  margin-right: 10px;
  color: #777;
  font-weight: 600;
}

.resource-categories li.active,
.resource-categories li:hover {
  border-color: green;
  color: green;
}

.resource-categories li.active:before {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin-bottom: 3px;
  margin-right: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f00c";
  text-align: center;
}

.resources-title {
  padding: 10px 20px;
  padding-right: 40px;
  margin-top: 0;
  background: #006F51;
  color: white;
  cursor: pointer;
}

.resources-title:before {
  position: absolute;
  top: 12px;
  right: 20px;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1em;
  color: white;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f107";
}

.resources-title.active:before {content: "\f106";}

.resources {padding-bottom: 30px;}

.resource {
  position: relative;
  min-height: 50px;
  padding-left: 65px;
  margin-bottom: 2em !important;
}

.resource:last-child {margin-bottom: 0 !important;}

.resource.inactive {display: none !important;}

.resource-title {margin: 0;}

.resource-content {
  margin: 0;
  font-size: 0.9em;
}

.resource img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}