/* Touch cover code */

.LG-touchcover {
  position: absolute;
  width: 100%;
  z-index: 11;
  height: 100%;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  /*opacity: 0.1;*/
}
.LG-touchcover-btn {
  margin-left: 190px;
  padding: 0 5px 5px 5px;
  text-align: center;
  width: 446px;
  color: black;
  border-radius: 5px;
  border: 1px solid #999999;
  background: #f7f7f7;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, #f7f7f7 0%, #dddddd 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, #f7f7f7 0%, #dddddd 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
}
.LG-touchcover-btn strong {
  font-size: 2em;
  padding: 0 10px;
}
.LG-touchcover-btn:hover {
  background: #dddddd;
  /* Old browsers */

  background: -moz-linear-gradient(top, #dddddd 0%, #f7f7f7 100%);
  /* FF3.6-15 */

  background: -webkit-linear-gradient(top, #dddddd 0%, #f7f7f7 100%);
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to bottom, #dddddd 0%, #f7f7f7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */

  color: #414141;
}
.LG-touchcover-btn em {
  margin: 0;
  font-weight: normal;
  font-size: .75em;
  font-style: italic;
}
.LG-touchcover-btn:hover em {} .listen,
.listen * {
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .LG-touchcover-btn em {
      display: none;
  }
  .LG-touchcover-btn {
      width: 177px;
      margin-left: 185px;
  }
  .LG-touchcover-btn strong {
      padding: 0;
  }
}
/* Ready state and preload */

.listen.LG-ready .listen-panels {
  opacity: 1;
}
.listen.LG-ready .LG-loading {
  display: none;
}
.listen.LG-notready .listen-panels {
  opacity: 0;
  cursor: wait !important;
}
.listen.LG-notready .LG-loading {
  display: block;
}
.LG-loading {
  cursor: wait !important;
  width: 100%;
  height: 220px;
  text-align: center;
  position: absolute;
  background-color: white;
  z-index: 10;
}
/* Main code */

.listen,
.listen * {
  box-sizing: border-box;
}
.LG-serif,
.listen-header div em,
.LG-touchcover-btn strong {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 100;
  font-style: italic;
}
.LG-sans,
.listen-header div,
.listen-panel-top,
.LG-touchcover {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.listen {
  transition: opacity 1s ease;
  font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
.listen-header div {
  letter-spacing: 4px;
  margin: 0 auto;
  width: auto;
  line-height: 1.4;
  font-size: 35px;
}
.listen-header div em {
  font-size: 1.3em;
  letter-spacing: 2px;
}
.listen-panels {
  text-align: left;
}
.listen-panel {
  transition: outline 0.5s ease;
  display: inline-block;
  text-align: left;
  font-size: .8em;
  margin: 0 0 15px 0;
  padding: 15px 0 0 0;
  vertical-align: top;
  position: relative;
}
.proportional-segments .listen-panel{
  min-width: 70px;
}
.listen-panel > * {
  border-left: 1px solid transparent;
}
.listen-panel.LG-ready > .listen-panel-top > .listen-panel-name, .listen-panel.LG-ready > .listen-panel-top > .listen-panel-overlay-bg, .listen-panel.LG-ready > .listen-panel-top > .listen-panel-overlay {
  cursor: pointer;
}
.listen-panel.LG-notready {
  cursor: not-allowed;
}
.listen-panel-top {
  position: relative;
  padding-top: 1px;
  border-left: 1px solid black;
}
.deeper-listen > .listen-panels > .listen-panel > .listen-panel-top {
  border-right: 1px solid black;
}
.listen-panel-letter {
  font-size: 0.85em;
  margin: 0px auto 2px auto;
  border-radius: 50%;
  border: 1px solid black;
  width: 2em;
  height: 2em;
  padding-top: 2px;
  text-align: center;
  background-color: white;
  opacity: 0 !important;
  position: absolute;
  top: -1.25em;
  left: 50%;
  margin: 0px 0 0 -1em;
  z-index: 9;
}
.lg-letter .listen-panel-letter {
  opacity: 1 !important;
}
.listen-panel-letter sup {
  font-size: 8px !important;
}
.listen-panel-number {
  padding: 13px 0 2px 5px;
  width: 50%;
  font-size: 1.2em;
}
.with-comments .listen-panel-number{
  padding-top: 20px;
}
.listen-panel-number-target {
  padding: 13px 5px 2px 0;
color: #919191;
  width: 50%;
float:right;
text-align: right;
  font-size: 1.2em;
}
.with-comments .listen-panel-number-target {
  padding: 20px 5px 2px 0;
}
.deeper-listen > .listen-panels > .listen-panel > .listen-panel-top > .listen-panel-name > .listen-panel-number-target {
  color: black;
}
.hidden{
display: none;
}
.listen-panel-overlay-bg{
transition: background-color 0.5s ease;
  background-color: #eee;
  width: 100%;
  height: 0.8em;
top:3.1em;
  position: absolute;
  border-top: 0.1em solid black;
  border-bottom: 0.1em solid black;
  border-right: 0.1em solid black;
}
.deeper-listen > .listen-panels > .listen-panel > .listen-panel-top > .listen-panel-overlay-bg {
  width: 100%;
  height: 9px;
  position: static;
}
.listen-panel-overlay{
transition: background-color 0.5s ease;
  background-color: #000;
  width: 0%;
  height: 0.6em;
top: 3.2em;
  position: absolute;

}
.listen-panel-name {
  transition: background-color 0.5s ease;
  background-color: #eee;
  font-size: 1em;
  width: 100%;
  height: 3em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.listen-panel-name p {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.listen-panel-name > span {
  font-size: 16px;
}
.listen-panel.LG-ready.LG-playing .listen-panel-name p, .listen-panel.LG-ready.LG-paused .listen-panel-name p {
  color:#fff !important;
}
.lg-shrink p {
  font-size: 0.75em;
}
.listen-panel.LG-ready.lg-blue .listen-panel-name, .listen-panel.LG-ready.lg-blue .listen-panel-overlay {
  background-color: #6dcff6;
}
.listen-panel.LG-ready.lg-green .listen-panel-name, .listen-panel.LG-ready.lg-green .listen-panel-overlay {
  background-color: #cadb2a;
}
.listen-panel.LG-ready.lg-yellow .listen-panel-name, .listen-panel.LG-ready.lg-yellow .listen-panel-overlay {
  background-color: #fff34f;
}
.listen-panel.LG-ready.lg-purple .listen-panel-name, .listen-panel.LG-ready.lg-purple .listen-panel-overlay {
  background-color: #8f92c8;
}
.listen-panel.LG-ready.lg-flesh .listen-panel-name, .listen-panel.LG-ready.lg-flesh .listen-panel-overlay {
  background-color: #FFE6BF;
}
.listen-panel.LG-ready.lg-beige .listen-panel-name, .listen-panel.LG-ready.lg-beige .listen-panel-overlay {
  background-color: #E6DACF;
}
.listen-panel.LG-ready.lg-dark-blue .listen-panel-name, .listen-panel.LG-ready.lg-dark-blue .listen-panel-overlay {
  background-color: #4268FF;
}
.listen-panel.LG-ready.lg-teal .listen-panel-name, .listen-panel.LG-ready.lg-teal .listen-panel-overlay {
  background-color: #3eb386;
}
.listen-panel.LG-ready.lg-navy .listen-panel-name, .listen-panel.LG-ready.lg-navy .listen-panel-overlay {
  background-color: #077EB0;
}
.listen-panel.LG-ready.lg-dark-green .listen-panel-name, .listen-panel.LG-ready.lg-dark-green .listen-panel-overlay {
  background-color: #5cb742;
}
.listen-panel.LG-ready.lg-orange .listen-panel-name, .listen-panel.LG-ready.lg-orange .listen-panel-overlay {
  background-color: #f58221;
}
/* .listen-panel.LG-ready.lg-navy .listen-panel-name span, .listen-panel.LG-ready.lg-navy .listen-panel-overlay span,
.listen-panel.LG-ready.lg-dark-green .listen-panel-name span, .listen-panel.LG-ready.lg-dark-green .listen-panel-overlay span,
.listen-panel.LG-ready.lg-orange .listen-panel-name span, .listen-panel.LG-ready.lg-orange .listen-panel-overlay span {
color: #fff;
} */
.listen-panel-number {
  width: auto !important;
  display: inline-block;
}
.listen-panel-caption {
  font-style: italic;
  color: #b0b0b0;
  transition: color 0.5s ease;
  margin: 5px 0;
  padding: 0 0 0 5px;
display: none;
}
.listen-panel-caption p {
  margin-top: 0;
}
.listen-panel-caption ul {
  list-style: none;
  width: 95%;
  margin: 0;
  padding: 0;
}
.listen-panel .listen-panel-name, .listen-panel .listen-panel-overlay-bg {
  outline: none;
}
/* hover highlights */

.listen-panel:hover .listen-panel-name {
  background-color: #eee
}
.listen-panel.LG-ready:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
  background-color: #eee !important;
  transition: 0.25s ease;
}
.listen-panel.LG-ready.lg-blue:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
  background-color: #e8f6fd !important;
}
.listen-panel.LG-ready.lg-green:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
  background-color: #f5f7df !important;
}
.listen-panel.LG-ready.lg-yellow:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
  background-color: #fffde6 !important;
}
.listen-panel.LG-ready.lg-purple:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
  background-color: #e9e9f5 !important;
}
.listen-panel.LG-ready.lg-flesh:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
  background-color: #FFFFF2 !important;
}
.listen-panel.LG-ready.lg-beige:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
  background-color: #FFF4E9 !important;
}
.listen-panel.LG-ready.lg-dark-blue:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
  background-color: #6699FF !important;
}
.listen-panel.LG-ready.lg-teal:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
  background-color: #71E6B9 !important;
}
.listen-panel.LG-ready.lg-navy:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
background-color: #4a8daa !important;
}
.listen-panel.LG-ready.lg-dark-green:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
background-color: #99d787 !important;
}
.listen-panel.LG-ready.lg-orange:hover:not(.LG-playing):not(.LG-paused) .listen-panel-name {
background-color: #f7b37a !important;
}
/* playing highlights */

.LG-playing .listen-panel-name > span, .LG-paused .listen-panel-name > span {
  text-decoration: underline;
}
.LG-playing .listen-panel-name {
  font-style: italic;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* RWD */
.lg-timecode {
min-width: 20px;
min-height: 20px;
font-size: 1.3em;
position: absolute;
top:1em;
right:0;
}
@media only screen and (min-width: 1200px) {
  .lg-timecode {
  right:50px;
}
}

@media only screen and (min-width: 791px) and (max-width: 1024px) {
  .listen-panel {
      width: 20%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 790px) {
  .listen-panel {
      width: 25%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .listen-panel {
      width: 33%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .listen-panel {
      width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 790px) {
  .listen-panels {
      margin: 0;
      padding: 0 5px;
  }
}
.deeper-listen > .listen-panels > .listen-panel {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.listen ul{
line-height: 1.5 !important;
}
.screenreaderOnly {
  position: absolute !important;
  /* Outside the DOM flow */
  height: 1px;
  width: 1px;
  /* Nearly collapsed */
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 7+ only support clip without commas */
  clip: rect(1px, 1px, 1px, 1px);
  /* All other browsers */
}
#segTitle{
  font-size: 20px;
  font-weight: bold;
}
.table-header {
  border-bottom: solid darkgrey 1px;
  font-weight: bold;
  font-family: inherit;
}
.table-content {
  font-weight: normal;
  font-size: 14px;
}
.table-content > img, .table-content > video {
  min-width: 300px;
}
.table-content > iframe {
  width:280px;
  height:350px;
}
.listen-comment{
  text-decoration:none;
  font-size:1.5em; 
  position:absolute;
  margin-top:-32px; 
}
.deeper-listen .listen-comment{
  margin-top:0; 
}
.tooltip.bs-tooltip-bottom{
  margin-top:10px;
  opacity: 1;
}
.tooltip-inner{
  background-color: #26304d;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #00000000 !important;
}
.proportional-segments .listen-panel-name>span{
  font-size: 12px !important;
  word-break: break-word;
}