.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:30000}.modal__container{background-color:#fff;border:3px solid #a9a9a9;border-radius:4px;box-sizing:border-box;max-height:100vh;max-width:500px;overflow-y:auto;padding:30px}.modal__header{align-items:center;display:flex;justify-content:space-between}.modal__header h4{font-size:1em;margin:0}.modal__title{box-sizing:border-box;color:#00449e;font-size:1.25rem;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.modal__close{background:0 0;border:0;cursor:pointer;position:absolute;right:5px;top:5px}.modal__close svg{width:20px}.modal__content{color:#000;font-size:.875em;line-height:1.5;margin-bottom:2rem;margin-top:2rem}.modal__btn{-moz-osx-font-smoothing:grayscale;-webkit-appearance:button;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#e6e6e6;border-radius:.25rem;border-style:none;border-width:0;color:rgba(0,0,0,.8);cursor:pointer;font-size:.875rem;line-height:1.15;margin:0;overflow:visible;padding:.5rem 1rem;text-transform:none;transform:translateZ(0);transition:transform .25s ease-out;will-change:transform}.modal__btn:focus,.modal__btn:hover{transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}.modal__footer .footer-text{font-size:.75em}@-webkit-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@-webkit-keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{-webkit-animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{-webkit-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{-webkit-animation:mmfadeOut .3s cubic-bezier(0,0,.2,1);animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{-webkit-animation:mmslideOut .3s cubic-bezier(0,0,.2,1);animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}@keyframes u-gallery-waiting-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes u-gallery-zoom-in{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes u-gallery-zoom-out{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes u-gallery-fade-in{0%{opacity:0}to{opacity:1}}@keyframes u-gallery-fade-out{0%{opacity:1}to{opacity:0}}.u-gallery-waiting-animation{display:block;position:absolute;width:100px;height:100px;top:calc(50% - 50px);left:calc(50% - 50px)}.u-gallery-waiting-animation-icon{position:absolute;display:block;width:80px;height:80px;top:10px;left:10px;border-radius:40px;animation:u-gallery-waiting-animation 1s linear infinite}@supports not (--foo:green){.u-gallery-waiting-animation-icon{box-shadow:0 3px 0 0 #d32531}}@supports (--foo:green){.u-gallery-waiting-animation-icon{box-shadow:0 3px 0 0 var(--gallery-theme-color)}}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.u-gallery-arrow{position:absolute;z-index:1;top:calc(50% - 65px);width:32px;height:130px;text-align:center;background-color:rgba(0,0,0,.8);border:1px solid #292929}.u-gallery-arrow:after{content:"";position:absolute;display:inline-block;padding:5px;border-color:#fff;border-style:solid;border-width:0 3px 3px 0;top:calc(50% - 9px)}.u-gallery-arrow--next{right:0;border-right:none;transition:all .2s}.u-gallery-arrow--next:after{transform:rotate(-45deg);right:12px}@supports not (--foo:green){.u-gallery-arrow--next:hover{border-left:3px solid #d32531}}@supports (--foo:green){.u-gallery-arrow--next:hover{border-left:3px solid var(--gallery-theme-color)}}.u-gallery-arrow--prev{left:0;border-left:none}.u-gallery-arrow--prev:after{transform:rotate(135deg);left:12px}@supports not (--foo:green){.u-gallery-arrow--prev:hover{border-right:3px solid #d32531}}@supports (--foo:green){.u-gallery-arrow--prev:hover{border-right:3px solid var(--gallery-theme-color)}}.u-gallery-arrow-small{width:5px;height:10px;display:inline-block}.u-gallery-arrow-small:after{content:"";position:absolute;display:inline-block;padding:2px;border-color:#fff;border-style:solid;border-width:0 2px 2px 0}.u-gallery-arrow-small--left:after{transform:rotate(135deg);margin-top:2px}.u-gallery-arrow-big{display:flex;align-items:center;justify-content:center;height:18px;width:40px;position:relative}.u-gallery-arrow-big:after{content:"";position:absolute;display:inline-block;padding:8px;border-color:#fff;border-style:solid;border-width:4px 0 0 4px}.u-gallery-arrow-big--up:after{transform:rotate(45deg);margin-top:5px}.u-gallery-arrow-big--down:after{transform:rotate(-135deg);margin-top:-5px}.u-gallery-icon-zoom .gallery-icon{width:23px;height:23px;fill:#fff}.u-gallery-close-icon{width:32px;height:32px;opacity:.8;cursor:pointer}.u-gallery-close-icon:hover{opacity:1}.u-gallery-close-icon:after,.u-gallery-close-icon:before{position:absolute;left:15px;content:" ";height:30px;width:2px;background-color:#fff}.u-gallery-close-icon:before{transform:rotate(45deg)}.u-gallery-close-icon:after{transform:rotate(-45deg)}.u-gallery-close-icon--black:after,.u-gallery-close-icon--black:before{background-color:#575757}.u-gallery-close-icon--small-black:after,.u-gallery-close-icon--small-black:before{background-color:#575757;height:20px}.u-gallery-social-icon{background-color:#fff;border:1px solid #dddee4;border-radius:50%;width:45px;height:45px;display:flex;justify-content:center;align-items:center;transition:background-color .2s;cursor:pointer}.u-gallery-social-icon .gallery-icon{width:20px;height:20px;transition:fill .2s;margin-top:1px}.u-gallery-social-icon .gallery-icon__facebook{fill:#3b5998;margin-right:1px}.u-gallery-social-icon .gallery-icon__twitter{fill:#000}.u-gallery-social-icon .gallery-icon__tumblr{fill:#35465c}.u-gallery-social-icon .gallery-icon__pinterest{fill:#bd091c;margin-top:3px}.u-gallery-social-icon .gallery-icon__whatsapp{fill:#23c100;width:24px;height:24px;margin-top:-1px}.u-gallery-social-icon .gallery-icon__reddit{fill:#ff4500}.u-gallery-social-icon .gallery-icon__linkedin{fill:#0077b5}.u-gallery-social-icon.u-gallery-pinterest:hover{background-color:#bd091c}.u-gallery-social-icon.u-gallery-pinterest:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-facebook:hover{background-color:#3b5998}.u-gallery-social-icon.u-gallery-facebook:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-tumblr:hover{background-color:#35465c}.u-gallery-social-icon.u-gallery-tumblr:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-twitter:hover{background-color:#000}.u-gallery-social-icon.u-gallery-twitter:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-whatsapp:hover{background-color:#23c100}.u-gallery-social-icon.u-gallery-whatsapp:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-reddit:hover{background-color:#ff4500}.u-gallery-social-icon.u-gallery-reddit:hover .gallery-icon{fill:#fff}.u-gallery-social-icon.u-gallery-linkedin:hover{background-color:#0077b5}.u-gallery-social-icon.u-gallery-linkedin:hover .gallery-icon{fill:#fff}.u-gallery-magnify-loading{background-color:#fff;padding:5px;position:absolute;top:5px;left:5px;margin:5px;border-radius:6px;box-shadow:2px 2px 4px rgba(50,50,50,.68);opacity:.35;z-index:2;display:none}.u-gallery-magnify-loading:after{content:"";background-image:url(https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/loading.gif);background-repeat:no-repeat;width:25px;height:25px;display:block}.u-gallery-react-placeholder-shimmer{background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#d2d2d2 20%,#f6f7f8 40%,#f6f7f8);animation-name:shimmer;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;background-size:200% 100%;border:1px solid hsla(0,0%,80%,.2)}.u-gallery-app-shell-loader{margin-bottom:50px;margin-top:31px}.u-gallery-app-shell{border:none;border-radius:5px;height:12px;margin-bottom:10px}.u-gallery-app-shell__figure{height:300px}.u-gallery-app-shell__text{width:80%}.u-gallery-app-shell__text-small{width:100px}.u-gallery-app-shell__content-1{width:80%;margin-top:30px}.u-gallery-app-shell__content-2{width:60%;margin-left:20px}.u-gallery-app-shell__content-3{width:80%}.u-gallery-app-shell__content-4{width:60%;margin-left:20px}.c-standard-gallery-shell{min-height:100vh}@media screen and (max-width:800px){.c-standard-gallery-shell .c-gallery-header__right,.c-standard-gallery-shell .c-gallery__sidebar{display:none}}@media screen and (max-width:800px){.c-standard-gallery-shell .c-gallery__slider{min-height:500px}}.u-gallery-center{display:flex;justify-content:center;align-items:center}.u-gallery-modal{position:fixed;top:0;left:0;z-index:500000;width:100%;height:100%}.admin-bar .u-gallery-modal{top:46px}@media screen and (min-width:781px){.admin-bar .u-gallery-modal{top:32px}}.u-gallery-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.u-gallery-broken-image{width:200px;height:200px;background-color:#be3730;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:5px}.u-gallery-broken-image__alt{display:block}.u-gallery-broken-image__icon{display:block;background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAQAAABdXGW6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiCx0MDCtL6OFSAAAAY0lEQVQoz9WSOQ7AIAwE1/w5Vdp0efSkQAhzBNNF2W5GKwvZiFUOhJBY59wpwYUMFOXeKSnFlW9KZq3sOWXl9cgO8jKq6ZhGj2xF1ZFzfp1Q2MK3CNztsp6xWyb4iud//4IoDzylkasbWMEKAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:50%;width:40px;height:28px;margin-bottom:10px}.u-gallery-pinit{background-color:#bd091c;border-radius:50%;line-height:1;padding:5px;display:flex;align-items:center;justify-content:center;z-index:1;cursor:pointer}.u-gallery-pinit .gallery-icon__pinterest{width:23px;height:23px;fill:#fff} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transform-origin:left top;transition:transform .333s cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;left:0;top:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px rgba(0,0,0,.25);transform:translateY(6px);transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{color:#000;text-decoration:none}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border-radius:50%;border-color:#fff #fff transparent transparent;border-style:solid;border-width:2px;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@keyframes clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}to{transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity .333s cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.c-gallery-zoom-modal{z-index:999999999}.c-gallery-zoom-modal__animation-fade-enter,.c-gallery-zoom-modal__animation-fade-leave,.c-gallery-zoom-modal__animation-zoom-enter,.c-gallery-zoom-modal__animation-zoom-leave{animation-fill-mode:both}.c-gallery-zoom-modal__animation-zoom-enter{animation-duration:.2s;animation-name:u-gallery-zoom-in}.c-gallery-zoom-modal__animation-zoom-leave{animation-duration:.4s;animation-name:u-gallery-zoom-out}.c-gallery-zoom-modal__animation-fade-enter{animation-duration:.2s;animation-name:u-gallery-fade-in}.c-gallery-zoom-modal__animation-fade-leave{animation-duration:.2s;animation-name:u-gallery-fade-out}.pswp__img--placeholder.pswp__img--placeholder--blank:after{content:"";position:absolute;display:block;width:80px;height:80px;top:calc(50% - 40px);left:calc(50% - 40px);border-radius:40px;animation:u-gallery-waiting-animation 1s linear infinite}@supports not (--foo:green){.pswp__img--placeholder.pswp__img--placeholder--blank:after{box-shadow:0 3px 0 0 #d32531}}@supports (--foo:green){.pswp__img--placeholder.pswp__img--placeholder--blank:after{box-shadow:0 3px 0 0 var(--gallery-theme-color)}}.pmc-gallery__vertical .pswp__img--placeholder.pswp__img--placeholder--blank{background-color:transparent}.pswp__top-bar{width:150px;right:0;left:auto;z-index:1}.pswp__top-bar .pswp__button{z-index:2}.pswp__bg{background-color:rgba(0,0,0,.95)}.pmc-gallery__vertical .pswp__bg{background-color:hsla(0,0%,100%,.98)}.pmc-gallery__vertical .pswp__button,.pmc-gallery__vertical .pswp__button--arrow--left:before,.pmc-gallery__vertical .pswp__button--arrow--right:before{background-image:url(https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-gallery-v4/assets/build/images/black-skin.png);background-repeat:no-repeat}.pmc-gallery__vertical .pswp__caption,.pmc-gallery__vertical .pswp__top-bar,.pmc-gallery__vertical .pswp__ui--fit .pswp__caption,.pmc-gallery__vertical .pswp__ui--fit .pswp__top-bar{background-color:transparent}.pmc-gallery-zoom-modal-open body,html.pmc-gallery-zoom-modal-open{overflow:hidden}#pmc-gallery-vertical{display:inline-block;width:100%;overflow-x:hidden}figure.c-gallery-vertical-slide__figure{margin:0;padding:0;text-align:center;display:block;position:relative;max-width:100%}@media screen and (min-width:414px){figure.c-gallery-vertical-slide__figure{text-align:inherit}}.c-gallery-vertical__slides{margin:0 auto}@supports not (--foo:green){.c-gallery-vertical__slides{max-width:"auto"}}@supports (--foo:green){.c-gallery-vertical__slides{max-width:var(--gallery-vertical-max-image-width)}}.c-gallery-vertical__advert{text-align:center;padding:2.813rem 0;margin:2.813rem auto;border-top:.125rem solid #dddee4;border-bottom:.125rem solid #dddee4;clear:both}.c-gallery-vertical__load-button{display:flex;justify-content:center;margin:40px}.c-gallery-vertical__load-button a,.c-gallery-vertical__load-button a:active,.c-gallery-vertical__load-button a:hover,.c-gallery-vertical__load-button a:link,.c-gallery-vertical__load-button a:visited{color:inherit;border:1px solid #000;padding:10px 30px;font-weight:700}.c-gallery-vertical-album{position:relative;padding-top:2.813rem;padding-left:1.25rem;margin-top:2.813rem;border-top:.125rem solid #dddee4;clear:both}.c-gallery-vertical-album__number{position:absolute;left:0;top:2.813rem;padding:.625rem 1rem;font-size:1.625rem;line-height:2rem;font-weight:700}@supports not (--foo:green){.c-gallery-vertical-album__number{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-album__number{font-family:var(--gallery-vertical-headline-font-family)}}.c-gallery-vertical-album__title{color:#000;margin-bottom:5px;margin-top:5px;line-height:2rem;font-size:1.0625rem;font-weight:700}@supports not (--foo:green){.c-gallery-vertical-album__title{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-album__title{font-family:var(--gallery-vertical-headline-font-family)}}@media screen and (min-width:414px){.c-gallery-vertical-album__title{font-size:1.75rem}}@media screen and (max-width:800px){.c-gallery-vertical-album__title{margin-top:15px}}@supports not (--foo:green){.c-gallery-vertical-album__caption{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-album__caption{font-family:var(--gallery-vertical-caption-font-family)}}@supports not (--foo:green){.c-gallery-vertical-album__caption{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-album__caption{font-weight:var(--gallery-vertical-caption-font-weight)}}@supports not (--foo:green){.c-gallery-vertical-album__subtitle{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-album__subtitle{font-family:var(--gallery-vertical-subtitle-font-family)}}@supports not (--foo:green){.c-gallery-vertical-album__subtitle{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-album__subtitle{font-weight:var(--gallery-vertical-subtitle-font-weight)}}.c-gallery-vertical-album__year{font-size:.8125rem;font-weight:500}@media screen and (min-width:414px){.c-gallery-vertical-album__year{font-size:.875rem}}.c-gallery-vertical-album__content{margin-top:10px}.c-gallery-vertical-album__image-container{position:relative;display:flex;justify-content:center}.c-gallery-vertical-album__share-icons{position:absolute;bottom:.625rem;right:.625rem;z-index:9;display:flex;align-items:center}.c-gallery-vertical-album__share-icons ul.c-gallery-vertical-album__social-icons{list-style:none;display:flex;padding:0;margin:0 5px 0 0}.c-gallery-vertical-album__share-icon{background-color:rgba(0,0,0,.8);border-radius:.312rem;border:1px solid #444;padding:.312rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.c-gallery-vertical-album__share-icon .gallery-icon__share{width:1.25rem;height:1.25rem;fill:#fff;margin-left:-1px}.c-gallery-vertical-album__social-icon{padding:.312rem}.c-gallery-vertical-album__social-icon .u-gallery-social-icon{border-radius:0;box-shadow:none;border:none;width:2.187rem;height:1.562rem}.c-gallery-vertical-album__social-icon svg{width:.937rem;height:.937rem}.c-gallery-vertical-album__image{vertical-align:bottom}@supports not (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-top:"0"}}@supports (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-top:var(--gallery-vertical-album-image-margin-top)}}@supports not (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-right:"1.25rem"}}@supports (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-right:var(--gallery-vertical-album-image-margin-right)}}@supports not (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-bottom:"2.5rem"}}@supports (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-bottom:var(--gallery-vertical-album-image-margin-bottom)}}@supports not (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-left:"0"}}@supports (--foo:green){.c-gallery-vertical-album__figure-wrapper{margin-left:var(--gallery-vertical-album-image-margin-left)}}@media screen and (min-width:1024px){.c-gallery-vertical-album__figure-wrapper{float:left}}.c-gallery-vertical-album__figure{display:inline-block;margin:0;position:relative;width:100%;max-width:100%!important}.c-gallery-vertical-album__figure .u-gallery-react-placeholder-shimmer{max-width:100%!important}.c-gallery-vertical-album__figure img{vertical-align:bottom;transition:opacity .2s;width:100%;height:auto}@media screen and (min-width:1024px){.c-gallery-vertical-album__figure img{max-width:300px;width:20vw;min-width:100px}}.c-gallery-vertical-album__zoom-icon{position:absolute;top:10px;right:10px;display:inline-block;cursor:pointer;width:40px;height:40px;text-align:center;background-color:rgba(0,0,0,.1);border-radius:50%;z-index:1}.c-gallery-vertical-album__zoom-icon .gallery-icon__magnifying-glass-light{margin-top:9px;display:inline-block}.c-gallery-vertical-featured-image{position:relative;padding-top:2.813rem;margin-top:2.813rem;border-top:.125rem solid #dddee4}.c-gallery-vertical-featured-image__header{display:flex;align-items:center;margin-bottom:.625rem}.c-gallery-vertical-featured-image__number{padding:.625rem 1rem;margin-right:.937rem;font-size:1.625rem;line-height:2rem;font-weight:700}@supports not (--foo:green){.c-gallery-vertical-featured-image__number{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-featured-image__number{font-family:var(--gallery-vertical-headline-font-family)}}.c-gallery-vertical-featured-image__title{color:#000;margin-bottom:5px;margin-top:5px;line-height:2rem;font-size:1.0625rem;font-weight:700}@supports not (--foo:green){.c-gallery-vertical-featured-image__title{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-featured-image__title{font-family:var(--gallery-vertical-headline-font-family)}}@media screen and (min-width:414px){.c-gallery-vertical-featured-image__title{font-size:1.75rem}}.c-gallery-vertical-slide__photo-credit-wrapper{padding:25px 0;margin-bottom:25px;border-bottom:1px solid #dddee4;font-weight:600;font-size:.687rem;line-height:1rem}.c-gallery-vertical-featured-image__caption{font-size:.875rem;padding-bottom:6px}@supports not (--foo:green){.c-gallery-vertical-featured-image__caption{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-featured-image__caption{font-family:var(--gallery-vertical-caption-font-family)}}@supports not (--foo:green){.c-gallery-vertical-featured-image__caption{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-featured-image__caption{font-weight:var(--gallery-vertical-caption-font-weight)}}.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{color:#595959}@supports not (--foo:green){.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{font-family:var(--gallery-vertical-caption-font-family)}}@supports not (--foo:green){.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-slide__colon,.c-gallery-vertical-slide__photo-credit,.c-gallery-vertical-slide__photo-credit-text{font-weight:var(--gallery-vertical-caption-font-weight)}}.c-gallery-vertical-featured-image__year{font-size:.8125rem;font-weight:500}@media screen and (min-width:414px){.c-gallery-vertical-featured-image__year{font-size:.875rem}}.c-gallery-vertical-featured-image__content{margin-top:10px}.c-gallery-vertical-featured-image__image-container{position:relative;display:flex;justify-content:center}.c-gallery-vertical-featured-image__share-icons{position:absolute;bottom:.625rem;right:.625rem;z-index:9;display:flex;align-items:center}.c-gallery-vertical-featured-image__share-icons ul.c-gallery-vertical-featured-image__social-icons{list-style:none;display:flex;padding:0;margin:0 5px 0 0}.c-gallery-vertical-featured-image__share-icon{background-color:rgba(0,0,0,.8);border-radius:.312rem;border:1px solid #444;padding:.312rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.c-gallery-vertical-featured-image__share-icon .gallery-icon__share{width:1.875rem;height:1.875rem;fill:#fff;margin-left:-1px}.c-gallery-vertical-featured-image__social-icon{padding:.312rem}.c-gallery-vertical-featured-image__social-icon .u-gallery-social-icon{border-radius:0;box-shadow:none;border:none;width:2.187rem;height:1.562rem}.c-gallery-vertical-featured-image__social-icon svg{width:.937rem;height:.937rem}.c-gallery-vertical-featured-image__image{vertical-align:bottom}.c-gallery-vertical-featured-image__figure{display:inline-block;position:relative;margin:0;width:100%}.c-gallery-vertical-featured-image__figure img{vertical-align:bottom;transition:opacity .2s;margin:auto;max-width:100%;height:auto;width:100%}.c-gallery-vertical-featured-image__zoom-icon{position:absolute;top:10px;right:10px;display:inline-block;cursor:pointer;width:40px;height:40px;text-align:center;background-color:rgba(0,0,0,.1);border-radius:50%;z-index:1}.c-gallery-vertical-featured-image__zoom-icon .gallery-icon__magnifying-glass-light{margin-top:9px;display:inline-block}.c-list__picture_video_container{position:relative}.c-list__picture_video{overflow:hidden;padding-bottom:56.25%;position:relative;height:0;cursor:pointer}.c-list__picture_video iframe[data-src*=youtu],.c-list__picture_video iframe[src*=youtu]{left:0;top:0;height:100%;width:100%;position:absolute}.c-card__badge{top:auto;left:0;bottom:0;padding:20px;transform:none;transition:opacity .24s cubic-bezier(.455,.03,.515,.955);position:absolute;z-index:1}@media screen and (max-width:800px){.c-card__badge{padding:40px}}@media screen and (min-width:800px){.c-card__badge{padding:20px}}@media screen and (max-width:800px){.c-card__badge{left:50%;bottom:50%;transform:translate(-50%,50%)}}.c-play-btn{display:block;width:36px;height:36px}@media screen and (min-width:800px){.c-play-btn{width:55px;height:55px}}.c-play-btn:not(:root){overflow:visible}.c-play-btn__icon{fill:#fff}.c-play-btn--clock{width:50px;height:50px}@media screen and (min-width:800px){.c-play-btn--clock{width:70px;height:70px}}.c-play-btn--big-clock{width:65px;height:65px}@media screen and (min-width:800px){.c-play-btn--big-clock{width:78px;height:78px}}.c-play-btn--clock .c-play-btn__fill{fill:rgba(0,0,0,.7)}.c-play-btn--clock .c-play-btn__border{transform:rotate(-90deg);transform-origin:center}.c-list__picture_video_container:hover .c-play-btn__border,.c-play-btn--clock .c-play-btn__border{transition:stroke-dashoffset .5s cubic-bezier(.445,.05,.55,.95),stroke .5s cubic-bezier(.445,.05,.55,.95)}.c-list__picture_video_container:hover .c-play-btn__border{stroke-dashoffset:0}.c-gallery-vertical-slide{padding-top:10px;margin-top:10px}.c-gallery-vertical-slide__title{margin-bottom:5px;margin-top:5px;line-height:1.5;font-size:1.0625rem}@supports not (--foo:green){.c-gallery-vertical-slide__title{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-slide__title{font-family:var(--gallery-vertical-headline-font-family)}}@supports not (--foo:green){.c-gallery-vertical-slide__title{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-slide__title{font-weight:var(--gallery-vertical-headline-font-weight)}}@media screen and (min-width:414px){.c-gallery-vertical-slide__title{font-size:1.75rem}}.c-gallery-vertical-slide__caption{border-bottom:1px solid #d5d5d5}@supports not (--foo:green){.c-gallery-vertical-slide__caption{font-family:"inherit"}}@supports (--foo:green){.c-gallery-vertical-slide__caption{font-family:var(--gallery-vertical-caption-font-family)}}@supports not (--foo:green){.c-gallery-vertical-slide__caption{font-weight:500}}@supports (--foo:green){.c-gallery-vertical-slide__caption{font-weight:var(--gallery-vertical-caption-font-weight)}}.c-gallery-vertical-slide__year{font-size:.8125rem;font-weight:500}@media screen and (min-width:414px){.c-gallery-vertical-slide__year{font-size:.875rem}}.c-gallery-vertical-slide__content{margin-top:10px}.c-gallery-vertical-slide__photo-credit-wrapper{font-size:.75rem;padding-top:15px;padding-bottom:15px;margin-bottom:15px}.c-gallery-vertical-slide__image-container{position:relative}.c-gallery-vertical-slide__share-icons{position:absolute;right:10px;bottom:15px;display:flex;align-items:center}.c-gallery-vertical-slide__share-icons ul.c-gallery-vertical-slide__social-icons{list-style:none;display:flex;padding:0;margin:0 5px 0 0}.c-gallery-vertical-slide__share-icon{background-color:#4670d2;border-radius:50%;width:45px;height:45px;cursor:pointer;display:flex;justify-content:center;align-items:center}.c-gallery-vertical-slide__share-icon .gallery-icon__share{width:22px;fill:#fff;margin-left:-1px}.c-gallery-vertical-slide__social-icon{margin-right:8px}.c-gallery-vertical-slide__social-icon .u-gallery-social-icon{box-shadow:none;border:none}.c-gallery-vertical-slide__image{vertical-align:bottom}.c-gallery-vertical-slide__figure{display:inline-block;width:100%}.c-gallery-vertical-slide__figure img{vertical-align:bottom;transition:opacity .2s;margin:auto;max-width:100%;height:auto;width:100%}.c-gallery-vertical-slide__zoom-icon{position:absolute;top:10px;right:10px;display:inline-block;cursor:pointer;width:40px;height:40px;text-align:center;background-color:rgba(0,0,0,.1);border-radius:50%;z-index:1}.c-gallery-vertical-slide__zoom-icon .gallery-icon__magnifying-glass-light{margin-top:9px;display:inline-block}.c-gallery-vertical-share__animation-enter,.c-gallery-vertical-share__animation-leave{animation-duration:.5s;animation-fill-mode:both}.c-gallery-vertical-share__animation-enter{animation-name:u-gallery-zoom-in}.c-gallery-vertical-share__animation-leave{animation-name:u-gallery-zoom-out}.c-gallery-apple-music-player{margin-top:1.5em;margin-bottom:1.5em;border-color:#b4b4b4;border-style:solid;border-width:1px 0;grid-column-gap:.75em;display:grid;grid-template:"\1F518 \1F478 \23F0 \1F511" 1fr "\1F518 \23F3 \23F0 \1F511" auto "\1F518 \1F4CF \23F0 \1F34F" 1fr/auto 1fr minmax(2em,auto) auto}@media screen and (min-width:1024px){.c-gallery-apple-music-player{--image-width:20vw;--image-right-margin:1.25em;margin-left:calc(var(--image-width) + var(--image-right-margin))}}.c-gallery-apple-music-player__title{grid-area:👸;align-self:end;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.675rem;line-height:1}@supports not (--foo:green){.c-gallery-apple-music-player__title{font-family:"inherit"}}@supports (--foo:green){.c-gallery-apple-music-player__title{font-family:var(--gallery-vertical-player-font-family)}}@supports not (--foo:green){.c-gallery-apple-music-player__title{font-weight:500}}@supports (--foo:green){.c-gallery-apple-music-player__title{font-weight:var(--gallery-vertical-player-font-weight)}}.c-gallery-apple-music-player__button{position:relative}@supports not (--foo:green){.c-gallery-apple-music-player__button{font-family:"inherit"}}@supports (--foo:green){.c-gallery-apple-music-player__button{font-family:var(--gallery-vertical-player-font-family)}}@supports not (--foo:green){.c-gallery-apple-music-player__button{font-weight:500}}@supports (--foo:green){.c-gallery-apple-music-player__button{font-weight:var(--gallery-vertical-player-font-weight)}}.c-gallery-apple-music-player__button:focus{outline:none;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.c-gallery-apple-music-player__button:disabled{visibility:hidden}.c-gallery-apple-music-player__button-play{--gallery-vertical-player-button-play-padding:.375em;grid-area:🔘;align-self:center;margin:1em 0;border-radius:100%;padding:var(--gallery-vertical-player-button-play-padding);color:#fff}@supports not (--foo:green){.c-gallery-apple-music-player__button-play{background-color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__button-play{background-color:var(--gallery-theme-color)}}.c-gallery-apple-music-player__button-play:hover{opacity:.8}.c-gallery-apple-music-player__button-sign-in{grid-area:🔑;grid-row:1/4;align-self:center;font-size:.75rem;border:1px solid;border-radius:2em;line-height:1;padding:.5em 1.25em;background-color:#fff}@supports not (--foo:green){.c-gallery-apple-music-player__button-sign-in{color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__button-sign-in{color:var(--gallery-theme-color)}}.c-gallery-apple-music-player__button-sign-in:hover{color:#fff;opacity:.8}@supports not (--foo:green){.c-gallery-apple-music-player__button-sign-in:hover{background-color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__button-sign-in:hover{background-color:var(--gallery-theme-color)}}.c-gallery-apple-music-player__icon{display:block;width:1.25em;height:1.25em;fill:currentColor}@keyframes c-gallery-apple-music-player__icon--spin{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.c-gallery-apple-music-player__icon-loading{transform-origin:center;transition-property:opacity,transform;transition-duration:0;transition-delay:0;animation-name:c-gallery-apple-music-player__icon--spin;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:both;position:absolute;top:var(--gallery-vertical-player-button-play-padding);left:var(--gallery-vertical-player-button-play-padding);display:none;opacity:0}@supports not (--foo:green){.c-gallery-apple-music-player__icon-loading{background-color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__icon-loading{background-color:var(--gallery-theme-color)}}.c-gallery-apple-music-player[data-state*=preparing] .c-gallery-apple-music-player__icon-loading{display:block;opacity:1}.c-gallery-apple-music-player[data-state*=transitioning] .c-gallery-apple-music-player__icon-loading{display:block;opacity:0}.c-gallery-apple-music-player__progress{grid-area:⏳;margin-top:.375em;height:2px;background-color:#f0f0f0}.c-gallery-apple-music-player__progress-value{height:2px;width:0;font-size:0;color:transparent}@supports not (--foo:green){.c-gallery-apple-music-player__progress-value{background-color:#b4b4b4}}@supports (--foo:green){.c-gallery-apple-music-player__progress-value{background-color:var(--gallery-theme-color)}}.c-gallery-apple-music-player__time{grid-area:⏰;align-self:center;justify-self:start;font-size:.675rem}@supports not (--foo:green){.c-gallery-apple-music-player__time{font-family:"inherit"}}@supports (--foo:green){.c-gallery-apple-music-player__time{font-family:var(--gallery-vertical-player-font-family)}}.c-gallery-apple-music-player__powered-by{grid-area:🍏;grid-column:1/-1;align-self:end;justify-self:end;display:block;color:#9b9b9b;font-style:italic;font-size:.675rem;margin-right:.75em;line-height:1.5}.c-gallery-apple-music-player__logo{height:.875em;width:auto;opacity:.6;margin-left:.5em}.a-article-nl-fade{overflow:auto}.a-article-nl-fade *{color:transparent!important;text-shadow:0 0 5px #000!important}.a-article-nl-fade img{filter:blur(3px)!important}