.accomplice-sidebar-and-body{background-color:var(--white);display:flex;flex-wrap:wrap;justify-content:space-between;margin:-200px auto 100px;max-width:80%;padding:60px}.accomplice-sidebar{width:35%}.accomplice-body{width:60%}.accomplice-sidebar .sub-contents{margin:0 auto;max-width:1400px}.accomplice-sidebar-and-body .audio-clip,.accomplice-sidebar-and-body .audio-clip-headline,.accomplice-sidebar-and-body .quote,.accomplice-sidebar-and-body .source,.image.fancy-borders{margin-bottom:40px}.image.fancy-borders{height:100%;max-width:100%;position:relative;z-index:1}.image.fancy-borders img{width:100%}.image.fancy-borders:before{border:20px solid var(--anakiwa);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.image.fancy-borders:after{border:1px solid var(--black);bottom:-20px;content:"";height:100%;position:absolute;right:-20px;width:100%;z-index:-1}.holder{align-items:center;display:flex;flex-direction:column}.audio.green-audio-player{align-items:center;background-color:var(--anakiwa);border-radius:4px;box-shadow:0 4px 16px 0 rgba(0,0,0,.07);display:flex;height:56px;justify-content:space-between;padding-left:24px;padding-right:24px;user-select:none;-webkit-user-select:none;width:100%}.audio.green-audio-player .play-pause-btn{cursor:pointer;display:none}.audio.green-audio-player .spinner{animation:spin .4s linear infinite;background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);background-repeat:no-repeat;background-size:cover;height:18px;width:18px}.audio.green-audio-player .slider{background-color:var(--white);cursor:pointer;flex-grow:1;position:relative}.audio.green-audio-player .slider .progress{background-color:var(--azure);border-radius:inherit;pointer-events:none;position:absolute}.audio.green-audio-player .slider .progress .pin{background-color:var(--azure);border-radius:8px;box-shadow:0 1px 1px 0 rgba(0,0,0,.32);height:16px;pointer-events:all;position:absolute;width:16px}.audio.green-audio-player .controls{align-items:center;color:var(--black);display:flex;flex-grow:1;font-family:Roboto,sans-serif;font-size:16px;justify-content:space-between;line-height:18px;margin-left:24px;margin-right:24px}.audio.green-audio-player .controls .slider{border-radius:2px;height:8px;margin-left:16px;margin-right:16px}.audio.green-audio-player .controls .slider .progress{height:100%;width:0}.audio.green-audio-player .controls .slider .progress .pin{right:-8px;top:-6px}.audio.green-audio-player .controls span{cursor:default}.audio.green-audio-player .volume{display:none}img,svg{display:block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@media only screen and (max-width:768px){.accomplice-sidebar-and-body{flex-direction:column-reverse;margin:0 auto 100px;max-width:90%;padding:15px;width:90%}.accomplice-body,.accomplice-sidebar{width:100%}.image.fancy-borders{margin-top:-175px}}