
.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}

.toggle-box + label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked + label:before {
  content: "\2212";
}


.letter-container {
    position: relative;
    padding-bottom: 129.41%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.letter-container iframe,
.letter-container object,
.letter-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}

.newspaper-container {
    position: relative;
    padding-bottom: 184%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.newspaper-container iframe,
.newspaper-container object,
.newspaper-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}

.poster-container {
    position: relative;
    padding-bottom: 161.9%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.poster-container iframe,
.poster-container object,
.poster-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}


.mcclatchy-video-container {
    position: relative;
    padding-bottom: 59.375%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.mcclatchy-video-container iframe,
.mcclatchy-video-container object,
.mcclatchy-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.youtube-video-container {
    position: relative;
    padding-bottom: 59.375%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.youtube-video-container iframe,
.youtube-video-container object,
.youtube-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
