.aftercc_sort_filter {
  display: none;
  text-align: right;
  margin-right: 15px;
  font-size: 11px;
  font-style: italic;
}

.aftercc_sortby {
  border-bottom: 1px dotted #333;
  cursor: pointer;
}

.aftercc_sortby_active {
  text-decoration: none;
  border-bottom: none;
  cursor: inherit;
}

.aftercc_srch input {
  margin-left: 5px;
}

.aftercc_alum {
  display: block;
  float: none;
  clear: both;
  position: relative;
  margin: 20px 0;
}

.open.aftercc_alum {
  background: rgba(255, 255, 255, .7);
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.closed.aftercc_alum {
  box-sizing: border-box;
  display: block;
  width: 210px;
  height: 290px;
  margin: 10px 5px 15px 5px;
  float: left;
  clear: none;
  cursor: pointer;
  border: none;
}

.aftercc_alum_close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #777;
  font-family: sans-serif;
  text-trasnform: lowercase;
  font-size: 11px;
  padding: 0px 5px;
  background: rgba(255, 255, 255, .6);
  cursor: pointer;
}

.closed .aftercc_alum_close {
  display: none;
}

.aftercc_alum h2 {
  font-size: 2.3em;
  margin-top: 20px;
}

.closed.aftercc_alum h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 2px;
}

.aftercc_img_sq {
  display: none;
}

.closed .aftercc_img_sq {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}

.aftercc_major {
  font-weight: bold;
  font-size: 1.5em;
}

.closed .aftercc_major {
  margin: 0 2px;
  font-weight: normal;
  font-size: inherit;
  line-height: 1.3em;
}

.aftercc_other {}

.closed .aftercc_more {
  display: none;
}

.open .aftercc_more {
  display: block;
}

.aftercc_img_full {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  float: right;
  margin-left: 20px;
}

.aftercc_pubdate:before {
  content: 'Published ';
}

.aftercc_pubdate {
  text-align: right;
  font-style: italic;
  clear: both;
  padding-top: 15px;
}

span.aftercc_captionwrap {
  float: right;
}

span.aftercc_captionwrap p {
  text-align: right;
  font-size: 11px;
  font-style: italic;
}