a.button.rounded {
  color: white;
  display: inline-block;
  padding: 0.33333333em 2em;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5em;
  background-color: #f0b70c;
}
#view-all {
  text-align: center;
  margin: 2.5em 0;
}
#sort-buttons {
  padding: 2.5em 0;
}
#sort-buttons .sorter td {
  border: none;
}
#sort-buttons .sorter .sort-label {
  text-align: right;
  min-width: 12.5em;
  font-size: 1.125em;
  font-weight: bold;
}
#sort-buttons .sorter button {
  background-color: #f2f2f2;
  border: none;
  padding: 0.5em 1em;
}
#sort-buttons .sorter button:first-child {
  margin-right: 1em;
}
#sort-buttons .sorter button:nth-child(n+3) {
  border-left: solid thin #c3c3c3;
}
#sort-buttons .sorter button:hover {
  background-color: #c3c3c3;
}
#sort-buttons .sorter button.active {
  background-color: #f0b70c;
}
#sorted-content .nothing {
  text-align: center;
}
#sorted-content .object {
  border-top: solid thin #cbcbcb;
  padding: 2.5em;
}
#sorted-content .object:hover {
  background-color: #f2f2f2;
}
#sorted-content .object .info {
  float: left;
  text-align: center;
  font-size: 0.85em;
}
#sorted-content .object .info img {
  width: 160px;
  height: auto;
}
#sorted-content .object .info time {
  color: #f0b70c;
  padding: 1em 0;
  display: block;
}
#sorted-content .object .detail {
  margin-left: 12em;
}
#sorted-content .object .detail .title {
  font-size: 1.25em;
  margin-bottom: 1em;
}
#sorted-content .object .detail .content {
  font-size: 0.85em;
  color: grey;
}
#sorted-content .object .detail .content .citation {
  float: left;
  width: 40%;
}
#sorted-content .object .detail .content .citation .cite-entry:nth-child(n+2) {
  margin-top: 1.5em;
}
#sorted-content .object .detail .content .citation .heading {
  font-size: 1em;
  margin: 0;
}
#sorted-content .object .detail .content .citation .heading + p {
  margin: 0;
  margin-top: 0.5em;
}
#sorted-content .object .detail .content .abstract {
  margin-left: 45%;
}
#sorted-content .object::after {
  display: block;
  content: ' ';
  clear: both;
}
#sorted-content.attachment {
  border-left: solid thin #c3c3c3;
}
#sorted-content .image-item {
  text-align: center;
  display: inline-block;
  width: calc(25% - 1px);
  min-width: 160px;
  height: 160px;
  padding: 1em 0 5.25em;
  vertical-align: top;
  border-bottom: solid thin #c3c3c3;
  border-right: solid thin #c3c3c3;
}
#sorted-content .image-item::before {
  content: ' ';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#sorted-content .image-item .link {
  margin-top: 0.875em;
  position: relative;
}
#sorted-content .image-item .image {
  max-width: 160px;
  max-height: 160px;
  padding: 0 1em;
  display: inline-block;
  vertical-align: middle;
}
#sorted-content .image-item .customer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 160px;
  width: 4em;
  height: 4em;
  position: absolute;
  bottom: -0.8em;
  right: 1em;
}
#sorted-content .image-item .customer.video::before {
  font-size: 16px;
  content: '►';
  color: white;
  background-color: #f0b70c;
  position: absolute;
  line-height: 2.125em;
  width: 2em;
  text-align: center;
  padding-left: 0.25em;
  padding-bottom: 0.125em;
  border-radius: 4em;
  bottom: -0.5em;
  left: -0.75em;
}
#sorted-content .image-item a.button.rounded {
  position: relative;
  display: inline-block;
}
#sorted-content .image-item:nth-child(-n + 4) {
  border-top: solid thin #c3c3c3;
}
#sorted-content.imotions_video {
  text-align: center;
}
#sorted-content .video-item {
  width: calc(33.333333333333336% - 0.6666666666666667em);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.5em;
}
#sorted-content .video-item .wistia_embed {
  height: 211.875px;
}
#sorted-content .video-item.first {
  width: calc(100% - 0em);
}
#sorted-content .video-item.first .wistia_embed {
  height: 635.625px;
}
#sorted-content .video-item.second {
  width: calc(50% - 0.5em);
}
#sorted-content .video-item.second .wistia_embed {
  height: 317.8125px;
}
#sorted-content .video-item img {
  width: 100%;
}
#sorted-content .video-item .title {
  font-size: 1.125em;
  margin: 0.25em 0;
}
#sorted-content .video-item .content {
  text-align: left;
  font-size: 0.875em;
  padding: 0 0.5em;
}
body _hide .title_container,
body _hide .comment-entry,
body _hide .blog-inner-meta,
body.cat-publications #main .title_container,
body.cat-publications #main .comment-entry,
body.cat-publications #main .blog-inner-meta,
body.cat-use-case #main .title_container,
body.cat-use-case #main .comment-entry,
body.cat-use-case #main .blog-inner-meta {
  display: none;
}
body.cat-use-case #main .blog-meta {
  visibility: hidden;
}
