.cc-card {
  border         : 1px dotted #EEE;
  border-bottom  : 2px solid #DDD;
  border-radius  : 3px;
  margin-bottom  : 12px;
}
.cc-card p {
  text-align     : initial !important;
}
.cc-no-margin{
  margin         : 0 !important;
}
.cc-top {
  margin-top     : 0 !important;
}
.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        : 4.5%;
  display        : block !important;
}
.cc-side-caption {
  background     : #EEE;
  border-right   : 1px solid #DDD;
  margin-left    : 0 !important;
  margin-top     : 2em;
  padding        : 4.5%;
  display        : block !important;
}
/* */

.info {
  font-weight: bold;
}
.award {
  clear: both;
  font-size: 120%;
  color:#666;
  line-height: 1.4;
  padding: 1em;
  margin: 1.5em 20px 1.5em 0;
  border-top: 1px solid #B1946C;
  border-bottom: 1px solid #B1946C;
}

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

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

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

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

.image {
  padding        : 0 10px;
  margin-top     : 2em;
  margin-bottom  : 2em;
}

.image img {
  width          : 100%;
  border         : 0;
}

.image .caption {
  display        : none;
  margin-bottom  : 0;
}

.image.left {
  float          : left;
  margin-left    : 0;
  margin-right   : 2em;
}

.image.right {
  float          : right;
  margin-left    : 2em;
  margin-right   : 0;
}

.image .row {
  margin-left    : -5px;
  margin-right   : -5px;
}
blockquote {
    border-radius: 3px;
    border: 1px solid #EEE;
    border-left: 10px solid #DDD;
    background: #F9F9F9;
    font-size: 1.35em;
    height: 100%;
    padding: 0.5em 10px;
    quotes: "\201C""\201D";
}