@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic);
.sample-vert {
  background: #fff; }
  .sample-vert .art img {
    width: 100%; }
  .sample-vert .details {
    padding: 20px;
    *zoom: 1; }
    .sample-vert .details:before, .sample-vert .details:after {
      content: " ";
      display: table; }
    .sample-vert .details:after {
      clear: both; }
  .sample-vert .jp-controls {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
    .sample-vert .jp-controls a {
      float: none;
      margin: 0;
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      text-align: center;
      line-height: 60px;
      background: #333;
      color: #Eee; }
      .sample-vert .jp-controls a:hover, .sample-vert .jp-controls a:focus {
        background: #222;
        color: #fff; }
    .sample-vert .jp-controls .jp-play i {
      position: relative;
      left: 2px;
      top: 1px; }
    .sample-vert .jp-controls .jp-pause i {
      position: relative;
      left: 1px;
      top: 1px; }
  .sample-vert .song-info {
    float: left;
    min-height: 60px; }
    @media (min-width: 768px) {
      .sample-vert .song-info {
        max-width: 15.5em; } }
  .sample-vert .song-title {
    font-weight: bold; }
  .sample-vert .song-artist {
    font-style: italic; }
  .sample-vert .song-buy {
    margin-top: 9px;
    font-size: 85%; }
    .sample-vert .song-buy i {
      font-size: 75%; }
    .sample-vert .song-buy a {
      color: #000; }
      .sample-vert .song-buy a:hover, .sample-vert .song-buy a:focus {
        text-decoration: underline; }

.sample-horiz {
  background: #fff;
  *zoom: 1; }
  .sample-horiz:before, .sample-horiz:after {
    content: " ";
    display: table; }
  .sample-horiz:after {
    clear: both; }
  .sample-horiz .art {
    position: relative;
    margin-bottom: 0; }
    .sample-horiz .art img {
      width: 100%; }
    @media (min-width: 768px) {
      .sample-horiz .art {
        width: 30%;
        float: left; } }
    @media (min-width: 1024px) {
      .sample-horiz .art {
        width: 20%; } }
  .sample-horiz .details {
    padding: 20px;
    *zoom: 1; }
    .sample-horiz .details:before, .sample-horiz .details:after {
      content: " ";
      display: table; }
    .sample-horiz .details:after {
      clear: both; }
    @media (min-width: 768px) {
      .sample-horiz .details {
        width: 70%;
        float: right; } }
    @media (min-width: 1024px) {
      .sample-horiz .details {
        width: 80%; } }
  .sample-horiz .jp-controls {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 10px;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .sample-horiz .jp-controls {
        float: right;
        width: 120px;
        height: 120px;
        margin-top: 20px;
        margin-right: 40px; } }
    .sample-horiz .jp-controls a {
      float: none;
      margin: 0;
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      text-align: center;
      line-height: 60px;
      background: #333;
      color: #Eee; }
      @media (min-width: 768px) {
        .sample-horiz .jp-controls a {
          font-size: 40px;
          width: 140px;
          height: 140px;
          line-height: 140px;
          border-radius: 70px; } }
      .sample-horiz .jp-controls a:hover, .sample-horiz .jp-controls a:focus {
        background: #222;
        color: #fff; }
    .sample-horiz .jp-controls .jp-play i {
      position: relative;
      left: 2px;
      top: 1px; }
      @media (min-width: 768px) {
        .sample-horiz .jp-controls .jp-play i {
          left: 4px;
          top: 4px; } }
    .sample-horiz .jp-controls .jp-pause i {
      position: relative;
      left: 1px;
      top: 1px; }
      @media (min-width: 768px) {
        .sample-horiz .jp-controls .jp-pause i {
          left: 0px;
          top: 5px; } }
  .sample-horiz .song-info {
    float: left;
    min-height: 60px; }
    @media (min-width: 768px) {
      .sample-horiz .song-info {
        padding-left: 10px; } }
  .sample-horiz .song-title {
    font-weight: bold; }
    @media (min-width: 768px) {
      .sample-horiz .song-title {
        font-size: 180%;
        line-height: 1.4; } }
  .sample-horiz .song-artist {
    font-style: italic; }
  @media (min-width: 768px) {
    .sample-horiz .song-album {
      font-size: 70%; } }
  .sample-horiz .song-buy {
    margin-top: 1em;
    font-size: 90%; }
    .sample-horiz .song-buy i {
      font-size: 75%; }

.sample-playlist {
  background: #000; }
  .sample-playlist .art {
    position: relative;
    margin-bottom: 0; }
    .sample-playlist .art .art-backdrop {
      width: 100%;
      height: 0;
      padding-top: 100%; }
    .sample-playlist .art .art-container {
      position: absolute;
      top: 0; }
    .sample-playlist .art img {
      width: 100%; }
    .sample-playlist .art .button-container {
      position: absolute;
      bottom: 1em;
      width: 100%;
      text-align: center;
      margin-top: 9px;
      font-size: 85%; }
      .sample-playlist .art .button-container i {
        font-size: 75%; }
      .sample-playlist .art .button-container a {
        color: #000; }
  .sample-playlist > div {
    position: relative;
    padding-bottom: 60px; }
  .sample-playlist .jp-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: #333;
    text-align: center; }
    .sample-playlist .jp-controls a {
      float: none;
      margin: 0;
      display: inline-block;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      background: #333;
      color: #Eee; }
      .sample-playlist .jp-controls a:hover, .sample-playlist .jp-controls a:focus {
        background: #222;
        color: #fff; }
    .sample-playlist .jp-controls .jp-play i {
      position: relative;
      left: 2px;
      top: 1px; }
    .sample-playlist .jp-controls .jp-pause i {
      position: relative;
      left: 1px;
      top: 1px; }
  .sample-playlist .jp-playlist ul {
    padding: 1em; }
    .sample-playlist .jp-playlist ul li {
      margin-bottom: 0.5em;
      padding: 0 !important; }
      .sample-playlist .jp-playlist ul li > div {
        border-radius: 0.25em;
        padding: 0.25em 1.5em 0.25em 0.5em; }
      .sample-playlist .jp-playlist ul li .jp-playlist-item {
        display: block;
        color: #eee; }
    .sample-playlist .jp-playlist ul li:last-child {
      margin-bottom: 0; }
    .sample-playlist .jp-playlist ul .jp-playlist-current > div {
      background: #333333; }
      .sample-playlist .jp-playlist ul .jp-playlist-current > div .jp-playlist-item {
        color: #fff; }
      .sample-playlist .jp-playlist ul .jp-playlist-current > div:after {
        position: absolute;
        right: 0.5em;
        top: 0.25em;
        content: "🔊";
        color: #fff;
        font-family: "SSStandard";
        line-height: 2; }

@media (min-width: 1024px) {
  .sample-playlist-horiz .art {
    width: 40%;
    float: left;
    margin-bottom: -60px; }
  .sample-playlist-horiz .playlist {
    width: 60%;
    float: right; }
  .sample-playlist-horiz .jp-controls {
    width: 60%; } }

.freq-spec {
  margin: 0px auto;
  width: 16px;
  text-align: center; }

.bars {
  width: 4px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  background: white;
  position: relative; }
  .bars:before, .bars:after {
    content: "";
    width: 4px;
    background: white;
    position: absolute;
    bottom: 0; }
  .bars:before {
    height: 9.6px;
    left: -6px; }
  .bars:after {
    height: 12.8px;
    right: -6px; }
  .bars.animated {
    animation: pulse linear 0.5s;
    animation-iteration-count: infinite; }
    .bars.animated:before {
      animation: pulse2 linear .6s;
      animation-iteration-count: infinite; }
    .bars.animated:after {
      animation: pulse3 linear 0.7s;
      animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    height: 16px;
    margin-top: 0; }
  40% {
    height: 4px;
    margin-top: 12px; }
  100% {
    height: 16px;
    margin-top: 0; } }
@keyframes pulse2 {
  0% {
    height: 9.6px; }
  40% {
    height: 3.2px; }
  100% {
    height: 9.6px; } }
@keyframes pulse3 {
  0% {
    height: 12.8px; }
  40% {
    height: 4.8px; }
  100% {
    height: 12.8px; } }
.new-sample {
  font-family: "Josefin Sans", Futura, sans-serif;
  width: 100%;
  display: block;
  position: relative;
  background: #333;
  color: #fff;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #111111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, #333333 0%, #111111 100%);
  background: -o-linear-gradient(top, #333333 0%, #111111 100%);
  background: -ms-linear-gradient(top, #333333 0%, #111111 100%);
  background: linear-gradient(to bottom, #333333 0%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); }
  .new-sample .art {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0; }
    .new-sample .art .jp-type-single {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .new-sample .art .jp-type-single .jp-controls {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        margin-top: 50%;
        position: relative;
        top: -20px; }
        .new-sample .art .jp-type-single .jp-controls a {
          display: block;
          width: 40px;
          height: 40px;
          border-radius: 20px;
          background: rgba(0, 0, 0, 0.75);
          border: 2px solid #ddd;
          box-shadow: 0 0 6px #000;
          color: #ddd;
          line-height: 36px;
          text-align: center;
          font-size: 12px;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          .new-sample .art .jp-type-single .jp-controls a:hover {
            color: #fff;
            border-color: #fff;
            background: #222; }
        .new-sample .art .jp-type-single .jp-controls .jp-play i {
          position: relative;
          left: 1px;
          top: 2px; }
        .new-sample .art .jp-type-single .jp-controls .jp-pause {
          background: #222;
          z-index: 2;
          border: none; }
          .new-sample .art .jp-type-single .jp-controls .jp-pause:after {
            content: "";
            width: 40px;
            height: 40px;
            top: 0px;
            left: 0px;
            position: absolute;
            z-index: 1; }
          .new-sample .art .jp-type-single .jp-controls .jp-pause i {
            position: relative;
            left: 0px;
            top: 3px; }
  .new-sample .details {
    height: 90px;
    padding: 10px 10px 10px 100px;
    font-size: 16px;
    line-height: 24px;
    color: #bbb; }
    .new-sample .details .track-info {
      padding: 0 0 0 0.3em; }
      .new-sample .details .track-info .track {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold; }
        .new-sample .details .track-info .track .track-title {
          color: #fff; }
      .new-sample .details .track-info .track-album {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-style: italic; }
    .new-sample .details .track-buy {
      float: left; }
      .new-sample .details .track-buy a {
        float: left;
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        font-weight: bold;
        color: #bbb;
        padding: 0 0.5em;
        border-radius: 6px; }
        .new-sample .details .track-buy a i {
          position: relative;
          font-size: 14px;
          line-height: 22px;
          top: 1px; }
        .new-sample .details .track-buy a span {
          padding-right: 0.25em; }
        .new-sample .details .track-buy a:hover {
          color: #fff;
          background: rgba(255, 255, 255, 0.1); }
  @media (min-width: 1024px) {
    .new-sample .art {
      width: 110px;
      height: 110px; }
    .new-sample .details {
      height: 110px;
      padding: 10px 10px 10px 120px;
      font-size: 20px;
      line-height: 30px; }
      .new-sample .details .track-buy a {
        line-height: 30px; } }
  .new-sample.interview .details {
    min-height: 110px;
    height: auto; }
  .new-sample.interview .details .track {
    margin-top: 4px; }
  .new-sample.interview .details .track-album {
    white-space: normal;
    height: auto;
    line-height: 24px; }

/* Fancy browsers only */
.csstransitions .new-sample .art .jp-type-single .jp-controls .jp-pause:after {
  background: url(../img/inductees/lha/theyspinnin.png) no-repeat scroll center center transparent;
  -webkit-animation: theyspinnin 2s infinite linear;
  animation: theyspinnin 2s infinite linear; }

/* Rounded Variant */
.new-sample-rounded {
  border-radius: 6px 8px 8px 6px; }
  .new-sample-rounded .art {
    border-radius: 6px 8px 8px 6px; }
    .new-sample-rounded .art img {
      border-radius: 6px 8px 8px 6px; }

@-webkit-keyframes scrollcta {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); } }
@keyframes scrollcta {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); } }
@-webkit-keyframes theyspinnin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes theyspinnin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.the-story {
  overflow: hidden; }
  .the-story p {
    font-family: 'Bitter', serif;
    font-size: 1.2em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em; }
  .the-story .pull-quote p {
    font-family: "tenso",sans-serif;
    font-style: italic;
    font-size: 1.5em; }
    @media (min-width: 945px) {
      .the-story .pull-quote p {
        font-size: 1.8em; } }
  .the-story h1 {
    font-family: "tenso",sans-serif;
    font-weight: 700;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-size: 2.5em; }
    @media (min-width: 945px) {
      .the-story h1 {
        font-size: 3em; } }
  .the-story p.caption,
  .the-story p.credit {
    font-size: 0.8em;
    text-align: left;
    font-family: "tenso",sans-serif; }
  .the-story .container {
    margin: 0 auto;
    position: relative;
    display: block; }
    @media (min-width: 945px) {
      .the-story .container {
        max-width: 68em; } }
  .the-story img {
    display: block;
    width: 100%; }
  .the-story .col {
    margin: 0 auto;
    padding: 0 2em; }
    @media (min-width: 450px) {
      .the-story .col {
        padding: 0;
        max-width: 30em; } }
    @media (min-width: 945px) {
      .the-story .col {
        float: left; } }
  @media (min-width: 945px) {
    .the-story .col.col-right {
      float: right; } }
  .the-story .centered {
    margin: 0 auto;
    float: none; }
  .the-story .col-full-width {
    margin: 0 auto;
    padding: 0 2em; }
    @media (min-width: 450px) {
      .the-story .col-full-width {
        max-width: 30em;
        padding: 0; } }
    @media (min-width: 945px) {
      .the-story .col-full-width {
        max-width: 68em; }
        .the-story .col-full-width p {
          max-width: 38em;
          margin-right: auto;
          margin-left: auto; } }
    .the-story .col-full-width img {
      margin: 0 auto;
      display: block; }
  .the-story .clear {
    clear: both; }
  .the-story .chapter {
    position: relative; }
  .the-story section {
    position: relative; }
  .the-story .beige-section {
    background-color: #e8ded1;
    color: #1a1c1e; }
  .the-story .charcoal-section {
    background-color: #212124;
    color: #e7ddd0; }
  .the-story .blue-section {
    background-color: #2c6db0;
    color: white; }
  .the-story .blue-highlight {
    background-color: #2c6db0;
    padding: 0 0.2em; }
  .the-story .white-highlight {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0 0.2em; }
  .the-story #hero {
    margin-top: 60px;
    overflow: visible; }
    .the-story #hero img {
      width: 100%; }
    @media (min-width: 640px) {
      .the-story #hero {
        margin-top: 110px; } }
    @media (min-width: 800px) {
      .the-story #hero {
        margin-top: 70px; } }
    @media (min-width: 945px) {
      .the-story #hero {
        background: url("../img/inductees/ms/ms-hero.jpg") no-repeat scroll center center;
        background-size: cover; }
        .the-story #hero img {
          visibility: hidden; } }
  .the-story .more-padding {
    padding: 15vw 0; }
    @media (min-width: 450px) {
      .the-story .more-padding {
        padding: 8vw 0; } }
  .the-story .padding {
    padding: 8vw 0; }
  .the-story .pb1 {
    padding-bottom: 1em; }
  .the-story .pt4 {
    padding-top: 4em; }
  .the-story .poster {
    width: calc(100%  /2.2);
    display: inline-block;
    margin-left: -20%;
    vertical-align: top; }
  .the-story #poster2 {
    transform: translateY(20%); }
  .the-story #poster3 {
    transform: translateY(40%);
    text-align: right;
    padding-bottom: 2em; }
  .the-story .caption-block {
    position: absolute;
    bottom: 5px;
    width: 85%; }
  .the-story .gradient {
    display: block;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .the-story .sample {
    z-index: 5;
    border: 5px solid #2c6db0;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold; }
    @media (min-width: 450px) {
      .the-story .sample {
        max-width: 30em;
        margin: 0 auto; } }
    @media (min-width: 945px) {
      .the-story .sample {
        width: 20em; } }
    .the-story .sample .art-container img {
      padding: 1em; }
    .the-story .sample .jp-controls a {
      width: 50px; }
    .the-story .sample .jp-playlist ul {
      padding: 0 1em 1em 1em; }
  .the-story .sample-playlist .art .button-container {
    z-index: 2;
    padding-bottom: 1em; }
    .the-story .sample-playlist .art .button-container a {
      font-size: 1.2em;
      font-family: 'Helvetica', sans-serif;
      background-color: #2c6db0; }
  .the-story .sample-playlist .jp-playlist ul .jp-playlist-current > div:after {
    font-size: 0.8em;
    top: 0.35em; }
  .the-story #placeholder {
    background-color: orange;
    height: 2em;
    width: 60%;
    position: absolute;
    top: 5%;
    left: 20%; }

#gradient {
  display: block;
  width: 100%;
  height: 20em;
  position: absolute;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#soulful-voice .photo {
  margin-bottom: -8vw;
  padding-top: 8vw; }
  @media (min-width: 945px) {
    #soulful-voice .photo {
      background: url("../img/inductees/ms/ms-soulful-voice.jpg");
      height: 100%;
      width: 50%;
      position: absolute;
      right: -4em;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      margin-bottom: 0;
      padding-top: 0; }
      #soulful-voice .photo img {
        display: none; } }
  #soulful-voice .photo:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 8em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+92,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 80%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 80%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
<<<<<<< HEAD
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 80%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
=======
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 92%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
>>>>>>> memphis-slim
    @media (min-width: 945px) {
      #soulful-voice .photo:after {
        height: 5em; } }
#soulful-voice p.caption {
  color: white; }
#soulful-voice p.credit {
  color: #e8ded1; }
#soulful-voice .caption-block {
  padding-left: 10px;
  z-index: 2; }

#chicago .photo {
  margin-bottom: -8vw;
  padding-top: 8vw; }
  @media (min-width: 945px) {
    #chicago .photo {
      background: url("../img/inductees/ms/ms-chicago.jpg");
      height: 100%;
      width: 50%;
      position: absolute;
      top: 0;
      left: -4em;
      margin-top: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center 10%; }
      #chicago .photo img {
        display: none; } }
  #chicago .photo:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 8em;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 92%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 92%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
<<<<<<< HEAD
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 92%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
=======
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 92%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
>>>>>>> memphis-slim
    @media (min-width: 945px) {
      #chicago .photo:after {
        height: 3em; } }
#chicago p.caption {
  color: white;
  text-align: right; }
#chicago .caption-block {
  right: 10px;
  z-index: 2; }

#voluminous-collection .photo {
  background: url("../img/inductees/ms/ms-voluminous.jpg");
  width: 100%;
  padding: 2em;
  margin-top: -8vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 450px) {
    #voluminous-collection .photo {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (min-width: 945px) {
    #voluminous-collection .photo {
      position: absolute;
      width: 50%;
      height: 100%;
      right: -4em; } }
#voluminous-collection #voluminous-content {
  z-index: 2;
  padding-top: 8vw;
  background-color: #212124; }
  @media (min-width: 945px) {
    #voluminous-collection #voluminous-content {
      padding-top: 0;
      background-color: transparent; } }

#new-audience {
  background: url("../img/inductees/ms/ms-new-audience-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e8ded1;
  background-position: center center; }
  #new-audience .pull-quote {
    text-align: right; }
    #new-audience .pull-quote p {
      margin-top: 25%; }

#new-home {
  color: white; }
  @media (min-width: 945px) {
    #new-home .col {
      max-width: 40em; } }

@media (min-width: 945px) {
  #happy-birthday .caption,
  #happy-birthday .credit {
    text-align: center; } }
#happy-birthday .caption {
  padding-top: 10px;
  color: white; }
#happy-birthday .credit {
  color: #e8ded1; }

@media (min-width: 945px) {
  #happy-birthday-image {
    background: url("../img/inductees/ms/ms-happy-birthday-mobile.jpg") no-repeat scroll center center;
    background-size: cover; }
    #happy-birthday-image img {
      visibility: hidden; } }

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