.rc-date {
  font-style: italic;
  font-weight: bold;
}
@media all and (min-width: 0px) {
  .rc-date {
    font-size: 10pt;
  }
}
@media all and (min-width: 480px) {
  .rc-date {
    font-size: 12pt;
  }
}
@media all and (min-width: 768px) {
  .rc-date {
    font-size: 14pt;
  }
}
.rc-group {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.rc-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd;
}
.rc-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding-top: 0;
}
.rc-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.rc-dark-style {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
}
@media all and (min-width: 0px) {
  .rc-location {
    font-size: 8pt;
  }
}
@media all and (min-width: 480px) {
  .rc-location {
    font-size: 10pt;
  }
}
@media all and (min-width: 768px) {
  .rc-location {
    font-size: 12pt;
  }
}
.rc-title {
  font-weight: 700;
  line-height: 1em;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .rc-title {
    font-size: 14pt;
  }
}
@media all and (min-width: 480px) {
  .rc-title {
    font-size: 18pt;
  }
}
@media all and (min-width: 768px) {
  .rc-title {
    font-size: 21pt;
  }
}
.rc-title a {
  display: block;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.rc-title a:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 50%;
  text-decoration: inherit;
  padding: 0 0 10px 10px;
}
.rc-type {
  font-style: italic;
}
@media all and (min-width: 0px) {
  .rc-type {
    font-size: 8pt;
  }
}
@media all and (min-width: 480px) {
  .rc-type {
    font-size: 10pt;
  }
}
@media all and (min-width: 768px) {
  .rc-type {
    font-size: 12pt;
  }
}
.rc-type a {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.rc-type a:before {
  content: '#';
  padding-right: 2px;
}
/*# sourceMappingURL=_compiled.css.map */