ol,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}


body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    /* font-family: "Open Sans", sans-serif; */
    -webkit-font-smoothing: antialiased;
    /* font-style: normal; */
    /* font-weight: 400; */
    color: #1b1b1b;
}

@media all and (min-width:1006px) {
    body {
        background-color: #ebebeb;
        height: 100%
    }
}


.main_content_audio {
    margin-bottom: 30px;
    margin-top: 6px
}

.main_content__audio audio {
    width: 100%
}

.audioplayer {
    height: 2.2em;
    color: #58585a;
    position: relative;
    z-index: 1;
    background: #e9e9e9;
    border-radius: 4px
}

.audioplayer-mini {
    width: 2.5em;
    margin: 0 auto
}

.audioplayer>div {
    position: absolute
}

.audioplayer-playpause {
    width: 2.5em;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgb(255 255 255 / .1)
}

.audioplayer-mini .audioplayer-playpause {
    width: 100%
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #e2e2e2;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.audioplayer-playpause a {
    display: block
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: .5em solid #fff0;
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%)
}

.audioplayer-playing .audioplayer-playpause a {
    width: .75em;
    height: .75em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.375em 0 0 -.375em
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0
}

.audioplayer-playing .audioplayer-playpause a:before {
    left: 0
}

.audioplayer-playing .audioplayer-playpause a:after {
    right: 0
}

.audioplayer-time {
    width: 4.375em;
    height: 100%;
    line-height: 2.2em;
    text-align: center;
    z-index: 2;
    top: 0
}

.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgb(0 0 0 / .25);
    left: 2.5em
}

.audioplayer-time-duration {
    display: none;
    border-right: 1px solid #555;
    border-right-color: rgb(255 255 255 / .1);
    right: 2.5em
}

.audioplayer-bar {
    height: .875em;
    background-color: #fcfcfc;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: .775em;
    left: 6.875em;
    margin-top: -.438em
}

.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.audioplayer-bar-loaded {
    background-color: #fcfcfc;
    z-index: 1
}

.audioplayer-bar-played {
    background: #adadad;
    z-index: 2
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease
}

span.inline_audio {
    display: inline-block;
    width: 110px
}

.small_player .audioplayer {
    height: 1.5em
}

.small_player .audioplayer .audioplayer-playpause {
    height: 1.5em;
    width: 1.5em
}

.small_player .audioplayer .audioplayer-time {
    line-height: 1.575em;
    width: 3.975em
}

.small_player .audioplayer .audioplayer-bar {
    display: none
}

.small_player .audioplayer .audioplayer-time-current {
    left: 1.5em
}

.interactive {
    border-radius: 4px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-bottom: 20px
}

@media all and (min-width:767px) {
    .interactive {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }
}

.interactive__content h4 {
    font-size: 1em;
    line-height: 1.40em;
    font-weight: 700;
    margin-bottom: .25em;
    color: #333
}



.player-song-wrap {
    vertical-align: middle;
    text-align: center
}

.player-song {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

.player-song-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer
}