/*@keyframes clockwise { to { @include transform(rotate(360deg) translateZ(0)) } }*/
.media.lg img { width: 100%; }

.media__transcript-trigger { background: transparent; border: none; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #094C9C; font-weight: 500; outline: none; }

.media__transcript-trigger:hover { color: #052954; text-decoration: underline; }

.media__transcript-trigger + * { margin-left: 10px; }

.js .media-transcript { transition: none; }

.media-transcript.active { overflow: hidden; }
