#centurysong {
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
  position: relative; }
  #centurysong .volcano-link {
    display: inline-block;
    position: absolute;
    bottom: 0.75rem;
    right: 0; }
    #centurysong .volcano-link img {
      display: block;
      height: auto; }
  #centurysong h1.gold.title {
    cursor: pointer;
    position: relative; }
  #centurysong #prodDesc {
    display: none; }
    #centurysong #prodDesc p {
      padding: 20px 0; }
  #centurysong #content {
    background: rgba(0, 0, 0, 0.8);
    padding: 2rem 2rem 2rem; }
    #centurysong #content .toggle.caption {
      font-size: 80%;
      font-style: italic;
      color: #ffff99;
      margin: 5px 0 0;
      display: block;
      text-align: right; }
    #centurysong #content .title {
      text-align: left; }
    #centurysong #content .row {
      position: relative;
      max-width: 100%; }
      #centurysong #content .row .row {
        margin-left: 0;
        margin-right: 0; }
    #centurysong #content .face {
      opacity: 1;
      background-position: cover;
      -webkit-transition: all 400ms ease-out;
      -moz-transition: all 400ms ease-out;
      -ms-transition: all 400ms ease-out;
      transition: all 400ms ease-out; }
      #centurysong #content .face.loading {
        opacity: 0; }
    #centurysong #content img {
      border: none;
      max-width: 100%; }
    #centurysong #content section a.contentToggle {
      position: absolute;
      display: block;
      width: 33.33333%;
      opacity: 1;
      -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -ms-transition: all 1s ease-out;
      transition: all 1s ease-out; }
      #centurysong #content section a.contentToggle.loading {
        opacity: 0;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        transition: all 1s ease-out; }
      #centurysong #content section a.contentToggle img {
        width: 100%; }
      #centurysong #content section a.contentToggle span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 3% 5% 3%;
        font-family: 'Pathway Gothic One', Impact, sans-serif;
        font-size: 1.5rem;
        line-height: 1.2;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        -ms-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
      #centurysong #content section a.contentToggle:hover span, #centurysong #content section a.contentToggle:focus span {
        color: #ffcc33;
        -webkit-transition: color 150ms ease-in-out;
        -moz-transition: color 150ms ease-in-out;
        -ms-transition: color 150ms ease-in-out;
        transition: color 150ms ease-in-out; }
    #centurysong #content section .content {
      display: none;
      overflow: hidden;
      opacity: 0;
      padding-bottom: 3rem;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
      #centurysong #content section .content.open {
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out; }
      #centurysong #content section .content .row {
        clear: both; }
        #centurysong #content section .content .row.no-padding {
          padding-bottom: 0; }
      #centurysong #content section .content.no-padding {
        padding-bottom: 0; }
      #centurysong #content section .content h2,
      #centurysong #content section .content p.close.bottom {
        margin-top: 2rem;
        padding: 0 3rem 0 0;
        position: relative;
        clear: both; }
        #centurysong #content section .content h2 a.close,
        #centurysong #content section .content p.close.bottom a.close {
          font-family: Verdana, Helvetica, Arial, sans-serif;
          position: absolute;
          top: 0;
          right: 0;
          font-size: 2rem;
          color: #ffcc33; }
          #centurysong #content section .content h2 a.close:hover, #centurysong #content section .content h2 a.close:focus,
          #centurysong #content section .content p.close.bottom a.close:hover,
          #centurysong #content section .content p.close.bottom a.close:focus {
            color: #ffe699; }
        #centurysong #content section .content h2.bottom,
        #centurysong #content section .content p.close.bottom.bottom {
          border-bottom: none; }
      #centurysong #content section .content h4 {
        margin-top: 2rem;
        clear: both; }
      #centurysong #content section .content h5 {
        clear: both; }
      #centurysong #content section .content blockquote {
        padding: 0.5625rem 1.25rem 0.5625rem 1.1875rem;
        border-left: 3px solid #ffcc33;
        clear: both; }
        #centurysong #content section .content blockquote p {
          color: #ffff99;
          font-size: 90%; }
          #centurysong #content section .content blockquote p.attribution {
            color: #ffcc33;
            text-align: right; }
          #centurysong #content section .content blockquote p:last-child {
            margin: 0; }
      #centurysong #content section .content div.img.right, #centurysong #content section .content div.img.left {
        width: 33%;
        margin-bottom: 15px; }
        #centurysong #content section .content div.img.right.half, #centurysong #content section .content div.img.left.half {
          width: 50%; }
      #centurysong #content section .content div.img.right {
        margin-left: 20px; }
      #centurysong #content section .content div.img.left {
        margin-right: 20px; }
      #centurysong #content section .content div.img.center {
        display: block;
        width: 80%;
        margin: 0 auto 15px; }
      #centurysong #content section .content div.img img {
        width: 100%;
        margin-bottom: 5px; }
      #centurysong #content section .content div.img .caption {
        font-size: 80%;
        font-style: italic;
        color: #ffff99;
        margin: 0 0 0;
        display: block; }
      #centurysong #content section .content .accordion {
        padding: 2rem 0 0; }
        #centurysong #content section .content .accordion .accordion-title {
          cursor: pointer;
          padding: 0.25rem 2rem 0.25rem 0;
          margin: 0 0 2px;
          color: #ff7c00;
          position: relative; }
          #centurysong #content section .content .accordion .accordion-title:after {
            content: " ";
            display: block;
            width: 0px;
            height: 0px;
            position: absolute;
            right: 0.5rem;
            top: 1rem;
            border-top: 8px solid #ff7c00;
            border-right: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid transparent; }
          #centurysong #content section .content .accordion .accordion-title.open:after {
            border-top: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #ff7c00;
            border-left: 8px solid transparent;
            top: initial;
            bottom: 1rem; }
        #centurysong #content section .content .accordion .segment {
          overflow: hidden;
          height: 0;
          padding: 0; }
          #centurysong #content section .content .accordion .segment.open {
            height: auto;
            padding: 1.25rem 0 2rem; }
    #centurysong #content section#neemasquestion a.contentToggle {
      left: 16.66667%;
      bottom: 0px;
      transition-delay: 1s; }
      #centurysong #content section#neemasquestion a.contentToggle.loading {
        bottom: 5%; }
    #centurysong #content section#twotravellers a.contentToggle {
      right: 0;
      top: 0;
      transition-delay: 1.5s; }
      #centurysong #content section#twotravellers a.contentToggle.loading {
        top: 5%; }
    #centurysong #content section#theart a.contentToggle {
      left: 0;
      top: 0;
      transition-delay: 2s; }
      #centurysong #content section#theart a.contentToggle.loading {
        left: 5%; }
    #centurysong #content section#themusic a.contentToggle {
      top: 0;
      right: 16.66667%;
      transition-delay: 2.5s; }
      #centurysong #content section#themusic a.contentToggle.loading {
        top: 5%; }
    #centurysong #content section#themusic h6 {
      color: #ffcc33; }
    #centurysong #content section#spaceandtime a.contentToggle {
      top: 0;
      left: 16.66667%;
      transition-delay: 3s; }
      #centurysong #content section#spaceandtime a.contentToggle.loading {
        top: -5%; }
    #centurysong #content section#theprocess a.contentToggle {
      top: 0;
      right: 16.66667%;
      transition-delay: 3.5s; }
      #centurysong #content section#theprocess a.contentToggle.loading {
        right: 11.66667%; }
    #centurysong #content section#theprocess .date {
      display: inline-block;
      color: #ff7c00;
      font-size: 1.5rem;
      margin: 1rem 0;
      padding: 10px 10px 10px 0; }
    #centurysong #content section#theprocess .baby {
      color: #ac3794;
      font-style: italic;
      font-size: larger;
      clear: both; }
    #centurysong #content section#theprocess .entry {
      clear: both; }
    #centurysong #content section#theprocess .indent {
      padding-left: 20px; }
    #centurysong #content section#theprocess .images.row {
      margin-bottom: 1rem; }
    #centurysong #content section#theteam a.contentToggle {
      top: 0;
      left: 0;
      transition-delay: 4s; }
      #centurysong #content section#theteam a.contentToggle.loading {
        top: 5%; }
    #centurysong #content section#theteam .content .row {
      margin: 2rem 0; }
    #centurysong #content section#movingpictures a.contentToggle {
      top: 0;
      right: 0;
      transition-delay: 4.5s; }
      #centurysong #content section#movingpictures a.contentToggle.loading {
        right: 5%; }
    #centurysong #content section#movingpictures .flex-video {
      margin-top: 3rem; }

@media screen and (max-width: 641px) {
  #centurysong #content {
    padding: 2rem 1rem 1rem; }

  #centurysong .volcano-link {
    bottom: 0.6rem; }
    #centurysong .volcano-link img {
      width: 100px; }

  div.img {
    display: block;
    float: none !important;
    text-align: center;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    div.img img {
      display: inline-block !important;
      width: auto !important;
      max-width: 100% !important; }

  .columns.face:nth-child(odd) {
    display: none; }

  #centurysong #content section a.contentToggle {
    width: 66.66666%; }

  #centurysong #content section#neemasquestion a.contentToggle {
    left: 0; }

  #centurysong #content section#themusic a.contentToggle {
    right: 0; }

  #centurysong #content section#spaceandtime a.contentToggle {
    left: 0; }

  #centurysong #content section#theprocess a.contentToggle {
    right: 0; }

  #centurysong #content section .content h2 a.close {
    font-size: 1.5rem; } }
@media screen and (max-width: 480px) {
  #centurysong h1.gold.title {
    font-size: 1.75rem; }
  #centurysong .volcano-link img {
    width: 80px; } }

/*# sourceMappingURL=centurysong.css.map */
