.cc-video {
  position       : relative;
  padding-bottom : 56.25%; /* 16:9 */
  padding-top    : 25px;
  margin-bottom  : 18px;
  height         : 0;
}
.cc-video iframe {
  position       : absolute;
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 100%;
}
.cc-image {
  padding        : 0 !important;
  margin-top     : 2em;
  margin-bottom  : 2em;
}
.cc-image img {
  vertical-align : bottom;
}
.cc-caption {
  background     : #EEE;
  border-bottom  : 1px solid #DDD;
  margin-top     : 0 !important;
  padding        : 6%;
  display        : block !important;
}
.cc-side-caption {
  background     : #EEE;
  border-right   : 1px solid #DDD;
  margin-left    : 0 !important;
  margin-top     : 2em;
  padding        : 6%;
  display        : block !important;
}
/* */

.event-details {
  max-width      : 100%;
  width          : 100% !important;
}

.event-author th {
  max-width      : 90px;
}

.event-author td {
  width          : 100%;
}

.caption {
  color          : #666;
  font-size      : 12px !important;
  line-height    : 18px;
  margin         : 1.5em 0 1em 0;
}

blockquote {
   border-left: 2px solid #C28E0E;
   font-size: 20px;
   font-weight: normal;
   color:#C28E0E;
   margin: 30px 0px;
   font-family: 'Open Sans', sans-serif;

}

blockquote .attribution {
   text-align:right;
   color: #5B6870;
   font-size: 10px;
      text-transform: uppercase;

}
blockquote .attribution .name{
   font-size: 16px;
   margin-top:10px;
}
